:root {
  --brand: #ff8a00;
  --accent: #0d6efd;
  --page-bg: #f3f6fb;
  --card-bg: #ffffff;
  --text: #07172f;
  --muted: #58677b;
  --dark: #06162f;
  --dark-soft: #0a2344;
  --line: rgba(7, 23, 47, 0.12);
  --line-dark: rgba(255, 255, 255, 0.14);
  --font-body: Aptos, Calibri, Arial, sans-serif;
  --font-heading: Aptos, Calibri, Arial, sans-serif;
  --font-button: ui-rounded, "Trebuchet MS", Aptos, Calibri, Arial, sans-serif;
  --font-accent: ui-rounded, "Trebuchet MS", Aptos, Calibri, Arial, sans-serif;
  --font-size-base: 18px;
  --font-size-small: 14px;
  --font-size-h1: 88px;
  --font-size-h2: 50px;
  --radius: 26px;
  --section-y: 112px;
  --header-height: 86px;
  --shell: 1240px;
  --shadow: 0 24px 70px rgba(3, 20, 43, 0.13);
}

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; background: var(--dark); }
body { width: 100%; max-width: 100%; margin: 0; min-width: 320px; overflow-x: hidden; background: var(--page-bg); color: var(--text); font-family: var(--font-body); font-size: var(--font-size-base); line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--brand); color: var(--dark); }

h1, h2, h3, h4, h5, h6 { margin: 0; font-family: var(--font-heading); font-weight: 800; line-height: 1.04; letter-spacing: -0.035em; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 6.6vw, var(--font-size-h1)); }
h2 { font-size: clamp(2.15rem, 4.3vw, var(--font-size-h2)); }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.65rem); line-height: 1.14; }
p { margin: 0; }
section[id] { scroll-margin-top: calc(var(--header-height) + 20px); }

