:root {
  --ftg-green: #0f3d31;
  --ftg-green-deep: #062d30;
  --ftg-gold: #d99a31;
  --ftg-gold-light: #f1bd59;
  --ftg-cream: #fbf5e9;
  --ftg-ink: #09263a;
  --ftg-muted: #5e6d73;
  --ftg-border: rgba(15, 61, 49, .16);
}

body.ftg-guide-page .main-contain,
body.ftg-guide-page .main-contain > .container,
body.ftg-guide-page #content,
body.ftg-guide-page .entry-content,
body.ftg-guide-page article {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.ftg-guide-page .main-contain > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.ftg-guide-page #content > .row {
  display: block;
  width: 100%;
  margin: 0 !important;
}

body.ftg-guide-page #content > .row > [class*="col-"] {
  width: 100%;
  max-width: none;
  padding: 0 !important;
}

body.ftg-guide-page article .entry-footer,
body.ftg-guide-page .comments-area {
  display: none !important;
}

.ftg-page-shell,
.ftg-page-shell * {
  box-sizing: border-box;
}

.ftg-page-shell {
  width: 100%;
  color: var(--ftg-ink);
  background: var(--ftg-cream);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ftg-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 clamp(12px, 2vw, 24px);
  background: #f9f0e1;
  border-bottom: 1px solid rgba(217, 154, 49, .45);
}

.ftg-hero img {
  display: block;
  width: min(100%, 1440px);
  height: clamp(300px, 34vw, 520px);
  margin: 0 auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 0 0 18px 18px;
}

