:root{--ink:#0f1113;--ink2:#1a1d21;--gold:#f2c500;--gold2:#ffd928;--paper:#f5f3ed;--white:#fff;--muted:#6d7177;--line:#ddd9cf;--red:#d9342b;--radius:26px;--shadow:0 24px 70px rgba(0,0,0,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"Noto Sans Sinhala","Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}
.topbar{background:var(--ink);color:#ddd;text-align:center;font-size:12px;letter-spacing:.08em;padding:7px 16px}
.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 5vw;border-bottom:1px solid #eee;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20}
.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;display:grid;place-items:center;background:var(--gold);font-weight:900;border-radius:13px}.brand strong,.brand small{display:block}.brand small{font-size:11px;color:var(--muted);letter-spacing:.04em}
.site-header nav{display:flex;gap:25px;font-size:14px;font-weight:650}.site-header nav a:hover{color:#927600}
.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:#111;border:0;border-radius:999px;padding:14px 22px;font-weight:800;cursor:pointer;transition:.2s;box-shadow:0 9px 25px rgba(242,197,0,.22)}.btn:hover{transform:translateY(-2px);background:var(--gold2)}.btn-small{padding:10px 17px;font-size:13px}.btn-ghost{background:transparent;border:1px solid #bfbdb6;box-shadow:none}.btn-light{background:white}.full{width:100%}
.section-pad{padding:94px 7vw}
.hero{min-height:700px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:55px;background:linear-gradient(135deg,#fff 0%,#f7f5ef 65%,#fff5b6 100%);overflow:hidden}.eyebrow,.section-kicker{font-size:12px;letter-spacing:.14em;font-weight:900;color:#827000}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:40px;height:3px;background:var(--gold)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,6vw,86px);line-height:1.02;letter-spacing:-.045em;margin:18px 0 25px;max-width:870px}h1 em{font-style:normal;color:#8b7200}.lead{font-size:19px;max-width:680px;color:#50545a}.hero-actions{display:flex;gap:12px;margin:30px 0}.trust-row{display:flex;gap:32px;padding-top:27px;border-top:1px solid #d7d3c9}.trust-row div{display:flex;flex-direction:column}.trust-row strong{font-size:18px}.trust-row span{font-size:12px;color:var(--muted)}
.hero-visual{position:relative;min-height:560px;display:flex;align-items:flex-end;justify-content:center}.hero-shape{position:absolute;width:78%;height:78%;background:var(--gold);border-radius:46% 54% 35% 65% / 47% 35% 65% 53%;transform:rotate(-7deg);right:0;bottom:4%}.hero-visual img{position:relative;width:88%;height:530px;object-fit:cover;object-position:center 18%;border-radius:40px;box-shadow:var(--shadow);z-index:1}.floating-card{position:absolute;z-index:2;background:rgba(16,16,16,.94);color:#fff;border-radius:18px;padding:15px 18px;box-shadow:var(--shadow);min-width:190px}.floating-card b,.floating-card span{display:block}.floating-card span{font-size:11px;color:#bbb}.fc-one{left:-5%;bottom:16%}.fc-two{right:-4%;top:12%;background:white;color:#111}.fc-two span{color:#666}
.quote-wrap{margin:-42px 6vw 0;background:var(--ink);color:#fff;border-radius:32px;padding:45px;display:grid;grid-template-columns:1fr 1fr;gap:60px;position:relative;z-index:3;box-shadow:var(--shadow)}.quote-intro h2{font-size:40px;line-height:1.15;margin:10px 0 18px}.quote-intro p{color:#c8c8c8}.privacy-note{font-size:12px;color:#a4a4a4;border-left:3px solid var(--gold);padding-left:14px;margin-top:24px}.lead-form{background:#fff;color:#111;border-radius:24px;padding:26px}.step-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:20px}.step-indicator span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#ddd;font-size:12px;font-weight:800}.step-indicator span.active{background:var(--gold)}.step-indicator i{width:70px;height:2px;background:#ddd}.form-step{display:none}.form-step.active{display:block}.lead-form label{display:block;font-weight:700;font-size:13px;margin-bottom:14px}.lead-form input,.lead-form select{display:block;width:100%;margin-top:7px;padding:14px;border:1px solid #d8d8d8;border-radius:12px;background:#fff;font:inherit}.form-actions{display:flex;gap:10px}.form-actions .btn{flex:1}
.light-section{background:var(--paper)}.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:45px}.section-head h2,.story-copy h2,.community-copy h2{font-size:clamp(34px,4vw,58px);line-height:1.08;letter-spacing:-.03em;margin:10px 0 0}.section-head>p{color:var(--muted);max-width:520px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-grid article{background:#fff;border:1px solid #e5e0d6;border-radius:22px;padding:27px;min-height:220px}.service-grid article h3{font-size:22px;margin:26px 0 10px}.service-grid article p{font-size:14px;color:var(--muted)}.icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--paper);font-weight:900;font-size:12px}
.coverage-section{background:linear-gradient(180deg,#fff 0%,#faf7f0 100%)}
.coverage-slider{display:flex;align-items:center;gap:14px}.slider-nav{width:52px;height:52px;border-radius:50%;border:1px solid #ddd;background:#fff;font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 20px rgba(0,0,0,.06)}.slider-nav:hover{background:var(--gold)}
.coverage-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);gap:16px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:6px;scrollbar-width:none;flex:1}.coverage-track::-webkit-scrollbar{display:none}
.coverage-card{background:#fff;border:1px solid #ece7da;border-radius:24px;padding:26px;min-height:240px;box-shadow:0 10px 30px rgba(0,0,0,.04)}.coverage-card.active-card{background:linear-gradient(140deg,#0f1113 0%,#1b1f24 100%);color:#fff;border-color:#1b1f24}.coverage-card.active-card p,.coverage-card.active-card small{color:#e1e1e1}.coverage-no{display:inline-block;font-size:11px;font-weight:900;letter-spacing:.14em;color:#927600;margin-bottom:14px}.coverage-icon{font-size:34px;margin-bottom:16px}.coverage-card h3{font-size:27px;line-height:1.1;margin-bottom:10px}.coverage-card p{color:var(--muted);margin-bottom:18px}.coverage-card small{color:#7a7e84;font-weight:700}
.dark-section{background:var(--ink);color:#fff}.inverse>p{color:#aaa}.proof-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-auto-rows:330px;gap:18px}.proof-grid figure{margin:0;position:relative;overflow:hidden;border-radius:24px;background:#222}.proof-grid figure.wide{grid-row:span 1}.proof-grid img{width:100%;height:100%;object-fit:cover}.proof-grid figcaption{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(12,12,12,.78);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);padding:14px 16px;border-radius:15px}.proof-grid figcaption b,.proof-grid figcaption span{display:block}.proof-grid figcaption span{color:#bbb;font-size:12px}
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.guide-card{border-radius:26px;padding:28px;min-height:430px;display:flex;flex-direction:column}.guide-card .tag{font-size:11px;font-weight:900;letter-spacing:.12em;margin-bottom:35px}.guide-card h3{font-size:35px;line-height:1.05;letter-spacing:-.025em}.guide-card p{font-size:15px}.guide-card a{margin-top:auto;font-weight:900}.guide-yellow{background:var(--gold)}.guide-dark{background:var(--ink);color:#fff}.guide-dark ol{padding-left:22px;line-height:2.1;color:#d4d4d4}.guide-white{border:1px solid #ddd;background:linear-gradient(145deg,#fff,#f4f1e8)}.compare{display:grid;gap:8px;margin-top:18px}.compare span{background:rgba(255,255,255,.55);padding:12px;border-radius:14px;font-size:12px}.compare b{display:block;font-size:14px}
.story-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:center;background:#f6f6f4}.story-image img{width:100%;height:600px;object-fit:cover;border-radius:30px}.story-copy>p{color:var(--muted);font-size:17px;max-width:750px}.timeline{border-left:2px solid #d8d4ca;margin-top:35px;padding-left:25px}.timeline div{position:relative;display:grid;grid-template-columns:90px 1fr;padding:10px 0}.timeline div:before{content:"";position:absolute;width:11px;height:11px;border-radius:50%;background:#aaa;left:-31px;top:16px}.timeline .now:before{background:var(--gold);box-shadow:0 0 0 6px rgba(242,197,0,.2)}.timeline span{font-weight:900;color:#8b7200}
.community-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:56px;align-items:center;background:#fff}.community-copy p{color:var(--muted);font-size:17px}.community-points{display:grid;gap:8px;margin-top:22px;font-weight:700;color:#3b4046}.community-slider-wrap{position:relative}.community-slider{position:relative;min-height:520px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#111}.community-slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}.community-slide.active-slide{opacity:1}.community-slide img{width:100%;height:520px;object-fit:cover}.community-slide figcaption{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(12,12,12,.74);color:#fff;padding:16px 18px;border-radius:18px;backdrop-filter:blur(8px)}.community-slide figcaption b,.community-slide figcaption span{display:block}.community-slide figcaption span{font-size:13px;color:#d0d0d0}.slider-dots{display:flex;gap:8px;justify-content:center;margin-top:16px}.slider-dots button{width:11px;height:11px;border-radius:50%;border:none;background:#cfc7b6;cursor:pointer;padding:0}.slider-dots button.active{background:var(--gold);width:30px;border-radius:999px}
.faq-section{background:var(--paper)}.faq-list{max-width:900px}.faq-list details{background:white;border:1px solid #e4dfd5;border-radius:16px;margin:10px 0;padding:0 20px}.faq-list summary{padding:20px 0;font-weight:850;cursor:pointer}.faq-list p{color:var(--muted);padding-bottom:18px}
.final-cta{margin:80px 6vw;background:var(--gold);border-radius:34px;padding:50px 55px;display:flex;justify-content:space-between;gap:40px;align-items:center}.final-cta span{font-size:11px;font-weight:900;letter-spacing:.14em}.final-cta h2{font-size:42px;margin:8px 0}.final-actions{display:flex;gap:10px}.final-actions .btn:first-child{background:#111;color:#fff}
.wa-float{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;background:#25d366;color:white;display:grid;place-items:center;font-weight:900;z-index:30;box-shadow:0 15px 35px rgba(0,0,0,.25)}
footer{background:#090a0b;color:#ccc;padding:45px 7vw 35px}.footer-brand{display:flex;gap:12px;align-items:center}.footer-brand b,.footer-brand small{display:block}.footer-brand small{color:#777}.footer-links{display:flex;gap:20px;margin:28px 0;font-size:14px}.disclaimer{max-width:1000px;color:#777;font-size:11px;border-top:1px solid #222;padding-top:20px}footer>small{color:#555}
@media(max-width:980px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:65px}.hero-visual{min-height:480px}.quote-wrap{grid-template-columns:1fr}.service-grid,.guide-grid{grid-template-columns:1fr 1fr}.story-section,.community-section{grid-template-columns:1fr}.section-head{grid-template-columns:1fr;gap:16px}.proof-grid{grid-template-columns:1fr}.community-slider{min-height:440px}.community-slide img{height:440px}}
@media(max-width:650px){.site-header{height:68px;padding:0 18px}.site-header>.btn{display:none}.brand small{display:none}.section-pad{padding:70px 20px}.hero{gap:20px;min-height:auto}.hero-copy h1{font-size:47px}.lead{font-size:16px}.hero-actions{flex-direction:column}.trust-row{gap:13px;justify-content:space-between}.trust-row strong{font-size:14px}.trust-row span{font-size:10px}.hero-visual{min-height:400px}.hero-visual img{height:390px;width:100%}.floating-card{min-width:auto;padding:11px 13px}.fc-one{left:-3%;bottom:6%}.fc-two{right:-3%;top:8%}.quote-wrap{margin:-12px 14px 0;padding:25px 18px;border-radius:25px;gap:24px}.quote-intro h2{font-size:29px}.service-grid,.guide-grid{grid-template-columns:1fr}.proof-grid{grid-auto-rows:280px}.coverage-slider{display:block}.slider-nav{display:none}.coverage-track{display:flex;overflow-x:auto}.coverage-card{min-width:280px}.story-image img{height:430px}.community-slider{min-height:320px}.community-slide img{height:320px}.final-cta{margin:50px 14px;padding:34px 22px;display:block}.final-cta h2{font-size:34px}.final-actions{margin-top:25px}.footer-links{flex-direction:column;gap:8px}.wa-float{right:15px;bottom:15px}}
