
    :root{--primary:#0f172a;--secondary:#334155;--accent:#3b82f6;--muted:#64748b;--border:#eceff3}
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang TC","Microsoft JhengHei",Arial,sans-serif;margin:0;color:var(--primary);background:#fff;line-height:1.7}
    .container{max-width:1120px;margin:0 auto;padding:0 24px}
    .section{padding:72px 0}
    .measure{max-width:68ch}

    /* Hero */
    .hero{display:grid;gap:32px;align-items:center;padding:64px 0}
    @media(min-width:980px){.hero{grid-template-columns:1.1fr 1fr}}

    .kicker{display:inline-flex;align-items:center;gap:8px;letter-spacing:.08em;text-transform:uppercase;color:#475569;font-weight:700;font-size:12px;background:#f3f4f6;border:1px solid #eceff3;border-radius:999px;padding:6px 10px}
    h1{font-size:clamp(28px,3.8vw,46px);line-height:1.15;margin:16px 0 10px}
    .lead{font-size:clamp(15px,1.5vw,18px);color:var(--secondary);margin:0 0 22px}

    .btn{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:999px;text-decoration:none;font-weight:700}
    .btn svg{width:18px;height:18px}
    .btn-primary{background:var(--accent);color:#fff;box-shadow:0 8px 22px rgba(59,130,246,.22)}
    .btn-ghost{background:#fff;border:1px solid var(--border);color:var(--primary);box-shadow:0 2px 8px rgba(2,6,23,.04)}
    .cta-row{display:flex;gap:12px;flex-wrap:wrap}

    .hero-image{aspect-ratio:16/9;border-radius:18px;overflow:hidden;border:1px solid #eeeeee;box-shadow:0 18px 48px rgba(2,6,23,.08)}
    .hero-image img{width:100%;height:100%;object-fit:contain;display:block}

    .section-title{font-size:22px;margin:0 0 8px}
    .muted{color:var(--muted)}

    .surface{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:0 12px 30px rgba(2,6,23,.06)}
    .surface.soft{background:#fafafa;border-color:#f0f0f0;box-shadow:0 10px 26px rgba(2,6,23,.04)}

    .grid{display:grid;gap:22px}
    @media(min-width:860px){.grid-2{grid-template-columns:1fr 1fr}}

    ul{margin:10px 0 0 18px}
    li{margin:8px 0}
    .list-check{list-style:none;margin:0;padding:0}
    .list-check li{display:flex;gap:10px;align-items:flex-start;margin:8px 0}
    .list-check svg{flex:0 0 18px;color:#16a34a;margin-top:2px}

    .steps{list-style:none;margin:0;padding:0}
    .step{display:flex;gap:12px;margin:12px 0}
    .num{flex:0 0 26px;height:26px;border-radius:50%;background:#f1f5f9;color:#0f172a;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;border:1px solid #e5e7eb}

    .map{border:0;width:100%;height:360px;border-radius:16px;border:1px solid #eceff3;box-shadow:0 10px 26px rgba(2,6,23,.05)}

    .footer{padding:40px 0;color:var(--muted);font-size:14px;text-align:center;border-top:1px solid #f1f1f1}
    .footer a{color:#3b82f6;text-decoration:none}
  
    .btn-wa{background:#25D366;color:#fff;box-shadow:0 8px 22px rgba(37,211,102,.25)}
    .btn-wa:hover{filter:brightness(0.98)}
      #reviews > p.muted{display:none}
    .reviews{display:grid;gap:16px}
    @media(min-width:860px){.reviews.grid-2{grid-template-columns:1fr 1fr}}
    .review-card{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 12px 28px rgba(2,6,23,.05);padding:18px;position:relative;overflow:hidden}
    .review-card::before{content:"";position:absolute;inset:0;background:radial-gradient(140px 140px at 90% -10%, rgba(59,130,246,.10), transparent 60%)}
    .review-quote{margin:0;color:#0f172a}
    .review-author{margin-top:10px;color:var(--muted);font-weight:600}
      .review-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}
    .stars{display:inline-flex;gap:4px}
    .stars .star{width:16px;height:16px;fill:#f59e0b}
    .review-meta{margin-top:10px;color:var(--muted);font-weight:600;display:flex;align-items:center;gap:8px}
    .review-meta .dot{opacity:.5}
  