:root{
  --ink:#0f2a3a; --teal:#0b8f8a; --teal-d:#077a75; --sky:#eaf6f6; --line:#d9e6e6;
  --shadow:0 10px 30px rgba(11,143,138,.15);
}
*{box-sizing:border-box}
body{margin:0;font-family:Manrope,system-ui,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
.wrap{max-width:1040px;margin:0 auto;padding:0 20px}
h1,h2,h3{line-height:1.15;margin:0 0 .4em}
a{color:var(--teal-d)}

/* nav */
.nav{border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(6px);z-index:50}
.nav-in{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{font-weight:800;font-size:1.2rem;display:flex;gap:.4rem;align-items:center}
.logo{font-size:1.3rem}
.logo-img{height:36px;width:auto;display:block}
.nav-cta{background:var(--teal);color:#fff;padding:.5rem .9rem;border-radius:999px;text-decoration:none;font-weight:600;font-size:.9rem}

/* hero */
.hero{background:linear-gradient(160deg,var(--sky),#fff 70%);padding:72px 0 60px}
.hero-badge{display:inline-block;background:var(--teal);color:#fff;font-size:.82rem;font-weight:700;padding:.25rem .8rem;border-radius:999px;letter-spacing:.04em;margin-bottom:18px}
.hero h1{font-size:2.8rem;max-width:18ch;font-weight:800}
.lede{font-size:1.15rem;max-width:58ch;color:#36586a;margin:.5rem 0 0}
.hero-actions{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}
.hero-trust{margin-top:22px;display:flex;gap:18px;flex-wrap:wrap;font-size:.88rem;color:#36586a;font-weight:600}
.hero-trust span::before{margin-right:4px}

/* buttons */
.btn{border:0;border-radius:999px;padding:.85rem 1.4rem;font-weight:700;font-size:.98rem;cursor:pointer;text-decoration:none;display:inline-block;transition:transform .12s,box-shadow .12s}
.btn.primary{background:var(--teal);color:#fff;box-shadow:var(--shadow)}
.btn.primary:hover{background:var(--teal-d);transform:translateY(-1px);box-shadow:0 14px 36px rgba(11,143,138,.28)}
.btn.ghost{background:#fff;color:var(--teal-d);border:1.5px solid var(--teal)}
.btn.ghost:hover{background:var(--sky)}
.btn.large{font-size:1.08rem;padding:1rem 1.8rem}

/* services */
.services{padding:60px 20px}
.services h2{font-size:1.9rem;text-align:center;margin-bottom:30px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.card{border:1px solid var(--line);border-radius:16px;padding:24px;background:#fff;transition:transform .15s,box-shadow .15s}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.ic{font-size:2rem}
.card h3{font-size:1.15rem;margin-top:.5rem}
.card p{color:#4a6573;font-size:.95rem;margin:.3rem 0 0;line-height:1.5}

/* areas */
.areas{padding:48px 20px}
.areas h2{font-size:1.9rem;margin-bottom:8px}
.areas-lede{color:#4a6573;margin:0 0 22px;font-size:1rem}
.area-tags{display:flex;flex-wrap:wrap;gap:10px}
.area-tags span{background:var(--sky);color:var(--teal-d);border:1px solid var(--line);border-radius:999px;padding:.4rem .9rem;font-size:.9rem;font-weight:600}

/* why us */
.why{padding:60px 20px;background:#f8fcfc;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.why h2{font-size:1.9rem;margin-bottom:28px}
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}
.why-item{display:flex;gap:14px;align-items:flex-start}
.why-ic{font-size:1.6rem;flex-shrink:0;margin-top:2px}
.why-item strong{display:block;font-size:1.05rem;margin-bottom:4px}
.why-item p{color:#4a6573;font-size:.94rem;margin:0;line-height:1.5}

/* cta band */
.cta-band{background:var(--ink);color:#fff;text-align:center;padding:64px 20px}
.cta-band h2{font-size:2rem;max-width:20ch;margin:0 auto .4em}
.cta-band p{color:#bcd6dd;margin:.2rem 0 1.6rem;font-size:1.05rem}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}

/* faq */
.faq{padding:60px 20px}
.faq h2{font-size:1.9rem;margin-bottom:24px}
.faq-list{max-width:720px}
details{border-bottom:1px solid var(--line);padding:4px 0}
summary{font-weight:700;padding:14px 0;cursor:pointer;font-size:1rem;list-style:none;display:flex;justify-content:space-between;align-items:center}
summary::after{content:'+';color:var(--teal-d);font-size:1.2rem;transition:transform .2s}
details[open] summary::after{content:'\2013'}
details p{color:#4a6573;padding:0 0 14px;margin:0;font-size:.96rem;line-height:1.6}

/* footer */
.foot{padding:28px 20px;text-align:center;color:#6a8593;font-size:.9rem;border-top:1px solid var(--line)}
.foot a{color:var(--teal-d)}
.foot span{display:block;margin-top:4px;font-size:.84rem}

/* chat widget */
#sc-launcher{position:fixed;right:20px;bottom:20px;width:60px;height:60px;border-radius:50%;background:var(--teal);color:#fff;font-size:1.6rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow);z-index:100}
#sc-launcher.sc-alert::after{content:'';position:absolute;top:3px;right:3px;width:15px;height:15px;background:#e23b3b;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 rgba(226,59,59,.6);animation:scpulse 1.6s infinite}
@keyframes scpulse{0%{box-shadow:0 0 0 0 rgba(226,59,59,.5)}70%{box-shadow:0 0 0 9px rgba(226,59,59,0)}100%{box-shadow:0 0 0 0 rgba(226,59,59,0)}}
#sc-panel{position:fixed;right:20px;bottom:90px;width:340px;max-width:calc(100vw - 32px);height:460px;max-height:calc(100vh - 120px);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.22);display:flex;flex-direction:column;overflow:hidden;z-index:100}
#sc-panel[hidden]{display:none}
#sc-head{background:var(--teal);color:#fff;padding:12px 14px;font-weight:700;display:flex;justify-content:space-between;align-items:center}
#sc-close{background:transparent;border:0;color:#fff;font-size:1.4rem;cursor:pointer;line-height:1}
#sc-log{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px;background:#f7fbfb}
.msg{max-width:80%;padding:.55rem .75rem;border-radius:14px;font-size:.94rem;white-space:pre-wrap;word-wrap:break-word}
.msg.you{align-self:flex-end;background:var(--teal);color:#fff;border-bottom-right-radius:4px}
.msg.them{align-self:flex-start;background:#fff;border:1px solid var(--line);border-bottom-left-radius:4px}
.msg.sys{align-self:center;background:#fff3d6;color:#6b4e00;border:1px solid #f0dca0;font-size:.86rem;text-align:center;max-width:92%}
#sc-form{display:flex;border-top:1px solid var(--line)}
#sc-input{flex:1;border:0;padding:.8rem;font-size:.95rem;font-family:inherit}
#sc-input:focus{outline:2px solid var(--sky)}
#sc-form button{border:0;background:var(--teal);color:#fff;padding:0 1.1rem;font-weight:700;cursor:pointer}

@media(max-width:640px){
  .hero h1{font-size:2rem}
  .cta-band h2{font-size:1.6rem}
  .hero-trust{gap:10px}
}

/* ============ v5: real photography, SVG icons ============ */

/* inline svg icon system (replaces emoji) */
.i{width:1.15em;height:1.15em;display:inline-block;vertical-align:-.18em;fill:none;stroke:currentColor;
   stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.i.big{width:30px;height:30px;color:var(--teal);flex-shrink:0;margin-top:2px}
.nav-cta .i,.btn .i{margin-right:.35rem}

/* hero -> two columns with a real photo */
.hero{padding:60px 0 56px;overflow:hidden}
.hero-in{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.hero h1{font-size:2.55rem;max-width:16ch}
.hero-badge{background:#fff;color:var(--teal-d);border:1.5px solid var(--teal)}
.hero-shot img{width:100%;height:100%;max-height:420px;object-fit:cover;border-radius:20px;
  box-shadow:0 22px 50px rgba(11,143,138,.22)}
.hero-trust span{display:inline-flex;align-items:center;gap:.3rem}
.hero-trust .i{color:var(--teal)}

/* team */
.team{background:#f8fcfc;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:56px 0}
.team-in{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:center}
.team-photo img{width:100%;border-radius:20px;object-fit:cover;max-height:460px;object-position:center 20%;
  box-shadow:0 18px 40px rgba(15,42,58,.18)}
.team-copy h2{font-size:1.9rem}
.team-copy p{color:#4a6573;margin:.6rem 0}
.team-copy .btn{margin-top:14px}

/* before / after */
.ba{padding:60px 20px}
.ba h2{font-size:1.9rem;margin-bottom:6px}
.sec-lede{color:#4a6573;max-width:62ch;margin:0 0 26px}
.ba-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:22px}
.ba-grid figure{margin:0;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}
.ba-grid img{width:100%;display:block}
.ba-grid figcaption{padding:12px 16px;font-size:.9rem;color:#4a6573;line-height:1.45}

/* testimonial */
.tst{background:var(--sky);padding:56px 20px;text-align:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.tst-stars .i{width:22px;height:22px;color:#f4a300}
.tst blockquote{margin:14px auto 10px;max-width:26ch;font-size:1.55rem;font-weight:800;line-height:1.3;color:var(--ink)}
.tst-who{margin:0;color:var(--teal-d);font-size:.98rem}
.tst-note{max-width:56ch;margin:16px auto 0;color:#4a6573;font-size:.95rem}

/* service cards with photos */
.card{padding:0;overflow:hidden}
.card img{width:100%;height:190px;object-fit:cover;display:block}
.card-body{padding:18px 20px 22px}
.card-body h3{margin-top:0}

/* gallery */
.gallery{padding:10px 20px 60px}
.gallery h2{font-size:1.9rem;margin-bottom:20px}
.gal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}
.gal-grid img{width:100%;height:230px;object-fit:cover;border-radius:14px;display:block}

/* chat launcher uses an svg now */
#sc-launcher .i{width:26px;height:26px}

@media(max-width:860px){
  .hero-in,.team-in{grid-template-columns:1fr}
  .hero-shot{order:-1}
  .hero-shot img{max-height:260px}
  .team-photo img{max-height:340px}
}
@media(max-width:640px){
  .hero h1{font-size:2rem}
  .tst blockquote{font-size:1.25rem;max-width:none}
}

/* v5 fixes */
.ba-grid figure:nth-child(3){grid-column:1/-1}
.ba-grid figure:nth-child(3) img{max-height:430px;object-fit:cover;object-position:center 35%}
.logo-img{height:44px}
summary::after{font-weight:800;font-size:1.35rem;line-height:1}
