*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{--emerald-deep:#0B4D30;--emerald:#157A4E;--emerald-light:#1a9960;--amber:#D4851F;--amber-light:#E8A44A;--cream:#FDFBF7;--cream-dark:#F5F0E8;--text-primary:#1A1A1A;--text-secondary:#555;--text-tertiary:#888;--white:#FFFFFF;--font-body:'Plus Jakarta Sans',sans-serif;--font-serif:'Crimson Pro',serif}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--text-primary);background:var(--cream);-webkit-font-smoothing:antialiased;overflow-x:hidden}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(253,251,247,0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(11,77,48,0.08)}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:56px;display:flex;align-items:center;justify-content:space-between}
.nav-logo{font-weight:800;font-size:1.25rem;color:var(--emerald-deep);text-decoration:none;letter-spacing:-0.02em}
.nav-logo span{color:var(--amber)}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{text-decoration:none;color:var(--text-secondary);font-size:0.85rem;font-weight:500;transition:color 0.2s}
.nav-links a:hover,.nav-links a.active{color:var(--emerald-deep)}

/* BREADCRUMB */
.breadcrumb-bar{position:sticky;top:56px;z-index:90;background:rgba(253,251,247,0.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(11,77,48,0.06)}
.breadcrumb-inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:48px;display:flex;align-items:center;gap:0.5rem;font-size:0.8rem;color:var(--text-tertiary)}
.breadcrumb-inner a{color:var(--text-tertiary);text-decoration:none;transition:color 0.2s}
.breadcrumb-inner a:hover{color:var(--emerald)}
.breadcrumb-current{color:var(--emerald-deep);font-weight:600}

/* HERO */
.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden;background:linear-gradient(180deg,var(--cream) 0%,rgba(21,122,78,0.04) 100%)}
.hero::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23157A4E' stroke-width='0.5' opacity='0.35'%3E%3Cpath d='M40 10 L55 25 L40 40 L25 25Z'/%3E%3Cpath d='M40 15 L50 25 L40 35 L30 25Z'/%3E%3Ccircle cx='40' cy='10' r='2'/%3E%3Ccircle cx='55' cy='25' r='2'/%3E%3Ccircle cx='40' cy='40' r='2'/%3E%3Ccircle cx='25' cy='25' r='2'/%3E%3Cline x1='40' y1='2' x2='40' y2='8'/%3E%3Cline x1='58' y1='25' x2='64' y2='25'/%3E%3Cline x1='40' y1='42' x2='40' y2='48'/%3E%3Cline x1='16' y1='25' x2='23' y2='25'/%3E%3C/g%3E%3C/svg%3E");opacity:0.07;pointer-events:none}
.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.45rem 1.2rem;background:rgba(21,122,78,0.08);border-radius:100px;font-size:0.73rem;font-weight:600;color:var(--emerald);text-transform:uppercase;letter-spacing:0.06em;margin-bottom:2rem;opacity:0;animation:fadeUp 0.7s ease forwards 0.1s}
.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--emerald)}
.hero-title{font-size:clamp(3rem,7vw,5.5rem);font-weight:800;line-height:1.02;letter-spacing:-0.04em;color:var(--emerald-deep);margin-bottom:0.4rem;opacity:0;animation:fadeUp 0.8s ease forwards 0.25s}
.hero-title span{color:var(--amber)}
.hero-tagline{font-family:var(--font-serif);font-size:clamp(1.1rem,2.2vw,1.5rem);color:var(--amber);font-style:italic;margin-bottom:1.8rem;opacity:0;animation:fadeUp 0.8s ease forwards 0.4s}
.hero-desc{font-size:clamp(1rem,1.8vw,1.2rem);color:var(--text-secondary);max-width:620px;margin:0 auto 3rem;line-height:1.75;opacity:0;animation:fadeUp 0.8s ease forwards 0.55s}
.hero-cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;opacity:0;animation:fadeUp 0.8s ease forwards 0.7s}

/* BTN */
.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.95rem 2.2rem;border-radius:14px;font-family:var(--font-body);font-weight:700;font-size:0.92rem;text-decoration:none;transition:all 0.3s ease;border:none;cursor:pointer}
.btn-primary{background:var(--emerald-deep);color:white}
.btn-primary:hover{background:var(--emerald);transform:translateY(-2px);box-shadow:0 8px 24px rgba(11,77,48,0.25)}
.btn-ghost{background:transparent;color:var(--emerald-deep);border:2px solid rgba(11,77,48,0.18)}
.btn-ghost:hover{border-color:var(--emerald);background:rgba(11,77,48,0.04)}

