@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #16283F;
  --body-c: #4A5B71;
  --muted: #8494A9;
  --accent: #2B6DE8;
  --accent-dark: #1F56C4;
  --accent-soft: #EAF1FD;
  --sky: #F6F9FD;
  --white: #FFFFFF;
  --line: #E4EBF4;
  --navy: #10233D;
  --star: #E9B949;
  --radius: 4px;
  --shadow-soft: 0 16px 40px -24px rgba(16, 35, 61, 0.22);
  --shadow-card: 0 10px 30px -18px rgba(16, 35, 61, 0.18);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  overflow-x: clip;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--body-c);
  background: var(--white);
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
}

h1, h2, h3, h4 {
  font-family: 'Sora', sans-serif;
  color: var(--ink);
  line-height: 1.25;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2.1rem, 4.5vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 18px;
}

h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 12px;
}

h3 {
  font-size: 1.05rem;
  font-weight: 600;
}

p {
  font-size: 0.95rem;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 200;
  padding: 12px 0;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo span {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--ink);
}

.main-nav {
  display: flex;
  gap: 4px;
}

.main-nav a {
  text-decoration: none;
  color: var(--body-c);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 3px;
  transition: all 0.25s ease;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.main-nav a:hover {
  color: var(--accent);
  background: var(--accent-soft);
}

.main-nav a.active {
  color: var(--accent);
  background: var(--accent-soft);
  font-weight: 600;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-notice {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  background: var(--sky);
  padding: 6px 14px;
  border-radius: 3px;
}

.section-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  min-height: 44px;
}

.btn .arr {
  transition: transform 0.25s ease;
}

.btn:hover .arr {
  transform: translateX(4px);
}

.btn-primary {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 10px 24px -12px rgba(43, 109, 232, 0.55);
}

.btn-primary:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.btn-outline {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.btn-light {
  background: var(--white);
  color: var(--navy);
}

.btn-light:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px -14px rgba(0, 0, 0, 0.4);
}

.btn-block {
  width: 100%;
}

.btn-sm {
  padding: 10px 20px;
  font-size: 0.88rem;
  min-height: 40px;
}

.hero {
  background: linear-gradient(160deg, #F3F8FE 0%, #FBFDFF 45%, #EFF6FE 100%);
  border-bottom: 1px solid var(--line);
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(43, 109, 232, 0.09) 0%, transparent 65%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-grid > * {
  min-width: 0;
  max-width: 100%;
}

.hero-lead {
  font-size: 1.06rem;
  max-width: 520px;
  margin-bottom: 26px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}

.hero-stat strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--accent-dark);
}

.hero-stat span {
  font-size: 0.8rem;
  color: var(--muted);
}

.hero-visual {
  position: relative;
}

.hero-media {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 5 / 5.4;
  box-shadow: 0 28px 56px -28px rgba(16, 35, 61, 0.35);
  border: 1px solid var(--white);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.float-chip {
  position: absolute;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  padding: 12px 16px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ink);
}

.chip-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}

.chip-1 {
  top: 26px;
  right: -14px;
}

.chip-2 {
  bottom: 30px;
  left: -18px;
}

.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.trust-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.trust-item strong {
  display: block;
  font-size: 0.9rem;
  color: var(--ink);
}

.trust-item span {
  font-size: 0.78rem;
  color: var(--muted);
}

.section {
  padding: 32px 0;
}

