/* ===== styles.css ===== */
/* WEALGROW — Premium Wealth Management UI */
:root{
  --green:#063C34;
  --emerald:#0B6B58;
  --gold:#C9A96E;
  --charcoal:#101817;
  --ivory:#FAFAF7;
  --sage:#F1F5F2;
  --white:#FFFFFF;
  --grey:#66736F;
  --border:#DDE6E2;
  --dark-border:rgba(255,255,255,.12);
  --shadow:0 30px 90px rgba(13,45,39,.08);
  --radius:22px;
  --serif:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  --sans:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--charcoal);font-family:var(--sans);line-height:1.65;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
img,svg{max-width:100%}
.container{width:min(1240px,calc(100% - 48px));margin:auto}
.section{padding:112px 0}
.section-sm{padding:38px 0}
.skip-link{position:fixed;left:12px;top:-80px;z-index:999;background:#fff;padding:10px 14px;border-radius:8px}
.skip-link:focus{top:12px}
h1,h2,h3,h4,p{margin-top:0}
h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.03em}
h1{font-size:clamp(54px,6.5vw,92px);line-height:.98}
h2{font-size:clamp(40px,4.8vw,68px);line-height:1.03;margin-bottom:22px}
h2 em{font-weight:400;color:var(--emerald)}
h3{line-height:1.2}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--emerald);font-size:12px;font-weight:700;letter-spacing:.18em;margin-bottom:20px}
.eyebrow.light{color:#d9c39b}
.pill{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(11,107,88,.2);background:rgba(255,255,255,.6);padding:8px 12px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--green)}
.pill i{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(201,169,110,.14)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:12px;border:1px solid transparent;font-weight:650;transition:.25s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 14px 32px rgba(6,60,52,.18)}
.btn-primary:hover{background:#0a4b41}
.btn-secondary{border-color:#b9cbc4;color:var(--green);background:rgba(255,255,255,.72)}
.btn-secondary:hover{border-color:var(--emerald);background:#fff}
.btn-gold{background:var(--gold);color:#17231f;box-shadow:0 14px 34px rgba(201,169,110,.19)}
.btn-sm{min-height:42px;padding:0 16px;font-size:13px}
.text-link{display:inline-block;color:var(--emerald);font-weight:650;transition:.2s}
.text-link:hover{transform:translateX(4px)}
.legal-note,.center-note{font-size:12px;color:var(--grey);line-height:1.6}
.center-note{text-align:center;margin:18px 0 0}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}

/* Header */
.site-header{position:fixed;z-index:100;top:0;left:0;width:100%;background:rgba(250,250,247,.78);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.25s}
.site-header.scrolled{border-bottom-color:rgba(6,60,52,.09);box-shadow:0 10px 40px rgba(20,42,37,.05)}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}
.brand-mark{width:34px;height:34px;display:inline-grid;place-items:center;color:var(--green)}
.brand-word{font-size:19px;font-weight:800;letter-spacing:.08em;color:var(--green)}
.desktop-nav{display:flex;align-items:center;gap:25px;margin-left:auto}
.desktop-nav>a,.nav-link{font-size:13px;font-weight:550;color:#273832;background:none;border:0;padding:28px 0}
.nav-link span{color:#7a8b85;margin-left:3px}
.nav-item{position:relative}
.mega-menu{position:absolute;top:65px;left:50%;transform:translate(-50%,12px);width:min(980px,90vw);background:#fff;border:1px solid var(--border);border-radius:20px;padding:28px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px;box-shadow:0 28px 80px rgba(13,47,40,.14);opacity:0;visibility:hidden;transition:.22s}
.has-mega:hover .mega-menu,.has-mega:focus-within .mega-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.mega-menu h4{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#77857f;margin-bottom:13px}
.mega-menu a{display:block;font-size:13px;padding:7px 0;color:#2f423b}
.mega-intro{padding-right:20px;border-right:1px solid var(--border)}
.mega-intro h3{font-family:var(--serif);font-size:27px;font-weight:400;margin-bottom:8px}
.mega-intro p{font-size:13px;color:var(--grey)}
.dropdown-menu{position:absolute;top:65px;left:50%;transform:translate(-50%,10px);width:230px;background:#fff;border:1px solid var(--border);box-shadow:0 20px 60px rgba(15,45,39,.12);border-radius:16px;padding:12px;opacity:0;visibility:hidden;transition:.22s}
.has-dropdown:hover .dropdown-menu,.has-dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.dropdown-menu a{display:block;padding:10px 12px;border-radius:10px;font-size:13px}
.dropdown-menu a:hover{background:var(--sage)}
.nav-actions{display:flex;align-items:center;gap:15px}
.login-link{font-size:13px;font-weight:600}
.mobile-toggle{display:none;width:40px;height:40px;border:0;background:transparent;padding:10px}
.mobile-toggle span{display:block;height:2px;background:var(--green);margin:5px 0}
.mobile-menu{display:none}

/* Hero */
.hero{position:relative;overflow:hidden;padding:150px 0 30px;background:radial-gradient(circle at 80% 10%,rgba(11,107,88,.09),transparent 30%),linear-gradient(180deg,#fff 0%,#fafaf7 72%)}
.hero-grid-bg{position:absolute;inset:0;opacity:.45;background-image:linear-gradient(rgba(6,60,52,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(6,60,52,.025) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 90%)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:72px;min-height:710px}
.hero-copy h1{max-width:790px;margin:24px 0}
.hero-sub{font-size:17px;color:#55645f;max-width:670px}
.hero-actions{display:flex;gap:12px;margin:32px 0 14px}
.hero-note{font-size:12.5px;color:#7a8682}
.hero-trust{display:flex;gap:28px;margin-top:35px;padding-top:24px;border-top:1px solid var(--border)}
.hero-trust div{display:flex;flex-direction:column}
.hero-trust span{font-size:13px;font-weight:700;color:var(--green)}
.hero-trust small{color:#7b8984}
.hero-visual{position:relative}
.wealth-shell{background:rgba(255,255,255,.85);border:1px solid rgba(6,60,52,.1);border-radius:30px;padding:22px;box-shadow:0 40px 120px rgba(17,52,44,.13);transform:perspective(1200px) rotateY(-4deg) rotateX(1deg)}
.visual-top,.visual-footer{display:flex;align-items:center;justify-content:space-between;gap:18px}
.tiny-label{display:block;font-size:9px;font-weight:700;letter-spacing:.16em;color:#83918c;margin-bottom:3px}
.visual-top strong{font-size:28px}
.status-badge{font-size:10px;padding:7px 10px;border-radius:999px;color:var(--emerald);background:#e9f4ef}
.trajectory-card{margin:18px 0;background:#f8faf8;border:1px solid #e4ece8;border-radius:18px;padding:16px 16px 2px}
.trajectory-head{display:flex;justify-content:space-between;font-size:10px;color:#82908b}
.growth-chart{height:190px;width:100%}
.growth-chart .gridline{stroke:#dbe6e1;stroke-width:1}
.growth-chart .area{fill:url(#areaGradient)}
.growth-chart .line{fill:none;stroke:var(--emerald);stroke-width:3;stroke-linecap:round;stroke-dasharray:800;stroke-dashoffset:800;animation:drawLine 2.8s ease forwards .5s}
@keyframes drawLine{to{stroke-dashoffset:0}}
.allocation-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.allocation-card{position:relative;background:#fff;border:1px solid #e6ece9;padding:12px 14px;border-radius:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}
.allocation-card small{font-size:10px;color:#6e7c77}
.allocation-card strong{font-size:13px}
.dot{width:8px;height:8px;border-radius:50%}.equity{background:#0B6B58}.mf{background:#5e8f7f}.debt{background:#C9A96E}.global{background:#8b7c62}
.visual-footer{margin-top:16px;padding:14px 4px 0}
.visual-footer div{display:flex;flex-direction:column}.visual-footer span{font-size:10px;color:#7f8c87}.visual-footer strong{font-size:12px}.visual-footer svg{width:42px}
.compliance-mini{position:relative;padding:14px 0;border-top:1px solid var(--border);font-size:10px;color:#8b9692}

/* trust */
.trust-strip{background:var(--green);color:white}
.trust-strip .container{display:flex;align-items:center;justify-content:space-between;gap:30px}
.trust-title{display:flex;flex-direction:column;font-family:var(--serif);font-size:25px;line-height:1.1}
.trust-title strong{font-weight:400;color:#d8bf92}
.trust-items{display:flex;align-items:center;gap:16px;font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.trust-items i{width:4px;height:4px;border-radius:50%;background:var(--gold)}

/* headings */
.section-heading{margin-bottom:54px}
.split-heading{display:grid;grid-template-columns:1.1fr .7fr;align-items:end;gap:80px}
.split-heading p{color:var(--grey);max-width:540px}
.centered{text-align:center;max-width:820px;margin:0 auto 54px}
.centered p{color:var(--grey);max-width:680px;margin-left:auto;margin-right:auto}

/* solutions */
.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.solution-feature,.solution-card,.solution-wide{position:relative;border:1px solid var(--border);background:#fff;border-radius:22px;padding:28px;overflow:hidden;transition:.25s}
.solution-feature:hover,.solution-card:hover,.solution-wide:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#cadbd4}
.solution-feature{grid-row:span 2;background:linear-gradient(150deg,#fff,#f2f6f3)}
.solution-icon{width:66px;height:66px;border-radius:18px;background:var(--green);color:white;display:grid;place-items:center;margin-bottom:75px}
.solution-icon svg{width:38px}
.service-no{font-size:11px;color:#9aa6a2}
.solution-feature h3,.solution-card h3,.solution-wide h3{font-family:var(--serif);font-weight:400;font-size:31px;margin:10px 0 12px}
.solution-card p,.solution-feature p,.solution-wide p{color:var(--grey);font-size:14px}
.solution-card ul{padding-left:18px;color:#586762;font-size:13px}
.chip-row{display:flex;gap:7px;flex-wrap:wrap;margin:20px 0}
.chip-row span{background:#edf3ef;border:1px solid #dee9e4;border-radius:999px;padding:6px 9px;font-size:10px}
.solution-wide{grid-column:span 2;display:grid;grid-template-columns:1fr .7fr;align-items:center;min-height:290px;background:var(--green);color:white}
.solution-wide p{color:#c9d8d3}
.solution-wide .text-link{color:#e2c997}
.globe-visual{position:relative;width:210px;height:210px;margin:auto;display:grid;place-items:center}
.orbit{position:absolute;border:1px solid rgba(255,255,255,.22);border-radius:50%;inset:10px}.o2{transform:rotate(60deg) scaleX(.52)}.o3{transform:rotate(-60deg) scaleX(.52)}
.globe-center{text-align:center}.globe-center span{display:block;font-size:10px;letter-spacing:.2em;color:#d8c092}.globe-center strong{font-family:var(--serif);font-size:18px;font-weight:400}

/* wealth */
.sage-section{background:var(--sage)}
.wealth-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:110px;align-items:start}
.wealth-copy{position:sticky;top:130px}
.wealth-copy p{color:var(--grey);max-width:540px;margin-bottom:30px}
.wealth-row{display:grid;grid-template-columns:55px 1fr;gap:20px;padding:26px 0;border-bottom:1px solid #d8e3de}
.wealth-row>span{font-size:12px;color:var(--gold)}
.wealth-row h3{font-family:var(--serif);font-size:28px;font-weight:400;margin-bottom:6px}
.wealth-row p{font-size:13px;color:var(--grey);margin:0}

/* dashboard */
.dashboard-section{background:#fff}
.dashboard-mockup{border:1px solid #dbe4e1;border-radius:30px;background:#f9fbfa;box-shadow:0 40px 120px rgba(11,44,36,.10);overflow:hidden}
.dash-topbar{height:62px;background:white;border-bottom:1px solid #e2e9e6;display:flex;align-items:center;justify-content:space-between;padding:0 22px}
.dash-brand{display:flex;align-items:center;gap:8px;font-size:12px}.dash-user{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:10px}
.dash-body{display:grid;grid-template-columns:150px 1fr;min-height:590px}
.dash-sidebar{background:#f5f8f6;border-right:1px solid #e1e9e5;padding:25px 15px;display:flex;flex-direction:column;gap:9px}
.dash-sidebar span{padding:10px 12px;border-radius:9px;font-size:11px;color:#6b7974}.dash-sidebar .active{background:#e8f1ed;color:var(--green);font-weight:650}
.dash-content{padding:26px}
.dash-title{display:flex;justify-content:space-between;align-items:center}.dash-title small{font-size:9px;letter-spacing:.16em;color:#8a9692}.dash-title h3{margin:2px 0;font-family:var(--serif);font-size:26px;font-weight:400}.dash-title button{border:1px solid #d7e2dd;background:#fff;padding:8px 12px;border-radius:9px;font-size:10px}
.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin:22px 0}
.metric-grid>div{background:#fff;border:1px solid #e2e9e6;border-radius:15px;padding:16px;display:flex;flex-direction:column}
.metric-grid small{color:#83908b;font-size:9px}.metric-grid strong{font-size:20px;margin:4px 0}.metric-grid span{font-size:9px;color:var(--emerald)}
.dash-panels{display:grid;grid-template-columns:1.7fr .8fr;gap:12px}
.dash-chart-panel,.allocation-panel{border:1px solid #e2e9e6;background:#fff;border-radius:16px;padding:15px}
.panel-head{display:flex;justify-content:space-between;align-items:center;font-size:11px}.panel-head span{font-size:9px;background:#eef3f0;padding:5px 8px;border-radius:8px}
.dash-chart-panel svg{height:220px}
.donut{width:130px;height:130px;border-radius:50%;margin:26px auto 18px;background:conic-gradient(#0B6B58 0 42%,#5e8f7f 42% 68%,#C9A96E 68% 86%,#8b7c62 86% 100%);position:relative}
.donut:after{content:"";position:absolute;inset:27px;border-radius:50%;background:#fff}
.alloc-legend{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:9px}.alloc-legend i{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:5px}.l1{background:#0B6B58}.l2{background:#5e8f7f}.l3{background:#C9A96E}.l4{background:#8b7c62}
.goal-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}
.goal-progress>div{background:#fff;border:1px solid #e2e9e6;border-radius:14px;padding:13px;font-size:9px}.goal-progress strong{float:right}.goal-progress i{display:block;height:5px;background:#eef2f0;border-radius:99px;overflow:hidden;margin-top:9px}.goal-progress b{display:block;height:100%;background:var(--emerald);border-radius:inherit}

/* journey */
.journey{display:grid;grid-template-columns:repeat(4,1fr);position:relative}
.journey:before{content:"";position:absolute;left:9%;right:9%;top:22px;height:1px;background:#d6e0dc}
.journey article{position:relative;padding:0 28px}
.journey article:not(:last-child){border-right:1px solid #e0e7e4}
.journey article>span{position:relative;z-index:1;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--ivory);border:1px solid #cddbd5;color:var(--emerald);font-size:11px;margin-bottom:28px}
.journey h3{font-family:var(--serif);font-size:29px;font-weight:400}.journey p{font-size:13px;color:var(--grey)}

/* portfolio */
.portfolio-check{background:linear-gradient(120deg,#0b2d28,#063C34 60%,#0b5748);color:white}
.portfolio-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}
.portfolio-grid h2{max-width:600px}.portfolio-grid>div>p{color:#c6d6d1}
.health-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.health-tags span{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);padding:8px 10px;border-radius:999px;font-size:10px}
.glass-form{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(12px);padding:26px;border-radius:22px}
.glass-form label,.lead-form label{font-size:11px;color:#d9e3df}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.glass-form input,.glass-form select,.lead-form input,.lead-form select{width:100%;margin-top:6px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.09);color:white;border-radius:10px;padding:12px;outline:0}
.glass-form select option,.lead-form select option{color:#111}
.glass-form input::placeholder,.lead-form input::placeholder{color:#b8c5c0}
.glass-form>label,.lead-form>label{display:block;margin:12px 0}
.file-label input{padding:10px}
.consent{display:flex!important;align-items:flex-start;gap:8px}.consent input{width:auto!important;margin-top:4px!important}.consent span{font-size:10px;line-height:1.45}
.glass-form .btn,.lead-form .btn{width:100%;margin-top:8px}
.form-status{font-size:11px;margin:10px 0 0;color:#f0d9ad}

/* private wealth */
.private-wealth{position:relative;overflow:hidden;background:#071d1a;color:white}
.private-orb{position:absolute;width:600px;height:600px;border:1px solid rgba(201,169,110,.17);border-radius:50%;right:-180px;top:-170px;box-shadow:0 0 0 80px rgba(201,169,110,.025),0 0 0 160px rgba(201,169,110,.018)}
.private-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:center}
.private-grid p{color:#b7c8c2;max-width:600px;margin-bottom:30px}
.private-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--dark-border);border-left:1px solid var(--dark-border)}
.private-list span{padding:22px;border-right:1px solid var(--dark-border);border-bottom:1px solid var(--dark-border);font-size:12px;color:#d4dfdb}
.compact-products{background:#fff}
.two-col-products{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.two-col-products article{border:1px solid var(--border);border-radius:22px;padding:34px;background:linear-gradient(145deg,#fff,#f8faf8)}
.two-col-products article h2{font-size:42px}.two-col-products article p{color:var(--grey)}.two-col-products article small{display:block;margin-top:20px;color:#7d8985}

/* goal + calculators */
.calculator-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center}
.calc-intro p{color:var(--grey)}.goal-selector{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px}.goal-selector button{border:1px solid #d2dfda;background:#fff;padding:9px 12px;border-radius:999px;font-size:11px;color:#52635d}.goal-selector button.active{background:var(--green);color:#fff;border-color:var(--green)}
.calculator-card{background:white;border:1px solid var(--border);border-radius:22px;padding:26px;box-shadow:var(--shadow)}
.calc-card-head{display:flex;align-items:center;justify-content:space-between}.calc-card-head h3{font-family:var(--serif);font-size:26px;font-weight:400}.calc-card-head span{font-size:9px;background:#edf4f0;color:var(--emerald);padding:6px 8px;border-radius:999px}
.input-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0}.input-grid label{font-size:11px;color:#61716b}.input-grid input{width:100%;padding:11px;border:1px solid #dce5e1;border-radius:10px;margin-top:6px}
.calc-result{background:var(--green);color:#fff;border-radius:17px;padding:20px;display:flex;flex-direction:column}.calc-result span,.calc-result small{font-size:10px;color:#c8d7d2}.calc-result strong{font-family:var(--serif);font-size:40px;font-weight:400}
.tabs{display:flex;gap:8px;background:#eef3f0;padding:6px;border-radius:13px;width:max-content;max-width:100%;margin-bottom:20px}.tab-btn{border:0;background:transparent;padding:10px 16px;border-radius:9px;font-size:12px;color:#64736e}.tab-btn.active{background:#fff;color:var(--green);box-shadow:0 5px 20px rgba(15,45,39,.06)}
.tab-panel{display:none}.tab-panel.active{display:block}
.tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;background:#fff;border:1px solid var(--border);border-radius:24px;padding:30px}
.tool-inputs label{display:block;font-size:12px;color:#5c6b66;margin-bottom:28px}.tool-inputs label strong{float:right;color:var(--green)}.tool-inputs input[type=range]{width:100%;margin-top:15px;accent-color:var(--emerald)}.input-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.input-fields label{margin:0}.input-fields input{width:100%;margin-top:6px;padding:11px;border:1px solid #dce5e1;border-radius:10px}
.tool-result{background:#f4f7f5;border-radius:18px;padding:24px;display:flex;flex-direction:column;justify-content:center}.tool-result>p{font-size:10px;color:#788680;margin:15px 0 0}.result-donut{width:220px;height:220px;border-radius:50%;display:grid;place-items:center;margin:0 auto 20px;background:conic-gradient(var(--emerald) 0 58%,#d8e4de 58% 100%);position:relative}.result-donut:after{content:"";position:absolute;inset:22px;border-radius:50%;background:#f4f7f5}.result-donut span{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column}.result-donut small,.big-number small{font-size:10px;color:#6d7b76}.result-donut strong,.big-number strong{font-family:var(--serif);font-size:31px;font-weight:400;color:var(--green)}
.result-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px}.result-stats div{background:#fff;border:1px solid #e2e9e6;border-radius:13px;padding:14px;display:flex;flex-direction:column}.result-stats small{font-size:9px;color:#788680}.result-stats strong{font-size:18px;color:#20312b}
.big-number{display:flex;flex-direction:column;margin-bottom:20px}.big-number strong{font-size:42px}.tool-result .btn{margin-top:15px}
.risk-profiler{background:#fff;border:1px solid var(--border);border-radius:24px;padding:32px;min-height:360px}.risk-progress{display:flex;gap:16px;align-items:center;font-size:10px;color:#70807a}.risk-progress i{display:block;flex:1;height:5px;background:#edf2ef;border-radius:99px;overflow:hidden}.risk-progress b{display:block;height:100%;background:var(--emerald)}
.risk-question{font-family:var(--serif);font-size:34px;max-width:800px;margin:40px 0 24px}.risk-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.risk-options button{padding:14px;text-align:left;border:1px solid #dce5e1;background:#fafcfb;border-radius:12px;color:#40524b}.risk-options button:hover{border-color:var(--emerald);background:#f0f7f3}.risk-result{text-align:center;padding:28px}.risk-result h3{font-family:var(--serif);font-size:46px;font-weight:400;margin:8px}.risk-result p{color:var(--grey);max-width:680px;margin:0 auto 20px}.hidden{display:none!important}.text-button{display:block;margin:15px auto 0;border:0;background:transparent;color:var(--emerald);font-size:11px;text-decoration:underline}

/* why */
.why-section{background:#fff}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);border-left:1px solid var(--border)}
.why-grid article{padding:30px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-height:200px}.why-grid article>span{color:var(--gold);font-size:11px}.why-grid h3{font-family:var(--serif);font-size:28px;font-weight:400;margin:36px 0 8px}.why-grid p{color:var(--grey);font-size:13px}

/* segments */
.segments-track{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.segment-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:26px}.segment-card>span{font-size:10px;color:var(--gold)}.segment-card h3{font-family:var(--serif);font-size:27px;font-weight:400;margin:28px 0 8px}.segment-card p{font-size:13px;color:var(--grey)}

/* global */
.global-nri{background:#0a2823;color:white;overflow:hidden}.global-grid{display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:80px}.global-copy p{color:#c0d1cb}.global-features{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0}.global-features span{font-size:10px;padding:8px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px}.global-lines{position:relative;width:440px;height:440px;margin:auto}.global-lines svg{position:absolute;inset:0}.india-node,.node{position:absolute;z-index:2;border-radius:50%;display:grid;place-items:center}.india-node{width:100px;height:100px;left:170px;top:170px;background:var(--gold);color:#18332c;font-weight:800;box-shadow:0 0 0 25px rgba(201,169,110,.06)}.node{width:55px;height:55px;border:1px solid rgba(255,255,255,.18);background:#123b33;font-size:10px}.n1{left:40px;top:40px}.n2{right:20px;top:60px}.n3{left:30px;bottom:25px}.n4{right:15px;bottom:25px}

/* insights */
.insights-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.featured-insight,.insight-list article{border:1px solid var(--border);background:#fff;border-radius:20px;overflow:hidden}.insight-visual{height:280px;background:linear-gradient(135deg,#0a3e35,#0c6654);color:#d6be8e;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.insight-visual>span{font-size:10px;letter-spacing:.18em}.insight-visual svg{height:160px}.insight-body{padding:25px}.insight-body>span,.insight-list article>span{font-size:9px;color:#84918d}.insight-body h3{font-family:var(--serif);font-weight:400;font-size:31px;margin:8px 0}.insight-body p{font-size:13px;color:var(--grey)}.insight-body a,.insight-list a{font-size:12px;color:var(--emerald);font-weight:650}.insight-list{display:grid;gap:12px}.insight-list article{padding:24px}.insight-list h3{font-family:var(--serif);font-weight:400;font-size:24px;margin:10px 0 20px}

/* ecosystem */
.ecosystem-section{background:var(--sage)}
.logo-placeholders{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.logo-placeholders span{height:84px;border:1px dashed #bccbc5;background:rgba(255,255,255,.6);border-radius:14px;display:grid;place-items:center;font-size:9px;color:#87938f;letter-spacing:.1em}
.stats-placeholder{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:28px}.stats-placeholder div{text-align:center;padding:20px 8px;border-top:1px solid #cfdad5}.stats-placeholder strong{display:block;font-family:var(--serif);font-size:30px;font-weight:400;color:var(--green)}.stats-placeholder span{font-size:10px;color:var(--grey)}

/* about */
.about-section{background:#fff}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.about-lead{font-family:var(--serif);font-size:31px;line-height:1.35;color:#33473f}.principles{margin-top:40px}.principles div{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-top:1px solid var(--border)}.principles strong{font-size:13px}.principles span{font-size:12px;color:var(--grey);text-align:right}

/* faq */
.faq-section{background:var(--sage)}.faq-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:90px}.faq-copy{position:sticky;top:130px;align-self:start}.faq-copy p{color:var(--grey)}.accordion details{border-bottom:1px solid #d2ded8}.accordion summary{list-style:none;display:flex;justify-content:space-between;padding:22px 0;font-family:var(--serif);font-size:22px;cursor:pointer}.accordion summary::-webkit-details-marker{display:none}.accordion summary span{font-family:var(--sans);font-weight:300;color:var(--emerald)}.accordion details p{color:var(--grey);font-size:13px;max-width:760px;padding:0 0 22px}

/* lead */
.lead-section{background:linear-gradient(135deg,#0d2e28,#063C34);color:#fff}.lead-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:90px;align-items:center}.lead-copy p{color:#c5d5cf}.lead-points{display:flex;gap:9px;flex-wrap:wrap}.lead-points span{font-size:10px;border:1px solid rgba(255,255,255,.14);padding:8px 10px;border-radius:999px}.lead-form{background:#fff;border-radius:22px;padding:28px;color:#182822}.lead-form label{color:#465a53}.lead-form input,.lead-form select{border-color:#d7e1dd;background:#f9fbfa;color:#111}.lead-form input::placeholder{color:#9ca6a2}.lead-form .consent span{color:#71807a}.lead-form .form-status{color:var(--emerald)}

/* footer */
.footer{background:#071613;color:#d4dfdb;padding:70px 0 20px}.footer-top{display:grid;grid-template-columns:.42fr 1.58fr;gap:70px}.light-brand .brand-word,.light-brand .brand-mark{color:white}.footer-brand p{font-family:var(--serif);color:#d3bb8e;font-size:18px}.socials{display:flex;gap:8px}.socials a{width:32px;height:32px;border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;border-radius:50%;font-size:10px}.footer-links{display:grid;grid-template-columns:repeat(5,1fr);gap:28px}.footer-links h4{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#8fa39c}.footer-links a{display:block;font-size:11px;color:#bac8c3;padding:5px 0}.regulatory{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:55px;padding:24px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.regulatory div{display:flex;flex-direction:column}.regulatory span{font-size:9px;color:#7f958d}.regulatory strong{font-size:10px;color:#c0cec9}.disclaimer{padding:22px 0;font-size:10px;color:#82978f}.disclaimer p{margin-bottom:8px}.footer-bottom{display:flex;justify-content:space-between;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);font-size:9px;color:#72877f}

/* floating/mobile */
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:70;display:flex;align-items:center;gap:8px;background:#fff;color:var(--green);padding:10px 14px;border-radius:999px;box-shadow:0 14px 40px rgba(0,0,0,.16);font-size:11px;font-weight:650}.whatsapp-float svg{width:22px}
.mobile-sticky{display:none}

/* responsive */
@media(max-width:1100px){
  .desktop-nav{display:none}.login-link{display:none}.mobile-toggle{display:block}.nav-actions .btn{display:none}
  .mobile-menu{position:fixed;top:82px;left:0;right:0;background:rgba(250,250,247,.98);padding:22px 24px 28px;border-bottom:1px solid var(--border);box-shadow:0 20px 50px rgba(15,42,36,.08)}
  .mobile-menu.open{display:grid;gap:8px}.mobile-menu>a:not(.btn){padding:10px 0;border-bottom:1px solid #e8eeeb;font-size:14px}
  .hero-grid{grid-template-columns:1fr;min-height:auto;padding:60px 0 40px}.hero-visual{max-width:700px}.wealth-shell{transform:none}
  .solutions-grid{grid-template-columns:1fr 1fr}.solution-feature{grid-row:auto}.solution-wide{grid-column:span 2}
  .wealth-grid,.portfolio-grid,.private-grid,.calculator-layout,.global-grid,.about-grid,.faq-grid,.lead-grid{grid-template-columns:1fr;gap:55px}
  .wealth-copy,.faq-copy{position:static}
  .dashboard-mockup{overflow:auto}.dash-body{min-width:900px}
  .journey{grid-template-columns:1fr 1fr;gap:35px}.journey:before{display:none}.journey article{border-right:0!important}
  .insights-grid{grid-template-columns:1fr}.global-lines{width:390px;height:390px}.india-node{left:145px;top:145px}
  .footer-top{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(3,1fr)}.regulatory{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .container{width:min(100% - 30px,1240px)}.section{padding:78px 0}.hero{padding-top:105px}.hero-grid{gap:30px;padding-top:30px}.hero-copy h1{font-size:50px}.hero-sub{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:16px}
  .trust-strip .container{display:block}.trust-items{margin-top:20px;overflow-x:auto;padding-bottom:4px;white-space:nowrap}
  .split-heading{grid-template-columns:1fr;gap:10px}.section-heading{margin-bottom:35px}
  .solutions-grid{grid-template-columns:1fr}.solution-wide{grid-column:auto;grid-template-columns:1fr}.globe-visual{display:none}.solution-icon{margin-bottom:35px}
  .dash-body{grid-template-columns:120px 1fr}.metric-grid{grid-template-columns:1fr 1fr}.dash-panels{grid-template-columns:1fr}.goal-progress{grid-template-columns:1fr}
  .journey{grid-template-columns:1fr}.journey article{padding:0}
  .private-list{grid-template-columns:1fr}.two-col-products{grid-template-columns:1fr}
  .input-grid,.form-row,.tool-grid,.input-fields,.why-grid,.segments-track{grid-template-columns:1fr}.why-grid{border-left:0}.why-grid article{border-left:1px solid var(--border)}
  .tabs{width:100%;overflow-x:auto}.tab-btn{white-space:nowrap}.result-donut{width:180px;height:180px}.risk-options{grid-template-columns:1fr}
  .global-lines{display:none}.logo-placeholders{grid-template-columns:1fr 1fr}.stats-placeholder{grid-template-columns:1fr 1fr}
  .about-grid{gap:30px}.principles div{display:block}.principles span{display:block;text-align:left;margin-top:5px}
  .footer-links{grid-template-columns:1fr 1fr}.regulatory{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin:4px 0}
  .whatsapp-float{display:none}.mobile-sticky{display:grid;grid-template-columns:.65fr .85fr 1.5fr;position:fixed;left:0;right:0;bottom:0;z-index:80;background:#fff;border-top:1px solid #d9e3df}.mobile-sticky a{padding:13px 8px;text-align:center;font-size:10px;font-weight:700;color:var(--green);border-right:1px solid #e4ebe8}.mobile-sticky a:last-child{background:var(--green);color:#fff}
  body{padding-bottom:42px}
}
@media(max-width:480px){
  h2{font-size:40px}.nav-wrap{height:72px}.mobile-menu{top:72px}.brand-word{font-size:16px}.brand-mark{width:30px}.hero-copy h1{font-size:44px}.wealth-shell{padding:14px}.allocation-grid{grid-template-columns:1fr}.trajectory-card{padding:12px}.growth-chart{height:150px}.visual-top strong{font-size:23px}
  .logo-placeholders,.stats-placeholder,.footer-links{grid-template-columns:1fr}.result-stats{grid-template-columns:1fr}
}


/* =========================
   MULTI-PAGE INNER PAGES
   ========================= */
.inner-hero{position:relative;overflow:hidden;padding:155px 0 90px;background:radial-gradient(circle at 84% 15%,rgba(11,107,88,.12),transparent 32%),linear-gradient(180deg,#fff,#f7faf8)}
.inner-hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(6,60,52,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(6,60,52,.025) 1px,transparent 1px);background-size:45px 45px;mask-image:linear-gradient(to bottom,black,transparent)}
.inner-hero-grid{position:relative;display:grid;grid-template-columns:1.08fr .72fr;align-items:center;gap:95px;min-height:500px}
.inner-hero-copy h1{font-size:clamp(52px,6vw,82px);max-width:850px;margin:16px 0 24px}
.inner-hero-copy>p{font-size:16px;color:#586862;max-width:720px}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:10px;color:#7d8c87;margin-bottom:28px;text-transform:uppercase;letter-spacing:.1em}
.breadcrumb strong{color:var(--green);font-weight:650}
.inner-visual{position:relative;min-height:385px;border:1px solid #dce7e2;border-radius:30px;background:rgba(255,255,255,.82);box-shadow:0 35px 100px rgba(12,54,45,.1);padding:26px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}
.strategy-ring{width:255px;height:255px;border-radius:50%;background:conic-gradient(var(--emerald) 0 28%,#dbe7e1 28% 50%,var(--gold) 50% 63%,#eef3f0 63% 100%);position:relative;display:grid;place-items:center}
.strategy-ring:after{content:"";position:absolute;inset:24px;border-radius:50%;background:white}
.strategy-ring>div{position:relative;z-index:1;display:flex;flex-direction:column;text-align:center}
.strategy-ring small{font-size:9px;letter-spacing:.15em;color:#84918c}.strategy-ring strong{font-family:var(--serif);font-size:31px;font-weight:400;color:var(--green);margin:4px 0}
.inner-visual-points{display:flex;align-items:center;gap:10px;width:100%;justify-content:center;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#61716b}
.inner-visual-points i{width:30px;height:1px;background:#cad8d2}
.inner-chip-strip{background:var(--green);color:#fff;padding:18px 0}.inner-chip-strip .container{display:flex;gap:9px;flex-wrap:wrap}
.inner-chip-strip span{font-size:10px;border:1px solid rgba(255,255,255,.15);padding:7px 10px;border-radius:999px;color:#d7e4df}
.inner-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.inner-feature-card{border:1px solid var(--border);border-radius:20px;background:#fff;padding:30px;min-height:265px;transition:.25s}.inner-feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.inner-feature-card>span{font-size:10px;color:var(--gold)}.inner-feature-card h3{font-family:var(--serif);font-weight:400;font-size:30px;margin:45px 0 12px}.inner-feature-card p{font-size:13px;color:var(--grey)}
.inner-process{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px}.inner-process-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #cfddd7;border-left:1px solid #cfddd7}.inner-process-grid article{padding:25px;border-right:1px solid #cfddd7;border-bottom:1px solid #cfddd7}.inner-process-grid article>span{font-size:10px;color:var(--gold)}.inner-process-grid h3{font-family:var(--serif);font-size:26px;font-weight:400;margin:25px 0 7px}.inner-process-grid p{font-size:12px;color:var(--grey)}
.inner-disclaimer-section{background:#08231f;color:white}.inner-disclaimer-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.inner-disclaimer-grid p{color:#b9cac4;font-size:13px}
.mini-cta-section{background:#fff}.mini-cta{border:1px solid var(--border);border-radius:28px;background:linear-gradient(135deg,#f7faf8,#edf3ef);padding:45px;display:flex;justify-content:space-between;gap:30px;align-items:center}.mini-cta h2{font-size:46px;max-width:740px;margin:0}
.editorial-hero .inner-visual{background:linear-gradient(150deg,#fff,#eef4f1)}
.insight-category-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}.insight-category-row button{border:1px solid #d8e3de;background:white;border-radius:999px;padding:9px 13px;font-size:10px}.insight-category-row button.active{background:var(--green);color:white;border-color:var(--green)}
.article-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.article-card{border:1px solid var(--border);background:white;border-radius:20px;padding:28px;min-height:260px}.article-card>span{font-size:9px;color:#87948f}.article-card h3{font-family:var(--serif);font-size:29px;font-weight:400;margin:20px 0 10px}.article-card p{font-size:12px;color:var(--grey)}.article-card a{font-size:11px;color:var(--emerald);font-weight:650}
.about-page-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}
.contact-page{min-height:100vh;padding:160px 0 95px;background:linear-gradient(135deg,#0b2c27,#063C34);color:white;display:flex;align-items:center}.contact-page .lead-copy h1,.login-copy h1{font-size:clamp(54px,6vw,82px)}.light-breadcrumb{color:#9bb0a9}.light-breadcrumb a,.light-breadcrumb strong{color:#e6eee9}
.login-page{min-height:100vh;padding:150px 0 90px;background:linear-gradient(130deg,#061b17,#0a4b3f);color:white}.login-wrap{display:grid;grid-template-columns:1fr .85fr;gap:100px;align-items:center;min-height:650px}.login-copy p{color:#b9cac4;max-width:620px}.login-card{background:white;color:var(--charcoal);border-radius:24px;padding:34px;box-shadow:0 40px 120px rgba(0,0,0,.25)}.login-card h2{font-size:44px}.login-card>label{display:block;font-size:11px;color:#53645e;margin:15px 0}.login-card input{width:100%;margin-top:6px;border:1px solid #dce5e1;border-radius:10px;padding:12px}.login-options{display:flex;justify-content:space-between;gap:15px;font-size:10px;color:#6f7e79;margin:15px 0}.login-card .btn{width:100%}.login-card small{display:block;color:#82908b;font-size:9px;margin-top:14px}.login-card .form-status{color:var(--emerald);font-size:10px}
@media(max-width:1000px){.inner-hero-grid,.inner-process,.inner-disclaimer-grid,.about-page-grid,.login-wrap{grid-template-columns:1fr;gap:45px}.inner-visual{max-width:620px}.inner-feature-grid,.article-page-grid{grid-template-columns:1fr 1fr}.mini-cta{display:block}.mini-cta .btn{margin-top:24px}}
@media(max-width:700px){.inner-hero{padding:115px 0 65px}.inner-hero-copy h1{font-size:47px}.inner-visual{min-height:330px}.strategy-ring{width:210px;height:210px}.inner-feature-grid,.article-page-grid,.inner-process-grid{grid-template-columns:1fr}.mini-cta{padding:28px}.mini-cta h2{font-size:37px}.contact-page,.login-page{padding:120px 0 70px}.login-card{padding:24px}}


/* ===== premium.css ===== */
/* WEALGROW PREMIUM V2 — Institutional Fintech Refinement */
:root{
  --wg-green:#073B34;
  --wg-green-2:#0B6657;
  --wg-green-3:#0D7A66;
  --wg-gold:#C7A56A;
  --wg-ink:#12211D;
  --wg-muted:#697873;
  --wg-paper:#FBFCFA;
  --wg-sage:#F0F5F2;
  --wg-line:#DCE6E1;
  --wg-shadow:0 24px 70px rgba(8,42,35,.10);
  --wg-shadow-lg:0 38px 110px rgba(8,42,35,.14);
  --wg-radius:18px;
  --serif:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  --sans:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
}
html{scroll-padding-top:90px}
body{font-family:var(--sans);background:var(--wg-paper);color:var(--wg-ink);letter-spacing:-.005em}
h1,h2,h3,h4{font-family:var(--serif);letter-spacing:-.045em;font-weight:600}
h1{font-weight:600;line-height:.98}
h2{font-weight:600;line-height:1.02}
h2 em{font-style:normal;color:var(--wg-green-2)}
p{letter-spacing:0}
.section{padding:104px 0}
.eyebrow{font-family:var(--sans);font-size:11px;font-weight:750;letter-spacing:.16em;color:var(--wg-green-2);margin-bottom:18px}
.eyebrow:before{content:"";width:24px;height:1px;background:currentColor;opacity:.55}

/* Buttons */
.btn{position:relative;gap:10px;min-height:50px;padding:0 20px;border-radius:9px;font-size:13px;font-weight:700;letter-spacing:-.01em;overflow:hidden;isolation:isolate;box-shadow:none}
.btn:after{content:"→";font-size:15px;transition:transform .25s ease}
.btn:hover:after{transform:translateX(3px)}
.btn:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 15%,rgba(255,255,255,.18) 46%,transparent 70%);transform:translateX(-130%);transition:transform .55s ease;z-index:-1}
.btn:hover:before{transform:translateX(130%)}
.btn-primary{background:var(--wg-green);box-shadow:0 12px 26px rgba(7,59,52,.14)}
.btn-primary:hover{background:#0A4B41;box-shadow:0 16px 34px rgba(7,59,52,.20)}
.btn-secondary{background:#fff;border-color:#C7D6D0;color:var(--wg-green);box-shadow:0 5px 16px rgba(8,42,35,.03)}
.btn-secondary:hover{border-color:#9DB9AF;box-shadow:0 10px 24px rgba(8,42,35,.07)}
.btn-gold{background:linear-gradient(135deg,#D1B37A,#BE985B);color:#14231f;border-color:transparent;box-shadow:0 12px 28px rgba(199,165,106,.15)}
.btn-sm{min-height:42px;padding:0 15px;font-size:12px}
.text-link{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700}

/* Header */
.site-header{background:rgba(251,252,250,.88);border-bottom:1px solid rgba(7,59,52,.06)}
.site-header.scrolled{background:rgba(251,252,250,.96);box-shadow:0 8px 30px rgba(9,40,34,.055)}
.nav-wrap{height:78px}
.brand-mark{width:32px;height:32px}
.brand-word{font-size:18px;letter-spacing:.12em;font-weight:800}
.desktop-nav{gap:24px}
.desktop-nav>a,.nav-link{font-size:12.5px;font-weight:650;color:#30433C}
.desktop-nav>a:hover,.nav-link:hover{color:var(--wg-green-2)}
.mega-menu{top:60px;width:min(1050px,92vw);border-radius:16px;padding:24px;gap:24px;border:1px solid rgba(7,59,52,.10);box-shadow:0 30px 90px rgba(7,38,32,.15)}
.mega-menu:before,.dropdown-menu:before{content:"";position:absolute;left:0;right:0;top:-12px;height:14px}
.mega-menu h4{font-size:10px;letter-spacing:.14em;color:#7A8A84;margin-bottom:10px}
.mega-menu a{font-size:12.5px;padding:6px 0}
.mega-menu a:hover{color:var(--wg-green-2);transform:translateX(2px)}
.mega-intro{padding:4px 25px 4px 4px}
.mega-intro h3{font-family:var(--serif);font-weight:600;font-size:25px;letter-spacing:-.035em}
.dropdown-menu{top:60px;border-radius:14px;width:235px;padding:9px;box-shadow:0 24px 70px rgba(7,38,32,.13)}
.dropdown-menu a{font-size:12.5px;padding:10px 11px}
.dropdown-menu a:hover{background:#F0F5F2;color:var(--wg-green)}

/* Hero */
.hero{padding-top:135px;background:radial-gradient(circle at 78% 12%,rgba(13,122,102,.10),transparent 26%),linear-gradient(180deg,#fff 0%,#F8FBF9 100%)}
.hero-grid{min-height:675px;gap:62px}
.hero-copy h1{font-size:clamp(52px,6.2vw,86px);max-width:760px;margin:20px 0 22px}
.hero-sub{font-size:16px;line-height:1.75;color:#5A6B65;max-width:640px}
.pill{border-radius:8px;padding:8px 11px;font-size:10px;background:#F3F7F4;border-color:#D8E4DF}
.hero-note{font-size:11px}
.hero-trust{gap:38px;margin-top:30px;padding-top:22px}
.hero-trust span{font-size:12px}.hero-trust small{font-size:10px}
.wealth-shell{border-radius:22px;padding:18px;box-shadow:0 35px 95px rgba(8,46,38,.13);border-color:#DDE8E3;transform:none}
.trajectory-card{border-radius:14px}.allocation-card{border-radius:11px}.visual-top strong{font-size:25px}

/* Premium visual photo story */
.photo-story-section{padding:28px 0 100px;background:#fff}
.photo-story-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:24px}
.photo-story-head h2{font-size:clamp(34px,3.8vw,54px);max-width:680px;margin:0}
.photo-story-head p{max-width:440px;color:var(--wg-muted);font-size:13px;margin:0}
.photo-story-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:14px}
.photo-story-card{position:relative;min-height:430px;border-radius:18px;overflow:hidden;background:#DDE8E3;box-shadow:0 16px 45px rgba(8,42,35,.08)}
.photo-story-card.small{min-height:360px;align-self:end}
.photo-story-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform 1s cubic-bezier(.2,.7,.2,1);filter:saturate(.84) contrast(.96)}
.photo-story-card:hover img{transform:scale(1.045)}
.photo-story-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(5,30,25,.78) 100%)}
.photo-story-content{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff}
.photo-story-content span{display:block;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#E0C99E;margin-bottom:7px}
.photo-story-content h3{font-size:22px;letter-spacing:-.03em;margin:0;font-weight:600}

/* Refined cards */
.solution-feature,.solution-card,.solution-wide,.segment-card,.inner-feature-card,.article-card,.two-col-products article{border-radius:16px;border-color:#DDE7E2;box-shadow:0 6px 22px rgba(9,47,39,.025)}
.solution-feature:hover,.solution-card:hover,.solution-wide:hover,.segment-card:hover,.inner-feature-card:hover,.article-card:hover{transform:translateY(-5px);box-shadow:var(--wg-shadow);border-color:#C9DAD3}
.solution-feature h3,.solution-card h3,.solution-wide h3,.wealth-row h3,.journey h3,.why-grid h3,.segment-card h3,.article-card h3,.insight-body h3,.insight-list h3{font-family:var(--serif);font-weight:600;letter-spacing:-.035em}
.solution-feature h3,.solution-card h3,.solution-wide h3{font-size:27px}
.solution-card p,.solution-feature p,.solution-wide p,.wealth-row p,.segment-card p,.why-grid p{font-size:12.5px;line-height:1.75}
.solution-icon{border-radius:13px;width:58px;height:58px;margin-bottom:48px}
.solution-card,.solution-feature{padding:27px}
.solution-wide{border-radius:18px}
.service-no{font-weight:700;letter-spacing:.12em}

/* Real icon treatment */
.icon-tile{width:44px;height:44px;border-radius:11px;display:grid;place-items:center;background:#EAF2EE;border:1px solid #D8E5DF;margin-bottom:20px}
.icon-tile img{width:18px;height:18px;filter:invert(20%) sepia(20%) saturate(1696%) hue-rotate(119deg) brightness(86%)}

/* Wealth section + dashboard */
.wealth-grid{gap:90px}.wealth-row{padding:24px 0}.wealth-row h3{font-size:25px}
.dashboard-mockup{border-radius:20px;box-shadow:0 32px 90px rgba(8,42,35,.10)}
.metric-grid>div,.dash-chart-panel,.allocation-panel,.goal-progress>div{border-radius:12px}

/* Private wealth photo overlay */
.private-wealth{background:linear-gradient(90deg,rgba(5,28,24,.98),rgba(5,35,29,.92)),url('https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1800&q=82') center/cover fixed}
.private-grid{gap:80px}.private-list{background:rgba(255,255,255,.025);backdrop-filter:blur(8px)}

/* Inner page hero with real image */
.inner-hero{padding:138px 0 76px;background:radial-gradient(circle at 78% 14%,rgba(13,122,102,.09),transparent 27%),linear-gradient(180deg,#fff,#F7FAF8)}
.inner-hero-grid{min-height:470px;gap:72px}
.inner-hero-copy h1{font-size:clamp(48px,5.5vw,76px);line-height:1.01;font-weight:600;letter-spacing:-.055em}
.inner-hero-copy>p{font-size:15px;line-height:1.8}
.inner-visual.premium-photo-card{position:relative;min-height:430px;padding:0;overflow:hidden;border-radius:20px;background:#0B3A32;border:1px solid rgba(7,59,52,.09);box-shadow:0 30px 85px rgba(8,42,35,.14);align-items:stretch;justify-content:flex-end}
.premium-photo-card>.page-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(.94);transition:transform 1.2s cubic-bezier(.2,.8,.2,1)}
.premium-photo-card:hover>.page-photo{transform:scale(1.04)}
.premium-photo-card>.photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,30,25,.04) 15%,rgba(4,30,25,.22) 45%,rgba(4,30,25,.92) 100%)}
.premium-photo-card>.tiny-label{position:absolute;z-index:3;top:20px;left:20px;color:#fff;background:rgba(8,42,35,.55);backdrop-filter:blur(7px);padding:7px 9px;border-radius:7px}
.premium-photo-card .strategy-ring{width:auto;height:auto;background:none;border-radius:0;position:relative;z-index:3;display:block;padding:0 22px 8px;color:#fff}
.premium-photo-card .strategy-ring:after{display:none}
.premium-photo-card .strategy-ring>div{display:block;text-align:left}
.premium-photo-card .strategy-ring small{color:#D9C59E;font-weight:700}.premium-photo-card .strategy-ring strong{display:block;color:#fff;font-size:30px;margin:2px 0;font-weight:600}
.premium-photo-card .inner-visual-points{position:relative;z-index:3;justify-content:flex-start;padding:0 22px 22px;color:#D8E4DF}
.premium-photo-card .inner-visual-points i{background:rgba(255,255,255,.35)}
.inner-chip-strip{padding:15px 0}.inner-chip-strip span{border-radius:7px;padding:7px 9px}
.inner-feature-card{min-height:245px}.inner-feature-card h3{font-size:26px;font-weight:600;margin-top:38px}
.inner-process-grid h3{font-weight:600;font-size:23px}
.mini-cta{border-radius:18px;padding:38px}.mini-cta h2{font-size:42px}

/* Contact image */
.contact-photo{position:relative;margin-top:26px;height:230px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.13)}
.contact-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.75);transition:transform 1s ease}.contact-photo:hover img{transform:scale(1.04)}
.contact-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(6,38,32,.34))}

/* Forms */
.glass-form,.lead-form,.login-card{border-radius:16px}
.glass-form input,.glass-form select,.lead-form input,.lead-form select,.login-card input,.input-grid input,.input-fields input{border-radius:8px;min-height:45px}
.glass-form{background:rgba(255,255,255,.075)}
.tabs{border-radius:10px}.tab-btn{border-radius:7px}
.tool-grid,.risk-profiler,.calculator-card{border-radius:17px}

/* Footer real icons */
.socials a{width:35px;height:35px;border-radius:9px;transition:.25s;background:rgba(255,255,255,.025)}
.socials a:hover{background:rgba(255,255,255,.09);transform:translateY(-2px)}
.socials img{width:14px;height:14px;filter:brightness(0) invert(1);opacity:.82}
.whatsapp-float{right:22px;bottom:22px;border-radius:12px;padding:11px 14px;background:#fff;border:1px solid #E1E9E5;box-shadow:0 15px 45px rgba(4,33,27,.15)}
.whatsapp-float img{width:21px;height:21px;filter:invert(47%) sepia(92%) saturate(501%) hue-rotate(89deg) brightness(90%)}
.mobile-sticky a{display:flex;align-items:center;justify-content:center;gap:6px}.mobile-sticky img{width:14px;height:14px;filter:invert(20%) sepia(15%) saturate(1800%) hue-rotate(115deg)}.mobile-sticky a:last-child img{filter:brightness(0) invert(1)}

/* Fancy restrained motion */
.reveal{transform:translateY(18px);transition:opacity .72s cubic-bezier(.2,.75,.2,1),transform .72s cubic-bezier(.2,.75,.2,1)}
.reveal.visible{transform:none}
.solutions-grid .reveal:nth-child(2),.inner-feature-grid .reveal:nth-child(2),.why-grid .reveal:nth-child(2){transition-delay:.06s}
.solutions-grid .reveal:nth-child(3),.inner-feature-grid .reveal:nth-child(3),.why-grid .reveal:nth-child(3){transition-delay:.12s}
.page-progress{position:fixed;top:0;left:0;height:2px;background:linear-gradient(90deg,var(--wg-gold),var(--wg-green-3));z-index:9999;width:0;pointer-events:none}
[data-tilt]{transform-style:preserve-3d;will-change:transform}

/* SEO/accessibility UX */
:focus-visible{outline:3px solid rgba(13,122,102,.35);outline-offset:3px;border-radius:5px}
img{max-width:100%}.page-photo,.photo-story-card img,.contact-photo img{background:#D9E5DF}

@media(max-width:1100px){
 .photo-story-grid{grid-template-columns:1fr 1fr}.photo-story-card:first-child{grid-column:1/-1;min-height:400px}.inner-hero-grid{gap:45px}
}
@media(max-width:760px){
 .section{padding:76px 0}.nav-wrap{height:72px}.hero{padding-top:104px}.hero-copy h1{font-size:46px}.hero-grid{gap:26px}.hero-trust{gap:18px}
 .photo-story-section{padding:20px 0 76px}.photo-story-head{display:block}.photo-story-head p{margin-top:15px}.photo-story-grid{grid-template-columns:1fr}.photo-story-card:first-child{grid-column:auto}.photo-story-card,.photo-story-card.small{min-height:330px}
 .inner-hero{padding:108px 0 56px}.inner-hero-copy h1{font-size:43px}.inner-visual.premium-photo-card{min-height:330px}
 .mini-cta{padding:26px}.mini-cta h2{font-size:34px}
 .private-wealth{background-attachment:scroll}
 .whatsapp-float{display:none}
}

/* =========================================================
   HERO TYPOGRAPHY BALANCE — V2.1
   Requested refinement: stronger eyebrow, calmer main H1
   ========================================================= */
.hero .pill{
  font-size:12px;
  font-weight:750;
  letter-spacing:.135em;
  padding:9px 13px;
  line-height:1;
  border-radius:9px;
}
.hero .pill i{
  width:6px;
  height:6px;
  box-shadow:0 0 0 4px rgba(201,169,110,.13);
}
.hero-copy h1{
  font-size:clamp(46px,5vw,68px);
  line-height:1.035;
  letter-spacing:-.046em;
  max-width:720px;
  margin:22px 0 22px;
}
@media(max-width:900px){
  .hero-copy h1{font-size:44px;max-width:660px;line-height:1.04}
  .hero .pill{font-size:11.5px;padding:8px 12px}
}
@media(max-width:760px){
  .hero-copy h1{font-size:40px;line-height:1.055;letter-spacing:-.04em}
  .hero .pill{font-size:11px;letter-spacing:.12em}
}
@media(max-width:480px){
  .hero-copy h1{font-size:36px;line-height:1.06}
  .hero .pill{font-size:10.5px;padding:8px 10px}
}

/* =========================================================
   WEALGROW V2.2 — GLOBAL TYPOGRAPHY SYSTEM
   One font only: Inter. Readability-first scale across all pages.
   ========================================================= */
:root{
  --serif:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  --sans:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  --type-body:15px;
  --type-small:12px;
  --type-label:12px;
}

/* One font everywhere — including controls, pseudo UI and data components */
html,body,button,input,select,textarea,a,small,strong,span,label,summary,
body *{font-family:var(--sans);}
body{font-size:var(--type-body);line-height:1.68;letter-spacing:-.006em;}
h1,h2,h3,h4,h5,h6{font-family:var(--sans);font-style:normal;color:inherit;}

/* Global heading rhythm */
h1{font-weight:600;letter-spacing:-.052em;line-height:1.03;}
h2{font-size:clamp(34px,3.6vw,50px);font-weight:600;letter-spacing:-.045em;line-height:1.08;margin-bottom:20px;}
h3{font-weight:600;letter-spacing:-.03em;line-height:1.18;}
h4{font-weight:700;letter-spacing:-.015em;}
p{font-size:15px;line-height:1.72;}

/* Hero — same visual language as the approved screenshot, but balanced */
.hero-copy h1{
  font-family:var(--sans);
  font-size:clamp(48px,5vw,68px);
  font-weight:600;
  line-height:1.035;
  letter-spacing:-.055em;
  max-width:735px;
}
.hero-sub{font-size:16px;line-height:1.72;}
.hero .pill{font-size:12px;font-weight:750;letter-spacing:.125em;}
.hero-note{font-size:12.5px;}
.hero-trust span{font-size:13px;}
.hero-trust small{font-size:12px;line-height:1.45;}

/* Navigation / mega menus */
.brand-word{font-size:18px;}
.desktop-nav>a,.nav-link{font-size:13.5px;font-weight:650;}
.login-link{font-size:13.5px;}
.mega-menu h4{font-size:11.5px;letter-spacing:.12em;}
.mega-menu a,.dropdown-menu a{font-size:13.5px;line-height:1.45;}
.mega-intro h3{font-size:24px;line-height:1.2;}
.mega-intro p{font-size:13.5px;line-height:1.65;}

/* Buttons / text links */
.btn{min-height:49px;padding:0 21px;font-size:13.5px;font-weight:700;}
.btn-sm{min-height:42px;font-size:13px;}
.text-link{font-size:13px;}

/* Section labels and supporting copy */
.eyebrow{font-size:12px;line-height:1.3;letter-spacing:.145em;}
.tiny-label{font-size:11px;line-height:1.35;}
.service-no{font-size:12px;}
.legal-note,.center-note{font-size:12.5px;line-height:1.65;}
.compliance-mini{font-size:12px;line-height:1.55;}

/* Trust / solution / wealth sections */
.trust-title{font-family:var(--sans);font-size:24px;font-weight:600;letter-spacing:-.03em;}
.trust-items{font-size:12px;}
.solution-feature h3,.solution-card h3,.solution-wide h3{font-size:26px;line-height:1.18;}
.solution-card p,.solution-feature p,.solution-wide p{font-size:14px;line-height:1.7;}
.solution-card ul{font-size:13.5px;line-height:1.75;}
.chip-row span{font-size:11.5px;}
.globe-center span{font-size:11px;}
.globe-center strong{font-size:17px;font-weight:650;}
.wealth-row>span{font-size:12px;}
.wealth-row h3{font-size:25px;}
.wealth-row p{font-size:14px;line-height:1.7;}

/* Dashboard: compact but no unreadable 9px text */
.dash-brand{font-size:12.5px;}
.dash-user{font-size:11px;}
.dash-sidebar span{font-size:12px;}
.dash-title small{font-size:11px;}
.dash-title h3{font-size:24px;font-weight:600;}
.dash-title button{font-size:11.5px;}
.metric-grid small{font-size:11px;}
.metric-grid strong{font-size:20px;}
.metric-grid span{font-size:11px;}
.panel-head{font-size:12px;}
.panel-head span{font-size:11px;}
.alloc-legend{font-size:11px;line-height:1.45;}
.goal-progress>div{font-size:11px;}

/* Journey / HNI / private wealth */
.journey article>span{font-size:12px;}
.journey h3{font-size:25px;}
.journey p{font-size:14px;line-height:1.65;}
.health-tags span,.private-list span,.global-features span,.lead-points span{font-size:11.5px;}
.two-col-products article h2{font-size:38px;}
.two-col-products article p{font-size:14px;}
.two-col-products article small{font-size:12px;line-height:1.6;}

/* Calculators / forms */
.goal-selector button,.tab-btn{font-size:12.5px;}
.calc-card-head h3{font-size:23px;font-weight:600;}
.calc-card-head span{font-size:11px;}
.input-grid label,.tool-inputs label,.glass-form label,.lead-form label,.login-card>label{font-size:12.5px;line-height:1.45;}
.calc-result span,.calc-result small,.result-donut small,.big-number small{font-size:11.5px;}
.calc-result strong{font-size:36px;font-weight:600;}
.tool-result>p{font-size:12px;line-height:1.55;}
.result-donut strong,.big-number strong{font-size:29px;font-weight:600;}
.result-stats small{font-size:11px;}
.result-stats strong{font-size:17px;}
.risk-progress{font-size:11.5px;}
.risk-question{font-size:30px;font-weight:600;line-height:1.25;}
.risk-options button{font-size:13.5px;line-height:1.5;}
.risk-result h3{font-size:40px;font-weight:600;}
.text-button{font-size:12px;}
.consent span,.form-status{font-size:11.5px;}

/* Why / segments / insights */
.why-grid article>span,.segment-card>span{font-size:12px;}
.why-grid h3,.segment-card h3{font-size:24px;}
.why-grid p,.segment-card p{font-size:14px;line-height:1.65;}
.photo-story-head p{font-size:14px;line-height:1.65;}
.photo-story-content span{font-size:11px;}
.photo-story-content h3{font-size:21px;}
.insight-body>span,.insight-list article>span,.article-card>span{font-size:11px;}
.insight-body h3{font-size:28px;}
.insight-body p,.article-card p{font-size:13.5px;line-height:1.65;}
.insight-body a,.insight-list a,.article-card a{font-size:12.5px;}
.insight-list h3,.article-card h3{font-size:23px;}
.insight-category-row button{font-size:11.5px;}

/* Ecosystem / about / FAQ */
.logo-placeholders span{font-size:11px;line-height:1.4;}
.stats-placeholder strong{font-size:27px;font-weight:650;}
.stats-placeholder span{font-size:11.5px;line-height:1.45;}
.about-lead{font-family:var(--sans);font-size:26px;font-weight:500;letter-spacing:-.025em;line-height:1.42;}
.principles strong{font-size:13.5px;}
.principles span{font-size:13px;}
.accordion summary{font-family:var(--sans);font-size:19px;font-weight:600;letter-spacing:-.02em;}
.accordion details p{font-size:14px;line-height:1.7;}

/* Footer / disclosures */
.footer-brand p{font-family:var(--sans);font-size:16px;font-weight:600;}
.footer-links h4{font-size:11.5px;}
.footer-links a{font-size:12.5px;line-height:1.5;padding:6px 0;}
.regulatory span{font-size:11px;}
.regulatory strong{font-size:11.5px;line-height:1.45;}
.disclaimer{font-size:11.5px;line-height:1.65;}
.disclaimer p{font-size:11.5px;}
.footer-bottom{font-size:11px;}
.socials a{font-size:11px;}
.whatsapp-float{font-size:12.5px;}
.mobile-sticky a{font-size:12px;}

/* Inner pages */
.inner-hero-copy h1{
  font-family:var(--sans);
  font-size:clamp(44px,4.8vw,64px);
  font-weight:600;
  letter-spacing:-.052em;
  line-height:1.04;
}
.inner-hero-copy>p{font-size:15.5px;line-height:1.72;}
.breadcrumb{font-size:11.5px;}
.premium-photo-card>.tiny-label{font-size:11.5px;}
.premium-photo-card .strategy-ring small{font-size:11px;}
.premium-photo-card .strategy-ring strong{font-size:27px;font-weight:650;}
.inner-visual-points{font-size:11px;}
.inner-chip-strip span{font-size:11.5px;}
.inner-feature-card>span,.inner-process-grid article>span{font-size:12px;}
.inner-feature-card h3{font-size:24px;}
.inner-feature-card p{font-size:14px;line-height:1.65;}
.inner-process-grid h3{font-size:22px;}
.inner-process-grid p{font-size:13.5px;line-height:1.65;}
.inner-disclaimer-grid p{font-size:13.5px;line-height:1.7;}
.mini-cta h2{font-size:clamp(32px,3.2vw,42px);}
.login-card h2{font-size:38px;}
.login-options{font-size:11.5px;}
.login-card small{font-size:11px;line-height:1.55;}

/* Mobile: readable without oversized headings */
@media(max-width:900px){
  h2{font-size:clamp(32px,5.6vw,42px);}
  .hero-copy h1{font-size:44px;line-height:1.05;}
  .inner-hero-copy h1{font-size:42px;}
}
@media(max-width:760px){
  body{font-size:14.5px;}
  p{font-size:14.5px;}
  h2{font-size:34px;line-height:1.1;}
  .hero-copy h1{font-size:39px;line-height:1.065;letter-spacing:-.045em;}
  .hero-sub{font-size:15px;}
  .hero .pill{font-size:11.5px;}
  .inner-hero-copy h1{font-size:38px;line-height:1.07;}
  .inner-hero-copy>p{font-size:14.5px;}
  .desktop-nav>a,.nav-link{font-size:13px;}
  .mobile-menu>a:not(.btn){font-size:14px;}
  .footer-links a{font-size:13px;}
  .disclaimer,.disclaimer p{font-size:12px;}
}
@media(max-width:480px){
  h2{font-size:31px;}
  .hero-copy h1{font-size:36px;}
  .inner-hero-copy h1{font-size:35px;}
  .brand-word{font-size:16px;}
}


/* =========================================================
   WEALGROW V3 — PREMIUM RED + WHITE DESIGN SYSTEM
   Institutional wealth aesthetic, high contrast, richer motion
   ========================================================= */

:root{
  --red:#8F1020;
  --red-2:#B3152B;
  --red-3:#CF2B3F;
  --wine:#5B0814;
  --wine-deep:#2A050B;
  --rose:#FCE9EC;
  --blush:#FFF5F6;
  --paper:#FFFFFF;
  --ink:#1E1719;
  --muted:#62585B;
  --line:#EED8DD;
  --line-strong:#DDBBC2;
  --red-shadow:0 24px 70px rgba(143,16,32,.12);
  --red-shadow-lg:0 38px 110px rgba(91,8,20,.18);

  /* Map legacy palette to the new red system so no old green leaks through */
  --green:var(--red);
  --emerald:var(--red-2);
  --gold:var(--red-3);
  --charcoal:var(--ink);
  --ivory:var(--paper);
  --sage:var(--blush);
  --grey:var(--muted);
  --border:var(--line);
  --shadow:var(--red-shadow);

  --wg-green:var(--red);
  --wg-green-2:var(--red-2);
  --wg-green-3:var(--red-3);
  --wg-gold:var(--red-3);
  --wg-ink:var(--ink);
  --wg-muted:var(--muted);
  --wg-paper:var(--paper);
  --wg-sage:var(--blush);
  --wg-line:var(--line);
  --wg-shadow:var(--red-shadow);
  --wg-shadow-lg:var(--red-shadow-lg);
}

::selection{background:var(--red);color:#fff}
html{background:#fff}
body{
  background:#fff;
  color:var(--ink);
  overflow-x:hidden;
}

/* Global readability / contrast */
p,.split-heading p,.centered p,.wealth-copy p,.faq-copy p,.about-lead,
.solution-card p,.solution-feature p,.wealth-row p,.segment-card p,.why-grid p,
.inner-feature-card p,.inner-process-grid p,.article-card p,.insight-body p{
  color:var(--muted);
}
a{transition:color .22s ease,background-color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}
:focus-visible{outline:3px solid rgba(179,21,43,.30);outline-offset:3px}

/* Animated page progress */
.page-progress{
  height:3px;
  background:linear-gradient(90deg,#5B0814,#B3152B,#F15B6C);
  box-shadow:0 0 16px rgba(179,21,43,.35);
}

/* Header */
.site-header{
  background:rgba(255,255,255,.90);
  border-bottom:1px solid rgba(143,16,32,.08);
}
.site-header.scrolled{
  background:rgba(255,255,255,.97);
  border-bottom-color:rgba(143,16,32,.12);
  box-shadow:0 10px 38px rgba(67,6,15,.07);
}
.brand-mark,.brand-word{color:var(--red)}
.desktop-nav>a,.nav-link{color:#352A2D;position:relative}
.desktop-nav>a:after,.nav-link:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:18px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--red),var(--red-3));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .28s ease;
}
.desktop-nav>a:hover:after,.nav-link:hover:after,
.desktop-nav a[aria-current="page"]:after{transform:scaleX(1)}
.desktop-nav>a:hover,.nav-link:hover,.login-link:hover{color:var(--red)}
.mobile-toggle span{background:var(--red)}

/* Menus */
.mega-menu,.dropdown-menu{
  background:rgba(255,255,255,.98);
  border-color:rgba(143,16,32,.13);
  box-shadow:0 32px 90px rgba(70,4,14,.14);
}
.mega-menu h4{color:#8B6E74}
.mega-menu a,.dropdown-menu a{color:#3E3034}
.mega-menu a:hover,.dropdown-menu a:hover{color:var(--red);background:var(--blush)}
.mega-intro{border-right-color:var(--line)}
.mega-intro .eyebrow{color:var(--red)}
.mobile-menu{background:rgba(255,255,255,.99)}
.mobile-menu>a:not(.btn){border-bottom-color:var(--line)}

/* Eyebrows / labels */
.eyebrow{color:var(--red-2)}
.eyebrow.light{color:#FFE8EC}
.eyebrow:before{background:currentColor}
.pill{
  background:#FFF8F9;
  border-color:#E9C9D0;
  color:var(--red);
  box-shadow:0 7px 24px rgba(143,16,32,.04);
}
.pill i{
  background:var(--red-3);
  box-shadow:0 0 0 5px rgba(207,43,63,.12);
  animation:wgPulseDot 2.4s ease-in-out infinite;
}
@keyframes wgPulseDot{
  0%,100%{box-shadow:0 0 0 4px rgba(207,43,63,.10)}
  50%{box-shadow:0 0 0 9px rgba(207,43,63,.04)}
}

/* Buttons — cleaner and more premium */
.btn{
  border-radius:10px;
  min-height:50px;
  padding:0 22px;
}
.btn-primary{
  background:linear-gradient(135deg,var(--red-2),var(--red));
  color:#fff;
  border-color:transparent;
  box-shadow:0 14px 34px rgba(143,16,32,.19);
}
.btn-primary:hover{
  background:linear-gradient(135deg,#C21D34,#7F0B1A);
  color:#fff;
  box-shadow:0 20px 45px rgba(143,16,32,.26);
}
.btn-secondary{
  background:#fff;
  color:var(--red);
  border-color:#DFC1C8;
  box-shadow:0 7px 22px rgba(95,11,24,.04);
}
.btn-secondary:hover{
  background:var(--blush);
  color:var(--wine);
  border-color:#CC929D;
}
.btn-gold{
  background:linear-gradient(135deg,var(--red-3),var(--red));
  color:#fff;
  box-shadow:0 14px 34px rgba(143,16,32,.18);
}
.btn-gold:hover{color:#fff;box-shadow:0 20px 45px rgba(143,16,32,.25)}
.text-link{color:var(--red-2)}
.text-link:hover{color:var(--wine)}

/* Hero */
.hero{
  background:
    radial-gradient(circle at 82% 18%,rgba(207,43,63,.13),transparent 25%),
    radial-gradient(circle at 64% 72%,rgba(143,16,32,.055),transparent 28%),
    linear-gradient(180deg,#fff 0%,#FFF9FA 100%);
}
.hero:before,.inner-hero:before{
  content:"";
  position:absolute;
  width:460px;height:460px;
  border-radius:50%;
  top:-250px;right:-90px;
  background:radial-gradient(circle,rgba(207,43,63,.11),rgba(207,43,63,0) 68%);
  animation:wgOrbFloat 9s ease-in-out infinite;
  pointer-events:none;
}
@keyframes wgOrbFloat{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(-24px,30px,0) scale(1.08)}
}
.hero-grid-bg,.inner-hero-grid-bg{
  opacity:.55;
  background-image:
    linear-gradient(rgba(143,16,32,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(143,16,32,.028) 1px,transparent 1px);
}
.hero-copy h1,.inner-hero-copy h1{color:#201719}
.hero-sub{color:#62585B}
.hero-trust{border-top-color:var(--line)}
.hero-trust span{color:var(--red)}
.hero-trust small{color:#74686B}
.compliance-mini{border-top-color:var(--line);color:#75686C}

/* Wealth visual / dashboard */
.wealth-shell{
  background:rgba(255,255,255,.92);
  border-color:#ECD7DB;
  box-shadow:0 38px 110px rgba(91,8,20,.13);
  animation:wgFloatCard 6.5s ease-in-out infinite;
}
@keyframes wgFloatCard{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-7px)}
}
.trajectory-card{background:#FFF9FA;border-color:#F0DFE3}
.status-badge{background:#FDECEF;color:var(--red)}
.growth-chart .gridline{stroke:#EEDCE0}
.growth-chart .line{stroke:var(--red-2)!important}
.growth-chart stop:first-child{stop-color:var(--red-2)!important}
.allocation-card{border-color:#EFE0E3}
.equity,.l1{background:#8F1020!important}
.mf,.l2{background:#C22D42!important}
.debt,.l3{background:#E36B7A!important}
.global,.l4{background:#6F4950!important}
.dashboard-mockup{
  border-color:#EAD8DC;
  background:#FFF9FA;
  box-shadow:0 38px 100px rgba(91,8,20,.10);
}
.dash-topbar{border-bottom-color:#EEE0E3}
.dash-user{background:var(--red)}
.dash-sidebar{background:#FFF6F7;border-right-color:#EADADF}
.dash-sidebar .active{background:#F9E4E8;color:var(--red)}
.metric-grid>div,.dash-chart-panel,.allocation-panel,.goal-progress>div{
  border-color:#ECDEE1;
}
.metric-grid span{color:var(--red-2)}
.dash-chart-panel path[stroke]{stroke:var(--red-2)!important}
.donut{
  background:conic-gradient(#8F1020 0 42%,#C22D42 42% 68%,#E36B7A 68% 86%,#6F4950 86% 100%);
}
.goal-progress b{background:linear-gradient(90deg,var(--red),var(--red-3))}
.panel-head span{background:#FFF0F2;color:var(--red)}

/* Trust strip */
.trust-strip{
  background:linear-gradient(110deg,#690B18,var(--red) 50%,#A9162A);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.trust-strip:after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.07) 46%,transparent 72%);
  transform:translateX(-130%);
  animation:wgShimmer 7s ease-in-out infinite;
}
@keyframes wgShimmer{50%,100%{transform:translateX(130%)}}
.trust-title strong{color:#FFD9DF}
.trust-items i{background:#FFC6CF}

/* Light sections */
.sage-section,.faq-section,.ecosystem-section{
  background:linear-gradient(180deg,#FFF7F8,#FFF2F4);
}
.solution-feature{background:linear-gradient(150deg,#fff,#FFF8F9)}
.solution-icon{
  background:linear-gradient(145deg,var(--red),#B51E33);
  box-shadow:0 14px 30px rgba(143,16,32,.17);
}
.chip-row span,.icon-tile{
  background:#FFF1F3;
  border-color:#EBCFD5;
  color:#6F2E39;
}
.icon-tile img{
  filter:invert(12%) sepia(71%) saturate(4619%) hue-rotate(343deg) brightness(87%) contrast(94%);
}
.solution-wide{
  background:
    radial-gradient(circle at 85% 18%,rgba(255,255,255,.13),transparent 24%),
    linear-gradient(135deg,#740C1B,#A9162A);
}
.solution-wide p{color:#F4DDE1}
.solution-wide .text-link{color:#fff}
.globe-center span{color:#FFDDE2}
.orbit{border-color:rgba(255,255,255,.22);animation:wgOrbit 10s linear infinite}
.o2{animation-duration:14s}.o3{animation-duration:18s}
@keyframes wgOrbit{to{transform:rotate(360deg)}}

/* Stronger animated card interactions */
.solution-feature,.solution-card,.segment-card,.inner-feature-card,.article-card,
.two-col-products article,.why-grid article,.metric-grid>div,.journey article{
  position:relative;
  overflow:hidden;
}
.solution-feature:before,.solution-card:before,.segment-card:before,.inner-feature-card:before,
.article-card:before,.two-col-products article:before,.why-grid article:before,.metric-grid>div:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:3px;
  background:linear-gradient(90deg,transparent,var(--red-2),var(--red-3),transparent);
  transform:scaleX(0);
  transition:transform .4s cubic-bezier(.2,.8,.2,1);
}
.solution-feature:hover:before,.solution-card:hover:before,.segment-card:hover:before,
.inner-feature-card:hover:before,.article-card:hover:before,.two-col-products article:hover:before,
.why-grid article:hover:before,.metric-grid>div:hover:before{transform:scaleX(1)}
.solution-feature:hover,.solution-card:hover,.segment-card:hover,.inner-feature-card:hover,.article-card:hover,
.two-col-products article:hover,.why-grid article:hover,.metric-grid>div:hover{
  border-color:#DCAEB7;
  box-shadow:0 24px 60px rgba(91,8,20,.11);
}
.service-no,.wealth-row>span,.journey article>span,.why-grid article>span,.segment-card>span,
.inner-feature-card>span,.inner-process-grid article>span{color:var(--red-3)}

/* Wealth management */
.wealth-row{border-bottom-color:#E8D6DA}
.wealth-row h3{color:#201719}
.wealth-row:hover h3{color:var(--red)}
.wealth-row{transition:padding-left .25s ease,background .25s ease}
.wealth-row:hover{padding-left:10px}

/* Photo story */
.photo-story-section{background:#fff}
.photo-story-card{background:#E8D6DA;box-shadow:0 20px 55px rgba(91,8,20,.09)}
.photo-story-card:after{
  background:linear-gradient(180deg,rgba(65,3,12,.02) 25%,rgba(44,3,9,.87) 100%);
}
.photo-story-content span{color:#FFD9DF}

/* Dark premium sections */
.portfolio-check{
  background:
    radial-gradient(circle at 15% 15%,rgba(255,255,255,.08),transparent 23%),
    linear-gradient(125deg,#4A0711,#7E0D1D 52%,#A8162B);
}
.portfolio-grid>div>p{color:#F2DDE1}
.health-tags span,.global-features span,.lead-points span{
  color:#fff;
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.07);
}
.glass-form{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.22);
  box-shadow:0 28px 70px rgba(40,1,8,.16);
}
.glass-form input,.glass-form select{
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.10);
}
.glass-form label,.glass-form .consent span{color:#FFF1F3}
.portfolio-check .btn-gold,.private-wealth .btn-gold,.global-nri .btn-gold,
.lead-section .btn-gold,.contact-page .btn-gold{
  background:#fff;
  color:var(--red);
  border:1px solid rgba(255,255,255,.75);
  box-shadow:0 15px 35px rgba(43,1,8,.15);
}
.portfolio-check .btn-gold:hover,.private-wealth .btn-gold:hover,.global-nri .btn-gold:hover,
.lead-section .btn-gold:hover,.contact-page .btn-gold:hover{
  background:#FFF2F4;color:var(--wine)
}

.private-wealth{
  background:
    linear-gradient(90deg,rgba(55,3,11,.97),rgba(119,10,27,.88)),
    url('https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1800&q=82') center/cover fixed;
}
.private-orb{border-color:rgba(255,255,255,.12);box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018)}
.private-grid p{color:#EBD7DB}
.private-list{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.035)}
.private-list span{color:#F9EBEE;border-color:rgba(255,255,255,.15)}

.global-nri{
  background:
    radial-gradient(circle at 80% 25%,rgba(255,255,255,.06),transparent 22%),
    linear-gradient(125deg,#3A050D,#780C1B 55%,#9F1427);
}
.global-copy p{color:#EBD7DB}
.india-node{background:#fff;color:var(--red);box-shadow:0 0 0 25px rgba(255,255,255,.06)}
.node{background:#7F1121;border-color:rgba(255,255,255,.25);color:#fff}

/* Calculators */
.calc-result{
  background:linear-gradient(135deg,#6D0A18,#A9162A);
}
.calc-result span,.calc-result small{color:#F6DDE1}
.goal-selector button.active,.tab-btn.active{
  background:var(--red);
  color:#fff;
  border-color:var(--red);
}
.tab-btn.active{box-shadow:0 7px 20px rgba(143,16,32,.12)}
.tool-inputs input[type=range]{accent-color:var(--red-2)}
.result-donut{
  background:conic-gradient(var(--red-2) 0 58%,#F0DDE1 58% 100%);
}
.result-donut strong,.big-number strong{color:var(--red)}
.risk-progress b{background:linear-gradient(90deg,var(--red),var(--red-3))}
.risk-options button:hover{border-color:#D28D9A;background:#FFF4F5}
.risk-result h3{color:var(--red)}

/* Insights */
.insight-visual{
  background:linear-gradient(135deg,#5C0815,#A5172A);
  color:#FFD7DE;
}
.insight-body a,.insight-list a,.article-card a{color:var(--red-2)}

/* About / FAQ */
.principles div{border-top-color:var(--line)}
.accordion details{border-bottom-color:#E5CFD4}
.accordion summary span{color:var(--red);transition:transform .25s ease}
.accordion details[open] summary span{transform:rotate(45deg)}
.accordion details[open] summary{color:var(--red)}

/* Inner pages */
.inner-hero{
  background:
    radial-gradient(circle at 80% 12%,rgba(207,43,63,.12),transparent 27%),
    linear-gradient(180deg,#fff,#FFF8F9);
}
.breadcrumb strong{color:var(--red)}
.inner-visual.premium-photo-card{
  background:#6D0A18;
  border-color:#E1BEC5;
  box-shadow:0 34px 95px rgba(91,8,20,.17);
}
.premium-photo-card>.photo-shade{
  background:linear-gradient(180deg,rgba(67,2,12,.03) 12%,rgba(67,2,12,.23) 44%,rgba(48,2,9,.94) 100%);
}
.premium-photo-card>.tiny-label{background:rgba(84,5,17,.68)}
.premium-photo-card .strategy-ring small{color:#FFD6DC}
.inner-chip-strip{
  background:linear-gradient(90deg,#6E0918,#A9162A);
}
.inner-chip-strip span{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.06)}
.inner-process-grid{border-color:#E3C9CE}
.inner-process-grid article{border-color:#E3C9CE}
.inner-disclaimer-section{
  background:linear-gradient(125deg,#33040B,#650A17);
}
.inner-disclaimer-grid p{color:#EEDADF}
.mini-cta{
  background:
    radial-gradient(circle at 90% 15%,rgba(179,21,43,.10),transparent 26%),
    linear-gradient(135deg,#fff,#FFF3F5);
  border-color:#E8CDD3;
  box-shadow:0 24px 70px rgba(91,8,20,.07);
}
.insight-category-row button.active{background:var(--red);border-color:var(--red)}
.article-card{border-color:#EAD8DC}

/* Contact / Login */
.contact-page{
  background:
    radial-gradient(circle at 10% 15%,rgba(255,255,255,.08),transparent 23%),
    linear-gradient(130deg,#4B0611,#8F1020 58%,#AA172A);
}
.contact-page .lead-copy p,.login-copy p{color:#F0DDE1}
.login-page{
  background:
    radial-gradient(circle at 84% 18%,rgba(255,255,255,.08),transparent 22%),
    linear-gradient(130deg,#35040C,#730B1A 56%,#A3172A);
}
.login-card{box-shadow:0 42px 120px rgba(37,1,7,.28)}
.login-card .form-status{color:var(--red)}

/* Lead section */
.lead-section{
  background:
    radial-gradient(circle at 10% 25%,rgba(255,255,255,.07),transparent 24%),
    linear-gradient(125deg,#4A0610,#8B0F20 57%,#AE192C);
}
.lead-copy p{color:#F0DCE0}
.lead-form{
  border:1px solid #F0DDE1;
  box-shadow:0 35px 90px rgba(50,1,8,.17);
}
.lead-form label{color:#504246}
.lead-form input,.lead-form select{
  background:#FFF9FA;
  border-color:#E6CDD2;
}
.lead-form input:focus,.lead-form select:focus,.login-card input:focus,
.input-grid input:focus,.input-fields input:focus{
  outline:none;
  border-color:#C65B6C;
  box-shadow:0 0 0 4px rgba(179,21,43,.08);
}

/* =========================================================
   PROFESSIONAL FOOTER V3
   ========================================================= */
.footer{
  position:relative;
  background:
    radial-gradient(circle at 80% 20%,rgba(196,34,54,.14),transparent 28%),
    linear-gradient(145deg,#250309,#3A050D 52%,#260309);
  color:#fff;
  padding:0 0 24px;
  border-top:0;
  overflow:hidden;
}
.footer:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:4px;
  background:linear-gradient(90deg,#670A17,#C72239,#E76575,#7E0C1C);
}
.footer-cta-wrap{padding:58px 0 12px;position:relative;z-index:2}
.footer-cta{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:36px;
  padding:34px 38px;
  border-radius:20px;
  background:linear-gradient(135deg,#fff,#FFF4F6);
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 28px 80px rgba(20,0,4,.22);
  color:var(--ink);
}
.footer-cta:before{
  content:"";
  position:absolute;
  width:260px;height:260px;border-radius:50%;
  right:-90px;top:-120px;
  background:radial-gradient(circle,rgba(179,21,43,.14),transparent 68%);
  animation:wgOrbFloat 8s ease-in-out infinite reverse;
}
.footer-cta-copy{position:relative;z-index:2}
.footer-cta-kicker{
  display:block;
  color:var(--red);
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  margin-bottom:8px;
}
.footer-cta h2{
  margin:0;
  max-width:760px;
  font-size:clamp(28px,3.1vw,42px);
  color:#211719;
}
.footer-cta p{
  margin:10px 0 0;
  max-width:720px;
  color:#65575B;
  font-size:14px;
}
.footer-cta .btn{position:relative;z-index:2;white-space:nowrap}

.footer-top{
  padding-top:62px;
  grid-template-columns:.48fr 1.52fr;
  gap:74px;
}
.footer-brand .brand{display:inline-flex}
.light-brand .brand-word,.light-brand .brand-mark{color:#fff!important}
.footer-brand .brand-mark{
  position:relative;
  width:38px;height:38px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:11px;
  background:rgba(255,255,255,.06);
}
.footer-brand .brand-mark:before{
  content:"W";
  position:absolute;inset:0;
  display:grid;place-items:center;
  color:#fff;
  font-size:15px;font-weight:800;
}
.footer-brand p{color:#F5C9D1;font-size:15px;margin-top:14px}
.footer-brand:after{
  content:"Private wealth • Investment planning • Portfolio review";
  display:block;
  max-width:280px;
  margin-top:18px;
  color:#CDB7BC;
  font-size:12px;
  line-height:1.65;
}
.footer-links{gap:34px}
.footer-links h4{
  color:#F4A8B5;
  font-size:11.5px;
  letter-spacing:.13em;
  margin-bottom:14px;
}
.footer-links a{
  color:#E9DDE0;
  font-size:13px;
  padding:7px 0;
  opacity:.88;
}
.footer-links a:hover{
  color:#fff;
  opacity:1;
  transform:translateX(4px);
}
.socials{margin-top:18px}
.socials a{
  width:38px;height:38px;
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.15);
}
.socials a:hover{
  background:#fff;
  border-color:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.18);
}
.socials a:hover img{
  filter:invert(12%) sepia(68%) saturate(4079%) hue-rotate(340deg) brightness(78%) contrast(100%);
}
.regulatory{
  margin-top:52px;
  padding:0;
  border:0;
  gap:12px;
}
.regulatory>div{
  min-height:82px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:12px;
  background:rgba(255,255,255,.035);
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}
.regulatory>div:hover{
  background:rgba(255,255,255,.065);
  border-color:rgba(255,255,255,.20);
  transform:translateY(-2px);
}
.regulatory span{color:#D7B5BC;font-size:11px}
.regulatory strong{color:#fff;font-size:12px;margin-top:4px}
.disclaimer{
  margin-top:18px;
  padding:21px 22px;
  border:1px solid rgba(255,255,255,.10);
  border-left:3px solid #D93B51;
  border-radius:12px;
  background:rgba(255,255,255,.03);
  color:#D7C4C8;
}
.disclaimer p{color:#D7C4C8;font-size:12px;line-height:1.7}
.disclaimer strong{color:#fff}
.footer-bottom{
  margin-top:22px;
  padding-top:20px;
  border-top-color:rgba(255,255,255,.09);
  color:#BFA8AD;
}
.footer-bottom span:last-child{color:#E3C0C7}

/* WhatsApp: visible but not overpowering */
.whatsapp-float{
  color:var(--red);
  border-color:#E8D4D8;
  box-shadow:0 18px 50px rgba(62,4,13,.16);
}
.whatsapp-float:hover{
  background:var(--red);
  color:#fff;
  transform:translateY(-3px);
}
.whatsapp-float img{
  filter:invert(14%) sepia(73%) saturate(3561%) hue-rotate(341deg) brightness(83%) contrast(98%);
}
.whatsapp-float:hover img{filter:brightness(0) invert(1)}
.mobile-sticky{border-top-color:#E4CDD2}
.mobile-sticky a{color:var(--red);border-right-color:#ECDADF}
.mobile-sticky a:last-child{background:var(--red);color:#fff}
.mobile-sticky img{filter:invert(15%) sepia(75%) saturate(3525%) hue-rotate(341deg) brightness(83%) contrast(98%)}

/* =========================================================
   MORE VISIBLE, PROFESSIONAL MOTION
   ========================================================= */
.reveal{
  opacity:0;
  transform:translateY(28px) scale(.992);
  filter:blur(4px);
  transition:
    opacity .82s cubic-bezier(.2,.78,.2,1),
    transform .82s cubic-bezier(.2,.78,.2,1),
    filter .82s cubic-bezier(.2,.78,.2,1);
}
.reveal.visible{
  opacity:1;
  transform:translateY(0) scale(1);
  filter:blur(0);
}
.section-inview .eyebrow:before{
  animation:wgLineGrow .8s cubic-bezier(.2,.8,.2,1) both;
  transform-origin:left;
}
@keyframes wgLineGrow{from{transform:scaleX(0)}to{transform:scaleX(1)}}

.hero-copy.reveal.visible h1,.inner-hero-copy.reveal.visible h1{
  animation:wgTitleIn .9s .08s both cubic-bezier(.16,.8,.25,1);
}
@keyframes wgTitleIn{
  from{opacity:0;transform:translateY(18px);letter-spacing:-.035em}
  to{opacity:1;transform:translateY(0)}
}
.photo-story-card,.premium-photo-card{transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s ease}
.journey article{
  transition:transform .25s ease,color .25s ease;
}
.journey article:hover{transform:translateY(-4px)}
.journey article:hover h3{color:var(--red)}
.stats-placeholder strong{color:var(--red)}
.stats-placeholder div{border-top-color:#DDBFC5}
.logo-placeholders span{border-color:#D9BBC2;color:#7B5F65;background:#fff}

/* Spotlight layer driven by premium.js */
.wg-spotlight{
  position:relative;
  isolation:isolate;
}
.wg-spotlight:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  z-index:-1;
  opacity:0;
  background:radial-gradient(320px circle at var(--mx,50%) var(--my,50%),rgba(207,43,63,.10),transparent 68%);
  transition:opacity .28s ease;
}
.wg-spotlight:hover:after{opacity:1}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{
    scroll-behavior:auto!important;
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
  .reveal{opacity:1;transform:none;filter:none}
}

/* Responsive */
@media(max-width:1100px){
  .footer-cta{grid-template-columns:1fr}
  .footer-cta .btn{justify-self:start}
}
@media(max-width:760px){
  .hero:before,.inner-hero:before{width:300px;height:300px;top:-170px;right:-120px}
  .wealth-shell{animation:none}
  .footer-cta-wrap{padding-top:38px}
  .footer-cta{padding:28px 24px;border-radius:16px}
  .footer-top{padding-top:48px}
  .footer-brand:after{max-width:none}
  .regulatory>div{min-height:auto}
}


/* ===== v4.css ===== */

/* ==============================================================
   WEALGROW V4 — COHESIVE PRIVATE-WEALTH DESIGN SYSTEM
   ============================================================== */
:root{
  --v4-red:#98172A; --v4-red-dark:#68101D; --v4-red-soft:#FFF3F5;
  --v4-ink:#191416; --v4-copy:#554B4E; --v4-muted:#746A6D;
  --v4-border:#E9DADD; --v4-panel:#FFFAFB;
  --v4-shadow:0 22px 64px rgba(93,11,25,.10);
  --v4-radius:18px;
}
html{scroll-padding-top:86px}
body{font-size:16px;line-height:1.65;color:var(--v4-ink);background:#fff}
body,h1,h2,h3,h4,h5,h6,p,a,button,input,select,label,small,strong,span{font-family:Inter,Arial,sans-serif!important}
.container{width:min(1280px,calc(100% - 64px))}
.section{padding:116px 0;border-top:1px solid rgba(152,23,42,.045)}
.sage-section,.faq-section,.ecosystem-section{background:#FFF8F9!important}
.section-heading{margin-bottom:54px}
.section-heading h2,.wealth-copy h2,.faq-copy h2,.about-grid h2,.calc-intro h2,.lead-copy h2,
.inner-process h2,.inner-disclaimer-grid h2,.mini-cta h2{font-size:clamp(38px,3.4vw,54px)!important;line-height:1.08!important;letter-spacing:-.035em!important;font-weight:700!important}
h3{letter-spacing:-.022em}
p{font-size:15.5px;line-height:1.75}
.eyebrow{font-size:13px!important;letter-spacing:.12em!important;font-weight:800!important;margin-bottom:18px!important}
.eyebrow:before{width:26px!important}
.tiny-label,.service-no{font-size:12px!important;font-weight:750!important;letter-spacing:.08em!important}
.legal-note,.center-note,.compliance-mini{font-size:13px!important;line-height:1.65!important;color:#766A6D!important}

/* Header sizes */
.nav-wrap{height:84px}.brand-word{font-size:20px!important}.desktop-nav>a,.nav-link{font-size:14px!important;font-weight:650!important}
.login-link{font-size:14px!important}.mega-menu a,.dropdown-menu a{font-size:14px!important;line-height:1.45}.mega-menu h4{font-size:12px!important}.mega-intro p{font-size:14px!important}
.btn{min-height:50px!important;padding:0 22px!important;font-size:14px!important;font-weight:750!important;letter-spacing:-.005em;border-radius:10px!important}
.btn-sm{min-height:44px!important;font-size:13px!important}.text-link{font-size:14px!important}

/* Hero — balanced text/image composition */
.hero{padding:132px 0 30px!important;min-height:850px;display:flex;flex-direction:column;justify-content:center}
.hero-grid{grid-template-columns:.92fr 1.08fr!important;gap:74px!important;min-height:675px!important;align-items:center!important}
.hero-copy h1{font-size:clamp(52px,5.1vw,74px)!important;line-height:1.03!important;letter-spacing:-.055em!important;font-weight:750!important;max-width:720px!important;margin:22px 0 24px!important}
.hero-sub{font-size:17px!important;line-height:1.7!important;max-width:650px!important;color:#5C5053!important}
.hero-note{font-size:13px!important;color:#74686B!important}
.hero-trust{gap:30px!important;padding-top:24px!important}.hero-trust span{font-size:14px!important}.hero-trust small{font-size:12.5px!important}
.hero-media{position:relative;min-height:610px;max-height:650px;border-radius:26px;overflow:hidden;background:#eee;border:1px solid #E7D3D8;box-shadow:0 35px 100px rgba(87,8,21,.16)}
.hero-media>img{width:100%;height:100%;min-height:610px;object-fit:cover;object-position:center 45%;display:block;transform:scale(1.02);transition:transform 1.2s cubic-bezier(.2,.8,.2,1)}
.hero-media.visible>img,.hero-media:hover>img{transform:scale(1.065)}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(42,2,8,.02) 30%,rgba(48,3,10,.25) 100%);pointer-events:none}
.hero-media-badge{position:absolute;z-index:2;left:22px;top:22px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.85);border-radius:12px;padding:11px 14px;box-shadow:0 10px 30px rgba(50,2,10,.08);display:flex;align-items:center;gap:10px;font-size:12px;font-weight:750;color:var(--v4-red)}
.hero-media-badge img{width:20px;height:20px}
.hero-portfolio-card{position:absolute;z-index:3;left:28px;right:28px;bottom:28px;background:rgba(255,255,255,.95);backdrop-filter:blur(18px);border-radius:18px;padding:20px;box-shadow:0 22px 55px rgba(45,2,9,.18);border:1px solid rgba(255,255,255,.82)}
.hero-portfolio-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.hero-portfolio-head span{font-size:12px;color:#786A6E}.hero-portfolio-head strong{display:block;font-size:25px;line-height:1.2;margin-top:2px}.hero-portfolio-head b{font-size:12px;color:var(--v4-red);background:#FFF0F3;padding:6px 9px;border-radius:999px}
.hero-mini-bars{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.hero-mini-bars div{border-radius:10px;background:#FFF5F6;padding:10px}.hero-mini-bars small{display:block;font-size:11.5px;color:#75686B}.hero-mini-bars strong{font-size:14px}.hero-mini-bars i{display:block;height:4px;border-radius:99px;background:#EAD4D9;margin-top:7px;overflow:hidden}.hero-mini-bars i:before{content:"";display:block;height:100%;background:linear-gradient(90deg,#7C0F20,#D64A5E);width:var(--w)}

/* Auto scrolling wealth philosophy ticker */
.trust-strip{padding:0!important;background:#fff!important;color:var(--v4-ink)!important;border-top:1px solid #EDDDE1;border-bottom:1px solid #EDDDE1;overflow:hidden}
.trust-strip .container{width:100%;max-width:none;padding:0!important;display:block!important}
.trust-title{display:none!important}.trust-items{gap:0!important;width:max-content;animation:v4Ticker 28s linear infinite;padding:19px 0;display:flex!important}.trust-items span{font-size:13px!important;font-weight:800;letter-spacing:.09em;color:#6D555B!important;padding:0 28px;white-space:nowrap}.trust-items i{width:5px!important;height:5px!important;background:#B62338!important;flex:0 0 auto}
@keyframes v4Ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Shared section shell and cards */
.solution-feature,.solution-card,.segment-card,.inner-feature-card,.article-card,.two-col-products article,.calculator-card,.tool-grid,.dashboard-mockup{border-radius:var(--v4-radius)!important}
.solutions-grid{gap:18px!important}.solution-feature,.solution-card{padding:30px!important}.solution-feature h3,.solution-card h3,.solution-wide h3{font-size:28px!important;font-weight:720!important;line-height:1.15!important}.solution-feature p,.solution-card p,.solution-wide p{font-size:15px!important}.solution-card ul{font-size:14px!important;line-height:1.65}
.solution-icon{width:54px!important;height:54px!important;border-radius:14px!important;margin-bottom:42px!important}.icon-tile{width:46px!important;height:46px!important;border-radius:12px!important;margin:6px 0 18px!important}.icon-tile img{width:21px!important;height:21px!important}
.solution-wide{padding:34px!important;min-height:280px!important}

/* Number + icon pattern */
.v4-feature-badge{position:relative;width:50px;height:50px;border-radius:14px;background:#FFF1F3;border:1px solid #E8CDD3;display:grid;place-items:center;flex:0 0 auto;box-shadow:0 7px 18px rgba(111,9,26,.05)}
.v4-feature-badge img{width:23px;height:23px;display:block}
.v4-feature-badge small{position:absolute;right:-7px;bottom:-7px;width:22px;height:22px;border-radius:7px;background:var(--v4-red);color:#fff;display:grid;place-items:center;font-size:9px!important;font-weight:800;border:2px solid #fff;line-height:1}
.v4-feature-badge.dark{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18)}
.v4-feature-badge.dark img{filter:brightness(0) invert(1)}

/* Wealth management — same design language */
.wealth-grid{grid-template-columns:.82fr 1.18fr!important;gap:90px!important}.wealth-copy p{font-size:16px!important;max-width:560px!important}.wealth-list{background:#fff;border:1px solid #E9DADD;border-radius:22px;padding:10px 26px;box-shadow:0 18px 55px rgba(93,11,25,.055)}
.wealth-row{grid-template-columns:58px 1fr!important;gap:20px!important;padding:24px 0!important;align-items:flex-start}.wealth-row h3{font-size:23px!important;font-weight:720!important;margin:2px 0 7px!important}.wealth-row p{font-size:14.5px!important;line-height:1.65!important}.wealth-row:hover{padding-left:0!important;transform:translateX(5px)}
.wealth-row{transition:transform .25s ease!important}

/* Dashboard readability */
.dashboard-section{background:#fff!important}.dash-body{min-height:610px!important}.dash-content{padding:30px!important}.dash-sidebar span{font-size:13px!important}.dash-title h3{font-size:25px!important}.dash-title small,.metric-grid small,.metric-grid span,.panel-head span,.alloc-legend,.goal-progress>div{font-size:12px!important}.metric-grid strong{font-size:21px!important}.panel-head{font-size:13px!important}

/* Journey */
.journey{gap:16px!important}.journey:before{display:none!important}.journey article{padding:28px!important;border:1px solid #E8D9DC!important;border-radius:18px;background:#fff;min-height:250px;box-shadow:0 10px 30px rgba(93,11,25,.035)}.journey article:not(:last-child){border-right:1px solid #E8D9DC!important}.journey .v4-feature-badge{margin-bottom:25px}.journey h3{font-size:23px!important;font-weight:720!important;margin:0 0 10px!important}.journey p{font-size:14.5px!important;line-height:1.7!important}

/* Photo story balanced */
.photo-story-section{padding:112px 0!important;background:#FFF8F9!important}.photo-story-head{grid-template-columns:1fr .75fr!important;gap:70px!important;align-items:end!important;margin-bottom:40px!important}.photo-story-head h2{font-size:clamp(38px,3.4vw,52px)!important;font-weight:720!important;line-height:1.1!important;letter-spacing:-.035em!important}.photo-story-head p{font-size:15.5px!important}.photo-story-grid{grid-template-columns:1.35fr .825fr .825fr!important;gap:16px!important}.photo-story-card,.photo-story-card.small{height:430px!important;border-radius:20px!important}.photo-story-card img{object-position:center!important}.photo-story-content{padding:25px!important}.photo-story-content span{font-size:12px!important}.photo-story-content h3{font-size:22px!important;line-height:1.25!important;font-weight:700!important}

/* Why / segments icons and readable copy */
.why-grid{gap:0}.why-grid article{min-height:235px!important;padding:28px!important}.why-grid .v4-feature-badge,.segment-card .v4-feature-badge{margin-bottom:25px}.why-grid h3,.segment-card h3{font-size:22px!important;font-weight:720!important;margin:0 0 9px!important}.why-grid p,.segment-card p{font-size:14.5px!important;line-height:1.65!important}.segments-track{gap:16px!important}.segment-card{padding:28px!important;min-height:220px}

/* Forms/calculators */
.glass-form label,.lead-form label,.input-grid label,.tool-inputs label,.input-fields label{font-size:13px!important}.glass-form input,.glass-form select,.lead-form input,.lead-form select,.input-grid input,.input-fields input{font-size:14px!important;min-height:46px}.consent span{font-size:12px!important}.tab-btn{font-size:13px!important}.calc-card-head h3{font-size:23px!important}.calc-card-head span{font-size:12px!important}.calc-result span,.calc-result small,.result-donut small,.big-number small,.result-stats small{font-size:12px!important}.tool-result>p{font-size:13px!important}.risk-progress{font-size:12px!important}.risk-question{font-size:30px!important;font-weight:700!important}.risk-options button{font-size:14px!important}

/* Inner pages */
.inner-hero{padding:140px 0 92px!important}.inner-hero-grid{grid-template-columns:1fr .78fr!important;gap:78px!important;min-height:560px!important}.inner-hero-copy h1{font-size:clamp(48px,4.7vw,68px)!important;line-height:1.06!important;letter-spacing:-.05em!important;font-weight:750!important;max-width:800px!important}.inner-hero-copy>p{font-size:16.5px!important;line-height:1.75!important}.premium-photo-card{min-height:520px!important;max-height:590px!important;border-radius:24px!important}.premium-photo-card .page-photo{object-fit:cover!important;object-position:center!important}.inner-chip-strip span{font-size:12.5px!important}.inner-feature-grid{gap:16px!important}.inner-feature-card{padding:28px!important;min-height:270px!important}.inner-feature-card .v4-feature-badge{margin-bottom:28px}.inner-feature-card h3{font-size:23px!important;font-weight:720!important;margin:0 0 10px!important}.inner-feature-card p{font-size:14.5px!important}.inner-process{grid-template-columns:.7fr 1.3fr!important}.inner-process-grid article{padding:26px!important;min-height:205px}.inner-process-grid .v4-feature-badge{margin-bottom:20px}.inner-process-grid h3{font-size:21px!important;font-weight:720!important;margin:0 0 8px!important}.inner-process-grid p{font-size:14px!important}.inner-disclaimer-grid p{font-size:14.5px!important;color:#F0E2E5!important}

/* Footer larger & structured */
.footer-cta{padding:38px 42px!important}.footer-cta-kicker{font-size:12.5px!important}.footer-cta p{font-size:14.5px!important}.footer-top{grid-template-columns:.44fr 1.56fr!important;gap:76px!important}.footer-brand p{font-size:15px!important}.footer-brand:after{font-size:13px!important}.footer-links h4{font-size:12px!important}.footer-links a{font-size:13.5px!important;line-height:1.5!important}.socials a{width:40px!important;height:40px!important}.socials a img{width:15px!important;height:15px!important}.regulatory span{font-size:12px!important}.regulatory strong{font-size:13px!important}.disclaimer,.disclaimer p{font-size:12.5px!important}.footer-bottom{font-size:12px!important}

/* Desktop scroll rail */
.v4-scroll-rail{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:62;display:flex;flex-direction:column;gap:9px;padding:10px 8px;background:rgba(255,255,255,.84);backdrop-filter:blur(12px);border:1px solid #EAD8DC;border-radius:999px;box-shadow:0 12px 35px rgba(69,5,15,.09)}
.v4-scroll-rail a{position:relative;width:9px;height:9px;border-radius:50%;background:#D9BEC4;border:0;display:block}.v4-scroll-rail a.active{background:var(--v4-red);transform:scale(1.25)}.v4-scroll-rail a span{position:absolute;right:20px;top:50%;transform:translateY(-50%) translateX(5px);background:#2B0A10;color:#fff;padding:5px 8px;border-radius:6px;font-size:10px;white-space:nowrap;opacity:0;pointer-events:none;transition:.2s}.v4-scroll-rail a:hover span{opacity:1;transform:translateY(-50%) translateX(0)}

/* Section reveal motion: more noticeable but restrained */
.reveal{transform:translateY(34px)!important;filter:blur(5px)!important;transition-duration:.9s!important}.reveal.visible{transform:none!important;filter:none!important}.v4-slide-left{opacity:0;transform:translateX(-34px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.8,.2,1)}.v4-slide-right{opacity:0;transform:translateX(34px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.8,.2,1)}.v4-slide-left.v4-in,.v4-slide-right.v4-in{opacity:1;transform:none}
.v4-parallax{will-change:transform}

/* Scrolling horizontal mobile cards */
@media(max-width:1050px){
 .container{width:min(100% - 40px,1280px)}
 .hero{min-height:auto!important}.hero-grid{grid-template-columns:1fr!important;gap:44px!important}.hero-copy h1{max-width:820px!important}.hero-media{min-height:560px}.hero-media>img{min-height:560px}.hero-visual{max-width:none!important}
 .wealth-grid{grid-template-columns:1fr!important}.wealth-copy{position:static!important}.photo-story-grid{grid-template-columns:1fr 1fr!important}.photo-story-card:first-child{grid-column:span 2}.photo-story-card,.photo-story-card.small{height:400px!important}
 .v4-scroll-rail{display:none}
}
@media(max-width:760px){
 body{font-size:15px}.container{width:min(100% - 28px,1280px)}.section{padding:82px 0!important}
 .hero{padding:106px 0 22px!important}.hero-grid{padding-top:20px!important}.hero-copy h1{font-size:clamp(42px,12vw,55px)!important;line-height:1.06!important}.hero-sub{font-size:15.5px!important}.hero-media{min-height:500px;border-radius:20px}.hero-media>img{min-height:500px}.hero-portfolio-card{left:15px;right:15px;bottom:15px;padding:16px}.hero-mini-bars{grid-template-columns:1fr 1fr}.hero-media-badge{left:15px;top:15px}
 .trust-items{animation-duration:20s}.trust-items span{padding:0 20px}
 .photo-story-head{grid-template-columns:1fr!important;gap:12px!important}.photo-story-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.photo-story-card,.photo-story-card.small,.photo-story-card:first-child{flex:0 0 84%;height:390px!important;scroll-snap-align:start;grid-column:auto}
 .solutions-grid{grid-template-columns:1fr!important}.solution-wide{grid-column:auto!important}.wealth-list{padding:8px 18px}.wealth-row{grid-template-columns:54px 1fr!important}.journey{grid-template-columns:1fr!important}
 .why-grid,.segments-track{grid-template-columns:1fr!important}.inner-hero-grid{grid-template-columns:1fr!important}.premium-photo-card{min-height:430px!important}.inner-feature-grid{grid-template-columns:1fr!important}.inner-process{grid-template-columns:1fr!important}.inner-process-grid{grid-template-columns:1fr!important}
 .footer-top{grid-template-columns:1fr!important}.footer-links{grid-template-columns:1fr 1fr!important;gap:30px!important}.footer-cta{padding:28px 22px!important}.footer-cta h2{font-size:31px!important}
}
@media(max-width:480px){.footer-links{grid-template-columns:1fr!important}.photo-story-card,.photo-story-card.small{flex-basis:92%}.hero-media{min-height:460px}.hero-media>img{min-height:460px}.hero-mini-bars div:nth-child(n+3){display:none}}


/* =========================================================
   WEALGROW V4.1 — SOFTER PREMIUM TYPOGRAPHY
   Reduced visual heaviness across the complete website.
   ========================================================= */

/* Main typography hierarchy */
body{
  font-weight:400!important;
}

h1,h2,h3,h4,h5,h6{
  font-weight:600!important;
}

/* Homepage Hero — premium, strong but not extra-bold */
.hero-copy h1{
  font-weight:600!important;
  letter-spacing:-.045em!important;
  line-height:1.055!important;
}

/* Inner page heroes */
.inner-hero-copy h1,
.contact-page .lead-copy h1,
.login-copy h1{
  font-weight:600!important;
  letter-spacing:-.04em!important;
}

/* Major section headings */
.section-heading h2,
.wealth-copy h2,
.photo-story-head h2,
.inner-process h2,
.inner-disclaimer-grid h2,
.mini-cta h2,
.faq-copy h2,
.about-grid h2,
.about-page-grid h2,
.lead-copy h2,
.footer-cta h2{
  font-weight:600!important;
  letter-spacing:-.03em!important;
}

/* Card titles — remove chunky bold look */
.solution-feature h3,
.solution-card h3,
.solution-wide h3,
.wealth-row h3,
.journey h3,
.photo-story-content h3,
.why-grid h3,
.segment-card h3,
.inner-feature-card h3,
.inner-process-grid h3,
.article-card h3,
.insight-body h3,
.insight-list h3,
.calc-card-head h3,
.dash-title h3,
.risk-result h3{
  font-weight:600!important;
  letter-spacing:-.02em!important;
}

/* Navigation */
.desktop-nav>a,
.nav-link,
.login-link{
  font-weight:500!important;
}

.mega-menu h4,
.footer-links h4{
  font-weight:600!important;
}

.mega-menu a,
.dropdown-menu a,
.footer-links a{
  font-weight:400!important;
}

/* Eyebrows / micro labels */
.eyebrow{
  font-weight:600!important;
  letter-spacing:.115em!important;
}

.tiny-label,
.service-no,
.hero-media-badge,
.footer-cta-kicker{
  font-weight:600!important;
}

/* Buttons */
.btn{
  font-weight:600!important;
}

/* Trust ticker */
.trust-items span{
  font-weight:600!important;
}

/* Icon number badges */
.v4-feature-badge small{
  font-weight:600!important;
}

/* Dashboard / metrics */
.metric-grid strong,
.result-stats strong,
.calc-result strong,
.big-number strong,
.result-donut strong,
.stats-placeholder strong{
  font-weight:600!important;
}

/* Forms / calculator UI */
.glass-form label,
.lead-form label,
.input-grid label,
.tool-inputs label,
.input-fields label,
.tab-btn,
.risk-options button{
  font-weight:500!important;
}

/* Footer */
.footer-brand .brand-word{
  font-weight:700!important; /* brand wordmark only */
}

.regulatory strong,
.disclaimer strong{
  font-weight:600!important;
}

/* Mobile — prevent visual heaviness on small screens */
@media(max-width:760px){
  .hero-copy h1{
    font-weight:600!important;
    letter-spacing:-.04em!important;
  }

  .inner-hero-copy h1{
    font-weight:600!important;
  }

  .section-heading h2,
  .wealth-copy h2,
  .photo-story-head h2,
  .mini-cta h2{
    font-weight:600!important;
  }
}


/* ===== v4-2.css ===== */

/* ==========================================================
   WEALGROW V4.2 — PROFESSIONAL SECTION HEADER SYSTEM
   Removes oversized disconnected 2-column filler headings.
   ========================================================== */

:root{
  --v42-head-max: 880px;
}

/* Major section headers: icon + content, not heading-left / paragraph-right */
.section-heading.split-heading,
.photo-story-head{
  display:grid!important;
  grid-template-columns:52px minmax(0,var(--v42-head-max))!important;
  grid-template-rows:auto auto!important;
  column-gap:18px!important;
  row-gap:0!important;
  align-items:start!important;
  justify-content:start!important;
  max-width:980px!important;
  margin:0 0 42px!important;
  padding:0 0 26px!important;
  border-bottom:1px solid #E8D9DC!important;
}

/* Icon */
.section-head-icon{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  width:46px!important;
  height:46px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:12px!important;
  background:linear-gradient(145deg,#FFF7F8,#FBEAEC)!important;
  border:1px solid #E8CDD2!important;
  box-shadow:0 9px 24px rgba(91,8,20,.06)!important;
}
.section-head-icon img{
  width:21px!important;
  height:21px!important;
  display:block!important;
  filter:invert(12%) sepia(76%) saturate(4088%) hue-rotate(342deg) brightness(82%) contrast(96%)!important;
}

/* Heading/content column */
.section-heading.split-heading>div,
.photo-story-head>div{
  grid-column:2!important;
  grid-row:1!important;
  width:100%!important;
  max-width:820px!important;
}

.section-heading.split-heading>p,
.photo-story-head>p{
  grid-column:2!important;
  grid-row:2!important;
  max-width:720px!important;
  margin:10px 0 0!important;
  color:#62585B!important;
  font-size:16px!important;
  line-height:1.7!important;
}

/* Compact, controlled title size */
.section-heading.split-heading h2,
.photo-story-head h2{
  max-width:820px!important;
  margin:5px 0 0!important;
  font-size:clamp(34px,3.2vw,46px)!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
  font-weight:600!important;
  color:#21191B!important;
}

/* Eyebrow becomes a quiet professional label */
.section-heading.split-heading .eyebrow,
.photo-story-head .eyebrow{
  margin:0 0 5px!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:600!important;
  letter-spacing:.105em!important;
  color:#A1172A!important;
}
.section-heading.split-heading .eyebrow:before,
.photo-story-head .eyebrow:before{
  display:none!important;
}

/* The photo-story section no longer looks like a giant blank presentation slide */
.photo-story-section{
  padding:86px 0 96px!important;
  background:#fff!important;
}
.photo-story-grid{
  margin-top:0!important;
}

/* Same visual rhythm for normal sections */
.section{
  scroll-margin-top:90px;
}
.section > .container > .section-heading:first-child{
  margin-top:0!important;
}

/* Centered section headers should also stay compact and readable */
.section-heading.centered{
  max-width:800px!important;
  margin:0 auto 42px!important;
}
.section-heading.centered h2{
  font-size:clamp(34px,3.2vw,46px)!important;
  line-height:1.13!important;
  font-weight:600!important;
  letter-spacing:-.035em!important;
}
.section-heading.centered p{
  max-width:690px!important;
  font-size:16px!important;
  line-height:1.7!important;
}

/* Stop extra-large section headings in left-sticky layouts from feeling like banners */
.wealth-copy h2,
.faq-copy h2,
.about-grid h2,
.about-page-grid h2,
.calc-intro h2{
  font-size:clamp(34px,3.2vw,46px)!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
}
.wealth-copy p,
.faq-copy p,
.calc-intro p{
  font-size:16px!important;
  line-height:1.72!important;
}

/* A cleaner visual separation between major sections */
.section:not(.private-wealth):not(.portfolio-check):not(.global-nri):not(.lead-section):not(.inner-disclaimer-section){
  position:relative;
}
.section:not(.private-wealth):not(.portfolio-check):not(.global-nri):not(.lead-section):not(.inner-disclaimer-section)::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:min(1240px,calc(100% - 48px));
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,#F0E4E6 12%,#F0E4E6 88%,transparent);
  opacity:.7;
}
/* Don't double-divide the first main section after hero/trust */
#solutions::before,
.photo-story-section::before{
  display:none!important;
}

/* Cards below headers sit closer to their titles */
.solutions-grid,
.why-grid,
.segments-track,
.article-page-grid,
.inner-feature-grid{
  margin-top:0!important;
}

/* Subtle header entrance, rather than oversized motion */
.section-head-icon{
  transition:transform .35s cubic-bezier(.2,.8,.2,1),
             box-shadow .35s ease,
             background .35s ease!important;
}
.section-heading:hover .section-head-icon,
.photo-story-head:hover .section-head-icon{
  transform:translateY(-2px)!important;
  box-shadow:0 14px 30px rgba(91,8,20,.10)!important;
  background:#fff!important;
}

/* Desktop: remove disconnected wide whitespace */
@media(min-width:1001px){
  .section-heading.split-heading,
  .photo-story-head{
    width:100%!important;
  }
}

/* Tablet/mobile */
@media(max-width:760px){
  .section-heading.split-heading,
  .photo-story-head{
    grid-template-columns:42px minmax(0,1fr)!important;
    column-gap:13px!important;
    margin-bottom:30px!important;
    padding-bottom:22px!important;
  }
  .section-head-icon{
    width:40px!important;
    height:40px!important;
    border-radius:10px!important;
  }
  .section-head-icon img{
    width:19px!important;
    height:19px!important;
  }
  .section-heading.split-heading h2,
  .photo-story-head h2,
  .section-heading.centered h2,
  .wealth-copy h2,
  .faq-copy h2,
  .about-grid h2,
  .about-page-grid h2,
  .calc-intro h2{
    font-size:clamp(30px,9vw,38px)!important;
    line-height:1.13!important;
  }
  .section-heading.split-heading>p,
  .photo-story-head>p,
  .section-heading.centered p,
  .wealth-copy p,
  .faq-copy p,
  .calc-intro p{
    font-size:15px!important;
  }
  .photo-story-section{
    padding:68px 0 76px!important;
  }
}

/* Extra-small phones */
@media(max-width:480px){
  .section-heading.split-heading,
  .photo-story-head{
    grid-template-columns:1fr!important;
  }
  .section-head-icon{
    grid-column:1!important;
    grid-row:auto!important;
    margin-bottom:13px!important;
  }
  .section-heading.split-heading>div,
  .section-heading.split-heading>p,
  .photo-story-head>div,
  .photo-story-head>p{
    grid-column:1!important;
  }
  .section-heading.split-heading>div,
  .photo-story-head>div{
    grid-row:auto!important;
  }
  .section-heading.split-heading>p,
  .photo-story-head>p{
    grid-row:auto!important;
  }
}


/* ===== v4-3.css ===== */

/* ==========================================================
   WEALGROW V4.3 — GLOBAL CENTERED SECTION HEADING SYSTEM
   Reference: centered eyebrow, balanced heading, red accent,
   concise centered supporting copy.
   ========================================================== */

/* Remove prior header icon treatment completely */
.section-head-icon{display:none!important}

/* Accent phrase */
h2 em{
  color:#C80018!important;
  font-style:normal!important;
  font-weight:inherit!important;
}

/* ---------- Standard section heading wrappers ---------- */
.section-heading,
.section-heading.split-heading,
.section-heading.centered,
.photo-story-head{
  display:block!important;
  width:100%!important;
  max-width:980px!important;
  margin:0 auto 48px!important;
  padding:0!important;
  border:0!important;
  text-align:center!important;
}

/* reset nested layout created by earlier versions */
.section-heading.split-heading>div,
.photo-story-head>div{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

.section-heading.split-heading>p,
.photo-story-head>p,
.section-heading.centered>p{
  display:block!important;
  width:100%!important;
  max-width:760px!important;
  margin:18px auto 0!important;
  text-align:center!important;
  color:#685D60!important;
  font-size:16.5px!important;
  line-height:1.7!important;
}

/* Eyebrow reference treatment */
.section-heading .eyebrow,
.photo-story-head .eyebrow,
.wealth-copy>.eyebrow,
.portfolio-grid>div:first-child>.eyebrow,
.private-grid>div:first-child>.eyebrow,
.calc-intro>.eyebrow,
.global-copy>.eyebrow,
.about-grid>div:first-child>.eyebrow,
.about-page-grid>div:first-child>.eyebrow,
.faq-copy>.eyebrow,
.lead-copy>.eyebrow,
.inner-process>div:first-child>.eyebrow,
.inner-disclaimer-grid>div:first-child>.eyebrow,
.mini-cta>div>.eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  margin:0 auto 18px!important;
  color:#C80018!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:600!important;
  letter-spacing:.125em!important;
  text-transform:uppercase!important;
}

.section-heading .eyebrow:before,
.photo-story-head .eyebrow:before,
.wealth-copy>.eyebrow:before,
.portfolio-grid>div:first-child>.eyebrow:before,
.private-grid>div:first-child>.eyebrow:before,
.calc-intro>.eyebrow:before,
.global-copy>.eyebrow:before,
.about-grid>div:first-child>.eyebrow:before,
.about-page-grid>div:first-child>.eyebrow:before,
.faq-copy>.eyebrow:before,
.lead-copy>.eyebrow:before,
.inner-process>div:first-child>.eyebrow:before,
.inner-disclaimer-grid>div:first-child>.eyebrow:before,
.mini-cta>div>.eyebrow:before{
  content:""!important;
  display:block!important;
  width:27px!important;
  height:1px!important;
  background:currentColor!important;
  flex:none!important;
}

/* Main H2 size identical across sections */
.section-heading h2,
.photo-story-head h2,
.wealth-copy>h2,
.portfolio-grid>div:first-child>h2,
.private-grid>div:first-child>h2,
.calc-intro>h2,
.global-copy>h2,
.about-grid>div:first-child>h2,
.about-page-grid>div:first-child>h2,
.faq-copy>h2,
.lead-copy>h2,
.inner-process>div:first-child>h2,
.inner-disclaimer-grid>div:first-child>h2,
.mini-cta>div>h2{
  max-width:900px!important;
  margin:0 auto!important;
  text-align:center!important;
  font-size:clamp(38px,4vw,54px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  font-weight:600!important;
  color:#201719!important;
}

/* ---------- Convert previously left/right heading sections ---------- */

/* Wealth Management */
.wealth-grid{
  grid-template-columns:1fr!important;
  gap:38px!important;
}
.wealth-copy{
  position:static!important;
  top:auto!important;
  width:100%!important;
  max-width:920px!important;
  margin:0 auto!important;
  text-align:center!important;
}
.wealth-copy>p{
  max-width:760px!important;
  margin:18px auto 28px!important;
  text-align:center!important;
  font-size:16.5px!important;
  line-height:1.7!important;
}
.wealth-copy>.btn{margin-inline:auto!important}
.wealth-list{
  max-width:1020px!important;
  width:100%!important;
  margin:0 auto!important;
}

/* Portfolio health */
.portfolio-grid{
  grid-template-columns:1fr!important;
  gap:34px!important;
}
.portfolio-grid>div:first-child{
  max-width:930px!important;
  margin:0 auto!important;
  text-align:center!important;
}
.portfolio-grid>div:first-child>p{
  max-width:760px!important;
  margin:18px auto 0!important;
  text-align:center!important;
  color:#F4E7E9!important;
  font-size:16.5px!important;
  line-height:1.7!important;
}
.health-tags{justify-content:center!important}
.portfolio-grid>.glass-form{
  width:100%!important;
  max-width:900px!important;
  margin:0 auto!important;
}

/* Private wealth */
.private-grid{
  grid-template-columns:1fr!important;
  gap:36px!important;
}
.private-grid>div:first-child{
  max-width:930px!important;
  margin:0 auto!important;
  text-align:center!important;
}
.private-grid>div:first-child>p{
  max-width:760px!important;
  margin:18px auto 28px!important;
  text-align:center!important;
  color:#F4E7E9!important;
  font-size:16.5px!important;
  line-height:1.7!important;
}
.private-grid>div:first-child>.btn{margin-inline:auto!important}
.private-list{
  max-width:1040px!important;
  width:100%!important;
  margin:0 auto!important;
}

/* Goal planner */
.calculator-layout{
  grid-template-columns:1fr!important;
  gap:34px!important;
}
.calc-intro{
  max-width:930px!important;
  width:100%!important;
  margin:0 auto!important;
  text-align:center!important;
}
.calc-intro>p{
  max-width:720px!important;
  margin:18px auto 0!important;
  text-align:center!important;
  font-size:16.5px!important;
  line-height:1.7!important;
}
.goal-selector{justify-content:center!important}
.calculator-card{
  max-width:900px!important;
  width:100%!important;
  margin:0 auto!important;
}

/* NRI / Global */
.global-grid{
  grid-template-columns:1fr!important;
  gap:28px!important;
}
.global-copy{
  max-width:930px!important;
  margin:0 auto!important;
  text-align:center!important;
}
.global-copy>p{
  max-width:760px!important;
  margin:18px auto 0!important;
  text-align:center!important;
  color:#F2E5E7!important;
  font-size:16.5px!important;
  line-height:1.7!important;
}
.global-features{justify-content:center!important}
.global-copy>.btn{margin-inline:auto!important}
.global-lines{margin:10px auto 0!important}

/* About */
.about-grid,
.about-page-grid{
  grid-template-columns:1fr!important;
  gap:30px!important;
}
.about-grid>div:first-child,
.about-page-grid>div:first-child{
  max-width:930px!important;
  margin:0 auto!important;
  text-align:center!important;
}
.about-grid>div:nth-child(2),
.about-page-grid>div:nth-child(2){
  max-width:900px!important;
  width:100%!important;
  margin:0 auto!important;
}
.about-lead{
  max-width:760px!important;
  margin:0 auto 34px!important;
  text-align:center!important;
  font-size:18px!important;
  line-height:1.65!important;
}

/* FAQ */
.faq-grid{
  grid-template-columns:1fr!important;
  gap:28px!important;
}
.faq-copy{
  position:static!important;
  top:auto!important;
  max-width:930px!important;
  width:100%!important;
  margin:0 auto!important;
  text-align:center!important;
}
.faq-copy>p{
  max-width:720px!important;
  margin:18px auto 0!important;
  text-align:center!important;
  font-size:16.5px!important;
  line-height:1.7!important;
}
.accordion{
  width:100%!important;
  max-width:940px!important;
  margin:0 auto!important;
}

/* Lead CTA section */
.lead-grid{
  grid-template-columns:1fr!important;
  gap:30px!important;
}
.lead-copy{
  max-width:930px!important;
  width:100%!important;
  margin:0 auto!important;
  text-align:center!important;
}
.lead-copy>p{
  max-width:740px!important;
  margin:18px auto 0!important;
  text-align:center!important;
  color:#F3E7E9!important;
  font-size:16.5px!important;
  line-height:1.7!important;
}
.lead-points{justify-content:center!important}
.lead-form{
  width:100%!important;
  max-width:900px!important;
  margin:0 auto!important;
}

/* ---------- Inner service pages ---------- */
.inner-process{
  display:block!important;
}
.inner-process>div:first-child{
  max-width:930px!important;
  margin:0 auto 38px!important;
  text-align:center!important;
}
.inner-process-grid{
  max-width:1000px!important;
  margin:0 auto!important;
}

.inner-disclaimer-grid{
  display:block!important;
}
.inner-disclaimer-grid>div:first-child{
  max-width:930px!important;
  margin:0 auto 26px!important;
  text-align:center!important;
}
.inner-disclaimer-grid>div:first-child>h2{
  color:#fff!important;
}
.inner-disclaimer-grid>div:first-child>.eyebrow{
  color:#FF9EAC!important;
}
.inner-disclaimer-grid>div:nth-child(2){
  max-width:800px!important;
  margin:0 auto!important;
  text-align:center!important;
}
.inner-disclaimer-grid>div:nth-child(2)>p{
  text-align:center!important;
  color:#F1DDE1!important;
  font-size:15.5px!important;
  line-height:1.75!important;
}

.mini-cta{
  display:block!important;
  max-width:1050px!important;
  margin:0 auto!important;
  text-align:center!important;
}
.mini-cta>div{
  max-width:900px!important;
  margin:0 auto!important;
}
.mini-cta>.btn{
  margin-top:26px!important;
}

/* ---------- Dark section color overrides ---------- */
.portfolio-check h2,
.private-wealth h2,
.global-nri h2,
.lead-section h2{
  color:#fff!important;
}
.portfolio-check h2 em,
.private-wealth h2 em,
.global-nri h2 em,
.lead-section h2 em{
  color:#FF9BAB!important;
}
.portfolio-check .eyebrow,
.private-wealth .eyebrow,
.global-nri .eyebrow,
.lead-section .eyebrow{
  color:#FFB4C0!important;
}

/* ---------- Section rhythm ---------- */
.section,
.photo-story-section{
  padding-top:96px!important;
  padding-bottom:96px!important;
}
.section-heading + *,
.photo-story-head + *{
  margin-top:0!important;
}

/* ---------- Responsive ---------- */
@media(max-width:760px){
  .section-heading,
  .section-heading.split-heading,
  .section-heading.centered,
  .photo-story-head{
    margin-bottom:34px!important;
  }

  .section-heading h2,
  .photo-story-head h2,
  .wealth-copy>h2,
  .portfolio-grid>div:first-child>h2,
  .private-grid>div:first-child>h2,
  .calc-intro>h2,
  .global-copy>h2,
  .about-grid>div:first-child>h2,
  .about-page-grid>div:first-child>h2,
  .faq-copy>h2,
  .lead-copy>h2,
  .inner-process>div:first-child>h2,
  .inner-disclaimer-grid>div:first-child>h2,
  .mini-cta>div>h2{
    font-size:clamp(31px,8.5vw,40px)!important;
    line-height:1.1!important;
    letter-spacing:-.035em!important;
  }

  .section-heading.split-heading>p,
  .photo-story-head>p,
  .section-heading.centered>p,
  .wealth-copy>p,
  .portfolio-grid>div:first-child>p,
  .private-grid>div:first-child>p,
  .calc-intro>p,
  .global-copy>p,
  .faq-copy>p,
  .lead-copy>p{
    font-size:15px!important;
  }

  .section,
  .photo-story-section{
    padding-top:72px!important;
    padding-bottom:72px!important;
  }
}


/* ===== v4-4.css ===== */

/* ==========================================================
   WEALGROW V4.4 — PROFESSIONAL PRIVATE-WEALTH HEADER
   ========================================================== */

.site-header{
  height:80px!important;
  background:rgba(255,255,255,.96)!important;
  border-bottom:1px solid #F0E5E7!important;
  box-shadow:none!important;
  backdrop-filter:blur(18px) saturate(150%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(150%)!important;
  transition:
    height .25s ease,
    box-shadow .25s ease,
    background .25s ease,
    border-color .25s ease!important;
}
.site-header.scrolled{
  height:72px!important;
  background:rgba(255,255,255,.985)!important;
  border-bottom-color:#E9DADD!important;
  box-shadow:0 10px 34px rgba(54,7,15,.065)!important;
}

.site-header .nav-wrap{
  width:min(1320px,calc(100% - 56px))!important;
  height:100%!important;
  min-height:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
  gap:38px!important;
}

/* Brand lockup */
.site-header .brand{
  min-width:max-content!important;
  gap:11px!important;
  padding:0!important;
}
.site-header .brand-mark{
  width:36px!important;
  height:36px!important;
  border-radius:11px!important;
  display:grid!important;
  place-items:center!important;
  color:#B60018!important;
  background:#FFF7F8!important;
  border:1px solid #ECD1D6!important;
  box-shadow:0 5px 15px rgba(122,8,24,.045)!important;
}
.site-header .brand-mark svg{
  width:23px!important;
  height:23px!important;
}
.site-header .brand-word{
  color:#7F0B1A!important;
  font-size:19px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:.105em!important;
}

/* Navigation */
.site-header .desktop-nav{
  justify-self:end!important;
  margin:0!important;
  display:flex!important;
  align-items:stretch!important;
  justify-content:flex-end!important;
  gap:3px!important;
  height:100%!important;
}
.site-header .desktop-nav>a,
.site-header .nav-link{
  position:relative!important;
  height:100%!important;
  min-height:72px!important;
  padding:0 13px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  border:0!important;
  background:transparent!important;
  color:#443A3D!important;
  font-size:13.5px!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:-.005em!important;
  white-space:nowrap!important;
  transition:color .2s ease,background .2s ease!important;
}
.site-header .desktop-nav>a:hover,
.site-header .nav-link:hover{
  color:#A90F24!important;
  background:#FFF9FA!important;
}

/* clean active state */
.site-header .desktop-nav>a:after,
.site-header .nav-link:after{
  content:""!important;
  position:absolute!important;
  left:13px!important;
  right:13px!important;
  bottom:0!important;
  height:2px!important;
  border-radius:2px 2px 0 0!important;
  background:#C4001A!important;
  transform:scaleX(0)!important;
  transform-origin:center!important;
  transition:transform .22s ease!important;
}
.site-header .desktop-nav>a:hover:after,
.site-header .nav-link:hover:after,
.site-header .desktop-nav>a.nav-current:after,
.site-header .nav-item.is-current-group>.nav-link:after{
  transform:scaleX(1)!important;
}
.site-header .desktop-nav>a.nav-current,
.site-header .nav-item.is-current-group>.nav-link{
  color:#8E0D1F!important;
}

/* real chevron */
.nav-chevron{
  width:12px!important;
  height:12px!important;
  color:#8E7D81!important;
  flex:none!important;
  transition:transform .2s ease,color .2s ease!important;
}
.has-mega:hover>.nav-link .nav-chevron,
.has-dropdown:hover>.nav-link .nav-chevron,
.has-mega:focus-within>.nav-link .nav-chevron,
.has-dropdown:focus-within>.nav-link .nav-chevron{
  transform:rotate(180deg)!important;
  color:#A90F24!important;
}

/* Dropdowns align professionally under header */
.site-header .mega-menu{
  top:calc(100% + 1px)!important;
  left:50%!important;
  width:min(1040px,calc(100vw - 72px))!important;
  padding:30px!important;
  border-radius:0 0 18px 18px!important;
  border:1px solid #EEDDE0!important;
  border-top:0!important;
  box-shadow:0 24px 64px rgba(57,6,15,.11)!important;
}
.site-header .dropdown-menu{
  top:calc(100% + 1px)!important;
  min-width:240px!important;
  padding:10px!important;
  border-radius:0 0 14px 14px!important;
  border:1px solid #EEDDE0!important;
  border-top:0!important;
  box-shadow:0 20px 48px rgba(57,6,15,.10)!important;
}
.site-header .mega-menu a,
.site-header .dropdown-menu a{
  font-size:13.5px!important;
  line-height:1.45!important;
}
.site-header .dropdown-menu a{
  padding:10px 12px!important;
  border-radius:8px!important;
}
.site-header .mega-menu h4{
  font-size:11px!important;
  letter-spacing:.12em!important;
}

/* Right actions */
.site-header .nav-actions{
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  margin-left:2px!important;
  padding-left:17px!important;
  position:relative!important;
}
.site-header .nav-actions:before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:50%!important;
  width:1px!important;
  height:26px!important;
  transform:translateY(-50%)!important;
  background:#EADBDD!important;
}
.site-header .login-link{
  height:42px!important;
  padding:0 8px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#55484C!important;
  font-size:13px!important;
  font-weight:500!important;
  border-radius:8px!important;
}
.site-header .login-link:hover,
.site-header .login-link.is-current{
  color:#A70F23!important;
  background:#FFF7F8!important;
}
.login-icon{
  width:17px!important;
  height:17px!important;
  flex:none!important;
}

.site-header .header-cta{
  min-height:44px!important;
  height:44px!important;
  padding:0 17px!important;
  gap:8px!important;
  border-radius:9px!important;
  background:#B60018!important;
  color:#fff!important;
  border:1px solid #B60018!important;
  box-shadow:0 8px 20px rgba(144,9,28,.14)!important;
  font-size:12.8px!important;
  font-weight:600!important;
  letter-spacing:-.005em!important;
  transform:none!important;
}
.site-header .header-cta:hover{
  background:#990014!important;
  border-color:#990014!important;
  box-shadow:0 12px 25px rgba(144,9,28,.19)!important;
  transform:translateY(-1px)!important;
}
.cta-arrow{
  width:16px!important;
  height:16px!important;
  flex:none!important;
  transition:transform .2s ease!important;
}
.header-cta:hover .cta-arrow{
  transform:translateX(2px)!important;
}

/* Ensure hero starts below fixed header cleanly */
.hero{
  padding-top:130px!important;
}
.inner-hero{
  padding-top:136px!important;
}

/* Mobile */
@media(max-width:1180px){
  .site-header{
    height:72px!important;
  }
  .site-header .nav-wrap{
    width:min(100% - 32px,1320px)!important;
    display:flex!important;
    justify-content:space-between!important;
    gap:18px!important;
  }
  .site-header .desktop-nav{
    display:none!important;
  }
  .site-header .nav-actions{
    padding-left:0!important;
    gap:8px!important;
  }
  .site-header .nav-actions:before,
  .site-header .login-link,
  .site-header .header-cta{
    display:none!important;
  }
  .site-header .mobile-toggle{
    width:42px!important;
    height:42px!important;
    padding:10px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:5px!important;
    border:1px solid #EADADD!important;
    border-radius:10px!important;
    background:#fff!important;
  }
  .site-header .mobile-toggle span{
    width:20px!important;
    height:1.5px!important;
    margin:0!important;
    border-radius:99px!important;
    background:#8F1020!important;
  }
  .mobile-menu{
    top:72px!important;
    left:12px!important;
    right:12px!important;
    border:1px solid #EADADD!important;
    border-top:0!important;
    border-radius:0 0 16px 16px!important;
    padding:13px 16px 18px!important;
    box-shadow:0 22px 55px rgba(63,6,15,.10)!important;
  }
  .mobile-menu>a:not(.btn){
    padding:12px 3px!important;
    font-size:14px!important;
  }
  .mobile-menu .btn{
    margin-top:8px!important;
    min-height:46px!important;
  }
  .hero{
    padding-top:110px!important;
  }
  .inner-hero{
    padding-top:112px!important;
  }
}

@media(max-width:560px){
  .site-header .brand-mark{
    width:34px!important;
    height:34px!important;
  }
  .site-header .brand-word{
    font-size:17px!important;
    letter-spacing:.09em!important;
  }
}


/* ===== v4-5.css ===== */

/* ==========================================================
   WEALGROW V4.5 — UNIFIED GRADIENT SECTION HEADINGS
   Same font + same weight + continuous gradient treatment.
   Short section headings stay on one line on wide desktops.
   ========================================================== */

:root{
  --heading-gradient:
    linear-gradient(96deg,
      #21191B 0%,
      #2E191D 31%,
      #7F0B1A 68%,
      #D0001B 100%);
  --heading-gradient-dark:
    linear-gradient(96deg,
      #FFFFFF 0%,
      #FFF4F6 35%,
      #FFB5C0 72%,
      #FF788B 100%);
}

/* Remove any previous split-accent behavior */
h2 em{
  color:inherit!important;
  font-style:normal!important;
  font-weight:inherit!important;
  background:none!important;
  -webkit-text-fill-color:inherit!important;
}

/* Unified section heading typography */
.section-heading h2,
.photo-story-head h2,
.wealth-copy>h2,
.portfolio-grid>div:first-child>h2,
.private-grid>div:first-child>h2,
.calc-intro>h2,
.global-copy>h2,
.about-grid>div:first-child>h2,
.about-page-grid>div:first-child>h2,
.faq-copy>h2,
.lead-copy>h2,
.inner-process>div:first-child>h2,
.inner-disclaimer-grid>div:first-child>h2,
.mini-cta>div>h2{
  width:fit-content!important;
  max-width:min(1180px,100%)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:clamp(37px,3.45vw,52px)!important;
  line-height:1.10!important;
  letter-spacing:-.042em!important;
  font-weight:600!important;
  text-align:center!important;

  background:var(--heading-gradient)!important;
  background-clip:text!important;
  -webkit-background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;

  text-wrap:balance!important;
}

/* Short headings: one clean line when there is genuinely enough room */
@media(min-width:1240px){
  .section-heading h2.section-title-one-line,
  .photo-story-head h2.section-title-one-line,
  .wealth-copy>h2.section-title-one-line,
  .portfolio-grid>div:first-child>h2.section-title-one-line,
  .private-grid>div:first-child>h2.section-title-one-line,
  .calc-intro>h2.section-title-one-line,
  .global-copy>h2.section-title-one-line,
  .about-grid>div:first-child>h2.section-title-one-line,
  .about-page-grid>div:first-child>h2.section-title-one-line,
  .faq-copy>h2.section-title-one-line,
  .lead-copy>h2.section-title-one-line,
  .inner-process>div:first-child>h2.section-title-one-line,
  .inner-disclaimer-grid>div:first-child>h2.section-title-one-line,
  .mini-cta>div>h2.section-title-one-line{
    max-width:none!important;
    width:max-content!important;
    white-space:nowrap!important;
  }
}

/* Dark / wine sections use one continuous light gradient, not two text colors */
.portfolio-check h2,
.private-wealth h2,
.global-nri h2,
.lead-section h2,
.inner-disclaimer-section h2{
  background:var(--heading-gradient-dark)!important;
  background-clip:text!important;
  -webkit-background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
}

/* Heading wrapper gets more usable width so desktop titles do not wrap unnecessarily */
.section-heading,
.section-heading.split-heading,
.section-heading.centered,
.photo-story-head{
  max-width:1240px!important;
}

/* Supporting copy stays narrow for readability */
.section-heading.split-heading>p,
.photo-story-head>p,
.section-heading.centered>p{
  max-width:790px!important;
}

/* Keep the gradient restrained and premium on smaller screens */
@media(max-width:1239px){
  .section-heading h2,
  .photo-story-head h2,
  .wealth-copy>h2,
  .portfolio-grid>div:first-child>h2,
  .private-grid>div:first-child>h2,
  .calc-intro>h2,
  .global-copy>h2,
  .about-grid>div:first-child>h2,
  .about-page-grid>div:first-child>h2,
  .faq-copy>h2,
  .lead-copy>h2,
  .inner-process>div:first-child>h2,
  .inner-disclaimer-grid>div:first-child>h2,
  .mini-cta>div>h2{
    width:auto!important;
    max-width:960px!important;
    white-space:normal!important;
  }
}

@media(max-width:760px){
  .section-heading h2,
  .photo-story-head h2,
  .wealth-copy>h2,
  .portfolio-grid>div:first-child>h2,
  .private-grid>div:first-child>h2,
  .calc-intro>h2,
  .global-copy>h2,
  .about-grid>div:first-child>h2,
  .about-page-grid>div:first-child>h2,
  .faq-copy>h2,
  .lead-copy>h2,
  .inner-process>div:first-child>h2,
  .inner-disclaimer-grid>div:first-child>h2,
  .mini-cta>div>h2{
    font-size:clamp(30px,8.2vw,39px)!important;
    line-height:1.12!important;
    letter-spacing:-.034em!important;
    width:auto!important;
    white-space:normal!important;
  }
}


/* ===== v4-6.css ===== */

/* ==========================================================
   WEALGROW V4.6 — PROFESSIONAL CARD ICONS + SPLIT FORM SECTIONS
   Fixes icon color consistency, dark-section heading contrast,
   and restores 50:50 professional layout for form sections.
   ========================================================== */

:root{
  --wg-red-50:#FFF4F6;
  --wg-red-100:#FCE7EB;
  --wg-red-200:#F5CCD5;
  --wg-red-300:#EB9CAB;
  --wg-red-700:#A10822;
  --wg-red-800:#850619;
  --wg-wine:#7D0718;
  --wg-wine-deep:#580410;
}

/* ---------- 1) Consistent icon system ---------- */
.v4-feature-badge,
.icon-tile,
.solution-icon{
  background:linear-gradient(180deg,#FFF8F9 0%, #FCEDEF 100%)!important;
  border:1px solid #EDCDD4!important;
  box-shadow:0 10px 24px rgba(126,7,25,.06)!important;
}

.v4-feature-badge img,
.icon-tile img{
  filter:invert(12%) sepia(87%) saturate(3281%) hue-rotate(340deg) brightness(90%) contrast(98%)!important;
}

.solution-icon,
.solution-icon svg{
  color:var(--wg-red-700)!important;
  fill:currentColor!important;
}

.v4-feature-badge small,
.service-no,
.wealth-row>span,
.journey article>span,
.why-grid article>span,
.segment-card>span,
.inner-process-grid article>span{
  background:linear-gradient(180deg,#C70A23 0%, #A10822 100%)!important;
  color:#fff!important;
  border-color:#fff!important;
}

.v4-feature-badge.dark{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.18)!important;
}
.v4-feature-badge.dark img{
  filter:brightness(0) invert(1)!important;
}

/* ---------- 2) Section-heading centering consistency ---------- */
.section-heading,
.section-heading.split-heading,
.section-heading.centered,
.photo-story-head{
  margin-left:auto!important;
  margin-right:auto!important;
}

.section-heading h2,
.photo-story-head h2{
  max-width:min(1120px,100%)!important;
}

/* ---------- 3) Dark section heading readability ---------- */
.portfolio-check,
.private-wealth,
.global-nri,
.lead-section,
.inner-disclaimer-section{
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 28%),
    radial-gradient(circle at 84% 12%, rgba(255,255,255,.05) 0%, rgba(255,255,255,0) 24%),
    linear-gradient(135deg, #770615 0%, #A10822 52%, #C30B24 100%)!important;
}

.portfolio-check h2,
.private-wealth h2,
.global-nri h2,
.lead-section h2,
.inner-disclaimer-section h2{
  background:linear-gradient(180deg,#FFFFFF 0%, #FFE7EC 100%)!important;
  background-clip:text!important;
  -webkit-background-clip:text!important;
  color:transparent!important;
  -webkit-text-fill-color:transparent!important;
  text-shadow:0 1px 0 rgba(0,0,0,.02)!important;
}

.portfolio-check .eyebrow,
.private-wealth .eyebrow,
.global-nri .eyebrow,
.lead-section .eyebrow,
.inner-disclaimer-section .eyebrow{
  color:#FFD5DD!important;
}

.portfolio-check .eyebrow:before,
.private-wealth .eyebrow:before,
.global-nri .eyebrow:before,
.lead-section .eyebrow:before,
.inner-disclaimer-section .eyebrow:before{
  background:#FFD5DD!important;
}

.portfolio-check p,
.private-wealth p,
.global-nri p,
.lead-section p,
.inner-disclaimer-section p{
  color:#FFF1F3!important;
}

/* ---------- 4) Restore 50:50 split for FORM sections ---------- */
@media(min-width:1001px){
  .portfolio-grid,
  .calculator-layout,
  .lead-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:54px!important;
    align-items:start!important;
  }

  .portfolio-grid > div:first-child,
  .calc-intro,
  .lead-copy{
    max-width:none!important;
    width:100%!important;
    margin:0!important;
    text-align:left!important;
    align-self:start!important;
    padding-top:6px!important;
  }

  .portfolio-grid > div:first-child > .eyebrow,
  .calc-intro > .eyebrow,
  .lead-copy > .eyebrow{
    justify-content:flex-start!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  .portfolio-grid > div:first-child > h2,
  .calc-intro > h2,
  .lead-copy > h2{
    width:auto!important;
    max-width:610px!important;
    margin:0 0 18px!important;
    text-align:left!important;
    white-space:normal!important;
  }

  .portfolio-grid > div:first-child > p,
  .calc-intro > p,
  .lead-copy > p{
    max-width:590px!important;
    margin:0 0 24px!important;
    text-align:left!important;
  }

  .health-tags,
  .goal-selector,
  .lead-points{
    justify-content:flex-start!important;
  }

  .portfolio-grid > .glass-form,
  .calculator-layout > .calculator-card,
  .lead-grid > .lead-form{
    max-width:none!important;
    width:100%!important;
    margin:0!important;
  }
}

/* ---------- 5) Premium form refinements ---------- */
.glass-form,
.lead-form,
.calculator-card{
  border-radius:22px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 16px 44px rgba(59,4,12,.16)!important;
}

.glass-form{
  background:linear-gradient(180deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,.07) 100%)!important;
}

.glass-form input,
.glass-form select,
.glass-form input[type="file"],
.lead-form input,
.lead-form select,
.input-grid input,
.input-fields input{
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  color:#fff!important;
}

.glass-form input::placeholder,
.lead-form input::placeholder,
.input-grid input::placeholder,
.input-fields input::placeholder{
  color:rgba(255,255,255,.72)!important;
}

.glass-form input:focus,
.glass-form select:focus,
.lead-form input:focus,
.lead-form select:focus,
.input-grid input:focus,
.input-fields input:focus{
  border-color:#FFD5DD!important;
  box-shadow:0 0 0 4px rgba(255,213,221,.13)!important;
}

/* Improve file input readability */
.glass-form input[type="file"]{
  padding:10px 12px!important;
}
.glass-form input[type="file"]::file-selector-button{
  margin-right:12px!important;
  border:0!important;
  border-radius:8px!important;
  padding:8px 12px!important;
  background:#fff!important;
  color:#7D0718!important;
  font-weight:600!important;
}

/* ---------- 6) Card grid polish ---------- */
.segments-track,
.why-grid,
.solutions-grid,
.inner-feature-grid,
.inner-process-grid{
  justify-content:center!important;
}

.segment-card,
.solution-card,
.solution-feature,
.inner-feature-card,
.article-card,
.why-grid article,
.journey article{
  border-color:#E9D6DB!important;
}

.segment-card h3,
.solution-card h3,
.solution-feature h3,
.why-grid h3,
.journey h3,
.inner-feature-card h3,
.inner-process-grid h3{
  color:#251B1E!important;
}

.segment-card p,
.solution-card p,
.solution-feature p,
.why-grid p,
.journey p,
.inner-feature-card p,
.inner-process-grid p{
  color:#6B5D62!important;
}

/* ---------- 7) Responsive stacking ---------- */
@media(max-width:1000px){
  .portfolio-grid,
  .calculator-layout,
  .lead-grid{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }

  .portfolio-grid > div:first-child,
  .calc-intro,
  .lead-copy{
    text-align:center!important;
    max-width:930px!important;
    margin:0 auto!important;
  }

  .portfolio-grid > div:first-child > .eyebrow,
  .calc-intro > .eyebrow,
  .lead-copy > .eyebrow,
  .health-tags,
  .goal-selector,
  .lead-points{
    justify-content:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .portfolio-grid > div:first-child > h2,
  .calc-intro > h2,
  .lead-copy > h2,
  .portfolio-grid > div:first-child > p,
  .calc-intro > p,
  .lead-copy > p{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}


/* V4.7 — Scroll-dot rail removed */
.v4-scroll-rail{display:none!important}


/* ===== v4-8.css ===== */

/* ==========================================================
   WEALGROW V4.8 — FULL REVIEW / PROFESSIONAL ALIGNMENT FIXES
   - Brand casing: WealGrow
   - Center / balance misaligned sections
   - Fix dark red section heading readability
   - Keep professional 50:50 form sections
   - Make split/insight/about sections more cohesive
   ========================================================== */

:root{
  --wg-text:#24191d;
  --wg-muted:#6d6064;
  --wg-red:#c30824;
  --wg-red-deep:#850619;
  --wg-red-soft:#fff4f6;
  --wg-surface:#fffdfd;
  --wg-line:#ecd6db;
}

/* ---------- Brand text casing helpers ---------- */
.brand-word{ text-transform:none!important; letter-spacing:.01em!important; }

/* ---------- Universal section rhythm ---------- */
.section .container{ position:relative; }
.section-heading,
.section-heading.centered,
.section-heading.split-heading,
.photo-story-head,
.about-grid,
.faq-copy,
.lead-copy,
.wealth-copy,
.global-copy,
.calc-intro{
  max-width:1200px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* ---------- Major centered headings ---------- */
.section-heading.centered,
.section-heading.split-heading,
.photo-story-head,
.about-section .about-grid,
.ecosystem-section .section-heading,
#insights .section-heading{
  text-align:center!important;
}

.section-heading.centered > div,
.section-heading.split-heading > div,
.photo-story-head > div{
  width:100%!important;
}

.section-heading.centered h2,
.section-heading.split-heading h2,
.photo-story-head h2,
.about-grid h2,
.ecosystem-section h2,
#insights h2,
.dashboard-section h2,
.journey-section h2,
.client-segments h2,
.about-section h2,
.footer-cta h2{
  max-width:980px!important;
  width:auto!important;
  white-space:normal!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  line-height:1.12!important;
  text-wrap:balance!important;
}

.section-heading.centered p,
.section-heading.split-heading p,
.photo-story-head p,
.ecosystem-section .section-heading p,
.about-lead,
.center-note,
#insights .section-heading p,
.dashboard-section .section-heading p,
.client-segments .section-heading p{
  max-width:860px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  color:var(--wg-muted)!important;
}

/* Split heading CTA like Insights should center under heading */
.section-heading.split-heading{
  display:block!important;
}
.section-heading.split-heading > a,
.section-heading.split-heading .text-link{
  display:inline-flex!important;
  margin:16px auto 0!important;
  justify-content:center!important;
}

/* ---------- Photo story refinement ---------- */
.photo-story-head{
  gap:18px!important;
  align-items:center!important;
  justify-content:center!important;
}
.photo-story-head .eyebrow,
.section-heading .eyebrow,
.about-grid .eyebrow,
.faq-copy .eyebrow,
.lead-copy .eyebrow,
.wealth-copy .eyebrow,
.global-copy .eyebrow,
.calc-intro .eyebrow{
  justify-content:center!important;
  text-align:center!important;
}

/* ---------- 50:50 form sections kept professional ---------- */
@media(min-width:1100px){
  .portfolio-grid,
  .calculator-layout,
  .lead-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:56px!important;
    align-items:center!important;
  }

  .portfolio-grid > div:first-child,
  .calc-intro,
  .lead-copy{
    text-align:left!important;
    align-self:center!important;
  }

  .portfolio-grid > div:first-child .eyebrow,
  .calc-intro .eyebrow,
  .lead-copy .eyebrow,
  .portfolio-grid > div:first-child > p,
  .calc-intro > p,
  .lead-copy > p,
  .health-tags,
  .goal-selector,
  .lead-points{
    margin-left:0!important;
    margin-right:0!important;
    justify-content:flex-start!important;
    text-align:left!important;
  }

  .portfolio-grid > div:first-child > h2,
  .calc-intro > h2,
  .lead-copy > h2{
    max-width:560px!important;
    margin:0 0 18px!important;
    text-align:left!important;
    white-space:normal!important;
  }

  .portfolio-grid > .glass-form,
  .calculator-layout > .calculator-card,
  .lead-grid > .lead-form{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }
}

@media(max-width:1099px){
  .portfolio-grid,
  .calculator-layout,
  .lead-grid,
  .private-grid,
  .global-grid,
  .wealth-grid,
  .about-grid,
  .faq-grid{
    grid-template-columns:1fr!important;
  }
  .portfolio-grid > div:first-child,
  .calc-intro,
  .lead-copy,
  .about-grid,
  .faq-copy{
    text-align:center!important;
  }
  .portfolio-grid > div:first-child .eyebrow,
  .calc-intro .eyebrow,
  .lead-copy .eyebrow,
  .health-tags,
  .goal-selector,
  .lead-points{
    justify-content:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .portfolio-grid > div:first-child > h2,
  .calc-intro > h2,
  .lead-copy > h2,
  .portfolio-grid > div:first-child > p,
  .calc-intro > p,
  .lead-copy > p{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* ---------- Dark red sections: readable headings + centered structure ---------- */
.portfolio-check,
.private-wealth,
.global-nri,
.lead-section{
  background:
    radial-gradient(circle at 14% 12%, rgba(255,255,255,.10), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(255,255,255,.06), transparent 26%),
    linear-gradient(135deg, #8e081a 0%, #c30824 54%, #dd001e 100%)!important;
}

.portfolio-check h2,
.private-wealth h2,
.global-nri h2,
.lead-section h2{
  background:none!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  text-shadow:none!important;
}

.portfolio-check p,
.private-wealth p,
.global-nri p,
.lead-section p,
.portfolio-check .eyebrow,
.private-wealth .eyebrow,
.global-nri .eyebrow,
.lead-section .eyebrow,
.portfolio-check .health-tags span,
.global-features span,
.lead-points span{
  color:#fff!important;
}

.portfolio-check .eyebrow:before,
.private-wealth .eyebrow:before,
.global-nri .eyebrow:before,
.lead-section .eyebrow:before{
  background:rgba(255,255,255,.75)!important;
}

.health-tags span,
.global-features span,
.lead-points span{
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.22)!important;
}

/* ---------- Buttons in dark sections ---------- */
.portfolio-check .btn,
.private-wealth .btn,
.global-nri .btn,
.lead-section .btn{
  background:#fff!important;
  color:var(--wg-red-deep)!important;
  border-color:#fff!important;
  box-shadow:0 14px 30px rgba(67,0,10,.18)!important;
}

.portfolio-check .btn:hover,
.private-wealth .btn:hover,
.global-nri .btn:hover,
.lead-section .btn:hover{
  transform:translateY(-2px)!important;
}

/* ---------- Forms on red background ---------- */
.glass-form,
.lead-form{
  background:linear-gradient(180deg, rgba(255,255,255,.11) 0%, rgba(255,255,255,.08) 100%)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:26px!important;
  padding:28px!important;
  box-shadow:0 18px 44px rgba(70,0,14,.16)!important;
}

.glass-form label,
.lead-form label{ color:#fff!important; }
.glass-form .consent,
.lead-form .consent{ display:flex!important; align-items:flex-start!important; gap:12px!important; }
.glass-form .consent span,
.lead-form .consent span{ color:#fff!important; line-height:1.55!important; }
.glass-form .consent input,
.lead-form .consent input{ width:18px!important; height:18px!important; margin-top:4px!important; accent-color:#fff!important; background:#fff!important; }

.glass-form input,
.glass-form select,
.lead-form input,
.lead-form select{
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.22)!important;
}
.glass-form input::placeholder,
.lead-form input::placeholder{ color:rgba(255,255,255,.72)!important; }
.glass-form input[type=file]::file-selector-button{
  border:0!important; background:#fff!important; color:var(--wg-red-deep)!important;
  border-radius:8px!important; padding:9px 14px!important; font-weight:600!important;
}

/* ---------- Goal planner specific fix ---------- */
.sage-section .calculator-layout{
  align-items:center!important;
}
.sage-section .calc-intro h2{
  max-width:640px!important;
}
.sage-section .calculator-card{
  background:#fff!important;
  border:1px solid #efe6e8!important;
  box-shadow:0 18px 44px rgba(77,27,35,.08)!important;
}
.sage-section .calculator-card h3,
.sage-section .calculator-card label,
.sage-section .calculator-card p,
.sage-section .calculator-card span,
.sage-section .calculator-card small{ color:var(--wg-text)!important; }

/* ---------- About section becomes premium centered editorial block ---------- */
.about-section .about-grid{
  display:block!important;
  max-width:1100px!important;
  text-align:center!important;
}
.about-section .about-grid > div{
  width:100%!important;
  max-width:100%!important;
}
.about-section .about-grid .eyebrow{ justify-content:center!important; }
.about-section .about-grid h2{ margin-bottom:20px!important; }
.about-section .about-lead{
  max-width:900px!important;
  margin:0 auto 44px!important;
  font-size:clamp(19px,1.8vw,24px)!important;
  line-height:1.55!important;
}
.about-section .principles{
  max-width:900px!important;
  margin:0 auto!important;
  border-top:1px solid var(--wg-line)!important;
}
.about-section .principles > div{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:24px!important;
  align-items:center!important;
  padding:22px 0!important;
  border-bottom:1px solid var(--wg-line)!important;
  text-align:left!important;
}
.about-section .principles strong{ color:var(--wg-text)!important; }
.about-section .principles span{ color:var(--wg-muted)!important; justify-self:end!important; text-align:right!important; }

/* ---------- Insights section polish ---------- */
#insights .section-heading{
  margin-bottom:34px!important;
}
#insights .insights-grid{
  margin-top:10px!important;
}

/* ---------- Ecosystem / stats center fix ---------- */
.logo-placeholders,
.stats-placeholder{
  justify-content:center!important;
}
.logo-placeholders{
  gap:16px!important;
}
.logo-placeholders span{
  min-height:82px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
.stats-placeholder{
  text-align:center!important;
}
.stats-placeholder div{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}

/* ---------- General card/icon consistency ---------- */
.solution-icon,
.icon-tile,
.v4-feature-badge{
  background:linear-gradient(180deg,#fff8f9 0%, #fff1f4 100%)!important;
  border:1px solid #edd4d9!important;
  color:var(--wg-red-deep)!important;
}
.icon-tile img,
.v4-feature-badge img{ filter:invert(13%) sepia(74%) saturate(3232%) hue-rotate(341deg) brightness(83%) contrast(101%)!important; }
.service-no,
.v4-feature-badge small{ background:linear-gradient(180deg,#c30824 0%,#8e081a 100%)!important; color:#fff!important; }

.segment-card,
.solution-card,
.solution-feature,
.solution-wide,
.journey article,
.why-grid article,
.featured-insight,
.insight-list article,
.logo-placeholders span,
.dashboard-mockup,
.calculator-card{
  border-color:var(--wg-line)!important;
}

/* ---------- Footer branding / alignment ---------- */
.footer .brand-word,
.footer-brand p,
.footer h4,
.footer a,
.footer p,
.footer small{ text-transform:none!important; }

/* ---------- Smaller desktops ---------- */
@media(max-width:1280px){
  .section-heading.centered h2,
  .section-heading.split-heading h2,
  .photo-story-head h2,
  .about-grid h2,
  .ecosystem-section h2,
  #insights h2,
  .dashboard-section h2,
  .journey-section h2,
  .client-segments h2,
  .about-section h2,
  .footer-cta h2{ max-width:900px!important; }
}

@media(max-width:780px){
  .about-section .principles > div{
    grid-template-columns:1fr!important;
    text-align:center!important;
  }
  .about-section .principles span{ justify-self:center!important; text-align:center!important; }
  .globe-visual,
  .global-lines,
  .private-orb{ opacity:.75!important; }
}


/* ===== v5.css ===== */

/* ==========================================================
   WEALGROW V5 — LUXURY PRIVATE WEALTH COHESIVE DESIGN
   ========================================================== */
:root{
  --v5-red:#a80922;
  --v5-red-2:#c80b28;
  --v5-wine:#650514;
  --v5-wine-deep:#280208;
  --v5-ink:#251b1e;
  --v5-muted:#6f6266;
  --v5-soft:#fff5f6;
  --v5-soft-2:#f9edef;
  --v5-line:#ead7dc;
  --v5-white:#fff;
  --v5-shadow:0 28px 80px rgba(76,8,20,.10);
}

/* ---------- HOMEPAGE HERO ---------- */
.hero-v5{
  position:relative!important;
  overflow:hidden!important;
  min-height:760px!important;
  padding:132px 0 72px!important;
  background:
    radial-gradient(circle at 72% 8%,rgba(200,11,40,.10),transparent 28%),
    radial-gradient(circle at 12% 72%,rgba(168,9,34,.045),transparent 30%),
    linear-gradient(180deg,#fff 0%,#fffafb 100%)!important;
}
.hero-v5-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(122,11,29,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(122,11,29,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 88%);pointer-events:none}
.hero-v5-orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(1px)}
.hero-v5-orb-a{width:540px;height:540px;right:-250px;top:-250px;border:1px solid rgba(168,9,34,.08);box-shadow:0 0 0 90px rgba(168,9,34,.018),0 0 0 180px rgba(168,9,34,.012)}
.hero-v5-orb-b{width:250px;height:250px;left:-110px;bottom:-80px;background:radial-gradient(circle,rgba(200,11,40,.06),transparent 68%)}
.hero-v5-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(500px,.98fr);gap:78px;align-items:center}
.hero-v5-copy{max-width:690px}
.hero-v5-kicker{display:flex;align-items:center;gap:11px;color:var(--v5-red);font-size:12px;font-weight:650;letter-spacing:.14em;margin-bottom:24px}
.hero-v5-kicker span{display:block;width:34px;height:1px;background:var(--v5-red)}
.hero-v5-copy h1{margin:0;max-width:680px;font-size:clamp(54px,5.4vw,78px)!important;line-height:1.01!important;letter-spacing:-.055em!important;font-weight:600!important;color:var(--v5-ink)!important;background:none!important;-webkit-text-fill-color:initial!important}
.hero-v5-sub{max-width:660px;margin:25px 0 0;font-size:17px;line-height:1.75;color:var(--v5-muted)}
.hero-v5-actions{display:flex;align-items:center;gap:14px;margin-top:31px}
.hero-v5-actions .btn{min-height:52px;padding:0 21px;gap:9px}
.hero-v5-actions .btn img{width:16px;height:16px;filter:brightness(0) invert(1)}
.hero-v5-secondary{min-height:52px;display:flex;align-items:center;gap:10px;padding:7px 13px 7px 8px;border:1px solid var(--v5-line);border-radius:11px;background:#fff;box-shadow:0 9px 26px rgba(70,8,18,.04)}
.hero-v5-secondary-icon{width:37px;height:37px;border-radius:9px;background:var(--v5-soft);display:grid;place-items:center}.hero-v5-secondary-icon img{width:17px;filter:invert(13%) sepia(77%) saturate(3167%) hue-rotate(341deg) brightness(84%)}
.hero-v5-secondary>span:last-child{display:flex;flex-direction:column}.hero-v5-secondary small{font-size:9.5px;color:#8b7b80}.hero-v5-secondary strong{font-size:12px;color:var(--v5-ink);font-weight:600}
.hero-v5-audience{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:27px;font-size:11px;color:#85767a}.hero-v5-audience>span{margin-right:2px}.hero-v5-audience strong{font-weight:600;color:#4e3e43}.hero-v5-audience i{width:3px;height:3px;border-radius:50%;background:#c8aeb4}
.hero-v5-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:33px;padding-top:24px;border-top:1px solid var(--v5-line)}
.hero-v5-principles>div{display:flex;align-items:center;gap:10px}.hero-v5-principles img{width:20px;height:20px;filter:invert(13%) sepia(77%) saturate(3167%) hue-rotate(341deg) brightness(84%)}.hero-v5-principles span{display:flex;flex-direction:column}.hero-v5-principles strong{font-size:12px;color:var(--v5-ink);font-weight:600}.hero-v5-principles small{font-size:10px;color:#8a7c80}

.hero-v5-visual{position:relative;min-height:640px}
.hero-v5-photo-frame{position:absolute;top:0;right:0;width:83%;height:565px;border-radius:28px;overflow:hidden;background:#ddd;box-shadow:0 40px 100px rgba(61,4,14,.16);border:1px solid rgba(118,13,30,.11)}
.hero-v5-photo{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.hero-v5-photo-frame:hover .hero-v5-photo{transform:scale(1.025)}
.hero-v5-photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(46,3,10,0) 42%,rgba(43,3,9,.72) 100%)}
.hero-v5-photo-label{position:absolute;left:24px;right:24px;bottom:22px;display:flex;align-items:center;gap:11px;color:#fff}.hero-v5-photo-label>img{width:37px;height:37px;padding:8px;border-radius:10px;background:rgba(255,255,255,.13);filter:brightness(0) invert(1);backdrop-filter:blur(10px)}.hero-v5-photo-label span{display:flex;flex-direction:column}.hero-v5-photo-label small{font-size:9px;letter-spacing:.14em;color:#f0cfd5}.hero-v5-photo-label strong{font-size:16px;font-weight:600}
.hero-v5-portfolio{position:absolute;left:0;bottom:0;width:390px;border-radius:20px;background:rgba(255,255,255,.97);border:1px solid #eadcdf;padding:20px;box-shadow:0 28px 70px rgba(65,5,15,.15);backdrop-filter:blur(16px)}
.hero-v5-portfolio-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.hero-v5-portfolio-top>span{display:flex;flex-direction:column}.hero-v5-portfolio-top small{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#8c7b80}.hero-v5-portfolio-top strong{font-size:22px;color:var(--v5-ink)}.hero-v5-portfolio-top b{font-size:9px;color:var(--v5-red);background:var(--v5-soft);padding:7px 8px;border-radius:999px;font-weight:600}
.hero-v5-portfolio-chart{height:105px;margin:12px 0 5px}.hero-v5-portfolio-chart svg{width:100%;height:100%}
.hero-v5-allocation{display:grid;grid-template-columns:1fr 1fr;gap:7px 12px}.hero-v5-allocation span{font-size:9.5px;color:#726469;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:6px}.hero-v5-allocation i{width:6px;height:6px;border-radius:50%;background:var(--v5-red)}.hero-v5-allocation span:nth-child(2) i{opacity:.75}.hero-v5-allocation span:nth-child(3) i{opacity:.5}.hero-v5-allocation span:nth-child(4) i{opacity:.3}.hero-v5-allocation strong{font-size:9.5px;color:#44363a}.hero-v5-portfolio>p{margin:12px 0 0;padding-top:10px;border-top:1px solid #eee3e5;font-size:8.5px;line-height:1.5;color:#94868a}
.hero-v5-floating-note{position:absolute;right:3%;top:34px;transform:translateX(22%);display:flex;align-items:center;gap:9px;background:#fff;padding:10px 13px;border:1px solid #e9dadd;border-radius:12px;box-shadow:0 18px 45px rgba(60,4,14,.11)}.hero-v5-floating-note img{width:20px;filter:invert(13%) sepia(77%) saturate(3167%) hue-rotate(341deg) brightness(84%)}.hero-v5-floating-note span{display:flex;flex-direction:column}.hero-v5-floating-note small{font-size:8px;color:#97858a;letter-spacing:.12em}.hero-v5-floating-note strong{font-size:10.5px;color:#493b3f}

/* ---------- INNER PAGES: COHESIVE HERO ---------- */
.inner-hero-v5{position:relative!important;padding:132px 0 72px!important;background:linear-gradient(180deg,#fff 0%,#fff9fa 100%)!important;border-bottom:1px solid #f0e3e6!important;overflow:hidden!important}
.inner-hero-v5:after{content:"";position:absolute;right:-170px;top:-230px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(168,9,34,.07);box-shadow:0 0 0 78px rgba(168,9,34,.018),0 0 0 156px rgba(168,9,34,.012);pointer-events:none}
.inner-hero-v5 .inner-hero-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.72fr)!important;gap:72px!important;min-height:520px!important;align-items:center!important}
.inner-hero-v5 .inner-hero-copy{max-width:730px!important}
.inner-hero-v5 .breadcrumb{font-size:10px!important;margin-bottom:24px!important;color:#8f7c81!important}.inner-hero-v5 .breadcrumb strong{color:var(--v5-red)!important}
.inner-hero-v5 .eyebrow{font-size:11px!important;letter-spacing:.13em!important;margin-bottom:16px!important;color:var(--v5-red)!important;justify-content:flex-start!important}
.inner-hero-v5 .inner-hero-copy h1{max-width:760px!important;font-size:clamp(46px,4.5vw,66px)!important;line-height:1.04!important;letter-spacing:-.052em!important;font-weight:600!important;color:var(--v5-ink)!important}
.inner-hero-v5 .inner-hero-copy>p{max-width:680px!important;font-size:16.5px!important;line-height:1.75!important;color:var(--v5-muted)!important}
.inner-hero-v5 .hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px!important}
.inner-hero-v5 .inner-visual{min-height:500px!important;border-radius:26px!important;border:1px solid #e6d3d8!important;box-shadow:0 32px 80px rgba(66,6,16,.12)!important;background:#6b0717!important;overflow:hidden!important}
.inner-hero-v5 .premium-photo-card .page-photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.inner-hero-v5 .premium-photo-card>.photo-shade{position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(52,2,10,.03) 22%,rgba(53,3,11,.78) 100%)!important}
.inner-hero-v5 .premium-photo-card>.tiny-label{position:absolute!important;left:22px!important;top:20px!important;background:rgba(77,5,17,.62)!important;color:#fff!important;padding:8px 10px!important;border-radius:999px!important;backdrop-filter:blur(10px)!important;font-size:9px!important;letter-spacing:.13em!important}
.inner-hero-v5 .strategy-ring{position:absolute!important;left:50%!important;bottom:76px!important;transform:translateX(-50%)!important;width:190px!important;height:190px!important;background:conic-gradient(#fff 0 28%,rgba(255,255,255,.20) 28% 50%,#e68898 50% 64%,rgba(255,255,255,.10) 64% 100%)!important}.inner-hero-v5 .strategy-ring:after{inset:21px!important;background:rgba(63,5,15,.88)!important}.inner-hero-v5 .strategy-ring strong{color:#fff!important}.inner-hero-v5 .strategy-ring small{color:#eccbd1!important}
.inner-hero-v5 .inner-visual-points{position:absolute!important;left:20px!important;right:20px!important;bottom:24px!important;color:#fff!important;font-size:9px!important}.inner-hero-v5 .inner-visual-points i{background:rgba(255,255,255,.35)!important}
.inner-chip-strip{padding:17px 0!important;background:#6d0718!important;border:0!important}.inner-chip-strip .container{justify-content:center!important}.inner-chip-strip span{font-size:11.5px!important;border-color:rgba(255,255,255,.19)!important;background:rgba(255,255,255,.055)!important;color:#fff!important;padding:8px 11px!important}

/* ---------- INNER PAGE BODY SYSTEM ---------- */
.inner-feature-grid{gap:16px!important}.inner-feature-card{padding:30px!important;min-height:285px!important;background:#fff!important;border:1px solid var(--v5-line)!important;box-shadow:0 10px 30px rgba(70,7,17,.035)!important}.inner-feature-card:hover{transform:translateY(-5px)!important;box-shadow:var(--v5-shadow)!important}.inner-feature-card h3{font-size:22px!important;line-height:1.25!important;color:var(--v5-ink)!important}.inner-feature-card p{font-size:14.5px!important;line-height:1.72!important;color:var(--v5-muted)!important}
.inner-process{display:grid!important;grid-template-columns:.72fr 1.28fr!important;gap:58px!important;align-items:start!important}.inner-process>div:first-child{position:sticky!important;top:115px!important;text-align:left!important;margin:0!important}.inner-process>div:first-child .eyebrow{justify-content:flex-start!important}.inner-process>div:first-child h2{text-align:left!important;margin:0!important;max-width:430px!important}.inner-process-grid{gap:0!important;border:1px solid var(--v5-line)!important;border-radius:20px!important;overflow:hidden!important;background:#fff!important}.inner-process-grid article{min-height:210px!important;border-color:var(--v5-line)!important;background:#fff!important}.inner-process-grid article:hover{background:#fff8f9!important}.inner-process-grid h3{font-size:21px!important;color:var(--v5-ink)!important}.inner-process-grid p{color:var(--v5-muted)!important}
.inner-disclaimer-section{background:linear-gradient(130deg,#4d0410,#760719 58%,#910a20)!important}.inner-disclaimer-grid{display:grid!important;grid-template-columns:.82fr 1.18fr!important;gap:70px!important;align-items:center!important}.inner-disclaimer-grid>div:first-child{text-align:left!important;margin:0!important}.inner-disclaimer-grid>div:first-child .eyebrow{justify-content:flex-start!important}.inner-disclaimer-grid h2{text-align:left!important;margin:0!important;max-width:500px!important;color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important}.inner-disclaimer-grid>div:nth-child(2){text-align:left!important;margin:0!important}.inner-disclaimer-grid p{text-align:left!important;color:#f0dde1!important}
.mini-cta-section{background:#fff!important}.mini-cta{display:grid!important;grid-template-columns:1fr auto!important;gap:35px!important;align-items:center!important;max-width:1140px!important;padding:36px 40px!important;border:1px solid var(--v5-line)!important;border-radius:22px!important;background:linear-gradient(135deg,#fff,#fff6f7)!important;box-shadow:0 22px 65px rgba(70,7,17,.07)!important}.mini-cta>div{text-align:left!important;margin:0!important}.mini-cta>div .eyebrow{justify-content:flex-start!important;margin-left:0!important}.mini-cta h2{text-align:left!important;margin:0!important;max-width:760px!important;font-size:clamp(32px,3.2vw,45px)!important}.mini-cta>.btn{margin:0!important;white-space:nowrap!important}

/* ---------- CONTACT / LOGIN COHESION ---------- */
.contact-page,.login-page{background:linear-gradient(135deg,#4b0410 0%,#7a071a 48%,#a10922 100%)!important}.contact-page .lead-grid,.login-wrap{max-width:1180px!important}.contact-page .lead-form,.login-card{border-radius:24px!important;box-shadow:0 30px 90px rgba(40,0,7,.22)!important}.login-card{border:1px solid #eadadd!important}

/* ---------- FOOTER V5 ---------- */
.footer-v5{position:relative!important;background:linear-gradient(145deg,#220207 0%,#35030b 52%,#240208 100%)!important;color:#fff!important;padding:0 0 24px!important;overflow:visible!important;border-top:0!important}.footer-v5:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#610514,#b70a26,#e25066,#760619)}
.footer-v5-cta-wrap{padding:62px 0 10px!important}.footer-v5-cta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:30px 32px;border-radius:20px;background:linear-gradient(135deg,#fff,#fff3f5);border:1px solid rgba(255,255,255,.8);box-shadow:0 26px 80px rgba(17,0,3,.24);color:var(--v5-ink)}
.footer-v5-cta-icon{width:52px;height:52px;border-radius:15px;background:#f9e8eb;display:grid;place-items:center}.footer-v5-cta-icon img{width:23px;filter:invert(13%) sepia(77%) saturate(3167%) hue-rotate(341deg) brightness(84%)}
.footer-v5-cta-copy>span{display:block;color:var(--v5-red);font-size:10px;font-weight:700;letter-spacing:.14em;margin-bottom:6px}.footer-v5-cta h2{margin:0!important;text-align:left!important;max-width:760px!important;font-size:clamp(27px,2.8vw,39px)!important;line-height:1.12!important;color:var(--v5-ink)!important;background:none!important;-webkit-text-fill-color:initial!important}.footer-v5-cta p{margin:8px 0 0;color:var(--v5-muted);font-size:13px}.footer-v5-cta-actions{display:flex;flex-direction:column;align-items:flex-end;gap:9px}.footer-v5-cta-actions .btn{white-space:nowrap;gap:7px}.footer-v5-cta-actions .btn img{width:14px;filter:brightness(0) invert(1)}.footer-v5-text-link{font-size:11px;color:var(--v5-red);font-weight:600}
.footer-v5-main{display:grid;grid-template-columns:.75fr 1.25fr;gap:76px;padding:58px 0 42px!important;border-bottom:1px solid rgba(255,255,255,.10)}
.footer-v5-brand{display:flex;align-items:center;gap:12px;color:#fff}.footer-v5-mark{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#b20a25,#770619);border:1px solid rgba(255,255,255,.14);font-size:18px;font-weight:700}.footer-v5-brand>span:last-child{display:flex;flex-direction:column}.footer-v5-brand strong{font-size:21px;letter-spacing:.01em}.footer-v5-brand small{margin-top:2px;color:#cbb6bb;font-size:9px;letter-spacing:.08em}.footer-v5-brand-panel>p:first-of-type{margin:18px 0 0;color:#efc5cd;font-size:16px;font-weight:550}.footer-v5-brand-copy{max-width:380px;margin:12px 0 0;color:#bca6ab!important;font-size:12.5px!important;line-height:1.72!important}
.footer-v5-quick-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.footer-v5-quick-actions a{display:inline-flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid rgba(255,255,255,.13);border-radius:9px;background:rgba(255,255,255,.045);color:#f4e8ea;font-size:10.5px}.footer-v5-quick-actions img{width:14px;filter:brightness(0) invert(1)}
.footer-v5-socials{margin-top:18px!important}.footer-v5-socials a{width:36px!important;height:36px!important}.footer-v5-socials img{width:13px!important;height:13px!important;filter:brightness(0) invert(1)!important;opacity:.78}
.footer-v5-links{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.footer-v5-links h4{margin:0 0 15px;color:#f1a7b4;font-size:10.5px;text-transform:uppercase;letter-spacing:.14em}.footer-v5-links a{display:block;padding:5.5px 0;color:#d8c9cd;font-size:11.5px;transition:.2s}.footer-v5-links a:hover{color:#fff;transform:translateX(3px)}
.footer-v5-regulatory{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:22px 0!important}.footer-v5-regulatory>div{display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid rgba(255,255,255,.10);border-radius:11px;background:rgba(255,255,255,.035)}.footer-v5-regulatory img{width:18px;filter:brightness(0) invert(1);opacity:.68}.footer-v5-regulatory span{display:flex;flex-direction:column}.footer-v5-regulatory small{font-size:8.5px;color:#aa9298}.footer-v5-regulatory strong{font-size:10px;color:#eee4e6;font-weight:550;margin-top:2px}
.footer-v5-disclosure{padding:20px 22px!important;border:1px solid rgba(255,255,255,.09);border-left:3px solid #c20b28;border-radius:11px;background:rgba(255,255,255,.025)}.footer-v5-disclosure-title{display:flex;align-items:center;gap:8px;margin-bottom:9px}.footer-v5-disclosure-title img{width:17px;filter:brightness(0) invert(1);opacity:.8}.footer-v5-disclosure-title strong{font-size:11px;color:#fff}.footer-v5-disclosure p{margin:5px 0;color:#ad989e!important;font-size:9.5px!important;line-height:1.65!important}
.footer-v5-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;padding-top:20px!important;color:#917e83;font-size:9px}.footer-v5-bottom>div{display:flex;gap:15px}.footer-v5-bottom a{color:#aa969b}.footer-v5-bottom>span:last-child{text-align:right;color:#c4aeb3}

/* ---------- RESPONSIVE ---------- */
@media(max-width:1120px){
  .hero-v5-grid{grid-template-columns:1fr!important;gap:48px!important}.hero-v5-copy{max-width:780px}.hero-v5-visual{max-width:760px;width:100%;min-height:610px}.hero-v5-photo-frame{width:78%}.hero-v5-floating-note{right:12%}
  .inner-hero-v5 .inner-hero-grid{grid-template-columns:1fr!important;gap:38px!important}.inner-hero-v5 .inner-visual{max-width:720px!important;width:100%!important}.inner-process{grid-template-columns:1fr!important}.inner-process>div:first-child{position:static!important;text-align:center!important;margin:0 auto 35px!important}.inner-process>div:first-child .eyebrow{justify-content:center!important}.inner-process>div:first-child h2{text-align:center!important;margin:auto!important;max-width:700px!important}.inner-disclaimer-grid{grid-template-columns:1fr!important;gap:24px!important}.inner-disclaimer-grid>div:first-child,.inner-disclaimer-grid>div:nth-child(2),.inner-disclaimer-grid h2,.inner-disclaimer-grid p{text-align:center!important}.inner-disclaimer-grid>div:first-child .eyebrow{justify-content:center!important}.mini-cta{grid-template-columns:1fr!important;text-align:center!important}.mini-cta>div,.mini-cta h2{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.mini-cta>div .eyebrow{justify-content:center!important}.mini-cta>.btn{justify-self:center!important}
  .footer-v5-main{grid-template-columns:1fr!important;gap:40px!important}.footer-v5-links{grid-template-columns:repeat(2,1fr)!important}.footer-v5-cta{grid-template-columns:auto 1fr!important}.footer-v5-cta-actions{grid-column:2;align-items:flex-start}.footer-v5-regulatory{grid-template-columns:1fr 1fr!important}
}
@media(max-width:760px){
  .hero-v5{padding:110px 0 60px!important;min-height:auto!important}.hero-v5-copy h1{font-size:clamp(44px,12vw,58px)!important}.hero-v5-sub{font-size:15px}.hero-v5-actions{display:grid;grid-template-columns:1fr!important}.hero-v5-actions .btn,.hero-v5-secondary{width:100%!important}.hero-v5-principles{grid-template-columns:1fr!important}.hero-v5-visual{min-height:550px}.hero-v5-photo-frame{width:100%;height:440px}.hero-v5-portfolio{width:calc(100% - 26px);left:13px;bottom:0}.hero-v5-floating-note{display:none}.hero-v5-audience{line-height:1.8}
  .inner-hero-v5{padding:108px 0 56px!important}.inner-hero-v5 .inner-hero-copy h1{font-size:clamp(39px,10.5vw,51px)!important}.inner-hero-v5 .inner-visual{min-height:430px!important}.inner-hero-v5 .strategy-ring{width:160px!important;height:160px!important}
  .inner-feature-grid{grid-template-columns:1fr!important}.inner-process-grid{grid-template-columns:1fr!important}.mini-cta{padding:28px 24px!important}
  .footer-v5-cta-wrap{padding-top:42px!important}.footer-v5-cta{grid-template-columns:1fr!important;padding:26px 23px!important}.footer-v5-cta-icon{display:none}.footer-v5-cta h2{text-align:center!important}.footer-v5-cta-copy{text-align:center}.footer-v5-cta-actions{grid-column:auto;align-items:center}.footer-v5-main{padding:48px 0 34px!important}.footer-v5-brand-panel{text-align:center}.footer-v5-brand{justify-content:center}.footer-v5-brand-copy{margin-left:auto!important;margin-right:auto!important}.footer-v5-quick-actions,.footer-v5-socials{justify-content:center}.footer-v5-links{grid-template-columns:1fr 1fr!important}.footer-v5-regulatory{grid-template-columns:1fr!important}.footer-v5-bottom{grid-template-columns:1fr!important;text-align:center}.footer-v5-bottom>div{justify-content:center;flex-wrap:wrap}.footer-v5-bottom>span:last-child{text-align:center}
}
@media(max-width:480px){.footer-v5-links{grid-template-columns:1fr!important}.hero-v5-portfolio{padding:16px}.hero-v5-allocation{grid-template-columns:1fr!important}}


/* ===== v5-1.css ===== */

/* ==========================================================
   WealGrow V5.1 — READABILITY / RESPONSIVE / COLOR QA PASS
   ========================================================== */
:root{
  --v51-red:#b40925;
  --v51-red-2:#d20b2c;
  --v51-wine:#7d0719;
  --v51-ink:#241b1e;
  --v51-muted:#675b5f;
  --v51-soft:#fff6f7;
  --v51-soft-2:#f9edef;
  --v51-line:#ead7dc;
  --v51-white:#fff;
  --green:var(--v51-red)!important;
  --emerald:var(--v51-red)!important;
  --wg-green:var(--v51-red)!important;
  --wg-green-2:var(--v51-red)!important;
  --wg-green-3:var(--v51-red-2)!important;
  --red:var(--v51-red)!important;
  --red-2:var(--v51-red-2)!important;
}

html{font-size:16px!important;overflow-x:hidden!important}
body{font-size:16px!important;color:var(--v51-ink)!important;overflow-x:hidden!important}

/* Never force headings outside their container */
.section-title-one-line{white-space:normal!important;width:auto!important;max-width:100%!important;overflow:visible!important;text-wrap:balance!important}
h1,h2,h3,h4,p,span,strong,small,label,a,button{overflow-wrap:normal;word-break:normal}

/* ---------- Readable global type floor ---------- */
p{font-size:15.5px!important;line-height:1.72!important}
.eyebrow{font-size:12.5px!important;line-height:1.35!important;letter-spacing:.115em!important}
.btn{font-size:14px!important;font-weight:600!important}
.text-link{font-size:14px!important}
.legal-note,.center-note{font-size:12.5px!important;line-height:1.65!important}

/* ---------- Main section headings: no clipping ---------- */
.section-heading h2,
.photo-story-head h2,
.wealth-copy h2,
.faq-copy h2,
.about-grid h2,
.calc-intro h2,
.global-copy h2,
.lead-copy h2{
  font-size:clamp(38px,3.8vw,54px)!important;
  line-height:1.10!important;
  letter-spacing:-.042em!important;
  max-width:1080px!important;
  text-wrap:balance!important;
  white-space:normal!important;
}
.section-heading p,.photo-story-head p{font-size:16px!important;max-width:820px!important}

/* ---------- Hero readability ---------- */
.hero-v5-copy h1{font-size:clamp(52px,5vw,72px)!important;line-height:1.035!important;max-width:720px!important}
.hero-v5-sub{font-size:17px!important;line-height:1.72!important}
.hero-v5-kicker{font-size:12.5px!important}
.hero-v5-secondary small{font-size:12px!important}.hero-v5-secondary strong{font-size:14px!important}
.hero-v5-audience{font-size:13px!important}.hero-v5-principles strong{font-size:13px!important}.hero-v5-principles small{font-size:12px!important}
.hero-v5-photo-label small{font-size:11.5px!important}.hero-v5-photo-label strong{font-size:17px!important}
.hero-v5-portfolio-top small,.hero-v5-portfolio-top b{font-size:11.5px!important}.hero-v5-portfolio-top strong{font-size:23px!important}
.hero-v5-allocation span,.hero-v5-allocation strong{font-size:12px!important}.hero-v5-portfolio>p{font-size:11.5px!important}
.hero-v5-floating-note small{font-size:10.5px!important}.hero-v5-floating-note strong{font-size:12.5px!important}

/* ---------- Inner page readable type ---------- */
.inner-hero-v5 .breadcrumb{font-size:12px!important}.inner-hero-v5 .eyebrow{font-size:12.5px!important}.inner-hero-v5 .inner-hero-copy>p{font-size:16.5px!important}
.inner-hero-v5 .premium-photo-card>.tiny-label{font-size:11.5px!important}
.inner-chip-strip span{font-size:13px!important;padding:9px 12px!important}
.inner-feature-card h3{font-size:24px!important}.inner-feature-card p{font-size:15px!important}
.inner-process-grid h3{font-size:22px!important}.inner-process-grid p{font-size:14.5px!important}
.inner-disclaimer-grid p{font-size:14.5px!important}

/* ---------- Cards / lists readable ---------- */
.solution-card h3,.solution-feature h3,.solution-wide h3,.wealth-row h3,.journey h3,.why-grid h3,.segment-card h3{font-size:23px!important;line-height:1.25!important}
.solution-card p,.solution-feature p,.solution-wide p,.wealth-row p,.journey p,.why-grid p,.segment-card p{font-size:14.5px!important;line-height:1.68!important}
.service-no{font-size:11px!important}
.v4-feature-badge small{font-size:10px!important}
.chip-row span,.health-tags span,.global-features span,.lead-points span{font-size:12px!important}

/* ---------- Dashboard: remove tiny 9px type ---------- */
.dash-brand,.dash-sidebar span{font-size:12.5px!important}.dash-title small{font-size:11px!important}.dash-title h3{font-size:25px!important}.dash-title button{font-size:12px!important}
.metric-grid small,.metric-grid span,.panel-head,.panel-head span,.alloc-legend,.goal-progress>div{font-size:11.5px!important}
.metric-grid strong{font-size:21px!important}

/* ---------- ALL calculators: pure red/neutral, no legacy green ---------- */
.tabs{background:#f5eeee!important}.tab-btn{font-size:13px!important;color:#63575b!important}.tab-btn.active{background:var(--v51-red)!important;color:#fff!important;box-shadow:0 8px 22px rgba(180,9,37,.14)!important}
.tool-grid{border:1px solid var(--v51-line)!important;background:#fff!important;padding:30px!important}
.tool-inputs label,.input-fields label{font-size:14px!important;color:#554a4e!important}.tool-inputs label strong{color:var(--v51-red)!important;font-size:14px!important}
.tool-inputs input[type=range]{accent-color:var(--v51-red)!important}
.tool-result{background:#fff7f8!important;border:1px solid #f0dde1!important}
.result-donut{background:conic-gradient(var(--v51-red) 0 58%,#f1dce1 58% 100%)!important}.result-donut:after{background:#fff7f8!important}
.result-donut small,.big-number small,.result-stats small,.tool-result>p{font-size:12.5px!important;color:#786a6e!important}.result-donut strong,.big-number strong{color:var(--v51-red)!important;font-size:32px!important}
.result-stats div{border-color:#eadadd!important}.result-stats strong{font-size:18px!important;color:#33272b!important}
.risk-progress{font-size:12.5px!important}.risk-progress b{background:var(--v51-red)!important}.risk-question{font-size:30px!important}.risk-options button{font-size:14px!important}.risk-options button:hover{border-color:var(--v51-red)!important;background:#fff4f6!important}.text-button{font-size:13px!important;color:var(--v51-red)!important}
.donut{background:conic-gradient(#8f0a20 0 42%,#bd3048 42% 68%,#e27688 68% 86%,#7f6268 86% 100%)!important}.l1{background:#8f0a20!important}.l2{background:#bd3048!important}.l3{background:#e27688!important}.l4{background:#7f6268!important}
.dash-chart-panel path[stroke],.growth-chart .line{stroke:var(--v51-red)!important}.dash-chart-panel stop:first-child,.growth-chart stop:first-child{stop-color:var(--v51-red)!important}.goal-progress b{background:var(--v51-red)!important}

/* ---------- Goal Planner: inputs visible + no cut heading ---------- */
#goal-planner{overflow:hidden!important}
#goal-planner .calculator-layout{align-items:center!important}
#goal-planner .calc-intro{min-width:0!important}
#goal-planner .calc-intro h2{font-size:clamp(40px,4vw,54px)!important;max-width:610px!important;white-space:normal!important;overflow:visible!important}
#goal-planner .calc-intro p{font-size:16px!important}
.goal-selector button{font-size:13px!important;padding:10px 14px!important;color:#5c5155!important;border-color:#decdd1!important}.goal-selector button.active{background:var(--v51-red)!important;color:#fff!important;border-color:var(--v51-red)!important}
#goal-planner .calculator-card{background:#fff!important;border:1px solid #ecdcdf!important;box-shadow:0 22px 55px rgba(65,10,20,.09)!important;padding:28px!important;min-width:0!important}
#goal-planner .calc-card-head h3{font-size:24px!important;color:var(--v51-ink)!important}.calc-card-head>span{font-size:12px!important;background:#fff1f4!important;color:var(--v51-red)!important}
#goal-planner .input-grid label{font-size:13.5px!important;color:#554a4e!important}
#goal-planner .input-grid input{display:block!important;width:100%!important;min-height:46px!important;margin-top:8px!important;background:#fff!important;color:var(--v51-ink)!important;border:1px solid #ded0d4!important;border-radius:10px!important;padding:10px 12px!important;opacity:1!important;-webkit-text-fill-color:var(--v51-ink)!important}
#goal-planner .input-grid input:focus{border-color:#c76476!important;box-shadow:0 0 0 4px rgba(180,9,37,.08)!important;outline:0!important}
#goal-planner .calc-result{background:linear-gradient(135deg,#94071c,#bd0926)!important;color:#fff!important;padding:22px!important;border-radius:16px!important}
#goal-planner .calc-result span,#goal-planner .calc-result small{color:#ffe7ec!important;font-size:12.5px!important}#goal-planner .calc-result strong{color:#fff!important;font-size:38px!important}
#goal-planner .legal-note{color:#706267!important;font-size:12.5px!important}

/* ---------- Dark sections: enforce contrast, never black on red ---------- */
.portfolio-check,.private-wealth,.global-nri,.lead-section,.inner-disclaimer-section{color:#fff!important}
.portfolio-check h1,.portfolio-check h2,.portfolio-check h3,.portfolio-check h4,
.private-wealth h1,.private-wealth h2,.private-wealth h3,.private-wealth h4,
.global-nri h1,.global-nri h2,.global-nri h3,.global-nri h4,
.lead-section h1,.lead-section h2,.lead-section h3,.lead-section h4,
.inner-disclaimer-section h2{
  color:#fff!important;background:none!important;-webkit-text-fill-color:#fff!important;text-shadow:none!important;
}
.portfolio-check p,.private-wealth p,.global-nri p,.lead-section p,.inner-disclaimer-section p{color:#fff0f3!important}
.portfolio-check .eyebrow,.private-wealth .eyebrow,.global-nri .eyebrow,.lead-section .eyebrow,.inner-disclaimer-section .eyebrow{color:#ffdbe2!important}
.private-list span{font-size:13px!important;color:#fff!important}

/* ---------- 50:50 lead / portfolio sections: no overlap ---------- */
@media(min-width:1100px){
  .portfolio-grid,.lead-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;gap:52px!important;align-items:center!important}
  .portfolio-grid>div:first-child,.lead-copy{min-width:0!important;max-width:none!important;padding-right:4px!important}
  .portfolio-grid>div:first-child h2,.lead-copy h2{font-size:clamp(40px,3.35vw,50px)!important;line-height:1.1!important;max-width:560px!important;width:auto!important;white-space:normal!important;overflow:visible!important;text-align:left!important;margin-left:0!important;margin-right:0!important}
  .portfolio-grid>div:first-child p,.lead-copy p{max-width:560px!important;font-size:16px!important;text-align:left!important;margin-left:0!important;margin-right:0!important}
  .portfolio-grid>div:first-child .eyebrow,.lead-copy .eyebrow{justify-content:flex-start!important;margin-left:0!important}
  .health-tags,.lead-points{justify-content:flex-start!important}
  .glass-form,.lead-form{min-width:0!important;width:100%!important;max-width:none!important}
}
.glass-form,.lead-form{padding:28px!important;border-radius:22px!important}.glass-form label,.lead-form label{font-size:13.5px!important;line-height:1.4!important}.glass-form input,.glass-form select,.lead-form input,.lead-form select{min-height:47px!important;font-size:14px!important}.glass-form .consent span,.lead-form .consent span{font-size:12.5px!important;line-height:1.55!important}.glass-form .consent input,.lead-form .consent input{min-height:auto!important;width:18px!important;height:18px!important;flex:none!important}

/* ---------- About section ---------- */
.about-section .about-lead{font-size:20px!important;line-height:1.55!important;color:#675b5f!important}.about-section .principles strong{font-size:14.5px!important}.about-section .principles span{font-size:14px!important}

/* ---------- Insights / ecosystem ---------- */
.insight-visual{background:linear-gradient(135deg,#780719,#bd0b29)!important}.insight-visual>span,.insight-body>span,.insight-list article>span{font-size:11.5px!important}.insight-body p{font-size:14.5px!important}.insight-body a,.insight-list a{font-size:13px!important;color:var(--v51-red)!important}
.logo-placeholders span{font-size:11.5px!important}.stats-placeholder span{font-size:12px!important}.stats-placeholder strong{color:var(--v51-red)!important;font-size:30px!important}

/* ---------- FAQ / contact / login readable ---------- */
.accordion summary{font-size:20px!important}.accordion details p{font-size:14.5px!important}.login-card>label{font-size:13px!important}.login-options{font-size:12.5px!important}.login-card small,.login-card .form-status{font-size:12px!important}

/* ---------- Footer: eliminate micro text ---------- */
.footer-v5-cta-copy>span{font-size:12px!important}.footer-v5-cta p{font-size:14px!important}.footer-v5-text-link{font-size:13px!important}
.footer-v5-brand small{font-size:11.5px!important}.footer-v5-brand-copy{font-size:13.5px!important}.footer-v5-quick-actions a{font-size:12.5px!important}.footer-v5-links h4{font-size:12px!important}.footer-v5-links a{font-size:13px!important;padding:7px 0!important}
.footer-v5-regulatory small{font-size:11px!important}.footer-v5-regulatory strong{font-size:12px!important}.footer-v5-disclosure-title strong{font-size:13px!important}.footer-v5-disclosure p{font-size:12px!important;line-height:1.7!important;color:#d6c3c8!important}.footer-v5-bottom{font-size:11.5px!important}.footer-v5-bottom a{font-size:11.5px!important}

/* ---------- Responsive ---------- */
@media(max-width:1099px){
  .portfolio-grid,.lead-grid,.calculator-layout{grid-template-columns:1fr!important;gap:32px!important}
  .portfolio-grid>div:first-child h2,.lead-copy h2,#goal-planner .calc-intro h2{max-width:820px!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}
  .portfolio-grid>div:first-child p,.lead-copy p,#goal-planner .calc-intro p{max-width:720px!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}
  .portfolio-grid>div:first-child .eyebrow,.lead-copy .eyebrow,#goal-planner .calc-intro .eyebrow,.health-tags,.lead-points,.goal-selector{justify-content:center!important}
}
@media(max-width:760px){
  p{font-size:15px!important}
  .section-heading h2,.photo-story-head h2,.wealth-copy h2,.faq-copy h2,.about-grid h2,.calc-intro h2,.global-copy h2,.lead-copy h2{font-size:clamp(31px,8.4vw,40px)!important;line-height:1.12!important}
  .hero-v5-copy h1{font-size:clamp(42px,11vw,56px)!important}.hero-v5-sub{font-size:15.5px!important}
  #goal-planner .calc-intro h2{font-size:clamp(32px,8.5vw,41px)!important}
  .form-row,.input-grid,.result-stats{grid-template-columns:1fr!important}
  .tool-grid{grid-template-columns:1fr!important;padding:20px!important}.tabs{width:100%!important;overflow-x:auto!important}.tab-btn{white-space:nowrap!important}
  .result-donut{width:190px!important;height:190px!important}
  .glass-form,.lead-form,#goal-planner .calculator-card{padding:20px!important}
  .private-list{grid-template-columns:1fr!important}
  .footer-v5-disclosure{padding:18px!important}
}

/* ---------- V5.1 hotfix: defeat legacy max-content/nowrap selectors ---------- */
.section-heading h2.section-title-one-line,
.photo-story-head h2.section-title-one-line,
.wealth-copy>h2.section-title-one-line,
.calc-intro>h2.section-title-one-line,
.global-copy>h2.section-title-one-line,
.about-grid h2.section-title-one-line,
.faq-copy>h2.section-title-one-line,
.lead-copy>h2.section-title-one-line,
.portfolio-grid>div:first-child>h2.section-title-one-line,
.private-grid>div:first-child>h2.section-title-one-line,
.inner-process>div:first-child>h2.section-title-one-line,
.inner-disclaimer-grid>div:first-child>h2.section-title-one-line,
.mini-cta>div>h2.section-title-one-line{
  width:auto!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow:visible!important;
  text-wrap:balance!important;
}

/* Contact page uses a crisp white card, while homepage lead form remains glass on red. */
.contact-page .lead-form{
  background:#fff!important;
  color:var(--v51-ink)!important;
  border:1px solid #ead9dd!important;
  box-shadow:0 26px 70px rgba(48,0,8,.18)!important;
}
.contact-page .lead-form label,.contact-page .lead-form .consent span{color:#51464a!important}
.contact-page .lead-form input,.contact-page .lead-form select{
  background:#fff9fa!important;
  color:var(--v51-ink)!important;
  -webkit-text-fill-color:var(--v51-ink)!important;
  border:1px solid #e4d4d8!important;
}
.contact-page .lead-form input::placeholder{color:#96898d!important}
.contact-page .lead-form .btn{background:var(--v51-red)!important;color:#fff!important;border-color:var(--v51-red)!important}


/* ===== v5-2.css ===== */

/* V5.2 — themed dropdown fix */
:root{
  --v52-red:#c30824;
  --v52-red-deep:#94071c;
  --v52-red-soft:#fff4f6;
  --v52-border:#efc7d0;
  --v52-text:#35161d;
}

/* Theme all select boxes consistently */
.glass-form select,
.lead-form select,
.contact-page .lead-form select,
.login-card select{
  appearance:none!important;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  background-color:rgba(255,255,255,.10)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.22)!important;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff 50%),
    linear-gradient(135deg, #ffffff 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px);
  background-size:6px 6px, 6px 6px;
  background-repeat:no-repeat;
  padding-right:42px!important;
}

.lead-form select,
.contact-page .lead-form select,
.login-card select{
  background-color:#fff6f7!important;
  color:var(--v52-text)!important;
  border:1px solid var(--v52-border)!important;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--v52-red) 50%),
    linear-gradient(135deg, var(--v52-red) 50%, transparent 50%)!important;
}

.glass-form select:focus,
.lead-form select:focus,
.contact-page .lead-form select:focus,
.login-card select:focus{
  outline:none!important;
  border-color:var(--v52-red)!important;
  box-shadow:0 0 0 4px rgba(195,8,36,.10)!important;
}

/* Theme dropdown menu options */
.glass-form select option,
.lead-form select option,
.contact-page .lead-form select option,
.login-card select option{
  background:#fffafb!important;
  color:var(--v52-text)!important;
}

.glass-form select option:checked,
.glass-form select option:hover,
.lead-form select option:checked,
.lead-form select option:hover,
.contact-page .lead-form select option:checked,
.contact-page .lead-form select option:hover,
.login-card select option:checked,
.login-card select option:hover{
  background:linear-gradient(0deg, var(--v52-red), var(--v52-red))!important;
  color:#ffffff!important;
}

/* Disabled / placeholder looking option */
select option[value=""],
select option[disabled]{
  color:#7d6970!important;
}


/* ===== v5-3.css ===== */

/* ==========================================================
   WealGrow V5.3 — FINAL FORM / CTA / MOBILE POLISH
   ========================================================== */
:root{
  --v53-red:#b80b24;
  --v53-red-2:#d31332;
  --v53-wine:#760718;
  --v53-ink:#25191d;
  --v53-muted:#695d61;
  --v53-rose:#fff4f6;
  --v53-line:#ecd6dc;
  --v53-white:#fff;
  --v53-shadow:0 18px 50px rgba(86,7,22,.11);
  --v53-shadow-strong:0 22px 60px rgba(86,7,22,.17);
}

/* ---------- Global QA ---------- */
html,body{max-width:100%;overflow-x:hidden!important}
*,*:before,*:after{box-sizing:border-box}
img,svg,video,canvas{max-width:100%;height:auto}
.container{max-width:1240px;width:min(1240px,calc(100% - 48px))!important}
main section{overflow:clip}
input,select,textarea,button{max-width:100%;font-family:Inter,Arial,sans-serif!important}

/* ---------- Unified CTA system ---------- */
.btn,
button.btn,
a.btn,
.header-cta,
.mini-cta .btn,
.footer-cta .btn,
.login-card .btn,
.glass-form .btn,
.lead-form .btn{
  min-height:50px!important;
  border-radius:12px!important;
  padding:0 22px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  border:1px solid transparent!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:600!important;
  letter-spacing:-.01em!important;
  white-space:nowrap!important;
  text-align:center!important;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,color .22s ease!important;
  cursor:pointer!important;
}

.btn-primary,
.header-cta,
.contact-page .lead-form .btn,
.login-card .btn-primary{
  background:linear-gradient(135deg,var(--v53-red-2),var(--v53-red))!important;
  color:#fff!important;
  border-color:rgba(128,5,23,.12)!important;
  box-shadow:0 12px 28px rgba(184,11,36,.18)!important;
}
.btn-primary:hover,
.header-cta:hover,
.contact-page .lead-form .btn:hover,
.login-card .btn-primary:hover{
  background:linear-gradient(135deg,#c80e2b,#930719)!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 17px 34px rgba(145,7,27,.24)!important;
}

.btn-secondary{
  background:rgba(255,255,255,.92)!important;
  color:var(--v53-wine)!important;
  border-color:#e4bcc5!important;
  box-shadow:0 8px 22px rgba(86,7,22,.05)!important;
}
.btn-secondary:hover{
  background:var(--v53-rose)!important;
  border-color:#d99aa8!important;
  transform:translateY(-2px)!important;
}

/* Inverse CTA variant in red sections */
.portfolio-check .btn,
.private-wealth .btn,
.global-nri .btn,
.lead-section .btn,
.inner-disclaimer-section .btn,
.btn-gold{
  background:#fff!important;
  color:var(--v53-wine)!important;
  border-color:rgba(255,255,255,.9)!important;
  box-shadow:0 13px 30px rgba(62,3,14,.16)!important;
}
.portfolio-check .btn:hover,
.private-wealth .btn:hover,
.global-nri .btn:hover,
.lead-section .btn:hover,
.inner-disclaimer-section .btn:hover,
.btn-gold:hover{
  background:#fff4f6!important;
  color:#6f0617!important;
  transform:translateY(-2px)!important;
}

.btn:focus-visible,.tab-btn:focus-visible,.goal-selector button:focus-visible,.wg-select-trigger:focus-visible{
  outline:0!important;
  box-shadow:0 0 0 4px rgba(184,11,36,.14),0 10px 28px rgba(184,11,36,.12)!important;
}

.text-link{
  color:var(--v53-red)!important;
  font-size:14px!important;
  font-weight:600!important;
  text-decoration:none!important;
}
.text-link:hover{color:var(--v53-wine)!important}

/* Small UI buttons follow same language */
.tab-btn,.goal-selector button,.risk-options button,.dash-title button,.text-button{
  border-radius:10px!important;
  font-weight:550!important;
  transition:.2s ease!important;
}
.tab-btn.active,.goal-selector button.active{
  background:linear-gradient(135deg,var(--v53-red-2),var(--v53-red))!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 8px 22px rgba(184,11,36,.14)!important;
}

/* ---------- Premium glass form system ---------- */
.glass-form,
.lead-section .lead-form{
  position:relative!important;
  background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.07))!important;
  border:1px solid rgba(255,255,255,.26)!important;
  border-radius:24px!important;
  padding:30px!important;
  box-shadow:0 24px 70px rgba(78,3,16,.17),inset 0 1px 0 rgba(255,255,255,.10)!important;
  backdrop-filter:blur(18px) saturate(125%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(125%)!important;
}
.glass-form:before,.lead-section .lead-form:before{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(130deg,rgba(255,255,255,.10),transparent 35% 75%,rgba(255,255,255,.045));
}
.glass-form>* ,.lead-section .lead-form>*{position:relative;z-index:1}

/* Light-page forms/cards */
.contact-page .lead-form,.login-card,#goal-planner .calculator-card{
  background:rgba(255,255,255,.96)!important;
  border:1px solid var(--v53-line)!important;
  border-radius:24px!important;
  box-shadow:var(--v53-shadow)!important;
  backdrop-filter:blur(16px)!important;
}

/* Labels */
.glass-form label,.lead-form label,.login-card>label,#goal-planner .input-grid label{
  display:block!important;
  font-size:13.5px!important;
  line-height:1.35!important;
  font-weight:550!important;
  margin-bottom:14px!important;
}
.glass-form label,.lead-section .lead-form label{color:#fff!important}
.contact-page .lead-form label,.login-card>label,#goal-planner .input-grid label{color:#4f4146!important}

/* Inputs */
.glass-form input:not([type=checkbox]):not([type=file]),
.glass-form textarea,
.lead-section .lead-form input:not([type=checkbox]),
.lead-section .lead-form textarea{
  width:100%!important;
  min-height:50px!important;
  margin-top:7px!important;
  padding:12px 14px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  font-size:14px!important;
  outline:0!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055)!important;
  transition:.2s ease!important;
}
.glass-form input::placeholder,.lead-section .lead-form input::placeholder{color:rgba(255,255,255,.70)!important}

.contact-page .lead-form input:not([type=checkbox]),
.contact-page .lead-form textarea,
.login-card input,
#goal-planner .input-grid input{
  width:100%!important;
  min-height:50px!important;
  padding:12px 14px!important;
  border:1px solid #dfcbd0!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,#fff,#fffafb)!important;
  color:var(--v53-ink)!important;
  font-size:14px!important;
  outline:0!important;
  box-shadow:inset 0 1px 2px rgba(59,8,18,.025)!important;
}
.contact-page .lead-form input::placeholder,.login-card input::placeholder,#goal-planner .input-grid input::placeholder{color:#96878c!important}

.glass-form input:focus,.glass-form textarea:focus,
.lead-form input:focus,.lead-form textarea:focus,
.login-card input:focus,#goal-planner .input-grid input:focus{
  border-color:#e994a4!important;
  box-shadow:0 0 0 4px rgba(184,11,36,.10),inset 0 1px 2px rgba(59,8,18,.02)!important;
}

/* File upload */
.glass-form input[type=file]{
  width:100%!important;min-height:52px!important;margin-top:7px!important;padding:7px!important;
  background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.28)!important;
  border-radius:11px!important;color:#fff!important;font-size:13px!important;
}
.glass-form input[type=file]::file-selector-button{
  min-height:36px!important;margin-right:10px!important;padding:0 13px!important;border:0!important;border-radius:8px!important;
  background:#fff!important;color:var(--v53-wine)!important;font-weight:600!important;cursor:pointer!important;
}

/* Checkbox */
.consent{display:flex!important;align-items:flex-start!important;gap:11px!important;margin:15px 0!important}
.consent input[type=checkbox]{
  appearance:none!important;-webkit-appearance:none!important;
  width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin:1px 0 0!important;
  border-radius:5px!important;border:1.5px solid currentColor!important;background:#fff!important;position:relative!important;cursor:pointer!important;
}
.glass-form .consent input[type=checkbox],.lead-section .lead-form .consent input[type=checkbox]{color:rgba(255,255,255,.72)!important}
.consent input[type=checkbox]:checked{background:var(--v53-red)!important;border-color:var(--v53-red)!important}
.consent input[type=checkbox]:checked:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:800}
.consent span{font-size:12.5px!important;line-height:1.55!important}

/* ---------- Custom themed select (JS-enhanced) ---------- */
.wg-select{position:relative;width:100%;margin-top:7px}
.wg-select select.wg-native-select{
  position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;inset:auto!important;
}
.wg-select-trigger{
  width:100%;min-height:50px;padding:0 44px 0 14px;border-radius:11px;border:1px solid #dfcbd0;
  background:linear-gradient(180deg,#fff,#fffafb);color:var(--v53-ink);font-size:14px;font-weight:500;
  text-align:left;display:flex;align-items:center;position:relative;cursor:pointer;transition:.2s ease;
}
.wg-select-trigger:after{
  content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:2px solid var(--v53-red);border-bottom:2px solid var(--v53-red);transform:translateY(-65%) rotate(45deg);transition:.2s ease;
}
.wg-select.is-open .wg-select-trigger:after{transform:translateY(-20%) rotate(225deg)}
.wg-select-trigger:hover{border-color:#d8a8b2;background:#fff}
.wg-select-menu{
  position:absolute;z-index:300;left:0;right:0;top:calc(100% + 7px);max-height:250px;overflow:auto;
  padding:7px;background:#fff;border:1px solid #e4cbd1;border-radius:12px;box-shadow:0 18px 42px rgba(66,7,18,.15);
  opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s ease;
}
.wg-select.is-open .wg-select-menu{opacity:1;visibility:visible;transform:none}
.wg-select-option{
  width:100%;min-height:40px;border:0;background:transparent;color:#3f3034;border-radius:8px;padding:9px 11px;text-align:left;font-size:14px;cursor:pointer;
}
.wg-select-option:hover,.wg-select-option.is-selected{background:var(--v53-rose);color:var(--v53-red);font-weight:600}

/* Dark glass select variant */
.glass-form .wg-select-trigger,.lead-section .lead-form .wg-select-trigger{
  background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.28);color:#fff;
}
.glass-form .wg-select-trigger:after,.lead-section .lead-form .wg-select-trigger:after{border-color:#fff}
.glass-form .wg-select-trigger:hover,.lead-section .lead-form .wg-select-trigger:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.45)}
.glass-form .wg-select-menu,.lead-section .lead-form .wg-select-menu{background:#fff;border-color:#f0d5da}

/* ---------- Calculators / controls ---------- */
.tabs{display:flex!important;gap:6px!important;padding:6px!important;border-radius:13px!important;background:#f4edef!important;overflow-x:auto!important;scrollbar-width:none}
.tabs::-webkit-scrollbar{display:none}
.tab-btn{min-height:42px!important;padding:0 14px!important;border:0!important;white-space:nowrap!important;font-size:13px!important;color:#66595d!important;background:transparent!important}
.goal-selector{gap:8px!important}
.goal-selector button{min-height:42px!important;padding:0 14px!important;background:#fff!important;border:1px solid #dfcbd0!important;color:#5d4f54!important;font-size:13px!important}
.goal-selector button.active{color:#fff!important;border-color:transparent!important}
.risk-options button{min-height:48px!important;padding:12px 14px!important;border:1px solid #e4d2d6!important;background:#fff!important;color:#493b40!important;text-align:left!important}
.risk-options button:hover{background:var(--v53-rose)!important;border-color:#daaab4!important;color:var(--v53-red)!important}

/* ---------- Mobile final QA ---------- */
@media(max-width:1099px){
  .container{width:min(100% - 34px,1240px)!important}
  .hero-grid,.hero-v5-grid,.inner-hero-grid,.inner-hero-v5 .inner-hero-grid,.portfolio-grid,.lead-grid,.calculator-layout,.private-grid,.global-grid,.wealth-grid,.faq-grid,.about-grid{grid-template-columns:1fr!important}
  .hero-copy,.hero-v5-copy,.inner-hero-copy,.portfolio-grid>div:first-child,.lead-copy,.calc-intro{max-width:820px!important;margin-left:auto!important;margin-right:auto!important}
  .form-row,.input-grid{min-width:0!important}
  .glass-form,.lead-form,.calculator-card,.tool-grid{width:100%!important;min-width:0!important}
  .footer-top,.footer-v5-main{grid-template-columns:1fr!important}
}

@media(max-width:760px){
  body{font-size:15px!important}
  .container{width:calc(100% - 28px)!important}
  .section,.photo-story-section{padding-top:68px!important;padding-bottom:68px!important}
  h1,.hero-copy h1,.hero-v5-copy h1,.inner-hero-copy h1{font-size:clamp(38px,10.5vw,50px)!important;line-height:1.04!important;letter-spacing:-.04em!important}
  h2,.section-heading h2,.wealth-copy h2,.portfolio-grid h2,.private-grid h2,.calc-intro h2,.global-copy h2,.faq-copy h2,.lead-copy h2{font-size:clamp(30px,8vw,39px)!important;line-height:1.1!important;letter-spacing:-.035em!important;max-width:100%!important}
  h3{font-size:clamp(21px,5.5vw,27px)!important}
  p,.hero-sub,.hero-v5-sub,.inner-hero-copy>p,.section-heading p,.wealth-copy p,.portfolio-grid p,.private-grid p,.calc-intro p,.global-copy p,.faq-copy p,.lead-copy p{font-size:15px!important;line-height:1.7!important}
  .eyebrow{font-size:11.5px!important;letter-spacing:.10em!important}

  .hero-actions,.hero-v5-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  .hero-actions .btn,.hero-v5-actions .btn,.hero-v5-secondary{width:100%!important}
  .btn,a.btn,button.btn{min-height:50px!important;font-size:14px!important;padding:0 16px!important;white-space:normal!important}

  .form-row,.input-grid,.result-stats,.metric-grid,.segments-track,.why-grid,.inner-feature-grid,.inner-process-grid{grid-template-columns:1fr!important}
  .glass-form,.lead-form,.calculator-card{padding:20px!important;border-radius:18px!important}
  .glass-form label,.lead-form label{font-size:13px!important}
  .glass-form input:not([type=checkbox]),.lead-form input:not([type=checkbox]),.wg-select-trigger,#goal-planner .input-grid input{min-height:50px!important;font-size:16px!important} /* prevents iOS zoom */
  .wg-select-option{font-size:15px!important;min-height:44px!important}
  .wg-select-menu{max-height:230px!important}

  .tabs{width:100%!important;margin-left:0!important;margin-right:0!important}
  .tab-btn{min-height:44px!important}
  .goal-selector{display:grid!important;grid-template-columns:1fr 1fr!important;width:100%!important}
  .goal-selector button{width:100%!important}

  .dashboard-mockup{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
  .dash-body{min-width:760px!important}
  .tool-grid{padding:18px!important;grid-template-columns:1fr!important}
  .tool-result{padding:18px!important}
  .result-donut{width:170px!important;height:170px!important}

  .private-list{grid-template-columns:1fr!important}
  .global-lines{display:none!important}
  .photo-story-grid{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:14px!important;padding-bottom:8px!important}
  .photo-story-card{min-width:84vw!important;scroll-snap-align:start!important}

  .footer-v5-links,.footer-links{grid-template-columns:1fr 1fr!important;gap:28px 20px!important}
  .regulatory,.footer-v5-regulatory{grid-template-columns:1fr!important}
  .footer-cta,.footer-v5-cta{padding:24px!important}

  .mobile-sticky{grid-template-columns:.75fr 1fr 1.55fr!important}
  .mobile-sticky a{min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:11.5px!important;padding:8px!important}
}

@media(max-width:480px){
  .container{width:calc(100% - 22px)!important}
  .site-header .brand-word{font-size:16px!important}
  .hero,.hero-v5,.inner-hero{padding-top:104px!important}
  .goal-selector{grid-template-columns:1fr!important}
  .footer-v5-links,.footer-links{grid-template-columns:1fr!important}
  .socials{flex-wrap:wrap!important}
  .mobile-sticky{grid-template-columns:1fr 1fr!important}
  .mobile-sticky a:last-child{grid-column:1/-1!important}
  .form-row{gap:0!important}
  .glass-form,.lead-form,.calculator-card{padding:17px!important}
  .photo-story-card{min-width:89vw!important}
}


/* V5.3.1 — calculator numeric/text field consistency */
.input-fields input,
.calculator-card input[type="number"],
.tool-grid input[type="number"]{
  width:100%!important;
  min-height:50px!important;
  margin-top:7px!important;
  padding:12px 14px!important;
  border:1px solid #dfcbd0!important;
  border-radius:11px!important;
  background:linear-gradient(180deg,#fff,#fffafb)!important;
  color:var(--v53-ink)!important;
  font-size:14px!important;
  outline:0!important;
  box-shadow:inset 0 1px 2px rgba(59,8,18,.025)!important;
}
.input-fields input:focus,
.calculator-card input[type="number"]:focus,
.tool-grid input[type="number"]:focus{
  border-color:#e994a4!important;
  box-shadow:0 0 0 4px rgba(184,11,36,.10)!important;
}
@media(max-width:760px){
  .input-fields input,.calculator-card input[type="number"],.tool-grid input[type="number"]{font-size:16px!important}
}


/* ===== v5-4.css ===== */

/* V5.4 — equal footer CTA buttons */
.footer-v5-cta-actions{
  align-items:stretch!important;
  width:250px!important;
  min-width:250px!important;
}
.footer-v5-cta-actions .btn{
  width:100%!important;
  min-width:0!important;
  min-height:50px!important;
  height:50px!important;
  padding:0 18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  white-space:nowrap!important;
  border-radius:10px!important;
  font-size:13px!important;
  font-weight:600!important;
}
.footer-v5-cta-actions .btn img{
  width:15px!important;
  height:15px!important;
  flex:none!important;
}
.footer-v5-cta-actions .btn-primary img{
  filter:brightness(0) invert(1)!important;
}
.footer-v5-review-btn{
  background:#ffffff!important;
  color:#a10822!important;
  border:1px solid #ddb7c0!important;
  box-shadow:0 8px 20px rgba(91,8,20,.06)!important;
}
.footer-v5-review-btn img{
  filter:invert(12%) sepia(76%) saturate(3371%) hue-rotate(341deg) brightness(87%) contrast(100%)!important;
}
.footer-v5-review-btn:hover{
  background:#fff3f5!important;
  border-color:#c77f8d!important;
  color:#850619!important;
  transform:translateY(-1px)!important;
  box-shadow:0 12px 28px rgba(91,8,20,.10)!important;
}

@media(max-width:1100px){
  .footer-v5-cta-actions{
    width:250px!important;
    min-width:250px!important;
  }
}

@media(max-width:760px){
  .footer-v5-cta-actions{
    width:100%!important;
    min-width:0!important;
    max-width:360px!important;
    margin:0 auto!important;
  }
  .footer-v5-cta-actions .btn{
    width:100%!important;
  }
}


/* ===== v5-5.css ===== */

/* ==========================================================
   WealGrow V5.5 — Custom Dropdown Layout Fix
   Prevents dropdown menus from covering the rest of the form.
   ========================================================== */

/* Make form stacking predictable */
.glass-form,
.lead-form,
.login-card,
.calculator-card{
  overflow:visible!important;
  isolation:isolate!important;
}

.wg-select{
  position:relative!important;
  z-index:1;
}
.wg-select.is-open{z-index:1000!important}

/* Desktop: polished floating menu */
.wg-select-menu{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:calc(100% + 8px)!important;
  bottom:auto!important;
  z-index:9999!important;
  max-height:240px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  background:#fff!important;
  color:#321d22!important;
  border:1px solid #edcbd2!important;
  border-radius:12px!important;
  box-shadow:0 18px 42px rgba(73,7,19,.18)!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(-4px)!important;
  pointer-events:none!important;
}
.wg-select.is-open .wg-select-menu{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  pointer-events:auto!important;
}

/* When JS detects less room below, open upward */
.wg-select.opens-up .wg-select-menu{
  top:auto!important;
  bottom:calc(100% + 8px)!important;
  transform:translateY(4px)!important;
}
.wg-select.opens-up.is-open .wg-select-menu{transform:none!important}

.wg-select-option{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-height:44px!important;
  padding:10px 13px!important;
  background:#fff!important;
  color:#3b2a2f!important;
  border:0!important;
  border-radius:8px!important;
  text-align:left!important;
  line-height:1.35!important;
}
.wg-select-option:hover,
.wg-select-option.is-selected{
  background:#fff0f3!important;
  color:#a40720!important;
}

/* Prevent controls under the dropdown from visually bleeding through */
.wg-select-menu::before{
  content:"";
  position:absolute;
  inset:0;
  background:#fff;
  border-radius:inherit;
  z-index:-1;
}

/* Mobile/tablet: dropdown expands IN FLOW, so it never covers file upload/button */
@media(max-width:900px){
  .wg-select{
    z-index:auto!important;
  }
  .wg-select.is-open{z-index:auto!important}
  .wg-select-menu,
  .wg-select.opens-up .wg-select-menu{
    position:static!important;
    inset:auto!important;
    display:none!important;
    width:100%!important;
    max-height:220px!important;
    margin-top:8px!important;
    overflow-y:auto!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
    box-shadow:0 12px 28px rgba(73,7,19,.10)!important;
  }
  .wg-select.is-open .wg-select-menu,
  .wg-select.opens-up.is-open .wg-select-menu{
    display:block!important;
  }

  /* keep the rest of the form clearly below an expanded menu */
  .wg-select + *,
  .form-row + label,
  .file-label{
    position:relative!important;
    z-index:0!important;
  }
}

/* Very small phones: keep dropdown usable without dominating viewport */
@media(max-width:520px){
  .wg-select-menu,
  .wg-select.opens-up .wg-select-menu{
    max-height:190px!important;
    border-radius:10px!important;
  }
  .wg-select-option{
    min-height:46px!important;
    font-size:15px!important;
  }
}


/* ===== v5-6.css ===== */

/* ==========================================================
   WealGrow V5.6 — NATIVE SELECT STABILITY FIX
   Completely disables custom overlay select UI.
   ========================================================== */

/* Any stale custom-select UI is suppressed defensively. */
.wg-select-trigger,
.wg-select-menu,
.wg-select-option{display:none!important}

/* If a select ever retained a legacy class, make it visible again. */
select.wg-native-select,
.wg-select select,
.glass-form select,
.lead-form select,
.contact-page select,
form select{
  position:static!important;
  width:100%!important;
  height:auto!important;
  min-height:50px!important;
  opacity:1!important;
  visibility:visible!important;
  clip:auto!important;
  clip-path:none!important;
  pointer-events:auto!important;
  margin-top:7px!important;
  display:block!important;
  z-index:auto!important;
}

/* Legacy wrapper becomes transparent to layout. */
.wg-select{
  display:contents!important;
  position:static!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}

/* Closed select appearance — themed and stable. */
.glass-form select,
.lead-section .lead-form select,
.contact-page .lead-form select{
  appearance:none!important;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  border-radius:11px!important;
  padding:0 44px 0 14px!important;
  font-size:16px!important;
  font-weight:600!important;
  line-height:1.2!important;
  color:#fff!important;
  background-color:rgba(255,255,255,.11)!important;
  border:1px solid rgba(255,255,255,.26)!important;
  background-image:
    linear-gradient(45deg,transparent 50%,#fff 50%),
    linear-gradient(135deg,#fff 50%,transparent 50%)!important;
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%!important;
  background-size:6px 6px,6px 6px!important;
  background-repeat:no-repeat!important;
}

/* Light form/card selects */
.calculator-card select,
.login-card select,
form:not(.glass-form):not(.lead-form) select{
  appearance:none!important;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  min-height:50px!important;
  border-radius:11px!important;
  padding:0 44px 0 14px!important;
  font-size:16px!important;
  color:#35161d!important;
  background-color:#fff9fa!important;
  border:1px solid #e7cbd1!important;
  background-image:
    linear-gradient(45deg,transparent 50%,#b20b24 50%),
    linear-gradient(135deg,#b20b24 50%,transparent 50%)!important;
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%!important;
  background-size:6px 6px,6px 6px!important;
  background-repeat:no-repeat!important;
}

select:focus{
  outline:none!important;
  border-color:#ffd2da!important;
  box-shadow:0 0 0 4px rgba(255,210,218,.14)!important;
}

/* Native option palette where the browser permits it. */
select option{
  background:#fff!important;
  color:#35161d!important;
  font-size:16px!important;
}

/* Critical: selects must never alter form height unexpectedly. */
.form-row,
.glass-form label,
.lead-form label,
.file-label,
.consent{
  position:relative!important;
  z-index:auto!important;
  overflow:visible!important;
}

.glass-form,
.lead-form{
  overflow:visible!important;
}

@media(max-width:760px){
  .form-row{grid-template-columns:1fr!important}
  select{font-size:16px!important;min-height:52px!important}
}


/* ===== v5-7.css ===== */

/* ==========================================================
   WealGrow V5.7 — DARK SECTION CONTRAST HOTFIX
   Forces correct white typography on all dark/red sections.
   ========================================================== */

/* dark/red section headings */
.portfolio-check h1,.portfolio-check h2,.portfolio-check h3,
.private-wealth h1,.private-wealth h2,.private-wealth h3,
.global-nri h1,.global-nri h2,.global-nri h3,
.lead-section h1,.lead-section h2,.lead-section h3,
.contact-page h1,.contact-page h2,.contact-page h3,
.inner-disclaimer-section h1,.inner-disclaimer-section h2,.inner-disclaimer-section h3{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  background:none!important;
  background-image:none!important;
  background-clip:border-box!important;
  -webkit-background-clip:border-box!important;
  text-shadow:none!important;
}

/* eyebrow / labels */
.portfolio-check .eyebrow,
.private-wealth .eyebrow,
.global-nri .eyebrow,
.lead-section .eyebrow,
.contact-page .eyebrow,
.inner-disclaimer-section .eyebrow{
  color:#ffd8df!important;
  -webkit-text-fill-color:#ffd8df!important;
}
.portfolio-check .eyebrow:before,
.private-wealth .eyebrow:before,
.global-nri .eyebrow:before,
.lead-section .eyebrow:before,
.contact-page .eyebrow:before,
.inner-disclaimer-section .eyebrow:before{
  background:#ffd8df!important;
}

/* body copy */
.portfolio-check p,.portfolio-check li,
.private-wealth p,.private-wealth li,
.global-nri p,.global-nri li,
.lead-section p,.lead-section li,
.contact-page p,.contact-page li,
.inner-disclaimer-section p,.inner-disclaimer-section li{
  color:#fff1f3!important;
  -webkit-text-fill-color:#fff1f3!important;
}

/* chips / supporting labels */
.portfolio-check .health-tags span,
.global-nri .global-features span,
.lead-section .lead-points span,
.private-wealth .private-list span{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

/* Keep form text readable but preserve input values */
.portfolio-check .glass-form label,
.lead-section .lead-form label,
.contact-page .lead-form label{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
}

/* Portfolio health specific: ensure title never inherits gradient/dark color */
#portfolio-health h2,
#portfolio-health h2 *{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  background:none!important;
}

/* Dark CTA buttons remain white with red text */
.portfolio-check .btn,
.private-wealth .btn,
.global-nri .btn,
.lead-section .btn,
.contact-page .btn{
  color:#920719!important;
  -webkit-text-fill-color:#920719!important;
}


/* ===== v5-8.css ===== */

/* ==========================================================
   WealGrow V5.8 — FULL WEBSITE QA / STABILITY LAYER
   Loaded last. Normalizes typography, contrast, spacing,
   overflow, forms, calculators and responsive behavior.
   ========================================================== */
:root{
  --qa-red:#b80720;
  --qa-red-2:#d40a27;
  --qa-wine:#760617;
  --qa-ink:#261b1e;
  --qa-muted:#695d61;
  --qa-line:#ead6db;
  --qa-soft:#fff7f8;
  --qa-white:#fff;
}
*{box-sizing:border-box!important}
html,body{max-width:100%;overflow-x:hidden!important}
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:16px!important;line-height:1.65!important;color:var(--qa-ink)!important}
img,svg,video,canvas{max-width:100%;height:auto}
.container{width:min(1280px,calc(100% - 48px))!important;margin-inline:auto!important}
section{overflow:clip}

/* Typography floor */
p,li{font-size:16px!important;line-height:1.7!important}
small{font-size:13px!important;line-height:1.5!important}
label{font-size:14px!important;line-height:1.45!important}
.eyebrow{font-size:12.5px!important;line-height:1.25!important;letter-spacing:.115em!important;font-weight:650!important}
.btn,.tab-btn,.goal-selector button,.risk-options button{font-size:14px!important}
.text-link{font-size:14px!important}

h1,h2,h3,h4{font-family:Inter,system-ui,sans-serif!important;overflow-wrap:anywhere;text-wrap:balance}
h1{font-size:clamp(42px,5vw,68px)!important;line-height:1.03!important;letter-spacing:-.045em!important;font-weight:600!important}
h2{font-size:clamp(34px,3.7vw,50px)!important;line-height:1.1!important;letter-spacing:-.04em!important;font-weight:600!important}
h3{font-size:clamp(20px,2vw,27px)!important;line-height:1.22!important;letter-spacing:-.025em!important;font-weight:600!important}
h4{font-size:16px!important;font-weight:600!important}

/* Kill risky nowrap/max-content for content headings */
.hero h1,.inner-hero h1,.section h2,.lead-copy h2,.wealth-copy h2,.calc-intro h2,.private-wealth h2,.portfolio-check h2,.global-nri h2,.about-section h2,.faq-section h2,.mini-cta h2{
  width:auto!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;
}

/* Section headers */
.section-heading,.photo-story-head{max-width:1040px!important;margin:0 auto 42px!important;text-align:center!important}
.section-heading h2,.photo-story-head h2{max-width:1000px!important;margin-inline:auto!important;text-align:center!important}
.section-heading p,.photo-story-head p{max-width:800px!important;margin:16px auto 0!important;text-align:center!important;color:var(--qa-muted)!important}
.section-heading .eyebrow,.photo-story-head .eyebrow{justify-content:center!important}

/* Header readability */
.site-header .desktop-nav>a,.site-header .nav-link{font-size:14px!important}
.site-header .mega-menu a,.site-header .dropdown-menu a{font-size:14px!important}
.site-header .mega-menu p{font-size:14px!important}
.site-header .header-cta{font-size:13.5px!important;min-width:190px!important}

/* Hero balance */
.hero{padding-top:128px!important}
.hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important;gap:52px!important;align-items:center!important}
.hero-copy{min-width:0!important}
.hero-copy h1{font-size:clamp(48px,5.3vw,70px)!important;max-width:720px!important}
.hero-sub{font-size:17px!important;max-width:680px!important;color:var(--qa-muted)!important}
.hero-note{font-size:13.5px!important}
.hero-trust span{font-size:14px!important}.hero-trust small{font-size:13px!important}
.hero-media,.hero-visual,.wealth-shell{min-width:0!important;max-width:100%!important}

/* Cards and utility copy */
.solution-card p,.solution-feature p,.solution-wide p,.wealth-row p,.segment-card p,.why-grid p,.journey p,.inner-feature-card p,.inner-process-grid p,.article-card p,.insight-body p,.insight-list p{font-size:15px!important}
.chip-row span,.health-tags span,.global-features span,.lead-points span{font-size:13px!important}
.service-no,.v4-feature-badge small{font-size:12px!important}

/* DARK / RED sections: one safe contrast system */
.portfolio-check,.private-wealth,.global-nri,.lead-section,.contact-page,.inner-disclaimer-section{
  color:#fff!important;
  background:linear-gradient(135deg,#7b0617 0%,#b80720 55%,#d50a27 100%)!important;
}
.portfolio-check :is(h1,h2,h3,h4),.private-wealth :is(h1,h2,h3,h4),.global-nri :is(h1,h2,h3,h4),.lead-section :is(h1,h2,h3,h4),.contact-page :is(h1,h2,h3,h4),.inner-disclaimer-section :is(h1,h2,h3,h4){
  color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important;background-image:none!important;text-shadow:none!important;
}
.portfolio-check :is(p,li),.private-wealth :is(p,li),.global-nri :is(p,li),.lead-section :is(p,li),.contact-page :is(p,li),.inner-disclaimer-section :is(p,li){color:#fff1f4!important;-webkit-text-fill-color:#fff1f4!important}
.portfolio-check .eyebrow,.private-wealth .eyebrow,.global-nri .eyebrow,.lead-section .eyebrow,.contact-page .eyebrow,.inner-disclaimer-section .eyebrow{color:#ffd5dd!important;-webkit-text-fill-color:#ffd5dd!important}
.portfolio-check .eyebrow:before,.private-wealth .eyebrow:before,.global-nri .eyebrow:before,.lead-section .eyebrow:before,.contact-page .eyebrow:before,.inner-disclaimer-section .eyebrow:before{background:#ffd5dd!important}
.private-list span,.health-tags span,.global-features span,.lead-points span{color:#fff!important;-webkit-text-fill-color:#fff!important}

/* Form sections: safe 50/50 desktop */
.portfolio-grid,.lead-grid,.calculator-layout{min-width:0!important}
@media(min-width:1050px){
  .portfolio-grid,.lead-grid,.calculator-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:48px!important;align-items:center!important}
  .portfolio-grid>div:first-child,.lead-copy,.calc-intro{min-width:0!important;max-width:none!important;text-align:left!important;margin:0!important}
  .portfolio-grid>div:first-child h2,.lead-copy h2,.calc-intro h2{font-size:clamp(38px,3.5vw,50px)!important;max-width:570px!important;text-align:left!important;margin:0 0 18px!important}
  .portfolio-grid>div:first-child p,.lead-copy p,.calc-intro p{max-width:580px!important;text-align:left!important;margin:0 0 22px!important}
  .portfolio-grid>div:first-child .eyebrow,.lead-copy .eyebrow,.calc-intro .eyebrow,.health-tags,.lead-points,.goal-selector{justify-content:flex-start!important;margin-left:0!important;margin-right:0!important}
  .glass-form,.lead-form,.calculator-card{width:100%!important;max-width:none!important;margin:0!important;min-width:0!important}
}

/* Form readability and no overlap */
.glass-form,.lead-form,.calculator-card,.login-card{min-width:0!important;overflow:visible!important}
.glass-form,.lead-form{padding:28px!important;border-radius:22px!important}
.form-row{min-width:0!important;gap:14px!important}
.form-row>*{min-width:0!important}
.glass-form label,.lead-form label,.calculator-card label,.login-card label{font-size:14px!important;font-weight:600!important}
.glass-form input,.glass-form select,.lead-form input,.lead-form select,.calculator-card input,.calculator-card select,.login-card input,.login-card select{
  width:100%!important;min-width:0!important;min-height:52px!important;font-size:16px!important;line-height:1.25!important;border-radius:11px!important;
}
.glass-form textarea,.lead-form textarea{font-size:16px!important;min-height:110px!important}
.consent{gap:10px!important;align-items:flex-start!important}.consent span{font-size:13px!important;line-height:1.55!important}.consent input{width:18px!important;height:18px!important;min-height:auto!important;flex:0 0 18px!important;margin-top:2px!important}
.file-label{min-width:0!important}.file-label input{max-width:100%!important}

/* Dark form values */
.portfolio-check .glass-form input,.portfolio-check .glass-form select,.lead-section .lead-form input,.lead-section .lead-form select,.contact-page .lead-form input,.contact-page .lead-form select{
  background:rgba(255,255,255,.11)!important;border-color:rgba(255,255,255,.28)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
}
.portfolio-check .glass-form input::placeholder,.lead-section .lead-form input::placeholder,.contact-page .lead-form input::placeholder{color:rgba(255,255,255,.72)!important;-webkit-text-fill-color:rgba(255,255,255,.72)!important}
.portfolio-check .glass-form label,.lead-section .lead-form label,.contact-page .lead-form label,.portfolio-check .consent span,.lead-section .consent span,.contact-page .consent span{color:#fff!important;-webkit-text-fill-color:#fff!important}
select option{background:#fff!important;color:#35161d!important;-webkit-text-fill-color:#35161d!important;font-size:16px!important}

/* Goal planner: ensure all values visible */
#goal-planner .calculator-card{background:#fff!important;color:var(--qa-ink)!important;border:1px solid var(--qa-line)!important}
#goal-planner .calculator-card :is(h3,label,p,small,span){color:var(--qa-ink)!important;-webkit-text-fill-color:var(--qa-ink)!important}
#goal-planner .input-grid input{background:#fff!important;color:var(--qa-ink)!important;-webkit-text-fill-color:var(--qa-ink)!important;border:1px solid #dfcbd0!important}
#goal-planner .calc-result{background:linear-gradient(135deg,#8a0719,#c30824)!important;color:#fff!important}
#goal-planner .calc-result *{color:#fff!important;-webkit-text-fill-color:#fff!important}

/* Calculators: remove any surviving green */
#calculators .tab-btn.active{background:var(--qa-red)!important;color:#fff!important}
#calculators input[type=range]{accent-color:var(--qa-red)!important}
#calculators .result-donut{background:conic-gradient(var(--qa-red) 0 65%,#eadde0 65% 100%)!important}
#calculators .result-donut strong,#calculators .big-number strong,#calculators .result-stats strong{color:var(--qa-red)!important}
#calculators .tool-result{background:#fff8f9!important;border:1px solid var(--qa-line)!important}
#calculators .tool-result p{font-size:14px!important}

/* Private wealth layout */
.private-grid{min-width:0!important}.private-list{min-width:0!important}
.private-list span{font-size:14px!important;line-height:1.45!important}

/* About / FAQ */
.about-lead{font-size:20px!important;line-height:1.6!important;color:var(--qa-muted)!important}
.principles strong{font-size:15px!important}.principles span{font-size:14px!important}
.accordion summary{font-size:19px!important;line-height:1.4!important}.accordion details p{font-size:15px!important}

/* Footer: remove micro-text */
.footer-v5-brand p,.footer-v5-cta p{font-size:14px!important}
.footer-v5-links h4{font-size:12.5px!important}.footer-v5-links a{font-size:13.5px!important;line-height:1.55!important}
.footer-v5-regulatory small{font-size:12px!important}.footer-v5-regulatory strong{font-size:13px!important}
.footer-v5-disclosure-title strong{font-size:14px!important}.footer-v5-disclosure p{font-size:13px!important;line-height:1.7!important;color:#eadfe2!important}
.footer-v5-bottom,.footer-v5-bottom a,.footer-v5-bottom span{font-size:12.5px!important}
.footer-v5-cta-actions .btn{width:240px!important;min-height:50px!important;white-space:normal!important;text-align:center!important}

/* Buttons: unified and readable */
.btn{min-height:50px!important;border-radius:10px!important;padding:0 20px!important;font-size:14px!important;font-weight:600!important;line-height:1.2!important;white-space:normal!important;text-align:center!important}
.btn-primary{background:linear-gradient(135deg,#c30824,#9a071b)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.btn-secondary{background:#fff!important;color:#9a071b!important;-webkit-text-fill-color:#9a071b!important;border:1px solid #d9aeb8!important}
.portfolio-check .btn,.private-wealth .btn,.global-nri .btn,.lead-section .btn,.contact-page .btn{background:#fff!important;color:#930719!important;-webkit-text-fill-color:#930719!important}

/* Tablet */
@media(max-width:1049px){
  .hero-grid,.portfolio-grid,.lead-grid,.calculator-layout,.private-grid,.global-grid,.wealth-grid,.about-grid,.faq-grid{grid-template-columns:1fr!important;gap:32px!important}
  .hero-copy,.portfolio-grid>div:first-child,.lead-copy,.calc-intro{text-align:center!important;max-width:900px!important;margin-inline:auto!important}
  .hero-copy h1,.portfolio-grid>div:first-child h2,.lead-copy h2,.calc-intro h2,.hero-sub,.portfolio-grid>div:first-child p,.lead-copy p,.calc-intro p{margin-left:auto!important;margin-right:auto!important;text-align:center!important}
  .hero-actions,.health-tags,.lead-points,.goal-selector{justify-content:center!important}
  .hero-visual,.glass-form,.lead-form,.calculator-card{max-width:820px!important;margin-inline:auto!important}
}

/* Mobile final QA */
@media(max-width:760px){
  .container{width:min(100% - 28px,1280px)!important}
  .section{padding:68px 0!important}
  h1{font-size:clamp(36px,11vw,48px)!important;line-height:1.06!important}
  h2{font-size:clamp(30px,8.8vw,39px)!important;line-height:1.12!important}
  h3{font-size:22px!important}
  p,li{font-size:15.5px!important}
  .hero{padding-top:104px!important}.hero-copy h1{font-size:clamp(38px,11.5vw,50px)!important}.hero-sub{font-size:16px!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.hero-actions .btn{width:100%!important}
  .hero-trust{grid-template-columns:1fr 1fr!important}
  .form-row,.input-grid,.input-fields{grid-template-columns:1fr!important}
  .glass-form,.lead-form,.calculator-card,.login-card{padding:20px!important;border-radius:18px!important}
  .glass-form input,.glass-form select,.lead-form input,.lead-form select,.calculator-card input,.calculator-card select,.login-card input,.login-card select{min-height:52px!important;font-size:16px!important}
  .tabs{display:flex!important;width:100%!important;overflow-x:auto!important;scroll-snap-type:x proximity;padding:5px!important}.tab-btn{flex:0 0 auto!important;min-height:44px!important;scroll-snap-align:start!important}
  .tool-grid{grid-template-columns:1fr!important;padding:18px!important}.tool-result{padding:18px!important}
  .result-donut{width:180px!important;height:180px!important}
  .private-list,.why-grid,.segments-track,.inner-feature-grid,.article-page-grid{grid-template-columns:1fr!important}
  .footer-v5-cta{grid-template-columns:1fr!important;text-align:center!important}.footer-v5-cta-copy h2,.footer-v5-cta-copy p{text-align:center!important}.footer-v5-cta-actions{align-items:stretch!important;width:100%!important}.footer-v5-cta-actions .btn{width:100%!important}
  .footer-v5-links{grid-template-columns:1fr 1fr!important}.footer-v5-regulatory{grid-template-columns:1fr!important}.footer-v5-bottom{display:grid!important;gap:12px!important;text-align:center!important}.footer-v5-bottom>div{justify-content:center!important;flex-wrap:wrap!important}
  .whatsapp-float{display:none!important}
  .mobile-sticky a{font-size:12px!important;min-height:48px!important}
  .dashboard-mockup{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.dash-body{min-width:820px!important}
  .global-lines{max-width:100%!important;transform:scale(.82);transform-origin:center top}
}

@media(max-width:480px){
  .container{width:calc(100% - 24px)!important}
  .footer-v5-links{grid-template-columns:1fr!important}
  .hero-trust{grid-template-columns:1fr!important}
  .health-tags span,.global-features span,.lead-points span{font-size:12.5px!important}
  .mobile-sticky{grid-template-columns:.7fr .9fr 1.4fr!important}
}



/* ===========================================================
   WealGrow V6 — FINAL AUDITED DESIGN SAFETY LAYER
   Single-source stability layer after legacy cascade consolidation.
   =========================================================== */
:root{
  --wg-red:#b50821;
  --wg-red-bright:#d60929;
  --wg-wine:#770617;
  --wg-wine-deep:#4f030d;
  --wg-ink:#251a1e;
  --wg-muted:#675b5f;
  --wg-line:#ead6db;
  --wg-soft:#fff7f8;
  --wg-white:#fff;
  --wg-shadow:0 22px 60px rgba(78,5,18,.10);
}

/* RESET / STABILITY */
*,*::before,*::after{box-sizing:border-box!important}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;overflow-x:hidden!important;background:#fff;color:var(--wg-ink)!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:16px!important;line-height:1.65!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
main{min-width:0}
section{overflow:visible!important;min-width:0}
.hero,.private-wealth,.global-nri,.portfolio-check,.lead-section,.inner-disclaimer-section,.footer-v5{overflow:hidden!important}
.container{width:min(1280px,calc(100% - 48px))!important;margin-inline:auto!important;min-width:0}
img,svg,video,canvas{max-width:100%;height:auto}
a,button,input,select,textarea{font:inherit}

/* TYPOGRAPHY — no micro text, no risky clipping */
h1,h2,h3,h4,h5,h6{font-family:Inter,system-ui,sans-serif!important;max-width:100%;overflow:visible!important;text-overflow:clip!important;overflow-wrap:normal;word-break:normal;text-wrap:balance;margin-top:0}
h1{font-size:clamp(42px,5vw,68px)!important;line-height:1.04!important;letter-spacing:-.045em!important;font-weight:600!important}
h2{font-size:clamp(34px,3.7vw,50px)!important;line-height:1.10!important;letter-spacing:-.04em!important;font-weight:600!important}
h3{font-size:clamp(21px,2vw,28px)!important;line-height:1.22!important;letter-spacing:-.025em!important;font-weight:600!important}
h4{font-size:17px!important;line-height:1.35!important;font-weight:600!important}
p,li{font-size:16px!important;line-height:1.72!important}
small{font-size:13.5px!important;line-height:1.5!important}
label{font-size:14px!important;line-height:1.45!important}
.eyebrow{font-size:12.5px!important;line-height:1.25!important;letter-spacing:.115em!important;font-weight:650!important}
.tiny-label,.service-no,.v4-feature-badge small{font-size:12px!important}
.text-link,.btn,.tab-btn,.goal-selector button,.risk-options button{font-size:14px!important}

/* Never force content headings to one line */
.section-title-one-line,.hero h1,.inner-hero h1,.section h2,.lead-copy h2,.wealth-copy h2,.calc-intro h2,.private-wealth h2,.portfolio-check h2,.global-nri h2,.inner-disclaimer-section h2{width:auto!important;max-width:100%!important;white-space:normal!important}

/* SECTION HEADINGS */
.section-heading,.photo-story-head{max-width:1080px!important;margin:0 auto 44px!important;text-align:center!important}
.section-heading>div,.photo-story-head>div{width:100%!important;max-width:none!important}
.section-heading h2,.photo-story-head h2{max-width:1020px!important;margin:0 auto!important;text-align:center!important}
.section-heading p,.photo-story-head p{max-width:820px!important;margin:17px auto 0!important;text-align:center!important;color:var(--wg-muted)!important}
.section-heading .eyebrow,.photo-story-head .eyebrow{justify-content:center!important}

/* HEADER */
.site-header{z-index:1000!important}
.site-header .desktop-nav>a,.site-header .nav-link{font-size:14px!important}
.site-header .mega-menu a,.site-header .dropdown-menu a,.site-header .mega-menu p{font-size:14px!important}
.site-header .header-cta{font-size:13.5px!important;min-width:190px!important}
.mega-menu,.dropdown-menu{z-index:1100!important}

/* HERO */
.hero{padding-top:128px!important}
.hero-grid{display:grid!important;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)!important;gap:52px!important;align-items:center!important}
.hero-copy,.hero-media,.hero-visual,.wealth-shell{min-width:0!important;max-width:100%!important}
.hero-copy h1{font-size:clamp(48px,5.3vw,70px)!important;max-width:720px!important}
.hero-sub{font-size:17px!important;line-height:1.7!important;max-width:680px!important;color:var(--wg-muted)!important}
.hero-note{font-size:13.5px!important}.hero-trust span{font-size:14px!important}.hero-trust small{font-size:13px!important}

/* CARD READABILITY */
.solution-card p,.solution-feature p,.solution-wide p,.wealth-row p,.segment-card p,.why-grid p,.journey p,.inner-feature-card p,.inner-process-grid p,.article-card p,.insight-body p,.insight-list p{font-size:15.5px!important}
.chip-row span,.health-tags span,.global-features span,.lead-points span{font-size:13px!important}
.private-list span{font-size:14px!important;line-height:1.5!important}

/* DARK/RED SECTIONS — hard contrast guarantee */
body .portfolio-check,body .private-wealth,body .global-nri,body .lead-section,body .contact-page,body .inner-disclaimer-section{
  color:#fff!important;
  background:linear-gradient(135deg,#750516 0%,#b50821 54%,#dc0929 100%)!important;
}
body .portfolio-check :is(h1,h2,h3,h4,h5,h6),
body .private-wealth :is(h1,h2,h3,h4,h5,h6),
body .global-nri :is(h1,h2,h3,h4,h5,h6),
body .lead-section :is(h1,h2,h3,h4,h5,h6),
body .contact-page :is(h1,h2,h3,h4,h5,h6),
body .inner-disclaimer-section :is(h1,h2,h3,h4,h5,h6),
body .inner-disclaimer-section .inner-disclaimer-grid h2{
  color:#fff!important;-webkit-text-fill-color:#fff!important;background:none!important;background-image:none!important;background-clip:border-box!important;-webkit-background-clip:border-box!important;text-shadow:none!important;
}
body .portfolio-check :is(p,li,label,small),body .private-wealth :is(p,li,label,small),body .global-nri :is(p,li,label,small),body .lead-section :is(p,li,label,small),body .contact-page :is(p,li,label,small),body .inner-disclaimer-section :is(p,li,label,small){color:#fff2f4!important;-webkit-text-fill-color:#fff2f4!important}
body .portfolio-check .eyebrow,body .private-wealth .eyebrow,body .global-nri .eyebrow,body .lead-section .eyebrow,body .contact-page .eyebrow,body .inner-disclaimer-section .eyebrow{color:#ffd9df!important;-webkit-text-fill-color:#ffd9df!important}
body .portfolio-check .eyebrow::before,body .private-wealth .eyebrow::before,body .global-nri .eyebrow::before,body .lead-section .eyebrow::before,body .contact-page .eyebrow::before,body .inner-disclaimer-section .eyebrow::before{background:#ffd9df!important}
body .private-list span,body .health-tags span,body .global-features span,body .lead-points span{color:#fff!important;-webkit-text-fill-color:#fff!important}

/* INNER DISCLAIMER — screenshot issue specifically fixed */
.inner-disclaimer-grid{display:grid!important;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;gap:64px!important;align-items:center!important}
.inner-disclaimer-grid>div{min-width:0!important}
.inner-disclaimer-grid h2{font-size:clamp(36px,3.4vw,48px)!important;line-height:1.12!important;max-width:520px!important;margin:0!important;text-align:left!important}
.inner-disclaimer-grid p{font-size:15.5px!important;line-height:1.75!important;text-align:left!important}
.inner-disclaimer-grid>div:first-child .eyebrow{justify-content:flex-start!important}

/* FORM/CALCULATOR 50:50 */
.portfolio-grid,.lead-grid,.calculator-layout{min-width:0!important}
@media(min-width:1050px){
 .portfolio-grid,.lead-grid,.calculator-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:52px!important;align-items:center!important}
 .portfolio-grid>div:first-child,.lead-copy,.calc-intro{min-width:0!important;max-width:none!important;text-align:left!important;margin:0!important}
 .portfolio-grid>div:first-child h2,.lead-copy h2,.calc-intro h2{font-size:clamp(38px,3.5vw,50px)!important;max-width:590px!important;text-align:left!important;margin:0 0 18px!important}
 .portfolio-grid>div:first-child p,.lead-copy p,.calc-intro p{max-width:590px!important;text-align:left!important;margin:0 0 22px!important}
 .portfolio-grid>div:first-child .eyebrow,.lead-copy .eyebrow,.calc-intro .eyebrow,.health-tags,.lead-points,.goal-selector{justify-content:flex-start!important;margin-left:0!important;margin-right:0!important}
 .glass-form,.lead-form,.calculator-card{width:100%!important;max-width:none!important;margin:0!important;min-width:0!important}
}

/* FORM STABILITY */
.glass-form,.lead-form,.calculator-card,.login-card{min-width:0!important;overflow:visible!important}
.glass-form,.lead-form{padding:28px!important;border-radius:22px!important}
.form-row{min-width:0!important;gap:14px!important}.form-row>*{min-width:0!important}
.glass-form label,.lead-form label,.calculator-card label,.login-card label{font-size:14px!important;font-weight:600!important}
.glass-form input,.glass-form select,.lead-form input,.lead-form select,.calculator-card input,.calculator-card select,.login-card input,.login-card select{width:100%!important;min-width:0!important;min-height:52px!important;font-size:16px!important;line-height:1.25!important;border-radius:11px!important}
.glass-form textarea,.lead-form textarea{font-size:16px!important;min-height:110px!important}
.consent{display:flex!important;gap:10px!important;align-items:flex-start!important}.consent span{font-size:13px!important;line-height:1.55!important}.consent input{width:18px!important;height:18px!important;min-height:auto!important;flex:0 0 18px!important;margin-top:2px!important}
.file-label{min-width:0!important}.file-label input{max-width:100%!important}
body .portfolio-check .glass-form input,body .portfolio-check .glass-form select,body .lead-section .lead-form input,body .lead-section .lead-form select,body .contact-page .lead-form input,body .contact-page .lead-form select{background:rgba(255,255,255,.11)!important;border-color:rgba(255,255,255,.29)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
body .portfolio-check .glass-form input::placeholder,body .lead-section .lead-form input::placeholder,body .contact-page .lead-form input::placeholder{color:rgba(255,255,255,.74)!important;-webkit-text-fill-color:rgba(255,255,255,.74)!important}
select option{background:#fff!important;color:#35161d!important;-webkit-text-fill-color:#35161d!important;font-size:16px!important}

/* GOAL PLANNER */
#goal-planner .calculator-card{background:#fff!important;color:var(--wg-ink)!important;border:1px solid var(--wg-line)!important;box-shadow:var(--wg-shadow)!important}
#goal-planner .calculator-card :is(h3,label,p,small,span){color:var(--wg-ink)!important;-webkit-text-fill-color:var(--wg-ink)!important}
#goal-planner .input-grid input{background:#fff!important;color:var(--wg-ink)!important;-webkit-text-fill-color:var(--wg-ink)!important;border:1px solid #dfcbd0!important}
#goal-planner .calc-result{background:linear-gradient(135deg,#850619,#bd0823)!important;color:#fff!important}
#goal-planner .calc-result *{color:#fff!important;-webkit-text-fill-color:#fff!important}

/* CALCULATORS — no residual green */
#calculators .tab-btn.active{background:var(--wg-red)!important;color:#fff!important}
#calculators input[type=range]{accent-color:var(--wg-red)!important}
#calculators .result-donut{background:conic-gradient(var(--wg-red) 0 65%,#eadde0 65% 100%)!important}
#calculators .result-donut strong,#calculators .big-number strong,#calculators .result-stats strong{color:var(--wg-red)!important}
#calculators .tool-result{background:#fff8f9!important;border:1px solid var(--wg-line)!important}
#calculators .tool-result p{font-size:14px!important}

/* ABOUT / FAQ */
.about-lead{font-size:20px!important;line-height:1.6!important;color:var(--wg-muted)!important}.principles strong{font-size:15px!important}.principles span{font-size:14px!important}
.accordion summary{font-size:19px!important;line-height:1.4!important}.accordion details p{font-size:15px!important}

/* BUTTON SYSTEM */
.btn{min-height:50px!important;padding:0 20px!important;border-radius:10px!important;font-weight:600!important;line-height:1.2!important;white-space:normal!important;text-align:center!important}
.btn-primary{background:linear-gradient(135deg,#bd0823,#990719)!important;color:#fff!important;border-color:#a9071e!important}
.btn-secondary{background:#fff!important;color:#9a071a!important;border:1px solid #ddbcc3!important}
.portfolio-check .btn,.private-wealth .btn,.global-nri .btn,.lead-section .btn,.contact-page .btn{background:#fff!important;color:#970718!important;-webkit-text-fill-color:#970718!important}

/* FOOTER — readable, not micro */
.footer-v5-brand small{font-size:12px!important;color:#d5c0c5!important}.footer-v5-brand-copy{font-size:14px!important;line-height:1.7!important}.footer-v5-quick-actions a{font-size:13px!important}.footer-v5-links h4{font-size:12px!important}.footer-v5-links a{font-size:13.5px!important;line-height:1.45!important}.footer-v5-regulatory small{font-size:11.5px!important;color:#c1a9af!important}.footer-v5-regulatory strong{font-size:12.5px!important;color:#fff!important}.footer-v5-disclosure-title strong{font-size:13px!important}.footer-v5-disclosure p{font-size:13px!important;line-height:1.72!important;color:#d3c1c5!important}.footer-v5-bottom{font-size:12px!important}.footer-v5-bottom a{font-size:12px!important}

/* PLACEHOLDER/DISABLED FOOTER LINKS */
.footer-placeholder{display:inline-block;color:#a99197!important;font-size:13px!important;cursor:default}

/* TABLET */
@media(max-width:1049px){
 .container{width:min(100% - 36px,1280px)!important}
 .hero-grid,.portfolio-grid,.lead-grid,.calculator-layout,.private-grid,.global-grid,.wealth-grid,.about-grid,.faq-grid,.inner-disclaimer-grid{grid-template-columns:1fr!important;gap:32px!important}
 .hero-copy,.portfolio-grid>div:first-child,.lead-copy,.calc-intro,.inner-disclaimer-grid>div{text-align:center!important;max-width:900px!important;margin-inline:auto!important}
 .hero-copy h1,.portfolio-grid>div:first-child h2,.lead-copy h2,.calc-intro h2,.inner-disclaimer-grid h2{margin-inline:auto!important;text-align:center!important;max-width:800px!important}
 .portfolio-grid>div:first-child p,.lead-copy p,.calc-intro p,.inner-disclaimer-grid p{margin-inline:auto!important;text-align:center!important;max-width:760px!important}
 .portfolio-grid>div:first-child .eyebrow,.lead-copy .eyebrow,.calc-intro .eyebrow,.inner-disclaimer-grid>div:first-child .eyebrow,.health-tags,.lead-points,.goal-selector{justify-content:center!important}
 .glass-form,.lead-form,.calculator-card{max-width:820px!important;margin-inline:auto!important}
 .footer-v5-main{grid-template-columns:1fr!important}.footer-v5-regulatory{grid-template-columns:1fr 1fr!important}
}

/* MOBILE */
@media(max-width:760px){
 body{font-size:16px!important}.container{width:calc(100% - 28px)!important}
 .section,.photo-story-section{padding-top:68px!important;padding-bottom:68px!important}
 h1{font-size:clamp(36px,10.5vw,48px)!important;line-height:1.08!important;letter-spacing:-.035em!important}
 h2{font-size:clamp(30px,8.6vw,40px)!important;line-height:1.12!important;letter-spacing:-.032em!important}
 h3{font-size:22px!important}p,li{font-size:15.5px!important}.eyebrow{font-size:12px!important}
 .hero{padding-top:108px!important}.hero-grid{gap:30px!important}.hero-copy h1{font-size:clamp(39px,11vw,50px)!important}.hero-actions{display:grid!important;grid-template-columns:1fr!important}.hero-actions .btn{width:100%!important}
 .form-row,.input-grid,.input-fields,.tool-grid,.result-stats,.metric-grid{grid-template-columns:1fr!important}
 .tabs{overflow-x:auto!important;display:flex!important;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch;padding-bottom:4px!important}.tab-btn{white-space:nowrap!important;min-height:46px!important;flex:0 0 auto!important}
 .goal-selector{overflow-x:auto!important;flex-wrap:nowrap!important;justify-content:flex-start!important;padding-bottom:5px!important}.goal-selector button{flex:0 0 auto!important;min-height:44px!important}
 .glass-form,.lead-form,.calculator-card{padding:20px!important;border-radius:18px!important}.glass-form input,.glass-form select,.lead-form input,.lead-form select,.calculator-card input,.calculator-card select,.login-card input{font-size:16px!important;min-height:52px!important}
 .dashboard-mockup{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.dash-body{min-width:780px!important}
 .private-list{grid-template-columns:1fr!important}.footer-v5-links,.footer-v5-regulatory{grid-template-columns:1fr!important}.footer-v5-disclosure{padding:18px!important}.footer-v5-bottom{font-size:12px!important}
 .mobile-sticky a{min-height:48px!important;font-size:12.5px!important}
}

@media(max-width:420px){
 .container{width:calc(100% - 24px)!important}.hero-copy h1{font-size:38px!important}.section-heading{margin-bottom:32px!important}.btn{width:100%!important}
}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
