.elementor-kit-6{--e-global-color-primary:#13523D;--e-global-color-secondary:#1A6B4F;--e-global-color-text:#0B1513;--e-global-color-accent:#2AA373;--e-global-color-34db922:#0F3D2E;--e-global-color-efce1e8:#0A1F18;--e-global-color-3986b25:#5A6A64;--e-global-color-0a93029:#F3FAF6;--e-global-color-17f2e2b:#C9A45A;--e-global-typography-primary-font-family:"Fraunces";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:-0.5px;--e-global-typography-secondary-font-family:"Fraunces";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.3px;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.4px;color:#0B1513;font-family:"Inter Tight", Sans-serif;font-size:17px;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Fraunces", Sans-serif;font-size:60px;font-weight:600;}.elementor-kit-6 h2{font-family:"Fraunces", Sans-serif;font-size:60px;font-weight:600;}.elementor-kit-6 h3{font-family:"Fraunces", Sans-serif;font-size:21px;font-weight:600;line-height:1.4px;}.elementor-kit-6 h4{font-family:"Inter Tight", Sans-serif;font-size:17px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:36px;line-height:1.1em;letter-spacing:-0.5px;}.elementor-kit-6 h2{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   DESIGN TOKENS
   ========================================================= */
:root{
  /* Brand */
  --green-900:#0f3d2e;
  --green-800:#13523d;
  --green-700:#1a6b4f;
  --green-600:#1f8460;
  --green-500:#2aa373;
  --green-400:#5bc093;
  --green-100:#e8f5ee;
  --green-50:#f3faf6;

  /* Neutrals */
  --ink-900:#0b1513;
  --ink-700:#2a3a35;
  --ink-500:#5a6a64;
  --ink-400:#8a9893;
  --ink-200:#dde3e0;
  --ink-100:#eef2f0;
  --bg:#ffffff;
  --bg-soft:#fafbf9;

  /* Accent */
  --gold:#c9a45a;

  /* System */
  --radius-sm:10px;
  --radius:14px;
  --radius-lg:22px;
  --radius-xl:28px;
  --shadow-sm:0 1px 2px rgba(15,61,46,.06);
  --shadow:0 10px 30px -12px rgba(15,61,46,.18), 0 2px 6px rgba(15,61,46,.06);
  --shadow-lg:0 30px 60px -20px rgba(15,61,46,.25);

  --container: 1200px;
  --gutter: 24px;

  --font-display:"Fraunces", Georgia, serif;
  --font-body:"Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* =========================================================
   RESET & BASE
   ========================================================= */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink-900);
  background:var(--bg);
  line-height:1.55;
  font-size:17px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;letter-spacing:-.02em;line-height:1.1;color:var(--ink-900);margin:0}
h1{font-size:clamp(2.2rem, 4vw, 3.5rem)}
h2{font-size:clamp(1.8rem, 3.2vw, 2.6rem)}
h3{font-size:1.3rem}
p{margin:0 0 1em}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}

/* Utility */
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:6px 12px;border-radius:999px;
  background:var(--green-100);color:var(--green-800);
  font-size:.8rem;font-weight:600;letter-spacing:.02em;
  border:1px solid rgba(26,107,79,.15);
}
.eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green-600);box-shadow:0 0 0 4px rgba(42,163,115,.18)}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 22px;border-radius:999px;
  font-weight:600;font-size:1rem;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space:nowrap;
}
.btn-primary{background:var(--green-800);color:#fff;box-shadow:var(--shadow)}
.btn-primary:hover{background:var(--green-700);transform:translateY(-1px);box-shadow:var(--shadow-lg)}
.btn-ghost{background:transparent;color:var(--ink-900);border:1px solid var(--ink-200)}
.btn-ghost:hover{border-color:var(--green-600);color:var(--green-800)}
.btn-white{background:#fff;color:var(--green-900)}
.btn-white:hover{transform:translateY(-1px);box-shadow:var(--shadow)}

/* Section rhythm */
section{padding:88px 0}
@media (max-width:768px){section{padding:64px 0}}

/* =========================================================
   HEADER / NAV
   ========================================================= */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.85);
  backdrop-filter:saturate(180%) blur(12px);
  border-bottom:1px solid var(--ink-100);
}
.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0}
.logo{display:flex;align-items:center}
.logo img{height:42px;width:auto;display:block}
@media (max-width:540px){.logo img{height:34px}}

/* Invert the dark "funding" part to white for dark backgrounds (footer).
   The light green stays readable, dark green becomes white. */
