:root {
    --accent: #d39a22;
    --dark: #0f172a;
    --text: #1f2937;
    --muted: #4b5563;
    --light: #f9fafb;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    background: #fff;
    color: var(--text);
    line-height: 1.5;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; transition: .3s ease; }
button, input { font: inherit; }
h1, h2, h3, h4 {
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
p { margin: 0 0 15px; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.vb-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.vb-section { padding: 80px 0; }
.vb-bg-gray { background: var(--light); }
.vb-text-center { text-align: center; }
.vb-divider {
    width: 60px;
    height: 4px;
    margin: 20px auto 40px;
    background: var(--accent);
    border-radius: 2px;
}
.vb-divider-left { margin-left: 0; }
.vb-narrow { max-width: 900px; }

/* Hero */
.vb-iso-1 {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 75vh;
    padding: 80px 0;
    color: #fff;
    background: var(--dark);
    overflow: hidden;
}
.vb-3d-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.vb-gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, var(--dark) 0%, rgba(15,23,42,.9) 35%, rgba(15,23,42,0) 70%);
    pointer-events: none;
}
.vb-iso-1 .vb-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
}
.vb-iso-1 .vb-label {
    display: inline-block;
    margin-bottom: 25px;
    padding: 6px 16px;
    color: var(--accent);
    background: rgba(255,255,255,.05);
    border: 1px solid var(--accent);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}
.vb-iso-1 h1 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 54px;
    text-shadow: 0 4px 20px rgba(0,0,0,.8);
}
.vb-iso-1 .vb-desc {
    max-width: 650px;
    margin-bottom: 45px;
    padding-left: 25px;
    color: #e2e8f0;
    border-left: 4px solid var(--accent);
    font-size: 17px;
    line-height: 1.7;
}
.vb-iso-1 .vb-btn,
.vb-iso-3 .vb-btn {
    display: inline-block;
    color: #fff;
    background: var(--accent);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.vb-iso-1 .vb-btn {
    padding: 18px 45px;
    border-radius: 8px;
    font-size: 15px;
    letter-spacing: 1px;
}
.vb-iso-1 .vb-btn:hover {
    color: #000;
    background: #fff;
    box-shadow: 0 10px 25px rgba(255,255,255,.2);
    transform: translateY(-2px);
}

/* Desktop feature cards under hero */
.home-hero-features { display: none; }

@media (min-width: 1025px) {
    .home-hero-features {
        position: relative;
        display: block;
        height: 82px;
        background: #fff;
    }
    .home-feature-grid {
        position: relative;
        z-index: 4;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        max-width: 1100px;
        margin: 0 auto;
        transform: translateY(-40px);
    }
    .home-feature-card {
        display: grid;
        min-height: 122px;
        padding: 22px 24px;
        grid-template-columns: 46px 1fr;
        align-items: center;
        gap: 15px;
        background: #fff;
        border: 1px solid rgba(226,232,240,.95);
        border-radius: 13px;
        box-shadow: 0 14px 32px rgba(15,23,42,.1);
        transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .home-feature-card:hover {
        border-color: rgba(211,154,34,.42);
        box-shadow: 0 18px 36px rgba(15,23,42,.14);
        transform: translateY(-3px);
    }
    .home-feature-card i {
        display: grid;
        width: 44px;
        height: 44px;
        place-items: center;
        color: var(--accent);
        background: #fff8e8;
        border-radius: 12px;
        font-size: 22px;
    }
    .home-feature-card strong {
        display: block;
        margin-bottom: 5px;
        color: #111827;
        font-family: "Oswald", sans-serif;
        font-size: 17px;
        line-height: 1.2;
        text-transform: uppercase;
    }
    .home-feature-card span {
        display: block;
        color: #667085;
        font-size: 12px;
        line-height: 1.45;
    }
    .home-hero-features + .vb-iso-2 {
        padding-top: 70px;
    }
}

/* Home editorial sections */
.home-section-head {
    max-width: 830px;
    margin: 0 auto 38px;
    text-align: center;
}
.home-section-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    align-items: center;
    gap: 8px;
    color: #a8710d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.home-section-kicker::before {
    width: 22px;
    height: 2px;
    background: var(--accent);
    content: "";
}
.home-section-head h2 {
    margin-bottom: 16px;
    font-size: 38px;
}
.home-section-head > p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}
.home-about {
    position: relative;
    background:
        radial-gradient(circle at 10% 90%, rgba(211,154,34,.1), transparent 26%),
        #fff;
    overflow: hidden;
}
.home-about-grid {
    display: grid;
    grid-template-columns: .88fr 1.35fr;
    gap: 22px;
    align-items: stretch;
}
.home-about-lead {
    position: relative;
    display: flex;
    min-height: 290px;
    padding: 34px;
    flex-direction: column;
    color: #fff;
    background:
        radial-gradient(circle at 85% 12%, rgba(211,154,34,.42), transparent 30%),
        linear-gradient(140deg, #0b1529, #18243d);
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(15,23,42,.16);
    overflow: hidden;
}
.home-about-lead::after {
    position: absolute;
    right: -60px;
    bottom: -85px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(211,154,34,.24);
    border-radius: 50%;
    box-shadow: 0 0 0 32px rgba(211,154,34,.04), 0 0 0 65px rgba(211,154,34,.03);
    content: "";
}
.home-about-lead-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 28px;
    place-items: center;
    color: #fff;
    background: var(--accent);
    border-radius: 15px;
    font-size: 24px;
}
.home-about-lead h3 {
    max-width: 330px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 26px;
}
.home-about-lead p {
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.7;
}
.home-about-lead > a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin-top: auto;
    align-items: center;
    gap: 9px;
    color: #efbd50;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}
