:root{
  --teal:#2c5f5d; --teal-dark:#24504e; --navy:#111827; --gold:#d4af37;
  --cream:#f5f2e7; --bg:#f8f7f6; --text:#4b5563; --muted:#6b7280;
  --card:#ffffff; --line:#e5e7eb;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:var(--text);background:#fff;line-height:1.6;font-size:17px}
h1,h2,h3,.serif{font-family:'Playfair Display',Georgia,serif;color:var(--navy)}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{max-width:1240px;margin:0 auto;padding:0 24px}
section{padding:88px 0}
.badge{display:inline-flex;align-items:center;gap:8px;background:#eceeec;color:#374151;font-size:14.5px;font-weight:500;padding:9px 18px;border-radius:999px}
.badge svg{width:15px;height:15px;fill:var(--teal)}
.badge.gold{background:#f6efd8;color:#7a6410}
.badge.gold svg{fill:var(--gold)}
.center{text-align:center}
h2{font-size:clamp(32px,4.5vw,46px);font-weight:700;line-height:1.15;margin:20px 0 18px}
.underline-gold{position:relative;display:inline-block}
.underline-gold::after{content:"";position:absolute;left:8%;right:8%;bottom:-10px;height:3px;background:var(--gold)}
.section-sub{max-width:760px;margin:22px auto 0;font-size:18px}
.hl{background:#faf3d8;color:#9c7c12;font-weight:600;padding:2px 8px;border-radius:5px}
.hl.teal{color:var(--teal)}
/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:600;font-size:16.5px;padding:16px 30px;border-radius:12px;transition:.25s;cursor:pointer;border:none;font-family:'Inter',sans-serif}
.btn-primary{background:var(--teal);color:#fff;box-shadow:0 8px 20px rgba(44,95,93,.28)}
.btn-primary:hover{background:var(--teal-dark);transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--teal);border:2px solid var(--teal)}
.btn-outline:hover{background:var(--teal);color:#fff}
.btn svg{width:17px;height:17px;fill:currentColor}
/* Header */
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);box-shadow:0 1px 0 var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{display:flex;align-items:center;gap:12px;font-family:'Playfair Display',serif;font-weight:700;font-size:23px;color:var(--navy)}
.logo-mark{width:40px;height:40px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center}
.logo-mark svg{width:18px;height:18px;fill:#fff}
.nav-links{display:flex;align-items:center;gap:36px;font-size:16px;font-weight:500;color:#374151}
.nav-links a:hover{color:var(--teal)}
.nav .btn{padding:11px 24px;font-size:15.5px}
/* Hero */
.hero{background:linear-gradient(135deg,#fafaf8 0%,#f2f4f2 100%);padding:64px 0 72px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center;margin-top:34px}
.hero h1{font-size:clamp(40px,5.6vw,72px);font-weight:800;line-height:1.08;letter-spacing:-.5px}
.hero h1 .teal{color:var(--teal)}
.hero h1 .gold-underline{box-shadow:inset 0 -6px 0 var(--gold)}
.hero-sub{margin:30px 0 36px;font-size:19.5px;max-width:560px}
.hero-ctas{display:flex;gap:18px;flex-wrap:wrap}
.hero-proof{display:flex;align-items:center;gap:26px;margin-top:58px;font-size:15.5px;color:#374151;flex-wrap:wrap}
.stars{color:var(--gold);letter-spacing:2px;font-size:15px}
.hero-visual{position:relative}
.hero-visual .frame{background:#fff;border-radius:24px;padding:14px;box-shadow:0 30px 60px rgba(17,24,39,.14)}
.hero-visual .frame img{border-radius:16px;width:100%;height:560px;object-fit:cover}
.float-badge{position:absolute;top:-22px;right:-14px;background:var(--gold);color:#fff;font-weight:600;font-size:15px;padding:13px 22px;border-radius:14px;display:flex;gap:9px;align-items:center;box-shadow:0 12px 26px rgba(212,175,55,.4)}
.float-badge svg{width:16px;height:16px;fill:#fff}
.stat-card{position:absolute;left:-46px;bottom:-34px;background:#fff;border-radius:18px;box-shadow:0 20px 44px rgba(17,24,39,.16);display:flex;padding:24px 34px;gap:34px}
.stat-card .num{font-size:30px;font-weight:800;color:var(--teal);font-family:'Inter',sans-serif}
.stat-card .lbl{font-size:14px;color:var(--muted)}
.stat-card .div{width:1px;background:var(--line)}
/* Projects */
.projects{background:#fff}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:56px}
.proj-card img{height:316px;width:100%;object-fit:cover;border-radius:14px}
.proj-card h3{font-family:'Inter',sans-serif;font-size:19px;font-weight:700;margin:22px 0 10px;color:var(--navy)}
.proj-card p{font-size:16px}
.dual-cta{display:flex;gap:22px;justify-content:center;margin-top:60px;flex-wrap:wrap}
/* Problem */
.problem{background:var(--bg)}
.problem-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:start;margin-top:56px}
.pain{background:#fff;border-radius:16px;padding:26px 28px;display:flex;gap:20px;box-shadow:0 4px 14px rgba(17,24,39,.05);margin-bottom:22px}
.icon-tile{flex:none;width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,var(--teal),#3d6c6a);display:flex;align-items:center;justify-content:center}
.icon-tile svg{width:24px;height:24px;fill:#fff}
.pain h3{font-family:'Inter',sans-serif;font-size:19px;font-weight:700;margin-bottom:6px}
.pain p{font-size:16px}
.come-in{background:#eceeeb;border-radius:18px;padding:34px 36px;margin-top:10px}
.come-in h3{font-size:26px;margin-bottom:14px}
.come-in p{font-size:16.5px}
.come-in .ctas{display:flex;gap:16px;margin-top:26px;flex-wrap:wrap}
.come-in .btn{padding:14px 24px;font-size:15.5px}
.problem-visual{position:relative}
.problem-visual .frame{background:#fff;border-radius:24px;padding:14px;box-shadow:0 30px 60px rgba(17,24,39,.12)}
.problem-visual .frame img{border-radius:16px;width:100%;height:560px;object-fit:cover}
.problem-proof{display:flex;gap:26px;margin-top:120px;font-size:15.5px;color:#374151;align-items:center}
/* Why choose */
.why{background:var(--bg)}
.feature-card{background:#fff;border-radius:20px;padding:48px 36px;text-align:center;box-shadow:0 6px 20px rgba(17,24,39,.06)}
.feature-card .icon-tile{margin:0 auto 26px;width:76px;height:76px;border-radius:18px}
.feature-card .icon-tile svg{width:30px;height:30px}
.feature-card h3{font-size:26px;margin-bottom:16px}
.feature-card p{font-size:16.5px}
em{font-style:italic}
/* Process */
.process-num{width:76px;height:76px;border-radius:18px;background:linear-gradient(135deg,var(--teal),#3d6c6a);color:#fff;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 26px;font-family:'Inter',sans-serif}
.process-proof{display:flex;gap:34px;justify-content:center;margin-top:52px;font-size:15.5px;color:#374151;flex-wrap:wrap}
/* What you get */
.get{background:#fff}
.grid-9{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:56px}
.get-card{background:#fff;border:1px solid #f1f2f0;border-radius:18px;padding:34px 30px;box-shadow:0 6px 18px rgba(17,24,39,.05)}
.get-card .icon-tile{width:62px;height:62px;margin-bottom:20px}
.get-card h3{font-family:'Inter',sans-serif;font-size:20px;font-weight:700;margin-bottom:10px}
.get-card p{font-size:16px}
/* Testimonials */
.testi{background:var(--bg)}
.testi-card{background:#fff;border-radius:20px;padding:38px 34px;box-shadow:0 6px 20px rgba(17,24,39,.06)}
.testi-head{display:flex;align-items:center;gap:16px;margin-bottom:24px}
.testi-head img{width:56px;height:56px;border-radius:50%;object-fit:cover}
.testi-head .name{font-family:'Playfair Display',serif;font-weight:700;font-size:20px;color:var(--navy)}
.testi-head .role{font-size:14.5px;color:var(--muted)}
.testi-card blockquote{font-size:16.5px;border:none}
.testi-card .stars{display:block;text-align:center;margin-top:26px;font-size:18px}
.testi-cta{text-align:center;margin-top:60px}
.testi-cta p{margin-bottom:26px;font-size:17.5px}
/* Case studies */
.cases{background:#fff}
.case-row{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-top:70px}
.case-row:first-of-type{margin-top:56px}
.case-card{background:#fff;border-radius:20px;padding:44px 40px;box-shadow:0 10px 30px rgba(17,24,39,.08)}
.case-card h3{font-size:30px;margin-bottom:26px}
.case-item{display:flex;gap:16px;margin-bottom:22px}
.case-dot{flex:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px}
.case-dot.red{background:#fde8e8;color:#dc2626}
.case-dot.blue{background:#dbeafe;color:#2563eb}
.case-dot.green{background:#d1fae5;color:#059669}
.case-item .k{font-weight:700;font-size:17px;margin-bottom:4px}
.case-item .k.red{color:#dc2626}.case-item .k.blue{color:#2563eb}.case-item .k.green{color:#059669}
.case-item p{font-size:16px}
.case-img{background:#fff;border-radius:22px;padding:12px;box-shadow:0 20px 44px rgba(17,24,39,.1)}
.case-img img{border-radius:14px;width:100%;height:400px;object-fit:cover}
/* Pricing */
.pricing{background:var(--bg)}
.pricing-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:start;margin-top:56px}
.didyou{background:var(--cream);border-left:4px solid var(--gold);border-radius:0 16px 16px 0;padding:30px 32px;margin-bottom:34px}
.didyou h3{font-size:23px;margin-bottom:12px}
.didyou p{font-size:16.5px}
.didyou .saves{color:#b8860b;font-weight:700}
.pricing-intro{font-size:17.5px;margin-bottom:30px}
.point{background:#fff;border-radius:16px;padding:22px 26px;display:flex;gap:18px;align-items:flex-start;box-shadow:0 4px 12px rgba(17,24,39,.05);margin-bottom:18px}
.point .icon-tile{width:48px;height:48px;border-radius:12px}
.point .icon-tile svg{width:20px;height:20px}
.point .k{font-weight:700;color:var(--navy);font-size:16.5px}
.point p{font-size:15.5px}
.closing{background:#eceeeb;border-radius:16px;padding:28px 30px;margin:26px 0 34px;font-size:16.5px}
.pricing-visual{position:relative;margin-top:26px}
.pricing-visual .frame{background:#fff;border-radius:24px;padding:14px;box-shadow:0 30px 60px rgba(17,24,39,.12)}
.pricing-visual .frame img{border-radius:16px;width:100%;height:520px;object-fit:cover}
.pricing-visual .smart{position:absolute;top:-20px;left:-18px;background:var(--gold);color:#fff;font-weight:600;font-size:15px;padding:12px 20px;border-radius:12px;display:flex;gap:8px;align-items:center;box-shadow:0 12px 26px rgba(212,175,55,.4)}
.pricing-visual .smart svg{width:16px;height:16px;fill:#fff}
.pricing-visual .stat-card{left:auto;right:-30px;bottom:-30px}
/* Final CTA */
.final{background:var(--teal);color:#fff;text-align:center;padding:100px 0}
.final h2{color:#fff;font-size:clamp(36px,5vw,54px)}
.final p{color:#dbe5e4;font-size:19px;max-width:720px;margin:24px auto 42px}
.final .btn-white{background:#fff;color:var(--navy)}
.final .btn-white:hover{transform:translateY(-2px)}
.final .btn-ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7)}
.final .btn-ghost:hover{background:rgba(255,255,255,.12)}
.final-proof{display:flex;gap:38px;justify-content:center;margin-top:56px;font-size:15.5px;color:#cfdedd;flex-wrap:wrap}
.final-tag{margin-top:44px;font-family:'Playfair Display',serif;font-size:19px;color:#e6eeed}
/* Footer */
footer{background:var(--navy);color:#9ca3af;padding:72px 0 0}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:48px;padding-bottom:52px;border-bottom:1px solid #1f2937}
footer .logo{color:#fff}
footer h4{color:#fff;font-size:16.5px;margin-bottom:22px;font-weight:700}
footer ul{list-style:none}
footer li{margin-bottom:14px;font-size:16px}
footer a:hover{color:#fff}
.footer-social{display:flex;gap:16px;margin-top:22px}
.footer-social svg{width:20px;height:20px;fill:#9ca3af}
.footer-social a:hover svg{fill:#fff}
.footer-contact li{display:flex;gap:10px;align-items:center}
.footer-contact svg{width:16px;height:16px;fill:#9ca3af;flex:none}
.copyright{text-align:center;padding:30px 0;font-size:15px}
/* Responsive */
@media(max-width:1000px){
  .hero-grid,.problem-grid,.pricing-grid{grid-template-columns:1fr;gap:48px}
  .cards-3,.grid-9{grid-template-columns:1fr 1fr}
  .case-row{grid-template-columns:1fr}
  .case-row.flip .case-img{order:-1}
  .stat-card{left:10px;bottom:-30px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .nav-links{display:none}
}
@media(max-width:640px){
  .cards-3,.grid-9{grid-template-columns:1fr}
  section{padding:64px 0}
  .hero-visual .frame img{height:400px}
  .stat-card{padding:18px 22px;gap:22px}
  .float-badge{right:0}
}
/* ===== Inner pages ===== */
.page-hero{background:linear-gradient(135deg,var(--teal),#24504e);color:#fff;padding:72px 0 64px;text-align:center}
.page-hero h1{color:#fff;font-family:'Playfair Display',Georgia,serif;font-size:clamp(34px,4.6vw,52px);font-weight:700;max-width:900px;margin:14px auto 0}
.page-hero p{color:#d7e2e1;font-size:18.5px;max-width:720px;margin:20px auto 0}
.breadcrumb{font-size:14.5px;color:#b9cbca}
.breadcrumb a{color:#d7e2e1}
.breadcrumb a:hover{color:#fff}
.page-hero .btn{margin-top:30px}
.prose{max-width:820px;margin:0 auto}
.prose p{margin-bottom:20px;font-size:17.5px}
.prose h2{margin-top:44px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.two-col .frame{background:#fff;border-radius:22px;padding:12px;box-shadow:0 20px 44px rgba(17,24,39,.1)}
.two-col .frame img{border-radius:14px;width:100%;height:420px;object-fit:cover}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.gallery figure{margin:0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 18px rgba(17,24,39,.07)}
.gallery img{width:100%;height:280px;object-fit:cover;transition:transform .4s}
.gallery figure:hover img{transform:scale(1.05)}
.gallery figcaption{padding:16px 18px;font-size:15.5px;color:var(--navy);font-weight:600}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:16px;box-shadow:0 3px 10px rgba(17,24,39,.04)}
.faq-item summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 26px;font-weight:600;font-size:17.5px;color:var(--navy)}
.faq-item summary::after{content:"+";font-size:24px;color:var(--teal);flex:none}
.faq-item[open] summary::after{content:"–"}
.faq-item .faq-body{padding:0 26px 22px;font-size:16.5px}
.cta-band{background:var(--teal);border-radius:22px;color:#fff;text-align:center;padding:56px 40px;margin-top:72px}
.cta-band h2{color:#fff}
.cta-band p{color:#dbe5e4;max-width:640px;margin:16px auto 30px;font-size:17.5px}
.checklist{list-style:none;margin:24px 0}
.checklist li{padding-left:34px;position:relative;margin-bottom:14px;font-size:17px}
.checklist li::before{content:"✓";position:absolute;left:0;top:0;width:24px;height:24px;border-radius:50%;background:#e1efe9;color:var(--teal);font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center}
.offer-price{font-size:44px;font-weight:800;color:var(--teal);font-family:'Inter',sans-serif}
.offer-box{background:var(--cream);border-left:4px solid var(--gold);padding:30px 34px;border-radius:0 16px 16px 0;margin:30px 0}
.wa-float{position:fixed;right:22px;bottom:22px;z-index:99;width:60px;height:60px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(37,211,102,.45);transition:transform .25s}
.wa-float:hover{transform:scale(1.08)}
.wa-float svg{width:32px;height:32px;fill:#fff}
@media(max-width:1000px){.two-col{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.gallery{grid-template-columns:1fr}}

.logo img{height:44px;width:auto;display:block}
footer .logo img{height:40px}
@media(max-width:640px){.logo img{height:36px}}

/* ===== Mobile overflow fixes ===== */
html,body{overflow-x:hidden;max-width:100%}
@media(max-width:1000px){
  .float-badge{right:0;top:-16px}
  .stat-card{left:10px;bottom:-28px}
  .pricing-visual .stat-card{left:auto;right:10px}
  .pricing-visual .smart{left:0}
  .hero-visual,.problem-visual,.pricing-visual{margin-bottom:44px}
}

.proj-card-link{display:block;color:inherit}
.proj-card-link .proj-card{transition:transform .25s}
.proj-card-link:hover .proj-card{transform:translateY(-4px)}
.proj-card-link:hover h3{color:var(--teal)}

.avatar-initial{width:56px;height:56px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-weight:700;font-size:22px;flex:none}
