:root {
  --ink: #14213d;
  --muted: #5c6780;
  --paper: #fffdf8;
  --surface: #ffffff;
  --line: #e8e9ef;
  --red: #ef3340;
  --green: #008c45;
  --blue: #246bfd;
  --orange: #f59e0b;
  --blue-pale: #edf4ff;
  --green-pale: #eaf9f1;
  --orange-pale: #fff7e8;
  --shadow: 0 18px 45px rgba(20, 33, 61, .09);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 16px/1.65 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--blue); text-underline-offset: 3px; }
a:hover { color: #124ec5; }
img { max-width: 100%; height: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { left: 8px; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(232, 233, 239, .9); background: rgba(255, 253, 248, .92); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 174px; display: block; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { color: var(--ink); text-decoration: none; font-size: .94rem; font-weight: 650; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--red); }
.language-switch { display: inline-flex; gap: 3px; align-items: center; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); }
.language-switch a { padding: 4px 9px; border-radius: 999px; font-size: .78rem; }
.language-switch a.active { color: white; background: var(--ink); }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); color: var(--ink); padding: 8px 11px; cursor: pointer; font: inherit; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 3px; border-radius: 999px; background: var(--orange); }
.hero { overflow: hidden; padding: 86px 0 80px; position: relative; }
.hero::after { content: ""; width: 430px; height: 430px; position: absolute; top: -180px; right: -160px; border-radius: 50%; background: #fff1f0; z-index: -1; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; }
h1, h2, h3 { margin: 0 0 16px; line-height: 1.16; letter-spacing: -.045em; }
h1 { max-width: 680px; font-size: clamp(2.6rem, 6vw, 4.8rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
h3 { font-size: 1.16rem; letter-spacing: -.02em; }
.lead { max-width: 650px; color: var(--muted); font-size: 1.14rem; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 47px; padding: 10px 18px; border: 1px solid transparent; border-radius: 12px; color: white; background: var(--red); text-decoration: none; font-weight: 750; box-shadow: 0 8px 18px rgba(239, 51, 64, .18); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { color: white; background: #d92532; transform: translateY(-2px); box-shadow: 0 12px 22px rgba(239, 51, 64, .25); }
.button.secondary { color: var(--ink); border-color: var(--line); background: var(--surface); box-shadow: none; }
.button.secondary:hover { color: var(--blue); background: var(--blue-pale); }
.hero-card { position: relative; min-height: 350px; padding: 30px; border-radius: 32px; background: linear-gradient(145deg, #f0f7ff, #fff); box-shadow: var(--shadow); }
.hero-card::before, .hero-card::after { content: ""; position: absolute; border-radius: 50%; }
.hero-card::before { width: 108px; height: 108px; top: 28px; right: 30px; background: #ffd9dc; }
.hero-card::after { width: 70px; height: 70px; bottom: 30px; left: 28px; background: #ffe9bc; }
.phone { position: absolute; left: 50%; top: 50%; width: 184px; height: 305px; transform: translate(-50%, -47%) rotate(4deg); padding: 10px; border: 7px solid #17243f; border-radius: 28px; background: #f8fbff; box-shadow: 12px 18px 0 rgba(36, 107, 253, .18); }
.phone-screen { height: 100%; padding: 15px 12px; border-radius: 17px; background: linear-gradient(#e8f2ff 0 36%, #fff 36%); }
.phone-notch { width: 54px; height: 8px; margin: -9px auto 20px; border-radius: 0 0 9px 9px; background: #17243f; }
.phone-label { width: 74px; height: 9px; margin: 0 0 12px; border-radius: 9px; background: var(--red); }
.phone-title { width: 110px; height: 18px; margin-bottom: 16px; border-radius: 5px; background: #17243f; opacity: .9; }
.phone-stat { display: flex; gap: 6px; margin: 10px 0; }
.phone-stat span { display: block; height: 33px; flex: 1; border-radius: 8px; background: #d8ebff; }
.phone-list { height: 11px; margin: 13px 0; border-radius: 9px; background: #dfe4ed; }
.phone-list.short { width: 64%; }
.section { padding: 86px 0; }
.section.alt { background: #f8fafc; }
.section-heading { max-width: 690px; margin-bottom: 38px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card, .faq-card, .legal-card, .contact-card { padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: 0 9px 25px rgba(20, 33, 61, .04); }
.feature-card p, .faq-card p, .contact-card p { margin: 0; color: var(--muted); }
.feature-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 20px; border-radius: 14px; color: white; font-size: 1.22rem; font-weight: 800; }
.feature-icon.red { background: var(--red); }
.feature-icon.green { background: var(--green); }
.feature-icon.blue { background: var(--blue); }
.feature-icon.orange { background: var(--orange); }
.feature-status { display: block; margin: -3px 0 12px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.trust-panel { padding: 34px; border-radius: 24px; }
.trust-panel.blue { background: var(--blue-pale); }
.trust-panel.green { background: var(--green-pale); }
.trust-panel p { color: var(--muted); }
.check-list { display: grid; gap: 12px; padding: 0; margin: 20px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 2px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: white; background: var(--green); font-size: .78rem; font-weight: 800; }
.cta { position: relative; overflow: hidden; padding: 62px; border-radius: 28px; color: white; background: var(--ink); }
.cta::after { content: ""; position: absolute; width: 300px; height: 300px; right: -80px; top: -140px; border: 35px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta h2 { max-width: 610px; }
.cta p { max-width: 620px; color: #d8e0ef; }
.cta .button { position: relative; z-index: 1; color: var(--ink); background: white; box-shadow: none; }
.site-footer { padding: 50px 0 27px; border-top: 1px solid var(--line); background: var(--surface); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 35px; padding-bottom: 38px; }
.footer-grid h3 { margin-bottom: 11px; font-size: .92rem; letter-spacing: .02em; }
.footer-grid p { max-width: 290px; margin: 0; color: var(--muted); font-size: .92rem; }
.footer-links { display: grid; align-content: start; gap: 5px; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: .92rem; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.page-hero { padding: 72px 0 58px; background: linear-gradient(120deg, #eff6ff, #fff8ee); }
.page-hero h1 { font-size: clamp(2.25rem, 5vw, 3.8rem); }
.page-hero p { max-width: 680px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { color: var(--muted); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: start; gap: 32px; }
.legal-card { padding: clamp(25px, 5vw, 48px); }
.legal-card h2 { margin-top: 35px; font-size: 1.55rem; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card h3 { margin-top: 25px; }
.legal-card p, .legal-card li { color: #3d4860; }
.legal-card ul, .legal-card ol { padding-left: 22px; }
.legal-card li + li { margin-top: 7px; }
.legal-meta { color: var(--muted); font-size: .86rem; }
.side-card { position: sticky; top: 103px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.side-card h3 { font-size: 1rem; }
.side-card a { display: block; padding: 7px 0; color: var(--muted); text-decoration: none; font-size: .9rem; }
.side-card a:hover { color: var(--blue); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 34px; }
.contact-card .contact-label { display: block; margin-bottom: 7px; color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-card a { font-weight: 750; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.faq-card h3 { margin-bottom: 8px; }
.notice { margin: 25px 0; padding: 18px 20px; border-left: 4px solid var(--orange); border-radius: 9px; background: var(--orange-pale); color: #654a10; }
.notice strong { color: #473307; }
.email-box { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 8px 0 6px; padding: 12px 15px; border: 1px solid #cfe0ff; border-radius: 11px; color: var(--ink); background: var(--blue-pale); font-weight: 750; }
.email-box code { color: var(--blue); font: inherit; }
.error-page { min-height: 68vh; display: grid; place-items: center; text-align: center; }
.error-page h1 { margin-bottom: 8px; }
.error-code { color: var(--red); font-size: 5rem; font-weight: 850; letter-spacing: -.09em; line-height: 1; }
:focus-visible { outline: 3px solid #6aa1ff; outline-offset: 3px; }

@media (max-width: 840px) {
  .menu-button { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 68px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; gap: 13px; }
  .site-nav .language-switch { justify-self: start; }
  .hero-grid, .trust-row, .content-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 64px; }
  .hero-card { min-height: 310px; }
  .side-card { position: static; }
  .feature-grid, .contact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 145px; }
  .hero, .section { padding: 58px 0; }
  .hero-card { min-height: 280px; }
  .phone { transform: translate(-50%, -47%) scale(.88) rotate(4deg); }
  .feature-grid, .contact-grid, .faq-grid, .footer-grid { grid-template-columns: 1fr; }
  .cta { padding: 34px 25px; }
  .footer-bottom { display: grid; gap: 6px; }
  h1 { font-size: 2.55rem; }
}
