.tf-final-cta-inner {
  padding: clamp(34px, 5vw, 58px);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(17, 20, 14, 0.94), rgba(73, 99, 51, 0.94)),
    var(--tf-moss);
  color: var(--tf-paper);
  box-shadow: var(--tf-shadow);
}

.tf-final-cta-inner h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(2.4rem, 4.6vw, 4.3rem);
  line-height: var(--tf-leading-tight);
}

.tf-final-cta-inner p:not(.tf-section-eyebrow) {
  max-width: 680px;
  color: rgba(251, 248, 237, 0.8);
  font-size: var(--tf-type-body);
}

.tf-home-faq {
  padding-block: clamp(42px, 5vw, 64px);
  background: var(--tf-paper) !important;
}

.tf-home-faq > * {
  max-width: 900px;
}

.tf-home-faq h2 {
  margin: 0 0 18px;
  color: var(--tf-ink);
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.05;
}

.tf-home-faq details {
  border-top: 1px solid var(--tf-line);
}

.tf-home-faq details:last-child {
  border-bottom: 1px solid var(--tf-line);
}

.tf-home-faq summary {
  padding: 18px 0;
  color: var(--tf-ink);
  font-weight: 820;
  cursor: pointer;
}

.tf-home-faq details p {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--tf-muted);
}

.tf-premium-footer {
  margin-block-start: 0;
  padding: clamp(42px, 6vw, 58px) clamp(20px, 5vw, 64px) 28px;
  background:
    linear-gradient(180deg, #1a1e15 0%, #11140e 100%),
    #171b12;
  color: var(--tf-paper);
}

.tf-newsletter-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  width: min(1240px, 100%);
  margin: 0 auto clamp(34px, 5vw, 52px);
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(220, 233, 130, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(251, 248, 237, 0.07), rgba(220, 233, 130, 0.05)),
    rgba(251, 248, 237, 0.04);
}

.tf-newsletter-band h2,
.tf-newsletter-popup h2 {
  margin: 0;
  color: var(--tf-paper);
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.04;
}

.tf-newsletter-band p:not(.tf-section-eyebrow),
.tf-newsletter-popup p:not(.tf-section-eyebrow):not(.tf-newsletter-status) {
  max-width: 620px;
  color: rgba(251, 248, 237, 0.72);
  line-height: 1.58;
}

.tf-newsletter-form {
  display: grid;
  gap: 12px;
}

.tf-newsletter-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.tf-newsletter-fields input[type="email"] {
  min-width: 0;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid rgba(251, 248, 237, 0.18);
  border-radius: 999px;
  background: rgba(251, 248, 237, 0.1);
  color: var(--tf-paper);
  font: inherit;
}

.tf-newsletter-fields input[type="email"]::placeholder {
  color: rgba(251, 248, 237, 0.54);
}

.tf-newsletter-fields input[type="email"]:focus {
  border-color: rgba(220, 233, 130, 0.72);
  outline: 3px solid rgba(220, 233, 130, 0.16);
  outline-offset: 2px;
}

.tf-newsletter-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: rgba(251, 248, 237, 0.65);
  font-size: 0.86rem;
  line-height: 1.45;
}

.tf-newsletter-consent input {
  margin-top: 0.24em;
  accent-color: var(--tf-gold);
}

.tf-newsletter-status {
  margin: 0;
  color: var(--tf-gold);
  font-size: 0.9rem;
  font-weight: 820;
}

