:root {
  --navy: #073b4c;
  --navy-2: #0b5268;
  --mint: #35d2c8;
  --cherry: #7a1f3d;
  --neutral: #46545a;
  --neutral-soft: #e3e6e5;
  --surface: #eef0ef;
  --ink: #102f3a;
  --muted: #586b72;
  --line: #d9dedd;
  --paper: #f5f5f3;
  --white: #fff;
  --shadow: 0 18px 50px rgba(7,59,76,.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-header { min-height: 82px; display: flex; align-items: center; gap: 34px; padding: 14px max(24px, calc((100vw - 1180px)/2)); background: rgba(245,245,243,.94); border-bottom: 1px solid rgba(217,222,221,.88); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.brandstripe { height: 4px; width: 100%; background: linear-gradient(90deg, var(--mint), var(--navy-2), var(--cherry), var(--mint)); background-size: 200% 100%; animation: stripeFlow 6s linear infinite; }
@keyframes stripeFlow { to { background-position: 200% 0; } }
@media (prefers-reduced-motion: reduce) { .brandstripe { animation: none; } }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); min-width: max-content; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; color: var(--navy); background: var(--neutral-soft); border-radius: 14px; font-weight: 800; }
.brand-mark svg { width: 31px; height: 31px; }
.brand strong, .brand small { display: block; line-height: 1.2; }
.brand strong { font-size: 1.15rem; letter-spacing: -.03em; }
.brand small { font-size: .68rem; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; margin-top: 3px; }
.main-nav { display: flex; gap: 26px; margin-left: auto; }
.main-nav a { color: var(--muted); text-decoration: none; font-size: .92rem; font-weight: 650; }
.main-nav a:hover { color: var(--navy); }
.language-switcher { display: flex; align-items: center; padding: 4px; background: var(--surface); border: 1px solid var(--line); border-radius: 999px; }
.language-switcher button { min-width: 38px; height: 32px; padding: 0 8px; border: 0; background: transparent; color: var(--muted); border-radius: 999px; font: inherit; font-size: .78rem; font-weight: 750; cursor: pointer; }
.language-switcher button.active { background: var(--navy); color: var(--white); }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; min-height: 680px; padding-block: 72px 90px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--navy-2); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { background: var(--neutral-soft); padding: 8px 13px; border-radius: 999px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cherry); box-shadow: 0 0 0 5px rgba(122,31,61,.14); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 740px; margin: 24px 0 24px; font-size: clamp(2.7rem, 5.4vw, 5.1rem); line-height: .98; letter-spacing: -.065em; color: var(--navy); }
h1 em { display: block; color: var(--cherry); font-style: normal; }
.lead { max-width: 650px; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 20px; border-radius: 14px; font-weight: 760; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: var(--white); box-shadow: 0 10px 30px rgba(7,59,76,.18); }
.button-secondary { background: var(--surface); color: var(--navy); border: 1px solid var(--line); }
.microcopy { max-width: 650px; margin: 22px 0 0; padding-left: 15px; border-left: 3px solid var(--mint); color: var(--muted); font-size: .82rem; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 10% 8%; z-index: -2; border-radius: 46% 54% 58% 42%; background: linear-gradient(145deg, var(--navy), var(--navy-2)); transform: rotate(4deg); }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.orbit-one { width: 79%; height: 79%; }
.orbit-two { width: 52%; height: 96%; transform: rotate(56deg); }
.tooth-art { width: min(56%, 260px); filter: drop-shadow(0 26px 32px rgba(0,0,0,.14)); }
.route-card { position: absolute; display: flex; align-items: center; gap: 10px; background: var(--surface); padding: 10px 14px 10px 10px; border-radius: 16px; box-shadow: var(--shadow); }
.route-card span:last-child span, .route-card b, .route-card small { display: block; }
.route-card b { color: var(--navy); line-height: 1.2; }
.route-card small { color: var(--muted); }
.route-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; font-weight: 850; }
.route-start { left: -2%; top: 24%; }.route-end { right: -3%; bottom: 20%; }
.route-line { position: absolute; inset: 46% 8% auto 8%; display: flex; justify-content: space-between; align-items: center; color: var(--white); opacity: .8; transform: rotate(-13deg); letter-spacing: .4em; }
.route-line span:last-child { font-size: 1.5rem; transform: rotate(13deg); }
.mint, .cherry, .neutral, .navy { background: var(--neutral-soft); }
.mint { color: #08796f; }.cherry { color: var(--cherry); }.neutral { color: var(--neutral); }.navy { color: var(--navy); }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1180px, calc(100% - 48px)); margin: -38px auto 0; background: var(--surface); box-shadow: var(--shadow); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 22px; font-weight: 720; text-align: center; }
.trust-strip > div + div { border-left: 1px solid var(--line); }
.mini-icon { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; font-weight: 850; }
.section { padding-block: 110px; }
.section-heading { max-width: 650px; margin-bottom: 46px; }
.section-heading h2, .form-intro h2 { margin: 8px 0 14px; color: var(--navy); font-size: clamp(2.2rem, 4.3vw, 4rem); line-height: 1.05; letter-spacing: -.055em; }
.section-heading p, .form-intro > p { color: var(--muted); font-size: 1.05rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; min-height: 275px; padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 12px 36px rgba(7,59,76,.05); }
.step-number { position: absolute; top: 22px; right: 24px; color: #a7adae; font-weight: 800; }
.step-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; font-size: 1.4rem; font-weight: 850; margin-bottom: 28px; }
.step-card h3 { color: var(--navy); font-size: 1.25rem; margin-bottom: 10px; }
.step-card p { color: var(--muted); margin-bottom: 0; }
.form-section { background: var(--navy); color: var(--white); overflow: hidden; }
.form-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.form-intro { position: sticky; top: 130px; }
.form-intro .kicker { color: var(--mint); }
.form-intro h2 { color: var(--white); }
.form-intro > p { color: #d0d4d4; }
.privacy-note { display: flex; gap: 13px; margin-top: 30px; padding: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
.privacy-note span { color: var(--mint); font-size: 1.25rem; }
.privacy-note p { margin: 0; color: #e4e6e5; font-size: .88rem; }
.form-frame-wrap { position: relative; background: var(--surface); border-radius: 24px; overflow: hidden; box-shadow: 0 25px 70px rgba(0,0,0,.22); }
.contact-form { display: grid; gap: 16px; padding: clamp(20px, 3vw, 34px); }
.field { display: grid; gap: 6px; min-width: 0; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { color: var(--navy); font-size: .85rem; font-weight: 750; }
.field input, .field textarea { width: 100%; padding: 12px 14px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 14px; font: inherit; font-size: .95rem; }
.field textarea { resize: vertical; min-height: 108px; }
.field input:focus-visible, .field textarea:focus-visible { outline: 3px solid rgba(53,210,200,.55); outline-offset: 1px; border-color: var(--mint); }
.field-hint { margin: -6px 0 0; color: var(--muted); font-size: .8rem; }
.field-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent-line { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .82rem; }
.consent-line input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--navy); }
.consent-line a { color: var(--navy); font-weight: 700; text-underline-offset: 3px; }
.form-submit { border: 0; font: inherit; font-weight: 760; cursor: pointer; }
.form-submit[disabled] { opacity: .6; cursor: progress; transform: none; }
.form-status { margin: 0; min-height: 1.2em; font-size: .88rem; font-weight: 700; }
.form-status[data-tone="ok"] { color: #08796f; }
.form-status[data-tone="error"] { color: var(--cherry); }
.form-status[data-tone="pending"] { color: var(--muted); }
.form-noscript { margin: 0; padding: 24px; color: var(--muted); }
.loader { width: 32px; height: 32px; border-radius: 50%; border: 3px solid var(--line); border-top-color: var(--mint); animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.consent-banner { position: fixed; left: 50%; bottom: 18px; z-index: 40; transform: translateX(-50%); width: min(760px, calc(100% - 30px)); display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; padding: 16px 20px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 20px 60px rgba(7,59,76,.22); }
.consent-banner[hidden] { display: none; }
.consent-banner p { margin: 0; flex: 1 1 300px; color: var(--muted); font-size: .84rem; }
.consent-banner a { color: var(--navy); font-weight: 700; text-underline-offset: 3px; }
.consent-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.consent-actions .button { min-height: 44px; padding: 0 18px; border: 0; font: inherit; font-weight: 750; font-size: .86rem; cursor: pointer; }
.consent-actions .button-secondary { border: 1px solid var(--line); }
.contact-section { padding-bottom: 130px; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-card { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; text-decoration: none; box-shadow: 0 10px 30px rgba(7,59,76,.04); transition: transform .2s ease, box-shadow .2s ease; }
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.contact-action { border: 1px solid var(--line); color: inherit; font: inherit; text-align: left; cursor: pointer; user-select: none; }
.contact-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; font-size: 1.3rem; font-weight: 850; }
.contact-card small, .contact-card strong { display: block; overflow-wrap: anywhere; }
.contact-card small { color: var(--muted); }.contact-card strong { color: var(--navy); font-size: .94rem; }
.contact-value { display: block; width: auto; height: auto; max-width: 100%; margin-top: 5px; pointer-events: none; }
.contact-phone { max-height: 24px; }.contact-email { max-height: 25px; }
.viber-card { border: 0; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.viber-icon { color: #665cac; background: var(--neutral-soft); }
.viber-icon svg { width: 28px; height: 28px; }
.viber-floating { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 18px 0 14px; color: var(--white); background: #665cac; border: 0; border-radius: 999px; box-shadow: 0 14px 38px rgba(54,44,124,.32); font: inherit; font-size: .88rem; font-weight: 780; cursor: pointer; }
.viber-floating svg { width: 30px; height: 30px; }
.viber-floating:hover { transform: translateY(-2px); }
.contact-safety-note { max-width: 760px; margin: 22px 0 0; color: var(--muted); font-size: .82rem; }
.site-footer { background: #052f3d; color: var(--white); padding: 58px max(24px, calc((100vw - 1180px)/2)) 24px; }
.footer-inner { display: grid; grid-template-columns: .7fr 1.3fr .8fr; gap: 45px; align-items: start; }
.footer-brand { color: var(--white); }.footer-brand .brand-mark { color: var(--navy); }.footer-brand small { color: #b8c0c0; }
.footer-inner p { color: #c7cccc; font-size: .87rem; }
.footer-links { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.footer-links a { color: #e3e5e5; font-size: .87rem; text-underline-offset: 3px; }
.copyright { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #9da7a7; font-size: .76rem; }
@media (max-width: 900px) {
  .main-nav { display: none; }.site-header { gap: 12px; }.language-switcher { margin-left: auto; }
  .hero { grid-template-columns: 1fr; gap: 24px; padding-top: 55px; }.hero-visual { min-height: 420px; }
  .route-start { left: 5%; }.route-end { right: 5%; }
  .form-layout { grid-template-columns: 1fr; gap: 38px; }.form-intro { position: static; }
  .contact-grid { grid-template-columns: 1fr 1fr; }.footer-inner { grid-template-columns: 1fr 1fr; }.footer-inner p { grid-column: 1 / -1; grid-row: 2; }
}
@media (max-width: 620px) {
  .site-header { min-height: 72px; padding-inline: 16px; }.brand small { display: none; }.brand-mark { width: 38px; height: 38px; }.brand-mark svg { width: 27px; }.brand strong { font-size: 1rem; }
  .language-switcher button { min-width: 34px; height: 30px; }.section-shell, .trust-strip { width: min(100% - 30px, 1180px); }
  .hero { min-height: 0; padding-block: 44px 65px; }.hero-actions { flex-direction: column; }.button { width: 100%; }
  .hero-visual { min-height: 355px; }.hero-visual::before { inset: 7% 2%; }.tooth-art { width: 48%; }.route-card { transform: scale(.88); }.route-start { left: -3%; }.route-end { right: -5%; }
  .trust-strip { grid-template-columns: 1fr; margin-top: -30px; }.trust-strip > div { justify-content: flex-start; padding: 15px 18px; }.trust-strip > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding-block: 80px; }.steps { grid-template-columns: 1fr; }.step-card { min-height: auto; }
  .form-frame-wrap { margin-inline: -5px; border-radius: 18px; }
  .field-row { grid-template-columns: 1fr; gap: 16px; }
  .consent-banner { bottom: 80px; padding: 14px 16px; }
  .consent-actions { width: 100%; }.consent-actions .button { flex: 1; }
  .contact-grid { grid-template-columns: 1fr; }.footer-inner { grid-template-columns: 1fr; gap: 28px; }.footer-inner p { grid-column: auto; grid-row: auto; }
  .viber-floating { right: 15px; bottom: 15px; min-width: 54px; padding: 0; justify-content: center; }.viber-floating span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation-duration: .001ms !important; transition-duration: .001ms !important; } }
.legal-page { padding-block: 60px 90px; }
.legal-block { margin-bottom: 54px; padding: 30px clamp(18px, 3vw, 38px); background: var(--surface); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 12px 36px rgba(7,59,76,.05); }
.legal-block h3 { margin: 28px 0 10px; color: var(--navy); font-size: 1.2rem; }
.legal-block h3:first-child { margin-top: 0; }
.legal-block p { color: var(--muted); }
.legal-facts { display: grid; grid-template-columns: minmax(150px, .4fr) 1fr; gap: 8px 18px; margin: 0 0 8px; }
.legal-facts dt { color: var(--navy); font-weight: 750; font-size: .9rem; }
.legal-facts dd { margin: 0; color: var(--ink); font-size: .92rem; }
.legal-callout { margin: 20px 0; padding: 18px 20px; background: var(--navy); color: var(--white); border-radius: 16px; box-shadow: 0 10px 30px rgba(7,59,76,.18); }
.legal-callout strong { display: block; margin-bottom: 6px; color: var(--mint); }
.legal-callout p { margin-bottom: 8px; color: #d0d4d4; font-size: .9rem; }
.legal-callout p:last-child { margin-bottom: 0; }
.legal-updated { color: var(--muted); font-size: .82rem; text-align: center; }
@media (max-width: 640px) { .legal-facts { grid-template-columns: 1fr; gap: 2px 0; } .legal-facts dd { margin-bottom: 10px; } }
