/* ============================================
   GREENFILE ADVISORY — production stylesheet
   Compiled from the GreenFile Advisory Design System (v2 executive).
   Load ONLY on GreenFile pages. Never load style.css alongside it,
   and never load this on the main Dedux pages.
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;0,8..60,700;1,8..60,400&family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=DM+Sans:wght@400;500;700&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
ul{list-style:none}
/* ===== tokens/colors.css ===== */
/* GreenFile Advisory color tokens — v2 "executive fintech" evolution (Aug 2026).
   Deep navy/slate structure + emerald CTAs; leaf green retained for charts/legacy; Dedux gold is parent-brand reference only. */
:root{
  /* Ink & slate structure */
  --gf-ink-950:#081120;   /* dark hero / bands */
  --gf-ink-900:#0C1B33;
  --gf-navy:#12234A;      /* headings on light */
  --gf-slate-700:#3D4A5C; /* strong body */
  --gf-slate-500:#5C6B7F; /* muted */
  --gf-slate-200:#E3E9F0; /* borders */
  --gf-slate-50:#F5F8FA;  /* cool section bg */
  --gf-white:#FFFFFF;
  /* Emerald accent system */
  --gf-emerald:#149963;
  --gf-emerald-hover:#0F7E51;
  --gf-emerald-deep:#0E7C50; /* emerald as text on white */
  --gf-emerald-tint:rgba(20,153,99,0.10);
  --gf-emerald-line:rgba(20,153,99,0.30);
  --gf-mint:#D7F2E3;      /* highlight-marker block */
  /* On-dark */
  --gf-on-dark:#E8EEF6;
  --gf-on-dark-muted:#9FB0C8;
  --gf-emerald-bright:#2FC98B; /* emerald readable on ink */
  /* Legacy leaf greens (charts, GreenFile heritage) */
  --gf-green:#6CC069;
  --gf-green-dark:#4EA24B;
  --gf-green-deep:#3E8F3C;
  --gf-green-tint:rgba(20,153,99,0.10);
  --gf-green-line:rgba(20,153,99,0.30);
  /* Blues */
  --gf-blue:#2557C5;
  --gf-blue-light:#4A7DE8;
  /* Back-compat neutrals */
  --gf-paper:#F5F8FA;
  --gf-mist:#EAF1EE;
  --gf-ink:#26303C;
  --gf-slate:#5C6B7F;
  --gf-border:rgba(18,35,74,0.10);
  /* Parent brand reference only */
  --dedux-gold:#C5A55A;
  --dedux-bg-dark:#0B1120;

  /* Semantic */
  --surface-page:var(--gf-white);
  --surface-alt:var(--gf-slate-50);
  --surface-tint:var(--gf-mist);
  --surface-card:var(--gf-white);
  --surface-ink:var(--gf-ink-950);
  --surface-inverse:var(--gf-navy);
  --text-heading:var(--gf-navy);
  --text-body:var(--gf-ink);
  --text-muted:var(--gf-slate-500);
  --text-on-accent:#FFFFFF;
  --accent-primary:var(--gf-emerald);
  --accent-primary-hover:var(--gf-emerald-hover);
  --accent-text:var(--gf-emerald-deep);
  --accent-link:var(--gf-blue);
  --accent-link-hover:var(--gf-blue-light);
  --border-card:1px solid var(--gf-slate-200);
  --border-accent:1px solid var(--gf-emerald-line);
  --focus-ring:0 0 0 3px rgba(20,153,99,0.28);
}

