
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'DM Sans',sans-serif;background-color:#fff;--bg-img:url('../assets/bg-embed.png');color:#1a1a1a;min-height:100vh;display:flex;justify-content:center;padding:2rem 1.25rem 4rem;}
.app{max-width:620px;width:100%;position:relative;}
.screen{display:none;}.screen.active{display:block;background:#ffffff;min-height:100vh;position:relative;}.results-page{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:3rem 2rem 2rem;}#s-cash .results-page{max-width:1100px;padding-bottom:14rem;}
.results-footer{display:flex;justify-content:space-between;align-items:flex-start;padding-top:1.5rem;padding-bottom:1.5rem;border-top:1px solid #e5e7eb;margin-top:2rem;flex-wrap:wrap;gap:1rem;}
.results-footer-left{display:flex;flex-direction:column;gap:2px;}
.results-footer-brand{font-size:10px;font-weight:400;color:#9ca3af;letter-spacing:0.08em;margin-bottom:2px;}
.results-footer-copy{font-size:10px;color:#9ca3af;letter-spacing:0.05em;}
.results-footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center;}
.results-footer-link{font-size:10px;color:#9ca3af;text-decoration:none;letter-spacing:0.08em;transition:color 0.15s;}
.results-footer-link:hover{color:var(--forest);}
.plus-bg{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden;z-index:0;}
.plus-bg svg{width:100%;height:100%;}
.content{position:relative;z-index:1;}

/* BRAND HEADER */
.brand-header{background:var(--forest);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:1.75rem;display:flex;align-items:center;justify-content:space-between;}
.brand-big{font-size:31px;font-weight:700;color:#6abf7a;letter-spacing:3px;text-transform:uppercase;opacity:1;line-height:1;}
.brand-sub-row{display:flex;align-items:center;gap:5px;margin-top:3px;}
.brand-plus{font-size:15px;font-weight:300;color:#b5c9be;line-height:1;}
.brand-script{font-family:'Playfair Display',Georgia,serif;font-style:italic;font-size:16px;color:#e8f0ec;font-weight:400;}
.brand-badge{font-size:10px;color:#b5c9be;background:rgba(255,255,255,0.08);border:0.5px solid rgba(255,255,255,0.15);border-radius:20px;padding:3px 10px;letter-spacing:0.06em;flex-shrink:0;}

/* STEPS */
.steps{display:flex;gap:5px;margin-bottom:1.75rem;}
.dot{height:3px;border-radius:2px;flex:1;background:#e8ede9;}
.dot.active{background:var(--sage);}.dot.done{background:var(--forest);}

/* HERO */
.hero-section{display:flex;flex-direction:row-reverse;align-items:flex-end;gap:1rem;margin-bottom:1.75rem;}
.mascot-img{flex-shrink:0;width:330px;height:390px;object-fit:contain;}
.hero-text{flex:1;}
.hero-eyebrow{font-size:11px;font-weight:500;color:var(--sage-dark);text-transform:uppercase;letter-spacing:0.1em;margin-bottom:6px;}
.hero-h{font-size:20px;font-weight:500;line-height:1.35;margin-bottom:6px;color:var(--forest);}
.hero-sub{font-size:13px;color:#6b7280;line-height:1.6;}

/* PILL */
.pill{display:inline-flex;align-items:center;gap:6px;background:var(--sage-light);border:0.5px solid var(--sage-mid);border-radius:20px;padding:4px 12px;font-size:12px;color:var(--sage-dark);margin-bottom:1.25rem;font-weight:500;}

/* CARDS */
.card{background:#fff;border:0.5px solid #e5e7eb;border-radius:var(--radius);padding:1.25rem;margin-bottom:14px;box-shadow:0 2px 8px rgba(0,0,0,0.07),0 1px 3px rgba(0,0,0,0.04);}
.cash-reveal{display:none;}.cash-reveal.visible{display:block;animation:fadeSlideUp 0.5s ease forwards;}
@keyframes fadeSlideUp{from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:translateY(0);}}
#cash-input-card{width:100%;margin:0 auto 32px;padding:1.25rem 2.5rem;border:4px solid var(--sage-dark);border-radius:var(--radius);}
#grow-input-card,#exit-input-card{margin:0 auto 32px;border:4px solid var(--sage-dark);border-radius:var(--radius);}
#cash-input-card .card-inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;}
#cash-input-card .card-addy{flex-shrink:0;width:220px;display:flex;align-items:flex-end;justify-content:center;}
#cash-input-card .card-addy img{width:100%;height:auto;mix-blend-mode:multiply;}
#cash-input-card .card-form{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;}
.cash-form-inner{display:inline-flex;flex-direction:column;align-items:stretch;}
#cash-input-card .ct{font-size:32px;font-weight:700;}
#cash-input-card .card-form .ig{display:flex;flex-direction:row;align-items:flex-start;width:auto;}
#cash-input-card .card-form .ig-row{display:flex;flex-direction:row;align-items:center;gap:10px;}
#cash-input-card .card-form .il{white-space:nowrap;margin-bottom:0;min-width:185px;text-align:left;}
#cash-input-card .card-form .ilrow{margin-bottom:0;align-items:center;min-width:185px;}
.ig-input-col{display:flex;flex-direction:column;align-items:flex-start;}
#cash-input-card .card-form .field-error-msg{width:100%;text-align:left;}
#cash-input-card .ir{border:2px solid #e5e7eb;transition:border-color 0.2s,box-shadow 0.2s;padding:0 8px;max-width:120px;}
#cash-input-card .ir input{padding:5px 0;font-size:13px;}
#cash-input-card .cs-cash{max-width:120px;width:120px;position:relative;z-index:50;}
#cash-input-card .cs-cash .custom-sel-trigger{padding:5px 8px;width:100%;box-sizing:border-box;font-weight:500;color:#1a1a1a;border:2px solid #e5e7eb;font-size:13px;display:flex;align-items:center;justify-content:flex-start;gap:6px;}
#cash-input-card .cs-cash #c-dso-display{flex:1;text-align:left;}
#cash-input-card .cs-cash #c-dso-display.cs-display-empty{color:#9ca3af;font-weight:400;}
#cash-input-card .cs-cash .cs-px{font-size:13px;color:#6b7280;}
#cash-input-card .cs-cash .cs-arrow{font-size:10px;color:#6b7280;margin-left:auto;}
#cash-input-card .cs-cash .custom-sel-trigger.input-error{border-color:#ef4444 !important;box-shadow:0 0 0 3px rgba(239,68,68,0.12);}
#cash-input-card .cs-cash .custom-sel-options{border:1px solid #f0f1f2;border-radius:0 0 4px 4px;box-shadow:0 3px 8px rgba(0,0,0,0.06);top:calc(100% + 2px);background:#fff;overflow:hidden;z-index:9999;}
#cash-input-card .cs-cash .custom-sel-option{padding:8px 10px 8px 24px;border-bottom:1px solid #f5f6f7;font-size:13px;color:#1a1a1a;}
#cash-input-card .cs-cash .custom-sel-option:last-child{border-bottom:none;}
#cash-input-card .cs-cash .custom-sel-option:hover{background:#edf7f0;color:#2d3f38;}
#cash-input-card .ir:focus-within{border-color:#6abf7a;box-shadow:0 0 0 3px rgba(106,191,122,0.15);}
#cash-input-card .ir.input-error{border-color:#ef4444 !important;box-shadow:0 0 0 3px rgba(239,68,68,0.12);}
#grow-input-card .ir{border:2px solid #e5e7eb;transition:border-color 0.2s,box-shadow 0.2s;}
#grow-input-card .ir:focus-within{border-color:#6abf7a;box-shadow:0 0 0 3px rgba(106,191,122,0.15);}
#grow-input-card .ir.input-error{border-color:#ef4444 !important;box-shadow:0 0 0 3px rgba(239,68,68,0.12);}
#grow-input-card .field-error-msg{width:100%;text-align:left;}
#grow-card-inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;}
#exit-input-card .ir{border:2px solid #e5e7eb;transition:border-color 0.2s,box-shadow 0.2s;}
#exit-input-card .ir:focus-within{border-color:#6abf7a;box-shadow:0 0 0 3px rgba(106,191,122,0.15);}
#exit-input-card .ir.input-error{border-color:#ef4444 !important;box-shadow:0 0 0 3px rgba(239,68,68,0.12);}
.custom-sel-wrap{position:relative;max-width:200px;}
.custom-sel-trigger{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:5px 8px;border:2px solid #e5e7eb;border-radius:var(--radius-sm);background:#f9fafb;font-size:13px;cursor:pointer;transition:border-color 0.2s,box-shadow 0.2s;color:#1a1a1a;user-select:none;}
.custom-sel-trigger.open,.custom-sel-trigger:focus{border-color:#6abf7a;box-shadow:0 0 0 3px rgba(106,191,122,0.15);outline:none;}
.custom-sel-options{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:var(--radius-sm);box-shadow:0 4px 12px rgba(0,0,0,0.1);z-index:200;overflow:hidden;}
.custom-sel-options.open{display:block;}
.custom-sel-option{padding:8px 10px;font-size:13px;cursor:pointer;color:#1a1a1a;}
.custom-sel-option:hover{background:#edf7f0;color:#2d3f38;}
.custom-sel-option.selected{background:#edf7f0;font-weight:600;color:#2d3f38;}
#exit-input-card .field-error-msg{width:100%;text-align:left;}
#exit-card-inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;}
#grow-ins .inow{text-transform:none;font-size:12px;letter-spacing:0;}
#grow-ins .ib{background:#f9fafb !important;border:0.5px solid #e5e7eb !important;}
#grow-ins .ival{color:#1a1a1a;}
#exit-ins .ib{background:#f9fafb !important;border:0.5px solid #e5e7eb !important;}
#exit-ins .ival{color:#1a1a1a;}
#exit-ins .ilbl{color:#6b7280;}
#grow-ins .ilbl{color:#6b7280;}
.field-error-msg{font-size:11px;color:#ef4444;margin-top:5px;display:none;font-style:italic;}
.field-error-msg.show{display:block;}
.cash-pill-wrap{display:flex;justify-content:center;}
.cash-results-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;}
.cash-results-nav .btn-back{width:auto;margin-top:0;display:inline-block;}
.cash-results-title{font-size:32px;font-weight:700;color:var(--forest);text-align:center;flex:1;white-space:nowrap;}
.cash-thinking{display:none;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem;}
.cash-thinking.visible{display:flex;animation:fadeSlideUp 0.4s ease forwards;}
.cash-thinking img{width:120px;height:auto;}
.thinking-dots{display:flex;gap:6px;align-items:center;}
.thinking-dots span{width:10px;height:10px;border-radius:50%;background:#6abf7a;animation:thinkBounce 1.2s ease-in-out infinite;}
.thinking-dots span:nth-child(2){animation-delay:0.2s;}
.thinking-dots span:nth-child(3){animation-delay:0.4s;}
.thinking-label{font-size:13px;color:#6b7280;font-style:italic;}
@keyframes thinkBounce{0%,80%,100%{transform:scale(0.7);opacity:0.4;}40%{transform:scale(1.1);opacity:1;}}
/* In-card thinking overlay */
.card-thinking{display:none;flex-direction:row;align-items:center;justify-content:center;gap:2rem;width:100%;padding:0.5rem 0;}
.card-thinking.visible{display:flex;animation:fadeSlideUp 0.4s ease forwards;}
.card-thinking-img{width:220px;height:auto;mix-blend-mode:multiply;flex-shrink:0;}
.card-thinking-right{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;}
.card-thinking-label{font-size:16px;font-weight:600;color:#2d3f38;}
.card-thinking-sub{font-size:13px;color:#6b7280;font-style:italic;}
.card-thinking-bar{width:220px;height:8px;background:#e5e7eb;border-radius:99px;overflow:hidden;}
.card-thinking-fill{height:100%;width:0%;background:#6abf7a;border-radius:99px;animation:thinkProgress 4s ease-in-out forwards;}
@keyframes thinkProgress{0%{width:0%;}60%{width:75%;}85%{width:88%;}100%{width:100%;}}
.ct{font-size:14px;font-weight:500;margin-bottom:1rem;color:var(--forest);}

/* GOAL CARDS */
.goal-card{border:0.5px solid #e5e7eb;border-radius:var(--radius);padding:14px 16px;cursor:pointer;display:flex;align-items:center;gap:16px;margin-bottom:10px;background:#fff;transition:all 0.18s;}
.goal-card:last-of-type{margin-bottom:0;}
.goal-card:hover{border-color:var(--sage-mid);background:var(--sage-light);transform:translateY(-1px);}
.goal-card.sel{border:1.5px solid var(--sage-dark);background:var(--sage-light);}
.goal-card.sel .gt{color:var(--forest);}.goal-card.sel .gd{color:var(--sage-dark);}
.goal-card.sel .icon-wrap{background:var(--forest);border-color:var(--forest);}
.goal-card.sel .icon-wrap svg path,.goal-card.sel .icon-wrap svg ellipse,.goal-card.sel .icon-wrap svg circle,.goal-card.sel .icon-wrap svg polyline,.goal-card.sel .icon-wrap svg rect{stroke:#fff;}
.goal-card.sel .icon-wrap svg text{fill:rgba(255,255,255,0.85);}
.icon-wrap{width:56px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--sage-light);border:1px solid var(--sage-mid);border-radius:14px;transition:all 0.18s;}
.gt{font-size:14px;font-weight:500;margin-bottom:3px;color:#1a1a1a;}
.gd{font-size:12px;color:#6b7280;line-height:1.5;}
.check{width:20px;height:20px;border-radius:50%;background:var(--sage-dark);display:none;align-items:center;justify-content:center;flex-shrink:0;margin-left:auto;}
.check svg{width:12px;height:12px;}
.goal-card.sel .check{display:flex;}

/* INPUTS */
.g2{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.ig{display:flex;flex-direction:column;gap:5px;}
.ilrow{display:flex;align-items:center;gap:5px;}
.il{font-size:12px;color:#6b7280;}
.ir{display:flex;align-items:center;gap:6px;background:#f9fafb;border:0.5px solid #e5e7eb;border-radius:var(--radius-sm);padding:0 10px;}
.ir:focus-within{border-color:var(--sage);}
.ir input,.ir select{border:none;background:transparent;font-size:15px;font-weight:500;padding:10px 0;width:100%;color:#1a1a1a;outline:none;font-family:'DM Sans',sans-serif;}
.px{font-size:13px;color:#6b7280;}

/* INSIGHT BOXES */
.ib{border-radius:var(--radius);padding:1.25rem;margin-bottom:14px;}
.ib.sage{background:var(--sage-light);border:0.5px solid var(--sage-mid);}
.ib.forest{background:#eaeeec;border:0.5px solid #b5c9be;}
.ib.warn{background:var(--warn-bg);border:0.5px solid var(--warn-border);}
.ib.danger{background:var(--danger-bg);border:0.5px solid var(--danger-border);}
.inow{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:8px;}
.ib.sage .inow,.ib.forest .inow{color:var(--sage-dark);}
.ib.warn .inow{color:var(--warn-text);}
.ib.danger .inow{color:var(--danger-text);}
.irow{display:flex;align-items:baseline;gap:8px;margin-bottom:4px;}
.ival{font-size:120px;font-weight:700;}
.ib.sage .ival,.ib.forest .ival{color:var(--forest);}
.ib.warn .ival{color:var(--warn-text);}
.ib.danger .ival{color:var(--danger-text);}
.ilbl{font-size:13px;margin-top:2rem;}
.ib.sage .ilbl,.ib.forest .ilbl{color:var(--sage-dark);}
.ib.warn .ilbl{color:var(--warn-text);}
.ib.danger .ilbl{color:var(--danger-text);}
.isub{font-size:13px;line-height:1.6;margin-top:6px;}
.ib.sage .isub,.ib.forest .isub{color:var(--sage-dark);}
.ib.warn .isub{color:var(--warn-text);}
.ib.danger .isub{color:var(--danger-text);}

/* SLIDERS */
.sh{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;}
.st{font-size:12px;font-weight:400;color:#6b7280;}
.sv{font-size:15px;font-weight:500;color:var(--sage-dark);}
.ss{font-size:11px;color:#6b7280;margin-bottom:8px;}
input[type=range]{width:100%;accent-color:var(--sage-dark);margin-bottom:4px;}
.sl{display:flex;justify-content:space-between;font-size:11px;color:#6b7280;margin-bottom:1rem;}
.sl span.sl-active{font-weight:700;color:#2d3f38;}
.div{height:0.5px;background:#e5e7eb;margin:12px 0;}
.badge{font-size:10px;font-weight:500;padding:2px 7px;border-radius:8px;margin-left:4px;vertical-align:middle;}
.bs{background:var(--sage-light);color:var(--sage-dark);}
.bf{background:#eaeeec;color:var(--forest);}

/* RESULT BOXES */
.r2{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:1rem;}
.rb{background:#f9fafb;border-radius:var(--radius-sm);padding:12px;text-align:left;border:0.5px solid #e5e7eb;}
.rl{font-size:11px;color:#6b7280;margin-bottom:5px;line-height:1.4;}
.rv{font-size:19px;font-weight:500;}
.rn{font-size:11px;margin-top:3px;}
.g3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:1rem;}
.cmp{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:1rem;}
.cb{border-radius:var(--radius);padding:1rem;text-align:center;}
.cb.cur{background:#f9fafb;border:0.5px solid #e5e7eb;}
.cb.prj{background:var(--sage-light);border:0.5px solid var(--sage-mid);}
.clbl{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:0.06em;margin-bottom:6px;}
.cb.cur .clbl{color:#6b7280;}.cb.prj .clbl{color:var(--sage-dark);}
.cv{font-size:24px;font-weight:500;margin-bottom:3px;}
.cb.cur .cv{color:#1a1a1a;}.cb.prj .cv{color:var(--forest);}
.cs{font-size:11px;}.cb.cur .cs{color:#6b7280;}.cb.prj .cs{color:var(--sage-dark);}
.bd{font-size:12px;color:#6b7280;line-height:1.7;padding:10px 12px;background:#f9fafb;border-radius:var(--radius-sm);margin-top:12px;}
.c-sage{color:var(--sage-dark);}.c-forest{color:var(--forest);}.c-warn{color:var(--warn-text);}.c-danger{color:var(--danger-text);}

/* ACTIONS */
.ai{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:0.5px solid #e5e7eb;}
.ai:last-child{border-bottom:none;padding-bottom:0;}
.an{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;flex-shrink:0;margin-top:1px;}
.a1{background:var(--sage-light);color:var(--sage-dark);}
.a2{background:var(--sage-light);color:var(--sage-dark);}
.a3{background:var(--sage-light);color:var(--sage-dark);}
.at{font-size:12px;font-weight:400;line-height:1.5;color:#6b7280;}
.am{font-size:11px;color:#6b7280;margin-top:2px;}

/* EXIT READINESS */
.ritem{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:0.5px solid #e5e7eb;}
.ritem:last-child{border-bottom:none;}
.rdot{width:9px;height:9px;border-radius:50%;flex-shrink:0;}
.rtxt{font-size:13px;flex:1;}
.rs{font-size:11px;font-weight:500;}

/* GATE */
.gate-title{font-size:18px;font-weight:500;color:var(--forest);margin-bottom:6px;}
.gate-sub{font-size:13px;color:#6b7280;margin-bottom:1.5rem;line-height:1.6;}
.gate-form{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;}
.gate-form input{width:100%;padding:12px 14px;font-size:14px;font-family:'DM Sans',sans-serif;border:0.5px solid #e5e7eb;border-radius:var(--radius-sm);background:#f9fafb;color:#1a1a1a;outline:none;}
.gate-form input:focus{border-color:var(--sage);}
.privacy{font-size:11px;color:#6b7280;text-align:center;}

/* TOOLTIP */
.info-btn{width:15px;height:15px;border-radius:50%;border:1px solid var(--sage-mid);background:transparent;color:var(--sage-dark);font-size:9px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1;}
.tooltip-wrap{position:relative;display:inline-flex;align-items:center;}
.tooltip-box{display:none;position:absolute;left:20px;top:50%;transform:translateY(-50%);width:230px;background:#fff;border:0.5px solid #e5e7eb;border-radius:var(--radius);padding:10px 12px;z-index:99;box-shadow:0 4px 16px rgba(0,0,0,0.08);}
.tooltip-box.open{display:block;}
.tooltip-title{font-size:12px;font-weight:500;color:var(--forest);margin-bottom:5px;}
.tooltip-body{font-size:11px;color:#6b7280;line-height:1.6;}
.tooltip-ex{margin-top:6px;padding:6px 8px;background:#f9fafb;border-radius:var(--radius-sm);font-size:11px;color:#6b7280;line-height:1.5;}
.tooltip-close{position:absolute;top:6px;right:8px;background:none;border:none;font-size:13px;color:#6b7280;cursor:pointer;}

/* BUTTONS */
.btn{width:100%;padding:13px;background:var(--forest);color:#fff;border:none;border-radius:var(--radius-sm);font-size:15px;font-weight:500;cursor:pointer;margin-top:6px;font-family:'DM Sans',sans-serif;transition:background 0.15s;letter-spacing:0.2px;}
.btn:hover{background:#1e2d28;}
.btn:disabled{opacity:0.35;cursor:not-allowed;}
.btn-sage{background:var(--sage-dark);}
.btn-sage:hover{background:var(--forest);}
.btn-back{background:none;border:none;font-size:13px;color:#6b7280;cursor:pointer;margin-top:12px;display:block;text-align:center;width:100%;font-family:'DM Sans',sans-serif;}

/* CTA BOX */
.cta-box{background:var(--forest);border-radius:var(--radius);padding:1.5rem;text-align:center;margin-bottom:14px;}
.cta-box h3{font-size:15px;font-weight:500;color:#fff;margin-bottom:6px;}
.cta-box p{font-size:13px;color:rgba(255,255,255,0.65);margin-bottom:1rem;line-height:1.5;}
.cta-box .btn{background:var(--sage);margin-top:0;}
.cta-box .btn:hover{background:var(--sage-dark);}


/* ── DESKTOP LAYOUT ── */
@media(min-width:768px){
  body{padding:3rem 2rem 5rem;align-items:flex-start;}
  .app{max-width:720px;}
  .brand-header{padding:1.5rem 2rem;}
  .brand-big{font-size:28px;}
  .brand-script{font-size:18px;}
  .hero-section{gap:1.5rem;margin-bottom:2rem;}
  .mascot-img{width:260px;height:310px;}
  .hero-h{font-size:24px;}
  .hero-sub{font-size:14px;}
  .card{padding:1.5rem;}
  .ival{font-size:34px;}
  .cv{font-size:28px;}
  .btn{font-size:16px;padding:14px;}
  .g3{grid-template-columns:repeat(3,minmax(0,1fr));}
  .tooltip-box{width:270px;}
}
@media(min-width:1024px){
  .app{max-width:800px;}
  .ival{font-size:38px;}
}

/* ── MOBILE LAYOUT ── */
@media(max-width:767px){
  body{padding:1rem 1rem 3rem;}
  .app{max-width:100%;}
  .brand-header{padding:1rem 1.25rem;flex-direction:column;align-items:flex-start;gap:8px;}
  .brand-badge{align-self:flex-end;margin-top:-28px;}
  .brand-big{font-size:20px;}
  .brand-script{font-size:14px;}
  .hero-section{flex-direction:column;align-items:center;text-align:center;gap:0.75rem;margin-bottom:1.5rem;}
  .mascot-img{width:180px;height:215px;}
  .hero-text{width:100%;}
  .hero-eyebrow{text-align:center;}
  .hero-h{font-size:18px;}
  .pill{margin-left:auto;margin-right:auto;display:flex;justify-content:center;}
  .g2,.r2,.cmp{grid-template-columns:1fr;}
  .g3{grid-template-columns:1fr 1fr;}
  .ival{font-size:26px;}
  .cv{font-size:20px;}
  .tooltip-box{left:auto;right:0;top:calc(100% + 8px);transform:none;width:calc(100vw - 2rem);max-width:300px;}
  .steps{margin-bottom:1.25rem;}
  .card{padding:1rem;}
  .cta-box{padding:1.25rem;}
  .btn{font-size:14px;padding:12px;}
  .r2{grid-template-columns:1fr 1fr;}
  .sl{font-size:10px;}
  .st{font-size:12px;}
  .gate-title{font-size:16px;}
  .ai{gap:8px;}
  .at{font-size:12px;}
  .am{font-size:10px;}
}

/* ── SMALL MOBILE (<380px) ── */
@media(max-width:380px){
  .mascot-img{width:140px;height:165px;}
  .brand-big{font-size:17px;letter-spacing:2px;}
  .hero-h{font-size:16px;}
  .g3{grid-template-columns:1fr;}
  .ival{font-size:22px;}
  .cv{font-size:18px;}
  .btn{font-size:13px;padding:11px;}
  .card{padding:0.875rem;}
}

/* GOALS HEADER BAR */
.goals-header{display:flex;align-items:center;justify-content:center;padding:0 2rem;background:#ffffff;position:fixed;top:0;left:0;right:0;z-index:200;}
.goals-header-inner{display:flex;align-items:center;justify-content:center;width:100%;max-width:1100px;padding:1rem 0;border-bottom:1px solid #e5e7eb;}
.goals-header-brand{display:flex;align-items:baseline;gap:8px;}
.goals-header-big{font-size:14px;font-weight:700;color:#6abf7a;letter-spacing:3px;text-transform:uppercase;}
.goals-header-by{font-size:10px;font-weight:400;color:#9ca3af;letter-spacing:0.08em;}
.goals-header-script{font-family:'DM Sans',sans-serif;font-style:normal;font-size:10px;font-weight:400;color:#9ca3af;letter-spacing:0.08em;}

/* GOALS SCREEN DARK REDESIGN */
#s-goals{display:none;}#s-goals.active{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffff;overflow-y:auto;z-index:100;}
#s-goals::before,#s-cash::before,#s-grow::before,#s-exit::before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-image:url("../assets/bg-pattern.png");background-repeat:repeat;background-size:500px auto;opacity:0.12;pointer-events:none;z-index:0;}
.goals-page{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;flex:1;min-height:100%;}
.goals-inner{max-width:1100px;margin:0 auto;width:100%;padding:5rem 2rem 2rem;display:flex;flex-direction:column;flex:1;min-height:100vh;}
.goals-content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:0;}

.goals-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:center;margin-bottom:2rem;}
.goals-left{display:flex;align-items:flex-end;grid-column:1;overflow:hidden;width:100%;}
.goals-right{display:flex;flex-direction:column;gap:1.5rem;grid-column:2/4;}

/* ADDY MASCOT */
.mascot-wrap{display:inline-flex;align-items:center;justify-content:center;width:304px;height:304px;border-radius:50%;background:#e8ede9;overflow:hidden;box-shadow:inset 0 0 0 8px var(--sage-dark);}
.goals-mascot{width:81%;height:auto;display:block;mix-blend-mode:multiply;}

.goals-hero-text{display:flex;flex-direction:column;gap:1rem;}
.goals-eyebrow{display:inline-block;align-self:flex-start;font-size:11px;font-weight:600;color:var(--sage-dark);letter-spacing:0.15em;text-transform:uppercase;background:var(--sage-light);border:1px solid var(--sage-mid);border-radius:20px;padding:5px 14px;}

.goals-accent{color:#6abf7a;}

.goals-heading-row{display:flex;flex-direction:column;gap:0.5rem;width:fit-content;align-self:flex-start;}
.goals-heading{font-size:160px;font-weight:700;color:var(--forest);line-height:1.1;margin:0;padding:0;display:inline-block;width:fit-content;white-space:nowrap;}
.goals-section-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;}
.goals-section-lbl{font-size:14px;font-weight:500;color:#6b7280;letter-spacing:0.05em;white-space:nowrap;}
.goals-hr{flex:1;height:1px;background:#e5e7eb;}
.goals-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;}
.goals-opt-card{border:1px solid #e5e7eb;border-radius:16px;padding:2.5rem 1.25rem;cursor:pointer;background:#fff;display:flex;flex-direction:column;gap:1.25rem;transition:all 0.2s;box-shadow:0 2px 8px rgba(0,0,0,0.06);min-height:320px;}
.goals-opt-card:hover{border-color:var(--sage);background:var(--sage-light);transform:translateY(-2px);}
.goals-opt-icon{width:48px;height:48px;background:var(--sage-light);border:1px solid var(--sage-mid);border-radius:12px;display:flex;align-items:center;justify-content:center;}
.goals-opt-title{font-size:18px;font-weight:700;color:var(--forest);min-height:2.6em;}
.goals-opt-desc{font-size:13px;color:#6b7280;line-height:1.6;flex:1;}
.goals-opt-btn{padding:11px 18px;background:var(--forest);color:#fff;border:1px solid var(--forest);border-radius:var(--radius-sm);font-size:12px;font-weight:600;letter-spacing:0.08em;cursor:pointer;text-align:center;transition:all 0.18s;font-family:'DM Sans',sans-serif;width:100%;}
.goals-opt-btn:hover{background:var(--sage-dark);border-color:var(--sage-dark);color:#fff;}
.goals-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;padding-bottom:1.5rem;border-top:1px solid #e5e7eb;margin-top:auto;flex-wrap:wrap;gap:1rem;background:#ffffff;}
.goals-footer-brand{font-size:10px;font-weight:400;color:#9ca3af;letter-spacing:0.08em;margin-bottom:4px;}
.goals-footer-copy{font-size:10px;color:#9ca3af;letter-spacing:0.05em;}
.goals-footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;}
.goals-footer-link{font-size:10px;color:#9ca3af;text-decoration:none;letter-spacing:0.08em;transition:color 0.15s;}
.goals-footer-link:hover{color:var(--forest);}
/* GOALS — LARGE DESKTOP (1200px+) */
@media(min-width:1200px){
  .goals-inner{padding:3.5rem 3rem 2.5rem;}
  .goals-heading{font-size:56px;}
}

/* GOALS — STANDARD DESKTOP (1024px–1199px) */
@media(max-width:1199px) and (min-width:1024px){
  .goals-heading{font-size:44px;}
  .mascot-wrap{width:240px;height:240px;}.goals-mascot{width:81%;}
}

/* GOALS — TABLET LANDSCAPE (768px–1023px) */
@media(max-width:1023px) and (min-width:768px){
  .goals-inner{padding:2rem 1.5rem 1.5rem;}
  .goals-hero{grid-template-columns:1fr 1fr;gap:1.5rem;}
  .goals-hero-text{grid-column:2/3;}
  .mascot-wrap{width:208px;height:208px;}.goals-mascot{width:81%;}
  .goals-heading{font-size:36px;}
  .goals-sub{font-size:14px;max-width:100%;}
  .goals-cards{grid-template-columns:repeat(3,1fr);}
  .goals-section-row{margin-bottom:1rem;}
}

/* GOALS — TABLET PORTRAIT & MOBILE (max 767px) */
@media(max-width:767px){
  #s-goals::before{background-size:300px auto;}
  .goals-inner{padding:1.5rem 1rem 1rem;}
  .goals-layout{grid-template-columns:1fr;gap:1rem;}
  .goals-left{justify-content:center;}
  .goals-right{gap:1rem;}
  .goals-heading-row{flex-direction:column;gap:0.5rem;align-self:center;}
  .goals-hero-text{align-items:center;text-align:center;}
  .mascot-wrap{margin:0 auto;}
  .mascot-wrap{width:176px;height:176px;}.goals-mascot{width:81%;}
  .goals-heading{font-size:32px;}
  .goals-sub{font-size:13px;max-width:100%;text-align:center;}
  .goals-eyebrow{font-size:10px;}
  .goals-section-row{margin-bottom:0.75rem;}
  .goals-cards{grid-template-columns:1fr;gap:0.75rem;padding-bottom:1rem;}
  .goals-opt-card{padding:1.25rem 1rem;flex-direction:row;align-items:center;gap:1rem;}
  .goals-opt-desc{display:none;}
  .goals-opt-btn{width:auto;white-space:nowrap;padding:10px 14px;}
  .goals-footer{flex-direction:column;align-items:center;text-align:center;padding-top:1rem;}
  .goals-footer-links{gap:0.75rem;justify-content:center;}
  .goals-footer-left{text-align:center;}
}

/* GOALS — SMALL MOBILE (max 480px) */
@media(max-width:480px){
  .goals-inner{padding:1rem 0.75rem 1rem;}
  .mascot-wrap{width:144px;height:144px;}.goals-mascot{width:81%;}
  .goals-heading{font-size:26px;}
  .goals-opt-card{padding:1rem;}
  .goals-opt-title{font-size:15px;}
  .goals-opt-btn{font-size:11px;padding:9px 12px;}
}

/* GOALS — EXTRA SMALL (max 360px) */
@media(max-width:360px){
  .goals-heading{font-size:22px;}
  .mascot-wrap{width:128px;height:128px;}.goals-mascot{width:81%;}
}
/* ==================== RESPONSIVE: RESULT SCREENS ==================== */

/* Tablet (max 900px) — reduce input card side padding */
@media(max-width:900px){
  #cash-input-card,#grow-input-card,#exit-input-card{padding:1.25rem 1.5rem !important;}
  .results-page{padding:3rem 1.5rem 2rem;}
}

/* Mobile landscape / small tablet (max 767px) */
@media(max-width:767px){
  .results-page{padding:3rem 1rem 1.5rem;}

  /* Input cards — stack Addy image above form */
  #cash-card-inner,#grow-card-inner,#exit-card-inner{flex-direction:column;align-items:center;gap:1rem;}
  #cash-input-card,#grow-input-card,#exit-input-card{padding:1rem !important;}

  /* Shrink Addy image in input cards */
  #cash-card-inner .card-addy{width:100px;}
  #cash-card-inner .card-addy img{width:100px;}
  #grow-card-inner>div:first-child,#exit-card-inner>div:first-child{width:100px !important;}

  /* Input labels — allow wrapping */
  #cash-input-card .card-form .il{min-width:120px;white-space:normal;}

  /* Heading inside input cards */
  #cash-input-card .ct,#grow-input-card .ct,#exit-input-card .ct{font-size:22px !important;}

  /* Big result numbers */
  .ival{font-size:64px;}

  /* Thinking overlay — stack on mobile */
  .card-thinking{flex-direction:column;gap:1rem;}
  .card-thinking-img{width:100px;}

  /* CTA box — stack vertically */
  .cta-box{flex-direction:column !important;align-items:flex-start !important;gap:1rem !important;}
  .cta-box>img{display:none;}

  /* Footer — allow wrapping */
  .goals-footer{flex-wrap:wrap !important;}
  .goals-footer-links{flex-shrink:1 !important;}
}

/* Phone (max 480px) */
@media(max-width:480px){
  .results-page{padding:3rem 0.75rem 1rem;}
  .ival{font-size:48px;}
  .card{padding:0.875rem;}
  #cash-input-card .card-form .il{min-width:100px;}
  .ct{font-size:13px;}
  .sh{flex-wrap:wrap;gap:4px;}
  .cmp{grid-template-columns:1fr;}
  .g3{grid-template-columns:1fr 1fr;}
  .goals-header-inner{padding:0.75rem 0;}
  .btn{font-size:13px;padding:11px;}
  .cash-pill-wrap{margin-bottom:6px;}
}

/* Small phone (max 380px) */
@media(max-width:380px){
  .ival{font-size:40px;}
  .ilbl{font-size:11px;}
  .g3{grid-template-columns:1fr;}
  .goals-footer{flex-direction:column;align-items:flex-start;}
}

/* PRIVACY MODAL */
.priv-modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.45);z-index:9999;align-items:center;justify-content:center;padding:1.5rem;}
.priv-modal-overlay.open{display:flex;}
.priv-modal{background:#fff;border-radius:var(--radius);max-width:560px;width:100%;max-height:85vh;overflow-y:auto;padding:2rem 2rem 1.5rem;position:relative;box-shadow:0 8px 32px rgba(0,0,0,0.18);}
.priv-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:20px;cursor:pointer;color:#6b7280;line-height:1;}
.priv-modal-close:hover{color:#1a1a1a;}
.priv-modal h2{font-size:20px;font-weight:700;color:#2d3f38;margin-bottom:4px;}
.priv-modal .priv-sub{font-size:11px;color:#9ca3af;margin-bottom:1.25rem;}
.priv-modal h3{font-size:13px;font-weight:700;color:#2d3f38;margin:1rem 0 4px;}
.priv-modal p{font-size:13px;color:#4b5563;line-height:1.6;margin:0;}
/* FREE VERSION RIBBON */
.ribbon{position:fixed;top:32px;right:-60px;z-index:99999;background:#c8a400;color:#fff;font-size:10px;font-weight:700;letter-spacing:0.1em;padding:7px 80px;transform:rotate(45deg);box-shadow:0 2px 6px rgba(0,0,0,0.25);pointer-events:none;text-align:center;display:flex;align-items:center;justify-content:center;}

/* ── addy-v2-overlay ── */
/* ============ ADDY v2 OVERLAY =========== */
/* shared bubble system */
.v2-chat{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px;}
.v2-chat-mascot{flex-shrink:0;width:72px;height:86px;display:flex;align-items:flex-end;justify-content:center;}
.v2-chat-mascot img{width:100%;height:auto;mix-blend-mode:multiply;}
.v2-chat-stream{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0;}
.v2-bubble{background:var(--sage-light);border:1px solid var(--sage-mid);border-radius:4px 18px 18px 18px;padding:12px 16px;font-size:14px;color:var(--forest);line-height:1.55;}
.v2-bubble.hero{background:var(--forest);color:#fff;border-color:var(--forest);padding:18px 20px;}
.v2-bubble.hero .v2-big{font-size:44px;font-weight:700;letter-spacing:-0.02em;line-height:1;color:#fff;}
.v2-bubble.hero .v2-cap{font-size:13px;opacity:0.8;margin-top:6px;color:#fff;}
.v2-bubble.hero.cash-gap-red{background:#7b1a1a !important;border-color:#5c1111 !important;}
.v2-bubble.buyer-bad{background:var(--danger-bg);border-color:var(--danger-border);color:var(--danger-text);}
.v2-bubble.buyer-bad .v2-big{color:var(--danger-text);}
.v2-bubble.buyer-good{background:var(--sage-light);border-color:var(--sage-mid);}
.v2-bubble.buyer-good .v2-big{color:var(--sage-dark);font-size:40px;font-weight:700;letter-spacing:-0.02em;line-height:1;}
.v2-tag{display:inline-block;font-size:10px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;opacity:0.7;margin-bottom:6px;}
@media(max-width:520px){.v2-chat-mascot{width:52px;height:62px;}.v2-bubble.hero .v2-big{font-size:36px;}}

/* scenario tabs (Grow) */
.v2-tabs{display:flex;gap:6px;padding:5px;background:#f9fafb;border:1px solid var(--line);border-radius:99px;margin-bottom:12px;}
.v2-tab{flex:1;padding:8px 10px;border:none;background:transparent;font-family:'DM Sans',sans-serif;font-size:12px;font-weight:500;color:var(--muted);border-radius:99px;cursor:pointer;transition:all 0.18s;}
.v2-tab.on{background:#fff;color:var(--forest);font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,0.08);}
.v2-scenario{display:none;}
.v2-scenario.on{display:block;}

/* hide elements we are replacing on the three results screens */
#s-cash #cash-phase2 > #cash-ins{display:none !important;}
#s-grow #grow-phase2 > #grow-ins{display:none !important;}
#s-exit #exit-phase2 > #exit-ins{display:none !important;}

/* compact the input cards a bit to free vertical space */
#cash-input-card, #grow-input-card, #exit-input-card{padding:1rem 1.5rem !important;}

/* buyer strip container */
.v2-buyer-strip{display:flex;flex-direction:column;gap:10px;margin-bottom:14px;}
.v2-buyer-sep{text-align:center;font-size:11px;color:var(--muted);font-style:italic;padding:2px 0;}

/* Cash: drop the duplicate mascot */
#v2-cash-chat .v2-chat-mascot{display:none !important;}
#v2-cash-chat .v2-chat{margin-left:0;}

/* Chip group */
.v2-chips-wrap{margin-top:8px;}
.v2-chips-label{font-size:13px;color:var(--forest);font-weight:600;margin-bottom:10px;}
.v2-chips{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:10px;}
@media(max-width:520px){.v2-chips{grid-template-columns:repeat(2,1fr);}}
.v2-chip{padding:14px 10px;border:1.5px solid var(--line);background:#fff;border-radius:12px;font-family:'DM Sans',sans-serif;font-size:15px;font-weight:600;color:var(--forest);cursor:pointer;transition:all 0.15s;text-align:center;letter-spacing:-0.01em;}
.v2-chip:hover{border-color:var(--sage);background:var(--sage-light);}
.v2-chip.on{background:var(--forest);color:#fff;border-color:var(--forest);}
.v2-chip small{display:block;font-size:11px;font-weight:400;opacity:0.75;margin-top:2px;}
.v2-chip-other{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1.5px dashed var(--line);border-radius:12px;background:#fff;}
.v2-chip-other.on{border-color:var(--forest);border-style:solid;background:var(--sage-light);}
.v2-chip-other label{font-size:13px;color:var(--muted);flex-shrink:0;}
.v2-chip-other input{flex:1;min-width:0;border:none;background:transparent;font-family:'DM Sans',sans-serif;font-size:15px;font-weight:600;color:var(--forest);padding:4px;outline:none;}

#s-cash #c-sl, #s-cash .card .sh, #s-cash .card .sl{display:none !important;}

/* ── UX HIERARCHY IMPROVEMENTS ── */
#cash-card-inner{transition:opacity 0.35s ease;}
#cash-input-summary,#grow-input-summary,#exit-input-summary{display:none;opacity:0;transition:opacity 0.35s ease;padding:1.25rem 2.5rem;align-items:center;justify-content:space-between;}
#cash-input-summary.vis,#grow-input-summary.vis,#exit-input-summary.vis{opacity:1;}
#cash-input-summary .sum-vals,#grow-input-summary .sum-vals,#exit-input-summary .sum-vals{font-weight:500;color:var(--forest);font-size:15px;}
#cash-input-summary .sum-edit,#grow-input-summary .sum-edit,#exit-input-summary .sum-edit{background:none;border:none;font-family:inherit;font-size:12px;color:var(--sage-dark);text-decoration:underline;cursor:pointer;flex-shrink:0;padding:0;}
#c-sum-rev,#g-sum-nc,#e-sum-pro{font-size:32px;font-weight:700;line-height:1;}
#cash-input-summary .sum-num,#grow-input-summary .sum-num,#exit-input-summary .sum-num{font-size:32px;font-weight:700;line-height:1;}
.v2-bubble.hero .v2-big{font-size:60px !important;font-weight:700 !important;}
@media(max-width:520px){.v2-bubble.hero .v2-big{font-size:44px !important;font-weight:700 !important;}}
#v2-cash-chat .v2-chat-mascot,#v2-cash-chat-2 .v2-chat-mascot,#v2-grow-chat .v2-chat-mascot,#v2-grow-chat-2 .v2-chat-mascot,#v2-exit-chat .v2-chat-mascot,#v2-exit-chat-2 .v2-chat-mascot{display:block !important;position:relative;width:32px !important;height:32px !important;min-width:32px;border-radius:50%;background:var(--sage-light);overflow:hidden;box-shadow:inset 0 0 0 1.5px var(--sage-dark),0 4px 14px rgba(0,0,0,0.18),0 2px 6px rgba(0,0,0,0.10);flex-shrink:0;margin-top:0;}
#v2-cash-chat .v2-chat-mascot img,#v2-cash-chat-2 .v2-chat-mascot img,#v2-grow-chat .v2-chat-mascot img,#v2-grow-chat-2 .v2-chat-mascot img,#v2-exit-chat .v2-chat-mascot img,#v2-exit-chat-2 .v2-chat-mascot img{display:block !important;position:absolute;width:60px !important;height:auto !important;left:50%;top:-10px;transform:translateX(-50%);mix-blend-mode:multiply;max-width:none !important;}
#v2-cash-chat .v2-chat-mascot::after,#v2-cash-chat-2 .v2-chat-mascot::after,#v2-grow-chat .v2-chat-mascot::after,#v2-grow-chat-2 .v2-chat-mascot::after,#v2-exit-chat .v2-chat-mascot::after,#v2-exit-chat-2 .v2-chat-mascot::after{content:none;}
.v2-typing{display:flex;gap:5px;align-items:center;padding:12px 16px;background:var(--sage-light);border:1px solid var(--sage-mid);border-radius:4px 18px 18px 18px;width:fit-content;}
.v2-typing span{width:8px;height:8px;border-radius:50%;background:var(--sage-dark);animation:typingDot 1.2s ease-in-out infinite;}
.v2-typing span:nth-child(2){animation-delay:0.2s;}
.v2-typing span:nth-child(3){animation-delay:0.4s;}
@keyframes typingDot{0%,80%,100%{transform:scale(0.7);opacity:0.4;}40%{transform:scale(1.1);opacity:1;}}
#cash-phase2 .r2 .rb{background:var(--sage-light) !important;border:1px solid var(--sage-mid) !important;padding:18px !important;display:block !important;text-align:center;}
#cash-phase2 .r2 #c-fr{display:block;font-size:34px !important;font-weight:700 !important;color:var(--forest) !important;line-height:1.1;margin-bottom:4px;}
#cash-phase2 .r2 #c-fn{display:block !important;font-size:13px !important;font-weight:500;margin-top:4px;}
#cash-phase2 .r2 .rb:has(.c-danger){background:#7b1a1a !important;border:1px solid #5c1111 !important;}
#cash-phase2 .r2 .rb:has(.c-danger) #c-fr{color:#ffffff !important;}
#cash-phase2 .r2 .rb:has(.c-danger) #c-fn{color:#ffffff !important;}
.cta-box .btn{background:#ffffff !important;color:var(--forest) !important;font-weight:600 !important;}
.cta-box .btn:hover{background:var(--sage-light) !important;color:var(--forest) !important;}
#cash-phase3{margin-left:44px;}
#grow-phase2 .grow-cta-box,#exit-phase2 .exit-cta-box{margin-left:44px;}
#cash-phase3 #c-ac-btn{display:none !important;}
#cash-phase3 .card>.ct{display:none !important;}
.at{font-size:13px !important;color:#374151 !important;}
.v2-fade-in{animation:fadeSlideUp 0.45s ease forwards;}
.v2-show-btn{display:block;width:100%;padding:11px 16px;background:var(--forest);color:#fff;border:none;border-radius:var(--radius-sm);font-size:14px;font-weight:500;cursor:pointer;margin-top:12px;font-family:"DM Sans",sans-serif;transition:background 0.15s;}
.v2-show-btn:hover{background:#1e2d28;}
.v2-bubble.v2-first{border-radius:4px 18px 4px 4px;}
.v2-bubble.v2-mid{border-radius:4px 4px 4px 4px;}
.v2-bubble.v2-last{border-radius:4px 4px 18px 18px;}
#v2-cash-chat .v2-chat-stream,#v2-cash-chat-2 .v2-chat-stream,#v2-grow-chat .v2-chat-stream,#v2-grow-chat-2 .v2-chat-stream,#v2-exit-chat .v2-chat-stream,#v2-exit-chat-2 .v2-chat-stream{padding-top:16px;}
#v2-cash-chat-2{margin-top:1.5rem;}
/* grow/exit progressive reveal (v4 conversational pattern) */
#grow-phase2 .g-ac-card #g-ac-btn{display:none !important;}
#grow-phase2 .g-ac-card>.ct{display:none !important;}
#exit-phase2 .e-ac-card #e-ac-btn{display:none !important;}
#exit-phase2 .e-ac-card>.ct{display:none !important;}
@media(max-width:640px){.cash-results-title{font-size:20px;white-space:normal;padding:0 8px;}}

/* ── ADDY FEEDBACK SURVEY ── */
.fb-holder{margin-top:1.5rem;}
/* avatar sits far-left like the other chats; only the survey card indents to
   line up with the conversation bubbles and the cards above it */
.fb-holder .fb-survey{margin-left:44px;}
/* circular Addy avatar on the invitation bubble, matching the v2 chat avatars */
.fb-holder .v2-chat-mascot{display:block !important;position:relative;width:32px !important;height:32px !important;min-width:32px;border-radius:50%;background:var(--sage-light);overflow:hidden;box-shadow:inset 0 0 0 1.5px var(--sage-dark),0 4px 14px rgba(0,0,0,0.18),0 2px 6px rgba(0,0,0,0.10);flex-shrink:0;margin-top:0;}
.fb-holder .v2-chat-mascot img{display:block !important;position:absolute;width:60px !important;height:auto !important;left:50%;top:-10px;transform:translateX(-50%);mix-blend-mode:multiply;max-width:none !important;}
.fb-survey{background:#fff;border:0.5px solid var(--line);border-radius:var(--radius);padding:1.5rem;margin-top:14px;box-shadow:0 2px 8px rgba(0,0,0,0.07),0 1px 3px rgba(0,0,0,0.04);}
.fb-head{margin-bottom:1.1rem;}
.fb-head h2{font-size:22px;font-weight:700;color:var(--forest);margin-bottom:0;}
.fb-progress{height:4px;border-radius:2px;background:var(--sage-light);overflow:hidden;margin-bottom:1.5rem;}
.fb-progress-fill{height:100%;width:0;background:var(--sage-dark);border-radius:2px;transition:width .4s ease;}
.fb-step{display:none;}
.fb-step.active{display:block;animation:fbFade .3s ease;}
@keyframes fbFade{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:none;}}
.fb-kicker{display:inline-block;font-size:11px;font-weight:600;color:var(--sage-dark);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:8px;}
.fb-step h3{font-size:18px;font-weight:700;color:var(--forest);line-height:1.35;margin-bottom:5px;}
.fb-sub{font-size:13px;color:var(--muted);line-height:1.55;margin-bottom:1.1rem;}
.fb-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:0.5rem;}
.fb-options.fb-cards{flex-direction:column;flex-wrap:nowrap;}
.fb-pill{border:1.5px solid var(--line);background:#fff;border-radius:20px;padding:9px 16px;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:500;color:var(--forest);cursor:pointer;transition:all .15s;}
.fb-pill:hover{border-color:var(--sage);background:var(--sage-light);}
.fb-pill.selected{background:var(--sage-light);border-color:var(--sage-dark);color:var(--forest);font-weight:600;box-shadow:inset 0 0 0 1px var(--sage-dark);}
.fb-card-opt{display:block;width:100%;text-align:left;border:1.5px solid var(--line);background:#fff;border-radius:var(--radius-sm);padding:14px 16px;font-family:'DM Sans',sans-serif;cursor:pointer;transition:all .15s;}
.fb-card-opt:hover{border-color:var(--sage);background:var(--sage-light);}
.fb-card-opt.selected{background:var(--sage-light);border-color:var(--sage-dark);box-shadow:inset 0 0 0 1px var(--sage-dark);}
.fb-card-t{font-size:14px;font-weight:600;color:var(--forest);}
.fb-card-s{font-size:12px;color:var(--muted);margin-top:3px;line-height:1.45;}
.fb-textarea{width:100%;border:1.5px solid var(--line);border-radius:var(--radius-sm);background:#f9fafb;padding:12px 14px;font-family:'DM Sans',sans-serif;font-size:14px;color:#1a1a1a;resize:vertical;outline:none;transition:border-color .2s,box-shadow .2s;}
.fb-textarea:focus{border-color:var(--sage);box-shadow:0 0 0 3px rgba(106,191,122,0.15);}
.fb-divider{height:1px;background:var(--line);margin:1.25rem 0;}
.fb-contact-title{font-size:14px;font-weight:600;color:var(--forest);margin-bottom:3px;}
.fb-contact-sub{font-size:12px;color:var(--muted);line-height:1.5;margin-bottom:12px;}
.fb-disclaimer{display:flex;gap:10px;align-items:flex-start;background:#f9fafb;border:0.5px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;font-size:12px;color:var(--muted);line-height:1.55;margin-bottom:14px;}
.fb-shield{flex-shrink:0;font-size:15px;line-height:1.3;}
.fb-label{display:block;font-size:12px;font-weight:500;color:var(--forest);margin-bottom:5px;}
.fb-opt{font-size:11px;font-weight:400;color:var(--muted);font-style:italic;margin-left:4px;}
.fb-input{width:100%;border:1.5px solid var(--line);border-radius:var(--radius-sm);background:#f9fafb;padding:10px 12px;font-family:'DM Sans',sans-serif;font-size:14px;color:#1a1a1a;outline:none;margin-bottom:12px;transition:border-color .2s,box-shadow .2s;}
.fb-input:focus{border-color:var(--sage);box-shadow:0 0 0 3px rgba(106,191,122,0.15);}
.fb-consent{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:var(--muted);line-height:1.5;margin-top:2px;cursor:pointer;}
.fb-consent input{margin-top:1px;flex-shrink:0;width:15px;height:15px;accent-color:var(--sage-dark);cursor:pointer;}
.fb-nav{display:flex;align-items:center;justify-content:space-between;margin-top:1.25rem;gap:12px;}
.fb-back{background:none;border:none;font-family:'DM Sans',sans-serif;font-size:13px;color:var(--muted);cursor:pointer;padding:6px 4px;}
.fb-back:hover{color:var(--forest);}
.fb-back.fb-hidden{visibility:hidden;}
.fb-next,.fb-submit{border:none;border-radius:var(--radius-sm);padding:11px 22px;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:500;color:#fff;cursor:pointer;transition:background .15s;}
.fb-next{background:var(--forest);}
.fb-next:hover{background:#1e2d28;}
.fb-submit{background:var(--sage-dark);}
.fb-submit:hover{background:var(--forest);}
.fb-thanks{text-align:center;padding:1.5rem 1rem;}
.fb-thanks-icon{width:48px;height:48px;border-radius:50%;background:var(--sage-light);color:var(--sage-dark);font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;}
.fb-thanks h2{font-size:20px;font-weight:700;color:var(--forest);margin-bottom:6px;}
.fb-thanks p{font-size:13px;color:var(--muted);line-height:1.6;max-width:340px;margin:0 auto;}