.section-sky {
  background: var(--sky);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head {
  margin-bottom: 30px;
}

.section-head.center {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.section-head p {
  color: var(--muted);
  font-size: 0.95rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.split.rev .split-media {
  order: 2;
}

.split-media {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4 / 3.2;
  box-shadow: var(--shadow-soft);
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 3px;
  box-shadow: var(--shadow-card);
}

.split-body p {
  margin-bottom: 18px;
}

.check-list {
  list-style: none;
  margin-bottom: 22px;
}

.check-list li {
  display: flex;
  gap: 10px;
  padding: 6px 0;
  font-size: 0.93rem;
}

.check-list .ck {
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.svc-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: var(--accent);
}

.svc-icon {
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  margin-bottom: 16px;
}

.svc-card h3 {
  color: var(--ink);
}

.svc-card p {
  font-size: 0.88rem;
  margin-bottom: 4px;
}

.svc-mini {
  list-style: none;
  margin: 10px 0 16px;
  flex: 1;
}

.svc-mini li {
  font-size: 0.84rem;
  padding: 4px 0;
  color: var(--body-c);
}

.svc-mini li::before {
  content: "▹ ";
  color: var(--accent);
  font-weight: 700;
}

.svc-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.svc-price {
  font-weight: 700;
  color: var(--ink);
  font-size: 0.9rem;
}

.svc-price span {
  font-weight: 400;
  color: var(--muted);
  font-size: 0.78rem;
}

.svc-link {
  color: var(--accent);
  font-weight: 600;
  font-size: 0.86rem;
}

.step {
  display: flex;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line);
}

.step:last-child {
  border-bottom: none;
}

.step-num {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--accent);
  min-width: 38px;
}

.step h3 {
  font-size: 0.98rem;
  margin-bottom: 4px;
}

.step p {
  font-size: 0.87rem;
}

.numbers {
  background: linear-gradient(135deg, #10233D 0%, #1C3B64 100%);
  padding: 36px 0;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.number-item {
  text-align: center;
  padding: 8px 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.number-item:first-child {
  border-left: none;
}

.number-item strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #8FB6FF;
  margin-bottom: 4px;
}

.number-item span {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.65);
}

.cov-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 8px;
}

.cov-box {
  background: var(--sky);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 18px;
}

.cov-box h4 {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 10px;
}

.cov-box ul {
  list-style: none;
}

.cov-box li {
  padding: 5px 0;
  font-size: 0.84rem;
  border-bottom: 1px solid var(--white);
}

.cov-box li:last-child {
  border-bottom: none;
}

.percent-bars {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 8px 0 18px;
}

.percent-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
}

.percent-label strong {
  font-size: 0.88rem;
  color: var(--ink);
}

.percent-label span {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: var(--accent);
  font-size: 0.95rem;
}

.percent-track {
  height: 8px;
  background: var(--line);
  border-radius: 4px;
  overflow: hidden;
}

.percent-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--accent), #6FA0F5);
  border-radius: 4px;
  transition: width 1s ease;
}

.mini-note {
  font-size: 0.8rem;
  color: var(--muted);
  background: var(--white);
  border: 1px dashed var(--line);
  padding: 10px 14px;
  border-radius: var(--radius);
}

.price-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.25s ease;
}

.price-card:hover {
  box-shadow: var(--shadow-card);
}

.price-card.featured {
  border-color: var(--accent);
  box-shadow: 0 24px 48px -24px rgba(43, 109, 232, 0.4);
}

.plan-badge {
  position: absolute;
  top: -11px;
  left: 26px;
  background: var(--accent);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 3px;
}

.price-value {
  font-family: 'Sora', sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--ink);
  margin: 12px 0 6px;
}

.price-value span {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--muted);
  font-family: 'Inter', sans-serif;
}

.plan-list {
  list-style: none;
  margin: 14px 0 16px;
}

.plan-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--sky);
  font-size: 0.88rem;
}

.plan-list li::before {
  content: "✦ ";
  color: var(--accent);
  font-size: 0.72rem;
}

.price-includes {
  background: var(--sky);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  margin-bottom: 20px;
  flex: 1;
}

.price-includes h4 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 6px;
}

.price-includes p {
  font-size: 0.82rem;
  line-height: 1.55;
}

.plan-note {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 22px;
  line-height: 1.6;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  padding: 14px 18px;
  border-radius: var(--radius);
}

.callback-section {
  background: linear-gradient(160deg, #F3F8FE 0%, #EAF2FC 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
}

.callback-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: center;
}

.callback-media {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4 / 4.4;
  box-shadow: var(--shadow-soft);
}

.callback-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.callback-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 18px 0;
}

.callback-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
}

.cb-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.callback-contact strong {
  display: block;
  font-size: 0.9rem;
  color: var(--ink);
}

.callback-contact span {
  font-size: 0.74rem;
  color: var(--muted);
}

.callback-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 24px;
  box-shadow: var(--shadow-card);
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.blog-card:hover,
.blog-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: var(--accent);
  outline: none;
}

.blog-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-media img {
  transform: scale(1.04);
}

.blog-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.74rem;
  color: var(--muted);
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.blog-tag {
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.blog-body h3 {
  font-size: 1rem;
  margin-bottom: 8px;
  color: var(--ink);
}

.blog-body p {
  font-size: 0.86rem;
  flex: 1;
}

.blog-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--accent);
  font-weight: 600;
  font-size: 0.86rem;
}

.blog-cta i {
  transition: transform 0.25s ease;
}

.blog-card:hover .blog-cta i {
  transform: translateX(4px);
}

.center-btn {
  text-align: center;
  margin-top: 26px;
}

.testi-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.testi-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.testi-avatar-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-soft), #D6E4FB);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  border: 1px solid var(--line);
}