.ftg-form-section {
  position: relative;
  padding: clamp(48px, 6vw, 92px) 24px;
  background:
    radial-gradient(circle at 12% 12%, rgba(217, 154, 49, .13), transparent 32%),
    linear-gradient(135deg, #fffaf1 0%, #f6ebd8 100%);
}

.ftg-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.ftg-eyebrow {
  margin: 0 0 10px;
  color: #9d691e;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .18em;
}

.ftg-guide-name {
  max-width: 760px;
  margin: 0 0 10px;
  color: var(--ftg-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.24;
}

.ftg-form-copy h1,
.ftg-thank-you-card h1 {
  margin: 0;
  color: var(--ftg-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 500;
}

.ftg-form-copy > p:not(.ftg-eyebrow),
.ftg-thank-you-card > p:not(.ftg-eyebrow):not(.ftg-expiry-note) {
  max-width: 740px;
  margin: 24px 0 0;
  color: #3b5058;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.7;
}

.ftg-benefits {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.ftg-benefits li {
  position: relative;
  padding-left: 34px;
  color: #173d3b;
  font-size: 17px;
  line-height: 1.55;
}

.ftg-benefits li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid rgba(217, 154, 49, .75);
  border-radius: 50%;
  color: #9d691e;
  font-size: 13px;
  font-weight: 900;
}

.ftg-form-card {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(217, 154, 49, .36);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 70px rgba(37, 44, 37, .13);
  backdrop-filter: blur(12px);
}

.ftg-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ftg-field {
  margin-bottom: 18px;
}

.ftg-field label {
  display: block;
  margin-bottom: 8px;
  color: #163a38;
  font-size: 13px;
  font-weight: 750;
}

.ftg-field input {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(15, 61, 49, .25);
  border-radius: 9px;
  background: #fff;
  color: #102d31;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.ftg-field input:focus {
  outline: 0;
  border-color: var(--ftg-gold);
  box-shadow: 0 0 0 4px rgba(217, 154, 49, .14);
}

.ftg-human-check {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px;
  gap: 14px;
  align-items: center;
  padding: 14px 15px;
  border: 1px solid rgba(15, 61, 49, .13);
  border-radius: 10px;
  background: #f8f7ef;
}

.ftg-human-check label {
  margin: 0;
  line-height: 1.45;
}

.ftg-human-check input {
  width: 86px;
  max-width: none;
  min-height: 44px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 750;
  appearance: textfield;
  -moz-appearance: textfield;
}

.ftg-human-check input::-webkit-inner-spin-button,
.ftg-human-check input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.ftg-captcha-wrap {
  min-height: 65px;
  margin: 4px 0 18px;
}

.ftg-checkbox {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: flex-start;
  margin: 4px 0 20px;
  color: #44585d;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}


.ftg-required-label {
  display: inline-block;
  margin-left: 6px;
  color: #9f2f2f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ftg-checkbox input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--ftg-green);
}

.ftg-submit-button,
.ftg-download-button,
.ftg-secondary-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .035em;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ftg-submit-button {
  width: 100%;
  padding: 12px 18px;
  background: linear-gradient(135deg, #145444, #0f3d31);
  color: #ffffff;
  box-shadow: 0 13px 30px rgba(15, 74, 60, .24);
}

.ftg-submit-button:hover,
.ftg-download-button:hover,
.ftg-secondary-button:hover {
  transform: translateY(-2px);
}

.ftg-submit-button:hover,
.ftg-submit-button:hover span,
.ftg-submit-button:focus,
.ftg-submit-button:focus span,
.ftg-submit-button:active,
.ftg-submit-button:active span {
  color: #fff !important;
}

.ftg-submit-button:disabled {
  opacity: .65;
  cursor: not-allowed;
  transform: none;
}

.ftg-submit-button[aria-busy="true"],
.ftg-submit-button.is-loading {
  cursor: progress;
}

.ftg-download-button > span {
  font-size: 24px;
  line-height: 1;
}

.ftg-privacy-note {
  margin: 16px 0 0;
  color: #6d797c;
  font-size: 12px;
  line-height: 1.55;
}

.ftg-honeypot {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.ftg-alert {
  margin: 0 0 20px;
  padding: 13px 15px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.45;
}

.ftg-alert-error {
  border: 1px solid #e1a6a6;
  background: #fff0f0;
  color: #7e2222;
}

.ftg-thank-you {
  display: grid;
  min-height: min(640px, 72vh);
  place-items: center;
  padding: clamp(34px, 6vw, 72px) 18px;
  background:
    radial-gradient(circle at 80% 15%, rgba(217, 154, 49, .12), transparent 24%),
    linear-gradient(145deg, #fffaf0 0%, #f1e5cd 100%);
}

.ftg-thank-you-card {
  width: min(680px, 100%);
  padding: clamp(28px, 4.8vw, 48px);
  border: 1px solid rgba(217, 154, 49, .32);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  text-align: center;
  box-shadow: 0 22px 60px rgba(30, 47, 37, .12);
}

.ftg-thank-you-card h1 {
  font-size: clamp(30px, 4.2vw, 50px);
  line-height: 1.06;
}

.ftg-thank-you-card > p:not(.ftg-eyebrow):not(.ftg-expiry-note) {
  font-size: clamp(15px, 2.1vw, 18px);
  line-height: 1.6;
}

.ftg-success-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  place-items: center;
  border: 2px solid rgba(217, 154, 49, .75);
  border-radius: 50%;
  background: var(--ftg-green);
  color: #f5c15c;
  font-size: 28px;
  font-weight: 900;
}

.ftg-download-button {
  margin-top: 24px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #145444, #0f3d31);
  color: #ffffff !important;
  box-shadow: 0 15px 34px rgba(15, 74, 60, .22);
}

.ftg-secondary-button {
  margin-top: 18px;
  padding: 14px 24px;
  background: var(--ftg-green);
  color: #fff !important;
}

.ftg-expiry-note {
  margin: 14px 0 0 !important;
  color: #788486;
  font-size: 12px !important;
  line-height: 1.45 !important;
}


.ftg-landing .ftg-hero {
  display: none !important;
}

.ftg-landing .ftg-form-section {
  min-height: 640px;
  padding-top: clamp(54px, 6vw, 82px);
  padding-bottom: clamp(54px, 6vw, 82px);
}

/* Compact homepage guide promotion. */
.ftg-home-promo,
.ftg-home-promo * {
  box-sizing: border-box;
}

.ftg-home-promo {
  width: 100%;
  padding: 8px 12px;
  color: var(--ftg-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ftg-home-promo__inner {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  width: min(820px, 100%);
  min-height: 176px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(217, 154, 49, .28);
  border-radius: 16px;
  background: linear-gradient(135deg, #fffaf1 0%, #f5ecd9 100%);
  box-shadow: 0 14px 34px rgba(28, 54, 45, .09);
}

.ftg-home-promo__media {
  min-height: 176px;
  overflow: hidden;
  background: #efe4cf;
  border-right: 1px solid rgba(217, 154, 49, .18);
}

.ftg-home-promo__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 176px;
  object-fit: cover;
  object-position: center top;
}

.ftg-home-promo__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 24px 20px;
}

.ftg-home-promo__eyebrow {
  margin: 0 0 8px;
  color: #9d691e;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .18em;
}

.ftg-home-promo__copy h2 {
  margin: 0;
  color: var(--ftg-green-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.08;
  max-width: 440px;
}

.ftg-home-promo__copy > p:not(.ftg-home-promo__eyebrow) {
  margin: 10px 0 0;
  max-width: 470px;
  color: #4b5d63;
  font-size: 14px;
  line-height: 1.62;
}

.ftg-home-promo__button {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ftg-green);
  color: #fff !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(15, 61, 49, .13);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ftg-home-promo__button:hover {
  transform: translateY(-1px);
  background: var(--ftg-green-deep);
  box-shadow: 0 10px 20px rgba(15, 61, 49, .17);
}

@media (max-width: 900px) {
  .ftg-home-promo__inner {
    grid-template-columns: 220px minmax(0, 1fr);
    width: min(760px, 100%);
    min-height: 160px;
  }

  .ftg-home-promo__media,
  .ftg-home-promo__media img {
    min-height: 160px;
    height: 160px;
  }

  .ftg-home-promo__copy {
    padding: 16px 20px 18px;
  }

  .ftg-home-promo__copy h2 {
    font-size: clamp(20px, 3vw, 28px);
  }

  .ftg-home-promo__copy > p:not(.ftg-home-promo__eyebrow) {
    font-size: 13px;
  }

  .ftg-form-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ftg-form-copy {
    text-align: center;
  }

  .ftg-form-copy > p:not(.ftg-eyebrow) {
    margin-left: auto;
    margin-right: auto;
  }

  .ftg-benefits {
    width: min(620px, 100%);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .ftg-home-promo {
    padding: 8px 10px;
  }

  .ftg-home-promo__inner {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    border-radius: 14px;
  }

  .ftg-home-promo__media,
  .ftg-home-promo__media img {
    min-height: 168px;
    height: 168px;
  }

  .ftg-home-promo__media {
    border-right: 0;
    border-bottom: 1px solid rgba(217, 154, 49, .18);
  }

  .ftg-home-promo__media img {
    object-position: 45% center;
  }

  .ftg-home-promo__copy {
    padding: 18px 16px 20px;
    text-align: center;
  }

  .ftg-home-promo__copy h2 {
    font-size: 26px;
    max-width: none;
  }

  .ftg-home-promo__copy > p:not(.ftg-home-promo__eyebrow) {
    font-size: 14px;
    max-width: none;
  }

  .ftg-home-promo__button {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }

  .ftg-hero {
    padding: 0;
  }

  .ftg-hero img {
    width: 100%;
    max-width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: 36% top;
    border-radius: 0 0 14px 14px;
  }

  .ftg-form-section {
    padding: 42px 15px;
  }

  .ftg-field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ftg-form-card {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .ftg-form-copy h1,
  .ftg-thank-you-card h1 {
    font-size: 38px;
  }

  .ftg-thank-you {
    padding: 48px 15px;
  }

  .ftg-thank-you-card {
    padding: 34px 20px;
    border-radius: 16px;
  }

  .ftg-download-button,
  .ftg-secondary-button {
    width: 100%;
  }
}


/* v2.2 - Native Fig Tree homepage guide strip. */
.ftg-home-promo {
  width: 100%;
  padding: clamp(26px, 4vw, 42px) 20px;
  background: #fff;
}

.ftg-home-promo__inner {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: clamp(26px, 4vw, 42px);
  width: min(980px, 100%);
  min-height: 0;
  margin: 0 auto;
  padding: 24px 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(185, 216, 207, .72);
  border-bottom: 1px solid rgba(185, 216, 207, .72);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ftg-home-promo__media {
  width: 138px;
  height: 195px;
  min-height: 0;
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(15, 61, 49, .10);
  border-radius: 4px;
  background: #fbf5e9;
  box-shadow: 0 12px 26px rgba(20, 49, 42, .12);
}

.ftg-home-promo__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
}

.ftg-home-promo__copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto auto;
  column-gap: clamp(24px, 4vw, 46px);
  align-content: center;
  align-items: center;
  padding: 0;
  text-align: left;
}

.ftg-home-promo__eyebrow {
  grid-column: 1;
  margin: 0 0 7px;
  color: #9d691e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .18em;
}

.ftg-home-promo__copy h2 {
  grid-column: 1;
  max-width: 520px;
  margin: 0;
  color: #153b36;
  font-family: inherit;
  font-size: clamp(24px, 2.5vw, 31px);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.ftg-home-promo__copy > p:not(.ftg-home-promo__eyebrow) {
  grid-column: 1;
  max-width: 570px;
  margin: 10px 0 0;
  color: #647275;
  font-size: 14px;
  line-height: 1.65;
}

.ftg-home-promo__button {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: auto;
  min-height: 42px;
  margin: 0;
  padding: 11px 18px;
  border: 0;
  border-radius: 6px;
  background: #93bfb3;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .025em;
  box-shadow: none;
}

.ftg-home-promo__button:hover {
  transform: translateY(-1px);
  background: #7fafa2;
  color: #ffffff !important;
  box-shadow: none;
}

@media (max-width: 820px) {
  .ftg-home-promo__inner {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 26px;
    width: min(720px, 100%);
  }

  .ftg-home-promo__media {
    width: 118px;
    height: 167px;
  }

  .ftg-home-promo__copy {
    grid-template-columns: 1fr;
  }

  .ftg-home-promo__button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 14px;
  }
}

@media (max-width: 560px) {
  .ftg-home-promo {
    padding: 26px 16px;
  }

  .ftg-home-promo__inner {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
    padding: 20px 0;
    border-radius: 0;
  }

  .ftg-home-promo__media,
  .ftg-home-promo__media img {
    width: 92px;
    height: 130px;
    min-height: 0;
  }

  .ftg-home-promo__copy {
    padding: 0;
    text-align: left;
  }

  .ftg-home-promo__eyebrow {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .ftg-home-promo__copy h2 {
    font-size: 21px;
    line-height: 1.18;
  }

  .ftg-home-promo__copy > p:not(.ftg-home-promo__eyebrow) {
    display: none;
  }

  .ftg-home-promo__button {
    width: auto;
    min-height: 38px;
    justify-self: start;
    margin-top: 11px;
    padding: 9px 13px;
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  .ftg-human-check {
    grid-template-columns: 1fr 74px;
    gap: 10px;
  }

  .ftg-human-check input {
    width: 74px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ftg-submit-button,
  .ftg-download-button,
  .ftg-secondary-button,
  .ftg-field input {
    transition: none;
  }
}


/* v2.3.9 - Lean package fallback when no promo image is selected. */
.ftg-home-promo__inner.ftg-home-promo__inner--no-media {
  grid-template-columns: minmax(0, 1fr);
}


.ftg-thank-you-card .ftg-eyebrow {
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: .16em;
}

.ftg-download-button:hover,
.ftg-download-button:focus,
.ftg-download-button:active,
.ftg-download-button:hover span,
.ftg-download-button:focus span,
.ftg-download-button:active span {
  color: #ffffff !important;
}


/* v2.5.3 - Responsive hardening for the landing form, promo strip and thank-you page. */
.ftg-page-shell {
  max-width: 100%;
  overflow-x: clip;
}

.ftg-page-shell img,
.ftg-page-shell svg,
.ftg-page-shell video,
.ftg-page-shell iframe {
  max-width: 100%;
}

.ftg-form-layout > *,
.ftg-home-promo__inner > *,
.ftg-home-promo__copy,
.ftg-form-copy,
.ftg-form-card,
.ftg-thank-you-card {
  min-width: 0;
}

.ftg-form-copy,
.ftg-form-card,
.ftg-thank-you-card,
.ftg-home-promo__copy {
  overflow-wrap: anywhere;
  word-break: normal;
}

.ftg-form-card {
  width: 100%;
  max-width: 560px;
  justify-self: end;
}

.ftg-download-form,
.ftg-download-form input,
.ftg-download-form button,
.ftg-download-form label,
.ftg-download-form span {
  max-width: 100%;
}

.ftg-captcha-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.ftg-home-promo__button span:first-child,
.ftg-submit-button span,
.ftg-download-button,
.ftg-secondary-button {
  overflow-wrap: anywhere;
  text-align: center;
}

@media (max-width: 1080px) {
  .ftg-form-section {
    padding: clamp(46px, 6vw, 72px) clamp(20px, 4vw, 38px);
  }

  .ftg-form-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    width: min(760px, 100%);
  }

  .ftg-form-copy {
    text-align: center;
  }

  .ftg-form-copy > p:not(.ftg-eyebrow),
  .ftg-guide-name {
    margin-left: auto;
    margin-right: auto;
  }

  .ftg-benefits {
    width: min(640px, 100%);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .ftg-form-card {
    max-width: 640px;
    justify-self: center;
  }

  .ftg-landing .ftg-form-section {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .ftg-hero img {
    height: clamp(260px, 48vw, 390px);
  }

  .ftg-form-copy h1 {
    font-size: clamp(38px, 8vw, 58px);
  }

  .ftg-guide-name {
    font-size: clamp(22px, 4vw, 30px);
  }

  .ftg-form-copy > p:not(.ftg-eyebrow) {
    font-size: clamp(16px, 2.6vw, 19px);
  }

  .ftg-benefits li {
    font-size: 16px;
  }

  .ftg-home-promo__inner {
    width: min(720px, 100%);
  }

  .ftg-thank-you {
    min-height: min(560px, 68vh);
  }
}

@media (max-width: 620px) {
  .ftg-page-shell {
    overflow-x: hidden;
  }

  .ftg-form-section {
    padding: 36px 14px;
  }

  .ftg-form-layout {
    gap: 30px;
  }

  .ftg-eyebrow {
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: .14em;
  }

  .ftg-guide-name {
    font-size: 22px;
    line-height: 1.28;
  }

  .ftg-form-copy h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.05;
  }

  .ftg-form-copy > p:not(.ftg-eyebrow) {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.62;
  }

  .ftg-benefits {
    gap: 11px;
    margin-top: 23px;
  }

  .ftg-benefits li {
    padding-left: 31px;
    font-size: 15px;
    line-height: 1.5;
  }

  .ftg-form-card {
    padding: 23px 17px;
    border-radius: 14px;
    box-shadow: 0 16px 42px rgba(37, 44, 37, .11);
  }

  .ftg-field {
    margin-bottom: 16px;
  }

  .ftg-field label,
  .ftg-checkbox {
    font-size: 13px;
  }

  .ftg-field input {
    min-height: 48px;
    font-size: 16px; /* Prevents automatic zoom on iOS. */
  }

  .ftg-checkbox {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 9px;
    line-height: 1.48;
  }

  .ftg-checkbox input {
    width: 19px;
    height: 19px;
  }

  .ftg-submit-button,
  .ftg-download-button,
  .ftg-secondary-button {
    min-height: 50px;
    padding: 13px 18px;
    font-size: 14px;
  }

  .ftg-privacy-note {
    font-size: 11.5px;
  }

  .ftg-thank-you {
    min-height: 0;
    padding: 36px 13px;
  }

  .ftg-thank-you-card {
    width: 100%;
    padding: 30px 18px;
    border-radius: 16px;
  }

  .ftg-thank-you-card h1 {
    font-size: clamp(30px, 9.5vw, 40px);
  }

  .ftg-thank-you-card > p:not(.ftg-eyebrow):not(.ftg-expiry-note) {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.55;
  }

  .ftg-success-mark {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    font-size: 25px;
  }

  .ftg-download-button,
  .ftg-secondary-button {
    width: 100%;
    margin-top: 20px;
  }

  .ftg-home-promo {
    padding: 24px 14px;
  }

  .ftg-home-promo__inner {
    gap: 16px;
    width: 100%;
    padding: 18px 0;
  }

  .ftg-home-promo__copy h2 {
    font-size: clamp(20px, 5.7vw, 25px);
  }

  .ftg-home-promo__button {
    max-width: 100%;
    min-height: 40px;
  }
}

@media (max-width: 440px) {
  .ftg-hero img {
    height: 230px;
    object-position: 38% top;
  }

  .ftg-form-section {
    padding: 30px 11px;
  }

  .ftg-form-card {
    padding: 20px 14px;
  }

  .ftg-human-check {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 13px;
  }

  .ftg-human-check input {
    width: 100%;
    min-height: 46px;
  }

  .ftg-home-promo__inner,
  .ftg-home-promo__inner.ftg-home-promo__inner--no-media {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .ftg-home-promo__media,
  .ftg-home-promo__media img {
    width: 110px;
    height: 155px;
    margin: 0 auto;
  }

  .ftg-home-promo__media {
    border-bottom: 0;
  }

  .ftg-home-promo__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ftg-home-promo__eyebrow {
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: .14em;
  }

  .ftg-home-promo__copy h2 {
    max-width: 330px;
    font-size: 22px;
  }

  .ftg-home-promo__copy > p:not(.ftg-home-promo__eyebrow) {
    display: block;
    max-width: 340px;
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.55;
  }

  .ftg-home-promo__button {
    width: min(100%, 310px);
    justify-self: auto;
    margin-top: 12px;
    padding: 11px 15px;
    font-size: 11px;
  }

  .ftg-thank-you-card .ftg-eyebrow {
    font-size: 10.5px;
    line-height: 1.35;
  }

  .ftg-expiry-note {
    font-size: 11px !important;
  }
}

@media (max-width: 360px) {
  .ftg-form-copy h1 {
    font-size: 32px;
  }

  .ftg-form-card {
    padding: 18px 12px;
  }

  .ftg-submit-button,
  .ftg-download-button,
  .ftg-secondary-button {
    letter-spacing: .02em;
  }

  .ftg-captcha-wrap .cf-turnstile {
    width: 116%;
    transform: scale(.86);
    transform-origin: left top;
    margin-bottom: -9px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .ftg-submit-button:hover,
  .ftg-download-button:hover,
  .ftg-secondary-button:hover,
  .ftg-home-promo__button:hover {
    transform: none;
  }
}
