    <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">

      @import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Pragati+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
      /* latin */
      @font-face {
        font-family: 'Inter';
        font-style: italic;
        font-weight: 100 900;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/inter/v18/UcCm3FwrK3iLTcvnUwQT9g.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }
      /* latin */
      @font-face {
        font-family: 'Work Sans';
        font-style: italic;
        font-weight: 100 900;
        src: url(https://fonts.gstatic.com/s/worksans/v24/QGYqz_wNahGAdqQ43Rh_eZDrv_0.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }
      @font-face {
  font-family: "Sharp Grotesk SemiBold 15";
  src: url("https://yellowhead.atco.com/wp-content/themes/yellowhead-mainline/assets/font/SharpGrotesk-SemiBold15.woff2") format("woff2"),
    url("https://yellowhead.atco.com/wp-content/themes/yellowhead-mainline/assets/font/SharpGrotesk-SemiBold15.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp Grotesk Medium 15";
  src: url("https://yellowhead.atco.com/wp-content/themes/yellowhead-mainline/assets/font/SharpGrotesk-Medium15.woff2") format("woff2"),
    url("https://yellowhead.atco.com/wp-content/themes/yellowhead-mainline/assets/font/SharpGrotesk-Medium15.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp Grotesk Bold 15";
  src: url("https://yellowhead.atco.com/wp-content/themes/yellowhead-mainline/assets/font/SharpGrotesk-Bold15.woff2") format("woff2"),
    url("https://yellowhead.atco.com/wp-content/themes/yellowhead-mainline/assets/font/SharpGrotesk-Bold15.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --inter-font: "Inter", sans-serif;
  --h2-size: 32px;
  --body-size: 16px;
  --form-size: 18px;
  --form-error-size: 14px;
  --white: #ffffff;
  --black: #000000;
  --blue: #1625a3;
  --coral-red: #ff6b6b;
  --red: #ff5252;
  --gray: #d0d3ed;
  --black-light: rgba(0, 0, 0, 0.6);
}

#recaptcha-error {
    display: none;
    font-size: 0.875rem;
    color: var(--red);
    margin-top: 0.25rem; /* similar spacing */
}


.input-error {
  border: 1px solid var(--coral-red) !important;
}


body {
  margin: 0;
  background-color: var(--blue);
  color: var(--white);
  font-size: var(--body-size);
  font-family: var(--inter-font);
  line-height: 1.5;
}

/* Apply Inter font everywhere */
input, select {
    font-family: 'Inter', sans-serif;
  color: var(--blue);
}

/* Optional: make sure placeholders also use Inter */
input::placeholder,
textarea::placeholder {
    font-family: 'Inter', sans-serif;
}

/* Optional: add font-weight if desired */
input, select, textarea, button {
    font-family: 'Inter', sans-serif;
    font-weight: 400; /* regular */
}
select.form-select option {
    color: var(--blue);
}

h2 {
font-family: 'Sharp Grotesk Medium 15';
  font-size: var(--h2-size);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
}

.signup-section {
  background-color: var(--blue);
  padding: 100px 40px 100px;
  position: relative;
}

.signup-section .signup-container {
  margin: 0 auto;
  padding: 0px 0px 0px 117px;
  max-width: 1275px;
  width: 100%;
}

.signup-section .signup-content {
  position: relative;
}

.signup-section .signup-text {
  max-width: 810px;
  width: calc(100% - 290px);
  position: relative;
  z-index: 2;
}

.signup-section .signup-label {
  font-size: var(--body-size);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}

.signup-section .signup-description {
  margin-bottom: 50px;
  position: relative;
}

.signup-section .cloud-image {
  width: 100%;
  height: 100%;
  background-image: url("https://image.email.atco.com/lib/fe35157075640778701375/m/1/b8ac6814-fe02-4e60-98fd-91ba23c1fc09.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.signup-section .signup-description-decoration {
  position: absolute;
  left: calc(100% + 110px);
  bottom: 0;
  max-width: 399px;
  width: 100%;
  height: 146px;
  z-index: 1;
}

.signup-section .cloud-decoration {
  position: absolute;
  left: calc(100% - 110px);
  bottom: -68px;
  max-width: 399px;
  width: 100%;
  height: 161px;
  z-index: 1;
}

.signup-form-container {
  position: relative;
}

.signup-section .form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.signup-section .form-group {
  display: flex;
  flex-direction: column;
  font-family: var(--inter-font);
  line-height: 1.5;
}

.signup-section .form-label {
  color: var(--white);
  margin-bottom: 12px;
}

.signup-section .form-input {
  background: var(--white);
  border: none;
  border-radius: 8px;
  color: var(--blue);
  font-size: var(--form-size);
  padding: 20px 16px;
}

.signup-section .form-select {
  appearance: none;
  font-size: var(--form-size);
  background-color: var(--white);
  border-radius: 8px;
  block-size: 53px;
  padding: 0 16px;
  color: var(--black-light);
  border: none;
  margin: 0;

  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23686E77'/%3E%3C/svg%3E");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.signup-section .form-input::placeholder {
  color: var(--black-light);
}

.signup-section .form-error {
  color: var(--coral-red);
  display: none;
  font-size: var(--form-error-size);
  margin-top: 8px;
}
.signup-section .form.validated :invalid ~ .form-error {
  display: block;
}

.signup-section .form-button {
  align-items: center;
  background-color: var(--white);
  border-radius: 24px;
  border: 0;
  box-shadow: none;
  color: var(--blue);
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  gap: 10px;
  outline: 0;
    padding: 12px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.signup-section .form-button:hover {
  background: var(--gray);
}

/* Site Header Styles to match .signup-section */
.site-header {
  background-color: var(--white); /* same as signup section */
  padding: 100px 40px; /* top/bottom and left/right spacing */
  position: relative;
  display: flex;
  align-items: center; /* vertically center the logo */
  z-index: 10;
}

/* Container inside header */
.site-header .container {
  display: flex;
  align-items: center;
  max-width: 1200px; /* optional, align with main site */
  margin: 0 auto;
}

/* Logo styling */
.site-header .site-logo img {
  height: 60px; /* adjust as needed */
  width: auto;
  display: block;
}

/* Resubscribe box styling */
.resubscribe-box {
    margin-top: 20px;
    padding: 16px;
    border: 1px solid #1625A3;       /* Primary brand color */
    border-radius: 12px;
    background-color: #f0f4ff;       /* Light blue background */
    text-align: center;
    font-family: var(--inter-font);
}

.resubscribe-box p {
    margin: 0 0 12px 0;
    color: #1625A3;
    font-size: 14px;
}

.resubscribe-box a.form-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #1625A3;       /* Primary brand color */
    color: #fff;
    text-decoration: none;
    border-radius: 24px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.resubscribe-box a.form-button:hover {
    background-color: #0f1b7a;       /* Darker shade on hover */
}

/* Optional: make header responsive */
@media (max-width: 768px) {
  .site-header {
    padding: 60px 20px;
  }

  .site-header .site-logo img {
    height: 50px;
  }
}


/* Responsive Styles */
@media (max-width: 1200px) {
  .signup-section {
    padding: 100px 30px;
  }

  .signup-section .signup-container {
    padding: 0;
  }

  .signup-section .signup-text {
    max-width: 858px;
    width: calc(100% - 290px);
  }
}

@media (max-width: 767px) {
  :root {
    --h2-size: 18px;
  }
  .signup-section {
    padding: 116px 20px 40px;
  }

  .signup-section .signup-container {
    padding: 0;
  }

  .signup-section .signup-text {
    max-width: 100%;
    width: 100%;
  }

  .signup-section .signup-label {
    margin: 0 0 20px 0;
  }

  .signup-section .signup-description {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
  }

  .signup-section .signup-description-decoration,
  .signup-section .cloud-decoration {
    display: none;
  }
}

/* THANK YOU PAGE - SPECIFIC STYLES  */
.signup-section .signup-description-thank-you {
  color: var(--white);
  margin-bottom: 150px;
  position: relative;
}

.signup-section .signup-thank-you-decoration {
  position: absolute;
  left: calc(100% + 83px);
  top: -115px;
  max-width: 399px;
  width: 100%;
  height: 146px;
  z-index: 1;
}

.signup-section .sun-cloud-decoration {
  position: absolute;
  right: -57px;
  bottom: -180px;
  max-width: 399px;
  width: 100%;
  height: 161px;
  z-index: 1;
}

.signup-section .sun-cloud-image {
  width: 100%;
  height: 100%;
  background-image: url("https://image.email.atco.com/lib/fe35157075640778701375/m/1/ee1b38ec-6b12-4f02-aa98-0ce0694689eb.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

@media (max-width: 767px) {
  .signup-section .signup-description-thank-you {
    font-size: 18px;
    margin-bottom: 110px;
    position: relative;
  }

  .signup-section .signup-thank-you-decoration {
    position: absolute;
    left: calc(100% - 70px);
    bottom: 0;
    max-width: 201px;
    width: 100%;
    height: 73px;
    z-index: 1;
  }

  .signup-section .sun-cloud-decoration {
    position: absolute;
    right: 0;
    bottom: -120px;
    max-width: 201px;
    width: 100%;
    height: 100px;
    z-index: 1;
  }
}
