:root {
    --gold: #f7c928;
    --gold-dark: #dca80b;
    --gold-light: #ffe47d;
    --dark: #0b0c0e;
    --dark-light: #131518;
    --dark-lighter: #1d2024;
    --text: #f7f5ef;
    --text-muted: rgba(247, 245, 239, .74);
    --text-dim: rgba(247, 245, 239, .54);
    --line: rgba(247, 201, 40, .18);
    --line-soft: rgba(255, 255, 255, .08);
    --panel: rgba(20, 22, 25, .82);
    --panel-strong: #17191d;
    --shadow: 0 24px 80px rgba(0, 0, 0, .34);
    --shadow-gold: 0 18px 60px rgba(247, 201, 40, .13);
    --radius: 18px;
    --radius-sm: 10px;
}

html {
    scroll-padding-top: 92px;
}

body {
    background:
        radial-gradient(circle at 12% 8%, rgba(247, 201, 40, .06), transparent 26rem),
        #0b0c0e;
    letter-spacing: -.01em;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: linear-gradient(to bottom, #000, transparent 72%);
    mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

::selection {
    color: #0b0c0e;
    background: #f7c928;
}

:where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid #ffe47d;
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    z-index: 20000;
    top: 12px;
    left: 12px;
    padding: 12px 16px;
    transform: translateY(calc(-100% - 24px));
    border-radius: 8px;
    color: #0b0c0e;
    background: #ffe47d;
    font-weight: 700;
    text-decoration: none;
    transition: transform 160ms ease;
}

.skip-link:focus-visible {
    transform: translateY(0);
}

* {
    scrollbar-color: #f7c928 #111316;
    scrollbar-width: thin;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #111316;
}

*::-webkit-scrollbar-thumb {
    border: 2px solid #111316;
    border-radius: 10px;
    background: #f7c928;
}

.loading-screen {
    display: none !important;
}

.hero-title-gold {
    position: relative;
    text-shadow: 0 16px 44px rgba(247, 201, 40, .22);
}

.hero-title-gold::after {
    position: absolute;
    right: -.1em;
    bottom: .07em;
    width: .34em;
    height: .08em;
    transform: rotate(-28deg);
    border-radius: 999px;
    content: "";
    background: linear-gradient(90deg, transparent, #fff6bc, transparent);
}

.price-category,
.obuka-package,
.about-feature,
.map-info-card {
    box-shadow: inset 0 2px rgba(247, 201, 40, .18), var(--shadow);
}

.hero-btn-primary,
.services-cta-button,
.form-submit-button,
.footer-cta-button {
    position: relative;
    overflow: hidden;
}

.hero-btn-primary::after,
.services-cta-button::after,
.form-submit-button::after,
.footer-cta-button::after {
    position: absolute;
    inset: -70% auto -70% -28%;
    width: 19%;
    transform: rotate(18deg);
    content: "";
    background: rgba(255, 255, 255, .32);
    transition: left 330ms ease;
}

.section-divider-line {
    background: linear-gradient(90deg, transparent, var(--gold), rgba(255, 255, 255, .16), var(--gold), transparent);
}

.services-section,
.obuka-section,
.about-section,
.contact-section,
.map-section,
.services-cta-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 920px;
}

@media (hover: hover) {
    .hero-btn-primary:hover::after,
    .services-cta-button:hover::after,
    .form-submit-button:hover::after,
    .footer-cta-button:hover::after {
        left: 112%;
    }
}

.site-progress {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1300;
    height: 3px;
    pointer-events: none;
    background: rgba(255, 255, 255, .04);
}

.site-progress__bar {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, #f7c928, #fff0a8);
    box-shadow: 0 0 18px rgba(247, 201, 40, .5);
    will-change: transform;
}

.detail-motion-intro {
    position: fixed;
    top: 86px;
    left: 50%;
    z-index: 1100;
    width: 112px;
    height: 58px;
    transform: translate(-50%, -7px);
    opacity: 0;
    pointer-events: none;
    animation: detail-intro-pass 650ms cubic-bezier(.2, .7, .2, 1) both;
}

.detail-motion-intro__orbit {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(247, 201, 40, .28);
    border-radius: 50%;
    transform: rotate(-8deg) scaleX(1.5);
}

.detail-motion-intro__orbit i {
    position: absolute;
    top: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f7c928;
    box-shadow: 0 0 14px rgba(247, 201, 40, .6);
    animation: detail-orbit-pass 520ms 40ms ease-out forwards;
}

.detail-motion-intro__orbit b {
    position: absolute;
    right: 8px;
    bottom: 2px;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72));
}

