:root {
  --primary: #0f4c81;
  --primary-2: #0b6fa4;
  --accent: #d6a44a;
  --ink: #172033;
  --muted: #64748b;
  --line: #e7edf5;
  --bg: #f7f9fc;
  --card: #fff;
  --shadow: 0 18px 50px rgba(15, 76, 129, .13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.72;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: #fff; color: var(--primary); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.topbar { background: #0b1d33; color: #dbeafe; font-size: 13px; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 9px 0; }
.topbar-contact { text-align: right; }
.header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.brand { display: block; margin-right: auto; color: #0f172a; font-size: 17px; font-weight: 850; line-height: 1.2; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .04em; }
.nav-links { display: flex; align-items: center; gap: 18px; color: #334155; font-size: 14px; font-weight: 750; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--primary); }
.language-switcher { display: flex; gap: 5px; flex: 0 0 auto; }
.language-switcher a { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #334155; font-size: 12px; font-weight: 750; white-space: nowrap; }
.language-switcher a.active { border-color: var(--primary); background: var(--primary); color: #fff; }

.hero { position: relative; overflow: hidden; padding: 96px 0 86px; background: linear-gradient(135deg, #eef6ff 0%, #fff 62%, #fff8e8 100%); }
.hero::before { position: absolute; width: 430px; height: 430px; right: -170px; top: -210px; border-radius: 50%; background: rgba(15, 76, 129, .08); content: ""; }
.hero-content { position: relative; }
.hero-home { min-height: 600px; display: flex; align-items: center; background: #fff; }
.hero-home::before { inset: 0; width: auto; height: auto; border-radius: 0; background-image: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .9) 34%, rgba(255, 255, 255, .28) 58%, rgba(255, 255, 255, .05) 100%), url('/assets/images/optimized/phase5-321963c41b39.webp'); background-position: center; background-size: cover; }
.hero-home::after { position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0)); content: ""; }
.hero-home .hero-content { z-index: 2; }
.breadcrumbs { margin-bottom: 24px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--primary); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid #dbeafe; border-radius: 999px; background: #fff; color: var(--primary); font-size: 13px; font-weight: 850; }
.eyebrow::before { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); content: ""; }
h1 { max-width: 980px; margin: 20px 0; font-size: clamp(38px, 5.1vw, 60px); line-height: 1.12; letter-spacing: -.035em; }
.lead { max-width: 870px; margin: 0; color: #475569; font-size: 18px; line-height: 1.85; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 21px; border: 1px solid #cbd5e1; border-radius: 999px; background: #fff; font-weight: 800; text-align: center; }
.btn.primary { border-color: transparent; background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: #fff; box-shadow: 0 14px 30px rgba(15, 76, 129, .22); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.hero-points li { padding: 8px 12px; border: 1px solid #dbeafe; border-radius: 999px; background: rgba(255, 255, 255, .82); color: #334155; font-size: 13px; font-weight: 700; }

.section { padding: 78px 0; }
.section-alt { background: var(--bg); }
.section-head { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.kicker { color: var(--primary); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
h2 { margin: 8px 0 14px; font-size: clamp(29px, 4vw, 40px); line-height: 1.22; letter-spacing: -.02em; }
h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.35; }
.section-head p, .prose p, .card p, .timeline p, .faq p { color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: 0 12px 34px rgba(15, 23, 42, .05); }
.card-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 17px; border-radius: 14px; background: #eff6ff; color: var(--primary); font-weight: 900; }
.card-link { transition: transform .2s ease, box-shadow .2s ease; }
.card-link:hover, .card-link:focus-visible { transform: translateY(-3px); box-shadow: var(--shadow); }
.card-link .more { display: inline-block; margin-top: 15px; color: var(--primary); font-weight: 850; }
.card-muted { background: #fbfcfe; box-shadow: none; }
.card-muted .status { display: inline-block; margin-top: 14px; color: var(--muted); font-size: 12px; font-weight: 750; }
.prose { max-width: 900px; }
.prose p { font-size: 17px; }
.two-column { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; align-items: start; }
.checklist { margin: 0; padding: 26px 28px; list-style: none; border-radius: var(--radius); background: var(--primary); color: #fff; }
.checklist li { position: relative; padding: 9px 0 9px 27px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.checklist li:last-child { border: 0; }
.checklist li::before { position: absolute; left: 0; color: #f4cc7a; font-weight: 900; content: "✓"; }
.plain-list { padding-left: 22px; color: #475569; }
.plain-list li { margin: 7px 0; }

.guarantee { padding: 0 0 78px; background: var(--bg); }
.guarantee-box { position: relative; overflow: hidden; padding: 38px; border: 1px solid #f0dcae; border-radius: var(--radius); background: linear-gradient(135deg, #fffaf0, #fff); box-shadow: 0 16px 42px rgba(140, 94, 14, .08); }
.guarantee-box::after { position: absolute; width: 170px; height: 170px; right: -65px; bottom: -90px; border-radius: 50%; background: rgba(214, 164, 74, .14); content: ""; }
.guarantee-box h2 { max-width: 870px; margin-top: 0; font-size: clamp(27px, 3.6vw, 38px); }
.guarantee-box p { position: relative; margin: 0; color: #5b4a2e; font-size: 18px; font-weight: 650; }

.timeline { max-width: 900px; margin: auto; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.timeline li > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 900; }
.notice { padding: 28px 30px; border-left: 5px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: #fff8e8; }
.notice p:last-child { margin-bottom: 0; }
.faq { max-width: 900px; margin: auto; }
details { border-bottom: 1px solid var(--line); background: #fff; }
summary { position: relative; padding: 21px 48px 21px 0; cursor: pointer; font-size: 17px; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; right: 4px; top: 15px; color: var(--primary); font-size: 24px; content: "+"; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 40px 22px 0; }

.cta { padding: 66px 0; background: linear-gradient(135deg, #0b1d33, #0f4c81); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta h2 { margin-top: 0; color: #fff; }
.cta p { max-width: 760px; margin-bottom: 0; color: #dbeafe; }
.cta .btn { flex: 0 0 auto; border: 0; background: #fff; color: var(--primary); }
.footer { padding: 38px 0 24px; background: #081525; color: #cbd5e1; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .92fr) minmax(0, .7fr); gap: clamp(34px, 4.5vw, 64px); align-items: start; }
.footer-column { min-width: 0; }
.footer h2 { margin: 0 0 10px; color: #fff; font-size: 20px; }
.footer p { margin: 6px 0; }
.footer-company-name { color: #e2e8f0; }
.footer-address { line-height: 1.62; }
.footer-contact-list, .footer-main-links, .footer-language-nav { display: grid; gap: 8px; }
.footer-contact-list a, .footer-navigation a { width: fit-content; max-width: 100%; overflow-wrap: anywhere; }
.footer-contact-list a:hover, .footer-contact-list a:focus-visible, .footer-navigation a:hover, .footer-navigation a:focus-visible { color: #fff; }
.footer-social-qr-grid { display: flex; gap: 18px; align-items: flex-start; margin-top: 18px; }
.footer-qr-item { display: flex; width: 112px; min-width: 0; flex-direction: column; align-items: center; gap: 7px; color: #e2e8f0; font-size: 13px; font-weight: 700; line-height: 1.2; text-align: center; }
.footer-qr-image { display: grid; width: 112px; height: 112px; padding: 4px; place-items: center; background: #fff; }
.footer-qr-image img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; }
a.footer-qr-item:hover, a.footer-qr-item:focus-visible { color: #fff; }
.footer-main-links { margin-bottom: 24px; }
.footer-nav-label { margin-bottom: 2px; color: #94a3b8; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .12); color: #94a3b8; }

@media (max-width: 960px) {
  .nav-links { display: none; }
  .grid.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1120px); }
  .topbar .container { display: block; padding: 8px 0; }
  .topbar-contact { margin-top: 2px; text-align: left; }
  .nav-wrap { min-height: 0; padding: 12px 0 10px; flex-wrap: wrap; gap: 10px; }
  .brand { width: 100%; }
  .language-switcher { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; }
  .language-switcher a { min-width: 0; padding: 5px 3px; font-size: 11px; }
  .hero { padding: 66px 0 60px; }
  .hero-home::before { background-image: linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .88) 54%, rgba(255, 255, 255, .45) 100%), url('/assets/images/optimized/phase5-321963c41b39.webp'); background-position: center right; }
  h1 { font-size: clamp(34px, 10.2vw, 44px); overflow-wrap: anywhere; }
  .lead { font-size: 16px; }
  .section { padding: 60px 0; }
  .grid, .grid.three, .two-column { grid-template-columns: 1fr; }
  .guarantee { padding-bottom: 60px; }
  .guarantee-box { padding: 28px 24px; }
  .cta-inner { display: block; }
  .cta .btn { margin-top: 24px; width: 100%; }
  .footer { padding: 34px 0 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-social-qr-grid { gap: 16px; }
  .footer-qr-item { width: 104px; }
  .footer-qr-image { width: 104px; height: 104px; }
  .footer-main-links { margin-bottom: 20px; }
  .footer-bottom { margin-top: 28px; padding-top: 18px; }
}

@media (max-width: 390px) {
  .language-switcher a { font-size: 10.5px; }
  .card { padding: 23px; }
  .timeline li { grid-template-columns: 44px 1fr; gap: 12px; }
  .timeline li > span { width: 40px; height: 40px; }
}