.foot-brand .logo img{height:48px;filter:brightness(0) invert(1) sepia(1) saturate(3) hue-rotate(80deg) brightness(1.1)}
/* Simpler: just swap opacity to white for clean readability on dark footer */
.foot-brand .logo img{filter:brightness(0) invert(1);opacity:.95}

.nav-links{display:flex;gap:32px;align-items:center}
.nav-links a{font-size:.95rem;color:var(--ink-700);font-weight:500;position:relative}
.nav-links a:hover{color:var(--green-800)}
.nav-links a::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--green-600);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.nav-links a:hover::after{transform:scaleX(1)}

.nav-cta{display:flex;gap:12px;align-items:center}
.burger{display:none;width:40px;height:40px;border-radius:10px;border:1px solid var(--ink-200)}
@media (max-width:900px){
  .nav-links{display:none}
  .burger{display:grid;place-items:center}
  .nav-cta .btn-ghost{display:none}
}

/* =========================================================
   HERO
   ========================================================= */
.hero{
  position:relative;overflow:hidden;
  padding-top:72px;padding-bottom:56px;
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(42,163,115,.10), transparent 60%),
    radial-gradient(900px 400px at -10% 30%, rgba(42,163,115,.06), transparent 60%),
    #fff;
}
.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}
@media (max-width:960px){.hero-grid{grid-template-columns:1fr;gap:40px}}

.hero h1{margin-top:20px}
.hero h1 em{font-style:italic;color:var(--green-700);font-weight:500}
.hero .sub{font-size:1.15rem;color:var(--ink-500);max-width:520px;margin:18px 0 28px}

.hero-cta-row{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-bottom:22px}
.hero-meta{display:flex;gap:22px;flex-wrap:wrap;color:var(--ink-500);font-size:.92rem}
.hero-meta span{display:inline-flex;align-items:center;gap:8px}
.hero-meta svg{width:16px;height:16px;color:var(--green-600)}