.skip-link { position: fixed; z-index: 3000; left: 18px; top: 18px; transform: translateY(-180%); padding: 12px 16px; border-radius: 8px; background: #fff; color: var(--dark); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 1000; top: 0; width: 100%; height: var(--header-height); background: rgba(6, 22, 47, 0.98); color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.header-shell { width: min(100%, calc(var(--shell) + 48px)); height: 100%; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; width: 184px; display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 100%; height: 68px; object-fit: contain; object-position: left center; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; display: inline-flex; padding: 10px 0; color: rgba(255, 255, 255, 0.82); font-family: var(--font-accent); font-size: 0.93rem; font-weight: 700; letter-spacing: 0.005em; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--brand); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-phone { display: grid; flex: 0 0 auto; gap: 1px; min-width: 142px; padding: 11px 15px; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 14px; color: #fff; text-decoration: none; transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease; }
.header-phone:hover, .header-phone:focus-visible { border-color: var(--brand); background: rgba(255, 138, 0, 0.1); transform: translateY(-1px); }
.header-phone-label { color: var(--brand); font-family: var(--font-accent); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.035em; text-transform: none; }
.header-phone span:last-child { font-family: var(--font-accent); font-size: 0.96rem; font-weight: 700; line-height: 1.1; }
.menu-toggle { display: none; width: 48px; height: 48px; margin-left: auto; padding: 11px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 13px; background: #0a2344; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: #fff; transition: transform 180ms ease, opacity 180ms ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; width: 100%; max-width: 100%; min-width: 0; min-height: calc(100svh - var(--header-height)); overflow: hidden; display: grid; place-items: center; padding: clamp(64px, 8vw, 108px) 24px 48px; background: radial-gradient(circle at 50% 20%, rgba(13, 110, 253, 0.29), transparent 31%), radial-gradient(circle at 15% 82%, rgba(255, 138, 0, 0.18), transparent 24%), linear-gradient(145deg, #06162f 0%, #071c39 58%, #020a16 100%); color: #fff; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(74, 137, 211, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(74, 137, 211, 0.1) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.92), transparent 92%); }
.hero::after { content: ""; position: absolute; z-index: -1; top: 50%; left: 50%; width: min(88vw, 980px); height: min(88vw, 980px); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255, 255, 255, 0.018), 0 0 0 180px rgba(255, 255, 255, 0.012); transform: translate(-50%, -50%); }
.hero-inner { width: min(1040px, 100%); max-width: 100%; min-width: 0; margin-inline: auto; text-align: center; }
.hero-mark { width: clamp(220px, 27vw, 340px); height: auto; max-width: 100%; max-height: none; margin: 0 auto 16px; object-fit: contain; object-position: center; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.3)); }
.overline { display: inline-flex; align-items: center; gap: 12px; color: var(--brand); font-family: var(--font-accent); font-size: 0.88rem; font-weight: 700; letter-spacing: 0.005em; line-height: 1.35; text-transform: none; }
.overline::before { content: ""; width: 42px; height: 2px; background: currentColor; }
.hero .overline { max-width: 100%; justify-content: center; }
.hero h1 { max-width: 920px; margin: 20px auto 0; overflow-wrap: break-word; text-transform: none; }
.hero h1 em { display: block; color: var(--brand); font-style: normal; }
.hero-lead { max-width: 740px; margin: 26px auto 0; color: rgba(255, 255, 255, 0.72); font-size: clamp(1.02rem, 1.45vw, 1.2rem); line-height: 1.65; text-wrap: balance; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: 14px; font-family: var(--font-button); font-size: 0.96rem; font-weight: 700; letter-spacing: 0.005em; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #ffb31a, var(--brand)); color: #07172f; box-shadow: 0 18px 42px rgba(255, 138, 0, 0.25); }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 0 22px 54px rgba(255, 138, 0, 0.33); }
.button-ghost { border-color: rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.04); color: #fff; }
.button-ghost:hover, .button-ghost:focus-visible { border-color: rgba(255, 255, 255, 0.55); background: rgba(255, 255, 255, 0.08); }
.button-small { min-height: 44px; padding: 10px 16px; border-radius: 11px; font-size: 0.82rem; }
.hero-stats { width: min(860px, 100%); max-width: 100%; min-width: 0; margin: 50px auto 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, 0.16); border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
.hero-stat { min-width: 0; min-height: 112px; display: grid; align-content: center; gap: 3px; padding: 20px 28px; }
.hero-stat + .hero-stat { border-left: 1px solid rgba(255, 255, 255, 0.16); }
.hero-stat strong { color: #fff; font-family: var(--font-heading); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; }
.hero-stat span { color: rgba(255, 255, 255, 0.58); font-family: var(--font-accent); font-size: 0.84rem; font-weight: 700; letter-spacing: 0.02em; text-transform: none; }
.hero-circuit .node { position: absolute; z-index: -1; width: 13px; height: 13px; border: 2px solid var(--brand); border-radius: 50%; box-shadow: 0 0 18px rgba(255, 138, 0, 0.65); }
.hero-circuit .node::after { content: ""; position: absolute; top: 50%; width: 180px; height: 1px; background: linear-gradient(90deg, var(--brand), transparent); }
.node-a { top: 18%; left: 8%; }.node-a::after { left: 14px; transform: rotate(16deg); transform-origin: left; }
.node-b { top: 22%; right: 9%; }.node-b::after { right: 14px; transform: rotate(-18deg); transform-origin: right; }
.node-c { bottom: 20%; left: 14%; }.node-c::after { left: 14px; transform: rotate(-10deg); transform-origin: left; }
.node-d { right: 13%; bottom: 15%; }.node-d::after { right: 14px; transform: rotate(12deg); transform-origin: right; }

.section { position: relative; padding: var(--section-y) 24px; }
.section-shell { width: min(var(--shell), 100%); margin: 0 auto; }
.section-heading { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 34px; align-items: start; margin-bottom: 58px; }
.section-heading > div { max-width: 920px; }
.section-index { color: rgba(7, 23, 47, 0.14); font-family: var(--font-heading); font-size: clamp(3.5rem, 6.6vw, 5.8rem); font-weight: 800; line-height: 0.82; }
.section-heading h2 { margin-top: 16px; }
.section-lead { max-width: 760px; margin-top: 24px; color: var(--muted); font-size: clamp(1.02rem, 1.4vw, 1.18rem); line-height: 1.75; }

.services-section { background: linear-gradient(180deg, #f3f6fb 0%, #eaf0f8 100%); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.service-card { position: relative; min-height: 330px; overflow: hidden; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--card-bg); box-shadow: 0 14px 35px rgba(8, 25, 51, 0.06); transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.service-card::before { content: ""; position: absolute; width: 190px; height: 190px; right: -95px; top: -95px; border: 28px solid rgba(13, 110, 253, 0.07); border-radius: 50%; transition: transform 260ms ease, border-color 260ms ease; }
.service-card:nth-child(4n + 1), .service-card:nth-child(4n + 4) { background: var(--dark); color: #fff; border-color: transparent; }
.service-card:nth-child(4n + 1)::before, .service-card:nth-child(4n + 4)::before { border-color: rgba(255, 138, 0, 0.15); }
.service-card:hover { transform: translateY(-7px); border-color: rgba(13, 110, 253, 0.28); box-shadow: var(--shadow); }
.service-card:hover::before { transform: scale(1.12) rotate(8deg); }
.service-number { color: var(--brand); font-family: var(--font-accent); font-size: 1rem; font-weight: 700; letter-spacing: 0.02em; }
.service-card h3 { max-width: 420px; margin-top: 58px; }
.service-card p { max-width: 480px; margin-top: 20px; color: var(--muted); }
.service-card:nth-child(4n + 1) p, .service-card:nth-child(4n + 4) p { color: rgba(255, 255, 255, 0.64); }
.service-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); font-family: var(--font-accent); font-size: 0.9rem; font-weight: 700; letter-spacing: 0.005em; text-decoration: none; }
.service-card:nth-child(4n + 1) .service-link, .service-card:nth-child(4n + 4) .service-link { border-color: var(--line-dark); }
.service-link span:last-child { color: var(--brand); font-size: 1.35rem; transition: transform 180ms ease; }
.service-link:hover span:last-child { transform: translate(3px, -3px); }

.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.35fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.experience-panel { position: sticky; top: calc(var(--header-height) + 28px); min-height: 540px; overflow: hidden; padding: clamp(36px, 5vw, 54px); border-radius: var(--radius); background: var(--dark); color: #fff; box-shadow: var(--shadow); }
.experience-panel::before { content: ""; position: absolute; inset: auto -22% -16% auto; width: 390px; height: 390px; border: 64px solid rgba(13, 110, 253, 0.22); border-radius: 50%; }
.experience-number { display: block; color: var(--brand); font-family: var(--font-heading); font-size: clamp(8rem, 18vw, 14rem); line-height: 0.78; letter-spacing: -0.09em; }
.experience-panel > p:not(.experience-signature) { position: relative; max-width: 330px; margin-top: 34px; font-size: 1.22rem; font-weight: 750; line-height: 1.45; }
.experience-line { width: 100%; height: 1px; margin: 58px 0 24px; background: rgba(255, 255, 255, 0.18); }
.experience-signature { position: relative; color: rgba(255, 255, 255, 0.62); font-family: var(--font-accent); font-size: 0.9rem; font-weight: 700; letter-spacing: 0.02em; text-transform: none; }
.about-content h2 { max-width: 780px; margin-top: 18px; }
.rich-copy { display: grid; gap: 20px; margin-top: 34px; color: var(--muted); font-size: 1.05rem; line-height: 1.85; }
.benefit-list { display: grid; gap: 14px; margin-top: 42px; }
.benefit-item { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 20px; align-items: start; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #f8fafc; }
.benefit-item > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; background: var(--dark); color: var(--brand); font-family: var(--font-accent); font-weight: 700; }
.benefit-item h3 { font-family: var(--font-body); font-size: 1rem; letter-spacing: -0.02em; line-height: 1.35; }
.benefit-item p { margin-top: 8px; color: var(--muted); font-size: 0.94rem; }

.process-section { overflow: hidden; background: var(--dark); color: #fff; }
.process-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 0%, rgba(13, 110, 253, 0.23), transparent 35%), linear-gradient(135deg, transparent 70%, rgba(255, 138, 0, 0.06)); pointer-events: none; }
.section-heading-light .section-index { color: rgba(255, 255, 255, 0.08); }
.section-heading-light .section-lead { color: rgba(255, 255, 255, 0.62); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.process-card { min-height: 350px; padding: 34px 28px; }
.process-card + .process-card { border-left: 1px solid var(--line-dark); }
.process-card > span { color: var(--brand); font-family: var(--font-accent); font-size: 1rem; font-weight: 700; }
.process-card h3 { margin-top: 80px; font-size: 1.42rem; }
.process-card p { margin-top: 22px; color: rgba(255, 255, 255, 0.58); font-size: 0.95rem; }

.realizations-section { background: #edf2f8; }
.realization-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.realization-card { overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: 0 18px 48px rgba(6, 22, 47, 0.08); transition: transform 220ms ease, box-shadow 220ms ease; }
.realization-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.realization-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--dark); }
.realization-card > div { padding: clamp(26px, 4vw, 38px); }
.realization-card > div > p:first-child { color: var(--accent); font-family: var(--font-accent); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.015em; text-transform: none; }
.realization-card h3 { margin-top: 13px; font-size: clamp(1.25rem, 1.8vw, 1.65rem); }
.realization-card > div > p:last-child { margin-top: 17px; color: var(--muted); }

.calendar-section { background: #fff; }
.calendar-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr); gap: clamp(48px, 8vw, 100px); align-items: center; }
.calendar-copy h2 { margin-top: 18px; }
.calendar-copy .button { margin-top: 34px; }
.week-card { overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #f7f9fc; box-shadow: var(--shadow); }
.week-card-head, .week-row { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.week-card-head { padding: 0 12px 18px; color: var(--muted); font-family: var(--font-accent); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.015em; text-transform: none; }
.week-list { display: grid; }
.week-row { padding: 19px 12px; border-top: 1px solid var(--line); }
.week-row strong { font-size: 0.98rem; }
.week-row span { color: var(--accent); font-family: var(--font-accent); font-weight: 700; }
.week-note { margin-top: 24px; padding: 20px; border-left: 4px solid var(--brand); background: #fff; color: var(--muted); font-size: 0.9rem; }

.contact-section { overflow: hidden; background: linear-gradient(145deg, #071b39, #020a16); color: #fff; }
.contact-glow { position: absolute; width: 650px; height: 650px; top: -340px; right: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(13, 110, 253, 0.36), transparent 68%); }
.contact-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr); gap: clamp(48px, 8vw, 110px); align-items: end; }
.contact-primary h2 { max-width: 840px; margin-top: 18px; }
.contact-primary > p:not(.overline) { max-width: 680px; margin-top: 25px; color: rgba(255, 255, 255, 0.62); font-size: 1.08rem; }
.contact-phone-big { display: block; width: max-content; max-width: 100%; margin-top: 44px; color: var(--brand); font-family: var(--font-heading); font-size: clamp(2.2rem, 6vw, 5.4rem); font-weight: 900; line-height: 1; letter-spacing: -0.055em; text-decoration: none; }
.contact-phone-big:hover, .contact-phone-big:focus-visible { color: #ffc14d; }
.contact-email { display: inline-block; margin-top: 16px; color: rgba(255, 255, 255, 0.72); font-size: clamp(1rem, 1.8vw, 1.22rem); font-weight: 700; overflow-wrap: anywhere; }
.contact-details { display: grid; gap: 15px; }
.contact-card { padding: 28px; border: 1px solid var(--line-dark); border-radius: 20px; background: rgba(255, 255, 255, 0.045); }
.contact-card-index { color: var(--brand); font-family: var(--font-accent); font-size: 0.82rem; font-weight: 700; }
.contact-card h3 { margin-top: 25px; font-family: var(--font-body); font-size: 1rem; letter-spacing: -0.02em; }
.contact-card p, .contact-card address, .contact-card a { display: inline-block; margin-top: 8px; color: rgba(255, 255, 255, 0.64); font-size: 0.94rem; }
.contact-card address { font-style: normal; }
.contact-card a:hover, .contact-card a:focus-visible { color: #fff; }

.site-footer { background: #020a16; color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.footer-shell { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; padding: 72px 0 58px; display: grid; grid-template-columns: minmax(260px, 1.35fr) repeat(2, minmax(190px, 0.65fr)); gap: 60px; }
.footer-brand img { width: 210px; height: 130px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 500px; margin-top: 20px; color: rgba(255, 255, 255, 0.55); font-size: 0.92rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links h2 { margin-bottom: 12px; color: var(--brand); font-family: var(--font-accent); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.015em; text-transform: none; }
.footer-links a, .footer-links span { color: rgba(255, 255, 255, 0.63); font-size: 0.88rem; }
.footer-links a:hover, .footer-links a:focus-visible { color: #fff; }
.footer-bottom { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; padding: 22px 0 30px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255, 255, 255, 0.09); color: rgba(255, 255, 255, 0.45); font-size: 0.76rem; }
.footer-bottom a { color: rgba(255, 255, 255, 0.72); }

.consent-banner { position: fixed; z-index: 1400; right: 22px; bottom: 22px; left: 22px; width: min(760px, calc(100% - 44px)); margin-left: auto; padding: 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 18px; background: #07172f; color: #fff; box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { font-size: 0.96rem; }
.consent-banner p { margin-top: 6px; color: rgba(255, 255, 255, 0.64); font-size: 0.82rem; line-height: 1.55; }
.consent-banner p a { color: #fff; }
.consent-actions { display: flex; gap: 9px; }

.legal-main { padding: 78px 24px 110px; background: #f3f6fb; }
.legal-article { width: min(900px, 100%); margin: 0 auto; padding: clamp(30px, 6vw, 70px); border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 20px 60px rgba(6, 22, 47, 0.08); }
.legal-header { padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.legal-header h1 { margin-top: 18px; font-size: clamp(2.35rem, 5.5vw, 4.25rem); }
.legal-header > p:last-child { margin-top: 18px; color: var(--muted); font-size: 0.9rem; }
.legal-article section { padding-top: 40px; }
.legal-article section h2 { font-family: var(--font-heading); font-size: 1.32rem; line-height: 1.3; letter-spacing: -0.02em; }
.legal-article section p { margin-top: 15px; color: var(--muted); line-height: 1.85; }
.legal-article section a { color: #075bd8; font-weight: 700; }
.privacy-root, .privacy-root *, .privacy-root *::before, .privacy-root *::after { animation: none !important; transition: none !important; }

.reveal-enabled .reveal { opacity: 0; transform: translateY(28px); }
.reveal-enabled .reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity 620ms ease, transform 620ms cubic-bezier(.22, 1, .36, 1); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal-enabled .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1120px) {
  :root { --header-height: 78px; --section-y: 90px; }
  .header-shell { padding: 0 18px; }
  .brand { width: 150px; }
  .brand img { height: 60px; }
  .header-phone { display: none; }
  .site-nav ul { gap: 20px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-dark); }
  .process-card:nth-child(4) { border-top: 1px solid var(--line-dark); }
}

@media (max-width: 820px) {
  :root { --header-height: 74px; --section-y: 76px; }
  .site-header { height: var(--header-height); }
  .header-shell { width: 100%; padding: 0 16px 0 18px; }
  .brand { width: 145px; }
  .brand img { height: 56px; }
  .menu-toggle { display: block; flex: 0 0 auto; margin-left: auto; }
  .site-nav { position: fixed; z-index: 999; top: var(--header-height); left: 0; right: 0; width: 100%; height: calc(100dvh - var(--header-height)); margin: 0; padding: 26px 24px 40px; overflow-y: auto; visibility: hidden; transform: translateY(-110%); background: #06162f; opacity: 0; transition: transform 220ms ease, opacity 180ms ease, visibility 220ms ease; }
  .site-nav.is-open { visibility: visible; transform: translateY(0); opacity: 1; }
  .site-nav ul { width: 100%; display: grid; gap: 0; }
  .site-nav li { border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .site-nav a { width: 100%; padding: 19px 2px; color: #fff; font-family: var(--font-accent); font-size: clamp(1.35rem, 5.4vw, 1.95rem); font-weight: 700; line-height: 1.12; letter-spacing: -0.005em; }
  .site-nav a::after { display: none; }
  .privacy-page .site-nav { transition: none; }
  .hero { width: 100%; max-width: 100%; min-height: auto; padding-top: 62px; }
  .hero-inner, .hero h1, .hero-lead, .hero-actions, .hero-stats { width: 100%; max-width: 100%; min-width: 0; }
  .hero-mark { width: min(72vw, 300px); max-width: 100%; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stat { min-height: 88px; }
  .hero-stat + .hero-stat { border-top: 1px solid rgba(255, 255, 255, 0.16); border-left: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-index { font-size: 3.5rem; }
  .service-grid, .realization-grid { grid-template-columns: 1fr; }
  .about-grid, .calendar-grid, .contact-grid { grid-template-columns: 1fr; }
  .experience-panel { position: relative; top: auto; min-height: 440px; }
  .calendar-grid { gap: 42px; }
  .week-card { padding: 24px; }
  .contact-primary { order: 1; }
  .contact-details { order: 2; }
  .footer-shell { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .consent-banner { grid-template-columns: 1fr; }
  .consent-actions { justify-content: flex-start; }
}

@media (max-width: 560px) {
  :root { --section-y: 66px; --font-size-base: 17px; }
  .hero { padding-right: max(20px, env(safe-area-inset-right)); padding-left: max(20px, env(safe-area-inset-left)); }
  .hero::after { width: min(112vw, 560px); height: min(112vw, 560px); box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.018), 0 0 0 108px rgba(255, 255, 255, 0.012); }
  .hero-circuit { display: none; }
  .hero-mark { width: min(76vw, 280px); }
  .hero .overline { gap: 9px; font-size: 0.82rem; }
  .hero .overline::before { width: 30px; }
  .hero h1 { font-size: clamp(2.5rem, 11.5vw, 3.35rem); line-height: 1.04; letter-spacing: -0.035em; }
  .hero-lead { font-size: 1rem; }
  .hero-actions, .hero-actions .button { width: 100%; max-width: 100%; min-width: 0; }
  .hero-actions { display: grid; }
  .hero-actions .button { white-space: normal; }
  .hero-stat { padding: 18px; }
  .section { padding-right: 18px; padding-left: 18px; }
  .service-card { min-height: 300px; padding: 27px; }
  .service-card h3 { margin-top: 44px; }
  .benefit-item { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 20px; }
  .benefit-item > span { width: 40px; height: 40px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 270px; padding: 28px 22px; }
  .process-card + .process-card { border-top: 1px solid var(--line-dark); border-left: 0; }
  .process-card h3 { margin-top: 50px; }
  .week-card-head, .week-row { grid-template-columns: 1fr; gap: 4px; }
  .week-card-head span:last-child { display: none; }
  .contact-phone-big { font-size: clamp(2.5rem, 13vw, 4.2rem); }
  .footer-shell { width: min(100%, calc(100% - 36px)); grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { width: min(100%, calc(100% - 36px)); flex-direction: column; }
  .consent-banner { right: 12px; bottom: 12px; left: 12px; width: calc(100% - 24px); padding: 18px; }
  .consent-actions { display: grid; grid-template-columns: 1fr; }
  .consent-actions .button { width: 100%; }
  .legal-main { padding: 44px 16px 76px; }
  .legal-article { padding: 28px 22px; border-radius: 18px; }
}