/* ===== tokens/typography.css ===== */
/* GreenFile typography tokens — v2 executive pairing: Source Serif 4 display + Instrument Sans body. 8pt-derived scale. */
:root{
  --font-heading:'Source Serif 4',Georgia,serif;
  --font-body:'Instrument Sans','Segoe UI',sans-serif;
  --font-parent-heading:'Playfair Display',Georgia,serif; /* parent Dedux contexts only */
  --text-display:clamp(2.6rem,5.5vw,4.25rem);
  --text-h1:clamp(2.2rem,5vw,3.8rem);
  --text-h2:clamp(1.75rem,3.2vw,2.5rem);
  --text-h3:clamp(1.2rem,2vw,1.5rem);
  --text-h4:1rem;
  --text-body-size:1rem;
  --text-small:0.9rem;
  --text-caption:0.85rem;
  --text-label:0.8rem;
  --text-tag:0.7rem;
  --leading-body:1.7;
  --leading-heading:1.15;
  --leading-relaxed:1.8;
  --tracking-label:0.14em;
  --tracking-tag:0.12em;
  --tracking-btn:0.04em;
  --weight-heading:600;
}

/* ===== tokens/spacing.css ===== */
/* GreenFile Advisory spacing, radius, shadow and motion tokens. Values copied from dedux-site-v2; shadows recolored from black-on-dark to navy-on-white. */
:root{
  --max-width:1280px;
  --radius:12px;
  --radius-sm:8px;
  --radius-pill:50px;
  --space-section:5rem 2rem;
  --space-card:2rem;
  --space-card-sm:1.5rem;
  --gap-grid:2rem;
  --gap-grid-sm:1.5rem;
  --shadow-soft:0 2px 8px rgba(18,35,74,0.06),0 12px 32px rgba(18,35,74,0.08);
  --shadow-deep:0 4px 12px rgba(18,35,74,0.08),0 24px 60px rgba(18,35,74,0.14);
  --glow-green:0 0 40px rgba(108,192,105,0.18);
  --transition:0.3s cubic-bezier(0.4,0,0.2,1); /* @kind other */
  --lift-hover:translateY(-4px); /* @kind other */
}

/* ===== tokens/base.css ===== */
/* Base element styles for GreenFile pages. */
body{font-family:var(--font-body);background:var(--surface-page);color:var(--text-body);line-height:var(--leading-body);font-size:var(--text-body-size);-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:var(--font-heading);color:var(--text-heading);line-height:var(--leading-heading);font-weight:var(--weight-heading)}
a{color:var(--accent-link);text-decoration:none;transition:var(--transition);cursor:pointer}
a:hover{color:var(--accent-link-hover)}
::selection{background:rgba(108,192,105,0.3);color:var(--gf-navy)}
*:focus-visible{outline:2px solid var(--gf-green-dark);outline-offset:3px;border-radius:4px}