.hero-visual{position:relative}
.hero-image{
  position:relative;border-radius:var(--radius-xl);overflow:hidden;
  box-shadow:var(--shadow-lg);
  aspect-ratio: 4/5;
  background:linear-gradient(135deg,#d7efe0,#e8f5ee);
}
.hero-image img{width:100%;height:100%;object-fit:cover}
.hero-float-card{
  position:absolute;left:-28px;bottom:36px;
  background:#fff;border-radius:var(--radius);padding:16px 18px;
  box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:12px;
  border:1px solid var(--ink-100);
}
.hero-float-card .avatars{display:flex}
.hero-float-card .avatars span{
  width:30px;height:30px;border-radius:50%;border:2px solid #fff;
  background:var(--green-100);margin-left:-8px;
  background-size:cover;background-position:center;
}
.hero-float-card .avatars span:first-child{margin-left:0}
.hero-float-card strong{font-size:.92rem;display:block}
.hero-float-card small{color:var(--ink-500);font-size:.8rem}

.hero-float-stat{
  position:absolute;right:-20px;top:40px;
  background:var(--green-900);color:#fff;border-radius:var(--radius);
  padding:16px 20px;box-shadow:var(--shadow-lg);
}
.hero-float-stat b{font-family:var(--font-display);font-size:1.5rem;display:block;line-height:1}
.hero-float-stat small{opacity:.75;font-size:.78rem;letter-spacing:.03em;text-transform:uppercase}

@media (max-width:600px){
  .hero-float-card{left:12px;bottom:12px}
  .hero-float-stat{right:12px;top:12px;padding:12px 14px}
  .hero-float-stat b{font-size:1.15rem}
}

/* =========================================================
   QUALIFIER / CALCULATOR
   ========================================================= */
.qualifier{background:var(--bg-soft);border-top:1px solid var(--ink-100);border-bottom:1px solid var(--ink-100)}
.qualifier-head{text-align:center;max-width:680px;margin:0 auto 36px}
.qualifier-head h2{margin-bottom:10px}
.qualifier-head p{color:var(--ink-500)}

.qual-card{
  background:#fff;border-radius:var(--radius-xl);
  padding:36px;max-width:720px;margin:0 auto;
  box-shadow:var(--shadow);border:1px solid var(--ink-100);
}
.qual-progress{display:flex;gap:8px;margin-bottom:24px}
.qual-progress span{height:6px;flex:1;border-radius:999px;background:var(--ink-100)}
.qual-progress span.active{background:var(--green-600)}

.qual-step{display:none}
.qual-step.active{display:block;animation:fadeIn .35s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

.qual-label{font-size:.88rem;color:var(--ink-500);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
.qual-q{font-family:var(--font-display);font-size:1.45rem;font-weight:600;margin-bottom:22px;color:var(--ink-900)}

.qual-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:540px){.qual-options{grid-template-columns:1fr}}
.qual-option{
  padding:18px 18px;border:1.5px solid var(--ink-200);border-radius:var(--radius);
  text-align:left;background:#fff;transition:all .15s ease;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
}
.qual-option:hover{border-color:var(--green-600);background:var(--green-50)}
.qual-option.selected{border-color:var(--green-700);background:var(--green-50);box-shadow:0 0 0 4px rgba(42,163,115,.12)}
.qual-option .check{
  width:22px;height:22px;border-radius:50%;border:1.5px solid var(--ink-200);
  display:grid;place-items:center;flex-shrink:0;transition:all .15s ease;
}
.qual-option.selected .check{background:var(--green-600);border-color:var(--green-600)}
.qual-option.selected .check::after{content:"";width:8px;height:8px;border-radius:50%;background:#fff}

.qual-input{
  width:100%;padding:16px 18px;border:1.5px solid var(--ink-200);border-radius:var(--radius);
  font:inherit;color:var(--ink-900);background:#fff;
}
.qual-input:focus{outline:none;border-color:var(--green-600);box-shadow:0 0 0 4px rgba(42,163,115,.12)}

.qual-actions{display:flex;justify-content:space-between;align-items:center;margin-top:26px;gap:12px}
.qual-back{color:var(--ink-500);font-size:.9rem;font-weight:500}
.qual-back:hover{color:var(--ink-900)}

.qual-privacy{text-align:center;margin-top:18px;color:var(--ink-500);font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:8px}
.qual-privacy svg{width:14px;height:14px;color:var(--green-600)}

/* =========================================================
   TRUST STRIP
   ========================================================= */
.trust-strip{background:var(--green-900);color:#fff;padding:56px 0}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
@media (max-width:800px){.trust-grid{grid-template-columns:1fr;gap:24px}}
.trust-item{display:flex;gap:18px;align-items:flex-start}
.trust-icon{
  width:48px;height:48px;border-radius:12px;
  background:rgba(255,255,255,.08);display:grid;place-items:center;flex-shrink:0;
  border:1px solid rgba(255,255,255,.12);
}
.trust-icon svg{width:22px;height:22px;color:var(--green-400)}
.trust-item h3{font-family:var(--font-body);font-size:1.05rem;font-weight:600;margin-bottom:4px;color:#fff}
.trust-item p{color:rgba(255,255,255,.72);font-size:.95rem;margin:0}

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.how{position:relative}
.section-head{text-align:center;max-width:680px;margin:0 auto 56px}
.section-head .eyebrow{margin-bottom:16px}
.section-head h2{margin-bottom:14px}
.section-head p{color:var(--ink-500);font-size:1.08rem}

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative}
@media (max-width:900px){.steps{grid-template-columns:1fr}}
.step{
  padding:32px;border-radius:var(--radius-lg);
  background:#fff;border:1px solid var(--ink-100);
  position:relative;transition:all .25s ease;
}
.step:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--green-400)}
.step-num{
  font-family:var(--font-display);font-size:3rem;font-weight:600;
  color:var(--green-600);line-height:1;margin-bottom:16px;opacity:.9;
}
.step h3{margin-bottom:8px;font-family:var(--font-display);font-size:1.35rem}
.step p{color:var(--ink-500);margin:0}

/* =========================================================
   AUTHORITY
   ========================================================= */
.authority{background:linear-gradient(180deg,#fff,var(--green-50))}
.auth-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:64px;align-items:center}
@media (max-width:900px){.auth-grid{grid-template-columns:1fr;gap:40px}}
.auth-image{
  border-radius:var(--radius-xl);overflow:hidden;
  aspect-ratio:1/1;background:var(--green-100);
  box-shadow:var(--shadow-lg);position:relative;
}
.auth-image img{width:100%;height:100%;object-fit:cover}
.auth-stat-tile{
  position:absolute;bottom:24px;left:24px;right:24px;
  background:rgba(255,255,255,.96);backdrop-filter:blur(10px);
  padding:18px;border-radius:var(--radius);
  display:flex;justify-content:space-around;gap:8px;
}
.auth-stat-tile div{text-align:center}
.auth-stat-tile b{font-family:var(--font-display);font-size:1.5rem;color:var(--green-800);display:block;line-height:1}
.auth-stat-tile small{color:var(--ink-500);font-size:.78rem}

.auth-content h2 strong{color:var(--green-700);font-weight:600}
.auth-content .big-num{
  font-family:var(--font-display);font-size:clamp(3rem,6vw,4.5rem);
  font-weight:600;color:var(--green-800);line-height:1;margin-bottom:12px;
  letter-spacing:-.03em;
}
.auth-content p{color:var(--ink-500);font-size:1.08rem;max-width:480px;margin-bottom:24px}
.auth-bullets{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:10px}
.auth-bullets li{display:flex;align-items:center;gap:10px;color:var(--ink-700)}
.auth-bullets li svg{width:18px;height:18px;color:var(--green-600);flex-shrink:0}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials{background:var(--green-900);color:#fff}
.testimonials .section-head h2{color:#fff}
.testimonials .section-head p{color:rgba(255,255,255,.7)}
.testimonials .eyebrow{background:rgba(255,255,255,.08);color:var(--green-400);border-color:rgba(255,255,255,.12)}
.testimonials .eyebrow::before{background:var(--green-400)}

.t-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media (max-width:900px){.t-grid{grid-template-columns:1fr}}
.t-card{
  background:#fff;color:var(--ink-900);border-radius:var(--radius-lg);
  padding:32px;position:relative;
  box-shadow:0 30px 60px -30px rgba(0,0,0,.4);
}
.t-quote{
  font-family:var(--font-display);font-size:3rem;line-height:1;
  color:var(--green-600);margin-bottom:12px;font-weight:600;
}
.t-card blockquote{font-family:var(--font-display);font-size:1.1rem;line-height:1.45;margin:0 0 24px;font-weight:500;color:var(--ink-700)}
.t-person{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:1px solid var(--ink-100)}
.t-avatar{
  width:44px;height:44px;border-radius:50%;
  background:var(--green-100);background-size:cover;background-position:center;flex-shrink:0;
}
.t-person strong{display:block;font-size:.95rem}
.t-person small{color:var(--ink-500);font-size:.82rem}
.t-stars{display:flex;gap:2px;margin-bottom:14px}
.t-stars svg{width:16px;height:16px;color:var(--gold);fill:var(--gold)}

/* =========================================================
   BLOG
   ========================================================= */
.blog-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px}
@media (max-width:960px){.blog-grid{grid-template-columns:1fr 1fr}.blog-card.feature{grid-column:1/-1}}
@media (max-width:640px){.blog-grid{grid-template-columns:1fr}.blog-card.feature{grid-column:auto}}

.blog-card{
  background:#fff;border:1px solid var(--ink-100);border-radius:var(--radius-lg);
  overflow:hidden;transition:all .25s ease;
  display:flex;flex-direction:column;
}
.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--green-400)}
.blog-img{
  aspect-ratio:16/10;background:var(--green-100);background-size:cover;background-position:center;
  position:relative;
}
.blog-card.feature .blog-img{aspect-ratio:4/3}
.blog-cat{
  position:absolute;top:14px;left:14px;
  background:rgba(255,255,255,.95);backdrop-filter:blur(8px);
  padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:600;
  color:var(--green-800);letter-spacing:.02em;
}
.blog-body{padding:22px;display:flex;flex-direction:column;gap:10px;flex:1}
.blog-meta{display:flex;gap:12px;font-size:.82rem;color:var(--ink-400);align-items:center}
.blog-meta .dot{width:3px;height:3px;border-radius:50%;background:var(--ink-400)}
.blog-body h3{font-family:var(--font-display);font-size:1.25rem;line-height:1.25}
.blog-card.feature h3{font-size:1.55rem}
.blog-body p{color:var(--ink-500);font-size:.95rem;margin:0;flex:1}
.blog-author{display:flex;align-items:center;gap:10px;padding-top:14px;border-top:1px solid var(--ink-100);margin-top:4px}
.blog-author .av{width:30px;height:30px;border-radius:50%;background:var(--green-100);background-size:cover;background-position:center}
.blog-author span{font-size:.85rem;font-weight:500}

.blog-footer-cta{text-align:center;margin-top:40px}

/* =========================================================
   LIBRARY
   ========================================================= */
.library{background:var(--bg-soft)}
.lib-tabs{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}
.lib-tab{
  padding:10px 18px;border-radius:999px;font-size:.9rem;font-weight:500;
  border:1px solid var(--ink-200);background:#fff;color:var(--ink-700);
  transition:all .15s ease;
}
.lib-tab:hover{border-color:var(--green-600);color:var(--green-800)}
.lib-tab.active{background:var(--green-800);border-color:var(--green-800);color:#fff}

.lib-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media (max-width:960px){.lib-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.lib-grid{grid-template-columns:1fr}}

.lib-card{
  background:#fff;border:1px solid var(--ink-100);border-radius:var(--radius-lg);
  padding:26px;transition:all .25s ease;display:flex;flex-direction:column;gap:14px;
  position:relative;overflow:hidden;
}
.lib-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--green-400)}
.lib-card::before{
  content:"";position:absolute;top:0;right:0;width:120px;height:120px;
  background:radial-gradient(circle at top right,rgba(42,163,115,.08),transparent 70%);
  pointer-events:none;
}
.lib-icon{
  width:44px;height:44px;border-radius:12px;
  background:var(--green-100);color:var(--green-800);
  display:grid;place-items:center;
}
.lib-icon svg{width:22px;height:22px}
.lib-tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--green-700);font-weight:600}
.lib-card h3{font-family:var(--font-display);font-size:1.2rem;line-height:1.25}
.lib-card p{color:var(--ink-500);font-size:.92rem;margin:0;flex:1}
.lib-card .lib-dl{
  display:inline-flex;align-items:center;gap:6px;
  color:var(--green-800);font-weight:600;font-size:.9rem;
  padding-top:10px;border-top:1px solid var(--ink-100);margin-top:4px;
}
.lib-card .lib-dl:hover{color:var(--green-600)}
.lib-card .lib-dl svg{width:14px;height:14px;transition:transform .2s ease}
.lib-card:hover .lib-dl svg{transform:translateY(2px)}