.home-about-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.home-about-points article {
    display: grid;
    min-height: 137px;
    padding: 24px;
    grid-template-columns: 46px 1fr;
    align-items: center;
    gap: 15px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 15px;
    box-shadow: 0 12px 28px rgba(15,23,42,.07);
    transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.home-about-points article:hover {
    border-color: rgba(211,154,34,.55);
    box-shadow: 0 18px 34px rgba(15,23,42,.11);
    transform: translateY(-3px);
}
.home-about-points article > i {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: #b87b0d;
    background: #fff6df;
    border-radius: 13px;
    font-size: 21px;
}
.home-about-points h3 {
    margin-bottom: 6px;
    font-size: 17px;
}
.home-about-points p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}
.home-about > .vb-container > .seo-inline-links {
    justify-content: center;
}

.home-solution {
    position: relative;
    overflow: hidden;
}
.home-solution-grid {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 54px;
    align-items: center;
}
.home-solution-grid--reverse {
    grid-template-columns: minmax(0, 1fr) 330px;
}
.home-solution-visual {
    position: relative;
    display: flex;
    min-height: 360px;
    padding: 34px;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background:
        radial-gradient(circle at 75% 18%, rgba(211,154,34,.52), transparent 30%),
        linear-gradient(145deg, #071328, #17243e);
    border-radius: 20px;
    box-shadow: 0 22px 48px rgba(15,23,42,.17);
    overflow: hidden;
}
.home-solution--legal .home-solution-visual {
    background:
        radial-gradient(circle at 75% 18%, rgba(211,154,34,.45), transparent 30%),
        linear-gradient(145deg, #171322, #312344);
}
.home-solution--online .home-solution-visual {
    background:
        radial-gradient(circle at 75% 18%, rgba(56,189,248,.28), transparent 30%),
        linear-gradient(145deg, #071328, #173556);
}
.home-solution-visual > span {
    position: absolute;
    top: 22px;
    right: 26px;
    color: rgba(255,255,255,.13);
    font-family: "Oswald", sans-serif;
    font-size: 72px;
    font-weight: 700;
}
.home-solution-visual > i {
    position: absolute;
    top: 42px;
    left: 34px;
    color: var(--accent);
    font-size: 70px;
    filter: drop-shadow(0 15px 24px rgba(0,0,0,.25));
}
.home-solution-visual strong {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
}
.home-solution-visual small {
    position: relative;
    z-index: 1;
    color: #cbd5e1;
    font-size: 12px;
    line-height: 1.55;
}
.home-solution-content h2 {
    max-width: 760px;
    margin-bottom: 16px;
    font-size: 37px;
}
.home-solution-content > p {
    max-width: 720px;
    margin-bottom: 25px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}
.home-solution-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.home-solution-points article {
    padding: 18px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 13px;
    box-shadow: 0 8px 22px rgba(15,23,42,.05);
}
.home-solution-points i {
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 13px;
    place-items: center;
    color: #a8710d;
    background: #fff6df;
    border-radius: 10px;
    font-size: 17px;
}
.home-solution-points h3 {
    margin-bottom: 7px;
    font-size: 15px;
}
.home-solution-points p {
    margin: 0;
    color: #667085;
    font-size: 11px;
    line-height: 1.55;
}

/* Services */
.vb-iso-3 .vb-services-wrap {
    position: relative;
    margin: 0 -10px;
    padding: 20px 0;
    overflow: hidden;
}
.vb-iso-3 .vb-services-track {
    display: flex;
    width: 100%;
    transition: transform .5s cubic-bezier(.25,1,.5,1);
}
.vb-iso-3 .vb-service-slide {
    display: flex;
    min-width: 33.333%;
    padding: 10px;
}
.vb-iso-3 .vb-card {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    transform-style: preserve-3d;
    transition: .3s;
}
.vb-iso-3 .vb-card:hover {
    border-color: var(--accent);
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
}
.vb-iso-3 .vb-bdg {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    padding: 4px 10px;
    color: #fff;
    background: var(--accent);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    transform: translateZ(40px);
}
.vb-iso-3 .vb-img-wrap {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #eee;
    transform: translateZ(30px);
}
.service-art {
    position: relative;
    display: grid;
    place-items: center;
    isolation: isolate;
    box-shadow: inset 0 -35px 70px rgba(15,23,42,.18);
}
.service-art::before,
.service-art::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
}
.service-art::before {
    width: 190px;
    height: 190px;
    box-shadow: 0 0 45px rgba(255,255,255,.08);
}
.service-art::after {
    width: 140px;
    height: 140px;
    border-color: rgba(255,255,255,.16);
}
.service-art i {
    display: grid;
    width: 104px;
    height: 104px;
    place-items: center;
    z-index: 1;
    color: #fff;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 28px;
    box-shadow:
        0 18px 40px rgba(15,23,42,.25),
        inset 0 1px 0 rgba(255,255,255,.22);
    font-size: 64px;
    filter: drop-shadow(0 12px 20px rgba(15,23,42,.25));
    backdrop-filter: blur(4px);
}
.vb-iso-3 .service-art--accounting {
    background:
        radial-gradient(circle at 82% 12%, rgba(255,255,255,.24), transparent 31%),
        linear-gradient(135deg, #071b3b 0%, #8b5a0a 55%, #e0ac3b 100%);
}
.vb-iso-3 .service-art--tax {
    background:
        radial-gradient(circle at 82% 12%, rgba(255,255,255,.24), transparent 31%),
        linear-gradient(135deg, #102755 0%, #087bc1 52%, #38bdf8 100%);
}
.vb-iso-3 .service-art--hr {
    background:
        radial-gradient(circle at 82% 12%, rgba(255,255,255,.24), transparent 31%),
        linear-gradient(135deg, #281259 0%, #6535c5 52%, #9a72f5 100%);
}
.vb-iso-3 .service-art--recovery {
    background:
        radial-gradient(circle at 82% 12%, rgba(255,255,255,.24), transparent 31%),
        linear-gradient(135deg, #521b1f 0%, #c7511b 52%, #fb923c 100%);
}
.vb-iso-3 .service-art--reporting {
    background:
        radial-gradient(circle at 82% 12%, rgba(255,255,255,.24), transparent 31%),
        linear-gradient(135deg, #064536 0%, #07835e 52%, #34d399 100%);
}
.vb-iso-3 .service-art--registration {
    background:
        radial-gradient(circle at 82% 12%, rgba(255,255,255,.24), transparent 31%),
        linear-gradient(135deg, #382063 0%, #a52e80 52%, #f472b6 100%);
}
.vb-iso-3 .service-art--legal {
    background:
        radial-gradient(circle at 82% 12%, rgba(255,255,255,.24), transparent 31%),
        linear-gradient(135deg, #19223d 0%, #94670e 52%, #e8b847 100%);
}
.vb-iso-3 .service-art--contracts {
    background:
        radial-gradient(circle at 82% 12%, rgba(255,255,255,.24), transparent 31%),
        linear-gradient(135deg, #172554 0%, #2857a8 52%, #60a5fa 100%);
}
.vb-iso-3 .vb-body {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    transform: translateZ(20px);
}
.vb-iso-3 h3 { margin-bottom: 10px; color: #111; font-size: 18px; }
.vb-iso-3 p { flex-grow: 1; margin-bottom: 20px; color: #6b7280; font-size: 13px; }
.vb-iso-3 .vb-btn {
    display: block;
    margin-top: auto;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    transform: translateZ(30px);
}
.vb-iso-3 .vb-btn:hover { background: #111827; }
.vb-iso-3 .vb-service-nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 50px;
    height: 50px;
    color: #fff;
    background: var(--accent);
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 10px 24px rgba(15,23,42,.28);
    transform: translateY(-50%);
    transition: .3s;
}
.vb-iso-3 .vb-service-nav:hover {
    background: var(--dark);
    box-shadow: 0 14px 30px rgba(15,23,42,.35);
    transform: translateY(-50%) scale(1.1);
}
.vb-iso-3 .vb-service-prev { left: 10px; }
.vb-iso-3 .vb-service-next { right: 10px; }

.seo-inline-links {
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 10px;
}
.vb-iso-2 .seo-inline-links { justify-content: center; }
.seo-inline-links a {
    padding: 9px 13px;
    color: #8c610c;
    background: #fff8e8;
    border: 1px solid rgba(211,154,34,.36);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}
.seo-inline-links a:hover {
    color: #fff;
    background: var(--accent);
}

/* Advantages */
.vb-iso-7 .vb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.vb-iso-7 .vb-card {
    padding: 35px 25px;
    background: #fff;
    border-top: 4px solid var(--accent);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    text-align: center;
    transform-style: preserve-3d;
}
.vb-iso-7 i {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--accent);
    font-size: 40px;
    transform: translateZ(40px);
}
.vb-iso-7 h3 { margin-bottom: 15px; font-size: 18px; transform: translateZ(25px); }
.vb-iso-7 p { margin: 0; color: #666; font-size: 14px; transform: translateZ(15px); }

/* Stages */
.vb-iso-8 {
    position: relative;
    color: #fff;
    background: var(--dark);
    overflow: hidden;
}
.vb-iso-8 h2 { color: #fff; }
.vb-iso-8 .vb-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.vb-iso-8 .vb-step { padding: 20px; text-align: center; }
.vb-iso-8 .vb-num {
    margin-bottom: 20px;
    color: var(--accent);
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 700;
}
.vb-iso-8 h3 { margin-bottom: 10px; color: #fff; font-size: 20px; }
.vb-iso-8 p { margin: 0; color: #9ca3af; font-size: 14px; }

/* Client carousel */
.vb-iso-9 .vb-wrap {
    position: relative;
    margin: 0 -10px;
    padding: 20px 0;
    overflow: hidden;
}
.vb-iso-9 .vb-track { display: flex; width: 100%; transition: transform .5s cubic-bezier(.25,1,.5,1); }
.vb-iso-9 .vb-slide { min-width: 33.333%; padding: 10px; }
.vb-iso-9 .vb-slide-img-wrap {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    transition: .4s;
}
.vb-iso-9 .vb-slide-img-wrap:hover {
    border: 2px solid var(--accent);
    box-shadow: 0 20px 30px rgba(0,0,0,.2);
    transform: scale(1.02) translateY(-5px);
}
.client-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 15%, rgba(211,154,34,.72), transparent 35%),
        linear-gradient(135deg, #0f172a, #1e293b);
    text-align: center;
}
.client-panel i { margin-bottom: 22px; color: var(--accent); font-size: 52px; }
.client-panel h3 { margin-bottom: 12px; font-size: 22px; }
.client-panel p { margin: 0; color: #cbd5e1; font-size: 13px; }
.vb-iso-9 .vb-btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 50px;
    height: 50px;
    color: #fff;
    background: rgba(15,23,42,.8);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    transform: translateY(-50%);
    transition: .3s;
}
.vb-iso-9 .vb-btn:hover { background: var(--accent); transform: translateY(-50%) scale(1.1); }
.vb-iso-9 .vb-prev { left: 10px; }
.vb-iso-9 .vb-next { right: 10px; }

/* FAQ */
.vb-iso-10 .vb-item {
    margin-bottom: 15px;
    padding: 25px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,.02);
    transition: .3s;
}
.vb-iso-10 .vb-item:hover {
    border-color: var(--accent);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transform: translateY(-3px);
}
.vb-iso-10 summary {
    position: relative;
    padding-right: 30px;
    color: #111;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
}
.vb-iso-10 summary::-webkit-details-marker { display: none; }
.vb-iso-10 summary::after { position: absolute; top: 0; right: 0; color: var(--accent); content: "+"; font-size: 24px; }
.vb-iso-10 details[open] summary::after { content: "−"; }
.vb-iso-10 p { margin: 12px 0 0; color: var(--muted); font-size: 15px; }

/* Expanded home FAQ */
.home-faq-layout {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}
.home-faq-intro {
    position: sticky;
    top: 120px;
}
.home-faq-intro h2 {
    margin-bottom: 18px;
    font-size: 36px;
}
.home-faq-intro > p {
    margin-bottom: 26px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}
.home-faq-contact {
    display: grid;
    padding: 22px;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    background: var(--dark);
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(15,23,42,.15);
}
.home-faq-contact > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--accent);
    background: rgba(211,154,34,.12);
    border-radius: 11px;
    font-size: 18px;
}
.home-faq-contact strong,
.home-faq-contact span { display: block; }
.home-faq-contact strong {
    margin-bottom: 4px;
    color: #fff;
    font-size: 13px;
}
.home-faq-contact span {
    color: #94a3b8;
    font-size: 11px;
    line-height: 1.45;
}
.home-faq-contact a {
    grid-column: 1 / -1;
    padding: 11px;
    color: #fff;
    background: var(--accent);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.home-faq-list { counter-reset: faq-item; }
.home-faq .vb-item {
    margin-bottom: 11px;
    padding: 21px 22px;
    border-radius: 13px;
    counter-increment: faq-item;
}
.home-faq .vb-item:hover { transform: translateY(-2px); }
.home-faq summary {
    min-height: 32px;
    padding: 5px 40px 5px 46px;
    line-height: 1.4;
}
.home-faq summary::before {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: #9b6a0b;
    background: #fff6df;
    border-radius: 9px;
    content: counter(faq-item, decimal-leading-zero);
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 800;
}
.home-faq summary::after { top: 1px; right: 4px; }
.home-faq details[open] summary::after { content: "−"; }
.home-faq .vb-item p {
    margin: 14px 0 0 46px;
    font-size: 13px;
    line-height: 1.7;
}

/* Contact */
.vb-iso-11 .vb-grid {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 80px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}
.vb-iso-11 h2 { margin-bottom: 40px; color: #1a1a1a; font-size: 38px; }
.vb-iso-11 .vb-lbl {
    display: block;
    margin-bottom: 8px;
    color: var(--accent);
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.vb-iso-11 .vb-lnk { display: block; margin-bottom: 25px; color: #1a1a1a; font-size: 18px; font-weight: 500; }
.vb-iso-11 .vb-box {
    padding: 45px;
    background: #fff;
    border-top: 6px solid var(--accent);
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,.1);
}
.vb-iso-11 h3 { color: #1a1a1a; font-size: 28px; text-align: center; }
.vb-form-divider { width: 50px; height: 3px; margin: 15px auto 30px; background: var(--accent); }
.vb-iso-11 input {
    width: 100%;
    margin-bottom: 20px;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
}
.vb-iso-11 input:focus { border-color: var(--accent); outline: 3px solid rgba(211,154,34,.17); }
.vb-iso-11 button {
    width: 100%;
    padding: 18px;
    color: #fff;
    background: var(--accent);
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
}
.vb-iso-11 button:hover { background: #111827; }
.vb-form-note { margin: 14px 0 0; color: #6b7280; font-size: 10px; line-height: 1.5; text-align: center; }
.vb-form-note a { color: var(--accent); text-decoration: underline; }
.vb-form-status { min-height: 18px; margin: 8px 0 0; color: #b91c1c; font-size: 12px; text-align: center; }

/* Footer */
.vb-iso-12 {
    position: relative;
    padding: 80px 0;
    color: #fff;
    background: var(--dark);
    text-align: center;
    overflow: hidden;
}
.vb-iso-12::before {
    position: absolute;
    top: -300px;
    left: 50%;
    z-index: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--accent) 0%, rgba(15,23,42,0) 70%);
    content: "";
    opacity: .15;
    pointer-events: none;
    transform: translateX(-50%);
}
.vb-iso-12 h2 { position: relative; z-index: 1; margin-bottom: 20px; color: #fff; font-size: 32px; }
.vb-iso-12 .vb-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.vb-iso-12 .vb-item {
    padding: 50px 30px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    transition: .4s;
}
.vb-iso-12 .vb-item:hover {
    background: rgba(255,255,255,.08);
    border-color: var(--accent);
    transform: translateY(-10px);
}
.vb-iso-12 i { margin-bottom: 25px; color: var(--accent); font-size: 40px; }
.vb-iso-12 h3 { margin-bottom: 15px; color: #fff; font-size: 22px; }
.vb-iso-12 .vb-item a,
.vb-iso-12 .vb-item p { margin: 0; color: var(--accent); font-size: 20px; font-weight: 700; }
.vb-iso-12 .vb-item p { font-size: 15px; font-weight: 400; }
.vb-footer-links { position: relative; z-index: 1; margin-top: 35px; }
.vb-footer-links a { color: #94a3b8; font-size: 12px; }
.vb-footer-links a:hover { color: var(--accent); }
.vb-copyright { position: relative; z-index: 1; margin-top: 18px; color: #666; font-size: 13px; }

/* Inner pages */
.inner-page { background: var(--light); }
.inner-hero {
    position: relative;
    padding: 75px 0;
    color: #fff;
    background: var(--dark);
    overflow: hidden;
}
.inner-hero::after {
    position: absolute;
    top: -140px;
    right: 8%;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(211,154,34,.34), transparent 70%);
    content: "";
}
.inner-hero .back-link { display: inline-block; margin-bottom: 28px; color: var(--accent); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.inner-hero h1 { max-width: 850px; margin-bottom: 20px; color: #fff; font-size: 48px; }
.inner-hero p { max-width: 760px; color: #cbd5e1; font-size: 17px; line-height: 1.7; }
.service-detail { padding: 70px 0; background: #fff; }
.service-detail-grid { display: grid; grid-template-columns: 1.5fr .8fr; gap: 60px; align-items: start; }
.service-detail h2 { margin: 35px 0 18px; font-size: 28px; }
.service-detail h2:first-child { margin-top: 0; }
.service-detail p, .service-detail li { color: var(--muted); font-size: 15px; line-height: 1.75; }
.service-detail ul { padding-left: 20px; }
.service-side-card {
    position: sticky;
    top: 20px;
    padding: 32px;
    background: var(--light);
    border-top: 5px solid var(--accent);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(15,23,42,.08);
}
.service-side-card h2 { font-size: 24px; }
.service-side-card a {
    display: block;
    margin-top: 22px;
    padding: 15px;
    color: #fff;
    background: var(--accent);
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.service-side-card a:hover { background: var(--dark); }
.service-related {
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid #e5e7eb;
}
.service-related h2 { margin-top: 0; }
.service-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.service-related-links a {
    padding: 10px 14px;
    color: #263247;
    background: #fff8e8;
    border: 1px solid rgba(211,154,34,.35);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}
.service-related-links a:hover {
    color: #fff;
    background: var(--accent);
}
.seo-hub {
    padding: 70px 0 90px;
    background: #fff;
}
.seo-hub-intro {
    max-width: 850px;
    margin-bottom: 38px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}
.seo-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.seo-service-card {
    display: flex;
    min-height: 220px;
    padding: 26px;
    flex-direction: column;
    color: var(--text);
    background: var(--light);
    border: 1px solid #e5e7eb;
    border-top: 4px solid var(--accent);
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(15,23,42,.06);
}
.seo-service-card h2 {
    margin-bottom: 12px;
    font-size: 23px;
}
.seo-service-card p {
    margin-bottom: 20px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}
.seo-service-card span {
    margin-top: auto;
    color: #a8710d;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.seo-service-card:hover {
    border-color: rgba(211,154,34,.65);
    box-shadow: 0 18px 38px rgba(15,23,42,.1);
    transform: translateY(-3px);
}
.simple-page { min-height: 70vh; padding: 70px 0; }
.simple-page h1 { margin-bottom: 30px; font-size: 42px; }
.simple-page h2 { margin: 30px 0 12px; font-size: 23px; }
.simple-page p { max-width: 900px; color: var(--muted); line-height: 1.75; }

@media (max-width: 1024px) {
    .vb-iso-3 .vb-service-slide { min-width: 50%; }
    .vb-iso-9 .vb-slide { min-width: 50%; }
}
@media (max-width: 992px) {
    .vb-iso-11 .vb-grid { grid-template-columns: 1fr; gap: 40px; }
    .service-detail-grid { grid-template-columns: 1fr; }
    .service-side-card { position: static; }
    .seo-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-about-grid,
    .home-solution-grid,
    .home-solution-grid--reverse,
    .home-faq-layout {
        grid-template-columns: 1fr;
    }
    .home-solution-grid { gap: 30px; }
    .home-solution-grid--reverse .home-solution-content { order: 2; }
    .home-solution-grid--reverse .home-solution-visual { order: 1; }
    .home-solution-visual { min-height: 260px; }
    .home-faq-intro { position: static; }
}
@media (max-width: 768px) {
    .vb-section { padding: 65px 0; }
    .vb-iso-1 {
        min-height: 520px;
        align-items: flex-start;
        padding: 54px 0 48px;
    }
    .vb-iso-1 .vb-gradient { background: linear-gradient(180deg, var(--dark) 0%, rgba(15,23,42,.9) 60%, rgba(15,23,42,0) 100%); }
    .vb-iso-1 h1 {
        margin-bottom: 22px;
        font-size: 34px;
        line-height: 1.12;
    }
    .vb-iso-1 .vb-desc {
        margin-bottom: 28px;
        padding-left: 18px;
        font-size: 15px;
        line-height: 1.6;
    }
    .vb-iso-1 .vb-btn {
        width: 100%;
        padding: 16px 20px;
        font-size: 14px;
    }
    .home-section-head {
        margin-bottom: 25px;
        text-align: left;
    }
    .home-section-head h2 {
        margin-bottom: 13px;
        font-size: 29px;
        line-height: 1.18;
    }
    .home-section-head > p {
        font-size: 13px;
        line-height: 1.65;
    }
    .home-about-lead {
        min-height: 0;
        padding: 25px;
        border-radius: 15px;
    }
    .home-about-lead-icon {
        width: 47px;
        height: 47px;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .home-about-lead h3 { font-size: 22px; }
    .home-about-lead p { font-size: 12px; }
    .home-about-points {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .home-about-points article {
        min-height: 0;
        padding: 17px;
        grid-template-columns: 42px 1fr;
        border-radius: 12px;
    }
    .home-about-points article > i {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
    .home-about-points h3 { font-size: 15px; }
    .home-about-points p { font-size: 11px; }
    .home-solution-grid { gap: 24px; }
    .home-solution-visual {
        min-height: 190px;
        padding: 24px;
        border-radius: 15px;
    }
    .home-solution-visual > i {
        top: 28px;
        left: 24px;
        font-size: 47px;
    }
    .home-solution-visual > span {
        top: 15px;
        right: 22px;
        font-size: 55px;
    }
    .home-solution-visual strong { font-size: 21px; }
    .home-solution-content h2 {
        margin-bottom: 13px;
        font-size: 29px;
        line-height: 1.18;
    }
    .home-solution-content > p {
        margin-bottom: 19px;
        font-size: 13px;
        line-height: 1.65;
    }
    .home-solution-points {
        grid-template-columns: 1fr;
        gap: 9px;
    }
    .home-solution-points article {
        display: grid;
        padding: 15px;
        grid-template-columns: 38px 1fr;
        column-gap: 13px;
        align-items: center;
    }
    .home-solution-points i {
        margin: 0;
        grid-row: 1 / 3;
    }
    .home-solution-points h3 {
        margin: 0 0 3px;
        font-size: 14px;
    }
    .home-solution-points p { font-size: 11px; }
    .home-faq-layout { gap: 26px; }
    .home-faq-intro h2 {
        margin-bottom: 13px;
        font-size: 29px;
        line-height: 1.18;
    }
    .home-faq-intro > p {
        margin-bottom: 18px;
        font-size: 13px;
    }
    .home-faq-contact { padding: 18px; }
    .home-faq .vb-item { padding: 17px 15px; }
    .home-faq summary {
        padding: 4px 30px 4px 39px;
        font-size: 14px;
    }
    .home-faq summary::before {
        width: 28px;
        height: 28px;
    }
    .home-faq .vb-item p {
        margin: 12px 0 0 39px;
        font-size: 12px;
    }
    .vb-iso-3 .vb-services-wrap {
        margin-right: -20px;
        padding-right: 20px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-padding-left: 10px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        touch-action: pan-x;
        -webkit-overflow-scrolling: touch;
    }
    .vb-iso-3 .vb-services-wrap::-webkit-scrollbar { display: none; }
    .vb-iso-3 .vb-services-track {
        width: max-content;
        transform: none !important;
        transition: none;
    }
    .vb-iso-3 .vb-service-slide {
        flex: 0 0 min(84vw, 360px);
        min-width: 0;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
    .vb-iso-3 .vb-service-nav { display: none; }
    .vb-iso-3 .vb-card { min-height: 410px; }
    .vb-iso-3 .vb-img-wrap { height: 165px; }
    .service-art::before { width: 100px; height: 100px; }
    .service-art::after { width: 65px; height: 65px; }
    .service-art i {
        width: 68px;
        height: 68px;
        border-radius: 18px;
        font-size: 36px;
    }
    .vb-iso-3 .vb-body { padding: 18px 16px 16px; }
    .vb-iso-3 h3 { margin-bottom: 8px; font-size: 16px; line-height: 1.25; }
    .vb-iso-3 p { margin-bottom: 16px; font-size: 13px; line-height: 1.45; }
    .vb-iso-3 .vb-btn { padding: 11px; font-size: 11px; }
    .vb-iso-3 .vb-bdg { top: 12px; left: 12px; padding: 4px 8px; font-size: 9px; }
    .vb-iso-7 .vb-grid,
    .vb-iso-8 .vb-grid,
    .vb-iso-12 .vb-grid { grid-template-columns: 1fr; }
    .vb-iso-9 .vb-slide { min-width: 100%; }
    .vb-iso-11 .vb-box { padding: 30px 20px; }
    .inner-hero h1 { font-size: 36px; }
    .seo-hub { padding: 55px 0 70px; }
    .seo-service-grid { grid-template-columns: 1fr; }
    .seo-service-card { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Price page */
.price-page {
    background: #f7f8fa;
}

.price-hero {
    position: relative;
    padding: 105px 0 110px;
    color: #fff;
    background:
        radial-gradient(circle at 78% 22%, rgba(211,154,34,.23), transparent 24%),
        linear-gradient(120deg, #071328 0%, #0f172a 58%, #18243d 100%);
    overflow: hidden;
}

.price-hero::before,
.price-hero::after {
    position: absolute;
    border: 1px solid rgba(211,154,34,.16);
    border-radius: 50%;
    content: "";
}

.price-hero::before {
    top: -210px;
    right: 5%;
    width: 560px;
    height: 560px;
}

.price-hero::after {
    top: -110px;
    right: 10%;
    width: 360px;
    height: 360px;
}

.price-hero .vb-container {
    z-index: 1;
}

.price-eyebrow,
.price-kicker {
    display: inline-block;
    color: var(--accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.price-hero h1 {
    max-width: 850px;
    margin: 0 0 22px;
    color: #fff;
    font-size: 58px;
}

.price-hero p {
    max-width: 720px;
    margin-bottom: 36px;
    color: #cbd5e1;
    font-size: 17px;
    line-height: 1.75;
}

.price-hero-button {
    display: inline-block;
    padding: 16px 30px;
    color: #fff;
    background: linear-gradient(135deg, #b9780a, #e1aa34);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(211,154,34,.22);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.price-hero-button:hover {
    background: #fff;
    color: #111827;
    transform: translateY(-2px);
}

.price-intro {
    padding-top: 0;
    padding-bottom: 40px;
    background: #f7f8fa;
}

.price-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: -44px;
}

.price-highlights article {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 52px 1fr;
    padding: 25px;
    background: #fff;
    border: 1px solid #e8ebf0;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(15,23,42,.08);
}

.price-highlights i {
    grid-row: 1 / 3;
    color: var(--accent);
    font-size: 29px;
}

.price-highlights strong {
    color: #111827;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.price-highlights span {
    margin-top: 5px;
    color: #667085;
    font-size: 12px;
    line-height: 1.5;
}

.price-catalog {
    padding-top: 45px;
    background: #f7f8fa;
}

.price-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 45px;
    align-items: end;
    margin-bottom: 28px;
}

.price-section-head h2 {
    margin: 8px 0 8px;
    color: #111827;
    font-size: 38px;
}

.price-section-head p {
    margin: 0;
    color: #667085;
    font-size: 14px;
}

.price-search label {
    display: block;
    margin-bottom: 8px;
    color: #344054;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.price-search-box {
    position: relative;
}

.price-search-box > i {
    position: absolute;
    top: 50%;
    left: 17px;
    color: var(--accent);
    font-size: 15px;
    transform: translateY(-50%);
}

.price-search-box input {
    width: 100%;
    height: 52px;
    padding: 0 48px 0 45px;
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    outline: none;
    font-size: 13px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.price-search-box input:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(211,154,34,.12);
}

#price-search-clear {
    position: absolute;
    top: 50%;
    right: 10px;
    display: none;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #667085;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 23px;
    transform: translateY(-50%);
}

#price-search-clear.is-visible {
    display: block;
}

#price-search-clear:hover {
    color: #111827;
    background: #f1f3f5;
}

.price-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 18px;
}

.price-service-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 8px 0 18px;
}

.price-service-switch button {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 86px;
    padding: 17px 20px;
    color: #344054;
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 12px;
    cursor: pointer;
    text-align: left;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.price-service-switch button:hover {
    border-color: rgba(211,154,34,.65);
    transform: translateY(-2px);
}

.price-service-switch button.is-active {
    color: #fff;
    background: #0f172a;
    border-color: #0f172a;
    box-shadow: inset 0 -4px 0 var(--accent), 0 12px 28px rgba(15,23,42,.12);
}

.price-service-switch i {
    display: grid;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    place-items: center;
    color: var(--accent);
    background: #fff8e7;
    border-radius: 10px;
    font-size: 21px;
}

.price-service-switch button.is-active i {
    color: #fff;
    background: rgba(211,154,34,.22);
}

.price-service-switch span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.price-service-switch strong {
    font-family: "Oswald", sans-serif;
    font-size: 19px;
    text-transform: uppercase;
}

.price-service-switch small {
    color: #7b8492;
    font-size: 11px;
}

.price-service-switch button.is-active small {
    color: #b8c1d0;
}

.price-direction-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding: 11px 15px;
    color: #596273;
    background: #fff;
    border-left: 3px solid var(--accent);
    border-radius: 0 8px 8px 0;
    font-size: 11px;
}

.price-direction-note strong {
    flex-shrink: 0;
    color: #111827;
    font-size: 12px;
    text-transform: uppercase;
}

.price-filters button {
    padding: 10px 17px;
    color: #475467;
    background: #fff;
    border: 1px solid #dde1e7;
    border-radius: 50px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    transition: .2s ease;
}

.price-filters button:hover,
.price-filters button.is-active {
    color: #fff;
    background: #0f172a;
    border-color: #0f172a;
}

.price-filters button.is-active {
    box-shadow: inset 0 -3px 0 var(--accent);
}

.price-result-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 10px 2px;
    color: #667085;
    font-size: 11px;
    text-transform: uppercase;
}

.price-result-bar strong {
    color: var(--accent);
    font-size: 14px;
}

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

.price-card {
    position: relative;
    display: flex;
    min-height: 275px;
    flex-direction: column;
    padding: 25px;
    background: #fff;
    border: 1px solid #e2e6eb;
    border-radius: 13px;
    box-shadow: 0 10px 25px rgba(15,23,42,.045);
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.price-card[hidden] {
    display: none !important;
}

.price-card:hover {
    border-color: rgba(211,154,34,.65);
    box-shadow: 0 18px 38px rgba(15,23,42,.09);
    transform: translateY(-4px);
}

.price-card-featured {
    border-top: 4px solid var(--accent);
}

.price-card-featured::after {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(211,154,34,.16), transparent 70%);
    content: "";
}

.price-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.price-card-top span {
    padding: 6px 10px;
    color: #9b6910;
    background: #fff8e7;
    border: 1px solid #f3dfaf;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.price-card-top i {
    color: var(--accent);
    font-size: 22px;
}

.price-card h3 {
    margin-bottom: 11px;
    color: #111827;
    font-size: 20px;
    text-transform: none;
}

.price-card p {
    flex-grow: 1;
    margin-bottom: 22px;
    color: #667085;
    font-size: 12px;
    line-height: 1.65;
}

.price-meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    padding-top: 17px;
    border-top: 1px solid #edf0f3;
}

.price-meta strong {
    color: #0f172a;
    font-family: "Oswald", sans-serif;
    font-size: 21px;
}

.price-meta span {
    color: #8a94a3;
    font-size: 10px;
    text-align: right;
    text-transform: uppercase;
}

.price-empty {
    padding: 65px 25px;
    background: #fff;
    border: 1px dashed #d7dce3;
    border-radius: 13px;
    text-align: center;
}

.price-empty i {
    margin-bottom: 15px;
    color: var(--accent);
    font-size: 34px;
}

.price-empty h3 {
    margin-bottom: 10px;
    color: #111827;
    font-size: 22px;
}

.price-empty p {
    margin: 0;
    color: #667085;
    font-size: 13px;
}

.price-notice {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 25px;
    padding: 20px 22px;
    color: #714e0e;
    background: #fff9ea;
    border: 1px solid #f0d99e;
    border-radius: 10px;
}

.price-notice > i {
    margin-top: 2px;
    color: var(--accent);
    font-size: 19px;
}

.price-notice strong {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
}

.price-notice p {
    margin: 0;
    font-size: 11px;
    line-height: 1.6;
}

.price-seo {
    background: #fff;
}

.price-seo-grid {
    display: grid;
    grid-template-columns: 1.45fr .7fr;
    gap: 70px;
    align-items: center;
}

.price-seo h2 {
    margin: 12px 0 20px;
    color: #111827;
    font-size: 36px;
}

.price-seo article p {
    color: #596273;
    font-size: 14px;
    line-height: 1.8;
}

.price-seo aside {
    padding: 32px;
    color: #fff;
    background: #0f172a;
    border-top: 5px solid var(--accent);
    border-radius: 13px;
    box-shadow: 0 18px 38px rgba(15,23,42,.16);
}

.price-seo aside h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 25px;
}

.price-seo aside p {
    color: #aeb8c8;
    font-size: 12px;
    line-height: 1.65;
}

.price-seo aside > a:first-of-type {
    display: block;
    margin: 22px 0 14px;
    padding: 14px;
    color: #fff;
    background: linear-gradient(135deg, #b9780a, #e1aa34);
    border-radius: 7px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.price-phone-link {
    display: block;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    text-align: center;
}

.price-faq {
    background: #f7f8fa;
}

.price-faq details {
    margin-bottom: 12px;
    padding: 20px 22px;
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
}

.price-faq summary {
    position: relative;
    padding-right: 30px;
    color: #111827;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
}

.price-faq summary::-webkit-details-marker {
    display: none;
}

.price-faq summary::after {
    position: absolute;
    top: -4px;
    right: 0;
    color: var(--accent);
    content: "+";
    font-size: 23px;
}

.price-faq details[open] summary::after {
    content: "−";
}

.price-faq details p {
    margin: 12px 0 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.7;
}

.price-footer {
    padding: 55px 0;
}

.price-footer p {
    position: relative;
    z-index: 1;
    color: #9ca3af;
}

.price-footer p a {
    color: var(--accent) !important;
    font-size: inherit;
}

@media (max-width: 992px) {
    .price-section-head {
        grid-template-columns: 1fr;
        gap: 25px;
    }

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

    .price-seo-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

@media (max-width: 768px) {
    .price-hero {
        padding: 75px 0 95px;
    }

    .price-hero h1 {
        font-size: 39px;
    }

    .price-hero p {
        font-size: 14px;
    }

    .price-highlights {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .price-highlights article {
        padding: 19px;
    }

    .price-section-head h2 {
        font-size: 31px;
    }

    .price-service-switch {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .price-service-switch button {
        min-height: 72px;
        padding: 13px 15px;
    }

    .price-service-switch i {
        width: 42px;
        height: 42px;
    }

    .price-direction-note {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .price-search-box input {
        font-size: 12px;
    }

    .price-filters {
        flex-wrap: nowrap;
        margin-right: -20px;
        padding-right: 20px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .price-filters::-webkit-scrollbar {
        display: none;
    }

    .price-filters button {
        flex-shrink: 0;
    }

    .price-grid {
        grid-template-columns: 1fr;
    }

    .price-card {
        min-height: 0;
    }

    .price-result-bar {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .price-seo h2 {
        font-size: 30px;
    }
}
