* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #0f172a;
    background: #ffffff;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

.topbar {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

.nav {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.logo span {
    color: var(--primary);
}

.nav nav {
    display: flex;
    gap: 24px;
    font-weight: 600;
}

.nav nav a:hover {
    color: var(--primary);
}

.nav-phone {
    background: var(--primary);
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
}

.hero {
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.16), transparent 35%),
        linear-gradient(135deg, #f8fafc 0%, #ecfeff 100%);
    padding: 80px 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 48px;
}

.eyebrow {
    display: inline-block;
    color: var(--primary);
    font-weight: 800;
    margin-bottom: 12px;
}

.hero h1 {
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.05;
    margin: 0 0 24px;
    letter-spacing: -2px;
}

.hero p {
    font-size: 19px;
    color: #475569;
    max-width: 620px;
}

.hero-actions,
.form-wrap .side-info {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 800;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-primary {
    background: var(--primary);
    color: #fff;
}

.btn-outline {
    border-color: var(--primary);
    color: var(--primary);
    background: #fff;
}

.btn-light {
    background: #fff;
    color: var(--primary);
}

.trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 38px;
}

.trust-row div {
    background: #fff;
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
}

.trust-row strong,
.trust-row span {
    display: block;
}

.trust-row span {
    color: #64748b;
    font-size: 14px;
}

.hero-card {
    position: relative;
}

.hero-card img {
    border-radius: 36px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
}

.appointment-box {
    position: absolute;
    left: -20px;
    bottom: 28px;
    background: #fff;
    padding: 20px;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
}

.appointment-box strong,
.appointment-box a {
    display: block;
}

.appointment-box a {
    color: var(--primary);
    font-weight: 900;
    font-size: 20px;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 42px;
}

.section-title span {
    color: var(--primary);
    font-weight: 800;
}

.section-title h2,
.why h2,
.seo-content h2,
.cta h2 {
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    margin: 10px 0;
    letter-spacing: -1px;
}

.section-title p {
    color: #64748b;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.card {
    background: #fff;
    padding: 28px;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.card h2,
.card h3 {
    margin-top: 0;
}

.card a {
    color: var(--primary);
    font-weight: 800;
}

.why {
    background: var(--accent);
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
}

.why-grid img {
    border-radius: 32px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.check-list li {
    padding: 10px 0 10px 34px;
    position: relative;
    font-weight: 700;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 900;
}

.seo-content {
    background: #fff;
}

.seo-content .container {
    max-width: 900px;
}

.faq {
    background: #f8fafc;
}

details {
    background: #fff;
    border-radius: 18px;
    padding: 20px 24px;
    margin-bottom: 14px;
    border: 1px solid #e2e8f0;
}

summary {
    font-weight: 900;
    cursor: pointer;
}

.cta {
    padding: 70px 0;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
}

.cta-box {
    text-align: center;
}

.page-hero {
    background: linear-gradient(135deg, #ecfeff, #f8fafc);
    padding: 70px 0;
    text-align: center;
}

.page-hero h1 {
    font-size: clamp(36px, 5vw, 58px);
    margin: 0 0 10px;
}

.contact-grid,
.form-wrap {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 32px;
}

.contact-card,
.form,
.side-info,
.map-placeholder {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    padding: 30px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.map-box iframe {
    width: 100%;
    min-height: 430px;
    border: 0;
    border-radius: 26px;
}

.map-placeholder {
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
}

.form {
    display: grid;
    gap: 12px;
}

.form input,
.form select,
.form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #cbd5e1;
    font-size: 16px;
}

.footer {
    background: #0f172a;
    color: #e2e8f0;
    padding-top: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr;
    gap: 34px;
}

.footer a {
    display: block;
    color: #cbd5e1;
    margin-bottom: 8px;
}

.copyright {
    text-align: center;
    padding: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    color: #94a3b8;
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    background: #25D366;
    color: #fff;
    padding: 14px 18px;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.24);
    z-index: 99;
}

@media (max-width: 900px) {
    .nav {
        flex-direction: column;
        padding: 18px 0;
    }

    .nav nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-grid,
    .why-grid,
    .contact-grid,
    .form-wrap {
        grid-template-columns: 1fr;
    }

    .cards {
        grid-template-columns: 1fr;
    }

    .trust-row {
        grid-template-columns: 1fr;
    }

    .appointment-box {
        position: static;
        margin-top: 18px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}
.success-message {
    background: #dcfce7;
    color: #166534;
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 700;
}

.error-message {
    background: #fee2e2;
    color: #991b1b;
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 700;
}