:root {
    --bg: #f5f7fb;
    --surface: #ffffff;
    --text: #0f172a;
    --muted: #475569;
    --line: #d8dee9;
    --brand-dark: #06090f;
    --brand-dark-soft: #0d1423;
    --brand-yellow: #f5c106;
    --brand-yellow-soft: #ffd84d;
    --brand-green: #15a34a;
    --brand-green-dark: #12823c;
    --brand-blue: #1d4ed8;
    --radius: 18px;
    --shadow: 0 18px 45px rgba(15, 23, 42, 0.13);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 6% -10%, rgba(245, 193, 6, 0.16), transparent 25%),
        radial-gradient(circle at 92% 20%, rgba(29, 78, 216, 0.1), transparent 35%),
        var(--bg);
    line-height: 1.65;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

main {
    overflow: hidden;
}

.container {
    width: min(1180px, calc(100% - 34px));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 45;
    backdrop-filter: blur(6px);
}

.topbar {
    background: linear-gradient(100deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 255, 0.95));
    border-bottom: 1px solid #d6deea;
}

.topbar-inner {
    min-height: 86px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 16px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-logo {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 14px;
    border: 2px solid #101010;
    box-shadow: 0 9px 20px rgba(2, 7, 20, 0.2);
}

.brand-text strong {
    display: block;
    font-family: "Sora", sans-serif;
    font-size: clamp(22px, 2.5vw, 31px);
    letter-spacing: -0.6px;
    color: #0b1220;
}

.brand-text small {
    display: block;
    margin-top: -2px;
    color: #51627d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.topbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.top-contact,
.top-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 999px;
    padding: 10px 18px;
    border: 1px solid var(--line);
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.top-contact:hover,
.top-whatsapp:hover {
    transform: translateY(-2px);
}

.top-contact i {
    color: #c81616;
}

.top-contact small {
    display: block;
    font-size: 11px;
    color: #6a7891;
}

.top-contact strong {
    display: block;
    line-height: 1;
    margin-top: 2px;
    font-size: 22px;
    letter-spacing: -0.2px;
    color: #111827;
}

.top-whatsapp {
    border-color: #1ea450;
    color: #14532d;
    font-weight: 800;
}

.top-whatsapp i {
    color: #16a34a;
    font-size: 20px;
}

.mobile-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    border: 1px solid #d1dae8;
    background: #fff;
    color: #0f172a;
}

.main-nav {
    background: linear-gradient(95deg, #02060d, #0a1324);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-inner {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
}

.menu-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.menu-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    color: #d8e2f4;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border: 1px solid transparent;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.menu-links a:hover,
.menu-links a.active {
    color: #fff;
    background: rgba(245, 193, 6, 0.15);
    border-color: rgba(245, 193, 6, 0.4);
}

.menu-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 9px 16px;
    border: 1px solid rgba(245, 193, 6, 0.35);
    background: linear-gradient(100deg, #f3bd01, #ffd84d);
    color: #1b1606;
    font-weight: 800;
    white-space: nowrap;
}

.district-strip {
    background: linear-gradient(90deg, #132544, #1a3361 58%, #254680);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.district-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    color: #dce7ff;
    padding: 8px 0;
    flex-wrap: wrap;
}

.hero {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: center;
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(95deg, rgba(3, 6, 12, 0.88), rgba(3, 6, 12, 0.6) 45%, rgba(3, 6, 12, 0.28) 78%),
        radial-gradient(circle at 78% 12%, rgba(245, 193, 6, 0.18), transparent 35%);
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    padding: 40px 0;
}

.hero-text-card {
    color: #f8fbff;
    align-self: center;
    animation: riseIn 0.6s ease;
}

.eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 13px;
    font-weight: 800;
    color: #a7c4ff;
}

.hero h1 {
    margin: 8px 0 0;
    font-family: "Sora", sans-serif;
    font-size: clamp(38px, 5vw, 70px);
    letter-spacing: -1.2px;
    line-height: 1.04;
}

.hero h2 {
    margin: 8px 0 0;
    font-family: "Sora", sans-serif;
    font-size: clamp(31px, 4vw, 56px);
    line-height: 1.08;
    color: var(--brand-yellow);
}

.hero-rating {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 20px;
    flex-wrap: wrap;
}

.hero-rating i {
    color: var(--brand-yellow);
}

.hero-rating span {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.hero-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 12px 22px;
    font-size: 18px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-light {
    background: #fff;
    color: #111827;
}

.btn-green {
    background: linear-gradient(100deg, var(--brand-green-dark), var(--brand-green));
    color: #fff;
}

.btn-dark {
    background: linear-gradient(100deg, #111827, #0b1326);
    color: #fff;
}

.btn-outline {
    border-color: #9fb6db;
    color: #0f1f3d;
    background: #fff;
}

.hero-stats {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 640px;
}

.stat-box {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 17px 16px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(8px);
}

.stat-box strong {
    display: block;
    font-family: "Sora", sans-serif;
    font-size: clamp(30px, 3.3vw, 44px);
    line-height: 1;
}

.stat-box span {
    font-size: 14px;
    color: #eef4ff;
}

.hero-contact-card {
    align-self: center;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 24px;
    border: 1px solid #d6deea;
    box-shadow: var(--shadow);
    padding: 24px;
    animation: riseIn 0.75s ease;
    width: 100%;
}

.hero-contact-card h3 {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 33px;
    letter-spacing: -0.4px;
}

.hero-contact-card p {
    margin: 8px 0 14px;
    color: #607089;
}

.hero-contact-card form {
    display: grid;
    gap: 10px;
}

input,
textarea,
select {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #c9d4e3;
    background: #fff;
    color: #111827;
    font: inherit;
    padding: 12px 14px;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.17);
}

.section {
    padding: 82px 0;
}

.soft-bg {
    background:
        linear-gradient(180deg, #edf2fb, #eef3fc);
}

.section-head {
    margin-bottom: 28px;
}

.section-head.center {
    text-align: center;
}

.section-head h2 {
    margin: 9px 0 0;
    font-family: "Sora", sans-serif;
    font-size: clamp(31px, 3.5vw, 50px);
    letter-spacing: -0.8px;
}

.section-head p {
    margin: 10px 0 0;
    color: var(--muted);
}

.section-head.light .eyebrow,
.section-head.light h2,
.section-head.light p {
    color: #f3f8ff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.service-card {
    background: var(--surface);
    border: 1px solid #d5dfef;
    border-radius: 20px;
    padding: 14px 16px 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.15);
}

.service-media {
    margin: -14px -16px 14px;
    height: 148px;
    overflow: hidden;
    border-radius: 20px 20px 12px 12px;
    position: relative;
}

.service-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 15, 31, 0.08), rgba(7, 15, 31, 0.32));
}

