:root {
  --ink: #101d31;
  --navy: #1d3557;
  --blue: #457b9d;
  --red: #e63946;
  --paper: #f7f4ee;
  --white: #fff;
  --muted: #5d6878;
  --line: #d8dee6;
  --shadow: 0 24px 70px rgba(16, 29, 49, .14);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: var(--navy); text-underline-offset: .2em; }
a:hover { color: var(--red); }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; inset-inline-start: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; color: white; background: var(--red); }
.skip-link:focus { top: 1rem; }

.network-bar { color: #dce7f5; background: #0c1729; font-size: .82rem; }
.network-bar .shell { padding-block: .55rem; }
.network-bar a { color: white; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247, 244, 238, .94); border-bottom: 1px solid rgba(29, 53, 87, .15); backdrop-filter: blur(16px); }
.header-row { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: 1rem; color: var(--ink); text-decoration: none; }
.brand img { width: 112px; }
.brand span { display: grid; border-inline-start: 1px solid var(--line); padding-inline-start: 1rem; line-height: 1.05; }
.brand strong { font-size: 1.05rem; letter-spacing: -.02em; }
.brand small { margin-top: .3rem; color: var(--red); font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
#site-nav { display: flex; align-items: center; gap: 1.4rem; }
#site-nav > a:not(.button) { color: var(--ink); font-size: .91rem; font-weight: 750; text-decoration: none; }
.menu-button { display: none; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 0; border-radius: 4px; padding: .72rem 1.15rem; color: white; background: var(--red); box-shadow: 0 8px 22px rgba(230, 57, 70, .2); font-weight: 850; text-decoration: none; cursor: pointer; }
.button:hover { color: white; background: #c52230; }
.button-small { min-height: 40px; padding: .5rem .85rem; font-size: .88rem; }

.hero { position: relative; overflow: hidden; color: white; background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(90deg, transparent 49px, #fff 50px), linear-gradient(transparent 49px, #fff 50px); background-size: 50px 50px; mask-image: linear-gradient(90deg, black, transparent 66%); }
.hero-art { position: absolute; inset: 0 0 0 49%; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy), rgba(29,53,87,.48) 45%, rgba(16,29,49,.62)); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08); }
.hero-grid { position: relative; min-height: 630px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); align-items: center; gap: 6rem; padding-block: 6.5rem; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 .8rem; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 .65em; line-height: 1.08; text-wrap: balance; }
h1 { max-width: 870px; font-size: clamp(3rem, 7vw, 6.25rem); letter-spacing: -.06em; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.4rem); letter-spacing: -.045em; }
h3 { font-size: 1.3rem; letter-spacing: -.02em; }
.lede { font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero .lede { max-width: 700px; color: #e1e9f2; }
.hero-actions { display: flex; align-items: center; gap: 1.2rem; margin-top: 2rem; }
.hero-actions span { max-width: 280px; color: #c9d5e4; font-size: .87rem; }
.board-card { justify-self: end; width: min(100%, 290px); min-height: 215px; display: grid; place-content: center; transform: rotate(3deg); border: 1px solid rgba(255,255,255,.36); border-radius: 9px; padding: 2rem; background: rgba(10, 23, 41, .74); box-shadow: var(--shadow); text-align: center; }
.board-card::before, .board-card::after { content: ""; display: block; height: 4px; margin-block: .6rem; background: repeating-linear-gradient(90deg, var(--red) 0 9px, transparent 9px 16px); }
.board-card span { font-size: 4rem; font-weight: 950; letter-spacing: -.08em; }
.board-card strong, .board-card small { display: block; letter-spacing: .12em; }
.board-card small { color: #abc2d4; }

.language-notice { border-bottom: 1px solid var(--line); background: white; }
.language-notice .shell { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .7rem; }
.language-notice span { color: var(--muted); font-size: .84rem; }
.languages { display: flex; flex-wrap: wrap; gap: .5rem .8rem; }
.languages a { font-size: .8rem; font-weight: 750; }
.languages a[aria-current="page"] { color: var(--red); text-decoration-thickness: 2px; }

.section { padding-block: clamp(5rem, 9vw, 8.5rem); }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.fault-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.fault-card { position: relative; min-height: 270px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; padding: 2.2rem; background: white; box-shadow: 0 15px 40px rgba(16,29,49,.06); }
.fault-card::after { content: ""; position: absolute; inset-inline-end: -30px; bottom: -30px; width: 120px; height: 120px; border: 1px solid #d8e3eb; border-radius: 50%; }
.trace-dot { display: block; width: 22px; height: 22px; margin-bottom: 2.5rem; border: 6px solid #dceaf1; border-radius: 50%; background: var(--blue); }
.fault-card p { color: var(--muted); }
.section-dark { color: white; background: #101d31; }
.section-dark p { color: #cbd6e5; }
.split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: start; gap: clamp(3rem, 8vw, 8rem); }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin-block: .75rem; padding-inline-start: 1.7rem; }
.check-list li::before { content: ""; position: absolute; inset-inline-start: 0; top: .6em; width: 8px; height: 8px; transform: rotate(45deg); background: var(--red); }
.limit-card { border-inline-start: 4px solid var(--red); padding: 2rem 2rem 1rem; background: rgba(255,255,255,.07); }
.limit-card ul { padding-inline-start: 1.2rem; }
.limit-card li { margin-bottom: 1rem; color: #dce5f0; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 0; background: var(--line); list-style: none; }
.steps li { min-height: 290px; display: flex; flex-direction: column; gap: 1.8rem; padding: 2rem; background: var(--paper); }
.steps li > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); font-weight: 900; }
.steps p { color: var(--muted); }
.verification { background: #dfeaf0; }
.price-card { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 8px; padding: 2.5rem; color: white; background: var(--navy); box-shadow: var(--shadow); text-align: center; }
.price-card > span { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 950; letter-spacing: -.06em; }
.price-card small { max-width: 260px; margin: .6rem 0 1.8rem; color: #c8d6e5; }
.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.reply-card { margin-top: 2.2rem; border-inline-start: 3px solid var(--blue); padding: .4rem 0 .4rem 1.4rem; }
.reply-card p { color: var(--muted); }
.repair-form { display: grid; gap: 1.1rem; border: 1px solid var(--line); border-radius: 8px; padding: clamp(1.4rem, 4vw, 2.6rem); background: var(--paper); box-shadow: var(--shadow); }
.repair-form fieldset { display: grid; gap: 1rem; min-width: 0; margin: 0; padding: 0 0 1.35rem; border: 0; border-bottom: 1px solid var(--line); }
.repair-form fieldset:last-of-type { padding-bottom: 0; border-bottom: 0; }
.repair-form legend { width: 100%; margin: 0 0 .15rem; padding: 0; color: var(--navy); font-size: 1rem; font-weight: 900; letter-spacing: .02em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.repair-form label { display: grid; gap: .4rem; font-size: .88rem; font-weight: 800; }
.repair-form input, .repair-form select, .repair-form textarea { width: 100%; border: 1px solid #aeb9c6; border-radius: 4px; padding: .75rem .85rem; color: var(--ink); background: white; }
.repair-form textarea { resize: vertical; }
.repair-form input:focus, .repair-form select:focus, .repair-form textarea:focus { outline: 3px solid rgba(69, 123, 157, .24); border-color: var(--blue); }
.repair-form [aria-invalid="true"] { border-color: var(--red); }
.form-hint { color: var(--muted); font-size: .76rem; font-weight: 500; line-height: 1.45; }
.conditional-fields { display: grid; gap: 1rem; padding: 1rem; border-inline-start: 3px solid var(--blue); background: rgba(69, 123, 157, .07); }
.conditional-fields[hidden] { display: none; }
.consent { grid-template-columns: 22px 1fr !important; align-items: start; font-weight: 500 !important; }
.consent input { margin-top: .25rem; }
.honeypot { position: absolute !important; inset-inline-start: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 0; color: var(--muted); font-size: .78rem; }
.form-status { min-height: 1.5rem; margin: 0; font-weight: 800; }
.form-status.success { color: #167044; }
.form-status.error { color: #b11725; }

.legal { padding-block: 6rem 8rem; background: white; }
.legal-copy { max-width: 850px; }
.legal-copy h1 { color: var(--navy); font-size: clamp(3rem, 7vw, 5rem); }
.legal-copy h2 { margin-top: 2.2rem; font-size: 1.65rem; letter-spacing: -.02em; }
.legal-copy p { color: #384456; }
.site-footer { padding-block: 4rem; color: #d8e1ec; background: #0c1729; }
.site-footer a { color: white; }
.site-footer img { width: 160px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr .9fr; gap: 3rem; align-items: start; }
.site-footer p { color: #b8c7d9; }
.site-footer .languages { justify-content: flex-end; }

[dir="rtl"] .reply-card { padding: .4rem 1.4rem .4rem 0; }
[dir="rtl"] .board-card { transform: rotate(-3deg); }

@media (max-width: 920px) {
  .menu-button { display: block; border: 1px solid var(--navy); border-radius: 4px; padding: .5rem .7rem; background: transparent; color: var(--navy); font-weight: 800; }
  #site-nav { position: absolute; top: 100%; inset-inline: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 20px 1.4rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  #site-nav.open { display: flex; }
  #site-nav a { padding: .7rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .board-card { display: none; }
  .hero-art { inset-inline-start: 32%; }
  .fault-grid, .steps { grid-template-columns: 1fr 1fr; }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .site-footer .languages { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .network-bar { display: none; }
  .header-row { min-height: 72px; }
  .brand img { width: 82px; }
  .brand span { font-size: .84rem; }
  .hero-grid { min-height: 590px; padding-block: 4.8rem; }
  .hero-art { inset-inline-start: 0; opacity: .32; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
  .hero-actions, .language-notice .shell { align-items: flex-start; flex-direction: column; }
  .fault-grid, .steps, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .steps li { min-height: 0; }
  .contact-grid { gap: 2.5rem; }
}

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