:root {
    --bg: #f6f8fb;
    --card: #ffffff;
    --text: #18212f;
    --muted: #5f6b7a;
    --line: #dfe6ef;
    --brand: #0f6fff;
    --brand-dark: #0b57c7;
    --accent: #ff8a00;
    --success: #11845b;
    --shadow: 0 16px 40px rgba(14, 30, 62, 0.10);
    --radius: 18px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--text); background: var(--bg); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }

.topbar { background: #0d1726; color: #fff; font-size: 14px; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 10px 0; flex-wrap: wrap; }
.topbar .small-note { color: #cfd8e6; }

.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(223,230,239,0.9); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 22px; letter-spacing: -0.02em; }
.brand-logo { width: 64px; height: 64px; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow); }
.brand-badge { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--brand), #4ca0ff); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; box-shadow: var(--shadow); }
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 15px; }
.nav-links a:hover { color: var(--brand); }
.nav-cta { display: inline-flex; align-items: center; gap: 10px; background: var(--brand); color: #fff; padding: 13px 18px; border-radius: 999px; font-weight: 700; box-shadow: 0 10px 24px rgba(15, 111, 255, 0.24); white-space: nowrap; }
.nav-cta:hover { background: var(--brand-dark); }

.hero { padding: 56px 0 34px; background: radial-gradient(circle at top right, rgba(15,111,255,0.10), transparent 28%), radial-gradient(circle at top left, rgba(255,138,0,0.10), transparent 24%), linear-gradient(180deg, #fff 0%, #f6f8fb 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 28px; align-items: stretch; }
.hero-copy, .hero-card, .card, .cta-banner, .trust-item, .legal-box, .disclaimer { background: #fff; border: 1px solid rgba(223,230,239,0.8); box-shadow: var(--shadow); }
.hero-copy, .hero-card { border-radius: 24px; }
.hero-copy { padding: 34px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(17,132,91,0.10); color: var(--success); padding: 8px 12px; border-radius: 999px; font-size: 13px; font-weight: 700; margin-bottom: 14px; }
h1 { margin: 0 0 14px; font-size: clamp(36px, 5vw, 56px); line-height: 1.02; letter-spacing: -0.03em; }
.hero-copy p.lead { font-size: 18px; color: var(--muted); margin: 0 0 22px; max-width: 640px; }
.hero-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; margin: 0 0 24px; padding: 0; list-style: none; }
.hero-points li { background: #f7faff; border: 1px solid #e6eefc; padding: 12px 14px; border-radius: 14px; font-weight: 600; color: #234; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 16px; }
.btn-primary, .btn-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 22px; border-radius: 999px; font-weight: 800; font-size: 17px; transition: transform 0.15s ease, background 0.15s ease; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 14px 28px rgba(15,111,255,0.25); }
.btn-primary:hover { background: var(--brand-dark); transform: translateY(-1px); }
.btn-secondary { background: #fff; color: var(--text); border: 1px solid var(--line); }
.microcopy { color: var(--muted); font-size: 14px; }
.hero-card { padding: 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; }
.hero-visual { position: relative; margin-bottom: 18px; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #f9fbff; aspect-ratio: 420 / 220; }
.hero-visual svg { display: block; width: 100%; height: auto; }
.hero-visual img.hero-img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-visual-overlay { position: absolute; bottom: 12px; left: 12px; z-index: 2; }
.hero-visual-badge { display: inline-block; background: rgba(0,0,0,0.7); color: #fff; padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; backdrop-filter: blur(4px); }
.rating-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; font-size: 15px; color: var(--muted); }
.stars { color: #f5a623; letter-spacing: 1px; font-size: 18px; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat { background: #f9fbfe; border: 1px solid var(--line); border-radius: 16px; padding: 16px; text-align: center; }
.stat strong { display: block; font-size: 24px; line-height: 1.1; margin-bottom: 4px; }
.call-box { background: linear-gradient(135deg, #0f6fff, #0b57c7); color: #fff; border-radius: 20px; padding: 22px; }
.call-box .label { text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; opacity: 0.84; margin-bottom: 8px; }
.call-box .number { font-size: clamp(26px, 4vw, 38px); font-weight: 900; line-height: 1.05; margin-bottom: 10px; word-break: break-word; }
.call-box p { margin: 0 0 14px; color: rgba(255,255,255,0.9); }
.call-now { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 54px; padding: 0 20px; border-radius: 999px; background: #fff; color: #0b57c7; font-weight: 900; }

.trust-strip { padding: 18px 0 8px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust-item { border-radius: 18px; padding: 16px 18px; text-align: center; font-weight: 700; color: #304053; box-shadow: 0 8px 22px rgba(14, 30, 62, 0.04); }
.feedback-head { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.feedback-head-meta { display: flex; align-items: center; gap: 14px; }
.feedback-source-badge { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 0 14px; border-radius: 999px; background: #fff3f0; color: #e00707; font-size: 13px; font-weight: 800; border: 1px solid #ffd2cc; white-space: nowrap; }
.feedback-nav { display: flex; gap: 8px; }
.feedback-nav-btn { width: 42px; height: 42px; border: 1px solid #e3e7ee; background: #fff; border-radius: 50%; cursor: pointer; font-size: 18px; color: var(--text); box-shadow: 0 8px 20px rgba(14, 30, 62, 0.05); }
.feedback-nav-btn:hover { background: #f7faff; }
.feedback-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feedback-grid--carousel { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 340px; align-items: stretch; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; scrollbar-width: thin; }
.feedback-grid--carousel::-webkit-scrollbar { height: 10px; }
.feedback-grid--carousel::-webkit-scrollbar-thumb { background: #d4dbe6; border-radius: 999px; }
.feedback-card { display: flex; flex-direction: column; gap: 14px; }
.feedback-grid--carousel .feedback-card { width: 340px; max-width: 340px; scroll-snap-align: start; min-height: 100%; border-radius: 22px; border: 1px solid #e8edf5; box-shadow: 0 14px 30px rgba(14, 30, 62, 0.06); }
.feedback-card-top { display: flex; align-items: center; gap: 12px; }
.feedback-avatar { width: 48px; height: 48px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #e00707, #ff6f61); color: #fff; font-size: 15px; font-weight: 800; flex-shrink: 0; }
.feedback-identity { display: flex; flex-direction: column; gap: 2px; }
.feedback-identity strong { font-size: 15px; }
.feedback-identity span { color: var(--muted); font-size: 13px; }
.feedback-stars-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.feedback-stars-pill { display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px; border-radius: 999px; background: #e00707; color: #fff; letter-spacing: 1px; font-size: 14px; font-weight: 800; }
.feedback-date { color: var(--muted); font-size: 13px; font-weight: 600; }
.feedback-service { display: inline-flex; align-items: center; width: fit-content; min-height: 28px; padding: 0 10px; border-radius: 999px; background: #f6f8fb; color: #425164; font-size: 12px; font-weight: 700; border: 1px solid #e4eaf3; }
.feedback-rating { color: #f5a623; letter-spacing: 1px; font-size: 18px; font-weight: 800; }
.feedback-quote { margin: 0; color: var(--text); font-size: 16px; line-height: 1.65; }
.feedback-meta { display: none; }

section { padding: 34px 0; }
.section-head { max-width: 760px; margin-bottom: 22px; }
.section-head h2 { margin: 0 0 8px; font-size: clamp(28px, 4vw, 40px); letter-spacing: -0.03em; }
.section-head p { margin: 0; color: var(--muted); font-size: 17px; }
.services-grid, .steps-grid, .faq-grid, .coverage-grid { display: grid; gap: 18px; }
.services-grid, .steps-grid { grid-template-columns: repeat(3, 1fr); }
.coverage-grid { grid-template-columns: repeat(4, 1fr); }
.card { border-radius: 22px; padding: 22px; box-shadow: 0 10px 24px rgba(14, 30, 62, 0.05); }
.card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -0.02em; }
.card p { margin: 0; color: var(--muted); }
.pill-list { margin: 14px 0 0; padding: 0; list-style: none; display: flex; gap: 10px; flex-wrap: wrap; }
.pill-list li { font-size: 13px; font-weight: 700; padding: 8px 10px; border-radius: 999px; background: #f3f7ff; color: #2859a8; border: 1px solid #dce8ff; }
.step-num { width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(15,111,255,0.10); color: var(--brand); font-weight: 900; margin-bottom: 14px; }
.faq-grid { grid-template-columns: repeat(2, 1fr); }
details { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; box-shadow: 0 8px 20px rgba(14, 30, 62, 0.04); }
summary { cursor: pointer; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
details p { margin: 12px 0 0; color: var(--muted); }

.cta-bottom { padding-top: 8px; }
.cta-banner { background: linear-gradient(135deg, #0d1726 0%, #132746 100%); color: #fff; border-radius: 28px; padding: 32px; display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.cta-banner h2 { margin: 0 0 8px; font-size: clamp(28px, 4vw, 40px); line-height: 1.05; }
.cta-banner p { margin: 0; color: rgba(255,255,255,0.82); max-width: 680px; }

.footer { padding: 34px 0 48px; color: var(--muted); font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 18px; align-items: start; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
.legal-box, .disclaimer { border-radius: 18px; padding: 18px; margin-top: 16px; box-shadow: 0 8px 20px rgba(14, 30, 62, 0.04); }
.sticky-call { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 120; display: none; }
.sticky-call a { min-height: 58px; border-radius: 999px; display: flex; align-items: center; justify-content: center; background: var(--accent); color: #fff; font-size: 18px; font-weight: 900; box-shadow: 0 18px 36px rgba(255,138,0,0.35); }

@media (max-width: 900px) {
    .hero-grid, .services-grid, .steps-grid, .coverage-grid, .faq-grid, .footer-grid, .trust-grid { grid-template-columns: 1fr 1fr; }
    .stat-grid { grid-template-columns: 1fr; }
    .cta-banner { flex-direction: column; align-items: flex-start; }
    .feedback-head { flex-direction: column; align-items: flex-start; }
    .feedback-grid--carousel { grid-auto-columns: 320px; }
    .feedback-grid--carousel .feedback-card { width: 320px; max-width: 320px; }
}

@media (max-width: 720px) {
    .nav-links { display: none; }
    .hero-grid, .services-grid, .steps-grid, .coverage-grid, .faq-grid, .footer-grid, .trust-grid, .hero-points { grid-template-columns: 1fr; }
    .hero-copy, .hero-card, .card, .cta-banner { padding: 22px; }
    .nav { flex-wrap: wrap; }
    .nav-cta { width: 100%; justify-content: center; }
    .sticky-call { display: block; }
    body { padding-bottom: 92px; }
    .feedback-grid--carousel { grid-auto-columns: 88%; }
    .feedback-grid--carousel .feedback-card { width: auto; max-width: none; }
}