.tf-newsletter-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.tf-newsletter-popup {
  position: fixed;
  z-index: 82;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  width: min(430px, calc(100vw - 32px));
  padding: 22px;
  border: 1px solid rgba(220, 233, 130, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(17, 20, 14, 0.98), rgba(47, 62, 36, 0.98)),
    var(--tf-charcoal);
  color: var(--tf-paper);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.tf-newsletter-popup[hidden] {
  display: none;
}

.tf-newsletter-popup h2 {
  padding-right: 32px;
  font-size: clamp(1.55rem, 2.3vw, 2.05rem);
}

.tf-newsletter-popup .tf-newsletter-fields {
  grid-template-columns: 1fr;
}

.tf-newsletter-popup .tf-button {
  width: 100%;
}

.tf-newsletter-dismiss {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(251, 248, 237, 0.16);
  border-radius: 999px;
  background: rgba(251, 248, 237, 0.06);
  color: rgba(251, 248, 237, 0.8);
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.tf-newsletter-dismiss:hover {
  border-color: rgba(220, 233, 130, 0.42);
  color: var(--tf-gold);
}

.tf-newsletter-open .tf-floating-cta {
  display: none;
}

.tf-footer-grid {
  display: grid;
  grid-template-columns: minmax(270px, 1.22fr) minmax(210px, 0.86fr) repeat(2, minmax(140px, 0.62fr));
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
  width: min(1240px, 100%);
  margin-inline: auto;
}

.tf-logo-footer {
  width: min(238px, 72vw);
  margin-bottom: 14px;
}

.tf-footer-brand p,
.tf-premium-footer p,
.tf-premium-footer li {
  color: rgba(251, 248, 237, 0.7);
}

.tf-footer-brand p {
  max-width: 340px;
  margin: 0;
  line-height: 1.58;
}

.tf-premium-footer h3 {
  margin: 0 0 12px;
  color: var(--tf-gold);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tf-premium-footer h3:not(:first-child) {
  margin-top: 22px;
}

.tf-premium-footer ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tf-premium-footer p {
  margin-top: 0;
}

.tf-premium-footer a {
  color: rgba(251, 248, 237, 0.78);
  text-decoration: none;
}

.tf-premium-footer a:hover {
  color: var(--tf-gold);
}

.tf-footer-phone a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(220, 233, 130, 0.2);
  border-radius: 999px;
  background: rgba(220, 233, 130, 0.07);
  color: var(--tf-paper);
  font-weight: 820;
}

.tf-cookie-reset {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(251, 248, 237, 0.78);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.tf-cookie-reset:hover {
  color: var(--tf-gold);
}

.tf-cookie-banner {
  position: fixed;
  z-index: 80;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: min(620px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(220, 233, 130, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(17, 20, 14, 0.96), rgba(47, 62, 36, 0.96)),
    var(--tf-charcoal);
  color: var(--tf-paper);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.tf-cookie-banner[hidden] {
  display: none;
}

.tf-cookie-banner strong {
  display: block;
  margin-bottom: 4px;
  color: var(--tf-gold);
  font-size: 0.82rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tf-cookie-banner p {
  margin: 0;
  color: rgba(251, 248, 237, 0.78);
  font-size: 0.9rem;
  line-height: 1.5;
}

.tf-cookie-banner > a {
  grid-column: 1 / -1;
  width: fit-content;
  color: rgba(251, 248, 237, 0.72);
  font-size: 0.86rem;
}

.tf-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.tf-cookie-button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(251, 248, 237, 0.22);
  border-radius: 999px;
  background: rgba(251, 248, 237, 0.06);
  color: var(--tf-paper);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 820;
  cursor: pointer;
}

.tf-cookie-accept {
  border-color: transparent;
  background: var(--tf-gold);
  color: var(--tf-charcoal);
}

.tf-cookie-button:hover {
  transform: translateY(-1px);
}

.tf-floating-cta {
  position: fixed;
  z-index: 70;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  width: min(520px, calc(100vw - 36px));
  padding: 14px;
  border: 1px solid rgba(220, 233, 130, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(17, 20, 14, 0.95), rgba(47, 62, 36, 0.95)),
    var(--tf-charcoal);
  color: var(--tf-paper);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.tf-floating-cta p {
  margin: 0;
  color: rgba(251, 248, 237, 0.74);
  font-size: 0.86rem;
  line-height: 1.35;
}

.tf-floating-cta .tf-button {
  min-height: 42px;
  padding-inline: 18px;
}

.tf-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tf-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 46px;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(251, 248, 237, 0.14);
  border-radius: 999px;
  background: rgba(251, 248, 237, 0.04);
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0.02em;
}

.tf-social-links svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tf-social-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(220, 233, 130, 0.42);
  background: rgba(220, 233, 130, 0.08);
}

.tf-footer-bottom {
  width: min(1240px, 100%);
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(251, 248, 237, 0.12);
  color: rgba(251, 248, 237, 0.72);
  font-size: 0.85rem;
}

.tf-disclaimer {
  margin-block-start: 0;
  padding: 18px clamp(20px, 5vw, 64px);
  background: #0f120c;
  color: rgba(251, 248, 237, 0.7);
  font-size: 0.76rem;
}

.tf-disclaimer p {
  max-width: 1180px;
  margin-inline: auto;
  line-height: 1.58;
}

