
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;line-height:1.6;color:#1f2937;background:#ffffff}
a{color:#0f766e;text-decoration:none}a:hover{text-decoration:underline}
.container{max-width:1200px;margin:0 auto;padding:0 16px}
.header{position:sticky;top:0;z-index:50;background:#0f766e;color:white;border-bottom:1px solid #0ea5a0}
.header .wrap{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.nav a{color:white;margin:0 10px;font-weight:600}
.hero{background:linear-gradient(180deg,#e6fffb,#fff);padding:36px 0 16px}
.hero h1{font-size:clamp(28px,5vw,40px);margin:0 0 8px}
.hero p{margin:0 0 16px;font-size:18px;color:#334155}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}
.card{background:white;border:1px solid #e2e8f0;border-radius:16px;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.card h3{margin-top:0}
.btn{display:inline-block;background:#0f766e;color:white;padding:10px 16px;border-radius:999px;font-weight:700}
.btn-outline{background:white;color:#0f766e;border:2px solid #0f766e}
.section{padding:28px 0}
.footer{background:#071b1a;color:#cbd5e1;padding:24px 0;margin-top:32px}
.footer a{color:#cbd5e1}
.badge{display:inline-flex;align-items:center;gap:8px;background:#ecfeff;border:1px solid #a5f3fc;color:#155e75;padding:6px 10px;border-radius:999px}
.kv{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}
.img-resp{width:100%;height:220px;object-fit:cover;border-radius:12px;border:1px solid #e5e7eb}
.breadcrumbs{font-size:14px;color:#475569;margin:8px 0}
.faq dt{font-weight:700;margin-top:12px}
.faq dd{margin:6px 0 0 0;color:#334155}
.sticky-call{position:fixed;right:16px;bottom:16px;z-index:60;display:flex;flex-direction:column;gap:10px}
.sticky-call a{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;box-shadow:0 10px 20px rgba(0,0,0,.12);font-weight:800;border:2px solid #134e4a}
.call-btn{background:#10b981;color:white}
.wp-btn{background:#ffffff;color:#134e4a}
.tag{display:inline-block;background:#ecfeff;border:1px solid #a5f3fc;color:#155e75;padding:4px 8px;border-radius:8px;margin:4px 4px 0 0;font-size:13px}
.table{width:100%;border-collapse:collapse} .table th,.table td{border:1px solid #e2e8f0;padding:10px;text-align:left} .table th{background:#f8fafc}
.small{font-size:13px;color:#475569}
.alert{background:#f0fdf4;border:1px solid #86efac;color:#166534;padding:12px;border-radius:12px}