/* AVAILABLE-IN STRIP */
.avail-strip{display:flex;align-items:center;justify-content:center;gap:0.6rem;margin-top:2rem;opacity:0;animation:fadeUp 0.8s ease forwards 0.85s}
.avail-tag{padding:0.3rem 0.8rem;border-radius:8px;font-size:0.68rem;font-weight:600;letter-spacing:0.03em;background:rgba(11,77,48,0.06);color:var(--emerald)}

/* FEAT SECTIONS */
.feat{min-height:100vh;display:flex;align-items:center;padding:6rem 2rem;position:relative;overflow:hidden}
.feat:nth-child(even){background:var(--white)}
.feat-inner{max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.feat-inner.reverse{direction:rtl}
.feat-inner.reverse>*{direction:ltr}
.feat-content{opacity:0;transform:translateY(40px);transition:all 0.8s cubic-bezier(0.16,1,0.3,1)}
.feat-content.visible{opacity:1;transform:translateY(0)}
.feat-visual{position:relative;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(40px);transition:all 0.8s cubic-bezier(0.16,1,0.3,1) 0.2s}
.feat-visual.visible{opacity:1;transform:translateY(0)}
.feat-visual::before{content:'';position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(21,122,78,0.04) 0%,transparent 70%);z-index:0}

