@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{--ink:#07151a;--ink2:#0d242b;--cyan:#23e6c6;--cyan2:#12c8af;--paper:#f4f7f5;--white:#fff;--muted:#627077;--line:#dce4e2;--radius:22px;--shadow:0 24px 70px rgba(6,24,28,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{margin:0;color:var(--ink);background:#fff;font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.section{padding:112px 0}.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}.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;background:#fff;color:#000;padding:12px 18px;border-radius:8px}.skip-link:focus{top:16px}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(7,21,26,.84);backdrop-filter:blur(15px);border-bottom:1px solid rgba(255,255,255,.1)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:#fff;font:800 22px/1 'Manrope',sans-serif;letter-spacing:-1px}.brand>span:last-child>span{color:var(--cyan)}.brand-mark{width:34px;height:34px;border:2px solid var(--cyan);border-radius:50%;display:grid;place-items:center;position:relative}.brand-mark:before,.brand-mark:after,.brand-mark span:before{content:"";position:absolute;background:var(--cyan);border-radius:2px}.brand-mark:before{width:16px;height:3px}.brand-mark:after{width:3px;height:16px}.brand-mark span{width:10px;height:10px;border:2px solid var(--ink);background:var(--cyan);border-radius:50%;z-index:1}.nav-links{display:flex;align-items:center;gap:30px;color:#d6e1e0;font-weight:600;font-size:14px}.nav-links>a:not(.nav-cta):hover{color:var(--cyan)}.nav-cta{background:var(--cyan);color:var(--ink);padding:11px 18px;border-radius:10px}.menu-button{display:none;border:0;background:none;color:#fff;width:44px;height:44px;padding:11px}.menu-button span:not(.sr-only){display:block;height:2px;background:currentColor;margin:5px 0}
.hero{min-height:760px;height:94vh;max-height:960px;position:relative;display:flex;align-items:center;overflow:hidden;background:var(--ink)}.hero-image{position:absolute;inset:0;background:url('/assets/autofifi-renkaanvaihto-hero.webp') center/cover no-repeat}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,15,19,.97) 0%,rgba(4,15,19,.82) 37%,rgba(4,15,19,.18) 73%,rgba(4,15,19,.22)),linear-gradient(0deg,rgba(4,15,19,.64),transparent 38%)}.hero-content{position:relative;color:#fff;padding-top:72px}.eyebrow{margin:0 0 18px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800;color:var(--cyan);display:flex;align-items:center;gap:9px}.eyebrow span{width:24px;height:2px;background:var(--cyan)}.eyebrow.dark{color:#088a78}.hero h1,.section h2,.final-cta h2{font:800 clamp(42px,6.2vw,78px)/1.02 'Manrope',sans-serif;letter-spacing:-.055em;margin:0}.hero h1{max-width:780px}.hero h1 em{font-style:normal;color:var(--cyan)}.hero-copy{font-size:19px;color:#d2dcda;max-width:580px;margin:26px 0 31px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{border:0;cursor:pointer;min-height:52px;padding:0 22px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:22px;font-weight:800;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button:focus-visible,.nav a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--cyan);outline-offset:3px}.button.primary{background:var(--cyan);color:var(--ink);box-shadow:0 12px 30px rgba(35,230,198,.18)}.button.primary:hover{background:#56f5dc}.button.primary:disabled{background:#cbd5d3;color:#7a8785;cursor:not-allowed;box-shadow:none;transform:none}.button.secondary{color:#fff;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.05)}.hero-facts{display:flex;gap:0;margin-top:58px;border-top:1px solid rgba(255,255,255,.18);width:max-content;max-width:100%}.hero-facts>div{padding:18px 42px 0 0;margin-right:42px;border-right:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column}.hero-facts>div:last-child{border:0}.hero-facts strong{font:700 20px 'Manrope'}.hero-facts span{font-size:13px;color:#aebcba;margin-top:3px}
.trust-strip{background:var(--cyan);padding:22px 0}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.trust-grid>div{display:flex;align-items:center;gap:14px;border-right:1px solid rgba(7,21,26,.19)}.trust-grid>div:last-child{border:0}.trust-grid svg{width:28px;height:28px}.trust-grid span{display:flex;flex-direction:column;font-size:13px}.trust-grid strong{font-size:14px}
.section-heading{margin-bottom:46px}.split-heading{display:grid;grid-template-columns:1.4fr .7fr;gap:70px;align-items:end}.section h2{font-size:clamp(36px,4.5vw,58px)}.section-heading>p,.split-heading>p{color:var(--muted);margin:0;max-width:480px;font-size:18px}.services{background:var(--paper)}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.service-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;display:flex;flex-direction:column;box-shadow:0 5px 18px rgba(6,24,28,.04)}.service-card.featured{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:var(--shadow)}.service-top{display:flex;justify-content:space-between;align-items:center}.service-top svg{width:34px;height:34px;color:var(--cyan)}.tag{background:var(--cyan);color:var(--ink);padding:6px 10px;border-radius:99px;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.07em}.tag.subtle{background:#e6f4f1;color:#177c6d}.service-card h3{font:800 28px 'Manrope';letter-spacing:-.03em;margin:30px 0 10px}.service-card>p{color:#66767a;margin:0;max-width:500px}.service-card.featured>p{color:#acbcba}.price{display:flex;align-items:baseline;gap:9px;margin:26px 0 0;position:relative}.price strong{font:800 42px 'Manrope';letter-spacing:-.05em}.price>span:last-child{font-size:14px;color:#778689}.old-price{font-size:14px;text-decoration:line-through;color:#84928f;position:absolute;top:-15px}.campaign{font-size:12px!important;color:var(--cyan)!important;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.campaign.muted{color:#378b7f!important}.service-card ul{list-style:none;padding:19px 0 18px;margin:22px 0;border-top:1px solid var(--line);flex:1}.service-card.featured ul{border-color:rgba(255,255,255,.13)}.service-card li{position:relative;padding:7px 0 7px 27px;font-size:14px}.service-card li:before{content:"✓";position:absolute;left:0;color:var(--cyan);font-weight:900}.dark-button{background:var(--ink);color:#fff}.service-card.featured .button{width:100%}.service-card:not(.featured) .button{width:100%}.service-note{text-align:center;color:#72817e;font-size:13px;margin:22px auto 0;max-width:850px}
.booking-section{background:var(--ink);color:#fff}.booking-shell{display:grid;grid-template-columns:.76fr 1.24fr;gap:72px;align-items:start}.booking-intro{position:sticky;top:118px}.booking-intro h2{font-size:clamp(38px,4vw,58px)}.booking-intro>p:not(.eyebrow){color:#aebbb9;max-width:390px;font-size:17px}.booking-steps{list-style:none;padding:28px 0 0;margin:36px 0 0;border-top:1px solid rgba(255,255,255,.12)}.booking-steps li{display:flex;gap:16px;align-items:center;padding:12px 0;color:#6f7e7c}.booking-steps li>span{width:34px;height:34px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:800}.booking-steps li div{display:flex;flex-direction:column}.booking-steps li strong{font-size:14px}.booking-steps li small{font-size:12px}.booking-steps li.active{color:#fff}.booking-steps li.active>span{color:var(--ink);background:var(--cyan);border-color:var(--cyan)}.booking-steps li.done{color:var(--cyan)}.booking-card{background:#fff;color:var(--ink);border-radius:26px;padding:38px;box-shadow:0 30px 90px rgba(0,0,0,.25);min-height:500px}.demo-notice{background:#fff3cd;border:1px solid #f2d987;color:#5f4d05;border-radius:10px;padding:10px 13px;font-size:13px;margin-bottom:18px}.step-label{text-transform:uppercase;letter-spacing:.14em;color:#0b8a78;font-weight:800;font-size:11px;margin:0 0 8px}.form-step h3,.form-success h3{font:800 31px 'Manrope';letter-spacing:-.035em;margin:0 0 27px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.service-choice{cursor:pointer}.service-choice input{position:absolute;opacity:0;pointer-events:none}.choice-body{height:150px;border:1.5px solid var(--line);border-radius:16px;padding:18px;display:flex;flex-direction:column;position:relative;transition:.18s}.service-choice input:checked+.choice-body{border-color:#0abca3;background:#effbf8;box-shadow:0 0 0 3px rgba(35,230,198,.17)}.choice-icon{width:36px;height:36px;background:#edf5f3;border-radius:10px;display:grid;place-items:center}.choice-icon svg{width:20px;height:20px}.choice-body>span:nth-child(2){display:flex;flex-direction:column;margin-top:13px}.choice-body small{color:#74827f;font-size:12px}.choice-body b{position:absolute;right:17px;top:19px;font:800 15px 'Manrope'}.form-footer{margin-top:28px;padding-top:21px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.text-button{border:0;background:none;cursor:pointer;color:#667572;font-weight:700}.field{display:flex;flex-direction:column;gap:7px;margin:14px 0}.field>span,.slots-header>span{font-weight:700;font-size:13px}.field span small{font-weight:400;color:#7d8987}.field input,.field textarea{width:100%;border:1px solid #cfdad8;background:#fbfcfc;border-radius:10px;padding:12px 13px;color:var(--ink);min-height:48px}.field textarea{resize:vertical}.field>small{color:#7b8986;font-size:11px}.fields.two-col{display:grid;grid-template-columns:1fr 1fr;gap:13px}.slots-header{display:flex;justify-content:space-between;margin:20px 0 9px}.slots-header small{color:#75827f}.time-slots{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;min-height:80px}.slot{border:1px solid var(--line);background:#fff;border-radius:9px;padding:10px 4px;cursor:pointer;font-weight:700}.slot:hover{border-color:#18c9af}.slot.selected{background:var(--ink);color:#fff;border-color:var(--ink)}.slot:disabled{background:#f0f2f2;color:#a8afad;text-decoration:line-through;cursor:not-allowed}.empty-slots{grid-column:1/-1;background:#f5f7f6;color:#788481;padding:22px;border-radius:10px;text-align:center;margin:0;font-size:13px}.summary-row{background:#eff8f6;border:1px solid #d8eee9;border-radius:12px;padding:13px 15px;font-size:13px;font-weight:700;margin-bottom:15px}.consent{display:flex;gap:10px;align-items:flex-start;font-size:12px;color:#5e6c69;margin-top:16px}.consent input{margin-top:3px}.consent a{text-decoration:underline;color:#086f61}.form-error{background:#fff0f0;border:1px solid #eeb9b9;color:#841e1e;padding:10px 12px;border-radius:8px;font-size:13px;margin-top:14px}.form-success{text-align:center;padding:35px 10px}.success-icon{width:62px;height:62px;border-radius:50%;background:var(--cyan);display:grid;place-items:center;margin:0 auto 20px}.success-icon svg{width:31px;height:31px;stroke-width:2.5}.form-success .summary-row{max-width:450px;margin:19px auto}.form-success p{color:#65726f}
.process{background:#fff}.centered{text-align:center}.centered .eyebrow{justify-content:center}.centered>p{margin:12px auto 0}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;counter-reset:process}.process-grid article{background:var(--paper);border-radius:18px;padding:28px;position:relative;min-height:245px}.process-grid article>span{color:#95a29f;font:800 12px 'Manrope'}.process-grid svg{width:42px;height:42px;color:#08a991;display:block;margin:34px 0 22px}.process-grid h3{font:800 20px 'Manrope';margin:0 0 8px}.process-grid p{color:#6d7977;font-size:14px;margin:0}.process-grid article:not(:last-child):after{content:"→";position:absolute;right:-18px;top:50%;width:34px;height:34px;border-radius:50%;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.08);display:grid;place-items:center;z-index:2}
.why{background:var(--paper)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.why-visual{position:relative}.why-visual img{height:580px;width:100%;object-fit:cover;object-position:72% center;border-radius:24px}.visual-badge{position:absolute;left:-25px;bottom:34px;background:#fff;padding:16px 20px;border-radius:14px;box-shadow:var(--shadow);display:flex;flex-direction:column}.visual-badge strong{font:800 14px 'Manrope'}.visual-badge span{font-size:12px;color:#66736f}.why-copy h2{font-size:clamp(36px,4vw,54px)}.why-copy>p:not(.eyebrow){color:#65726f;font-size:17px}.why-points{margin-top:30px}.why-points>div{display:flex;gap:16px;padding:18px 0;border-top:1px solid var(--line)}.why-points svg{width:26px;height:26px;color:#079e89;flex:0 0 auto}.why-points span{display:flex;flex-direction:column}.why-points small{color:#71807d;margin-top:3px}
.other-services{background:#fff}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mini-grid article{border:1px solid var(--line);border-radius:17px;padding:27px}.mini-grid svg{width:34px;height:34px;color:#08a991}.mini-grid h3{font:800 20px 'Manrope';margin:25px 0 8px}.mini-grid p{color:#6b7976;min-height:48px;font-size:14px}.mini-grid a,.plain-link{color:#077d6d;font-weight:800;font-size:13px}.faq{background:var(--paper)}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:75px}.faq h2{font-size:43px}.faq-grid>div:first-child>p:not(.eyebrow){color:#6d7b78}.accordion details{border-top:1px solid #cdd8d5;padding:3px 0}.accordion details:last-child{border-bottom:1px solid #cdd8d5}.accordion summary{list-style:none;cursor:pointer;padding:20px 0;font-weight:800;display:flex;justify-content:space-between}.accordion summary::-webkit-details-marker{display:none}.accordion summary span{font-size:22px;color:#079d88}.accordion details[open] summary span{transform:rotate(45deg)}.accordion details p{margin:-8px 40px 20px 0;color:#667470;font-size:14px}
.final-cta{padding:70px 0;background:var(--cyan)}.final-cta>.shell{display:flex;align-items:center;justify-content:space-between;gap:30px}.final-cta .eyebrow{color:#075f54}.final-cta .eyebrow span{background:#075f54}.final-cta h2{font-size:clamp(34px,4vw,52px)}.final-cta p:not(.eyebrow){margin:8px 0 0}.light-button{background:#fff;color:var(--ink);min-width:240px}.footer{background:#061216;color:#b6c2c0;padding:68px 0 20px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:55px}.footer-brand{margin-bottom:16px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:9px;font-size:13px}.footer-grid>div:first-child p{max-width:260px}.footer h3{color:#fff;font:800 13px 'Manrope';margin:5px 0 11px}.footer a:hover{color:var(--cyan)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:48px;padding-top:18px;display:flex;justify-content:space-between;font-size:12px;color:#70807e}
@media(max-width:900px){.section{padding:82px 0}.menu-button{display:block}.nav-links{position:absolute;top:76px;left:0;right:0;background:#07151a;padding:18px 20px 24px;flex-direction:column;align-items:stretch;gap:5px;transform:scaleY(0);transform-origin:top;opacity:0;pointer-events:none;transition:.2s}.nav-links.open{transform:scaleY(1);opacity:1;pointer-events:auto}.nav-links a{padding:11px}.nav-cta{text-align:center;margin-top:6px}.hero{min-height:720px;height:92svh}.hero-image{background-position:63% center}.hero-shade{background:linear-gradient(90deg,rgba(4,15,19,.96),rgba(4,15,19,.68)),linear-gradient(0deg,rgba(4,15,19,.7),transparent)}.hero-content{padding-top:95px}.hero h1{font-size:clamp(42px,9vw,66px)}.trust-grid{grid-template-columns:1fr}.trust-grid>div{border-right:0;border-bottom:1px solid rgba(7,21,26,.16);padding-bottom:14px}.trust-grid>div:last-child{border:0;padding:0}.split-heading,.booking-shell,.why-grid,.faq-grid{grid-template-columns:1fr;gap:35px}.booking-intro{position:static}.booking-steps{display:flex}.booking-steps li{flex:1}.booking-steps small{display:none}.service-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:1fr}.process-grid article:not(:last-child):after{content:"↓";right:auto;top:auto;bottom:-18px;left:50%}.why-grid{gap:50px}.why-visual img{height:440px}.visual-badge{left:18px}.mini-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.shell{width:min(100% - 28px,1180px)}.section{padding:66px 0}.site-header .shell{width:calc(100% - 24px)}.nav{height:68px}.nav-links{top:68px}.hero{min-height:680px;max-height:none;height:auto;padding:88px 0 34px}.hero-image{background-position:68% center;opacity:.74}.hero-shade{background:linear-gradient(0deg,rgba(4,15,19,.96) 3%,rgba(4,15,19,.63) 100%),linear-gradient(90deg,rgba(4,15,19,.7),transparent)}.hero-content{padding-top:150px}.hero h1{font-size:43px}.hero-copy{font-size:16px;margin:20px 0 25px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-facts{width:100%;margin-top:34px;justify-content:space-between}.hero-facts>div{padding-right:10px;margin-right:10px}.hero-facts strong{font-size:16px}.hero-facts span{font-size:10px}.trust-strip{padding:18px 0}.section h2{font-size:36px}.section-heading{margin-bottom:30px}.split-heading{gap:14px}.split-heading>p{font-size:16px}.service-card{padding:24px}.service-card h3{font-size:25px}.booking-card{padding:23px 17px;border-radius:19px;margin-inline:-3px}.booking-steps li{gap:7px}.booking-steps li>span{width:29px;height:29px}.booking-steps strong{font-size:12px!important}.choice-grid{grid-template-columns:1fr}.choice-body{height:118px}.form-step h3,.form-success h3{font-size:26px}.time-slots{grid-template-columns:repeat(3,1fr)}.fields.two-col{grid-template-columns:1fr;gap:0}.form-footer{gap:10px}.form-footer .button{padding-inline:15px;gap:10px}.process-grid article{min-height:auto}.why-visual img{height:360px}.visual-badge{left:10px;right:10px;bottom:12px}.mini-grid{grid-template-columns:1fr}.mini-grid p{min-height:0}.final-cta>.shell{flex-direction:column;align-items:flex-start}.final-cta .button{width:100%}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;gap:5px}}
.brand-logo{display:block;width:auto;height:47px;object-fit:contain}.footer-brand .brand-logo{height:54px}.storage-addon[hidden]{display:none}.storage-addon{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;margin-top:14px;padding:15px;border:1.5px solid var(--line);border-radius:13px;background:#fbfdfc;cursor:pointer}.storage-addon:has(input:checked){border-color:#0abca3;background:#effbf8;box-shadow:0 0 0 3px rgba(35,230,198,.12)}.storage-addon input{width:18px;height:18px;accent-color:#0abca3}.storage-addon span{display:flex;flex-direction:column}.storage-addon strong{font-size:14px}.storage-addon small{font-size:12px;color:#74827f}.storage-addon b{font:800 14px 'Manrope'}.install-grid{grid-template-columns:repeat(4,1fr)}.install-grid article{display:flex;flex-direction:column}.install-grid p{min-height:92px}.install-grid a{margin-top:auto}
@media(max-width:900px){.brand-logo{height:43px}.install-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.brand-logo{height:39px}.footer-brand .brand-logo{height:48px}.install-grid{grid-template-columns:1fr}.install-grid p{min-height:0}.storage-addon{grid-template-columns:auto 1fr}.storage-addon b{grid-column:2}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.area-links{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-top:18px;font-size:13px}.area-links span{color:#72817e}.area-links a{color:#077d6d;font-weight:800;text-decoration:underline;text-underline-offset:3px}.location-hero{padding:150px 0 78px;background:var(--ink);color:#fff}.location-hero h1{font:800 clamp(40px,6vw,68px)/1.04 'Manrope',sans-serif;letter-spacing:-.05em;margin:0;max-width:850px}.location-hero p:not(.eyebrow){color:#c3cfcd;font-size:19px;max-width:700px;margin:22px 0 30px}.location-content{padding:78px 0}.location-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:56px}.location-copy h2{font:800 clamp(30px,4vw,44px)/1.1 'Manrope',sans-serif;letter-spacing:-.04em;margin:0 0 18px}.location-copy h3{font:800 22px 'Manrope',sans-serif;margin:38px 0 10px}.location-copy p,.location-copy li{color:#596865}.location-copy a{color:#077d6d;font-weight:800;text-decoration:underline}.location-card{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:28px;height:max-content}.location-card h2{font:800 24px 'Manrope';margin:0 0 18px}.location-card dl{margin:0}.location-card dt{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#71807d;font-weight:800;margin-top:15px}.location-card dd{margin:3px 0 0;font-weight:700}.location-card .button{width:100%;margin-top:24px}@media(max-width:800px){.location-grid{grid-template-columns:1fr}.location-hero{padding:125px 0 60px}.location-hero p:not(.eyebrow){font-size:17px}}

/* AutoFifi 2026 reference redesign */
:root{--ink:#07113b;--ink2:#111c4d;--cyan:#08afe8;--cyan2:#009bd8;--paper:#f8fbff;--muted:#606984;--line:#dfe7f0;--radius:16px;--shadow:0 18px 55px rgba(20,54,96,.12)}
.design-v3{background:#fff;color:var(--ink);font-family:'DM Sans',sans-serif;overflow-x:hidden}
.design-v3 .shell{width:min(1360px,calc(100% - 80px))}
.design-v3 .site-header{position:fixed;background:rgba(255,255,255,.96);border-bottom:1px solid #edf2f7;box-shadow:0 8px 30px rgba(32,69,107,.04);backdrop-filter:blur(16px)}
.design-v3 .nav{height:88px}
.design-v3 .brand{color:var(--ink);flex:0 0 auto}
.design-v3 .brand-logo{height:62px;width:auto;object-fit:contain}
.design-v3 .nav-links{color:var(--ink);gap:38px;font-size:14px;font-weight:700}
.design-v3 .nav-links>a:not(.nav-cta){position:relative;padding:32px 0 29px}
.design-v3 .nav-links>a:not(.nav-cta):hover{color:var(--cyan2)}
.design-v3 .nav-links>a.active:after{content:"";position:absolute;left:0;right:0;bottom:19px;height:3px;border-radius:99px;background:var(--cyan)}
.design-v3 .nav-cta{margin-left:22px;min-width:160px;padding:13px 25px;text-align:center;background:var(--cyan);color:#fff;border-radius:15px;box-shadow:0 10px 28px rgba(8,175,232,.22)}
.design-v3 .nav-cta:hover{background:#009fd8;color:#fff}
.design-v3 .menu-button{color:var(--ink)}

.design-v3 .hero{height:auto;min-height:0;max-height:none;display:block;background:#fff;padding:88px 0 0;overflow:hidden}
.design-v3 .hero-grid{min-height:430px;display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.98fr);gap:18px;align-items:center}
.design-v3 .hero-content{height:auto;color:var(--ink);padding:46px 0 38px;display:block;position:relative;z-index:2}
.design-v3 .hero .eyebrow{margin:0 0 20px;color:var(--cyan2);font-size:13px;font-weight:800;letter-spacing:.18em;display:flex;gap:9px}
.design-v3 .hero .eyebrow span{width:auto;height:auto;background:transparent;color:var(--cyan)}
.design-v3 .hero h1{max-width:720px;margin:0;color:var(--ink);font:800 clamp(48px,4.35vw,68px)/1.04 'Manrope',sans-serif;letter-spacing:-.052em;text-transform:none}
.design-v3 .hero-copy{max-width:620px;margin:15px 0 20px;color:#68708a;font-size:26px;line-height:1.25}
.design-v3 .hero-actions{display:flex;gap:18px;flex-wrap:wrap}
.design-v3 .button{min-height:58px;border-radius:15px;padding:0 30px;gap:24px;font-size:16px;font-weight:700;text-transform:none;letter-spacing:0}
.design-v3 .button.primary{background:var(--cyan);color:#fff;box-shadow:0 12px 28px rgba(8,175,232,.2)}
.design-v3 .button.primary:hover{background:#009fd8}
.design-v3 .button.secondary{background:#fff;color:var(--ink);border:2px solid var(--ink);box-shadow:none}
.design-v3 .button.secondary:hover{background:#f4f9fe}
.design-v3 .hero-map{margin:0;align-self:stretch;display:flex;align-items:center;justify-content:flex-end;position:relative;z-index:1}
.design-v3 .hero-map img{width:min(100%,760px);height:auto;object-fit:contain;filter:saturate(.98) contrast(1.02)}

.design-v3 .services{background:linear-gradient(180deg,#fbfdff 0%,#f6fbff 100%);padding:28px 0 54px}
.design-v3 .services h2{margin:0 0 18px;font:800 clamp(38px,3.2vw,52px)/1.08 'Manrope',sans-serif;letter-spacing:-.045em}
.design-v3 .service-overview{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.design-v3 .service-overview .service-card{min-height:305px;margin:0;padding:30px 28px 24px;display:grid;grid-template-columns:175px minmax(0,1fr);grid-template-rows:1fr auto;column-gap:28px;row-gap:20px;color:var(--ink);background:rgba(255,255,255,.94);border:1px solid #e6edf5;border-radius:17px;box-shadow:0 12px 36px rgba(28,78,122,.06);overflow:hidden}
.design-v3 .service-overview .service-visual{width:160px;height:165px;object-fit:contain;align-self:center;justify-self:center;mix-blend-mode:multiply}
.design-v3 .service-overview .service-main{min-width:0;align-self:center}
.design-v3 .service-overview .service-card h3{margin:0 0 24px;color:var(--ink);font:800 clamp(29px,2.35vw,41px)/1.05 'Manrope',sans-serif;letter-spacing:-.045em}
.design-v3 .price-options{display:grid;grid-template-columns:1fr 1fr;gap:0}
.design-v3 .price-options>div{display:flex;flex-direction:column;padding-right:22px}
.design-v3 .price-options>div+div{padding-left:26px;border-left:1px solid #dbe4ee}
.design-v3 .price-options span{font-size:17px;color:#505a78;font-weight:600}
.design-v3 .price-options strong{margin-top:2px;color:var(--cyan);font:800 clamp(32px,3vw,45px)/1.1 'Manrope';letter-spacing:-.045em;white-space:nowrap}
.design-v3 .service-overview .button{grid-column:1/-1;width:100%;min-height:62px;margin:0;border-radius:15px}
.design-v3 .service-overview .service-price-list{display:block;grid-column:auto;grid-row:auto;list-style:none;margin:0;padding:0;border:0}
.design-v3 .service-overview .service-price-list li{display:flex;justify-content:space-between;gap:20px;padding:7px 0;border-bottom:1px solid #dfe6ef;font-size:16px}
.design-v3 .service-overview .service-price-list li:before{display:none;content:none}
.design-v3 .service-price-list li:last-child{border-bottom:0}
.design-v3 .service-price-list b{font-weight:500;color:#59627c;white-space:nowrap}
.design-v3 .service-price-list strong{color:var(--cyan);font:800 26px 'Manrope'}
.design-v3 .service-note{margin:18px auto 0;color:#6a738b}
.design-v3 .area-links{margin-top:12px}
.design-v3 .area-links a{color:#008fc8}

.design-v3 .booking-section{background:var(--ink)}
.design-v3 .booking-section .eyebrow{color:#59d0f5}
.design-v3 .booking-section .eyebrow span{background:#59d0f5}
.design-v3 .booking-steps li.active>span,.design-v3 .success-icon{background:var(--cyan);border-color:var(--cyan)}
.design-v3 .step-label,.design-v3 .mini-grid a,.design-v3 .plain-link{color:#008fc8}
.design-v3 .why{background:#f4f9fd}
.design-v3 .pit-board{background:var(--ink);box-shadow:18px 18px 0 var(--cyan)}
.design-v3 .final-cta{background:var(--cyan)}
.design-v3 .footer{background:#060d2c}

@media(max-width:1160px){
  .design-v3 .shell{width:min(100% - 48px,1100px)}
  .design-v3 .nav-links{gap:22px;font-size:13px}
  .design-v3 .nav-cta{margin-left:6px;min-width:130px}
  .design-v3 .hero-grid{grid-template-columns:1.02fr .98fr}
  .design-v3 .hero h1{font-size:52px}
  .design-v3 .hero-copy{font-size:22px}
  .design-v3 .service-overview .service-card{grid-template-columns:135px 1fr;padding:26px 22px}
  .design-v3 .service-overview .service-visual{width:125px;height:145px}
  .design-v3 .service-overview .service-card h3{font-size:32px}
  .design-v3 .price-options strong{font-size:34px}
}

@media(max-width:900px){
  .design-v3 .shell{width:min(100% - 36px,760px)}
  .design-v3 .nav{height:74px}
  .design-v3 .brand-logo{height:52px}
  .design-v3 .menu-button{display:block}
  .design-v3 .nav-links{top:74px;background:#fff;color:var(--ink);border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(7,17,59,.1);padding:12px 18px 20px}
  .design-v3 .nav-links>a:not(.nav-cta){padding:12px 4px}
  .design-v3 .nav-links>a.active:after{left:4px;right:auto;bottom:7px;width:36px}
  .design-v3 .nav-cta{margin:7px 0 0;padding:14px 20px}
  .design-v3 .hero{padding-top:74px}
  .design-v3 .hero-grid{grid-template-columns:1fr;gap:2px;min-height:0}
  .design-v3 .hero-content{padding:42px 0 12px}
  .design-v3 .hero h1{max-width:720px;font-size:clamp(43px,7vw,58px)}
  .design-v3 .hero-map{justify-content:center;min-height:330px}
  .design-v3 .hero-map img{width:min(100%,720px)}
  .design-v3 .service-overview{grid-template-columns:1fr}
  .design-v3 .service-overview .service-card{min-height:285px;grid-template-columns:150px 1fr}
  .design-v3 .service-overview .service-visual{width:140px}
}

@media(max-width:600px){
  .design-v3 .shell{width:calc(100% - 28px)}
  .design-v3 .nav{height:68px}
  .design-v3 .brand-logo{height:45px}
  .design-v3 .nav-links{top:68px}
  .design-v3 .hero{padding-top:68px}
  .design-v3 .hero-content{padding:32px 0 8px}
  .design-v3 .hero .eyebrow{margin-bottom:13px;font-size:10px;letter-spacing:.16em}
  .design-v3 .hero h1{font-size:clamp(37px,11vw,48px);line-height:1.02;letter-spacing:-.05em}
  .design-v3 .hero-copy{margin:14px 0 20px;font-size:20px}
  .design-v3 .hero-actions{flex-direction:column;gap:11px}
  .design-v3 .hero-actions .button{width:100%;min-height:55px;padding:0 17px;gap:14px;font-size:15px}
  .design-v3 .hero-map{min-height:0;margin:12px -14px 0}
  .design-v3 .hero-map img{width:100%;min-height:230px;object-fit:cover;object-position:center}
  .design-v3 .services{padding:30px 0 42px}
  .design-v3 .services h2{font-size:36px;margin-bottom:17px}
  .design-v3 .service-overview{gap:15px}
  .design-v3 .service-overview .service-card{min-height:0;padding:19px 17px 17px;grid-template-columns:82px minmax(0,1fr);grid-template-rows:auto auto;gap:14px 14px;border-radius:15px}
  .design-v3 .service-overview .service-visual{width:80px;height:105px}
  .design-v3 .service-overview .service-main{align-self:start;padding-top:5px}
  .design-v3 .service-overview .service-card h3{font-size:27px;margin:0 0 14px}
  .design-v3 .price-options>div{padding-right:11px}
  .design-v3 .price-options>div+div{padding-left:12px}
  .design-v3 .price-options span{font-size:13px}
  .design-v3 .price-options strong{font-size:23px}
  .design-v3 .service-price-list li{font-size:12px;gap:6px;padding:5px 0}
  .design-v3 .service-price-list strong{font-size:18px}
  .design-v3 .service-overview .button{min-height:51px;font-size:15px;border-radius:12px}
  .design-v3 .service-note{font-size:12px;text-align:left}
  .design-v3 .area-links{justify-content:flex-start}
}

@media(max-width:380px){
  .design-v3 .hero h1{font-size:35px}
  .design-v3 .service-overview .service-card{grid-template-columns:70px minmax(0,1fr);padding-inline:14px}
  .design-v3 .service-overview .service-visual{width:68px;height:92px}
  .design-v3 .service-overview .service-card h3{font-size:24px}
  .design-v3 .price-options strong{font-size:20px}
}

/* AutoFifi mobile pit service - visual system */
.hero{height:860px;min-height:760px;max-height:none;display:block;isolation:isolate;background:#061419}
.hero-tread{position:absolute;z-index:0;left:-80px;bottom:-115px;width:520px;height:280px;opacity:.09;transform:rotate(-12deg);background:repeating-linear-gradient(58deg,transparent 0 32px,var(--cyan) 33px 58px,transparent 59px 86px),repeating-linear-gradient(-58deg,transparent 0 32px,var(--cyan) 33px 58px,transparent 59px 86px)}
.hero-image{inset:112px 0 54px auto;width:min(55vw,900px);border-radius:8px 0 0 8px;clip-path:polygon(13% 0,100% 0,100% 100%,0 100%);box-shadow:-45px 35px 90px rgba(0,0,0,.36);background-position:62% center}
.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,20,25,.72),transparent 40%),linear-gradient(0deg,rgba(6,20,25,.35),transparent 48%)}
.hero-image-label{position:absolute;z-index:2;left:12%;bottom:24px;padding:10px 14px;border-left:3px solid var(--cyan);background:rgba(6,20,25,.78);backdrop-filter:blur(8px);display:flex;flex-direction:column;color:#fff;text-transform:uppercase;letter-spacing:.12em}
.hero-image-label span{font-size:10px;color:var(--cyan);font-weight:800}.hero-image-label strong{font:800 13px 'Manrope'}
.hero-shade{z-index:1;background:linear-gradient(90deg,#061419 0%,#061419 38%,rgba(6,20,25,.9) 48%,rgba(6,20,25,.12) 72%)}
.hero-content{z-index:3;height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:80px}
.hero h1{font-size:clamp(58px,6.3vw,92px);max-width:780px;text-transform:uppercase;line-height:.91;letter-spacing:-.065em}.hero h1 em{display:inline-block;color:var(--cyan);transform:skewX(-5deg)}
.hero-copy{font-size:18px;max-width:540px;margin:27px 0 28px}.hero-actions .button{border-radius:4px;text-transform:uppercase;letter-spacing:.04em;font-size:13px}
.hero-facts{margin-top:48px;background:rgba(6,20,25,.82);border:1px solid rgba(255,255,255,.14);border-left:4px solid var(--cyan);padding:0 18px}
.hero-facts>div{padding:16px 34px 16px 0;margin-right:34px;border-right:1px solid rgba(255,255,255,.14)}.hero-facts span{order:0;text-transform:uppercase;letter-spacing:.11em;font-size:10px}.hero-facts strong{order:1;font-size:19px;margin-top:3px}
.hero-rail{position:absolute;z-index:4;right:17px;top:50%;writing-mode:vertical-rl;transform:translateY(-50%);font:800 10px 'Manrope';letter-spacing:.23em;color:rgba(255,255,255,.62)}
.trust-strip{background:var(--cyan);padding:0}.trust-grid{gap:0}.trust-grid>div{min-height:82px;padding:15px 28px;border-right:1px solid rgba(7,21,26,.25);gap:16px}.trust-index{font:800 28px 'Manrope';color:rgba(7,21,26,.35)}.trust-grid span:not(.trust-index){font-size:12px}.trust-grid strong{text-transform:uppercase;letter-spacing:.045em;font-size:12px}
.services{background:#edf2f0}.services .section-heading{border-bottom:2px solid var(--ink);padding-bottom:35px}.service-grid{grid-template-columns:1fr;gap:12px}.service-card,.service-card.featured{display:grid;grid-template-columns:120px 1fr 225px;grid-template-rows:auto auto 1fr;column-gap:32px;padding:32px 34px;border-radius:4px;box-shadow:none;overflow:hidden}.service-card.featured{background:#07151a}.service-top{grid-column:1;grid-row:1/4;align-items:flex-start;justify-content:space-between;flex-direction:column;border-right:1px solid currentColor;padding-right:25px}.service-top svg{width:48px;height:48px}.service-card h3{grid-column:2;grid-row:1;margin:0 0 8px;font-size:32px}.service-card>p:not(.campaign){grid-column:2;grid-row:2;margin:0}.service-card .price{grid-column:3;grid-row:1;margin:0;justify-self:end}.service-card .campaign{grid-column:3;grid-row:2;justify-self:end;text-align:right}.service-card ul{grid-column:2;grid-row:3;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border:0;margin:22px 0 0;padding:18px 0 0;border-top:1px solid var(--line)}.service-card.featured ul{border-color:rgba(255,255,255,.16)}.service-card .button{grid-column:3;grid-row:3;align-self:end;border-radius:4px;min-height:48px}.service-card .price strong{font-size:46px}.tag{border-radius:2px}.service-note{margin-top:26px}
.process{background:#fff}.process .section-heading{text-align:left;display:grid;grid-template-columns:1fr 1fr;align-items:end}.process .section-heading .eyebrow{justify-content:flex-start;grid-column:1}.process .section-heading h2{grid-column:1}.process .section-heading>p:last-child{grid-column:2;grid-row:2;margin:0 0 7px auto}.process-grid{gap:0;border-bottom:2px solid var(--ink)}.process-grid article{background:transparent;border-radius:0;border-top:2px solid var(--ink);padding:24px 34px 32px;min-height:265px}.process-grid article+article{border-left:1px solid var(--line)}.process-grid article>span{font-size:54px;color:#c8d2cf;line-height:1}.process-grid svg{width:30px;height:30px;margin:27px 0 18px}.process-grid article:not(:last-child):after{display:none}
.why{background:#e8efed}.pit-board{position:relative;overflow:hidden;background:#07151a;color:#fff;padding:18px 32px;box-shadow:18px 18px 0 var(--cyan)}.pit-board:after{content:"";position:absolute;inset:auto -50px -50px auto;width:220px;height:140px;opacity:.1;transform:rotate(-12deg);background:repeating-linear-gradient(55deg,transparent 0 18px,var(--cyan) 19px 35px,transparent 36px 53px)}.pit-board>div{display:grid;grid-template-columns:120px 1fr;align-items:center;padding:25px 0;border-bottom:1px solid rgba(255,255,255,.15)}.pit-board>div:last-child{border:0}.pit-board span{font:800 10px 'Manrope';letter-spacing:.14em;color:var(--cyan)}.pit-board strong{font:800 clamp(22px,3vw,34px) 'Manrope';letter-spacing:-.035em}.pit-board small{grid-column:2;color:#99aaa7}.why-copy h2{font-size:clamp(38px,4.4vw,60px)}
.other-services .split-heading{border-bottom:2px solid var(--ink);padding-bottom:35px}.install-grid{grid-template-columns:1fr;gap:0;border-bottom:2px solid var(--ink)}.install-grid article{display:grid;grid-template-columns:58px 240px 1fr auto;align-items:center;gap:22px;border:0;border-top:1px solid #bdcac7;border-radius:0;padding:22px 8px}.install-grid svg{margin:0}.install-grid h3{margin:0;font-size:18px}.install-grid p{margin:0;min-height:0}.install-grid a{margin:0;white-space:nowrap}.faq .accordion summary{font-size:16px}.final-cta{position:relative;overflow:hidden}.final-cta:after{content:"AUTOFIFI";position:absolute;right:-20px;bottom:-55px;font:800 140px 'Manrope';letter-spacing:-.08em;color:rgba(7,21,26,.08);pointer-events:none}.final-cta>.shell{position:relative;z-index:1}
@media(max-width:900px){.hero{height:780px;min-height:720px}.hero-image{inset:92px 0 0 0;width:100%;height:auto;clip-path:none;border-radius:0;opacity:.48}.hero-image-label,.hero-rail{display:none}.hero-shade{background:linear-gradient(0deg,#061419 6%,rgba(6,20,25,.78) 75%,rgba(6,20,25,.6)),linear-gradient(90deg,rgba(6,20,25,.94),rgba(6,20,25,.35))}.hero-content{padding-top:86px}.hero h1{font-size:clamp(52px,10vw,76px);max-width:700px}.service-card,.service-card.featured{grid-template-columns:90px 1fr 190px;column-gap:24px}.service-card ul{grid-template-columns:1fr}.process .section-heading{display:block}.process .section-heading>p:last-child{margin:12px 0 0}.pit-board{box-shadow:12px 12px 0 var(--cyan)}.install-grid article{grid-template-columns:48px 180px 1fr}.install-grid a{grid-column:3}}
@media(max-width:600px){.hero{height:auto;min-height:700px;padding:0}.hero-image{inset:68px 0 0}.hero-content{padding-top:140px;padding-bottom:36px;justify-content:flex-end}.hero h1{font-size:48px}.hero-copy{font-size:16px}.hero-facts{width:100%;padding:0 10px;margin-top:34px}.hero-facts>div{flex:1;padding:12px 8px;margin:0}.hero-facts strong{font-size:15px}.hero-facts span{font-size:8px}.trust-grid>div{min-height:68px;padding:11px 6px}.trust-index{font-size:21px}.services .section-heading,.other-services .split-heading{padding-bottom:24px}.service-card,.service-card.featured{display:flex;padding:24px;border-radius:3px}.service-top{border:0;padding:0;flex-direction:row}.service-card h3{margin:22px 0 8px}.service-card .price{justify-self:auto;margin-top:26px}.service-card .campaign{text-align:left}.service-card ul{display:block;margin-top:16px}.service-card .button{margin-top:4px}.process-grid{grid-template-columns:1fr}.process-grid article{min-height:0;border-left:0!important;padding:22px 8px}.pit-board{padding:10px 20px;box-shadow:8px 8px 0 var(--cyan)}.pit-board>div{grid-template-columns:95px 1fr;padding:20px 0}.pit-board strong{font-size:20px}.install-grid article{grid-template-columns:42px 1fr;padding:19px 4px;gap:13px}.install-grid h3{grid-column:2}.install-grid p,.install-grid a{grid-column:2}.final-cta:after{font-size:80px;bottom:-25px}}

/* Final guards for the selected reference design */
.design-v3 .shell{width:min(1360px,calc(100% - 128px))}
.design-v3 .brand-logo{width:220px;height:auto}
.design-v3 .hero-content{width:760px;max-width:none}
.design-v3 .hero h1{max-width:760px;font-size:clamp(47px,3.65vw,58px);line-height:1.04;text-transform:none}
.design-v3 .hero-actions .button,.design-v3 .service-overview .button{border-radius:15px;text-transform:none;letter-spacing:0;font-size:16px}
.design-v3 .service-overview{grid-template-columns:1fr 1fr;gap:24px}
.design-v3 .service-overview .service-card{display:grid;border-radius:17px;padding:30px 28px 24px;grid-template-columns:175px minmax(0,1fr);grid-template-rows:1fr auto;column-gap:28px}
.design-v3 .service-overview .service-card h3{grid-column:auto;grid-row:auto;margin:0 0 24px}
.design-v3 .service-overview .service-price-list{display:block;margin:0;padding:0}
.design-v3 .service-overview .service-price-list li{padding:7px 0}
.design-v3 .service-overview .button{grid-column:1/-1;grid-row:auto;min-height:62px;margin:0;width:100%}
@media(max-width:1160px){.design-v3 .shell{width:min(100% - 48px,1100px)}.design-v3 .brand-logo{width:195px}.design-v3 .hero h1{font-size:50px}.design-v3 .service-overview .service-card{grid-template-columns:135px minmax(0,1fr);padding:26px 22px}}
@media(max-width:900px){.design-v3 .shell{width:min(100% - 36px,760px)}.design-v3 .brand-logo{width:175px}.design-v3 .hero-content{width:auto;max-width:100%}.design-v3 .service-overview{grid-template-columns:1fr}.design-v3 .service-overview .service-card{grid-template-columns:150px minmax(0,1fr)}}
@media(max-width:600px){.design-v3 .shell{width:calc(100% - 28px)}.design-v3 .brand-logo{width:145px}.design-v3 .hero-content{width:auto;max-width:100%}.design-v3 .hero h1{font-size:clamp(37px,11vw,48px)}.design-v3 .hero-actions .button,.design-v3 .service-overview .button{font-size:15px}.design-v3 .service-overview .service-card{display:grid;padding:19px 17px 17px;grid-template-columns:82px minmax(0,1fr);grid-template-rows:auto auto;gap:14px}.design-v3 .service-overview .service-card h3{margin:0 0 14px}.design-v3 .service-overview .button{min-height:51px}}