.detail-motion-intro svg {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 30px;
    transform: translateX(-50%);
}

.detail-motion-intro svg path {
    fill: rgba(247, 201, 40, .1);
    stroke: #f7c928;
    stroke-width: 1.7;
}

@keyframes detail-intro-pass {
    0% { opacity: 0; transform: translate(-50%, -7px); }
    16%, 76% { opacity: 1; transform: translate(-50%, 0); }
    100% { opacity: 0; transform: translate(-50%, 4px); }
}

@keyframes detail-orbit-pass {
    from { transform: translateX(-34px) scale(.8); }
    to { transform: translateX(34px) scale(1); }
}

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .065);
    background: rgba(10, 11, 13, .78);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    backdrop-filter: blur(18px) saturate(135%);
}

.navbar.scrolled {
    background: rgba(10, 11, 13, .94);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .28);
}

.nav-container {
    max-width: 1320px;
}

.logo-container,
.mobile-logo-container {
    overflow: hidden;
    border: 1px solid rgba(247, 201, 40, .42);
    background: #0b0c0e;
    box-shadow: 0 0 0 5px rgba(247, 201, 40, .045);
}

.logo-img,
.mobile-logo-img {
    object-fit: cover;
}

.logo-pulse,
.logo-glow,
.nav-shimmer,
.nav-glow {
    display: none;
}

.nav-menu {
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 999px;
    background: rgba(255, 255, 255, .025);
}

.nav-link {
    min-height: 42px;
    padding-inline: 14px;
    border-radius: 999px;
}

.nav-link:hover,
.nav-link[aria-current="true"] {
    color: #fff;
    background: rgba(247, 201, 40, .09);
}

.nav-icon {
    filter: grayscale(1);
    opacity: .7;
}

.nav-cta-button,
.hero-btn-primary,
.services-cta-button,
.form-submit-button,
.footer-cta-button {
    border: 1px solid #f7c928;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffe064 0%, #f7c928 55%, #dca80b 100%);
    color: #0b0c0e;
    box-shadow: 0 12px 34px rgba(247, 201, 40, .17);
}

.nav-cta-button:hover,
.hero-btn-primary:hover,
.services-cta-button:hover,
.form-submit-button:hover,
.footer-cta-button:hover {
    color: #0b0c0e;
    box-shadow: 0 16px 44px rgba(247, 201, 40, .26);
}

.nav-toggle {
    appearance: none;
    min-width: 46px;
    min-height: 46px;
    border: 1px solid rgba(247, 201, 40, .25);
    border-radius: 10px;
    background: rgba(247, 201, 40, .06);
}

.hero {
    min-height: min(900px, 100svh);
    padding: 132px clamp(22px, 5vw, 72px) 78px;
    background:
        linear-gradient(115deg, rgba(8, 9, 11, .99) 0 47%, rgba(8, 9, 11, .7) 70%, rgba(8, 9, 11, .94) 100%),
        #0b0c0e;
}

.hero::before {
    content: "016";
    position: absolute;
    right: clamp(-40px, 2vw, 36px);
    bottom: -8vw;
    z-index: 0;
    color: transparent;
    font-size: clamp(14rem, 31vw, 34rem);
    font-weight: 900;
    line-height: .78;
    letter-spacing: -.1em;
    -webkit-text-stroke: 1px rgba(247, 201, 40, .085);
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 170px;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, #0e1012);
}

