:root{
  --midnight:#17375E;
  --midnight-deep:#0F2542;
  --midnight-soft:#1F4677;
  --white:#FFFFFF;
  --gray:#F3F5F7;
  --emerald:#0E9F6E;
  --emerald-dark:#0B7F58;
  --ink:#22313F;
  --muted:#5B6B7C;
  --line:rgba(23,55,94,.12);
  --serif:'Fraunces',Georgia,serif;
  --sans:'Inter',system-ui,-apple-system,sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--ink);background:var(--white);line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%}
a{color:inherit}
.wrap{max-width:1140px;margin:0 auto;padding:0 24px}
h1,h2,h3{font-family:var(--serif);color:var(--midnight);font-weight:500;line-height:1.15}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--emerald)}
.eyebrow::before{content:"";width:28px;height:1.5px;background:var(--emerald)}
section{padding:96px 0}
.section-head{max-width:640px;margin-bottom:56px}
.section-head h2{font-size:clamp(30px,4vw,42px);margin:14px 0 16px}
.section-head p{color:var(--muted);font-size:17px}

/* ---------- Nav ---------- */
header{position:sticky;top:0;z-index:100;background:rgba(15,37,66,.92);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{display:flex;align-items:center;gap:11px;text-decoration:none}
.logo-mark{width:36px;height:36px;border-radius:9px;background:linear-gradient(135deg,var(--emerald),#0C8A60);display:grid;place-items:center;color:#fff;font-family:var(--serif);font-size:19px;font-weight:600}
.logo-text{color:#fff;font-weight:600;font-size:16.5px;letter-spacing:.01em}
.logo-text span{color:#9FD9C3;font-weight:400}
nav ul{display:flex;gap:34px;list-style:none}
nav a{color:rgba(255,255,255,.78);text-decoration:none;font-size:14.5px;font-weight:500;transition:color .2s}
nav a:hover{color:#fff}
.nav-cta{background:var(--emerald);color:#fff!important;padding:10px 22px;border-radius:8px;font-weight:600;transition:background .2s}
.nav-cta:hover{background:var(--emerald-dark)}
.menu-btn{display:none;background:none;border:0;cursor:pointer;padding:8px}
.menu-btn span{display:block;width:22px;height:2px;background:#fff;margin:5px 0;border-radius:2px}

/* ---------- Hero ---------- */
.hero{background:linear-gradient(160deg,var(--midnight-deep) 0%,var(--midnight) 55%,#1B4470 100%);color:#fff;padding:110px 0 120px;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:
  radial-gradient(ellipse 640px 480px at 88% 18%,rgba(14,159,110,.16),transparent 65%),
  radial-gradient(ellipse 520px 420px at 8% 95%,rgba(14,159,110,.10),transparent 65%)}
.hero-grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;mask-image:radial-gradient(ellipse at 70% 30%,black 30%,transparent 75%)}
.hero .wrap{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center}
.hero .eyebrow{color:#6FDDB4}
.hero .eyebrow::before{background:#6FDDB4}
.hero h1{color:#fff;font-size:clamp(38px,5.2vw,60px);margin:20px 0 24px}
.hero h1 em{font-style:italic;color:#8CE8C4}
.hero p.lead{font-size:18.5px;color:rgba(255,255,255,.82);max-width:540px;margin-bottom:38px}
.btn-row{display:flex;gap:16px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:600;font-size:15.5px;padding:15px 30px;border-radius:9px;transition:.2s}
.btn-primary{background:var(--emerald);color:#fff}
.btn-primary:hover{background:var(--emerald-dark);transform:translateY(-1px)}
.btn-ghost{border:1.5px solid rgba(255,255,255,.35);color:#fff}
.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.06)}
.hero-stats{display:flex;gap:42px;margin-top:52px;flex-wrap:wrap}
.hero-stat strong{display:block;font-family:var(--serif);font-size:26px;color:#8CE8C4;font-weight:600}
.hero-stat span{font-size:13px;color:rgba(255,255,255,.6);letter-spacing:.04em}

/* hero visual card */
.hero-visual{position:relative}
.hv-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:30px;backdrop-filter:blur(6px)}
.hv-card h3{color:#fff;font-size:19px;margin-bottom:22px;font-weight:500}
.hv-step{display:flex;gap:16px;padding:15px 0;border-top:1px solid rgba(255,255,255,.09)}
.hv-step:first-of-type{border-top:0;padding-top:0}
.hv-num{flex:none;width:30px;height:30px;border-radius:50%;border:1.5px solid var(--emerald);color:#8CE8C4;display:grid;place-items:center;font-size:13px;font-weight:600}
.hv-step b{display:block;color:#fff;font-size:14.5px;font-weight:600}
.hv-step span{font-size:13px;color:rgba(255,255,255,.62)}
.hv-badge{position:absolute;right:-14px;top:-18px;background:var(--emerald);color:#fff;font-size:12.5px;font-weight:600;padding:9px 16px;border-radius:999px;box-shadow:0 10px 28px rgba(14,159,110,.4)}

/* ---------- Trust bar ---------- */
.trust{background:var(--gray);padding:34px 0;border-bottom:1px solid var(--line)}
.trust .wrap{display:flex;justify-content:center;gap:14px 60px;flex-wrap:wrap;align-items:center}
.trust p{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:600}
.trust ul{display:flex;gap:14px 46px;list-style:none;flex-wrap:wrap;justify-content:center}
.trust li{font-family:var(--serif);font-size:17px;color:var(--midnight);display:flex;align-items:center;gap:10px}
.trust li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--emerald)}

/* ---------- Services ---------- */
.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.svc{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:36px;transition:.25s;position:relative;overflow:hidden}
.svc:hover{box-shadow:0 18px 44px rgba(23,55,94,.10);transform:translateY(-3px);border-color:rgba(14,159,110,.35)}
.svc-icon{width:52px;height:52px;border-radius:13px;background:linear-gradient(135deg,rgba(14,159,110,.12),rgba(23,55,94,.08));display:grid;place-items:center;margin-bottom:22px}
.svc-icon svg{width:26px;height:26px;stroke:var(--emerald);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.svc h3{font-size:22px;margin-bottom:10px}
.svc p{color:var(--muted);font-size:15px;margin-bottom:16px}
.svc-tags{display:flex;flex-wrap:wrap;gap:8px}
.svc-tags span{font-size:12.5px;font-weight:500;color:var(--midnight);background:var(--gray);border-radius:999px;padding:5px 13px}

/* ---------- Process ---------- */
.process{background:var(--midnight-deep);color:#fff}
.process .section-head h2{color:#fff}
.process .section-head p{color:rgba(255,255,255,.7)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.pstep{border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:28px 24px;background:rgba(255,255,255,.03)}
.pstep .pnum{font-family:var(--serif);font-size:15px;color:#8CE8C4;letter-spacing:.14em;margin-bottom:14px;display:block}
.pstep h3{color:#fff;font-size:18.5px;margin-bottom:10px}
.pstep p{font-size:14px;color:rgba(255,255,255,.66)}
.process-note{margin-top:44px;display:flex;gap:14px;align-items:flex-start;background:rgba(14,159,110,.10);border:1px solid rgba(14,159,110,.35);border-radius:12px;padding:20px 24px;max-width:760px}
.process-note svg{flex:none;width:22px;height:22px;stroke:#6FDDB4;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-top:2px}
.process-note p{font-size:14.5px;color:rgba(255,255,255,.85)}

/* ---------- Packages ---------- */
.packages{background:var(--gray)}
.pkg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;align-items:stretch}
.pkg{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:32px 26px;display:flex;flex-direction:column;transition:.25s}
.pkg:hover{box-shadow:0 18px 44px rgba(23,55,94,.10);transform:translateY(-3px)}
.pkg h3{font-size:20px}
.pkg .pkg-tag{font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}
.pkg .price{font-family:var(--serif);font-size:30px;color:var(--midnight);margin:16px 0 4px;font-weight:600}
.pkg .price small{font-size:14px;color:var(--muted);font-family:var(--sans);font-weight:400}
.pkg ul{list-style:none;margin:20px 0 26px;flex:1}
.pkg li{font-size:14px;color:var(--ink);padding:7px 0;display:flex;gap:10px;align-items:flex-start}
.pkg li svg{flex:none;width:16px;height:16px;stroke:var(--emerald);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;margin-top:3px}
.pkg .btn{justify-content:center;font-size:14.5px;padding:13px 18px}
.pkg-btn-outline{border:1.5px solid var(--midnight);color:var(--midnight)}
.pkg-btn-outline:hover{background:var(--midnight);color:#fff}
.pkg.featured{background:var(--midnight);border-color:var(--midnight)}
.pkg.featured h3,.pkg.featured .price{color:#fff}
.pkg.featured .pkg-tag{color:#8CE8C4}
.pkg.featured li{color:rgba(255,255,255,.85)}
.pkg.featured .price small{color:rgba(255,255,255,.6)}
.pkg-ribbon{display:inline-block;background:var(--emerald);color:#fff;font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:999px;margin-bottom:14px;align-self:flex-start}
.pkg-note{margin-top:30px;font-size:13.5px;color:var(--muted);text-align:center}

/* ---------- Coverage ---------- */
.coverage .wrap{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.coverage h2{font-size:clamp(28px,3.6vw,38px);margin:14px 0 18px}
.coverage p{color:var(--muted);margin-bottom:16px}
.cov-list{list-style:none;margin-top:26px}
.cov-list li{display:flex;gap:14px;padding:13px 0;border-top:1px solid var(--line);font-size:15px}
.cov-list li:first-child{border-top:0}
.cov-list svg{flex:none;width:20px;height:20px;stroke:var(--emerald);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin-top:2px}
.cov-visual{background:linear-gradient(150deg,var(--midnight) 0%,var(--midnight-soft) 100%);border-radius:20px;padding:44px 38px;color:#fff;position:relative;overflow:hidden}
.cov-visual::before{content:"";position:absolute;inset:0;background:radial-gradient(circle 340px at 85% 10%,rgba(14,159,110,.22),transparent 70%)}
.cov-visual h3{color:#fff;font-size:22px;margin-bottom:8px;position:relative}
.cov-visual>p{color:rgba(255,255,255,.7);font-size:14.5px;position:relative;margin-bottom:26px}
.cov-rows{position:relative;display:grid;gap:14px}
.cov-row{display:flex;justify-content:space-between;align-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:14px 18px;font-size:14px}
.cov-row b{font-weight:600}
.cov-row span{color:#8CE8C4;font-size:13px;font-weight:600}

/* ---------- Contact ---------- */
.contact{background:var(--gray)}
.contact .wrap{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.contact-card{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:40px}
.contact-card h3{font-size:21px;margin-bottom:26px}
.c-row{display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-top:1px solid var(--line)}
.c-row:first-of-type{border-top:0;padding-top:0}
.c-icon{flex:none;width:44px;height:44px;border-radius:11px;background:rgba(14,159,110,.1);display:grid;place-items:center}
.c-icon svg{width:21px;height:21px;stroke:var(--emerald);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.c-row b{display:block;font-size:14.5px;color:var(--midnight)}
.c-row a{font-size:14.5px;color:var(--muted);text-decoration:none}
.c-row a:hover{color:var(--emerald)}
.c-row p{font-size:14.5px;color:var(--muted)}
.contact-ctas{display:grid;gap:14px;margin-top:8px}
.btn-wa{background:#25D366;color:#fff;justify-content:center}
.btn-wa:hover{background:#1EBE5B}
.btn-call{background:var(--midnight);color:#fff;justify-content:center}
.btn-call:hover{background:var(--midnight-soft)}
.btn-mail{border:1.5px solid var(--midnight);color:var(--midnight);justify-content:center}
.btn-mail:hover{background:var(--midnight);color:#fff}
.contact-copy h2{font-size:clamp(28px,3.6vw,38px);margin:14px 0 18px}
.contact-copy p{color:var(--muted);margin-bottom:14px;max-width:480px}
.assure{margin-top:28px;display:grid;gap:12px}
.assure div{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;color:var(--ink)}
.assure svg{flex:none;width:18px;height:18px;stroke:var(--emerald);fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;margin-top:3px}

/* ---------- Footer ---------- */
footer{background:var(--midnight-deep);color:rgba(255,255,255,.65);padding:56px 0 32px}
.foot-grid{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1)}
.foot-brand p{font-size:14px;max-width:320px;margin-top:14px}
.foot-col b{display:block;color:#fff;font-size:14px;margin-bottom:14px;letter-spacing:.04em}
.foot-col a{display:block;color:rgba(255,255,255,.6);text-decoration:none;font-size:14px;padding:4px 0;transition:color .2s}
.foot-col a:hover{color:#8CE8C4}
.foot-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:26px;font-size:13px;color:rgba(255,255,255,.45)}

/* ---------- Responsive ---------- */
@media(max-width:960px){
  .hero .wrap{grid-template-columns:1fr;gap:48px}
  .services-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .pkg-grid{grid-template-columns:repeat(2,1fr)}
  .coverage .wrap,.contact .wrap{grid-template-columns:1fr;gap:44px}
}
@media(max-width:760px){
  nav ul{position:fixed;inset:72px 0 auto 0;background:var(--midnight-deep);flex-direction:column;gap:0;padding:12px 24px 24px;display:none;border-bottom:1px solid rgba(255,255,255,.1)}
  nav ul.open{display:flex}
  nav ul li{padding:10px 0}
  .menu-btn{display:block}
  .nav-cta{display:inline-block;margin-top:8px}
  section{padding:72px 0}
}
@media(max-width:600px){
  .process-grid,.pkg-grid{grid-template-columns:1fr}
  .hero{padding:80px 0 90px}
  .hero-stats{gap:28px}
}


/* ---------- Subpages ---------- */
.page-hero{background:linear-gradient(160deg,var(--midnight-deep) 0%,var(--midnight) 70%);color:#fff;padding:88px 0 72px}
.page-hero h1{color:#fff;font-size:clamp(34px,4.6vw,52px);margin:18px 0 16px}
.page-hero p{color:rgba(255,255,255,.8);max-width:640px;font-size:17.5px}
.page-hero .eyebrow{color:#6FDDB4}
.page-hero .eyebrow::before{background:#6FDDB4}

/* ---------- FAQ accordion ---------- */
.faq-list{max-width:860px}
.faq{border:1px solid var(--line);border-radius:12px;background:var(--white);margin-bottom:14px;overflow:hidden}
.faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:19px 24px;font-weight:600;font-size:16px;color:var(--midnight)}
.faq summary::-webkit-details-marker{display:none}
.faq summary:hover{color:var(--emerald)}
.faq .faq-icon{flex:none;width:26px;height:26px;border-radius:50%;border:1.5px solid var(--emerald);color:var(--emerald);display:grid;place-items:center;font-size:17px;font-weight:500;line-height:1;transition:.2s}
.faq[open] .faq-icon{transform:rotate(45deg);background:var(--emerald);color:#fff}
.faq .faq-a{padding:0 24px 20px;color:var(--muted);font-size:15px;max-width:760px}

/* ---------- Enquiry form ---------- */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-grid .full{grid-column:1/-1}
.field label{display:block;font-size:13.5px;font-weight:600;color:var(--midnight);margin-bottom:6px}
.field input,.field textarea{width:100%;border:1px solid var(--line);border-radius:9px;padding:13px 14px;font-family:var(--sans);font-size:15px;color:var(--ink);background:#fff}
.field input:focus,.field textarea:focus{outline:2px solid rgba(14,159,110,.35);border-color:var(--emerald)}
.field.check{display:flex;gap:10px;align-items:center}
.field.check input{accent-color:var(--emerald)}
.notice{border-radius:10px;padding:14px 18px;margin-bottom:22px;font-size:14.5px;display:none}
.notice.ok{background:rgba(14,159,110,.1);border:1px solid rgba(14,159,110,.4);color:#0B7F58;display:block}
.notice.err{background:rgba(200,50,50,.08);border:1px solid rgba(200,50,50,.35);color:#B32222;display:block}
.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}
@media(max-width:760px){.form-grid{grid-template-columns:1fr}}
