:root {
    --navy: #0d223c;
    --navy-2: #112d50;
    --navy-3: #1b3f69;
    --sand: #f7f2ea;
    --white: #ffffff;
    --ink: #152033;
    --muted: #64748b;
    --line: rgba(15, 34, 60, 0.12);
    --panel: rgba(255, 255, 255, 0.82);
    --orange: #e67e22;
    --orange-2: #ffb347;
    --red: #d84a34;
    --shadow: 0 18px 48px rgba(9, 22, 40, 0.14);
    --radius: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Montserrat, Roboto, Arial, sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(255, 179, 71, 0.13), transparent 26%),
        linear-gradient(180deg, #fdfbf7 0%, #f4f0e9 100%);
    line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(18px);
    background: rgba(255, 252, 247, 0.82);
    border-bottom: 1px solid rgba(15, 34, 60, 0.08);
}
.header-row {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.logo {
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: var(--navy);
    font-weight: 800;
    font-size: 1rem;
}
.logo-mark {
    width: 280px;
    max-width: min(42vw, 280px);
    height: auto;
    filter: drop-shadow(0 10px 18px rgba(13, 34, 60, 0.16));
}
.nav {
    margin-left: auto;
    display: flex;
    gap: 22px;
    font-size: 0.96rem;
    font-weight: 700;
    color: var(--navy-2);
}
.nav a,
.header-phone,
.route-link,
.contact-call {
    transition: transform 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.nav a:hover,
.header-phone:hover {
    color: var(--orange);
}
.header-phone {
    color: #fff;
    font-weight: 800;
    white-space: nowrap;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--orange), var(--red));
    box-shadow: 0 16px 26px rgba(216, 74, 52, 0.22);
}
.header-phone:hover {
    color: #fff;
    transform: translateY(-2px);
}
.burger {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    padding: 10px;
    border-radius: 12px;
    background: var(--navy);
    box-shadow: 0 10px 24px rgba(13, 34, 60, 0.2);
}
.burger span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 6px 0;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 34px 0 36px;
}
.hero-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 179, 71, 0.24), transparent 24%),
        radial-gradient(circle at 85% 18%, rgba(216, 74, 52, 0.22), transparent 20%),
        linear-gradient(135deg, #0d223c 0%, #102846 44%, #173556 100%);
    clip-path: ellipse(140% 100% at 50% 0%);
}
.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1.03fr;
    gap: 34px;
    align-items: center;
    min-height: 690px;
}
.hero-copy { color: #fff; }
.eyebrow {
    margin: 0 0 12px;
    color: #ffd188;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
}
h1, h2, h3, h4 {
    margin: 0;
    line-height: 1.08;
    letter-spacing: 0;
}
h1 {
    max-width: 620px;
    font-size: clamp(2.4rem, 4.7vw, 5rem);
}
h2 {
    color: var(--navy);
    font-size: clamp(1.95rem, 3.4vw, 3rem);
}
.hero-text {
    max-width: 620px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.08rem;
}
.hero-facts {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hero-facts span {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    font-weight: 700;
    font-size: 0.94rem;
}
.hero-metrics {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.hero-metrics div {
    padding: 18px 18px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-metrics .metric-link {
    display: block;
    padding: 18px 18px 16px;
    border-radius: 12px;
    background: rgba(255, 179, 71, 0.16);
    border: 1px solid rgba(255, 209, 136, 0.28);
    color: #fff;
}
.hero-metrics .metric-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}
.hero-metrics strong {
    display: block;
    font-size: 1.18rem;
}
.hero-metrics span {
    display: block;
    margin-top: 4px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.76);
}
.hero-metrics em {
    display: inline-flex;
    margin-top: 8px;
    font-style: normal;
    font-size: 0.86rem;
    font-weight: 800;
    color: #ffd188;
}
.hero-media { position: relative; }
.hero-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}
.hero-image-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(4, 12, 23, 0.45));
}
.hero-image-card img {
    width: 100%;
    aspect-ratio: 16 / 10.5;
    object-fit: cover;
}
.hero-badge {
    position: absolute;
    left: 24px;
    bottom: 22px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 251, 244, 0.9);
    color: var(--navy);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}
.hero-badge svg { color: var(--orange); flex: 0 0 auto; }
.hero-badge strong,
.trust-grid strong,
.contact-row strong,
.price-card strong,
.adv-list span,
.service-card h4 {
    font-family: Montserrat, Roboto, Arial, sans-serif;
}
.hero-badge strong {
    display: block;
    font-size: 1rem;
}
.hero-badge span {
    display: block;
    font-size: 0.88rem;
    color: #56657b;
}

.section { padding: 82px 0; }
.section-head {
    max-width: 760px;
    margin-bottom: 30px;
}
.section-intro {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 1.02rem;
}

.trust-strip { padding-top: 0; }
.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
}
.trust-grid article {
    padding: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.36);
    box-shadow: var(--shadow);
}
.trust-grid svg {
    color: var(--red);
    margin-bottom: 14px;
}
.trust-grid strong {
    display: block;
    color: var(--navy);
    font-size: 1.04rem;
}
.trust-grid span {
    display: block;
    margin-top: 7px;
    color: var(--muted);
}

