:root {
  --green:#103f32;
  --green-2:#1d604c;
  --mint:#a1efd2;
  --mint-soft:#eaf6f0;
  --cream:#f8f3e8;
  --gold:#c7a65a;
  --ink:#151b18;
  --muted:#6e746f;
  --line:#dbe3dd;
  --white:#fff;
  --shadow:0 24px 70px rgba(16,63,50,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{max-width:100%;display:block}
.hidden{display:none!important}
.nav{height:78px;max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:relative;z-index:20}
.brand{display:flex;align-items:center;gap:10px;font-weight:850;font-size:19px}.brand img{width:40px;height:40px;border-radius:11px}
.nav nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:650}.nav nav>a:not(.nav-buy):hover{color:var(--green-2)}
.nav-buy{background:var(--green);color:white;padding:11px 16px;border-radius:999px}
.section{max-width:1180px;margin:0 auto;padding:92px 24px}
.hero{min-height:720px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;padding-top:54px}
.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:900;color:var(--gold);margin-bottom:14px}
h1,h2,h3,p{margin-top:0}h1{font-size:clamp(50px,6.4vw,84px);line-height:.98;letter-spacing:-.055em;margin-bottom:24px}h1 span{color:var(--green)}
.lead{font-size:20px;color:var(--muted);max-width:640px;margin-bottom:30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.button{appearance:none;border:0;border-radius:16px;padding:15px 22px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.2s transform,.2s opacity}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--green);color:white}.button.ghost{border:1px solid #aab6ae;background:transparent;color:var(--green)}.button.light{background:white;color:var(--green)}.button.full{width:100%}
.trust-row{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:22px;color:#627069;font-size:13px;font-weight:650}
.hero-phone-wrap{position:relative;display:grid;place-items:center;min-height:590px}.phone-shell{width:min(315px,80vw);border:10px solid #17201b;border-radius:43px;background:#111;box-shadow:var(--shadow);overflow:hidden}.phone-shell img{width:100%;height:auto}.hero-phone{transform:rotate(1.5deg)}
.float-card{position:absolute;background:white;padding:15px 18px;border-radius:16px;box-shadow:0 18px 45px rgba(16,63,50,.14);display:flex;flex-direction:column;min-width:160px}.float-card small{color:var(--muted)}.float-card strong{font-size:21px;color:var(--green)}.card-one{left:0;top:18%}.card-two{right:0;bottom:19%}
.problem-strip{background:var(--green);color:white;display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:1180px;margin:0 auto;border-radius:28px;overflow:hidden}.problem-strip>div{padding:32px;border-right:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;gap:5px}.problem-strip>div:last-child{border-right:0}.problem-strip span{opacity:.72;font-size:14px}
.section-title{text-align:center;max-width:720px;margin:0 auto 42px}.section-title.left{text-align:left;margin-left:0}.section-title h2,.price-copy h2,.security-copy h2{font-size:clamp(34px,4vw,54px);line-height:1.04;letter-spacing:-.04em;margin-bottom:16px}.section-title p,.price-copy p,.security-copy>p{font-size:18px;color:var(--muted)}
.calculator-section{padding-top:110px}.calc-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:960px;margin:auto}.calc-card,.calc-result{background:white;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:0 14px 40px rgba(25,53,42,.05)}.calc-card label{display:block;font-size:14px;font-weight:750;margin:16px 0}.calc-card input{width:100%;border:1px solid #d8dfda;border-radius:14px;padding:15px 16px;background:#fbfcfb;outline:none}.calc-card input:focus{border-color:var(--green-2);box-shadow:0 0 0 3px rgba(29,96,76,.08)}.money-input{position:relative;margin-top:7px}.money-input span{position:absolute;left:15px;top:50%;transform:translateY(-50%);font-weight:700;color:#7b817d}.money-input input{padding-left:43px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sample-button{width:100%;border:1px dashed var(--green-2);background:var(--mint-soft);color:var(--green);padding:12px;border-radius:14px;font-weight:800;cursor:pointer}.microcopy{font-size:12px;color:#89908b;text-align:center;margin:12px 0 0}.error{color:#b8443b;font-size:13px;min-height:20px}.calc-result{background:var(--green);color:white;display:flex;align-items:center;min-height:100%}.result-idle{text-align:center;padding:20px}.result-icon{width:64px;height:64px;border-radius:20px;background:var(--mint);color:var(--green);display:grid;place-items:center;font-weight:900;font-size:20px;margin:0 auto 18px}.result-idle p{color:rgba(255,255,255,.65)}.result-live{width:100%}.result-kicker{font-size:11px;letter-spacing:.15em;color:rgba(255,255,255,.58);font-weight:900}.result-number{display:block;font-size:52px;line-height:1.1;margin:8px 0}.result-live>p{color:rgba(255,255,255,.65)}.result-lines{background:white;color:var(--ink);border-radius:20px;padding:17px;margin-top:22px}.result-lines>div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;color:var(--muted)}.result-lines b{color:var(--ink)}.result-total{border-top:1px solid var(--line);margin-top:5px;padding-top:14px!important}.result-total b{color:var(--green)}.result-note{margin-top:16px;background:rgba(255,255,255,.1);padding:14px;border-radius:14px;font-size:13px}
.app-showcase{padding-top:110px}.showcase-row{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center;padding:70px 0;border-bottom:1px solid #ddd8ca}.showcase-row.reverse{grid-template-columns:1.15fr .85fr}.showcase-row.reverse .phone-shell{order:2;margin-left:auto}.showcase-copy{max-width:520px}.showcase-copy .step{display:inline-grid;place-items:center;width:42px;height:42px;background:var(--mint);color:var(--green);border-radius:14px;font-weight:900;margin-bottom:18px}.showcase-copy h3{font-size:38px;line-height:1.08;letter-spacing:-.035em;margin-bottom:15px}.showcase-copy>p{font-size:18px;color:var(--muted)}.checklist{list-style:none;padding:0;margin:20px 0}.checklist li{padding:8px 0 8px 28px;position:relative;font-weight:650}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.feature-list-section{padding-top:70px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-grid article{background:white;border:1px solid var(--line);border-radius:22px;padding:26px}.feature-grid article>span{font-size:12px;color:var(--gold);font-weight:900}.feature-grid h3{font-size:20px;margin:20px 0 8px}.feature-grid p{color:var(--muted);font-size:14px;margin:0}
.security{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.security-points{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.security-points>div{display:flex;gap:12px;padding:14px 0}.security-points b{color:var(--gold);font-size:12px}.security-points span{display:flex;flex-direction:column}.security-points small{color:var(--muted);margin-top:3px}.verify-card{background:var(--green);color:white;border-radius:28px;padding:30px;box-shadow:var(--shadow)}.verify-badge{display:inline-block;font-size:10px;letter-spacing:.16em;background:rgba(161,239,210,.16);color:var(--mint);padding:8px 10px;border-radius:999px;font-weight:900}.verify-card h3{font-size:28px;margin:25px 0}.verify-line{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.12)}.verify-line span{color:rgba(255,255,255,.55)}.verify-card p{font-size:12px;color:rgba(255,255,255,.6);margin:20px 0 0}
.price-section{display:grid;grid-template-columns:1fr .7fr;gap:70px;align-items:center}.price-card{background:white;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow)}.price-card>img{width:60px;border-radius:16px}.price-card h3{font-size:24px;margin:20px 0}.price{font-size:48px;color:var(--green);font-weight:900;letter-spacing:-.04em}.price sup{font-size:16px}.once{display:block;color:var(--muted);margin-bottom:20px}.price-card ul{list-style:none;padding:0;margin:20px 0}.price-card li{padding:7px 0}.price-card small{display:block;color:var(--muted);font-size:11px;text-align:center;margin-top:11px}
.install-section{padding-top:50px}.install-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.install-grid>div{padding:24px;border-top:3px solid var(--green);background:rgba(255,255,255,.48);border-radius:0 0 18px 18px}.install-grid span{font-weight:900;color:var(--gold);font-size:12px}.install-grid h3{font-size:18px;margin:15px 0 8px}.install-grid p{color:var(--muted);font-size:13px}
.faq{max-width:900px}.faq details{background:white;border:1px solid var(--line);border-radius:16px;margin:10px 0;padding:0 20px}.faq summary{cursor:pointer;font-weight:800;padding:19px 0}.faq details p{color:var(--muted);padding:0 0 18px;margin:0}
.final-cta{background:var(--green);color:white;text-align:center;padding:80px 24px;margin-top:50px}.final-cta img{width:70px;border-radius:18px;margin:0 auto 20px}.final-cta h2{font-size:clamp(34px,5vw,58px);letter-spacing:-.04em;margin-bottom:15px}.final-cta p{max-width:650px;margin:0 auto 27px;color:rgba(255,255,255,.7);font-size:18px}
footer{text-align:center;padding:50px 24px}.footer-brand{display:flex;align-items:center;justify-content:center;gap:8px}.footer-brand img{width:35px;border-radius:9px}.footer-small{font-size:12px;color:#92968f}
.modal{position:fixed;inset:0;background:rgba(7,19,14,.65);z-index:100;display:grid;place-items:center;padding:20px}.modal-card{background:white;border-radius:25px;padding:30px;max-width:420px;width:100%;text-align:center;position:relative}.modal-close{position:absolute;right:15px;top:12px;border:0;background:transparent;font-size:30px;cursor:pointer;color:#666}.modal-icon{display:grid;place-items:center;width:60px;height:60px;border-radius:18px;background:var(--mint);color:var(--green);font-weight:900;margin:0 auto 15px}.modal-card p{color:var(--muted)}
@media(max-width:900px){.nav nav>a:not(.nav-buy){display:none}.hero{grid-template-columns:1fr;text-align:center;gap:20px}.hero-copy{padding-top:35px}.lead{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.hero-phone-wrap{min-height:540px}.problem-strip{margin:0 20px;grid-template-columns:1fr}.problem-strip>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}.calc-layout,.security,.price-section{grid-template-columns:1fr}.showcase-row,.showcase-row.reverse{grid-template-columns:1fr;gap:35px}.showcase-row.reverse .phone-shell{order:0;margin-left:0}.showcase-row .phone-shell{margin:auto}.showcase-copy{max-width:700px}.feature-grid{grid-template-columns:1fr 1fr}.install-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.nav{height:68px;padding:0 16px}.nav-buy{font-size:12px;padding:9px 12px}.brand span{display:none}.section{padding:68px 18px}.hero{padding-top:20px;min-height:auto}.hero h1{font-size:48px}.lead{font-size:17px}.hero-phone-wrap{min-height:510px}.phone-shell{width:260px;border-width:8px;border-radius:36px}.float-card{min-width:135px;padding:11px 13px}.float-card strong{font-size:17px}.card-one{left:0}.card-two{right:0}.problem-strip{margin:50px 14px 0;border-radius:22px}.calc-layout{gap:14px}.calc-card,.calc-result{padding:21px;border-radius:22px}.two-col{grid-template-columns:1fr}.result-number{font-size:43px}.section-title h2,.price-copy h2,.security-copy h2{font-size:36px}.showcase-row{padding:50px 0}.showcase-copy h3{font-size:30px}.feature-grid,.security-points,.install-grid{grid-template-columns:1fr}.price-section{gap:30px}.verify-card,.price-card{padding:24px}.nav nav{gap:8px}}

/* Review preview section */
.reviews-section{padding-top:70px}
.review-disclaimer{background:#fff8df;border:1px solid #ead99f;border-radius:14px;padding:13px 16px;color:#6d613c!important;font-size:14px!important}
.review-summary{display:flex;align-items:center;justify-content:center;gap:30px;background:white;border:1px solid var(--line);border-radius:24px;padding:24px;max-width:720px;margin:0 auto 28px;box-shadow:0 10px 35px rgba(25,53,42,.05)}
.review-summary>div:first-child{text-align:center;min-width:130px}
.review-score{font-size:44px;line-height:1;color:var(--green);display:block}
.stars{color:#d3a832;letter-spacing:.08em;font-size:17px}
.review-summary small,.review-summary-copy span{display:block;color:var(--muted);font-size:12px;margin-top:5px}
.review-summary-copy{border-left:1px solid var(--line);padding-left:30px}
.review-summary-copy b{font-size:18px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.review-card{background:white;border:1px solid var(--line);border-radius:20px;padding:22px;min-height:210px;display:flex;flex-direction:column;justify-content:space-between}
.review-card p{font-size:15px;color:#3e4541;margin:14px 0 18px;line-height:1.6}
.review-card footer{padding:0;text-align:left}
.review-card footer strong{display:block;font-size:14px}
.review-card footer span{font-size:11px;color:var(--muted)}
.sample-review{position:relative;overflow:hidden}
.sample-review:after{content:"CONTOH";position:absolute;right:-29px;top:15px;background:#efe7c7;color:#796a32;font-size:9px;font-weight:900;letter-spacing:.12em;padding:5px 32px;transform:rotate(38deg)}
@media(max-width:900px){.review-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.review-summary{align-items:flex-start;gap:16px}.review-summary-copy{padding-left:16px}.review-grid{grid-template-columns:1fr}.review-card{min-height:auto}}


/* Marketing package section */
.marketing-pack-section{padding-top:55px}
.marketing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}
.marketing-card{background:white;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 12px 35px rgba(18,63,50,.05)}
.marketing-card h3{font-size:24px;line-height:1.1;margin:10px 0 10px}
.marketing-card p{font-size:15px;color:var(--muted);margin:0}
.marketing-card.highlight{background:linear-gradient(180deg,#f7fff9 0%,#ffffff 100%);border-color:#cfe6db}
.marketing-badge{display:inline-block;background:var(--mint);color:var(--green);font-weight:900;font-size:11px;letter-spacing:.12em;padding:8px 10px;border-radius:999px}
.marketing-banner{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}
.marketing-banner>div{background:#f1f6f3;border:1px solid #dbe6e0;border-radius:20px;padding:18px 20px;color:#49514d;font-size:15px;line-height:1.6}
.marketing-banner strong{color:var(--green)}
@media(max-width:900px){.marketing-grid{grid-template-columns:1fr 1fr}.marketing-banner{grid-template-columns:1fr}}
@media(max-width:560px){.marketing-grid{grid-template-columns:1fr}.marketing-card h3{font-size:22px}}


/* Household / UMR positioning */
.household-section{padding-top:40px}
.household-card{background:linear-gradient(135deg,#103f32 0%,#194f40 100%);color:white;border-radius:32px;padding:46px;display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center;box-shadow:var(--shadow)}
.household-copy .eyebrow{color:#dec47e}
.household-copy h2{font-size:clamp(34px,4.5vw,56px);line-height:1.04;letter-spacing:-.04em;margin-bottom:17px}
.household-copy>p{font-size:18px;color:rgba(255,255,255,.7);max-width:650px}
.household-personas{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}
.household-personas>div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:18px}
.household-personas strong{display:block;font-size:17px;color:white;margin-bottom:6px}
.household-personas span{font-size:13px;color:rgba(255,255,255,.68);line-height:1.5}
.umr-note{margin-top:15px;background:#f7e8b7;color:#423917;border-radius:18px;padding:17px 19px;display:flex;flex-direction:column;gap:4px}
.umr-note b{font-size:15px}.umr-note span{font-size:13px;line-height:1.5}
.salary-example{background:#fff;color:var(--ink);border-radius:24px;padding:26px}
.salary-kicker{font-size:10px;letter-spacing:.16em;color:var(--gold);font-weight:900}
.salary-total{display:block;font-size:40px;letter-spacing:-.04em;color:var(--green);margin:8px 0 18px}
.salary-line{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--line);font-size:14px;color:var(--muted)}
.salary-line b{color:var(--ink)}
.salary-line.saving b{color:var(--green)}
.salary-line.remainder{border-bottom:0;padding-top:15px}
.salary-line.remainder span,.salary-line.remainder b{font-weight:900;color:var(--green)}
.salary-example small{display:block;margin-top:14px;color:#8b918d;font-size:10px;line-height:1.4}

/* Launch promo pricing */
.promo-price-card{position:relative;overflow:hidden;border:2px solid #cfe1d8}
.launch-badge{display:inline-block;background:#e8f5ef;color:var(--green);font-size:10px;font-weight:900;letter-spacing:.12em;padding:8px 11px;border-radius:999px;margin-bottom:17px}
.old-price{color:var(--muted);font-size:14px;margin-bottom:2px}
.old-price s{font-weight:800;color:#8c7770}
.saving-pill{display:inline-block;background:#e7f8ef;color:var(--green);font-weight:900;font-size:13px;border-radius:999px;padding:8px 12px;margin:2px 0 8px}
.promo-why{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}
.promo-why>div{background:#fff;border:1px solid var(--line);border-radius:17px;padding:16px}
.promo-why b{display:block;color:var(--green);font-size:15px;margin-bottom:5px}
.promo-why span{font-size:12px;color:var(--muted);line-height:1.45}
.quota-note{margin-top:14px;background:#fff8df;border:1px solid #ead99f;border-radius:14px;padding:12px 14px;display:flex;flex-direction:column;gap:3px;color:#665c39}
.quota-note strong{font-size:12px}
.quota-note span{font-size:10px;line-height:1.4}

@media(max-width:900px){
  .household-card{grid-template-columns:1fr}
  .promo-why{grid-template-columns:1fr}
}
@media(max-width:560px){
  .household-card{padding:25px 20px;border-radius:24px}
  .household-personas{grid-template-columns:1fr}
  .salary-total{font-size:34px}
}


/* =========================================================
   Website V2.9 — Household problem/solution positioning
   ========================================================= */
.household-hero{padding-bottom:75px}
.household-hero h1{font-size:clamp(46px,5.8vw,76px)}
.household-hero h1 span{font-size:.72em;display:inline-block;margin-top:10px}
.app-device{width:min(350px,86vw);background:#f8f3e8;border:10px solid #17201b;border-radius:42px;box-shadow:var(--shadow);padding:16px 16px 18px;overflow:hidden;color:#202622}
.hero-device{transform:rotate(1deg)}
.mock-status{display:flex;justify-content:space-between;font-size:11px;font-weight:800;margin-bottom:18px;color:#313631}
.mock-brand{display:flex;gap:10px;align-items:center;margin-bottom:16px}.mock-brand img{width:46px;height:46px;border-radius:13px}.mock-brand div{display:flex;flex-direction:column;line-height:1.08}.mock-brand small{font-size:8px;letter-spacing:.14em;color:var(--gold);font-weight:900}.mock-brand strong{font-size:17px;margin-top:3px}
.mock-income{background:#edf5f1;border-radius:20px;padding:14px;display:flex;gap:10px;align-items:center;margin-bottom:14px}.mock-icon{width:38px;height:38px;border-radius:14px;background:#d8f2e8;color:var(--green);display:grid;place-items:center;font-weight:900}.mock-income div{display:flex;flex-direction:column}.mock-income b{font-size:14px}.mock-income small{font-size:11px;color:#747b76}
.mock-safe{background:var(--green);color:white;border-radius:24px;padding:20px}.mock-safe>small{font-size:9px;color:rgba(255,255,255,.66);font-weight:900}.mock-safe>span{display:block;color:rgba(255,255,255,.7);font-size:12px;margin-top:17px}.mock-safe>strong{display:block;font-size:32px;letter-spacing:-.035em;margin:5px 0 14px}.mock-daily{background:white;color:var(--green);border-radius:18px;padding:13px 14px;display:flex;flex-direction:column}.mock-daily span{font-size:10px;color:#838984}.mock-daily b{font-size:24px}.mock-daily small{font-size:9px;color:#8f9691}.mock-spent{display:flex;justify-content:space-between;margin-top:14px;font-size:10px;color:rgba(255,255,255,.72)}.mock-spent b{color:white}.mock-progress{height:7px;background:rgba(255,255,255,.14);border-radius:99px;margin-top:8px;overflow:hidden}.mock-progress i{display:block;height:100%;background:#d0ae61;border-radius:99px}.mock-bottom{display:flex;justify-content:space-around;margin-top:15px;color:#52605a;font-size:18px}

.pain-section{padding-top:55px}.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pain-card{background:white;border:1px solid var(--line);border-radius:24px;padding:28px;min-height:275px}.pain-card>span{display:inline-block;padding:7px 10px;border-radius:999px;background:#eef5f1;color:var(--green);font-size:11px;font-weight:900}.pain-card h3{font-size:25px;line-height:1.22;margin:23px 0 14px}.pain-card p{color:var(--muted);font-size:14px}.pain-card.together{background:var(--green);color:white}.pain-card.together>span{background:rgba(255,255,255,.12);color:var(--mint)}.pain-card.together p{color:rgba(255,255,255,.7)}

.solution-section{padding-top:65px}.preview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.preview-card{background:white;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:0 12px 36px rgba(18,63,50,.05)}.preview-head{display:flex;gap:12px;align-items:center;margin-bottom:17px}.preview-head>span{width:40px;height:40px;border-radius:13px;background:var(--mint);display:grid;place-items:center;color:var(--green);font-size:11px;font-weight:900}.preview-head div{display:flex;flex-direction:column}.preview-head b{font-size:18px}.preview-head small{color:var(--muted)}.preview-card>p{font-size:14px;color:var(--muted);margin:16px 2px 0}.mini-screen{border-radius:21px;background:#f0f7f3;padding:17px;min-height:245px}.green-screen{background:var(--green);color:white}.green-screen>small{color:rgba(255,255,255,.65)}.green-screen>strong{font-size:31px;display:block;margin:6px 0 14px}.mini-white{background:white;color:var(--green);padding:13px;border-radius:15px;display:flex;flex-direction:column}.mini-white span{font-size:10px;color:#7c827e}.mini-white b{font-size:23px}.mini-line{display:flex;justify-content:space-between;font-size:11px;margin-top:15px;color:rgba(255,255,255,.72)}.mini-line b{color:white}.mini-month{display:flex;justify-content:space-between;align-items:center;font-weight:900;margin-bottom:12px;color:var(--green)}.tx-row{display:grid;grid-template-columns:35px 1fr auto;gap:9px;align-items:center;background:#f5faf7;border-radius:15px;padding:10px;margin:8px 0}.tx-row i{font-style:normal;width:33px;height:33px;border-radius:50%;display:grid;place-items:center;background:#ffe4e4;color:#b84949}.tx-row div{display:flex;flex-direction:column}.tx-row b{font-size:12px}.tx-row small{font-size:9px;color:var(--muted)}.tx-row strong{font-size:11px;color:#b84949}.plan-tabs{display:grid;grid-template-columns:1fr 1fr;background:white;border:1px solid #bbc9c1;border-radius:99px;overflow:hidden;margin-bottom:14px}.plan-tabs>*{padding:8px;text-align:center;font-size:10px}.plan-tabs b{background:#d9eee5;color:var(--green)}.plan-total{background:white;border-radius:16px;padding:13px;display:flex;justify-content:space-between;align-items:center}.plan-total span{font-size:10px;color:var(--muted)}.plan-total strong{color:var(--green)}.plan-screen h4{font-size:13px;margin:16px 0 8px}.bill-row{display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center;background:white;border-radius:14px;padding:9px;margin-top:8px}.bill-row i{font-style:normal;color:#4c78b0}.bill-row div{display:flex;flex-direction:column}.bill-row b{font-size:11px}.bill-row small{font-size:9px;color:var(--muted)}.bill-row>span{font-size:8px;background:#e7efff;color:#4c78b0;border-radius:99px;padding:5px 7px}.analysis-cards{display:grid;grid-template-columns:1fr 1fr;gap:8px}.analysis-cards div{background:white;border-radius:14px;padding:12px}.analysis-cards span{display:block;font-size:9px;color:var(--muted)}.analysis-cards b{font-size:13px;color:var(--green)}.analysis-cards div:last-child{grid-column:1/-1}.analysis-summary{margin-top:12px;background:white;border-radius:15px;padding:15px;display:flex;flex-direction:column}.analysis-summary b{font-size:13px}.analysis-summary span{font-size:11px;color:var(--muted);margin-top:8px}

.household-example-section{padding-top:65px}.household-example-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:22px}.example-list,.example-result{background:white;border:1px solid var(--line);border-radius:26px;padding:27px}.example-list>div,.example-result-row{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid #edf0ed;color:var(--muted);font-size:14px}.example-list b{color:#ad4b47}.example-list .example-income b{color:#267a60}.example-result{background:var(--green);color:white}.example-kicker{font-size:10px;letter-spacing:.16em;font-weight:900;color:#dfc578}.example-result h3{font-size:34px;line-height:1.08;margin:14px 0}.example-result>p{color:rgba(255,255,255,.72)}.example-result-row{border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.65)}.example-result-row b{color:white}.example-result-row.strong{font-size:17px;font-weight:900;color:white;border-bottom:0;margin-top:8px}

.pdf-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center}.pdf-copy h2{font-size:clamp(34px,4vw,52px);line-height:1.04;letter-spacing:-.04em}.pdf-copy>p{font-size:18px;color:var(--muted)}.pdf-paper{background:white;border:1px solid #dfe3e0;border-radius:18px;padding:28px;box-shadow:0 25px 70px rgba(16,63,50,.11);transform:rotate(.3deg)}.pdf-title{display:flex;gap:13px;align-items:center;border-bottom:2px solid #eef1ef;padding-bottom:17px}.pdf-title img{width:48px;border-radius:11px}.pdf-title div{display:flex;flex-direction:column}.pdf-title b{font-size:20px}.pdf-title span{font-size:11px;color:var(--muted)}.pdf-box{background:#f6f8f7;border-radius:14px;padding:16px;margin-top:16px}.pdf-box h4{margin:0 0 9px;font-size:14px}.pdf-box>div{display:flex;justify-content:space-between;gap:15px;padding:7px 0;font-size:11px;color:var(--muted)}.pdf-box b{color:var(--ink)}.pdf-total{border-top:1px solid #d9dfdb;margin-top:6px;padding-top:11px!important}.pdf-total b{color:var(--green)}.pdf-note{font-size:9px;color:#8c928e;margin-top:12px;text-align:center}

.review-heading-row{max-width:none;display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:25px}.review-heading-row>div:first-child{max-width:760px}.review-controls{display:flex;gap:8px}.review-controls button{width:46px;height:46px;border:1px solid #cfd9d3;border-radius:50%;background:white;color:var(--green);font-size:20px;cursor:pointer}.review-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 3px 18px;scrollbar-width:none}.review-track::-webkit-scrollbar{display:none}.review-track .review-card{flex:0 0 min(360px,82vw);scroll-snap-align:start;min-height:230px}.review-track .sample-review:after{content:"CONTOH"}.review-disclaimer{margin-bottom:0}

.promo-label{display:block;font-size:10px;letter-spacing:.15em;font-weight:900;color:var(--gold);margin-top:16px}.mega-price{font-size:64px;line-height:1;margin:7px 0 8px}

@media(max-width:900px){
  .pain-grid,.preview-grid,.household-example-grid,.pdf-section{grid-template-columns:1fr}
  .pdf-paper{max-width:700px;margin:auto;width:100%}
  .review-heading-row{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .household-hero{padding-top:25px}.household-hero h1{font-size:44px}.household-hero h1 span{font-size:.72em}
  .app-device{width:286px;border-width:8px;border-radius:35px}.mock-safe>strong{font-size:28px}
  .pain-card{min-height:auto;padding:22px}.pain-card h3{font-size:22px}
  .preview-grid{gap:12px}.preview-card{padding:16px}.mini-screen{min-height:auto}
  .household-example-grid{gap:12px}.example-list,.example-result{padding:20px}.example-list>div{font-size:12px}
  .pdf-paper{padding:18px}.pdf-title b{font-size:16px}.pdf-title span{font-size:9px}
  .mega-price{font-size:56px}
  .review-controls{display:none}
}


/* ============================================================
   V2.9.1 — Niche household messaging + price presentation
   ============================================================ */
.hero-visual-wrap{display:flex;flex-direction:column;align-items:center;gap:14px}
.hero-price-note{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:15px 0 2px;font-size:13px;color:var(--muted)}
.hero-price-note del{color:#9a716b;text-decoration-thickness:2px}
.hero-price-note b{color:var(--green);background:#dff2e9;border-radius:999px;padding:6px 10px}

.visual-hook{font-size:19px;line-height:1.2;font-weight:900;letter-spacing:-.02em;color:var(--green);background:#e8f4ee;border:1px solid #d4e8de;border-radius:16px;padding:13px 15px;margin:0 0 14px}
.hero-hook{max-width:350px;margin:0;text-align:center;font-size:18px;box-shadow:0 10px 28px rgba(18,63,50,.08)}
.wide-hook{max-width:760px;margin:0 auto 22px;text-align:center;font-size:22px}
.soft-hook{background:#fff7e6;border-color:#f1dfb6;color:#75551c}
.dark-hook{background:#173f34;border-color:#173f34;color:white}
.pdf-copy-hook{display:inline-block;background:#fff4d9;border-color:#edd9a5;color:#715216;margin-bottom:18px}
.pdf-paper-hook{margin-bottom:12px;text-align:center}
.pdf-visual-wrap{min-width:0}

.pain-quote-head{margin:36px 0 16px;max-width:800px}
.pain-quote-head>span{font-size:10px;letter-spacing:.16em;font-weight:900;color:var(--gold)}
.pain-quote-head h3{font-size:29px;line-height:1.14;margin:10px 0 0;letter-spacing:-.03em}
.pain-quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.pain-quote-grid blockquote{margin:0;background:#fbfaf6;border:1px solid var(--line);border-radius:18px;padding:18px;font-size:16px;line-height:1.42;font-weight:800;color:#2c342f}

.example-list-wrap,.example-result-wrap{min-width:0}
.example-list-wrap .example-list,.example-result-wrap .example-result{height:calc(100% - 0px)}

.price-hook{display:inline-block;font-size:clamp(24px,3vw,36px);line-height:1.05;font-weight:950;letter-spacing:-.04em;color:var(--green);background:#fff0c5;border:1px solid #ead28d;border-radius:18px;padding:12px 16px;margin:10px 0 18px}
.normal-price{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;color:#7f847f;font-size:13px}
.normal-price del{font-size:25px;font-weight:850;color:#9a716b;text-decoration-thickness:3px;text-decoration-color:#bd5a52}
.saving-highlight{display:inline-block;margin:2px auto 10px;background:#fff0c5;color:#765614;border:1px solid #ead28d;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900}
.promo-price-card .mega-price{margin-bottom:7px}
.promo-price-card .promo-label{margin-top:8px}
.price-copy h2{margin-top:14px}

@media(max-width:900px){
  .pain-quote-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .visual-hook{font-size:17px;padding:12px 13px}
  .hero-hook{max-width:286px;font-size:16px}
  .wide-hook{font-size:19px}
  .pain-quote-grid{grid-template-columns:1fr}
  .pain-quote-grid blockquote{font-size:15px}
  .pain-quote-head h3{font-size:24px}
  .price-hook{font-size:28px}
  .hero-price-note{font-size:12px}
}

.checkout-form{margin:0}
.checkout-form .button{width:100%}
