/* TCIT - 11/08/2026 - Schweppes PT Contact Us
   Scoped to this page so homepage utilities (.full = 100vw/100vh, h1, button) cannot break the form. */

html {
  scroll-behavior: smooth;
}

body.schweppesPtContactPage,
body.schweppesPtContactPage #smooth-wrapper,
body.schweppesPtContactPage #smooth-content,
body.schweppesPtContactPage main {
  background: #ffd331 !important;
  background-color: #ffd331 !important;
}

/* Homepage ScrollSmoother offsets this interior page — use normal document flow */
body.schweppesPtContactPage #smooth-wrapper {
  position: static !important;
  overflow: visible !important;
  height: auto !important;
  width: 100% !important;
  inset: auto !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}

body.schweppesPtContactPage #smooth-content {
  position: static !important;
  width: 100% !important;
  transform: none !important;
  inset: auto !important;
}

body.schweppesPtContactPage main {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  transform: none !important;
}

.schweppesPtContactSection,
.schweppesPtContactSection * {
  box-sizing: border-box;
}

.schweppesPtContactSection {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffd331 !important;
  overflow: visible;
}

.schweppesPtContactSection .contactInner {
  position: relative;
  z-index: 10;
  display: block !important;
  width: 100% !important;
  max-width: 75rem !important;
  margin: 0 auto !important;
  padding: 9rem 1.25rem 3rem;
  box-sizing: border-box;
}

.schweppesPtContactSection .contactFormWrap,
.schweppesPtContactSection .contactForm {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

.schweppesPtContactSection h1,
.schweppesPtContactSection h2,
.schweppesPtContactSection h3 {
  font-family: "BarlowSemiCondensed", "Montserrat", Helvetica, Arial, sans-serif !important;
  color: #09101d !important;
  text-shadow: none !important;
  margin-top: 0 !important;
}

.schweppesPtContactSection h1.formTitle,
body.schweppesPtContactPage .schweppesPtContactSection h1.formTitle {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 1.875rem !important;
  text-align: center !important;
  color: #000 !important;
  font-family: "BarlowSemiCondensed", "Montserrat", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.25rem !important;
  line-height: 1.1 !important;
  text-transform: none !important;
  text-shadow: none !important;
}

@media (min-width: 899.9px) {
  .schweppesPtContactSection h1.formTitle,
  body.schweppesPtContactPage .schweppesPtContactSection h1.formTitle {
    font-size: 2rem !important;
    padding-top: 1.875rem !important;
  }
}

.schweppesPtContactSection .sectionHeading,
.schweppesPtContactSection .frameTitle,
.schweppesPtContactSection h2.sectionHeading {
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  margin: 15px 0 10px 0 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #09101d !important;
  font-family: "BarlowSemiCondensed", "Montserrat", Helvetica, Arial, sans-serif !important;
  text-shadow: none !important;
}

.schweppesPtContactSection .formGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: 100%;
}

/* Same 12-col spans as La Casera / TriNa. Override homepage .full (100vw/100vh). */
.schweppesPtContactSection .field,
.schweppesPtContactSection .field.full,
.schweppesPtContactSection .full {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  min-width: 0;
  margin: 0;
  float: none;
}

@media (min-width: 899.9px) {
  .schweppesPtContactSection .formGrid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 2rem;
  }

  .schweppesPtContactSection .field {
    grid-column: span 5;
  }

  .schweppesPtContactSection .field.full {
    grid-column: span 12;
  }

  .schweppesPtContactSection .field.half {
    grid-column: span 6;
  }

  .schweppesPtContactSection .field.titleField {
    grid-column: span 2;
  }

  .schweppesPtContactSection .field.third {
    grid-column: span 4;
  }
}

@media (max-width: 899.9px) {
  .schweppesPtContactSection .contactInner {
    padding: 7.5rem 1.25rem 3rem;
  }
}

.schweppesPtContactSection .field > label {
  display: block;
  margin-bottom: 0.5rem;
  color: #111 !important;
  font-family: "BarlowSemiCondensed", "Montserrat", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  line-height: 1.35;
  text-transform: uppercase;
  text-align: left;
}

.schweppesPtContactSection .field > label span,
.schweppesPtContactSection .contactForm label span {
  color: #ff3b30 !important;
  font-weight: 600 !important;
}

.schweppesPtContactSection .field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]),
.schweppesPtContactSection .field select,
.schweppesPtContactSection .field textarea#comments {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 2.75rem;
  border: 1px solid #d1d5db;
  border-radius: 2px;
  background: #fff !important;
  padding: 0.625rem 0.75rem;
  color: #000 !important;
  font-family: "BarlowSemiCondensed", "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.2;
  appearance: none;
  -webkit-appearance: none;
  user-select: text !important;
  -webkit-user-select: text !important;
}

.schweppesPtContactSection .field select {
  color: #6b7280;
  padding-right: 2.25rem;
}

.schweppesPtContactSection .field textarea#comments {
  resize: vertical;
  min-height: 13rem;
}