.testi-head strong {
  display: block;
  font-size: 0.92rem;
  color: var(--ink);
}

.testi-head span {
  font-size: 0.78rem;
  color: var(--muted);
}

.testi-card p {
  font-size: 0.88rem;
  font-style: italic;
  flex: 1;
}

.testi-stars {
  color: var(--star);
  letter-spacing: 3px;
  font-size: 0.9rem;
  margin-top: 14px;
}

.privacy-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
  font-style: italic;
  margin-top: 20px;
}

.contact-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  box-shadow: var(--shadow-soft);
}

.form-progress {
  display: flex;
  gap: 12px;
  margin: 18px 0 22px;
}

.progress-step {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--sky);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: all 0.3s ease;
}

.progress-step.active {
  background: var(--accent-soft);
  border-color: var(--accent);
}

.progress-step.done {
  background: var(--white);
  border-color: var(--accent);
}

.progress-dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.progress-step.active .progress-dot {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.progress-step.done .progress-dot {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
}

.progress-name {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
}

.progress-step.active .progress-name {
  color: var(--ink);
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
  animation: fadeIn 0.35s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--sky);
  font-family: inherit;
  font-size: 0.92rem;
  color: var(--ink);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--white);
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.checkbox-group input {
  width: auto;
  margin-top: 4px;
}

.checkbox-group label {
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 0;
}

.summary-box {
  background: var(--accent-soft);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
  padding: 16px 18px;
  margin-bottom: 18px;
}

.summary-box h4 {
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.summary-box p {
  font-size: 0.84rem;
}

.form-nav {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.form-nav [hidden] {
  display: none;
}

.faq-side h3 {
  font-size: 1.15rem;
  margin-bottom: 14px;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-q {
  width: 100%;
  text-align: left;
  padding: 14px 0;
  background: none;
  border: none;
  font-family: 'Sora', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}

.faq-q::after {
  content: "+";
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--accent);
  flex-shrink: 0;
}

.faq-q[aria-expanded="true"]::after {
  content: "−";
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-a p {
  padding-bottom: 14px;
  font-size: 0.86rem;
  line-height: 1.6;
}

.page-hero {
  background: linear-gradient(160deg, #F3F8FE 0%, #FBFDFF 60%, #EFF6FE 100%);
  border-bottom: 1px solid var(--line);
  padding: 44px 0;
}

.page-hero p {
  max-width: 620px;
  font-size: 1rem;
}

.svc-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 90px;
}

.svc-detail:last-of-type {
  border-bottom: none;
}

.svc-detail.rev .svc-media {
  order: 2;
}

.svc-media {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-soft);
}

.svc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-num {
  font-family: 'Sora', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 8px;
}

.price-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 700;
  padding: 9px 18px;
  border-radius: var(--radius);
  font-size: 0.9rem;
  margin: 12px 0 18px;
}

.svc-price-note {
  font-size: 0.78rem;
  color: var(--muted);
  background: var(--sky);
  border: 1px dashed var(--line);
  padding: 10px 14px;
  border-radius: var(--radius);
  margin-top: 14px;
  line-height: 1.55;
}

.table-wrap {
  overflow-x: auto;
  border-radius: 6px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}

.data-table th {
  background: var(--sky);
  text-align: left;
  padding: 13px 18px;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink);
  font-family: 'Sora', sans-serif;
}

.data-table td {
  padding: 13px 18px;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
}

.data-table td:first-child {
  font-weight: 600;
  color: var(--ink);
}

.data-table tbody tr:hover {
  background: rgba(43, 109, 232, 0.03);
}

.timeline {
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(var(--accent), var(--line));
}

.t-item {
  position: relative;
  padding-bottom: 22px;
}

.t-item:last-child {
  padding-bottom: 0;
}

.t-item::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--accent);
}

.t-year {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  color: var(--accent);
  font-size: 0.95rem;
  display: block;
  margin-bottom: 2px;
}

.t-item h3 {
  font-size: 0.98rem;
  margin-bottom: 4px;
}

.t-item p {
  font-size: 0.87rem;
}

.value-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 26px 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.value-sym {
  display: block;
  font-size: 1.5rem;
  color: var(--accent);
  margin-bottom: 12px;
}

.value-card p {
  font-size: 0.87rem;
}

.name-story {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 36px;
  box-shadow: var(--shadow-card);
}

.name-story .big-name {
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.info-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 24px;
}

.info-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  margin-bottom: 14px;
}

.info-card h3 {
  font-size: 0.92rem;
  margin-bottom: 8px;
}

