@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
    --orange: #f47c12;
    --orange-light: #ff9a3c;
    --black: #070809;
    --panel: #101216;
    --panel-light: #171a1f;
    --line: #2a2d33;
    --white: #f8f8f6;
    --muted: #a0a4ab;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: Montserrat, Arial, sans-serif; }
a { color: inherit; }
.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; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 88px; display: flex; align-items: center; gap: 36px; padding: 0 clamp(20px, 5vw, 72px); background: rgba(7, 8, 9, .93); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(17px); }
.site-logo { flex: 0 0 auto; }
.site-logo img { display: block; width: 185px; height: 66px; object-fit: contain; }
.site-navigation { display: flex; align-self: stretch; align-items: stretch; gap: 4px; margin-left: auto; }
.site-navigation a { position: relative; display: flex; align-items: center; padding: 0 15px; color: #b4b7bc; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.site-navigation a:hover, .site-navigation a.active { color: #fff; }
.site-navigation a.active::after { content: ''; position: absolute; right: 15px; bottom: -1px; left: 15px; height: 3px; background: var(--orange); }
.header-phone { display: flex; flex-direction: column; padding-left: 22px; border-left: 1px solid var(--line); text-decoration: none; }
.header-phone span { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.header-phone strong { margin-top: 4px; font-size: 14px; }
.menu-button { display: none; width: 45px; height: 45px; margin-left: auto; padding: 10px; background: transparent; border: 1px solid var(--line); }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { position: relative; min-height: 800px; padding: 180px clamp(24px, 8vw, 130px) 135px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background-color: #08090b; background-position: center; background-size: cover; }
.hero-workshop { background-image: linear-gradient(90deg, rgba(4,5,6,.98) 0%, rgba(4,5,6,.89) 35%, rgba(4,5,6,.32) 68%, rgba(4,5,6,.18) 100%), url('/assets/img/warsztat-hero.webp'); }
.hero-wash { background-image: linear-gradient(90deg, rgba(4,5,6,.98) 0%, rgba(4,5,6,.89) 35%, rgba(4,5,6,.30) 68%, rgba(4,5,6,.16) 100%), url('/assets/img/myjnia-hero.webp'); }
.hero-roadside { background-image: linear-gradient(90deg, rgba(4,5,6,.96) 0%, rgba(4,5,6,.83) 36%, rgba(4,5,6,.26) 70%, rgba(4,5,6,.13) 100%), url('/assets/img/pomoc-drogowa-hero.webp'); }
.hero-pattern { position: absolute; right: 5%; top: 18%; width: min(540px, 42vw); aspect-ratio: 1; border: 1px solid rgba(244,124,18,.24); border-radius: 50%; box-shadow: 0 0 100px rgba(244,124,18,.06), inset 0 0 90px rgba(244,124,18,.05); }
.hero-pattern::before, .hero-pattern::after { content: ''; position: absolute; inset: 13%; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.hero-pattern::after { inset: 30%; border-color: rgba(244,124,18,.18); }
.wash-pattern { border-color: rgba(79,154,205,.25); border-radius: 45% 55% 62% 38%; transform: rotate(17deg); }
.hero-content { position: relative; z-index: 3; max-width: 890px; }
.eyebrow { display: block; margin-bottom: 22px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .section-heading h2, .contact h2, .wash-copy h2 { margin: 0; font-size: clamp(48px, 7vw, 96px); font-weight: 900; letter-spacing: -.065em; line-height: .94; text-transform: uppercase; }
.hero h1 em, .section-heading h2 em, .contact h2 em, .wash-copy h2 em { color: var(--orange); font-style: normal; }
.hero-content > p { max-width: 680px; margin: 30px 0 35px; color: #c4c7cb; font-size: clamp(16px, 2vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: .2s; }
.button-primary { background: var(--orange); color: #090909; }
.button-primary:hover { background: var(--orange-light); transform: translateY(-2px); }
.button-secondary { border: 1px solid #484c53; color: #fff; }
.button-secondary:hover { border-color: var(--orange); color: var(--orange); }
.hero-side { position: absolute; right: -10px; top: 160px; display: flex; flex-direction: column; align-items: flex-end; opacity: .09; transform: rotate(-90deg) translateX(-100%); transform-origin: top right; }
.hero-side span { font-size: clamp(75px, 10vw, 150px); font-weight: 900; letter-spacing: -.08em; }
.hero-side strong { color: var(--orange); font-size: 23px; letter-spacing: .34em; }
.hero-info { position: absolute; z-index: 3; right: clamp(24px, 6vw, 85px); bottom: 42px; display: flex; gap: 45px; }
.hero-info div { padding-left: 14px; border-left: 2px solid var(--orange); }
.hero-info span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-info strong { font-size: 12px; }

.section { padding: 115px clamp(24px, 7vw, 110px); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); align-items: center; background: #0b0c0e; }
.section-heading h2, .contact h2, .wash-copy h2 { font-size: clamp(42px, 5.2vw, 72px); }
.intro-copy { max-width: 650px; }
.intro-copy p { color: var(--muted); font-size: 15px; line-height: 1.9; }
.intro-copy .lead { color: #fff; font-size: clamp(20px, 2.3vw, 30px); font-weight: 600; line-height: 1.5; }

.choice { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; padding-top: 2px; padding-bottom: 2px; background: var(--line); }
.reverse-choice { grid-template-columns: 1fr 1fr; }
.choice-card { min-height: 390px; display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 50px; background: var(--panel); text-decoration: none; transition: .25s; }
.choice-card:hover, .choice-card.current { background: var(--panel-light); }
.choice-card.current { box-shadow: inset 0 4px var(--orange); }
.choice-number { color: #6c7078; font-size: 11px; font-weight: 800; }
.choice-card h2 { margin: 0 0 22px; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.03; text-transform: uppercase; }
.choice-card p { max-width: 540px; color: var(--muted); line-height: 1.8; }
.choice-card strong { display: block; margin-top: 35px; color: var(--orange); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }

.review-strip { display: flex; align-items: center; gap: 28px; padding: 35px clamp(24px, 7vw, 110px); background: var(--orange); color: #090909; }
.review-strip > div { display: flex; align-items: center; gap: 13px; }
.review-score { font-size: 32px; font-weight: 900; }
.stars { font-size: 17px; letter-spacing: .08em; }
.review-strip p { margin-right: auto; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.review-strip a { font-size: 11px; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.wash-feature { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 140px); align-items: center; background: #0b0d10; }
.wash-visual { position: relative; min-height: 500px; overflow: hidden; background-image: linear-gradient(145deg, rgba(7,8,9,.06), rgba(7,8,9,.30)), url('/assets/img/myjnia-detail.webp'); background-position: center; background-size: cover; border: 1px solid var(--line); box-shadow: inset 0 0 80px rgba(0,0,0,.18); }
.wash-copy p { max-width: 650px; color: var(--muted); line-height: 1.9; }
.text-link { display: inline-block; margin-top: 25px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }

.roadside-section { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; background-image: linear-gradient(90deg, rgba(4,5,6,.97) 0%, rgba(4,5,6,.86) 39%, rgba(4,5,6,.24) 72%, rgba(4,5,6,.12) 100%), url('/assets/img/pomoc-drogowa-hero.webp'); background-position: center; background-size: cover; }
.roadside-content { position: relative; z-index: 2; max-width: 760px; }
.roadside-content h2 { margin: 0; font-size: clamp(42px, 5.2vw, 72px); font-weight: 900; letter-spacing: -.06em; line-height: .95; text-transform: uppercase; }
.roadside-content h2 em { color: var(--orange); font-style: normal; }
.roadside-content p { max-width: 680px; margin: 28px 0; color: #c4c7cb; font-size: 16px; line-height: 1.8; }
.roadside-actions { display: flex; align-items: center; gap: 25px; }
.roadside-actions .text-link { margin-top: 0; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; background: linear-gradient(135deg, #0d0f12, #15191e); }
.contact-heading .button { margin-top: 35px; }
.contact-data { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-data > * { min-height: 175px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-data > *:first-child { grid-column: 1 / -1; }
.contact-data span { display: block; margin-bottom: 13px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-data strong { font-size: clamp(16px, 2vw, 23px); line-height: 1.5; }
.contact-data small { display: block; margin-top: 16px; color: var(--muted); font-size: 10px; }
.contact-data a:hover strong { color: var(--orange); }

.site-footer { min-height: 110px; display: flex; align-items: center; gap: 30px; padding: 25px clamp(24px, 5vw, 72px); color: #73777e; font-size: 10px; text-transform: uppercase; }
.site-footer img { width: 155px; height: 60px; object-fit: contain; }
.site-footer p { margin-right: auto; }
.site-footer a { color: var(--orange); font-weight: 800; text-decoration: none; }

@media (max-width: 980px) {
    .site-header { gap: 15px; }
    .menu-button { display: block; }
    .site-navigation { position: absolute; top: 88px; right: 0; left: 0; display: none; height: auto; padding: 18px; flex-direction: column; background: #0c0e10; border-bottom: 2px solid var(--orange); }
    .site-navigation.open { display: flex; }
    .site-navigation a { min-height: 48px; padding: 0 13px; border-bottom: 1px solid var(--line); }
    .site-navigation a.active::after { top: 9px; right: auto; bottom: 9px; left: 0; width: 3px; height: auto; }
    .header-phone { margin-left: 0; }
    .hero-side { display: none; }
    .intro, .contact, .wash-feature { grid-template-columns: 1fr; }
    .hero-info { position: relative; inset: auto; margin-top: 80px; flex-wrap: wrap; }
    .choice-card { padding: 38px 28px; }
}

@media (max-width: 650px) {
    .site-header { height: 78px; padding: 0 14px; }
    .site-logo img { width: 145px; height: 58px; }
    .site-navigation { top: 78px; }
    .header-phone { display: none; }
    .hero { min-height: 740px; padding: 145px 20px 75px; }
    .hero h1 { font-size: clamp(42px, 13vw, 65px); }
    .hero-pattern { right: -38%; top: 19%; width: 100vw; opacity: .65; }
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .hero-info { display: grid; gap: 20px; margin-top: 65px; }
    .section { padding: 78px 20px; }
    .intro { gap: 35px; }
    .choice { grid-template-columns: 1fr; padding: 2px; }
    .choice-card { min-height: 330px; grid-template-columns: 36px 1fr; padding: 34px 20px; }
    .review-strip { align-items: flex-start; flex-direction: column; gap: 10px; }
    .review-strip p { margin: 0 0 12px; }
    .wash-visual { min-height: 350px; }
    .contact { gap: 50px; }
    .roadside-section { min-height: 620px; background-position: 62% center; }
    .roadside-actions { align-items: stretch; flex-direction: column; }
    .contact-data { grid-template-columns: 1fr; }
    .contact-data > *:first-child { grid-column: auto; }
    .site-footer { align-items: flex-start; flex-direction: column; gap: 10px; }
    .site-footer p { margin: 0; }
}