/* Google injects a hidden textarea inside .g-recaptcha — do not style it like Comments */
.schweppesPtContactSection .g-recaptcha textarea,
.schweppesPtContactSection textarea.g-recaptcha-response,
.schweppesPtContactSection #g-recaptcha-response {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

.schweppesPtContactSection .selectWrap {
  position: relative;
  width: 100%;
}

.schweppesPtContactSection .selectWrap .selectArrow {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 0.6875rem;
  pointer-events: none;
}

.schweppesPtContactSection .hint {
  margin: 0.375rem 0 0;
  color: #6b7280;
  font-family: "BarlowSemiCondensed", "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 0.6875rem !important;
  line-height: 1.2;
  opacity: 1;
}

.schweppesPtContactSection .uploadRow {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.schweppesPtContactSection .uploadRow input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  padding: 0;
  margin: -1px;
}

.schweppesPtContactSection .uploadRow .browseBtn,
.schweppesPtContactSection label.browseBtn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  min-height: 2.5rem;
  padding: 10px 24px !important;
  border: 0.5px solid #09101d;
  border-radius: 2px;
  background: #09101d;
  color: #ffd331;
  font-family: "BarlowSemiCondensed", "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  text-transform: none;
}

.schweppesPtContactSection .fileName {
  margin: 0;
  color: #09101d;
  font-family: "BarlowSemiCondensed", "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.2;
}

.schweppesPtContactSection .termsField {
  display: flex !important;
  align-items: flex-start;
  gap: 0.5rem;
}

.schweppesPtContactSection .termsField input[type="checkbox"] {
  width: auto !important;
  min-width: 1rem;
  min-height: 1rem;
  margin-top: 0.2rem;
  flex: 0 0 auto;
}

.schweppesPtContactSection .termsField label {
  margin: 0;
  font-size: 0.8125rem !important;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none !important;
  color: #09101d !important;
}

.schweppesPtContactSection .termsField a.privacyLink {
  color: #09101d;
  text-decoration: underline;
  font-weight: 600;
}

.schweppesPtContactSection .recaptchaField {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.schweppesPtContactSection .g-recaptcha {
  display: inline-block !important;
  width: 304px !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  transform: none !important;
}

.schweppesPtContactSection .submitField {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0.5rem 0 2.5rem !important;
  padding: 0 !important;
  text-align: left;
  clear: both;
}

.schweppesPtContactSection .btnMayor,
.schweppesPtContactSection .submitBtn,
.schweppesPtContactSection button.submitBtn,
body.schweppesPtContactPage .schweppesPtContactSection button#schweppesPtSubmitBtn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  float: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: fit-content !important;
  max-width: fit-content !important;
  min-width: 0 !important;
  min-height: 2.75rem !important;
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  padding: 14px 24px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  cursor: pointer !important;
  background: #ffd331 !important;
  color: #1a1a1a !important;
  border: 2px solid #1a1a1a !important;
  border-radius: 50px !important;
  box-shadow: inset 0 0 0 4px #ffd331, inset 0 0 0 6px #1a1a1a !important;
  transition: box-shadow 0.3s ease !important;
}

.schweppesPtContactSection .submitBtn::after,
.schweppesPtContactSection button.submitBtn::after,
body.schweppesPtContactPage .schweppesPtContactSection button#schweppesPtSubmitBtn::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  box-shadow: none !important;
}

.schweppesPtContactSection .btnMayor:hover,
.schweppesPtContactSection .submitBtn:hover,
.schweppesPtContactSection .submitBtn:focus,
body.schweppesPtContactPage .schweppesPtContactSection button#schweppesPtSubmitBtn:hover,
body.schweppesPtContactPage .schweppesPtContactSection button#schweppesPtSubmitBtn:focus {
  box-shadow: inset 0 0 0 4px #ffd331, inset 0 0 20px 8px rgba(0, 0, 0, 0.7) !important;
}

@keyframes fieldShake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-6px); }
  40%, 80% { transform: translateX(6px); }
}

.schweppesPtContactSection .shake-anim {
  animation: fieldShake 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.schweppesPtContactSection .field-error input,
.schweppesPtContactSection .field-error select,
.schweppesPtContactSection .field-error textarea,
.schweppesPtContactSection input.field-error,
.schweppesPtContactSection select.field-error,
.schweppesPtContactSection textarea.field-error {
  border-color: #ff3b30 !important;
  box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.35) !important;
}

.schweppesPtContactSection .field-error-msg {
  color: #ff3b30 !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-top: 5px !important;
  display: block !important;
}

.schweppesPtContactSection .termsField.field-error-highlight {
  border: 1.5px solid #ff3b30 !important;
  border-radius: 6px;
  padding: 8px 12px;
  background: rgba(255, 59, 48, 0.08);
}

.schweppesPtContactSection .dynamicSectionInner {
  width: 100%;
}

.schweppesPtContactSection .recaptchaField {
  margin-top: 0.25rem;
}