/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta{
  position:relative;overflow:hidden;
  background:var(--green-900);color:#fff;
}
.final-cta::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(600px 300px at 10% 110%, rgba(42,163,115,.3), transparent 60%),
    radial-gradient(500px 300px at 110% -10%, rgba(201,164,90,.15), transparent 60%);
}
.final-cta .container{position:relative}
.final-inner{
  max-width:760px;margin:0 auto;text-align:center;
}
.final-inner h2{color:#fff;font-size:clamp(2.2rem,4.5vw,3.6rem);margin-bottom:18px}
.final-inner h2 em{font-style:italic;color:var(--green-400);font-weight:500}
.final-inner p{color:rgba(255,255,255,.78);font-size:1.1rem;margin-bottom:32px}
.final-cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.final-meta{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;margin-top:26px;color:rgba(255,255,255,.7);font-size:.9rem}
.final-meta span{display:inline-flex;align-items:center;gap:8px}
.final-meta svg{width:16px;height:16px;color:var(--green-400)}
.final-cta .btn-ghost{color:#fff;border-color:rgba(255,255,255,.3)}
.final-cta .btn-ghost:hover{background:rgba(255,255,255,.08);border-color:#fff;color:#fff}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer{background:#0a1f18;color:rgba(255,255,255,.7);padding:72px 0 24px}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}
@media (max-width:900px){.foot-grid{grid-template-columns:1fr 1fr;gap:32px}.foot-brand{grid-column:1/-1}}
@media (max-width:540px){.foot-grid{grid-template-columns:1fr}}

.foot-brand .logo{color:#fff;margin-bottom:16px}
.foot-brand p{max-width:340px;font-size:.92rem;line-height:1.6;margin-bottom:20px}
.socials{display:flex;gap:10px;flex-wrap:wrap}
.socials a{
  width:38px;height:38px;border-radius:10px;
  background:rgba(255,255,255,.06);display:grid;place-items:center;
  transition:all .2s ease;border:1px solid rgba(255,255,255,.08);
}
.socials a:hover{background:var(--green-600);border-color:var(--green-600);transform:translateY(-2px)}
.socials a svg{width:16px;height:16px;color:#fff}

.foot-col h4{font-family:var(--font-body);color:#fff;font-size:.95rem;font-weight:600;margin-bottom:16px;letter-spacing:.02em}
.foot-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.foot-col a{font-size:.92rem;color:rgba(255,255,255,.65);transition:color .15s ease}
.foot-col a:hover{color:var(--green-400)}
.foot-contact{display:flex;align-items:center;gap:8px;font-size:.92rem;margin-bottom:8px}
.foot-contact svg{width:14px;height:14px;color:var(--green-400)}

.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;flex-wrap:wrap;gap:16px;font-size:.85rem}
.foot-legal{display:flex;gap:24px}
.foot-legal a:hover{color:var(--green-400)}
.disclaimer{
  font-size:.78rem;color:rgba(255,255,255,.45);line-height:1.6;
  padding:20px 0;border-top:1px solid rgba(255,255,255,.06);margin-top:16px;
}

/* Override theme's default link styles */
.hero a,
.hero a:hover,
.hero a:visited,
section a,
section a:hover,
section a:visited{
  color:inherit;
  text-decoration:none;
}

.btn,
.btn:hover,
.btn:visited{
  text-decoration:none !important;
}

.btn-primary,
.btn-primary:visited{color:#fff !important}
.btn-ghost,
.btn-ghost:visited{color:var(--ink-900) !important}
.btn-ghost:hover{color:var(--green-800) !important}
.btn-white,
.btn-white:visited{color:var(--green-900) !important}

a{color:inherit;text-decoration:none}

/* ============================================
   WordPress theme override - fixes red/blue
   link colors bleeding into our components
   ============================================ */

/* Reset link colors inside our sections */
section a,
section a:hover,
section a:visited,
section a:focus,
section a:active{
  text-decoration: none !important;
  color: inherit;
}

/* Calculator buttons - override default button styles */
.qual-card button,
.qual-option,
.qual-back,
#qualNextBtn{
  font-family: var(--font-body) !important;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.qual-option{
  color: var(--ink-900) !important;
  background: #fff !important;
  border: 1.5px solid var(--ink-200) !important;
}

.qual-option span{
  color: var(--ink-900) !important;
}

.qual-option:hover{
  border-color: var(--green-600) !important;
  background: var(--green-50) !important;
}

.qual-option.selected{
  border-color: var(--green-700) !important;
  background: var(--green-50) !important;
  box-shadow: 0 0 0 4px rgba(42,163,115,.12) !important;
}

.qual-option .check{
  background: #fff !important;
  border: 1.5px solid var(--ink-200) !important;
}

.qual-option.selected .check{
  background: var(--green-600) !important;
  border-color: var(--green-600) !important;
}

#qualNextBtn{
  background: var(--green-800) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: var(--shadow) !important;
}

#qualNextBtn:hover{
  background: var(--green-700) !important;
}

.qual-back{
  background: transparent !important;
  color: var(--ink-500) !important;
  border: none !important;
}

.qual-back:hover{
  color: var(--ink-900) !important;
}

/* Button color fixes for all CTAs */
.btn{text-decoration: none !important}
.btn-primary,
.btn-primary:visited{background: var(--green-800) !important; color: #fff !important}
.btn-primary:hover{background: var(--green-700) !important; color: #fff !important}
.btn-ghost,
.btn-ghost:visited{color: var(--ink-900) !important; background: transparent !important; border: 1px solid var(--ink-200) !important}
.btn-ghost:hover{color: var(--green-800) !important; border-color: var(--green-600) !important}
.btn-white,
.btn-white:visited{background: #fff !important; color: var(--green-900) !important}

/* Library tabs */
.lib-tab{
  background: #fff !important;
  color: var(--ink-700) !important;
  border: 1px solid var(--ink-200) !important;
}
.lib-tab:hover{
  color: var(--green-800) !important;
  border-color: var(--green-600) !important;
}
.lib-tab.active{
  background: var(--green-800) !important;
  color: #fff !important;
  border-color: var(--green-800) !important;
}

/* Fix hero headline breaking badly */
.hero h1{
  font-size: clamp(2rem, 4.2vw, 3.4rem) !important;
  line-height: 1.08 !important;
}

/* Fix ghost buttons on dark backgrounds (Final CTA section) */
.final-cta .btn-ghost,
.final-cta .btn-ghost:visited{
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.3) !important;
  background: transparent !important;
}

.final-cta .btn-ghost:hover{
  color: #fff !important;
  background: rgba(255,255,255,0.08) !important;
  border-color: #fff !important;
}

/* Also fix white button on dark for visual balance */
.final-cta .btn-white,
.final-cta .btn-white:visited{
  background: #fff !important;
  color: var(--green-900) !important;
}

.final-cta .btn-white:hover{
  background: #fff !important;
  color: var(--green-800) !important;
  transform: translateY(-1px);
}

/* ============================================
   Make sticky header truly full-width
   ============================================ */
.site-header{
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #ffffff !important;
  border-bottom: 1px solid var(--ink-100);
  padding: 0;
  box-shadow: 0 1px 3px rgba(15,61,46,.04);
}

/* Keep nav content within the 1200px container */
.site-header .container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
}
/* ============================================
   Large logo (120px) with proportioned spacing
   ============================================ */
.site-header .logo img{
  height: 120px !important;
  width: auto !important;
}

/* Expand header container to accommodate the bigger logo */
.site-header .container{
  padding: 12px 32px !important;
  max-width: 1320px !important;
}

/* Tighter nav link spacing so it doesn't fight the logo */
.nav-links{
  gap: 28px !important;
}

.nav-links a{
  font-size: 15px !important;
  font-weight: 500 !important;
}

/* Slightly smaller buttons for balance */
.site-header .btn{
  padding: 12px 20px !important;
  font-size: 14px !important;
}

/* Mobile: scale everything down */
@media (max-width: 1100px){
  .site-header .logo img{
    height: 80px !important;
  }
}

@media (max-width: 768px){
  .site-header .logo img{
    height: 60px !important;
  }
  .site-header .container{
    padding: 10px 20px !important;
  }
}

/* ============================================
   Fix header content alignment
   ============================================ */
.site-header > .container,
.site-header .nav{
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 12px 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

.site-header .logo{
  flex-shrink: 0;
}

/* Make sure nav-links and nav-cta take proper position */
.site-header .nav-links{
  display: flex !important;
  align-items: center !important;
  flex: 1;
  justify-content: center;
}

.site-header .nav-cta{
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0;
}

/* Mobile adjustments */
@media (max-width: 900px){
  .site-header .nav-links{
    display: none !important;
  }
}

/* ============================================
   FORCE header alignment (nuclear override)
   ============================================ */
header.site-header{
  display: block !important;
  width: 100% !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

header.site-header > div.container.nav{
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 1320px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  box-sizing: border-box !important;
}

header.site-header .logo{
  flex: 0 0 auto !important;
  margin: 0 !important;
}

header.site-header .nav-links{
  display: flex !important;
  flex: 1 1 auto !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 28px !important;
  margin: 0 32px !important;
}

header.site-header .nav-cta{
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
}

@media (max-width: 900px){
  header.site-header .nav-links{
    display: none !important;
  }
}

/* ============================================================
   BUTTON HOVER EFFECTS ONLY
   ============================================================ */

.btn,
.btn-white,
.btn-ghost,
.elementor-button,
.qual-next-btn,
.lib-tab,
.lib-dl {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
}

.btn::before,
.btn-white::before,
.btn-ghost::before,
.elementor-button::before,
.qual-next-btn::before,
.lib-tab::before,
.lib-dl::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #000000;
  border-radius: 20px;
  transform: translateX(-105%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.btn:hover::before,
.btn-white:hover::before,
.btn-ghost:hover::before,
.elementor-button:hover::before,
.qual-next-btn:hover::before,
.lib-tab:hover::before,
.lib-dl:hover::before {
  transform: translateX(0);
}

.btn:hover,
.btn-white:hover,
.btn-ghost:hover,
.elementor-button:hover,
.qual-next-btn:hover,
.lib-tab:hover,
.lib-dl:hover {
  color: #ffffff !important;
  border-color: transparent !important;
}


/* ============================================================
   ANCHOR LINK SCROLL OFFSET
   ============================================================ */

[id="blog"],
[id="how"],
[id="authority"],
[id="library"],
[id="qualify"],
[id="whoweare"],
[id="frequently"],
section[id],
.elementor-element[id] {
  scroll-margin-top: 100px;
}

@media (max-width: 1024px) {
  [id="blog"],
  [id="how"],
  [id="authority"],
  [id="library"],
  [id="qualify"],
  [id="whowear"],
  [id="frequently"],
  section[id],
  .elementor-element[id] {
    scroll-margin-top: 90px;
  }
}

@media (max-width: 767px) {
  [id="blog"],
  [id="how"],
  [id="authority"],
  [id="library"],
  [id="qualify"],
  [id="whoweare"],
  [id="frequently"],
  section[id],
  .elementor-element[id] {
    scroll-margin-top: 80px;
  }
}

@media (max-width: 480px) {
  [id="blog"],
  [id="how"],
  [id="authority"],
  [id="library"],
  [id="qualify"],
  [id="whoweare"],
  [id="frequently"],
  section[id],
  .elementor-element[id] {
    scroll-margin-top: 70px;
  }
}

/* ===== BLOG POST LAYOUT (only on /blogs URLs) ===== */

body.single-post .site-main.post,
body.blog .site-main.post {
  max-width: 760px;
  margin: 40px auto 80px;
  padding: 0 20px;
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #2A3A35;
  line-height: 1.7;
}

@media (max-width: 768px) {
  body.single-post .site-main.post,
  body.blog .site-main.post { margin: 24px auto 60px; padding: 0 16px; }
}

/* Page header */
body.single-post .site-main .page-header,
body.blog .site-main .page-header {
  margin-bottom: 32px;
  border: none;
  padding: 0;
}

body.single-post .site-main .entry-title,
body.blog .site-main .entry-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #0B1513;
  margin: 0;
}

/* Featured image */
body.single-post .site-main .page-content .wp-block-image,
body.blog .site-main .page-content .wp-block-image {
  margin: 0 0 36px;
  border-radius: 16px;
  overflow: hidden;
}

body.single-post .site-main .page-content .wp-block-image img,
body.blog .site-main .page-content .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* Headings */
body.single-post .site-main .page-content h1.wp-block-heading,
body.single-post .site-main .page-content h2.wp-block-heading,
body.blog .site-main .page-content h1.wp-block-heading,
body.blog .site-main .page-content h2.wp-block-heading {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 1.6rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #0B1513;
  margin: 44px 0 18px;
}

body.single-post .site-main .page-content h1.wp-block-heading strong,
body.single-post .site-main .page-content h2.wp-block-heading strong,
body.blog .site-main .page-content h1.wp-block-heading strong,
body.blog .site-main .page-content h2.wp-block-heading strong {
  font-weight: 700;
}

body.single-post .site-main .page-content a:hover,
body.blog .site-main .page-content a:hover {
  color: #1F8460;
}

/* ===== BLOG POST LAYOUT (single post pages only) ===== */

body.single-post .site-main.post {
  max-width: 760px;
  margin: 40px auto 80px;
  padding: 0 20px;
  font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #2A3A35;
  line-height: 1.7;
}

@media (max-width: 768px) {
  body.single-post .site-main.post { margin: 24px auto 60px; padding: 0 16px; }
}

/* Page header */
body.single-post .site-main .page-header {
  margin-bottom: 32px;
  border: none;
  padding: 0;
}

body.single-post .site-main .entry-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #0B1513;
  margin: 0;
}

/* Featured image */
body.single-post .site-main .page-content .wp-block-image {
  margin: 0 0 36px;
  border-radius: 16px;
  overflow: hidden;
}

body.single-post .site-main .page-content .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* Headings */
body.single-post .site-main .page-content h1.wp-block-heading,
body.single-post .site-main .page-content h2.wp-block-heading {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 1.6rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #0B1513;
  margin: 44px 0 18px;
}

body.single-post .site-main .page-content h1.wp-block-heading strong,
body.single-post .site-main .page-content h2.wp-block-heading strong {
  font-weight: 700;
}

body.single-post .site-main .page-content a:hover {
  color: #1F8460;
}

/* ===== COMMENTS ===== */

body.single-post .site-main .comments-area {
  max-width: 760px;
  margin: 60px auto 0;
  padding: 40px 0 0;
  border-top: 1px solid #EEF2F0;
}

body.single-post .site-main .comment-reply-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0B1513;
  margin: 0 0 8px;
}

body.single-post .site-main .comment-notes {
  color: #5A6A64;
  font-size: 0.9rem;
  margin-bottom: 24px;
}

body.single-post .site-main .required {
  color: #B91C1C;
}

body.single-post .site-main .comment-form p {
  margin-bottom: 18px;
}

body.single-post .site-main .comment-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0B1513;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

body.single-post .site-main .comment-form input[type="text"],
body.single-post .site-main .comment-form input[type="email"],
body.single-post .site-main .comment-form input[type="url"],
body.single-post .site-main .comment-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #DDE3E0;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.95rem;
  color: #0B1513;
  background: #FFFFFF;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  box-sizing: border-box;
}

body.single-post .site-main .comment-form input:focus,
body.single-post .site-main .comment-form textarea:focus {
  outline: none;
  border-color: #1F8460;
  box-shadow: 0 0 0 3px rgba(31, 132, 96, 0.12);
}

body.single-post .site-main .comment-form textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

body.single-post .site-main .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: #5A6A64;
}

body.single-post .site-main .comment-form-cookies-consent input {
  margin-top: 3px;
  flex-shrink: 0;
}

body.single-post .site-main .comment-form-cookies-consent label {
  font-weight: 400;
  color: #5A6A64;
  margin: 0;
}

body.single-post .site-main .form-submit .submit {
  background: #0F3F2E;
  color: #FFFFFF;
  border: none;
  border-radius: 999px;
  padding: 13px 28px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

body.single-post .site-main .form-submit .submit:hover {
  background: #13523D;
  transform: translateY(-1px);
}/* End custom CSS */