.hero-bg {
    opacity: .9;
    background:
        linear-gradient(115deg, transparent 52%, rgba(247, 201, 40, .035) 52.1% 72%, transparent 72.1%),
        radial-gradient(circle at 78% 45%, rgba(247, 201, 40, .13), transparent 24rem),
        radial-gradient(circle at 16% 20%, rgba(255, 255, 255, .055), transparent 21rem);
}

.hero-glow {
    left: 78%;
    width: min(54vw, 720px);
    height: min(54vw, 720px);
    opacity: .75;
    background: radial-gradient(circle, rgba(247, 201, 40, .12), transparent 66%);
}

.hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(300px, .94fr);
    grid-template-rows: auto auto auto auto auto auto;
    column-gap: clamp(48px, 8vw, 132px);
    width: min(100%, 1240px);
    max-width: 1240px;
    align-items: center;
    text-align: left;
}

.hero-badge {
    grid-column: 1;
    justify-self: start;
    margin: 0 0 28px;
    padding: 9px 14px;
    border: 1px solid rgba(247, 201, 40, .28);
    border-radius: 8px;
    background: rgba(247, 201, 40, .055);
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hero-logo-wrap {
    grid-column: 2;
    grid-row: 1 / 7;
    width: min(34vw, 410px);
    height: min(34vw, 410px);
    margin: 0;
    justify-self: center;
}

.hero-logo-wrap::before,
.hero-logo-wrap::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-logo-wrap::before {
    inset: -12%;
    border: 1px solid rgba(247, 201, 40, .18);
    box-shadow: 0 0 0 32px rgba(247, 201, 40, .025), 0 0 0 64px rgba(247, 201, 40, .012);
}

.hero-logo-wrap::after {
    inset: 5%;
    background: linear-gradient(145deg, transparent 48%, rgba(255, 255, 255, .08) 50%, transparent 52%);
}

.hero-logo-ring {
    inset: -3%;
    border: 1px solid rgba(247, 201, 40, .38);
    box-shadow: inset 0 0 42px rgba(247, 201, 40, .05);
}

.hero-logo {
    width: 82%;
    height: 82%;
    border: 1px solid rgba(247, 201, 40, .55);
    background: #0a0b0c;
    box-shadow: 0 32px 100px rgba(0, 0, 0, .5), 0 0 58px rgba(247, 201, 40, .12);
}

.hero-title,
.hero-subtitle,
.hero-text,
.hero-stats,
.hero-cta,
.hero-scroll {
    grid-column: 1;
    justify-self: start;
}

.hero-title {
    align-items: flex-start;
    margin: 0 0 12px;
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: .82;
    letter-spacing: -.07em;
}

.hero-title-line,
.hero-title-gold {
    display: inline;
}

.hero-title-gold {
    text-shadow: 0 12px 55px rgba(247, 201, 40, .16);
}

.hero-subtitle {
    margin: 0 0 22px;
    color: #fff0ac;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .45em;
}

.hero-text {
    max-width: 590px;
    margin: 0 0 34px;
    color: rgba(247, 245, 239, .7);
    font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.hero-stats {
    justify-content: flex-start;
    width: auto;
    margin: 0 0 34px;
    padding: 14px 18px;
    gap: 18px;
    border-block: 1px solid rgba(255, 255, 255, .08);
}

.hero-stat {
    display: flex;
    align-items: baseline;
    gap: 8px;
    text-align: left;
}

.hero-stat-num {
    font-size: .85rem;
    letter-spacing: .12em;
}

.hero-stat-label {
    margin: 0;
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-stat-divider {
    height: 26px;
    opacity: .5;
}

.hero-cta {
    justify-content: flex-start;
    margin: 0;
}

.hero-btn-primary,
.hero-btn-secondary {
    min-height: 50px;
    padding: 14px 24px;
    border-radius: 10px;
}

.hero-btn-secondary {
    border: 1px solid rgba(247, 201, 40, .36);
    background: rgba(255, 255, 255, .02);
}

.hero-scroll {
    position: absolute;
    left: 0;
    bottom: -70px;
}

.section-divider {
    min-height: 104px;
    padding: 30px 20px;
    background: linear-gradient(180deg, #0e1012 0%, #111316 50%, #0e1012 100%);
}

.section-divider-line {
    width: min(100% - 40px, 1320px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(247, 201, 40, .18) 18%, rgba(247, 201, 40, .55) 50%, rgba(247, 201, 40, .18) 82%, transparent);
}

.section-divider-badge {
    min-width: 148px;
    justify-content: center;
    padding: 11px 20px;
    border: 1px solid rgba(247, 201, 40, .45);
    border-radius: 8px;
    background: #111316;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .35);
}

.section-divider-text {
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.section-divider-icon,
.services-icon,
.obuka-icon,
.about-icon,
.contact-icon,
.map-icon,
.footer-icon {
    filter: grayscale(1) sepia(.25);
    opacity: .88;
}

.services-section,
.obuka-section,
.about-section,
.contact-section,
.map-section {
    position: relative;
    isolation: isolate;
    padding-block: clamp(74px, 9vw, 128px);
    overflow: clip;
}

.services-section::before,
.obuka-section::before,
.about-section::before,
.contact-section::before,
.map-section::before {
    content: attr(data-refresh-label);
    position: absolute;
    top: 32px;
    left: max(22px, calc((100vw - 1320px) / 2));
    z-index: -1;
    color: rgba(247, 201, 40, .055);
    font-size: clamp(4.5rem, 11vw, 10rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.06em;
    white-space: nowrap;
    pointer-events: none;
}

.services-section::after,
.obuka-section::after,
.about-section::after,
.contact-section::after,
.map-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -2;
    height: 190px;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, rgba(247, 201, 40, .035));
}

.services-section {
    background:
        radial-gradient(circle at 82% 10%, rgba(247, 201, 40, .07), transparent 29rem),
        linear-gradient(180deg, #0d0f11, #111316 48%, #0c0d0f);
}

.obuka-section {
    background:
        radial-gradient(circle at 12% 35%, rgba(247, 201, 40, .07), transparent 27rem),
        linear-gradient(180deg, #0d0f11, #15171b 55%, #0c0d0f);
}

.about-section {
    background:
        linear-gradient(115deg, rgba(247, 201, 40, .035), transparent 34%),
        linear-gradient(180deg, #0d0f11, #111317 60%, #0c0d0f);
}

.contact-section {
    background:
        radial-gradient(circle at 82% 30%, rgba(247, 201, 40, .07), transparent 30rem),
        linear-gradient(180deg, #0d0f11, #15171a 55%, #0d0e10);
}

.map-section {
    background: linear-gradient(180deg, #0d0e10, #15171a);
}

.services-container,
.obuka-container,
.about-container,
.contact-container,
.map-container,
.services-cta-container,
.footer-container {
    width: min(100%, 1200px);
}

.services-header,
.obuka-header,
.about-header,
.contact-header,
.map-header {
    max-width: 760px;
    margin-inline: auto;
    margin-bottom: clamp(40px, 5vw, 68px);
}

.services-title,
.obuka-title,
.about-title,
.contact-title,
.map-title {
    color: #f7f5ef;
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.services-description,
.obuka-subtitle,
.about-description,
.contact-description,
.map-description {
    color: rgba(247, 245, 239, .63);
    font-size: clamp(.98rem, 1.35vw, 1.12rem);
}

.price-list {
    gap: 22px;
}

.price-category,
.obuka-package,
.obuka-benefit,
.obuka-info,
.about-visual-card,
.about-feature,
.about-google-rating,
.about-stat,
.contact-item,
.contact-form-section,
.map-info-card {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(25, 28, 32, .94), rgba(16, 18, 21, .94));
    box-shadow: 0 18px 58px rgba(0, 0, 0, .2);
}

.price-category {
    position: relative;
    overflow: hidden;
}

.price-category::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(to bottom, transparent, #f7c928 18% 82%, transparent);
}

.price-category-header {
    padding: 22px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    background: linear-gradient(90deg, rgba(247, 201, 40, .08), transparent 58%);
}

.price-category-title {
    color: #fff1ad;
    letter-spacing: -.025em;
}

.price-items {
    padding: 24px;
}

.price-row {
    min-height: 48px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, .025);
}

.price-row:hover {
    border-color: rgba(247, 201, 40, .13);
    background: rgba(247, 201, 40, .055);
}

.price-value,
.obuka-package-price,
.about-google-rating-number,
.about-stat-number {
    font-variant-numeric: tabular-nums;
}

.price-notes,
.price-addon,
.price-service-group.mobile-wash-info {
    border-color: rgba(247, 201, 40, .14);
    background: rgba(247, 201, 40, .035);
}

.services-cta-section {
    position: relative;
    padding: clamp(68px, 8vw, 112px) 22px;
    overflow: hidden;
    background:
        linear-gradient(100deg, rgba(247, 201, 40, .11), transparent 48%),
        #111316;
}

.services-cta-section::after {
    content: "";
    position: absolute;
    right: -8%;
    top: 50%;
    width: 420px;
    aspect-ratio: 1;
    border: 1px solid rgba(247, 201, 40, .15);
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 52px rgba(247, 201, 40, .025), 0 0 0 104px rgba(247, 201, 40, .012);
}

.services-cta-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    text-align: left;
}

.services-cta-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.06;
    letter-spacing: -.045em;
}

.services-cta-button {
    border-radius: 10px;
}

.obuka-intro {
    max-width: 900px;
    margin-inline: auto;
    padding: clamp(24px, 4vw, 42px);
    border-left: 3px solid #f7c928;
    border-radius: 0 18px 18px 0;
    background: linear-gradient(90deg, rgba(247, 201, 40, .07), rgba(255, 255, 255, .018));
}

.obuka-section-title {
    margin-block: 62px 28px;
    color: #fff1ad;
}

.obuka-package,
.about-feature,
.contact-item {
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.obuka-package:hover,
.about-feature:hover,
.contact-item:hover {
    transform: translateY(-4px);
    border-color: rgba(247, 201, 40, .27);
    box-shadow: 0 24px 68px rgba(0, 0, 0, .3);
}

.obuka-package--featured {
    border-color: rgba(247, 201, 40, .62);
    box-shadow: 0 20px 70px rgba(247, 201, 40, .09);
}

.obuka-package-badge {
    border-radius: 7px;
}

.about-content,
.contact-content {
    gap: clamp(28px, 5vw, 64px);
}

.about-main {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 18px;
    background: rgba(255, 255, 255, .018);
}

.about-google-rating {
    position: relative;
    overflow: hidden;
}

.about-google-rating::after {
    content: "";
    position: absolute;
    inset: auto -40px -60px auto;
    width: 160px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(247, 201, 40, .07);
    filter: blur(2px);
}

.contact-form-section {
    padding: clamp(24px, 4vw, 44px);
}

.form-input,
.form-select,
.form-textarea {
    min-height: 48px;
    border-color: rgba(255, 255, 255, .11);
    border-radius: 10px;
    background: rgba(7, 8, 10, .78);
}

.form-input:hover,
.form-select:hover,
.form-textarea:hover {
    border-color: rgba(247, 201, 40, .25);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: #f7c928;
    box-shadow: 0 0 0 4px rgba(247, 201, 40, .1);
}

.map-wrapper {
    overflow: hidden;
    border: 1px solid rgba(247, 201, 40, .18);
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.map-iframe {
    filter: saturate(.75) contrast(1.04);
}

.footer {
    position: relative;
    padding-top: clamp(72px, 9vw, 120px);
    overflow: hidden;
    border-top: 1px solid rgba(247, 201, 40, .12);
    background:
        radial-gradient(circle at 12% 12%, rgba(247, 201, 40, .07), transparent 24rem),
        #090a0c;
}

.footer::before {
    content: "DETAILING 016";
    position: absolute;
    right: -1vw;
    bottom: 20px;
    color: rgba(255, 255, 255, .018);
    font-size: clamp(5rem, 14vw, 14rem);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -.07em;
    white-space: nowrap;
    pointer-events: none;
}

.footer-content,
.footer-bottom {
    position: relative;
    z-index: 1;
}

.footer-content {
    gap: clamp(28px, 4vw, 58px);
}

.journey-rail {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 850;
    display: none;
    gap: 14px;
    transform: translateY(-50%);
}

.journey-rail__orbit {
    position: absolute;
    inset: 2px -7px;
    z-index: -1;
    width: calc(100% + 14px);
    height: calc(100% - 4px);
    overflow: visible;
}

.journey-rail__track,
.journey-rail__line {
    fill: none;
    stroke-linecap: round;
    stroke-width: 1.2;
}

.journey-rail__track { stroke: rgba(247, 201, 40, .14); }
.journey-rail__line {
    stroke: #f7c928;
    stroke-dasharray: 0 1;
    filter: drop-shadow(0 0 3px rgba(247, 201, 40, .35));
}

.journey-rail__item {
    position: relative;
    display: grid;
    width: 24px;
    height: 24px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.journey-rail__item::after {
    content: '';
    width: 9px;
    height: 9px;
    border: 1px solid rgba(247, 201, 40, .45);
    border-radius: 50%;
    background: #101215;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.journey-rail__item::before {
    content: attr(aria-label);
    position: absolute;
    right: 18px;
    top: 50%;
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 6px;
    color: rgba(247, 245, 239, .82);
    background: rgba(10, 11, 13, .9);
    font: 700 .64rem/1 Inter, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    transform: translate(6px, -50%);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.journey-rail__item:hover::before,
.journey-rail__item:focus-visible::before {
    opacity: 1;
    transform: translate(0, -50%);
}

.journey-rail__item.is-active {
    background: transparent;
}

.journey-rail__item.is-active::after {
    background: #f7c928;
    box-shadow: 0 0 0 5px rgba(247, 201, 40, .09), 0 0 18px rgba(247, 201, 40, .3);
    transform: scale(1.2);
}

.refresh-in-view {
    animation: refresh-rise .65s cubic-bezier(.2, .7, .2, 1) both;
}

.refresh-in-view[data-refresh-delay="1"] { animation-delay: 55ms; }
.refresh-in-view[data-refresh-delay="2"] { animation-delay: 110ms; }
.refresh-in-view[data-refresh-delay="3"] { animation-delay: 165ms; }
.refresh-in-view[data-refresh-motion="polish"] { animation-name: refresh-polish; }
.refresh-in-view[data-refresh-motion="drop"] { animation-name: refresh-drop; }

@keyframes refresh-rise {
    from { opacity: .82; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes refresh-polish {
    from { opacity: .78; transform: translate3d(-14px, 8px, 0); filter: brightness(.88); }
    to { opacity: 1; transform: none; filter: none; }
}

@keyframes refresh-drop {
    from { opacity: .76; transform: translate3d(0, -12px, 0) scale(.992); }
    to { opacity: 1; transform: none; }
}

.mobile-menu {
    right: 0;
    width: min(88vw, 360px);
    border-left: 1px solid rgba(247, 201, 40, .18);
    background:
        radial-gradient(circle at 100% 0, rgba(247, 201, 40, .1), transparent 17rem),
        #111316;
    box-shadow: -28px 0 80px rgba(0, 0, 0, .45);
    transform: translateX(105%);
    transition: transform .28s cubic-bezier(.2, .7, .2, 1);
}

.mobile-menu.active {
    right: 0;
    transform: translateX(0);
}

.mobile-menu[aria-hidden="true"] {
    visibility: hidden;
    pointer-events: none;
}

.mobile-menu-header {
    border-color: rgba(255, 255, 255, .08);
}

.mobile-menu-close {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(247, 201, 40, .22);
    border-radius: 10px;
    background: rgba(247, 201, 40, .05);
}

.mobile-nav-link {
    min-height: 52px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus-visible {
    border-color: rgba(247, 201, 40, .18);
    background: rgba(247, 201, 40, .06);
}

.mobile-menu-backdrop {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

@media (min-width: 1500px) {
    .journey-rail { display: grid; }
}

@media (max-width: 1499px) {
    .nav-icon {
        display: none;
    }

    .nav-link {
        padding-inline: 10px;
    }

    .journey-rail {
        display: none;
    }
}

@media (max-width: 900px) {
    .hero {
        min-height: auto;
        padding: 124px 22px 86px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .hero-logo-wrap {
        grid-column: 1;
        grid-row: 2;
        width: min(68vw, 300px);
        height: min(68vw, 300px);
        margin: 8px 0 38px;
    }

    .hero-badge {
        grid-column: 1;
        grid-row: 1;
        justify-self: center;
    }

    .hero-title,
    .hero-subtitle,
    .hero-text,
    .hero-stats,
    .hero-cta,
    .hero-scroll {
        grid-column: 1;
        justify-self: center;
    }

    .hero-title {
        grid-row: 3;
        align-items: center;
        font-size: clamp(3.6rem, 14vw, 6rem);
    }

    .hero-subtitle { grid-row: 4; }
    .hero-text { grid-row: 5; }
    .hero-stats { grid-row: 6; }
    .hero-cta { grid-row: 7; }

    .hero-scroll {
        display: none;
    }

    .services-cta-content {
        max-width: 640px;
        text-align: center;
    }

    .about-main {
        padding: 26px;
    }
}

@media (max-width: 575px) {
    body::before {
        background-size: 42px 42px;
    }

    .hero {
        padding: 110px 16px 72px;
    }

    .hero::before {
        right: -28px;
        bottom: -5px;
        font-size: 12rem;
    }

    .hero-logo-wrap {
        width: 210px;
        height: 210px;
        margin-bottom: 28px;
    }

    .hero-title {
        font-size: clamp(3.1rem, 18vw, 4.7rem);
    }

    .hero-subtitle {
        letter-spacing: .32em;
    }

    .hero-text {
        max-width: 330px;
        margin-bottom: 26px;
        font-size: .95rem;
    }

    .hero-stats {
        width: 100%;
        justify-content: center;
        gap: 9px;
        padding-inline: 4px;
    }

    .hero-stat {
        display: grid;
        gap: 4px;
        text-align: center;
    }

    .hero-stat-label {
        font-size: .62rem;
    }

    .hero-cta {
        width: 100%;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .section-divider {
        min-height: 88px;
        padding: 24px 16px;
    }

    .services-section,
    .obuka-section,
    .about-section,
    .contact-section,
    .map-section {
        padding: 72px 16px;
    }

    .services-section::before,
    .obuka-section::before,
    .about-section::before,
    .contact-section::before,
    .map-section::before {
        top: 24px;
        left: 14px;
        font-size: 4.1rem;
    }

    .services-title,
    .obuka-title,
    .about-title,
    .contact-title,
    .map-title {
        font-size: 2.05rem;
    }

    .price-category-header,
    .price-items,
    .contact-form-section {
        padding: 20px;
    }

    .services-cta-section {
        padding: 72px 18px;
    }

    .services-cta-section::after {
        right: -55%;
        opacity: .65;
    }

    .services-cta-title {
        font-size: 2.2rem;
    }

    .about-main {
        padding: 22px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer {
        padding-inline: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .detail-motion-intro,
    .journey-rail {
        display: none !important;
    }
}

@media (prefers-contrast: more) {
    :root {
        --text-muted: rgba(255, 255, 255, .9);
        --text-dim: rgba(255, 255, 255, .78);
    }

    .price-category,
    .obuka-package,
    .about-feature,
    .contact-item,
    .contact-form-section {
        border-color: rgba(255, 255, 255, .34);
    }
}