.service-category + .service-category { margin-top: 34px; }
.service-category-media {
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 24px 46px rgba(15, 34, 60, 0.12);
}
.service-category-media img {
    width: 100%;
    aspect-ratio: 16 / 6.3;
    object-fit: cover;
}
.category-title {
    margin-bottom: 16px;
    font-size: 1.28rem;
    color: var(--navy-2);
}
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.service-card {
    min-height: 232px;
    padding: 24px;
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,245,238,0.98)) padding-box,
        linear-gradient(135deg, rgba(255, 179, 71, 0.82), rgba(13, 34, 60, 0.16)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 16px 36px rgba(13, 34, 60, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 44px rgba(13, 34, 60, 0.14);
}
.icon-box {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 14px;
    color: var(--orange);
    background: linear-gradient(135deg, rgba(255, 204, 140, 0.22), rgba(255, 255, 255, 0.92));
    box-shadow: inset 0 0 0 1px rgba(230, 126, 34, 0.12);
}
.service-card h4 {
    color: var(--navy);
    font-size: 1.03rem;
    margin-bottom: 8px;
}
.service-card p,
.about-text p,
.contact-row span,
.adv-list div span {
    margin: 0;
    color: var(--muted);
}

.showcase {
    position: relative;
    background:
        radial-gradient(circle at right top, rgba(255, 179, 71, 0.16), transparent 28%),
        linear-gradient(180deg, #fff8f1 0%, #f5efe6 100%);
}
.showcase-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 34px;
    align-items: center;
}
.showcase-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 26px 60px rgba(15, 34, 60, 0.18);
}
.showcase-copy > p:not(.eyebrow) {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 1.03rem;
}
.adv-list {
    margin-top: 24px;
    display: grid;
    gap: 12px;
}
.adv-list a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(15, 34, 60, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.adv-list a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(15, 34, 60, 0.08);
    border-color: rgba(230, 126, 34, 0.24);
}
.adv-list svg {
    flex: 0 0 auto;
    color: var(--red);
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.price-card {
    padding: 24px 20px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #fbf7f1);
    border: 1px solid var(--line);
    box-shadow: 0 14px 34px rgba(15, 34, 60, 0.08);
}
.price-card span {
    display: block;
    color: var(--muted);
    min-height: 52px;
}
.price-card strong {
    display: block;
    margin-top: 12px;
    color: var(--red);
    font-size: 1.42rem;
}

.about-band {
    background:
        linear-gradient(135deg, rgba(13, 34, 60, 0.98), rgba(23, 53, 86, 0.96)),
        linear-gradient(180deg, #102947, #0d223c);
    color: #fff;
}
.about-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 40px;
    align-items: start;
}
.about-band h2 { color: #fff; }
.about-text {
    display: grid;
    gap: 16px;
}
.about-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.03rem;
}

.contacts-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;
    align-items: stretch;
}
.contact-panel {
    padding: 26px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248, 243, 235, 0.96));
    border: 1px solid rgba(15, 34, 60, 0.08);
    box-shadow: var(--shadow);
}
.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(15, 34, 60, 0.08);
}
.contact-row:last-of-type { margin-bottom: 18px; }
.contact-row svg {
    color: var(--orange);
    flex: 0 0 auto;
}
.contact-row strong {
    display: block;
    color: var(--navy);
    margin-bottom: 4px;
}
.contact-row a {
    color: var(--red);
    font-weight: 800;
}
.contact-call,
.route-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 12px;
    font-weight: 800;
}
.contact-call {
    margin-top: 8px;
    background: linear-gradient(135deg, var(--orange), var(--red));
    color: #fff;
    box-shadow: 0 16px 28px rgba(216, 74, 52, 0.22);
}
.contact-call:hover,
.route-link:hover {
    transform: translateY(-2px);
}
.map-wrap {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(15, 34, 60, 0.08);
    background: #fff;
    box-shadow: var(--shadow);
}
.map-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
    display: block;
}
.route-link {
    margin: 16px;
    background: rgba(13, 34, 60, 0.06);
    color: var(--navy);
}

.site-footer {
    background: #091625;
    color: rgba(255, 255, 255, 0.78);
    padding: 28px 0;
}
.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.footer-row p { margin: 0; }
.footer-row a { color: #fff; font-weight: 700; }
.socials {
    display: flex;
    gap: 8px;
}
.socials span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
}
.mobile-call {
    display: none;
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 60px;
    height: 60px;
    z-index: 45;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, var(--orange), var(--red));
    box-shadow: 0 18px 30px rgba(216, 74, 52, 0.3);
    place-items: center;
}
.mobile-call svg {
    width: 28px;
    height: 28px;
}

@media (max-width: 1024px) {
    .hero-grid,
    .showcase-grid,
    .about-grid,
    .contacts-grid {
        grid-template-columns: 1fr;
    }
    .hero-grid { min-height: auto; }
    .hero-media { order: -1; }
    .hero-metrics,
    .price-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .trust-grid,
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 920px) {
    .header-phone { display: none; }
    .burger {
        display: block;
        margin-left: auto;
    }
    .nav {
        position: fixed;
        left: 16px;
        right: 16px;
        top: 86px;
        display: none;
        flex-direction: column;
        gap: 16px;
        padding: 18px;
        border-radius: 16px;
        background: rgba(255, 252, 247, 0.98);
        box-shadow: 0 20px 40px rgba(9, 22, 40, 0.18);
    }
    .nav.is-open { display: flex; }
    .burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .burger.is-open span:nth-child(2) { opacity: 0; }
    .burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
    .mobile-call { display: grid; }
}

@media (max-width: 680px) {
    .container { width: min(1180px, calc(100% - 24px)); }
    .hero { padding-top: 18px; }
    .hero-grid { gap: 22px; }
    h1 { font-size: clamp(2rem, 10vw, 3rem); }
    .hero-facts,
    .hero-metrics,
    .trust-grid,
    .cards-grid,
    .price-grid {
        grid-template-columns: 1fr;
    }
    .hero-badge {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }
    .section { padding: 62px 0; }
    .showcase-media img { aspect-ratio: 4 / 3; }
    .map-wrap iframe { min-height: 300px; }
    .logo span {
        max-width: 170px;
        font-size: 0.92rem;
    }
    .logo-mark {
        max-width: 220px;
    }
}
