:root {
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

.mobile-prototype {
  width: min(100vw, 390px);
  height: min(100dvh, 844px);
  margin-inline: auto;
  overflow: hidden;
  position: relative;
}
:root {
  --ink: #10284d;
  --ink-soft: #405573;
  --blue: #2d72c7;
  --blue-dark: #15559f;
  --sky: #edf6ff;
  --line: #d9e5f2;
  --yellow: #f9bd16;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(18, 62, 112, 0.13);
  --radius: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--white); color: var(--ink); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 104px 0; }
.section-tint { background: var(--sky); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(217,229,242,.92); backdrop-filter: blur(16px); }
.header-inner { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; max-width: 252px; flex-direction: column; text-decoration: none; line-height: 1.08; }
.brand-mark { font-family: Georgia, "Times New Roman", serif; color: #62738a; font-size: 14px; font-weight: 600; letter-spacing: -.15px; }
.brand-mark b { font-family: Inter, ui-sans-serif, sans-serif; color: var(--blue); font-size: .92em; letter-spacing: -.35px; }
.brand-mark b span { color: var(--yellow); }
.brand-name { margin-top: 7px; color: var(--ink); font-size: 11px; font-weight: 850; letter-spacing: 1.25px; line-height: 1.25; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 28px; }
.main-nav a { color: #3b4d67; text-decoration: none; font-size: 14px; font-weight: 700; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--blue); }
.lang-switcher { display: flex; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: #f7fbff; }
.lang-switcher button { min-width: 34px; min-height: 30px; border: 0; border-radius: 999px; color: #62738a; background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.lang-switcher button.active { color: white; background: var(--blue); }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; padding: 54px 0 58px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr); gap: 58px; align-items: center; }
.hero-copy { padding: 10px 0; }
.eyebrow { margin: 0 0 22px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: 2.1px; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; line-height: 1.05; text-wrap: balance; }
h1 { max-width: 710px; font-size: clamp(54px, 5.2vw, 80px); }
h2 { font-size: clamp(38px, 4vw, 58px); }
h3 { margin: 0; color: var(--ink); line-height: 1.2; }
p { margin: 0; }
.hero-lead { max-width: 620px; margin-top: 28px; color: var(--ink-soft); font-size: clamp(18px, 1.6vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; border-radius: 11px; text-decoration: none; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 28px rgba(45,114,199,.22); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: var(--blue-dark); border-color: #b9cee7; background: white; }
.hero-note { margin-top: 24px; color: #6b7b90; font-size: 13px; font-weight: 650; }
.hero-media { position: relative; margin: 0; }
.hero-media img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; object-position: 54% center; border-radius: 22px; box-shadow: var(--shadow); }

.service-bar { border-block: 1px solid var(--line); background: #f9fcff; }
.service-bar-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-bar span { display: flex; min-height: 86px; align-items: center; padding: 18px 24px; color: #3d526f; font-size: 13px; font-weight: 800; }
.service-bar span + span { border-left: 1px solid var(--line); }

.section-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading > p { color: var(--ink-soft); font-size: 17px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 12px 32px rgba(32,76,124,.055); }
.card-number { display: block; margin-bottom: 52px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: 1.5px; }
.card h3 { font-size: 20px; }
.card p { margin-top: 16px; color: var(--ink-soft); font-size: 14px; }

.process-grid { display: grid; grid-template-columns: .8fr 1.1fr; gap: 100px; align-items: start; }
.process-grid .eyebrow { margin-bottom: 18px; }
.muted { margin-top: 26px; color: var(--ink-soft); font-size: 17px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 28px 0; border-top: 1px solid #cdddec; }
.steps li:last-child { border-bottom: 1px solid #cdddec; }
.steps > li > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-weight: 800; }
.steps h3 { font-size: 20px; }
.steps p { margin-top: 7px; color: var(--ink-soft); }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 96px; align-items: center; }
.about-card { min-height: 420px; padding: 55px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--radius); background: #eaf4ff; position: relative; overflow: hidden; }
.about-card .eyebrow { margin-bottom: 20px; }
.about-copy { font-size: 17px; }
.about-copy > p + p { margin-top: 22px; }
.check-list { margin: 30px 0 0; padding-left: 20px; }
.check-list li { padding: 12px 0 12px 5px; border-bottom: 1px solid var(--line); font-weight: 700; }
.check-list li::marker { color: var(--yellow); }

.faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 90px; }
.faq-grid .eyebrow { margin-bottom: 17px; }
.faq-list details { border-top: 1px solid #cbdbea; }
.faq-list details:last-child { border-bottom: 1px solid #cbdbea; }
.faq-list summary { padding: 25px 0; cursor: pointer; color: var(--ink); font-size: 18px; font-weight: 800; }
.faq-list details p { padding: 0 48px 24px 0; color: var(--ink-soft); }

.contact-section { background: var(--ink); color: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 100px; align-items: start; }
.contact-copy .eyebrow { color: #83b8f2; }
.contact-copy h2 { color: white; }
.contact-copy > p:not(.eyebrow) { margin-top: 28px; color: #c7d6e8; font-size: 17px; }
.contact-links { display: flex; flex-direction: column; gap: 10px; margin-top: 36px; }
.contact-links a { color: white; text-decoration: none; font-weight: 750; }
.contact-links span { color: #b6c8dc; }
.contact-form { padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.07); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form label:not(.consent) { display: block; margin-bottom: 18px; color: #dce7f4; font-size: 13px; font-weight: 750; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); border: 1px solid transparent; border-radius: 9px; background: white; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #78b6fb; box-shadow: 0 0 0 3px rgba(120,182,251,.22); }
.contact-form .invalid { border-color: #eb7878 !important; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 2px 0 22px; color: #cbd9e8; font-size: 12px; }
.consent input { margin-top: 4px; accent-color: var(--yellow); }
.contact-form .button { width: 100%; }
.form-status { min-height: 24px; margin-top: 12px; color: #ffe08b; font-size: 13px; font-weight: 700; }

.site-footer { padding: 36px 0; border-top: 1px solid #dce6f0; background: white; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 54px; align-items: center; }
.footer-grid > p { color: #6b7b90; font-size: 12px; }
.footer-grid > p:nth-child(2) { max-width: 560px; justify-self: center; text-align: center; }
.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: var(--sky); }
.thanks-card { width: min(720px, 100%); padding: clamp(38px, 7vw, 72px); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.thanks-card .brand { margin-bottom: 64px; }
.thanks-card h1 { font-size: clamp(48px, 8vw, 72px); }
.thanks-card > p:not(.eyebrow) { margin: 25px 0 32px; color: var(--ink-soft); font-size: 18px; }

@media (max-width: 960px) {
  .header-inner { grid-template-columns: auto auto 1fr; gap: 14px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--ink); font-weight: 800; }
  .main-nav { display: none; position: absolute; left: 20px; right: 20px; top: 78px; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 13px; }
  .lang-switcher { justify-self: end; }
  .hero-grid, .about-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  h1 { font-size: clamp(48px, 7vw, 68px); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .contact-grid { gap: 58px; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .footer-brand { justify-self: center; }
  .footer-grid > p:nth-child(2) { justify-self: center; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 30px, 1180px); }
  .section { padding: 76px 0; }
  .site-header { position: relative; }
  .header-inner { min-height: 78px; }
  .brand { max-width: 180px; }
  .brand-mark { font-size: 12px; }
  .brand-name { margin-top: 5px; font-size: 8px; letter-spacing: .8px; }
  .menu-toggle { order: 3; justify-self: end; }
  .lang-switcher { order: 2; }
  .main-nav { top: 70px; }
  .hero { padding-top: 36px; }
  .hero-grid, .section-heading, .process-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-copy { order: 1; padding-bottom: 0; }
  .hero-media { order: 2; }
  h1 { font-size: clamp(45px, 14vw, 62px); }
  h2 { font-size: clamp(36px, 11vw, 50px); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-media img { aspect-ratio: 1.2 / 1; border-radius: 18px; }
  .service-bar-grid { grid-template-columns: 1fr 1fr; }
  .service-bar span { min-height: 70px; }
  .service-bar span:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .service-bar span:nth-child(4) { border-top: 1px solid var(--line); }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 230px; }
  .card-number { margin-bottom: 36px; }
  .about-card { min-height: 340px; padding: 34px; }
  .faq-grid { gap: 26px; }
  .contact-form { padding: 25px; }
}

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