.info-card p {
  font-size: 0.88rem;
  line-height: 1.55;
}

.info-card .note {
  font-size: 0.76rem;
  color: var(--muted);
  margin-top: 8px;
}

.map-frame {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 6;
  box-shadow: var(--shadow-card);
}

.map-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-caption {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  padding: 10px 16px;
  border-radius: var(--radius);
  font-size: 0.84rem;
  font-weight: 500;
  box-shadow: var(--shadow-card);
}

.cta-band {
  background: linear-gradient(135deg, #10233D 0%, #1E4272 100%);
  border-radius: 8px;
  padding: 34px 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.cta-band h2 {
  color: var(--white);
  margin-bottom: 6px;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  max-width: 520px;
}

.featured-article {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.featured-article:hover,
.featured-article:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  border-color: var(--accent);
  outline: none;
}

.featured-article .blog-media {
  aspect-ratio: auto;
  height: 100%;
  min-height: 280px;
}

.featured-article .blog-body {
  padding: 32px;
}

.featured-article h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 20px;
  overflow-y: auto;
}

.modal.open {
  display: flex;
  animation: fadeIn 0.3s ease;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(16, 35, 61, 0.6);
  backdrop-filter: blur(4px);
}

.modal-dialog {
  position: relative;
  background: var(--white);
  border-radius: 8px;
  max-width: 760px;
  width: 100%;
  padding: 44px 40px;
  box-shadow: 0 40px 80px -30px rgba(16, 35, 61, 0.5);
  z-index: 1;
  margin: auto;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--sky);
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 1.1rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.25s ease;
}

.modal-close:hover {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}

.modal-body h2 {
  font-size: 1.6rem;
  margin: 12px 0;
}

.modal-body h3 {
  font-size: 1.15rem;
  margin: 22px 0 10px;
}

.modal-body p {
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 14px;
}

.modal-body ul {
  padding-left: 1.4rem;
  margin: 12px 0 16px;
}

.modal-body li {
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 6px;
}

.article-meta {
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.article-full {
  display: none;
}

.site-footer {
  background: linear-gradient(160deg, #0E1E33 0%, #13294A 100%);
  color: rgba(255, 255, 255, 0.75);
  margin-top: auto;
  padding-top: 44px;
  font-size: 0.9rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 36px;
  padding-bottom: 28px;
}

.site-footer .logo span {
  color: var(--white);
}

.footer-tagline {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 14px;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 3px;
}

.footer-badge i {
  color: #8FB6FF;
  font-size: 0.75rem;
}

.footer-col h4 {
  color: #9DB9E4;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
}

.footer-links a {
  display: block;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.25s ease;
}

.footer-links a:hover {
  color: #8FB6FF;
  transform: translateX(3px);
}

.footer-contact p {
  padding: 5px 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact i {
  color: #8FB6FF;
  font-size: 0.85rem;
  margin-top: 4px;
  flex-shrink: 0;
}

.footer-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
}

.footer-disclaimer p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  max-width: 920px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer-legal-mini {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 600;
  background: var(--white);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 32px -12px rgba(16, 35, 61, 0.18);
  padding: 18px 0;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.cookie-banner.visible {
  transform: translateY(0);
}

.cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cookie-text {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1;
}

.cookie-text > i {
  color: var(--accent);
  font-size: 1.3rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.cookie-text p {
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--body-c);
}

.cookie-text a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.cookie-text a:hover {
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border-radius: var(--radius);
  background: var(--accent);
  color: var(--white);
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  box-shadow: 0 12px 28px -12px rgba(43, 109, 232, 0.6);
  z-index: 90;
  display: grid;
  place-items: center;
  font-size: 1rem;
}

.to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.to-top:hover {
  background: var(--accent-dark);
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 44px 20px;
  word-break: break-word;
}

.legal-content h1 {
  font-size: 2rem;
  margin-bottom: 6px;
}

.last-updated {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 24px;
}

.legal-content h2 {
  font-size: 1.35rem;
  margin-top: 26px;
  margin-bottom: 10px;
}

.legal-content p,
.legal-content li {
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 14px;
}

.legal-content ul {
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.thanks-page {
  min-height: 80vh;
  background: linear-gradient(160deg, #F3F8FE 0%, #EAF2FC 50%, #F7FAFE 100%);
  padding: 48px 20px;
  position: relative;
  overflow: hidden;
}

.thanks-page::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(43, 109, 232, 0.1) 0%, transparent 65%);
  pointer-events: none;
}

.thanks-wrap {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.thanks-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  border-radius: 8px;
  box-shadow: 0 32px 64px -32px rgba(16, 35, 61, 0.3);
  padding: 44px 40px;
  text-align: center;
}

.thanks-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-size: 2rem;
  margin: 0 auto 20px;
  border: 1px solid var(--line);
}

.thanks-card h1 {
  font-size: 1.8rem;
  margin-bottom: 14px;
}

.thanks-text {
  font-size: 1.2rem;
  line-height: 1.7;
}

.thanks-ref {
  margin-top: 20px;
  display: inline-block;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 700;
  padding: 10px 22px;
  border-radius: var(--radius);
  font-size: 0.95rem;
}

.thanks-privacy {
  margin-top: 18px;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.55;
}

.thanks-privacy a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.thanks-privacy a:hover {
  text-decoration: underline;
}

.thanks-next {
  margin-top: 32px;
  text-align: left;
  background: var(--sky);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 28px;
}

.thanks-next h2 {
  font-size: 1.2rem;
  margin-bottom: 18px;
  text-align: center;
}

.next-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.next-step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 16px;
}

.next-step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

.next-step h3 {
  font-size: 0.92rem;
  margin-bottom: 6px;
}

.next-step p {
  font-size: 0.82rem;
  line-height: 1.55;
}

.thanks-contact {
  margin-top: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 22px 26px;
  text-align: center;
}

.thanks-contact h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.thanks-contact p {
  font-size: 0.9rem;
}

.thanks-contact .tc-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 4px 10px;
  font-weight: 600;
  color: var(--ink);
}

