:root {
    --red: #d00000;
    --red-dark: #9e0000;
    --red-soft: #fff0f0;
    --ink: #151515;
    --muted: #676767;
    --line: #dedbd7;
    --paper: #f4f1ed;
    --white: #ffffff;
    --radius-lg: 34px;
    --radius-md: 22px;
    --shadow: 0 28px 80px rgba(31, 22, 19, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1440px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: white; padding: 12px 18px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.topline { background: var(--red); color: white; font-size: 12px; letter-spacing: .02em; }
.topline__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.status { display: inline-flex; align-items: center; gap: 8px; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: white; box-shadow: 0 0 0 4px rgba(255,255,255,.18); }
.status.is-closed i { opacity: .6; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(244,241,237,.94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(21,21,21,.1); }
.site-header__inner { min-height: 84px; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 28px; }
.brand { display: block; width: 228px; }
.brand img { display: block; width: 100%; height: auto; }
.desktop-nav { justify-self: center; display: flex; gap: 28px; font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: var(--red); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-nav a.is-current::after { right: 0; }
.header-call { display: flex; flex-direction: column; border-left: 1px solid var(--line); padding-left: 26px; line-height: 1.1; }
.header-call__small { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 5px; }
.header-call strong { font-size: 16px; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 650px; margin-top: 24px; overflow: hidden; border-radius: 42px; background: white; box-shadow: 0 1px 0 rgba(21,21,21,.06); }
.hero__image { position: absolute; inset: -28px 0; background: url("../images/rep.webp") 62% center / cover no-repeat; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.045); will-change: transform; }
.hero__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 38%, rgba(255,255,255,.2) 68%, transparent 100%); }
.hero__red-shape { position: absolute; width: 430px; height: 430px; right: -210px; top: -220px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 36px rgba(208,0,0,.11); }
.hero__content { position: relative; z-index: 2; width: min(690px, 58%); padding: 82px 0 74px 76px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #333; font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 34px; height: 3px; background: var(--red); }
.eyebrow--light { color: rgba(255,255,255,.7); }
.eyebrow--light span { background: white; }
.hero h1 { margin: 25px 0 22px; max-width: 700px; font-size: clamp(62px, 6.7vw, 104px); line-height: .88; letter-spacing: -.075em; font-weight: 900; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero__content > p { max-width: 600px; margin: 0; color: #505050; font-size: 20px; line-height: 1.45; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--red { background: var(--red); color: white; }
.button--red:hover { background: var(--red-dark); }
.button--white { background: white; color: var(--ink); border-color: var(--line); }
.button--white:hover { border-color: var(--ink); }
.button--outline { background: transparent; color: var(--ink); border-color: #bbb4ad; }
.button--ghost { color: white; border-color: rgba(255,255,255,.34); }
.hero__proof { display: flex; align-items: center; gap: 14px; margin-top: 35px; color: var(--muted); font-size: 13px; }
.stars { color: var(--red); letter-spacing: 2px; }
.hero__badge { position: absolute; z-index: 3; right: 40px; bottom: 35px; display: flex; align-items: center; gap: 13px; max-width: 290px; padding: 13px 18px 13px 12px; background: rgba(255,255,255,.92); border: 1px solid white; border-radius: 18px; box-shadow: 0 18px 50px rgba(21,21,21,.14); backdrop-filter: blur(12px); }
.hero__badge img { width: 46px; height: 46px; border-radius: 50%; }
.hero__badge div { display: flex; flex-direction: column; gap: 4px; }
.hero__badge strong { font-size: 13px; }
.hero__badge span { color: var(--muted); font-size: 10px; }

.quick-strip { margin: 22px 0 0; }
.quick-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: white; border-radius: 22px; overflow: hidden; }
.quick-strip__grid > div { display: flex; align-items: center; gap: 16px; min-height: 94px; padding: 18px 26px; border-right: 1px solid rgba(255,255,255,.13); }
.quick-strip__grid > div:last-child { border-right: 0; }
.quick-strip b { color: var(--red); font-size: 13px; }
.quick-strip span { display: flex; flex-direction: column; gap: 4px; color: rgba(255,255,255,.54); font-size: 11px; }
.quick-strip strong { color: white; font-size: 13px; }

.passfoto-spot { position: relative; display: grid; grid-template-columns: 1.18fr .82fr; min-height: 270px; margin-top: 22px; overflow: hidden; background: white; border-radius: 28px; box-shadow: 0 1px 0 rgba(21,21,21,.06); }
.passfoto-spot__copy { position: relative; z-index: 2; align-self: center; padding: 38px 48px; }
.passfoto-spot h2 { max-width: 700px; margin: 14px 0 12px; font-size: clamp(36px, 4vw, 58px); line-height: .96; letter-spacing: -.055em; }
.passfoto-spot p { max-width: 690px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.passfoto-spot__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.passfoto-spot__actions > span { padding: 8px 12px; color: var(--red); background: var(--red-soft); border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.passfoto-spot__actions a { margin-left: 8px; color: var(--ink); font-size: 12px; font-weight: 900; }
.passfoto-spot__actions a b { margin-left: 6px; color: var(--red); font-size: 16px; }
.passfoto-spot__image { min-height: 270px; background: linear-gradient(90deg, white 0%, transparent 24%), url("../images/pb.webp") 59% 38% / cover no-repeat; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.04); }

.calculator-section { margin-top: 22px; padding: 88px 0; background: var(--red); color: white; overflow: hidden; position: relative; }
.calculator-section::after { content: "F"; position: absolute; right: -50px; bottom: -200px; color: rgba(255,255,255,.07); font-size: 720px; line-height: 1; font-weight: 900; }
.calculator-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px, 7vw, 116px); align-items: center; }
.calculator-copy h2, .section-heading h2, .contact h2 { margin: 22px 0 18px; font-size: clamp(44px, 5vw, 76px); line-height: .96; letter-spacing: -.06em; }
.calculator-copy > p { max-width: 480px; margin: 0; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.55; }
.calculator-steps { display: flex; gap: 20px; padding: 0; margin: 45px 0 0; list-style: none; }
.calculator-steps li { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.5); font-size: 12px; font-weight: 800; }
.calculator-steps b { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.calculator-steps .is-active { color: white; }
.calculator-steps .is-active b { background: white; color: var(--red); border-color: white; }
.calculator-steps .is-done { color: rgba(255,255,255,.8); }
.calculator-steps .is-done b { color: white; background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.55); }
.calculator-card { color: var(--ink); background: white; border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow); }
.calculator-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.mini-label { display: block; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.calculator-card h3 { margin: 7px 0 0; font-size: 29px; letter-spacing: -.04em; }
.calculator-card__counter { padding: 8px 12px; background: var(--red-soft); color: var(--red); border-radius: 999px; font-size: 10px; font-weight: 900; }
.search-wrap { position: relative; margin-top: 26px; }
.search-wrap > label, .field label { display: block; margin-bottom: 8px; color: #494949; font-size: 11px; font-weight: 800; }
.search-field { display: flex; align-items: center; gap: 11px; min-height: 56px; padding: 0 17px; background: #f5f3f0; border: 1px solid transparent; border-radius: 15px; }
.search-field:focus-within { background: white; border-color: var(--red); box-shadow: 0 0 0 3px rgba(208,0,0,.09); }
.search-field span { color: var(--red); font-size: 25px; line-height: 1; transform: rotate(-15deg); }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 15px; }
.search-results { position: absolute; z-index: 10; left: 0; right: 0; top: calc(100% + 7px); max-height: 280px; overflow: auto; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 48px rgba(21,21,21,.18); }
.search-results button { display: flex; justify-content: space-between; gap: 15px; width: 100%; padding: 13px 15px; border: 0; border-bottom: 1px solid #eeeae6; background: white; text-align: left; cursor: pointer; }
.search-results button:last-child { border-bottom: 0; }
.search-results button:hover, .search-results button.is-active { background: var(--red-soft); }
.search-results small { color: var(--muted); }
.search-results__empty { padding: 15px; color: var(--muted); font-size: 13px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 19px; }
.field select { width: 100%; height: 52px; padding: 0 40px 0 14px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 13px; outline: 0; }
.field select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(208,0,0,.08); }
.field select:disabled { color: #9a9691; background: #f5f3f0; }
.result { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; min-height: 102px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.result > div:first-child { display: flex; flex-direction: column; }
.result strong { color: var(--red); font-size: 44px; letter-spacing: -.05em; }
.result.is-settling strong { animation: priceSettle .76s cubic-bezier(.2,.85,.2,1); }
.result #meta { color: var(--muted); font-size: 11px; }
.result__details { max-width: 230px; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: right; }
.calculator-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 22px; }
.calculator-actions .button { width: 100%; padding-inline: 16px; }
.is-disabled { opacity: .42; pointer-events: none; }

.services { padding: 110px 0 22px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 45px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 500px; margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.service-grid { display: grid; grid-template-columns: 1.08fr .96fr .96fr; gap: 18px; }
.service-card { position: relative; min-height: 540px; overflow: hidden; border-radius: 28px; isolation: isolate; }
.service-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background-position: center; background-size: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.service-card:hover::before { transform: scale(1.04); }
.service-card::after { content: ""; position: absolute; inset: 0; z-index: -1; }
.service-card--phone::before { background-image: url("../images/rep.webp"); background-position: 67% center; }
.service-card--phone::after { background: linear-gradient(180deg, rgba(130,0,0,.08), rgba(130,0,0,.9)); }
.service-card--computer::before { background-image: url("../images/pc.webp"); background-position: 55% center; }
.service-card--computer::after { background: linear-gradient(180deg, rgba(10,10,10,.03), rgba(10,10,10,.9)); }
.service-card--photo::before { background-image: url("../images/pb.webp"); background-position: 61% center; }
.service-card--photo::after { background: linear-gradient(180deg, rgba(35,20,20,.02), rgba(35,20,20,.88)); }
.service-card__number { position: absolute; top: 24px; right: 24px; display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; font-size: 11px; font-weight: 900; backdrop-filter: blur(10px); }
.service-card__content { position: absolute; left: 30px; right: 30px; bottom: 30px; color: white; }
.service-card__content > span { font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.service-card h3 { margin: 12px 0 20px; font-size: clamp(30px, 2.9vw, 48px); line-height: .98; letter-spacing: -.05em; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0 0 24px; list-style: none; }
.service-card li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 10px; backdrop-filter: blur(10px); }
.service-card a { font-size: 12px; font-weight: 900; }

.protection { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 460px; margin-top: 22px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 30px; box-shadow: 0 22px 65px rgba(31,22,19,.08); }
.protection__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 48px 56px; }
.protection__brandline { display: flex; align-items: center; gap: 15px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.protection__brandline strong { color: var(--ink); font-size: 12px; }
.protection__brandline span { padding-left: 15px; border-left: 1px solid var(--line); }
.protection h3 { margin: 20px 0 16px; font-size: clamp(46px, 4.5vw, 68px); line-height: .92; letter-spacing: -.065em; }
.protection__copy > p { max-width: 720px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.protection__benefits { display: flex; flex-wrap: wrap; gap: 8px 24px; padding: 0; margin: 22px 0 24px; list-style: none; }
.protection__benefits li { position: relative; padding-left: 13px; color: #514c48; font-size: 11px; font-weight: 800; }
.protection__benefits li::before { content: ""; position: absolute; left: 0; top: .42em; width: 5px; height: 5px; background: var(--red); border-radius: 50%; }
.protection__copy > small { max-width: 760px; margin-top: 17px; color: #8b8681; font-size: 9px; line-height: 1.5; }
.protection__price { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; overflow: hidden; padding: 38px 30px; color: white; background: var(--red); text-align: center; isolation: isolate; }
.protection__price::before, .protection__price::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.protection__price::before { width: 390px; height: 390px; right: -180px; top: -190px; box-shadow: 0 0 0 42px rgba(255,255,255,.05); }
.protection__price::after { width: 260px; height: 260px; left: -145px; bottom: -145px; box-shadow: 0 0 0 34px rgba(255,255,255,.05); }
.protection__shield { display: grid; place-items: center; width: 64px; height: 71px; margin-bottom: 20px; background: white; color: var(--red); clip-path: polygon(50% 0, 92% 17%, 87% 68%, 50% 100%, 13% 68%, 8% 17%); }
.protection__shield span { font-size: 18px; font-weight: 900; letter-spacing: -.04em; }
.protection__price > span { font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.protection__price > small { margin-top: 14px; font-size: 11px; font-weight: 900; }
.protection__price > strong { margin-top: 2px; font-size: clamp(58px, 6vw, 84px); line-height: 1; letter-spacing: -.075em; }
.protection__price > strong sup { margin-right: 4px; font-size: .4em; vertical-align: .78em; }
.protection__price > b { margin-top: 3px; font-size: 10px; letter-spacing: .12em; }
.protection__price > p { margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.55; }
.protection__partner { width: min(240px, 100%); margin-top: 19px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.25); font-size: 15px; font-weight: 900; letter-spacing: .045em; }
.protection__partner small { color: rgba(255,255,255,.68); font-size: 8px; letter-spacing: .18em; }

.trust { display: grid; grid-template-columns: .6fr 1.35fr 1fr; align-items: center; gap: 42px; margin-bottom: 110px; padding: 38px 44px; color: white; background: var(--ink); border-radius: 28px; }
.trust__score { display: grid; grid-template-columns: auto 1fr; column-gap: 15px; align-items: center; }
.trust__score strong { grid-row: span 2; font-size: 62px; letter-spacing: -.06em; }
.trust__score small { color: rgba(255,255,255,.55); }
.trust .quality-promise { margin: 0; padding-inline: 35px; border-inline: 1px solid rgba(255,255,255,.14); font-size: 20px; font-weight: 700; line-height: 1.4; }
.trust__facts { display: flex; flex-direction: column; gap: 9px; color: rgba(255,255,255,.7); font-size: 12px; }
.trust__facts span::before { content: "✓"; color: #ff5353; margin-right: 9px; font-weight: 900; }

.process { padding-bottom: 110px; }
.section-heading--compact { align-items: end; }
.text-link { color: var(--red); font-weight: 900; font-size: 13px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid #cfcac4; }
.process-grid article { position: relative; padding: 35px 30px 42px 0; }
.process-grid article:not(:last-child)::after { content: ""; position: absolute; right: 20px; top: 30px; bottom: 30px; width: 1px; background: #cfcac4; }
.process-grid b { color: var(--red); font-size: 12px; }
.process-grid h3 { margin: 30px 0 9px; font-size: 20px; }
.process-grid p { max-width: 250px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.contact { display: grid; grid-template-columns: 1.4fr .8fr; margin-bottom: 32px; overflow: hidden; color: white; background: var(--red); border-radius: 34px; }
.contact__main { position: relative; overflow: hidden; padding: 72px; }
.contact__mark { position: absolute; width: 420px; height: 420px; right: -130px; bottom: calc(-160px + var(--parallax-y, 0px)); border-radius: 50%; opacity: .1; mix-blend-mode: screen; }
.contact h2 { position: relative; max-width: 680px; margin-top: 24px; }
.contact__main > p { position: relative; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.7; }
.contact__actions { position: relative; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.contact__hours { padding: 52px; color: var(--ink); background: white; }
.contact__hours h3 { margin: 21px 0 12px; font-size: 22px; }
.contact__hours dl { margin: 0; }
.contact__hours dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.contact__hours dd { margin: 0; font-weight: 800; }
.contact__hours small { display: block; margin-top: 18px; color: var(--muted); }

.footer { background: white; border-top: 1px solid var(--line); }
.footer__inner { min-height: 110px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 30px; color: var(--muted); font-size: 11px; }
.footer img { display: block; width: 190px; height: auto; }
.footer nav { display: flex; gap: 20px; }

.legal-page { background: var(--paper); }
.legal-header { position: sticky; top: 0; z-index: 50; background: rgba(244,241,237,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.legal-header__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.legal-back { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 900; }
.legal-back:hover { border-color: var(--ink); }
.legal-page main { width: min(900px, calc(100% - 64px)); margin-inline: auto; padding: 72px 0 90px; }
.legal-page main > div { max-width: none; margin: 0; }
.legal-page main > div > div:first-child { margin-bottom: 34px; }
.legal-page main > div > div:first-child > span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.legal-page h1 { margin: 10px 0 16px; font-size: clamp(48px, 7vw, 78px); line-height: .96; letter-spacing: -.06em; }
.legal-page h2 { margin: 0 0 16px; font-size: 22px; letter-spacing: -.025em; }
.legal-page h3 { margin: 0 0 6px; font-size: 15px; }
.legal-page main p, .legal-page main li { color: var(--muted); font-size: 14px; line-height: 1.7; }
.legal-page main p { margin: 0; }
.legal-page main p + p { margin-top: 10px; }
.legal-page main strong { color: var(--ink); }
.legal-page main a { color: var(--red); text-decoration: underline; text-underline-offset: 4px; }
.legal-page main section { margin-top: 16px; padding: 30px 34px; background: white; border: 1px solid var(--line); border-radius: 24px; }
.legal-page main section ul { margin: 8px 0 0; padding-left: 22px; }
.legal-page main section li + li { margin-top: 3px; }
.legal-page main section > div > div + div { margin-top: 16px; }
.legal-page .footer nav [aria-current="page"] { color: var(--red); font-weight: 900; }

/* Fröschl Motion System */
.motion-signal { position: fixed; z-index: 44; right: 17px; top: 50%; width: 3px; height: 112px; opacity: 0; background: rgba(21,21,21,.12); border-radius: 999px; transform: translateY(-50%); transition: opacity .5s ease; pointer-events: none; }
.motion-ready .motion-signal { opacity: 1; }
.motion-signal i { position: absolute; left: 0; top: 0; width: 100%; height: calc(var(--page-progress, 0) * 100%); background: var(--red); border-radius: inherit; }
.motion-signal i::after { content: ""; position: absolute; left: 50%; bottom: -4px; width: 9px; height: 9px; background: var(--red); border: 2px solid var(--paper); border-radius: 50%; transform: translateX(-50%); }
.motion-signal b { position: absolute; left: 50%; bottom: -25px; color: var(--ink); font-size: 9px; transform: translateX(-50%); }

.motion-ready .hero h1 { clip-path: inset(0 100% 0 0); transform: translateX(-18px); transition: clip-path 1.05s .18s cubic-bezier(.2,.8,.2,1), transform 1.05s .18s cubic-bezier(.2,.8,.2,1); }
.motion-ready .hero .eyebrow, .motion-ready .hero__content > p, .motion-ready .hero__actions, .motion-ready .hero__proof, .motion-ready .hero__badge { opacity: 0; transform: translateY(12px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.motion-ready .hero.is-loaded h1 { clip-path: inset(0 0 0 0); transform: none; }
.motion-ready .hero.is-loaded .eyebrow { opacity: 1; transform: none; transition-delay: .12s; }
.motion-ready .hero.is-loaded .hero__content > p { opacity: 1; transform: none; transition-delay: .58s; }
.motion-ready .hero.is-loaded .hero__actions { opacity: 1; transform: none; transition-delay: .7s; }
.motion-ready .hero.is-loaded .hero__proof, .motion-ready .hero.is-loaded .hero__badge { opacity: 1; transform: none; transition-delay: .82s; }

.motion-ready .passfoto-spot__image { clip-path: inset(0 100% 0 0); transition: clip-path 1.05s cubic-bezier(.2,.82,.2,1), transform .2s linear; }
.motion-ready .passfoto-spot.is-inview .passfoto-spot__image { clip-path: inset(0 0 0 0); }
.motion-ready .passfoto-spot .eyebrow span, .motion-ready .calculator-layout .eyebrow span, .motion-ready .section-heading .eyebrow span, .motion-ready .contact .eyebrow span { width: 0; transition: width .65s cubic-bezier(.2,.8,.2,1); }
.motion-ready .passfoto-spot.is-inview .eyebrow span, .motion-ready .calculator-layout.is-inview .eyebrow span, .motion-ready .section-heading.is-inview .eyebrow span, .motion-ready .contact.is-inview .eyebrow span { width: 34px; }
.motion-ready .passfoto-spot h2, .motion-ready .calculator-layout h2, .motion-ready .section-heading h2, .motion-ready .contact h2 { clip-path: inset(0 0 100% 0); transform: translateY(22px); transition: clip-path .85s .08s cubic-bezier(.2,.8,.2,1), transform .85s .08s cubic-bezier(.2,.8,.2,1); }
.motion-ready .passfoto-spot.is-inview h2, .motion-ready .calculator-layout.is-inview h2, .motion-ready .section-heading.is-inview h2, .motion-ready .contact.is-inview h2 { clip-path: inset(0 0 0 0); transform: none; }

.motion-ready .calculator-card { clip-path: inset(0 0 100% 0 round 34px); transform: translateY(18px); transition: clip-path 1s .12s cubic-bezier(.2,.82,.2,1), transform 1s .12s cubic-bezier(.2,.82,.2,1); }
.motion-ready .calculator-layout.is-inview .calculator-card { clip-path: inset(0 0 0 0 round 34px); transform: none; }

.motion-ready .service-card::before { transform: scale(1.14); transition: transform 1.35s var(--motion-delay, 0ms) cubic-bezier(.2,.8,.2,1); }
.motion-ready .service-card .service-card__content { clip-path: inset(100% 0 0 0); transform: translateY(25px); transition: clip-path .85s var(--motion-delay, 0ms) cubic-bezier(.2,.8,.2,1), transform .85s var(--motion-delay, 0ms) cubic-bezier(.2,.8,.2,1); }
.motion-ready .service-card.is-inview::before { transform: scale(1.01); }
.motion-ready .service-card.is-inview .service-card__content { clip-path: inset(0 0 0 0); transform: none; }
.motion-ready .service-card.is-inview:hover::before { transform: scale(1.05); transition-duration: .55s; }

.motion-ready .protection__price { clip-path: inset(0 0 0 100%); transition: clip-path 1s cubic-bezier(.2,.82,.2,1); }
.motion-ready .protection.is-inview .protection__price { clip-path: inset(0 0 0 0); }
.motion-ready .protection__shield { opacity: 0; transform: scale(.55) rotate(-12deg); transition: opacity .6s .58s ease, transform .8s .58s cubic-bezier(.18,.9,.2,1.25); }
.motion-ready .protection.is-inview .protection__shield { opacity: 1; transform: none; }
.motion-ready .protection__price > strong { clip-path: inset(0 100% 0 0); transition: clip-path .8s .72s cubic-bezier(.2,.8,.2,1); }
.motion-ready .protection.is-inview .protection__price > strong { clip-path: inset(0 0 0 0); }

.motion-ready .trust { clip-path: inset(0 100% 0 0 round 28px); transition: clip-path 1s cubic-bezier(.2,.82,.2,1); }
.motion-ready .trust.is-inview { clip-path: inset(0 0 0 0 round 28px); }
.motion-ready .process-grid { position: relative; border-block-color: transparent; }
.motion-ready .process-grid::before, .motion-ready .process-grid::after { content: ""; position: absolute; left: 0; width: 0; height: 1px; background: var(--red); transition: width 1.15s cubic-bezier(.2,.82,.2,1); }
.motion-ready .process-grid::before { top: 0; }
.motion-ready .process-grid::after { bottom: 0; transition-delay: .12s; }
.motion-ready .process-grid.is-inview::before, .motion-ready .process-grid.is-inview::after { width: 100%; }
.motion-ready .process-grid article { clip-path: inset(0 100% 0 0); transition: clip-path .75s var(--motion-delay, 0ms) cubic-bezier(.2,.8,.2,1); }
.motion-ready .process-grid.is-inview article { clip-path: inset(0 0 0 0); }
.motion-ready .contact__hours { clip-path: inset(0 0 0 100%); transition: clip-path .95s cubic-bezier(.2,.82,.2,1); }
.motion-ready .contact.is-inview .contact__hours { clip-path: inset(0 0 0 0); }

.motion-ready .button { translate: var(--mag-x, 0px) var(--mag-y, 0px); transition: translate .35s cubic-bezier(.2,.8,.2,1), transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }

@keyframes priceSettle {
    0% { transform: translateY(10px) scale(.96); filter: blur(4px); }
    62% { transform: translateY(-1px) scale(1.015); filter: blur(0); }
    100% { transform: none; filter: blur(0); }
}

@media (max-width: 1060px) {
    .site-header__inner { grid-template-columns: 220px 1fr auto; }
    .desktop-nav { gap: 18px; }
    .header-call { display: none; }
    .hero__content { width: 65%; padding-left: 54px; }
    .calculator-layout { grid-template-columns: 1fr; }
    .calculator-copy { max-width: 800px; }
    .service-grid { grid-template-columns: 1fr 1fr; }
    .service-card--phone { grid-column: span 2; }
    .protection { grid-template-columns: 1.1fr .9fr; }
    .protection__copy { padding: 50px 42px; }
    .trust { grid-template-columns: 1fr 1.5fr; }
    .trust__facts { grid-column: 1 / -1; flex-direction: row; justify-content: center; }
    .contact { grid-template-columns: 1.05fr .95fr; }
}

@media (max-width: 760px) {
    html { scroll-padding-top: 86px; }
    .shell { width: min(100% - 32px, 620px); }
    .topline__inner > span:first-child { display: none; }
    .topline__inner { justify-content: center; min-height: 30px; }
    .site-header__inner { min-height: 70px; grid-template-columns: 1fr auto; }
    .brand { width: 178px; }
    .desktop-nav { display: none; }
    .menu-button { display: flex; width: 43px; height: 43px; border: 0; border-radius: 50%; background: var(--ink); flex-direction: column; align-items: center; justify-content: center; gap: 4px; cursor: pointer; }
    .menu-button > span:not(.sr-only) { width: 18px; height: 2px; background: white; transition: transform .2s, opacity .2s; }
    .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .mobile-nav { padding: 8px 16px 20px; background: var(--paper); border-bottom: 1px solid var(--line); }
    .mobile-nav:not([hidden]) { display: grid; }
    .mobile-nav a { padding: 14px 8px; border-bottom: 1px solid var(--line); font-weight: 800; }
    .mobile-nav__call { margin-top: 10px; color: white; background: var(--red); border-radius: 999px; text-align: center; border-bottom: 0 !important; }
    .hero { min-height: 790px; margin-top: 14px; border-radius: 28px; }
    .hero__image { background-position: 69% bottom; background-size: auto 58%; background-repeat: no-repeat; }
    .hero__image::after { background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.99) 47%, rgba(255,255,255,.25) 73%, transparent 100%); }
    .hero__red-shape { width: 220px; height: 220px; right: -120px; top: -110px; box-shadow: 0 0 0 20px rgba(208,0,0,.1); }
    .hero__content { width: 100%; padding: 46px 24px 270px; }
    .hero h1 { margin-top: 20px; font-size: clamp(50px, 15vw, 70px); }
    .hero__content > p { font-size: 16px; }
    .hero__actions { display: grid; }
    .hero__actions .button { width: 100%; }
    .hero__proof { align-items: flex-start; font-size: 11px; }
    .hero__proof .stars { white-space: nowrap; }
    .hero__badge { left: 22px; right: 22px; bottom: 20px; max-width: none; }
    .quick-strip__grid { grid-template-columns: 1fr 1fr; }
    .quick-strip__grid > div { min-height: 82px; padding: 14px 16px; }
    .quick-strip__grid > div:nth-child(2) { border-right: 0; }
    .quick-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
    .passfoto-spot { grid-template-columns: 1fr; border-radius: 24px; }
    .passfoto-spot__copy { padding: 32px 24px 28px; }
    .passfoto-spot h2 { font-size: 40px; }
    .passfoto-spot p { font-size: 14px; }
    .passfoto-spot__actions a { width: 100%; margin: 8px 0 0; }
    .passfoto-spot__image { min-height: 260px; background: linear-gradient(180deg, white 0%, transparent 22%), url("../images/pb.webp") 59% 40% / cover no-repeat; }
    .calculator-section { padding: 70px 0; }
    .calculator-section::after { font-size: 440px; bottom: -80px; }
    .calculator-copy h2, .section-heading h2, .contact h2 { font-size: 44px; }
    .calculator-copy > p { font-size: 15px; }
    .calculator-steps { gap: 12px; flex-wrap: wrap; }
    .calculator-card { padding: 24px 18px; border-radius: 25px; }
    .calculator-card__counter { display: none; }
    .field-grid { grid-template-columns: 1fr; }
    .result { align-items: flex-start; flex-direction: column; }
    .result__details { text-align: left; }
    .calculator-actions { grid-template-columns: 1fr; }
    .services { padding: 78px 0 18px; }
    .section-heading { display: block; margin-bottom: 30px; }
    .section-heading > p { margin-top: 20px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card--phone { grid-column: auto; }
    .service-card { min-height: 500px; }
    .service-card h3 { font-size: 38px; }
    .protection { grid-template-columns: 1fr; min-height: 0; border-radius: 25px; }
    .protection__copy { padding: 40px 24px; }
    .protection__brandline { align-items: flex-start; flex-direction: column; gap: 6px; }
    .protection__brandline span { padding-left: 0; border-left: 0; }
    .protection h3 { font-size: 46px; }
    .protection__copy > p { font-size: 14px; }
    .protection__copy .button { width: 100%; }
    .protection__price { min-height: 440px; padding: 44px 24px; }
    .trust { grid-template-columns: 1fr; gap: 25px; margin-bottom: 78px; padding: 30px 24px; }
    .trust .quality-promise { padding: 25px 0; border-inline: 0; border-block: 1px solid rgba(255,255,255,.14); font-size: 17px; }
    .trust__facts { grid-column: auto; align-items: flex-start; flex-direction: column; }
    .process { padding-bottom: 78px; }
    .section-heading--compact .text-link { display: inline-block; margin-top: 18px; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .process-grid article { padding-right: 15px; }
    .process-grid article:nth-child(2)::after { display: none; }
    .process-grid article:nth-child(-n+2) { border-bottom: 1px solid #cfcac4; }
    .contact { grid-template-columns: 1fr; border-radius: 28px; }
    .contact__main { padding: 46px 24px; }
    .contact__mark { width: 280px; height: 280px; }
    .contact__hours { padding: 36px 24px; }
    .contact__actions { display: grid; }
    .footer__inner { min-height: 150px; grid-template-columns: 1fr; justify-items: center; align-content: center; gap: 12px; text-align: center; }
    .legal-header__inner { min-height: 74px; }
    .legal-header .brand { width: 168px; }
    .legal-back { padding-inline: 14px; font-size: 11px; }
    .legal-page main { width: min(100% - 32px, 620px); padding: 48px 0 68px; }
    .legal-page h1 { font-size: 46px; }
    .legal-page main section { padding: 24px 20px; border-radius: 20px; }
    .motion-signal { display: none; }
    .motion-ready .passfoto-spot__image { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
    .motion-signal { display: none !important; }
}
