:root {
  --navy: #071521;
  --navy-2: #0d2638;
  --navy-3: #15384f;
  --red: #e21d38;
  --red-dark: #b91129;
  --gold: #f5b942;
  --green: #15866f;
  --paper: #f3f6f8;
  --paper-2: #e9eef2;
  --white: #fff;
  --text: #102331;
  --muted: #607483;
  --line: #d8e1e7;
  --danger: #a52424;
  --success: #116b57;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shadow: 0 24px 70px rgba(4, 24, 39, .13);
  --container: 1180px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-open,
body.modal-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.032em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.25rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.32rem; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 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; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; transform: translateY(-150%); background: var(--white); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 90;
  inset: 0 0 auto;
  color: var(--white);
  background: rgba(7, 21, 33, .82);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}

.site-header.scrolled { background: rgba(7, 21, 33, .97); box-shadow: 0 12px 30px rgba(0,0,0,.13); }
.nav-wrap { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 188px; max-height: 58px; padding: 7px 9px; object-fit: contain; background: rgba(255,255,255,.96); border-radius: 10px; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 23px; font-size: .88rem; font-weight: 750; }
.site-nav a { color: #ced8df; }
.site-nav a:hover,
.site-nav a.active { color: var(--white); }
.site-nav .nav-cta { padding: 11px 17px; color: var(--white); background: var(--red); border-radius: 999px; }
.site-nav .nav-cta:hover { background: #f02a44; }
.language-switch { display: flex; align-items: center; gap: 7px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.18); font-size: .74rem; font-weight: 800; }
.language-switch a { color: #91a4b2; }
.language-switch a[aria-current="true"] { color: var(--white); }
.nav-toggle { display: none; width: 46px; height: 43px; padding: 10px; color: var(--white); background: transparent; border: 0; }
.nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s ease; }

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  padding: 160px 0 92px;
  color: var(--white);
  background: linear-gradient(105deg, rgba(5,17,28,.98) 0%, rgba(7,25,39,.95) 48%, rgba(7,25,39,.57) 72%, rgba(7,25,39,.38) 100%), url("/assets/images/hero-original.png") center/cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to right, #000, transparent 82%);
}

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 720px) 1fr; align-items: center; gap: 50px; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #ff7386; font-size: .77rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before, .section-label::before { content: ""; width: 31px; height: 2px; background: currentColor; }
.hero h1 { margin-bottom: 24px; }
.hero h1 em { color: #ff5b72; font-style: normal; }
.hero-lead { max-width: 690px; margin-bottom: 32px; color: #c5d0d8; font-size: 1.16rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; line-height: 1.2; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { background: #f02b45; }
.button-secondary { color: var(--white); background: var(--navy); }
.button-outline { color: var(--white); background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.35); }
.button-light { color: var(--navy); background: var(--white); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: .86rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; padding: 0; margin: 34px 0 0; list-style: none; color: #c4d0d7; font-size: .86rem; font-weight: 700; }
.hero-points li { display: flex; align-items: center; gap: 8px; }
.hero-points li::before { content: "✓"; display: grid; width: 20px; height: 20px; place-items: center; color: var(--white); background: var(--red); border-radius: 50%; font-size: .7rem; }
.hero-card { align-self: end; max-width: 340px; justify-self: end; padding: 25px; color: #cbd6dd; background: rgba(7,21,33,.78); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); backdrop-filter: blur(12px); }
.hero-card strong { display: block; margin-bottom: 8px; color: var(--white); font-size: 1.1rem; }
.hero-card p { margin-bottom: 14px; font-size: .9rem; }
.hero-card a { color: #ff7386; font-weight: 850; }

.trust-strip { color: var(--white); background: var(--navy-2); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 26px 27px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { margin-bottom: 4px; color: #ff7386; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.trust-grid span { color: #aebdc7; font-size: .81rem; }

.section-label { color: var(--red); }
.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .section-label { justify-content: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.04rem; }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; }
.intro-copy { padding-top: 33px; color: var(--muted); font-size: 1.06rem; }
.white-section { background: var(--white); }
.soft-section { background: var(--paper-2); }
.dark-section { color: var(--white); background: linear-gradient(135deg, var(--navy), var(--navy-3)); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 440px; overflow: hidden; padding: 31px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); background: var(--navy); border-color: var(--navy); }
.service-card img { position: absolute; top: 23px; right: 20px; width: 116px; height: 102px; object-fit: contain; }
.service-card .number { display: inline-grid; width: 42px; height: 42px; margin-bottom: 80px; place-items: center; color: var(--red); background: #fff0f2; border-radius: 50%; font-size: .75rem; font-weight: 900; }
.service-card.featured .number { color: #ff8293; background: rgba(255,255,255,.09); }
.service-card p { color: var(--muted); }
.service-card.featured p { color: #acbdc8; }
.check-list { padding: 0; margin: 23px 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 24px; border-bottom: 1px solid var(--line); font-size: .86rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 900; }
.featured .check-list li { border-color: rgba(255,255,255,.1); }
.text-link { display: inline-flex; gap: 7px; margin-top: 8px; color: var(--red-dark); font-weight: 850; font-size: .88rem; }
.featured .text-link { color: #ff8293; }

.price-promo { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 35px 40px; color: var(--white); background: linear-gradient(120deg, var(--red-dark), var(--red)); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.price-promo h2 { margin-bottom: 8px; font-size: clamp(1.75rem, 3.3vw, 2.75rem); }
.price-promo p { margin: 0; color: #ffe1e6; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.feature-grid article { min-height: 220px; padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.feature-grid .feature-icon { display: grid; width: 48px; height: 48px; margin-bottom: 45px; place-items: center; color: var(--red); background: #fff0f2; border-radius: 14px; font-size: 1.2rem; font-weight: 900; }
.feature-grid p { margin-bottom: 0; color: var(--muted); font-size: .87rem; }

.qualification-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.qualification-grid p { color: #b0c0ca; }
.credential-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.credential-grid article { min-height: 155px; padding: 25px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); }
.credential-grid strong { display: block; margin-bottom: 23px; color: #ff7184; }
.credential-grid span { color: #aebdc7; font-size: .85rem; }
.partner-line { display: flex; flex-wrap: wrap; gap: 8px; grid-column: 1 / -1; padding-top: 15px; }
.partner-line span { padding: 7px 11px; color: #d3dde3; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; font-size: .73rem; font-weight: 750; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 50px 0 0; list-style: none; }
.process-grid li { min-height: 235px; padding: 28px 27px 20px 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-grid span { display: block; margin-bottom: 55px; color: #ff7184; font-size: .78rem; font-weight: 900; }
.process-grid p { color: #aabac5; font-size: .88rem; }

.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 17px; }
.gallery-grid figure { position: relative; min-height: 390px; overflow: hidden; margin: 0; background: var(--navy); border-radius: var(--radius); }
.gallery-grid figure:last-child { min-height: 390px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid figcaption { position: absolute; inset: auto 18px 18px; padding: 10px 13px; color: var(--white); background: rgba(7,21,33,.78); border-radius: 10px; font-size: .82rem; backdrop-filter: blur(8px); }

.region-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.region-card { padding: 34px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.region-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.region-tags span { padding: 8px 12px; color: #415968; background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: .76rem; font-weight: 750; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-list details { border-top: 1px solid #c9d4db; }
.faq-list details:last-child { border-bottom: 1px solid #c9d4db; }
.faq-list summary { position: relative; padding: 24px 45px 24px 0; cursor: pointer; list-style: none; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 18px; right: 2px; display: grid; width: 31px; height: 31px; place-items: center; background: var(--white); border-radius: 50%; }
.faq-list details[open] summary::after { content: "–"; color: var(--white); background: var(--red); }
.faq-list p { padding-right: 45px; color: var(--muted); }

.cta-section { padding: 0 0 70px; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 52px 58px; color: var(--white); background: linear-gradient(115deg, var(--navy-3), var(--navy)); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.cta-box h2 { margin-bottom: 11px; font-size: clamp(1.9rem, 3.7vw, 3rem); }
.cta-box p { max-width: 690px; margin-bottom: 0; color: #b0c0ca; }

.page-hero { padding: 148px 0 80px; color: var(--white); background: radial-gradient(circle at 80% 35%, rgba(226,29,56,.2), transparent 30%), linear-gradient(135deg, var(--navy), var(--navy-3)); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.page-hero h1 { margin-bottom: 23px; font-size: clamp(2.65rem, 5vw, 4.65rem); }
.page-hero p:not(.eyebrow) { max-width: 720px; color: #c0ccd4; font-size: 1.08rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; color: #8ea2b0; font-size: .76rem; }
.product-visual { display: grid; min-height: 350px; place-items: center; }
.product-visual img { max-width: 360px; max-height: 320px; object-fit: contain; filter: drop-shadow(0 35px 45px rgba(0,0,0,.34)); }
.service-content-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.sticky-copy { position: sticky; top: 115px; }
.sticky-copy p { color: var(--muted); }
.info-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.info-card-grid article { min-height: 245px; padding: 29px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.info-card-grid .tag { display: inline-block; margin-bottom: 45px; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.info-card-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.starter-card { padding: 35px; color: var(--white); background: var(--navy); border-radius: var(--radius-lg); }
.starter-card .price { display: block; margin: 9px 0 24px; color: #ff7184; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; line-height: 1; }
.starter-card p { color: #b2c0ca; }
.starter-card .check-list li { border-color: rgba(255,255,255,.12); }
.legal-note { padding: 18px 20px; color: #754d00; background: #fff5d8; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; }

.contact-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 65px; align-items: start; }
.contact-info { position: sticky; top: 112px; }
.contact-methods { display: grid; gap: 10px; margin-top: 28px; }
.contact-methods a,
.contact-methods .contact-line { display: grid; padding: 15px 17px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.contact-methods small { color: var(--muted); font-size: .69rem; }
.contact-methods strong { overflow-wrap: anywhere; font-size: .88rem; }
.form-card { padding: 38px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 18px 55px rgba(5,30,48,.08); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-full { grid-column: 1 / -1; }
.field,
.form-card fieldset { margin: 0; padding: 0; border: 0; }
.field > span,
.form-card legend { display: block; margin-bottom: 7px; color: #304858; font-size: .79rem; font-weight: 850; }
.field input,
.field select,
.field textarea { width: 100%; min-height: 48px; padding: 12px 13px; color: var(--text); background: #f8fafb; border: 1px solid #cad6de; border-radius: 10px; outline: 0; }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(226,29,56,.09); }
.field-error { display: none; margin: 6px 0 0; color: var(--danger); font-size: .74rem; font-weight: 650; }
.field.invalid .field-error { display: block; }
.field.invalid input,
.field.invalid select,
.field.invalid textarea { border-color: var(--danger); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.choice { display: flex; align-items: flex-start; gap: 9px; padding: 11px 12px; background: #f5f8f9; border: 1px solid var(--line); border-radius: 10px; font-size: .8rem; cursor: pointer; }
.choice input { margin-top: 4px; accent-color: var(--red); }
.group-label { display: block; margin-bottom: 10px; color: #304858; font-size: .79rem; }
.callback-topics { display: grid; gap: 17px; }
.topic-category { padding: 15px; background: #f6f8f9; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.topic-category > strong { display: block; margin-bottom: 9px; color: var(--navy-3); font-size: .82rem; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; color: #3f5665; font-size: .78rem; }
.consent-row input { margin-top: 4px; accent-color: var(--red); }
.consent-row a { text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; }
.form-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 24px; }
.form-status { display: none; margin: 18px 0 0; padding: 13px 15px; border-radius: 10px; font-size: .82rem; }
.form-status.show { display: block; }
.form-status.error { color: var(--danger); background: #fff0f0; }
.form-status.success { color: var(--success); background: #e9f8f3; }
.recaptcha-wrap { padding: 14px; background: #f6f8f9; border: 1px solid var(--line); border-radius: 11px; }
.recaptcha-slot { min-height: 78px; margin-top: 10px; }
.setup-hint { padding: 10px 12px; color: #795500; background: #fff5d8; border-radius: 8px; font-size: .75rem; }

.map-shell,
.media-shell { min-height: 350px; display: grid; place-items: center; overflow: hidden; background: var(--navy-2); border-radius: var(--radius-lg); }
.map-shell iframe,
.media-shell iframe { width: 100%; height: 420px; border: 0; }
.external-placeholder { max-width: 560px; padding: 34px; color: #c6d2da; text-align: center; }
.external-placeholder strong { display: block; margin-bottom: 8px; color: var(--white); font-size: 1.2rem; }
.external-placeholder p { font-size: .86rem; }

.calculator-shell { max-width: 950px; margin-inline: auto; }
.calculator-progress { display: grid; gap: 10px; margin-bottom: 22px; }
.progress-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: .78rem; font-weight: 750; }
.progress-track { height: 8px; overflow: hidden; background: #dce4e9; border-radius: 999px; }
.progress-bar { width: 16.666%; height: 100%; background: var(--red); transition: width .25s ease; }
.calculator-step { display: none; }
.calculator-step.active { display: block; }
.calculator-step h2 { font-size: clamp(1.75rem, 4vw, 2.65rem); }
.calculator-step > p { color: var(--muted); }
.component-groups { display: grid; gap: 14px; }
.component-group { display: none; padding: 22px; background: #f6f8f9; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.component-group.show { display: block; }
.component-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.summary-box { padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.summary-list { display: grid; gap: 10px; margin: 0; }
.summary-list div { display: grid; grid-template-columns: 180px 1fr; gap: 14px; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.summary-list dt { color: var(--muted); }
.summary-list dd { margin: 0; font-weight: 750; }
.estimate-box { padding: 29px; color: var(--white); background: var(--navy); border-radius: var(--radius-lg); }
.estimate-row { display: flex; justify-content: space-between; gap: 25px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.estimate-row.total { color: #ff8293; border-bottom: 0; font-size: 1.25rem; font-weight: 900; }
.estimate-row.discount { color: #8fe2c8; }
.result-empty { padding: 35px; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }

.legal-main { min-height: 75vh; padding: 145px 0 95px; background: var(--white); }
.legal-content { max-width: 900px; }
.legal-content h1 { margin-bottom: 35px; font-size: clamp(2.7rem, 6vw, 4.8rem); }
.legal-content h2 { margin-top: 40px; font-size: 1.45rem; }
.legal-content h3 { margin-top: 25px; font-size: 1.05rem; }
.legal-content p,
.legal-content li { color: #4b6372; }
.legal-content a { color: var(--red-dark); text-decoration: underline; }
.legal-language-note { padding: 17px 19px; color: #714f00; background: #fff5d8; border-radius: 10px; }

.site-footer { padding: 68px 0 105px; color: #9eb0bd; background: #04121d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr; gap: 45px; padding-bottom: 50px; }
.footer-logo { width: 220px; margin-bottom: 22px; padding: 10px; background: var(--white); border-radius: 11px; }
.footer-grid h2 { margin-bottom: 17px; color: var(--white); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a,
.footer-grid span,
.footer-grid button { display: block; padding: 4px 0; color: inherit; background: transparent; border: 0; text-align: left; font-size: .83rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.1); font-size: .77rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 19px; }
.footer-bottom button { padding: 0; color: inherit; background: transparent; border: 0; }

.desktop-actions { position: fixed; z-index: 70; right: 18px; top: 50%; display: grid; gap: 9px; transform: translateY(-35%); }
.floating-action { display: flex; width: 54px; min-height: 54px; align-items: center; justify-content: center; overflow: hidden; color: var(--white); background: var(--navy); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; box-shadow: 0 10px 35px rgba(0,0,0,.2); transition: width .2s ease, background .2s ease; }
.floating-action span { width: 0; overflow: hidden; white-space: nowrap; font-size: .78rem; font-weight: 800; transition: width .2s ease, margin .2s ease; }
.floating-action:hover { width: 164px; justify-content: flex-start; padding-inline: 18px; background: var(--red); }
.floating-action:hover span { width: auto; margin-left: 8px; }
.floating-action svg { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mobile-actions { display: none; }

.modal { position: fixed; z-index: 130; inset: 0; display: none; overflow-y: auto; padding: 25px; background: rgba(2,12,20,.77); backdrop-filter: blur(6px); }
.modal.open { display: grid; place-items: start center; }
.modal-dialog { position: relative; width: min(100%, 780px); margin: 30px auto; padding: 35px; background: var(--white); border-radius: var(--radius-lg); box-shadow: 0 35px 100px rgba(0,0,0,.33); }
.modal-dialog.wide { width: min(100%, 900px); }
.modal-close { position: absolute; top: 15px; right: 15px; display: grid; width: 39px; height: 39px; place-items: center; color: var(--text); background: #edf2f4; border: 0; border-radius: 50%; font-size: 1.35rem; }
.modal-step { display: none; }
.modal-step.active { display: block; }
.callback-summary { padding: 20px; background: var(--paper); border-radius: var(--radius); white-space: pre-wrap; }

.cookie-banner { position: fixed; z-index: 120; inset: auto 18px 18px; display: none; max-width: 610px; padding: 24px; color: #cad5dc; background: rgba(7,21,33,.98); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); box-shadow: 0 25px 80px rgba(0,0,0,.3); }
.cookie-banner.show { display: block; }
.cookie-banner strong { display: block; margin-bottom: 8px; color: var(--white); font-size: 1.05rem; }
.cookie-banner p { margin-bottom: 16px; font-size: .82rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.cookie-settings-grid { display: grid; gap: 12px; margin: 20px 0; }
.cookie-setting { display: flex; justify-content: space-between; gap: 25px; padding: 15px; background: var(--paper); border-radius: 11px; }
.cookie-setting strong { display: block; }
.cookie-setting p { margin: 3px 0 0; color: var(--muted); font-size: .78rem; }
.switch { position: relative; width: 48px; height: 27px; flex: 0 0 auto; }
.switch input { position: absolute; opacity: 0; }
.switch span { position: absolute; inset: 0; background: #aab8c1; border-radius: 999px; }
.switch span::after { content: ""; position: absolute; top: 4px; left: 4px; width: 19px; height: 19px; background: var(--white); border-radius: 50%; transition: transform .2s ease; }
.switch input:checked + span { background: var(--red); }
.switch input:checked + span::after { transform: translateX(21px); }

.not-found { min-height: 75vh; display: grid; place-items: center; padding: 140px 0 80px; text-align: center; }
.not-found strong { display: block; color: var(--red); font-size: 5rem; line-height: 1; }

@media (max-width: 1080px) {
  .site-nav { gap: 14px; }
  .language-switch { padding-left: 9px; }
  .hero-grid,
  .page-hero-grid { grid-template-columns: 1fr; }
  .hero-card { justify-self: start; }
  .product-visual { display: none; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 880px) {
  .section { padding: 78px 0; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 82px 0 auto; display: grid; gap: 0; padding: 19px; transform: translateY(-130%); background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); opacity: 0; visibility: hidden; transition: .25s ease; }
  .site-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .site-nav > a { padding: 12px 8px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .language-switch { justify-content: center; padding: 16px 0 0; border: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .trust-grid,
  .service-grid { grid-template-columns: 1fr 1fr; }
  .intro-grid,
  .qualification-grid,
  .region-grid,
  .faq-grid,
  .service-content-grid,
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .sticky-copy,
  .contact-info { position: static; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure { min-height: 340px; }
  .price-promo,
  .cta-box { grid-template-columns: 1fr; align-items: flex-start; flex-direction: column; }
  .desktop-actions { display: none; }
  .mobile-actions { position: fixed; z-index: 75; inset: auto 0 0; display: grid; grid-template-columns: repeat(3, 1fr); padding: 7px; color: var(--white); background: rgba(7,21,33,.98); border-top: 1px solid rgba(255,255,255,.12); }
  .mobile-actions a,
  .mobile-actions button { display: grid; min-height: 50px; place-items: center; gap: 2px; padding: 5px; color: var(--white); background: transparent; border: 0; border-right: 1px solid rgba(255,255,255,.12); font-size: .67rem; font-weight: 800; }
  .mobile-actions > :last-child { border-right: 0; }
  .mobile-actions svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  h1 { font-size: 2.7rem; }
  h2 { font-size: 2.08rem; }
  .section { padding: 65px 0; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 159px; max-height: 50px; }
  .site-nav { top: 72px; }
  .hero { min-height: auto; padding: 125px 0 68px; background-position: 59% center; }
  .hero::after { content: ""; position: absolute; inset: 0; background: rgba(4,15,24,.2); }
  .hero-grid { z-index: 2; }
  .hero-card { display: none; }
  .button-row,
  .button { width: 100%; }
  .hero-points { display: grid; gap: 11px; }
  .trust-grid,
  .service-grid,
  .feature-grid,
  .credential-grid,
  .process-grid,
  .info-card-grid,
  .choice-grid,
  .component-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .trust-grid div { padding: 19px 0; border-right: 0; border-left: 0 !important; border-bottom: 1px solid rgba(255,255,255,.1); }
  .service-card { min-height: auto; }
  .price-promo,
  .cta-box { padding: 31px 22px; }
  .gallery-grid figure,
  .gallery-grid figure:last-child { min-height: 275px; }
  .form-card,
  .modal-dialog { padding: 26px 18px; border-radius: var(--radius); }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .summary-list div { grid-template-columns: 1fr; gap: 2px; }
  .estimate-row { display: grid; gap: 2px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 122px 0 65px; }
  .page-hero h1 { font-size: 2.65rem; }
  .legal-main { padding: 125px 0 80px; }
  .modal { padding: 8px; }
  .modal-dialog { margin: 10px auto 75px; }
  .cookie-banner { inset: auto 8px 72px; padding: 19px; }
  .cookie-actions .button { width: 100%; }
}

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