/* ===== components/components.css ===== */
/* GreenFile Advisory component classes — light editorial translation of dedux-site-v2 style.css patterns. */
.gf-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;font-family:var(--font-body);font-weight:600;font-size:0.9rem;padding:0.75rem 2rem;border-radius:var(--radius-pill);letter-spacing:var(--tracking-btn);text-transform:uppercase;cursor:pointer;transition:var(--transition);border:none;text-align:center;text-decoration:none}
.gf-btn-primary{background:linear-gradient(135deg,var(--gf-green) 0%,var(--gf-green-dark) 100%);color:#fff}
.gf-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(108,192,105,0.35);color:#fff}
.gf-btn-outline{background:transparent;border:1.5px solid var(--gf-green-dark);color:var(--gf-green-deep)}
.gf-btn-outline:hover{background:var(--gf-green-dark);color:#fff;transform:translateY(-2px)}
.gf-btn-blue{background:var(--gf-blue);color:#fff}
.gf-btn-blue:hover{background:var(--gf-blue-light);transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,87,197,0.3);color:#fff}
.gf-btn-sm{padding:0.55rem 1.4rem;font-size:0.8rem}
.gf-btn-dl{display:inline-flex;align-items:center;gap:0.5rem;padding:0.65rem 1.25rem;background:transparent;border:1px solid var(--gf-green-dark);color:var(--gf-green-deep);border-radius:6px;font-size:0.85rem;font-weight:600;letter-spacing:0.03em;text-transform:none;text-decoration:none;transition:var(--transition);width:fit-content;cursor:pointer}
.gf-btn-dl:hover{background:var(--gf-green-dark);color:#fff}
.gf-btn-dl svg{width:16px;height:16px}
.gf-badge{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.8rem;font-weight:600;letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--gf-green-deep);border:1px solid var(--gf-green-line);padding:0.4rem 1.5rem;border-radius:var(--radius-pill);background:var(--gf-green-tint)}
.gf-badge svg{width:16px;height:16px}
.gf-chip{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.85rem;font-weight:500;color:var(--text-body);background:var(--surface-card);border:1px solid var(--gf-green-line);border-radius:var(--radius-pill);padding:0.5rem 1.2rem;box-shadow:var(--shadow-soft)}
.gf-chip strong{color:var(--gf-green-deep);font-weight:700}
.gf-section-label{font-size:var(--text-label);font-weight:600;letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--gf-green-deep);margin-bottom:0.75rem}
.gf-section-title{font-family:var(--font-heading);color:var(--text-heading);line-height:var(--leading-heading);font-weight:700;font-size:var(--text-h2);margin:0 0 1rem;max-width:700px}
.gf-section-subtitle{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 0 3rem;line-height:var(--leading-body)}
.gf-center .gf-section-title,.gf-center .gf-section-subtitle{margin-left:auto;margin-right:auto}
.gf-card{background:var(--surface-card);border:var(--border-card);border-radius:var(--radius);padding:var(--space-card);transition:var(--transition);box-shadow:var(--shadow-soft)}
.gf-card:hover{border-color:var(--gf-green-line);transform:var(--lift-hover);box-shadow:var(--shadow-deep)}
.gf-card h3{font-family:var(--font-heading);color:var(--text-heading);font-size:1.15rem;line-height:1.35;margin:0 0 0.75rem}
.gf-card p{color:var(--text-muted);font-size:0.95rem;line-height:var(--leading-body);margin:0}
.gf-card-icon{width:48px;height:48px;background:var(--gf-green-tint);border:1px solid var(--gf-green-line);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.gf-card-icon svg{width:24px;height:24px;color:var(--gf-green-deep)}
.gf-dl-card{display:flex;flex-direction:column;gap:1rem}
.gf-dl-tag{font-size:var(--text-tag);font-weight:700;letter-spacing:var(--tracking-tag);text-transform:uppercase;color:var(--gf-green-deep)}
.gf-dl-card h3{margin:0}
.gf-dl-card p{flex-grow:1}
.gf-res-card{display:flex;gap:1.1rem;align-items:flex-start;background:var(--surface-card);border:var(--border-card);border-radius:var(--radius);padding:1.5rem 1.75rem;box-shadow:var(--shadow-soft);transition:var(--transition);color:var(--text-body);text-decoration:none}
.gf-res-card:hover{transform:translateY(-3px);border-color:var(--gf-green-line);box-shadow:var(--shadow-deep)}
.gf-res-icon{flex-shrink:0;width:42px;height:42px;border-radius:10px;background:var(--gf-green-tint);border:1px solid var(--gf-green-line);display:flex;align-items:center;justify-content:center}
.gf-res-icon svg{width:20px;height:20px;color:var(--gf-green-deep)}
.gf-res-source{font-size:var(--text-tag);font-weight:700;letter-spacing:var(--tracking-tag);text-transform:uppercase;color:var(--gf-green-deep);display:block;margin-bottom:0.25rem}
.gf-res-card h4{font-family:var(--font-heading);font-size:1rem;margin:0 0 0.3rem;color:var(--text-heading);display:flex;align-items:center;gap:0.4rem}
.gf-res-card h4 svg{width:13px;height:13px;color:var(--text-muted);flex-shrink:0}
.gf-res-card p{color:var(--text-muted);font-size:0.85rem;margin:0;line-height:1.55}
.gf-stat-card{background:var(--surface-card);border:1px solid var(--gf-green-line);border-radius:var(--radius);padding:1.5rem 2rem;display:flex;align-items:center;gap:1.25rem;transition:var(--transition);box-shadow:var(--shadow-soft)}
.gf-stat-card:hover{transform:translateX(4px);box-shadow:var(--shadow-deep)}
.gf-stat-icon{width:48px;height:48px;background:var(--gf-green-tint);border:1px solid var(--gf-green-line);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.gf-stat-icon svg{width:24px;height:24px;color:var(--gf-green-deep)}
.gf-stat-card h4{font-family:var(--font-heading);font-size:1rem;color:var(--text-heading);margin:0 0 0.25rem}
.gf-stat-card p{color:var(--text-muted);font-size:0.85rem;margin:0;line-height:1.55}
.gf-adder-value{font-family:var(--font-heading);font-size:2.2rem;color:var(--gf-green-deep);line-height:1;margin-bottom:0.75rem}
.gf-entity{min-width:0;display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:var(--surface-card);border:var(--border-card);border-left:3px solid transparent;border-radius:var(--radius-sm);transition:all 0.35s cubic-bezier(0.4,0,0.2,1);font-size:0.95rem;color:var(--text-body);font-weight:500}
.gf-entity:hover{border-color:var(--gf-green-line);border-left-color:var(--gf-green);background:var(--surface-alt);transform:translateY(-2px);box-shadow:var(--shadow-soft)}
.gf-entity-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--gf-green-tint);border-radius:10px}
.gf-entity-icon svg{width:20px;height:20px;color:var(--gf-green-deep)}
.gf-callout{display:flex;gap:1.25rem;align-items:flex-start;background:linear-gradient(135deg,rgba(37,87,197,0.06),rgba(108,192,105,0.05));border:1px solid rgba(37,87,197,0.25);border-left:3px solid var(--gf-blue);border-radius:var(--radius);padding:1.75rem 2rem;box-shadow:var(--shadow-soft)}
.gf-callout svg{flex-shrink:0;width:26px;height:26px;color:var(--gf-blue);margin-top:0.2rem}
.gf-callout h4{font-family:var(--font-heading);color:var(--gf-navy);margin:0 0 0.4rem;font-size:1rem}
.gf-callout p{color:var(--text-muted);font-size:0.92rem;margin:0;line-height:var(--leading-body)}
.gf-cta{background:linear-gradient(135deg,var(--gf-mist) 0%,var(--gf-paper) 100%);border:1px solid var(--gf-green-line);border-radius:var(--radius);padding:4rem 3rem;text-align:center}
.gf-cta h2{font-family:var(--font-heading);color:var(--text-heading);font-size:var(--text-h2);line-height:var(--leading-heading);margin:0 0 1rem}
.gf-cta p{max-width:650px;margin:0 auto 2rem;color:var(--text-muted);font-size:1.05rem;line-height:var(--leading-body)}
.gf-acc-step{border:var(--border-card);border-radius:var(--radius);margin-bottom:1rem;overflow:hidden;transition:var(--transition);background:var(--surface-card)}
.gf-acc-step.active{border-color:var(--gf-green-line);box-shadow:var(--shadow-soft)}
.gf-acc-header{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;background:var(--surface-card);transition:var(--transition)}
.gf-acc-header:hover{background:var(--surface-alt)}
.gf-acc-num{width:36px;height:36px;background:linear-gradient(135deg,var(--gf-green) 0%,var(--gf-green-dark) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.85rem;flex-shrink:0}
.gf-acc-header h3{font-family:var(--font-heading);font-size:1.1rem;flex:1;margin:0;color:var(--text-heading);line-height:1.35}
.gf-acc-toggle{color:var(--gf-green-deep);font-size:1.5rem;transition:var(--transition);line-height:1}
.gf-acc-step.active .gf-acc-toggle{transform:rotate(45deg)}
.gf-acc-body{padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.4s ease}
.gf-acc-step.active .gf-acc-body{padding:0 1.5rem 1.5rem;max-height:400px}
.gf-acc-body p{color:var(--text-muted);font-size:0.95rem;margin:0;line-height:var(--leading-body)}
.gf-timeline{position:relative;max-width:760px;padding-left:2.25rem}
.gf-timeline::before{content:'';position:absolute;left:10px;top:8px;bottom:8px;width:2px;background:linear-gradient(180deg,var(--gf-green) 0%,rgba(108,192,105,0.15) 100%);border-radius:2px}
.gf-tl-item{position:relative;padding-bottom:2rem}
.gf-tl-item:last-child{padding-bottom:0}
.gf-tl-item::before{content:'';position:absolute;left:-2.25rem;top:6px;width:14px;height:14px;margin-left:4px;border-radius:50%;background:var(--surface-page);border:2px solid var(--gf-green);box-shadow:0 0 12px rgba(108,192,105,0.4)}
.gf-tl-item h4{font-family:var(--font-heading);margin:0 0 0.35rem;color:var(--text-heading);font-size:1.05rem}
.gf-tl-item h4 span{color:var(--gf-green-deep);font-size:0.8rem;font-family:var(--font-body);font-weight:600;letter-spacing:0.1em;text-transform:uppercase;display:block;margin-bottom:0.25rem}
.gf-tl-item p{color:var(--text-muted);font-size:0.92rem;margin:0;line-height:var(--leading-body)}
.gf-stack{display:flex;height:64px;border-radius:14px;overflow:hidden;border:1px solid var(--gf-green-line);box-shadow:var(--shadow-soft);background:var(--gf-mist)}
.gf-stack .seg{width:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.95rem;color:#0B2A12;white-space:nowrap;transition:width 1.1s cubic-bezier(0.22,1,0.36,1);overflow:hidden}
.gf-stack .seg small{font-weight:500;margin-left:0.4rem;opacity:0.8}
.gf-stack .seg-base{background:linear-gradient(180deg,#7ecb7b,#5cb359)}
.gf-stack .seg-ec{background:linear-gradient(180deg,#9cd89a,#7cc47a);transition-delay:0.25s}
.gf-stack .seg-dc{background:linear-gradient(180deg,#bfe6be,#a3d6a1);transition-delay:0.5s}
.gf-stack .seg-li{background:linear-gradient(180deg,#e2f4e1,#cceacb);transition-delay:0.75s}
.gf-stack-wrap.visible .seg-base{width:43%}
.gf-stack-wrap.visible .seg-ec{width:14.5%}
.gf-stack-wrap.visible .seg-dc{width:14.5%}
.gf-stack-wrap.visible .seg-li{width:28%}
.gf-legend{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:1.25rem;justify-content:center}
.gf-legend span{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.85rem;color:var(--text-muted)}
.gf-legend i{width:12px;height:12px;border-radius:3px;display:inline-block}
.gf-stack-note{text-align:center;color:var(--text-muted);font-size:0.85rem;margin-top:1.5rem;line-height:1.6}
.gf-field{margin-bottom:1.25rem}
.gf-field label{display:block;font-family:var(--font-body);font-weight:500;margin-bottom:0.4rem;font-size:0.9rem;color:var(--text-body)}
.gf-field input,.gf-field select,.gf-field textarea{width:100%;padding:0.8rem 1rem;background:var(--surface-page);border:1px solid var(--gf-border);border-radius:var(--radius-sm);color:var(--text-body);font-family:var(--font-body);font-size:0.95rem;transition:var(--transition);box-sizing:border-box}
.gf-field input:focus,.gf-field select:focus,.gf-field textarea:focus{outline:none;border-color:var(--gf-green-dark);box-shadow:var(--focus-ring)}
.gf-field textarea{resize:vertical;min-height:120px}
.gf-check{display:flex;align-items:center;gap:0.5rem;font-size:0.9rem;cursor:pointer;color:var(--text-body);font-family:var(--font-body);font-weight:400}
.gf-check input[type="checkbox"]{width:18px;height:18px;accent-color:var(--gf-green-dark);margin:0}
.gf-header{background:#FFFFFF;border-bottom:1px solid rgba(0,0,0,0.08)}
.gf-nav{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0.75rem 2rem}
.gf-nav-logo img{height:48px;display:block}
.gf-nav-menu{display:flex;align-items:center;gap:0.25rem;list-style:none;margin:0;padding:0}
.gf-nav-menu a{white-space:nowrap;color:#1E293B;font-family:var(--font-body);font-size:0.9rem;font-weight:500;padding:0.5rem 1rem;border-radius:6px;letter-spacing:0.02em;transition:var(--transition);text-decoration:none;position:relative}
.gf-nav-menu a:hover{color:var(--gf-green-deep);background:var(--gf-green-tint)}
.gf-nav-menu a.active{color:var(--gf-green-deep);background:var(--gf-green-tint)}
.gf-nav-menu a.active::after{content:'';position:absolute;bottom:2px;left:1rem;right:1rem;height:2px;background:var(--gf-green);border-radius:1px}
.gf-footer{background:var(--gf-navy);padding:3rem 2rem 0;color:#C7D2E4}
.gf-footer-content{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2rem}
.gf-footer h4{font-family:var(--font-heading);color:var(--gf-green);margin:0 0 1rem;font-size:1rem}
.gf-footer ul{list-style:none;margin:0;padding:0}
.gf-footer ul li{margin-bottom:0.5rem}
.gf-footer a{color:#C7D2E4;font-size:0.9rem;text-decoration:none;transition:var(--transition)}
.gf-footer a:hover{color:var(--gf-green)}
.gf-footer p{color:#9FB0CC;font-size:0.9rem;line-height:var(--leading-body);margin:0 0 1rem}
.gf-footer-bottom{border-top:1px solid rgba(255,255,255,0.12);padding:1.5rem 0;text-align:center;color:#9FB0CC;font-size:0.8rem}
.gf-social{display:flex;gap:1rem;margin-top:0.5rem}
.gf-social a{width:36px;height:36px;border:1px solid rgba(255,255,255,0.15);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#C7D2E4;transition:var(--transition)}
.gf-social a:hover{border-color:var(--gf-green);color:var(--gf-green);background:rgba(108,192,105,0.1)}
.gf-social svg{width:18px;height:18px}
@media (max-width:1100px){.gf-nav{padding:0.75rem 1rem}.gf-nav-logo img{height:38px}.gf-nav-menu a{padding:0.5rem 0.55rem;font-size:0.85rem}.gf-nav-menu .gf-btn-sm{padding:0.45rem 1rem;font-size:0.75rem}}

/* ===== components/executive.css ===== */
/* GreenFile executive layer — v2 overrides + new patterns. Loads after components.css. */
h1,h2,h3,h4{font-weight:600;letter-spacing:-0.01em}
.gf-btn{border-radius:10px;letter-spacing:0.04em;transition:transform 0.35s cubic-bezier(0.34,1.56,0.64,1),box-shadow 0.3s ease,background 0.3s ease,color 0.3s ease}
.gf-btn:active{transform:scale(0.97)}
.gf-btn-primary{background:var(--gf-emerald)}
.gf-btn-primary:hover{background:var(--gf-emerald-hover);box-shadow:0 8px 25px rgba(20,153,99,0.35)}
.gf-btn-outline{border-color:var(--gf-slate-200);color:var(--text-heading);background:#fff}
.gf-btn-outline:hover{background:var(--gf-navy);border-color:var(--gf-navy);color:#fff}
.gf-btn-ghost-dark{background:rgba(255,255,255,0.08);color:#fff;border:1px solid rgba(255,255,255,0.22);backdrop-filter:blur(8px)}
.gf-btn-ghost-dark:hover{background:rgba(255,255,255,0.16);transform:translateY(-2px);color:#fff}
.gf-mark{background:var(--gf-mint);color:var(--gf-navy);padding:0.02em 0.16em;border-radius:5px;-webkit-box-decoration-break:clone;box-decoration-break:clone}
.gf-dark{background:var(--surface-ink);color:var(--gf-on-dark)}
.gf-dark h1,.gf-dark h2,.gf-dark h3,.gf-dark h4{color:#fff}
.gf-dark .gf-section-label{color:var(--gf-emerald-bright)}
.gf-dark .gf-section-subtitle,.gf-dark p{color:var(--gf-on-dark-muted)}
.gf-dark .gf-mark{background:rgba(47,201,139,0.22);color:#fff}
.gf-glass{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.14);border-radius:14px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 8px 32px rgba(4,10,22,0.35)}
.gf-metric{display:inline-flex;align-items:center;gap:0.8rem;background:#fff;border:1px solid var(--gf-slate-200);border-radius:14px;padding:0.85rem 1.25rem;box-shadow:var(--shadow-deep)}
.gf-metric .gf-metric-icon{width:38px;height:38px;border-radius:10px;background:var(--gf-emerald-tint);border:1px solid var(--gf-emerald-line);display:flex;align-items:center;justify-content:center;color:var(--gf-emerald-deep);flex-shrink:0}
.gf-metric .num{font-family:var(--font-heading);font-weight:700;font-size:1.35rem;color:var(--gf-navy);line-height:1.1;display:block}
.gf-metric .lbl{font-size:0.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.08em;font-weight:600}
.gf-metric.on-dark{background:rgba(255,255,255,0.07);border-color:rgba(255,255,255,0.14);backdrop-filter:blur(14px)}
.gf-metric.on-dark .num{color:#fff}
.gf-metric.on-dark .lbl{color:var(--gf-on-dark-muted)}
.gf-metric.on-dark .gf-metric-icon{background:rgba(47,201,139,0.14);border-color:rgba(47,201,139,0.3);color:var(--gf-emerald-bright)}
.gf-blobwrap{position:relative}
.gf-blob{position:absolute;border-radius:50%;pointer-events:none;filter:blur(0.5px)}
.gf-blob.b1{background:radial-gradient(circle at 35% 30%,#1DB579 0%,var(--gf-emerald) 60%,#0E7C50 100%)}
.gf-blob.b2{background:rgba(47,201,139,0.16)}
.gf-blob.b3{border:1.5px dashed rgba(47,201,139,0.45);background:transparent}
.gf-leafmark{position:absolute;color:rgba(47,201,139,0.5);pointer-events:none}
.gf-reveal{opacity:0;transform:translateY(26px);transition:opacity 0.65s ease,transform 0.65s cubic-bezier(0.22,1,0.36,1)}
.gf-reveal.visible{opacity:1;transform:none}
.gf-reveal.d1{transition-delay:0.08s}.gf-reveal.d2{transition-delay:0.16s}.gf-reveal.d3{transition-delay:0.24s}
@media (prefers-reduced-motion:reduce){.gf-reveal{opacity:1;transform:none;transition:none}}
.gf-cursor-dot,.gf-cursor-ring{position:fixed;top:0;left:0;pointer-events:none;z-index:99999;border-radius:50%;transform:translate(-50%,-50%)}
.gf-cursor-dot{width:6px;height:6px;background:var(--gf-emerald)}
.gf-cursor-ring{width:34px;height:34px;border:1.5px solid rgba(20,153,99,0.55);transition:width 0.25s ease,height 0.25s ease,border-color 0.25s ease,background 0.25s ease}
.gf-cursor-ring.is-active{width:52px;height:52px;background:rgba(20,153,99,0.08);border-color:var(--gf-emerald)}
@media (hover:none),(pointer:coarse){.gf-cursor-dot,.gf-cursor-ring{display:none}}
.gf-est{background:var(--surface-ink);border-radius:18px;padding:2.5rem;color:var(--gf-on-dark);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:2.5rem}
.gf-est label{font-size:0.8rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--gf-on-dark-muted);display:block;margin-bottom:0.6rem}
.gf-est input[type=range]{width:100%;accent-color:var(--gf-emerald-bright);cursor:pointer}
.gf-est .gf-est-cost{font-family:var(--font-heading);font-weight:700;font-size:2rem;color:#fff;margin:0.25rem 0 1.5rem}
.gf-est .gf-adder{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.8rem 1rem;border:1px solid rgba(255,255,255,0.13);border-radius:10px;margin-bottom:0.6rem;cursor:pointer;transition:var(--transition);background:rgba(255,255,255,0.04)}
.gf-est .gf-adder:hover{border-color:rgba(47,201,139,0.5)}
.gf-est .gf-adder.on{border-color:var(--gf-emerald-bright);background:rgba(47,201,139,0.1)}
.gf-est .gf-adder b{color:var(--gf-emerald-bright);font-weight:700;white-space:nowrap}
.gf-est .gf-adder span{font-size:0.9rem;color:var(--gf-on-dark)}
.gf-est-result{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.13);border-radius:14px;padding:2rem;display:flex;flex-direction:column;justify-content:center;text-align:center}
.gf-est-result .pct{font-size:0.85rem;color:var(--gf-on-dark-muted);letter-spacing:0.08em;text-transform:uppercase;font-weight:600}
.gf-est-result .amt{font-family:var(--font-heading);font-weight:700;font-size:clamp(2.4rem,4vw,3.4rem);color:var(--gf-emerald-bright);line-height:1.1;margin:0.5rem 0}
.gf-est-result .note{font-size:0.78rem;color:var(--gf-on-dark-muted);line-height:1.55;margin-top:1rem}
@media (max-width:900px){.gf-est{grid-template-columns:1fr;padding:1.75rem}}

/* --- static-page extras --- */
.gf-container{max-width:var(--max-width);margin:0 auto}
.gf-section{padding:5rem 2rem}
.gf-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}
.gf-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}
.gf-grid-entities{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}
.gf-subnav{background:var(--gf-slate-50);border-bottom:1px solid var(--gf-slate-200)}
.gf-subnav-inner{max-width:var(--max-width);margin:0 auto;display:flex;gap:0.25rem;padding:0.5rem 2rem;overflow-x:auto}
.gf-subnav a{white-space:nowrap;font-size:0.85rem;font-weight:600;color:var(--text-muted);padding:0.45rem 0.9rem;border-radius:8px;text-decoration:none;transition:var(--transition)}
.gf-subnav a:hover{color:var(--gf-emerald-deep);background:var(--gf-emerald-tint)}
.gf-subnav a.active{color:var(--gf-emerald-deep);background:var(--gf-emerald-tint)}
.gf-hero{position:relative;overflow:hidden;min-height:88vh;display:flex;align-items:center;padding:5rem 2rem 4rem}
.gf-hero-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);gap:3.5rem;align-items:center;position:relative;width:100%}
.gf-hero-photo{position:absolute;right:54px;top:70px;width:340px;height:340px;border-radius:50%;overflow:hidden;background:var(--gf-ink-900)}
.gf-hero-photo img{width:100%;height:100%;object-fit:cover}
.gf-hero-photo .ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--gf-on-dark-muted);font-size:0.8rem;padding:2rem;line-height:1.6}
@media (max-width:900px){.gf-grid-2,.gf-grid-3{grid-template-columns:1fr}.gf-hero-grid{grid-template-columns:1fr}.gf-hero{min-height:0}.gf-blobwrap{display:none}}
@media (max-width:768px){.gf-nav-menu{display:none}.gf-nav-hamburger{display:flex !important}.gf-nav-menu.open{display:flex;position:fixed;top:64px;right:0;flex-direction:column;background:#fff;padding:1.5rem;border:1px solid var(--gf-slate-200);border-radius:0 0 0 12px;box-shadow:var(--shadow-deep);z-index:1000;align-items:stretch}}
.gf-nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:8px}
.gf-nav-hamburger span{width:24px;height:2px;background:var(--gf-navy)}

/* --- Mobile fixes (QA pass) --- */
@media (max-width:768px){
  .gf-footer-content{grid-template-columns:1fr 1fr;gap:1.75rem}
}
@media (max-width:560px){
  .gf-footer-content{grid-template-columns:1fr;gap:1.5rem}
  .gf-hero{padding:3.5rem 1.25rem 3rem}
  .gf-section{padding:3.5rem 1.25rem}
  .gf-subnav-inner{padding:0.5rem 1.25rem}
  .gf-nav{padding:0.75rem 1.25rem}
  .gf-footer-inner{padding-left:1.25rem;padding-right:1.25rem}
}