.service-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.service-card .icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(130deg, #0d1e3d, #1b2f5b);
    color: #ffcf3f;
    font-size: 20px;
    box-shadow: 0 8px 18px rgba(13, 30, 61, 0.28);
}

.service-card h3 {
    margin: 12px 0 8px;
    font-family: "Sora", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.3px;
    color: #0a1733;
}

.service-card p {
    margin: 0;
    min-height: 110px;
    color: #495a77;
    font-size: 15px;
    line-height: 1.68;
}

.service-card a {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #124ab0;
    font-weight: 800;
    font-size: 14px;
}

.corporate-service-card::before {
    content: "";
    position: absolute;
    inset: auto 16px 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #103d97, #2e67d1, #f4c018);
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.steps {
    display: grid;
    gap: 12px;
}

.step {
    background: #fff;
    border: 1px solid #d8e1ef;
    border-radius: 14px;
    padding: 15px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
}

.step span {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(130deg, #ffc907, #f2b300);
    color: #231b02;
    font-family: "Sora", sans-serif;
    font-size: 24px;
}

.step h4 {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 24px;
}

.step p {
    margin: 4px 0 0;
    color: #576881;
}

.dark-strip {
    background:
        radial-gradient(circle at 0% 0%, rgba(245, 193, 6, 0.22), transparent 28%),
        linear-gradient(120deg, #070b14, #101a2f 58%, #1d3360);
}

.district-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
}

.district-list span {
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #f2f7ff;
    font-size: 14px;
    font-weight: 700;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #d8e0ee;
    border-radius: 16px;
    padding: 20px;
}

.testimonial-card .stars {
    color: #f4be11;
}

.testimonial-card p {
    margin: 8px 0 11px;
    color: #394960;
}

.faq-list {
    display: grid;
    gap: 9px;
}

.faq-item {
    background: #fff;
    border: 1px solid #d6deeb;
    border-radius: 12px;
    overflow: hidden;
}

.faq-trigger {
    width: 100%;
    border: none;
    background: transparent;
    padding: 17px;
    font: inherit;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
}

.faq-answer {
    display: none;
    color: #4a5a72;
    padding: 0 17px 16px;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-item.open .faq-trigger i {
    transform: rotate(45deg);
}

.cta-strip {
    background: linear-gradient(90deg, #f2bc06, #ffda57);
    color: #1f1700;
    padding: 54px 0;
}

.cta-strip .eyebrow {
    color: #6f5400;
}

.cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.cta-inner h2 {
    margin: 4px 0 0;
    font-family: "Sora", sans-serif;
}

.cta-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.page-hero {
    background:
        linear-gradient(120deg, #06090f, #0d1628 56%, #223b6b);
    color: #f6f9ff;
    padding: 74px 0;
}

.page-hero h1 {
    margin: 8px 0;
    font-family: "Sora", sans-serif;
    font-size: clamp(34px, 4vw, 54px);
}

.service-detail-grid {
    display: grid;
    gap: 15px;
}

.service-detail-card {
    background: #fff;
    border: 1px solid #d8e0ee;
    border-radius: 16px;
    padding: 22px;
    scroll-margin-top: 130px;
}

.service-detail-head {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 14px;
}

.service-detail-head .icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(130deg, #0f203d, #152955);
    color: #ffd452;
    font-size: 22px;
}

.service-detail-head h2 {
    margin: 0;
    font-family: "Sora", sans-serif;
}

.service-detail-head p {
    margin: 4px 0 0;
}

.service-detail-footer {
    margin-top: 14px;
    padding-top: 11px;
    border-top: 1px dashed #cfd9ea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.service-detail-footer a {
    color: #1b55c7;
    font-weight: 800;
}

.about-grid,
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.about-grid article,
.contact-info-card,
.contact-form-card {
    background: #fff;
    border: 1px solid #d6deeb;
    border-radius: 16px;
    padding: 22px;
}

.about-grid h2,
.contact-grid h2 {
    margin-top: 0;
    font-family: "Sora", sans-serif;
}

.about-list {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: grid;
    gap: 9px;
}

.about-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-list i {
    color: #119641;
}

.contact-info-card a {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-info-card .map-link {
    display: inline-flex;
    color: #1c53bf;
}

.district-list.mini {
    justify-content: flex-start;
    margin-top: 12px;
}

.district-list.mini span {
    background: #e8f0fc;
    border-color: #cedcf3;
    color: #20375d;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.inline-errors,
.inline-success {
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: 14px;
}

.inline-errors {
    background: #fff0f0;
    border: 1px solid #f2cccc;
    color: #8f1b1b;
}

.inline-success {
    background: #eefcf2;
    border: 1px solid #c6eccc;
    color: #166534;
}

.site-footer {
    margin-top: 0;
    background: linear-gradient(115deg, #060a12, #0d172b);
    color: #dce7fb;
}

.footer-grid {
    padding: 56px 0 35px;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 22px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.footer-brand img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid #121212;
}

.footer-brand h3 {
    margin: 0;
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: 24px;
}

.site-footer h4 {
    color: #fff;
    margin-top: 0;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.footer-link,
.whatsapp-big {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 9px;
    font-weight: 700;
}

.whatsapp-big {
    color: #82f5b1;
}

.address {
    margin-top: 9px;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 13px 0 20px;
    color: #a2b5d2;
    font-size: 13px;
}

.mobile-sticky-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    display: none;
    gap: 10px;
    z-index: 80;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e5eaf3;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18);
    border-radius: 18px;
    padding: 8px;
    backdrop-filter: blur(8px);
}

.mobile-sticky-btn {
    flex: 1;
    min-height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.2px;
}

.mobile-sticky-btn i {
    font-size: 16px;
}

.mobile-sticky-btn.whatsapp {
    background: linear-gradient(100deg, #16a34a, #22c55e);
}

.mobile-sticky-btn.call {
    background: linear-gradient(100deg, #dc2626, #ff1d1d);
}

@keyframes riseIn {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1180px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-contact-card {
        max-width: 620px;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 930px) {
    body {
        padding-bottom: calc(96px + env(safe-area-inset-bottom));
    }

    .mobile-sticky-bar {
        display: flex;
    }

    .topbar-inner {
        grid-template-columns: 1fr auto;
    }

    .topbar-actions {
        display: none;
    }

    .mobile-menu-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .main-nav {
        display: none;
    }

    .main-nav.open {
        display: block;
    }

    .nav-inner {
        min-height: auto;
        display: block;
        padding: 10px 0;
    }

    .menu-links {
        display: grid;
        gap: 8px;
    }

    .menu-links a {
        min-height: 44px;
        width: 100%;
        justify-content: center;
        border-radius: 10px;
        border-color: rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.02);
    }

    .menu-cta {
        margin-top: 10px;
        width: 100%;
        justify-content: center;
    }

    .hero {
        min-height: auto;
        padding: 32px 0 18px;
    }

    .hero h1 {
        font-size: clamp(32px, 8vw, 48px);
    }

    .hero h2 {
        font-size: clamp(24px, 7vw, 36px);
    }

    .hero-stats {
        display: none;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .process-grid,
    .about-grid,
    .contact-grid,
    .form-row,
    .cta-inner {
        display: grid;
        grid-template-columns: 1fr;
    }

    .service-detail-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 680px) {
    .container {
        width: min(1180px, calc(100% - 24px));
    }

    .section {
        padding: 64px 0;
    }

    .brand-logo {
        width: 44px;
        height: 44px;
    }

    .brand-text strong {
        font-size: 23px;
    }

    .district-inner {
        font-size: 12px;
        line-height: 1.35;
    }

    .hero-rating span {
        font-size: 18px;
    }

    .services-grid,
    .testimonials-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .service-card h3 {
        font-size: 20px;
    }

    .hero-contact-card h3 {
        font-size: 28px;
    }

    .service-card p {
        min-height: auto;
    }
}

@media (max-width: 430px) {
    .mobile-sticky-bar {
        left: 8px;
        right: 8px;
        gap: 8px;
        padding: 7px;
    }

    .mobile-sticky-btn {
        font-size: 13px;
    }

    .brand-text strong {
        font-size: 19px;
    }

    .brand-text small {
        font-size: 10px;
    }

    .hero-contact-card {
        padding: 18px;
    }

    .hero-contact-card h3 {
        font-size: 24px;
    }

    .btn {
        font-size: 16px;
        padding: 11px 16px;
    }
}