.thanks-contact .tc-line i {
  color: var(--accent);
}

@media (max-width: 1024px) {
  .header-inner {
    flex-wrap: wrap;
    gap: 10px 12px;
  }
  .main-nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
  }
  .main-nav a {
    font-size: 0.82rem;
    padding: 6px 10px;
    min-height: 40px;
  }
  .hero-grid,
  .split,
  .svc-detail,
  .contact-panel,
  .callback-grid {
    grid-template-columns: 1fr;
  }
  .split.rev .split-media,
  .svc-detail.rev .svc-media {
    order: 0;
  }
  .featured-article {
    grid-template-columns: 1fr;
  }
  .featured-article .blog-body {
    padding: 28px;
  }
  .trust-grid,
  .grid-4,
  .info-grid,
  .next-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .number-item:nth-child(3) {
    border-left: none;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .hero-visual {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .float-chip {
    position: static;
    max-width: 100%;
  }
  .cookie-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .cookie-actions {
    width: 100%;
  }
  .cookie-actions .btn {
    flex: 1;
  }
}

@media (max-width: 640px) {
  .header-inner {
    flex-wrap: wrap;
    gap: 8px;
  }
  .main-nav {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }
  .main-nav a {
    font-size: 0.75rem;
    padding: 6px 8px;
    min-height: 36px;
  }
  .header-notice {
    word-break: break-all;
  }
  .logo a {
    flex-direction: column;
  }
  .logo a span {
    word-break: break-all;
    min-width: 0;
    flex: 1;
  }
  .footer-col {
    word-break: break-all;
  }
  .hero-grid > * {
    min-width: 0;
    max-width: 100%;
  }
  .section {
    padding: 20px 0;
  }
  .grid-2,
  .grid-3,
  .trust-grid,
  .info-grid,
  .form-row,
  .cov-cols,
  .footer-top,
  .callback-contacts,
  .next-steps {
    grid-template-columns: 1fr;
  }
  .grid-4 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .grid-4 > * {
    min-width: 0;
    max-width: 100%;
  }
  .numbers-grid {
    grid-template-columns: 1fr;
  }
  .number-item {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px 0;
  }
  .number-item:first-child {
    border-top: none;
  }
  .hero {
    padding: 36px 0;
  }
  .hero-stats {
    gap: 18px;
  }
  .cta-band {
    flex-direction: column;
    text-align: center;
    padding: 28px 22px;
  }
  .contact-panel {
    padding: 24px;
  }
  .modal-dialog {
    padding: 32px 22px;
  }
  .form-progress {
    flex-direction: column;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .thanks-card {
    padding: 32px 22px;
  }
  .footer-badges {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
  .contact-panel,
  .thanks-card,
  .modal-dialog {
    padding: 20px 16px;
  }
  h1 {
    font-size: clamp(1.6rem, 7vw, 2.1rem);
  }
  h2 {
    font-size: clamp(1.2rem, 5vw, 1.45rem);
  }
  .btn {
    font-size: 0.88rem;
    padding: 12px 20px;
  }
  input,
  select,
  textarea {
    font-size: 0.9rem;
  }
}