.feat-label{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;color:var(--emerald);margin-bottom:1rem}
.feat-label-icon{width:22px;height:22px;border-radius:6px;background:rgba(11,77,48,0.08);display:flex;align-items:center;justify-content:center}
.feat-label-icon svg{width:12px;height:12px;stroke:var(--emerald);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.feat-title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;letter-spacing:-0.03em;line-height:1.1;color:var(--emerald-deep);margin-bottom:0.5rem}
.feat-title span{color:var(--amber)}
.feat-tagline{font-family:var(--font-serif);font-size:1.1rem;color:var(--amber);font-style:italic;margin-bottom:1.5rem}
.feat-desc{font-size:1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.8rem}
.feat-highlights{display:flex;flex-direction:column;gap:0.7rem;margin-bottom:2rem}
.feat-highlight{display:flex;align-items:flex-start;gap:0.75rem;padding:0.8rem 1rem;background:var(--white);border:1px solid rgba(11,77,48,0.06);border-radius:12px;transition:all 0.25s ease}
.feat:nth-child(even) .feat-highlight{background:var(--cream)}
.feat-highlight:hover{border-color:rgba(11,77,48,0.15);transform:translateX(4px)}
.feat-highlight-icon{width:32px;height:32px;border-radius:9px;background:rgba(11,77,48,0.07);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.feat-highlight-icon svg{width:16px;height:16px;stroke:var(--emerald);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.feat-highlight-text h4{font-size:0.85rem;font-weight:700;color:var(--text-primary);margin-bottom:0.15rem}
.feat-highlight-text p{font-size:0.8rem;color:var(--text-secondary);line-height:1.5}

/* MOCKUP CARD */
.mockup-card{width:100%;max-width:460px;background:var(--white);border-radius:18px;border:1px solid rgba(11,77,48,0.08);box-shadow:0 20px 60px rgba(11,77,48,0.08),0 8px 24px rgba(0,0,0,0.04);overflow:hidden;z-index:1;position:relative}
.feat:nth-child(even) .mockup-card{background:var(--cream)}
.mockup-card-header{padding:1rem 1.25rem 0.8rem;border-bottom:1px solid rgba(11,77,48,0.06);display:flex;align-items:center;justify-content:space-between}
.mockup-card-title{font-size:0.75rem;font-weight:700;color:var(--emerald-deep);display:flex;align-items:center;gap:0.4rem}
.mockup-card-title svg{width:14px;height:14px;stroke:var(--emerald);fill:none;stroke-width:2}
.mockup-card-dots{display:flex;gap:4px}
.mockup-card-dots span{width:6px;height:6px;border-radius:50%;background:rgba(11,77,48,0.12)}
.mockup-card-body{padding:1.25rem}

/* Portal Dashboard Mockup */
.mock-portal-dash{display:flex;flex-direction:column;gap:1rem}
.mock-portal-greeting{display:flex;align-items:center;gap:0.7rem;margin-bottom:0.3rem}
.mock-portal-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--emerald) 0%,var(--emerald-light) 100%);display:flex;align-items:center;justify-content:center;color:white;font-weight:800;font-size:0.75rem}
.mock-portal-name{display:flex;flex-direction:column}
.mock-portal-name-sm{font-size:0.58rem;color:var(--text-tertiary)}
.mock-portal-name-lg{font-size:0.85rem;font-weight:700;color:var(--text-primary)}
.mock-balance-strip{display:grid;grid-template-columns:1fr 1fr;gap:0.5rem}
.mock-balance-box{padding:0.8rem;border-radius:12px;border:1px solid rgba(11,77,48,0.06)}
.mock-balance-box.primary{background:linear-gradient(135deg,var(--emerald-deep) 0%,var(--emerald) 100%);color:white;border:none}
.mock-balance-box.primary .mock-balance-label{color:rgba(255,255,255,0.6)}
.mock-balance-box.primary .mock-balance-val{color:white}
.mock-balance-label{font-size:0.5rem;text-transform:uppercase;letter-spacing:0.06em;color:var(--text-tertiary);margin-bottom:0.15rem}
.mock-balance-val{font-size:1rem;font-weight:800;color:var(--emerald-deep)}
.mock-quick-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:0.4rem}
.mock-quick-action{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0.6rem 0.3rem;border-radius:10px;background:rgba(11,77,48,0.04);border:1px solid rgba(11,77,48,0.04);transition:all 0.2s}
.mock-quick-action:hover{background:rgba(11,77,48,0.08)}
.mock-qa-icon{width:26px;height:26px;border-radius:8px;background:rgba(11,77,48,0.08);display:flex;align-items:center;justify-content:center}
.mock-qa-icon svg{width:13px;height:13px;stroke:var(--emerald);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mock-qa-label{font-size:0.52rem;color:var(--text-secondary);font-weight:500}

/* Transaction History Mockup */
.mock-tx-list{display:flex;flex-direction:column;gap:0.4rem}
.mock-tx{display:flex;align-items:center;gap:0.6rem;padding:0.6rem 0.7rem;border-radius:10px;background:rgba(11,77,48,0.03);border:1px solid rgba(11,77,48,0.04)}
.feat:nth-child(even) .mock-tx{background:rgba(11,77,48,0.04)}
.mock-tx-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mock-tx-icon svg{width:14px;height:14px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mock-tx-icon.green{background:rgba(74,222,128,0.12)}
.mock-tx-icon.green svg{stroke:#16a34a}
.mock-tx-icon.red{background:rgba(248,113,113,0.12)}
.mock-tx-icon.red svg{stroke:#dc2626}
.mock-tx-icon.blue{background:rgba(96,165,250,0.12)}
.mock-tx-icon.blue svg{stroke:#2563eb}
.mock-tx-icon.amber{background:rgba(212,133,31,0.12)}
.mock-tx-icon.amber svg{stroke:var(--amber)}
.mock-tx-detail{flex:1}
.mock-tx-name{font-size:0.72rem;font-weight:600;color:var(--text-primary)}
.mock-tx-date{font-size:0.55rem;color:var(--text-tertiary)}
.mock-tx-amt{font-size:0.78rem;font-weight:700;text-align:right}
.mock-tx-amt.positive{color:#16a34a}
.mock-tx-amt.negative{color:#dc2626}

/* Financing Form Mockup */
.mock-form{display:flex;flex-direction:column;gap:0.6rem}
.mock-form-field{display:flex;flex-direction:column;gap:0.2rem}
.mock-form-label{font-size:0.58rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:0.05em}
.mock-form-input{padding:0.55rem 0.7rem;border-radius:8px;border:1px solid rgba(11,77,48,0.1);font-size:0.72rem;color:var(--text-primary);background:rgba(11,77,48,0.02)}
.mock-form-select{padding:0.55rem 0.7rem;border-radius:8px;border:1px solid rgba(11,77,48,0.1);font-size:0.72rem;color:var(--text-primary);background:rgba(11,77,48,0.02);display:flex;justify-content:space-between;align-items:center}
.mock-form-select .chevron{font-size:0.6rem;color:var(--text-tertiary)}
.mock-form-row{display:grid;grid-template-columns:1fr 1fr;gap:0.5rem}
.mock-form-btn{padding:0.6rem;border-radius:10px;background:var(--emerald-deep);color:white;font-size:0.72rem;font-weight:700;text-align:center;margin-top:0.3rem}
.mock-form-progress{display:flex;gap:0.3rem;margin-bottom:0.3rem}
.mock-form-step{flex:1;height:4px;border-radius:2px;background:rgba(11,77,48,0.08)}
.mock-form-step.active{background:var(--emerald)}
.mock-form-step.done{background:var(--emerald)}

/* PPOB Grid Mockup */
.mock-ppob-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0.4rem}
.mock-ppob-item{display:flex;flex-direction:column;align-items:center;gap:5px;padding:0.7rem 0.3rem;border-radius:10px;border:1px solid rgba(11,77,48,0.06);background:rgba(11,77,48,0.02);transition:all 0.2s}
.mock-ppob-item:hover{background:rgba(11,77,48,0.06);border-color:rgba(11,77,48,0.12)}
.mock-ppob-icon{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center}
.mock-ppob-icon svg{width:15px;height:15px;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mock-ppob-icon.elec{background:rgba(251,191,36,0.12)}
.mock-ppob-icon.elec svg{stroke:#d97706}
.mock-ppob-icon.water{background:rgba(96,165,250,0.12)}
.mock-ppob-icon.water svg{stroke:#2563eb}
.mock-ppob-icon.net{background:rgba(168,85,247,0.12)}
.mock-ppob-icon.net svg{stroke:#7c3aed}
.mock-ppob-icon.phone{background:rgba(74,222,128,0.12)}
.mock-ppob-icon.phone svg{stroke:#16a34a}
.mock-ppob-icon.donate{background:rgba(212,133,31,0.12)}
.mock-ppob-icon.donate svg{stroke:var(--amber)}
.mock-ppob-icon.more{background:rgba(11,77,48,0.06)}
.mock-ppob-icon.more svg{stroke:var(--text-tertiary)}
.mock-ppob-label{font-size:0.52rem;color:var(--text-secondary);font-weight:500}

/* COMPARISON STRIP */
.compare-section{padding:6rem 2rem;text-align:center;background:var(--emerald-deep);color:white;position:relative;overflow:hidden}
.compare-section::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.05'%3E%3Cpath d='M40 10 L55 25 L40 40 L25 25Z'/%3E%3Ccircle cx='40' cy='10' r='2'/%3E%3Ccircle cx='55' cy='25' r='2'/%3E%3Ccircle cx='40' cy='40' r='2'/%3E%3Ccircle cx='25' cy='25' r='2'/%3E%3C/g%3E%3C/svg%3E");pointer-events:none}
.compare-title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;letter-spacing:-0.02em;margin-bottom:0.8rem;position:relative}
.compare-subtitle{font-family:var(--font-serif);font-size:1.1rem;font-style:italic;opacity:0.7;margin-bottom:3.5rem;max-width:480px;margin-left:auto;margin-right:auto;position:relative}
.compare-grid{max-width:800px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;position:relative}
.compare-card{padding:2rem 1.5rem;border-radius:18px;text-align:left;border:1px solid rgba(255,255,255,0.1);background:rgba(255,255,255,0.04);backdrop-filter:blur(8px);transition:all 0.3s}
.compare-card:hover{background:rgba(255,255,255,0.08);transform:translateY(-4px)}
.compare-card-icon{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.compare-card-icon svg{width:22px;height:22px;stroke:rgba(255,255,255,0.8);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.compare-card h3{font-size:1rem;font-weight:700;margin-bottom:0.4rem}
.compare-card p{font-size:0.82rem;opacity:0.6;line-height:1.55}
.compare-vs{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:var(--amber);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:0.75rem;z-index:2;box-shadow:0 4px 16px rgba(212,133,31,0.4)}

/* CTA */
.cta-section{padding:8rem 2rem;text-align:center;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%230B4D30' stroke-width='0.5' opacity='0.4'%3E%3Cpath d='M40 10 L55 25 L40 40 L25 25Z'/%3E%3Ccircle cx='40' cy='10' r='2'/%3E%3Ccircle cx='55' cy='25' r='2'/%3E%3Ccircle cx='40' cy='40' r='2'/%3E%3Ccircle cx='25' cy='25' r='2'/%3E%3C/g%3E%3C/svg%3E");opacity:0.06;pointer-events:none}
.cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-0.03em;color:var(--emerald-deep);margin-bottom:1rem;position:relative}
.cta-subtitle{font-family:var(--font-serif);font-size:1.2rem;color:var(--amber);font-style:italic;margin-bottom:3rem;position:relative}
.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative}

/* FOOTER */
.footer{padding:3rem 2rem;text-align:center;border-top:1px solid rgba(11,77,48,0.08)}
.footer-tagline{font-family:var(--font-serif);font-style:italic;color:var(--text-tertiary);font-size:0.95rem;margin-bottom:0.5rem}
.footer-copy{font-size:0.78rem;color:var(--text-tertiary)}

/* ANIM */
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.reveal{opacity:0;transform:translateY(40px);transition:all 0.8s cubic-bezier(0.16,1,0.3,1)}
.reveal.visible{opacity:1;transform:translateY(0)}

/* RESPONSIVE */
@media(max-width:768px){
  .nav-links{display:none}
  .feat-inner{grid-template-columns:1fr;gap:3rem;text-align:center}
  .feat-inner.reverse{direction:ltr}
  .feat-highlights{text-align:left}
  .feat{min-height:auto;padding:4.5rem 1.5rem}
  .mockup-card{max-width:380px;margin:0 auto}
  .compare-grid{grid-template-columns:1fr}
  .compare-vs{top:auto;bottom:-22px;left:50%;transform:translateX(-50%)}
  .mock-quick-actions{grid-template-columns:repeat(4,1fr)}
}