:root {
  --bg: #F5F7FA;
  --card: #ffffff;
  --accent-dark: #2A5CAA;
  --accent-light: #E6F0FA;
  --accent-navy: #0A1F44;
  --text: #1B1B1B;
  --muted: #5c6b7a;
  --line: #dde3ea;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--bg); color: var(--text);
  scroll-behavior: smooth;
}
section { padding: 80px 20px; }
.wrap { max-width: 1080px; margin: 0 auto; }
h1, h2, h3 { margin: 0 0 16px; }
p { line-height: 1.75; margin: 0 0 12px; }
button { cursor: pointer; font-family: inherit; border: none; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.nav { position: sticky; top: 0; background: #cfe0f5; border-bottom: 1px solid rgba(0,0,0,.1); z-index: 10; overflow: hidden; }
.nav:has(.nav-mobile[open]) { overflow: visible; }
.nav-stars { position: absolute; inset: 0; z-index: 0; display: block; pointer-events: none; }
.nav .wrap { display: flex; justify-content: space-between; align-items: center; padding: 10px 20px; position: relative; z-index: 1; }
.nav .brand { font-weight: 700; font-size: 19px; color: #000; display: flex; align-items: baseline; gap: 8px; line-height: 1.3; }
.nav .tagline { font-weight: 700; font-size: 19px; color: #000; letter-spacing: .02em; }
.nav .links { display: flex; gap: 24px; font-size: 15px; }
.nav .links a { color: #000; font-weight: 700; }
.nav .links a:hover { color: var(--accent-dark); }
.nav-mobile { display: none; }
.nav-toggle { cursor: pointer; list-style: none; font-size: 46px; line-height: 1; padding: 4px 8px; color: #000; }
.nav-toggle::-webkit-details-marker { display: none; }
.nav-toggle::marker { content: ''; }
.nav-dropdown { position: absolute; right: 20px; top: 58px; background: #fff; border: 1px solid rgba(10,31,68,.12); border-radius: 12px; padding: 0; box-shadow: 0 16px 40px rgba(10,31,68,.28); display: flex; flex-direction: column; min-width: 220px; overflow: hidden; opacity: 0; transform: translateY(-14px) scale(.96); transition: opacity .55s cubic-bezier(.22,1,.36,1), transform .55s cubic-bezier(.22,1,.36,1); }
.nav-dropdown.is-open { opacity: 1; transform: translateY(0) scale(1); }
.nav-dropdown a { padding: 16px 22px; font-size: 17px; font-weight: 600; color: var(--text); border-bottom: 1px solid rgba(10,31,68,.1); transition: background-color .15s ease, color .15s ease; }
.nav-dropdown a:last-child { border-bottom: none; }
.nav-dropdown a:active { background: rgba(10,31,68,.1); color: var(--accent-dark); }

.hero-photo {
  position: relative;
  padding: 148px 20px 148px 400px;
  color: #fff;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-photo::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background: url('assets/img-26-hero-lawyer-v6.jpg?v=9') center 30% / cover no-repeat;
  filter: brightness(1.02) contrast(1.04) saturate(.96) sepia(.06);
}
.hero-stars { position: absolute; inset: 0; z-index: 0; display: block; pointer-events: none; }
.hero-fog {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse 75% 55% at 68% 35%, rgba(255,255,255,.09), transparent 65%);
  mix-blend-mode: screen;
}
.hero-lightbeam { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.hero-lightbeam::before {
  content: '';
  position: absolute;
  top: -15%; left: 42%;
  width: 22%; height: 90%;
  background: linear-gradient(180deg, rgba(255,247,222,.18) 0%, rgba(255,247,222,.08) 40%, transparent 75%);
  transform: rotate(-3deg);
  filter: blur(8px);
  animation: hero-beam-breathe 9s ease-in-out infinite;
  mix-blend-mode: screen;
}
.hero-lightbeam::after {
  content: '';
  position: absolute;
  left: 40%; top: 42%;
  width: 30%; height: 46%;
  background: radial-gradient(ellipse at center, rgba(255,240,205,.18), transparent 70%);
  filter: blur(4px);
  animation: hero-beam-breathe 9s ease-in-out infinite;
  mix-blend-mode: screen;
}
@keyframes hero-beam-breathe { 0%, 100% { opacity: .65; } 50% { opacity: 1; } }
.hero-dust-canvas { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
@media (prefers-reduced-motion: reduce) {
  .hero-lightbeam::before { animation: none; opacity: .8; }
}
.hero-eye {
  position: absolute; z-index: 1;
  top: 56%; right: 2%;
  width: 54%; max-width: 650px; height: auto;
  transform: translateY(-50%);
  pointer-events: none;
}
.hero-text { position: relative; z-index: 2; text-align: center; max-width: 38%; margin-left: 0; margin-right: auto; color: #000; }
.hero-photo h1 {
  font-family: Georgia, 'Times New Roman', ui-serif, serif; font-size: 38px; line-height: 1.35; margin: 0 0 14px; font-weight: 700; color: #000; letter-spacing: -0.3px;
  text-shadow:
    -1px -1px 0 rgba(255,255,255,.85), 1px -1px 0 rgba(255,255,255,.85),
    -1px 1px 0 rgba(255,255,255,.85), 1px 1px 0 rgba(255,255,255,.85),
    0 2px 10px rgba(255,255,255,.5);
}
.hero-btn { text-align: center; max-width: 38%; margin-left: 0; margin-right: auto; position: relative; z-index: 2; }
.hero-btn .cta { padding: 20px 40px; font-size: 17px; animation: hero-cta-pulse 2.6s ease-in-out infinite; }
.hero-btn .cta:hover { animation-play-state: paused; }
@keyframes hero-cta-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.025); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-btn .cta { animation: none; }
}
.cta {
  position: relative; overflow: hidden;
  display: inline-block; text-align: center; background: var(--accent-dark); color: #fff;
  padding: 16px 32px; border-radius: 12px; font-size: 15px; font-weight: 600;
  border: 1.5px solid rgba(42,92,170,.35);
  box-shadow: 0 4px 12px rgba(10,31,68,.3), 0 0 0 4px rgba(42,92,170,.1), inset 0 1px 0 rgba(255,255,255,.25);
  transition: all 0.25s ease;
}
.cta::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 40%; z-index: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.22) 0%, transparent 100%);
  border-radius: 12px 12px 0 0;
}
.cta:hover {
  filter: brightness(1.15);
  box-shadow: 0 10px 30px rgba(10,31,68,.5), 0 0 0 4px rgba(42,92,170,.3), inset 0 1px 0 rgba(255,255,255,.35);
  transform: translateY(-2px) scale(1.03);
}

.callout {
  position: relative;
  background: var(--accent-light);
  border-radius: 0;
  padding: 20px 0;
  font-weight: 700;
  font-size: 19px;
  color: var(--text);
  margin-bottom: 0;
  overflow: hidden;
  text-shadow: 0 1px 0 rgba(255,255,255,.85), 0 2px 8px rgba(255,255,255,.5);
}
.mobile-break { display: none; }
.callout .wrap { text-align: center; }

.checklist-intro { color: #000; font-size: 18px; font-weight: 600; margin: 0 0 18px; text-shadow: -1px -1px 0 rgba(255,255,255,.8), 1px -1px 0 rgba(255,255,255,.8), -1px 1px 0 rgba(255,255,255,.8), 1px 1px 0 rgba(255,255,255,.8), 0 2px 8px rgba(255,255,255,.45); }
.checklist { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 16px; max-width: 500px; margin-left: auto; margin-right: auto; }
.checklist li {
  display: flex; align-items: center; justify-content: flex-start; gap: 16px;
  font-size: 19px; font-weight: 600; color: var(--text); text-shadow: none;
  background: rgba(255,255,255,.5); backdrop-filter: blur(8px) saturate(150%); -webkit-backdrop-filter: blur(8px) saturate(150%);
  border-radius: 16px; padding: 16px 18px; box-shadow: 0 6px 18px rgba(10,31,68,.18);
}
.checklist .check-text { min-width: 0; text-align: left; }
.check-icon { flex: none; width: 26px; height: 26px; color: var(--accent-dark); animation: icon-shimmer 2.4s ease-in-out infinite; }
.checklist li:nth-child(1) .check-icon { animation-delay: 0s; }
.checklist li:nth-child(2) .check-icon { animation-delay: .3s; }
.checklist li:nth-child(3) .check-icon { animation-delay: .6s; }
.checklist li:nth-child(4) .check-icon { animation-delay: .9s; }
@keyframes icon-shimmer {
  0%, 100% { transform: scale(1); opacity: .85; }
  50% { transform: scale(1.12); opacity: 1; }
}
.checklist-note { display: flex; align-items: flex-start; justify-content: flex-start; gap: 8px; color: #000; font-size: 19px; font-weight: 600; margin: 0 0 24px; max-width: 500px; margin-left: auto; margin-right: auto; text-align: left; text-shadow: -1px -1px 0 rgba(255,255,255,.8), 1px -1px 0 rgba(255,255,255,.8), -1px 1px 0 rgba(255,255,255,.8), 1px 1px 0 rgba(255,255,255,.8), 0 2px 8px rgba(255,255,255,.45); }
.checklist-note-icon { width: 26px; height: 26px; flex: none; color: var(--accent-dark); animation: icon-shimmer 2.4s ease-in-out infinite 1.2s; filter: drop-shadow(0 0 4px rgba(255,255,255,.7)); }

.person { display: flex; align-items: center; gap: 20px; margin-bottom: 64px; background: rgba(255,255,255,.92); border: 5px solid var(--line); border-radius: 12px; padding: 24px; box-shadow: 0 6px 20px rgba(10,31,68,.1); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.person:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(42,92,170,.2); border-color: var(--accent-dark); }
.person-photo { flex: none; width: 110px; height: 110px; border-radius: 12px; background: #dde3ea url('assets/img-32-boris-desk.jpg') 62% center / cover no-repeat; border: 2px solid var(--line); transition: transform .25s ease; filter: brightness(1.02) contrast(1.04) saturate(.96) sepia(.06); }
.person:hover .person-photo { transform: scale(1.12); }
.about-text { color: var(--muted); }
.person-title { color: var(--accent-dark); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .03em; margin: 0 0 10px; }

.how-bg { position: relative; z-index: 0; border-bottom: 1px solid var(--line); }
.how-bg::before {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, transparent 0%, transparent 88%, var(--bg) 100%),
    url('assets/img-17-archive-bg-v2.jpg') center 30% / cover no-repeat;
  filter: brightness(1.02) contrast(1.04) saturate(.96) sepia(.06);
}
.how-title { display: block; width: 100%; text-align: center; font-size: 44px; font-weight: 700; margin: 0 auto 24px; padding-top: 48px; }
.steps-row { display: flex; gap: 16px; padding-bottom: 40px; position: relative; }
.step-chip { position: relative; flex: 1; background: #fff; border: 5px solid var(--line); border-radius: 12px; padding: 26px; box-shadow: 0 6px 20px rgba(10,31,68,.1); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.step-chip::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--accent-dark); border-radius: 12px 12px 0 0; }
.step-chip:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgba(42,92,170,.2), 0 0 22px rgba(42,92,170,.35); border-color: var(--accent-dark); }
.step-chip-link { text-decoration: none; color: inherit; cursor: pointer; }
.step-arrow { display: inline-block; color: var(--accent-dark); font-weight: 700; font-size: 48px; line-height: 1; vertical-align: middle; margin-left: 4px; transition: transform .25s ease; animation: step-arrow-bounce-x 1.6s ease-in-out infinite; }
.step-arrow-done { animation: step-arrow-pulse 1.8s ease-in-out infinite; }
@keyframes step-arrow-bounce-x { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(8px); } }
@keyframes step-arrow-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.15); } }
.step-chip:hover .step-arrow { animation-play-state: paused; transform: translateX(14px); }
.step-chip:hover .step-arrow-done { animation-play-state: paused; transform: scale(1.25); }
.step-chip .n { display: inline-flex; padding: 4px 12px; border-radius: 20px; background: var(--accent-light); color: var(--accent-dark); align-items: center; justify-content: center; font-size: 13px; font-weight: 700; font-family: var(--mono); letter-spacing: .02em; margin-bottom: 10px; }
.step-chip h3 { font-size: 20px; font-weight: 700; }
.step-chip p { font-size: 16px; font-weight: 600; color: var(--text); }
.steps-row .step-chip:not(:first-child)::after { content: ''; position: absolute; top: 33px; left: -16px; width: 16px; height: 2px; background: var(--accent-dark); }
.step-icon { width: 100%; max-width: 280px; height: auto; border-radius: 12px; margin-bottom: 16px; box-shadow: 0 2px 8px rgba(0,0,0,.1); object-fit: cover; }

.stats-row { display: flex; gap: 16px; padding-bottom: 64px; text-align: center; align-items: stretch; }
.stat { flex: 1; background: #fff; border: 5px solid var(--line); border-radius: 12px; padding: 24px 12px; box-shadow: 0 6px 20px rgba(10,31,68,.1); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.stat:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(42,92,170,.2); border-color: var(--accent-dark); }
.stat .num { font-size: 28px; font-weight: 700; color: var(--accent-dark); }
.stat .lab { font-size: 13px; color: var(--muted); }
.stat-bg-1, .stat-bg-2, .stat-bg-3 { height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; padding-bottom: 0; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; }
.stat-bg-1 { background-image: url('assets/stat-icon-1.jpg'); }
.stat-bg-2 { background-image: url('assets/stat-icon-2.jpg'); }
.stat-bg-3 { background-image: url('assets/stat-icon-3.jpg'); }
.stat-bg-1::after, .stat-bg-2::after, .stat-bg-3::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 140px; background: linear-gradient(to top, rgba(255,255,255,.9), rgba(255,255,255,.6), transparent); pointer-events: none; }
.stat-bg-1 .num, .stat-bg-2 .num, .stat-bg-3 .num { color: #000; font-weight: 700; font-size: 42px; text-shadow: 0 0 8px rgba(255,255,255,.9); position: relative; z-index: 1; }
.stat-bg-1 .lab, .stat-bg-2 .lab, .stat-bg-3 .lab { color: #000; font-size: 16px; text-shadow: 0 0 6px rgba(255,255,255,.8); position: relative; z-index: 1; padding-bottom: 12px; }

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

.testimonials { position: relative; z-index: 0; padding: 80px 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.testimonials::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, var(--bg) 0%, transparent 12%, transparent 88%, var(--bg) 100%),
    url('assets/img-34-testimonials-bg.jpg?v=1') center / cover no-repeat;
  opacity: .6;
}
.testimonials-title { text-align: center; font-size: 36px; font-weight: 700; margin: 0 auto 40px; padding: 0 20px; }
.testimonials-track-wrap {
  overflow-x: auto; overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; -ms-overflow-style: none;
  cursor: grab;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
}
.testimonials-track-wrap::-webkit-scrollbar { display: none; }
.testimonials-track-wrap.is-dragging { cursor: grabbing; }
.testimonials-track { display: flex; gap: 20px; width: max-content; padding: 44px 20px; }
.testimonial-card {
  flex: 0 0 auto; width: 300px; display: flex; flex-direction: column;
  background: #fff; border: 2px solid var(--accent-dark); border-radius: 14px; padding: 24px 26px;
  box-shadow: 0 4px 14px rgba(10,31,68,.12);
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}
.testimonial-card:hover { transform: scale(1.05); box-shadow: 0 16px 32px rgba(10,31,68,.2); border-color: var(--accent-dark); position: relative; z-index: 2; }
.testimonial-name { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; font-size: 19px; color: var(--text); margin-bottom: 2px; }
.testimonial-city { color: var(--accent-dark); font-weight: 600; font-size: 14px; margin: 0 0 14px; }
.testimonial-text { font-size: 15px; line-height: 1.6; color: var(--text); margin: 0 0 16px; }
.testimonial-stars { color: #f5b400; font-size: 15px; letter-spacing: 4px; margin-top: auto; }
@media (max-width: 760px) {
  .testimonials { padding: 56px 0; }
  .testimonials::before { background-image: url('assets/img-34-testimonials-bg-mobile.jpg?v=1'); }
  .testimonials-title { font-size: 26px; margin-bottom: 28px; }
  .testimonial-card { width: 250px; padding: 20px 22px; }
  .testimonial-text { font-size: 14px; }
}

.trust-block { text-align: center; padding: 32px 20px 40px; background: var(--accent-light); border-top: 1px solid var(--line); }
.trust-title { font-weight: 700; font-size: 18px; margin: 0 0 14px; }
.trust-static { font-size: 15px; color: var(--text); line-height: 1.7; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 700; }
.trust-static .trust-sep { color: var(--line); font-family: -apple-system, sans-serif; font-weight: 400; }

.deliverables { padding: 0 20px 80px; background: var(--accent-light); border-bottom: 1px solid var(--line); }
.deliverables-title { text-align: center; font-size: 30px; font-weight: 700; margin: 0 auto 32px; }
.deliverables-row { display: flex; gap: 20px; }
.deliverable-card { flex: 1; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px 22px; text-align: center; box-shadow: 0 6px 20px rgba(10,31,68,.1); }
.deliverable-icon { font-size: 32px; margin-bottom: 12px; }
.deliverable-card h3 { font-size: 18px; margin: 0 0 8px; }
.deliverable-card p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.55; }

.perspective-banner {
  position: relative;
  padding: 72px 20px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.perspective-banner::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background: url('assets/img-33-perspective.jpg?v=4') center / cover no-repeat;
  filter: brightness(1.02) contrast(1.04) saturate(.96) sepia(.06);
}
.perspective-inner { position: relative; z-index: 1; max-width: 720px; text-align: left; color: #000; background: rgba(255,255,255,.88); padding: 36px 44px; border-radius: 12px; border: 1px solid rgba(10,31,68,.15); box-shadow: 0 10px 28px rgba(10,31,68,.18); }
.perspective-inner h2 { margin: 0 0 16px; font-size: 32px; line-height: 1.25; }
.perspective-inner p { margin: 0 0 24px; color: #000; font-size: 17px; }
.perspective-inner .cta { display: block; width: fit-content; margin: 0 auto; }
@media (max-width: 760px) {
  .perspective-banner::before {
    background: url('assets/img-33-perspective-mobile.jpg?v=3') center / cover no-repeat;
    filter: brightness(1.02) contrast(1.04) saturate(.96) sepia(.06);
  }
  .perspective-banner { padding: 48px 20px; }
  .perspective-inner { text-align: center; max-width: 100%; padding: 24px 20px; }
  .perspective-inner h2 { font-size: 22px; }
  .perspective-inner p { font-size: 15px; }
}
.table-wrap { overflow-x: auto; }
table { width: 100%; min-width: 480px; border-collapse: collapse; background: #fff; border: 1px solid var(--line); }
th, td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: 14px; }
th { background: #eef2f6; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
tbody tr { transition: background .15s ease; }
tbody tr:hover td { background: #f7fafc; }
.price-cell { font-weight: 700; font-family: var(--mono); color: var(--accent-dark); white-space: nowrap; }
tbody tr:hover td.price-cell { color: var(--accent-dark); }

.price-photo-wrap { position: relative; }
.price-img { width: 100%; display: block; border-radius: 12px; }

.price-col { position: absolute; top: 0; height: 100%; pointer-events: none; }
.price-col-1 { left: 4%; width: 28%; }
.price-col-2 { left: 35%; width: 28%; }
.price-col-3 { left: 67%; width: 28%; }

.price-lift {
  position: absolute; left: 0; width: 100%;
  top: 14%; height: 66%;
  display: block;
  background-image: url('assets/img-27-price-packages-v2.jpg');
  background-repeat: no-repeat;
  border-radius: 12px;
  border: 2px solid transparent;
  pointer-events: auto;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.price-col-1 .price-lift { background-size: 357.1% 151.5%; background-position: 5.6% 41.2%; }
.price-col-2 .price-lift { background-size: 357.1% 151.5%; background-position: 48.6% 41.2%; }
.price-col-3 .price-lift { background-size: 357.1% 151.5%; background-position: 93.1% 41.2%; }

.price-lift-price {
  position: absolute;
  top: 92.7%; height: 6.8%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-family: var(--mono);
  font-size: clamp(11px, 1.7vw, 17px);
}
.price-col-1 .price-lift-price { left: 35.4%; width: 51.1%; }
.price-col-2 .price-lift-price { left: 24.6%; width: 51.1%; }
.price-col-3 .price-lift-price { left: 6.1%; width: 52.5%; }

.price-lift:hover, .price-lift:focus-visible {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 18px 28px rgba(0,0,0,.28), 0 0 28px rgba(42,92,170,.5);
  border-color: var(--accent-dark);
}

.price-icons-outline {
  position: absolute;
  left: 7.0%; width: 85.3%;
  top: 82.0%; height: 11.1%;
  border: 3px solid var(--line);
  border-radius: 12px;
  pointer-events: none;
}
.price-mobile-zone { display: none; }
@media (prefers-reduced-motion: reduce) {
  .price-lift { transition: none; }
}

.faq-bg { position: relative; z-index: 0; border-top: 1px solid var(--line); }
.faq-bg::before {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(180deg, var(--bg) 0%, transparent 12%, transparent 82%, var(--bg) 100%),
    url('assets/img-19-themis-marble-bg-v3.jpg?v=3');
  background-position: left top, center 25%;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  filter: brightness(1.02) contrast(1.04) saturate(.96) sepia(.06);
}
@media (min-width: 1700px) {
  .hero-photo::before { background-position: center 12%; }
  .faq-bg::before { background-position: left top, center 12%; }
  .how-bg .wrap { max-width: 1400px; }
}
.faq-col { padding: 28px; }
.faq-col h2 { text-align: center; background: rgba(226,238,252,.6); padding: 22px 20px 18px; margin: 0; font-size: 28px; border-bottom: 1px solid rgba(180,205,235,.5); }
.faq-flat { background: rgba(226,238,252,.8); backdrop-filter: blur(16px) saturate(160%); -webkit-backdrop-filter: blur(16px) saturate(160%); border: 1px solid rgba(255,255,255,.8); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 32px rgba(10,31,68,.25); }
.faq-item { border-bottom: 1px solid rgba(180,205,235,.5); padding: 16px 20px; margin: 0; transition: background-color .35s ease; }
.faq-item:last-of-type { border-bottom: none; }
.faq-item[open] { background: rgba(226,238,252,.85); }
.faq-item summary { font-weight: 700; font-size: 16px; cursor: pointer; list-style: none; transition: color .2s ease; }
.faq-item summary:hover { color: var(--accent-dark); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ''; }
.faq-item summary::after { content: '+'; float: right; color: var(--accent-dark); }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { color: var(--text); font-size: 14px; margin: 10px 0 0; }
.faq-item[open] p { animation: faq-fade-in .35s ease; }
@keyframes faq-fade-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.side-form { background: #fff; border-radius: 12px; padding: 24px; }
.side-form input, .side-form textarea { width: 100%; padding: 10px 12px; border-radius: 4px; border: 1px solid var(--line); margin-bottom: 10px; font-family: inherit; font-size: 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.side-form input:focus, .side-form textarea:focus { outline: none; border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(10,31,68,.15); }
.form-notice { font-size: 12px; color: var(--muted); background: var(--bg); border: 1px solid var(--line); border-radius: 6px; padding: 8px 10px; margin: 0 0 14px; line-height: 1.5; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); line-height: 1.5; margin-bottom: 14px; }
.consent input { width: 22px; height: 22px; flex: none; margin: 0; accent-color: var(--accent-dark); }
.consent a { text-decoration: underline; }

.form-dialog { border: none; border-radius: 12px; padding: 0; max-width: 480px; width: 92%; box-shadow: 0 24px 64px rgba(10,18,30,.35); }
.form-dialog::backdrop { background: rgba(10,18,30,.65); backdrop-filter: blur(2px); }
.form-dialog .side-form { position: relative; }
.form-dialog-close { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border-radius: 50%; background: var(--bg); border: 1px solid var(--line); font-size: 20px; line-height: 1; color: var(--muted); cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; }
.form-dialog-close:hover { background: var(--line); color: var(--text); }
.mobile-sticky-cta { display: none; }
.mobile-sticky-cta-stars { position: absolute; inset: 0; z-index: 0; display: block; pointer-events: none; }
.mobile-sticky-cta-row { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
@media (max-width: 760px) {
  .mobile-sticky-cta {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: #cfe0f5;
    backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 -4px 16px rgba(10,18,30,.25); overflow: hidden;
    transform: translateY(110%); transition: transform .35s ease;
  }
  .mobile-sticky-cta.is-visible { transform: translateY(0); }
  .mobile-sticky-cta .cta { width: 100%; height: 50px; box-sizing: border-box; border-radius: 9px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; padding: 3px 2px; font-size: 8px; }
  .mobile-sticky-cta .cta svg { width: 13px; height: 13px; flex: none; }
  .mobile-sticky-cta .js-chat-open { background: #2f8f5e; border-color: rgba(0,0,0,.15); }
  .mobile-sticky-cta .js-chat-open::before { background: linear-gradient(180deg, rgba(255,255,255,.25) 0%, transparent 100%); }
  .mobile-sticky-cta .js-chat-open:hover { box-shadow: 0 10px 30px rgba(0,0,0,.35), 0 0 0 4px rgba(47,143,94,.3), inset 0 1px 0 rgba(255,255,255,.3); }
  .mobile-sticky-cta .cta-telegram { background: #2b8ec4; border-color: rgba(0,0,0,.15); }
  .mobile-sticky-cta .cta-telegram::before { background: linear-gradient(180deg, rgba(255,255,255,.25) 0%, transparent 100%); }
  .mobile-sticky-cta .cta-telegram:hover { box-shadow: 0 10px 30px rgba(0,0,0,.35), 0 0 0 4px rgba(43,142,196,.3), inset 0 1px 0 rgba(255,255,255,.3); }
  .mobile-sticky-cta .cta-max { background: #7c5cd6; border-color: rgba(0,0,0,.15); }
  .mobile-sticky-cta .cta-max::before { background: linear-gradient(180deg, rgba(255,255,255,.25) 0%, transparent 100%); }
  .mobile-sticky-cta .cta-max:hover { box-shadow: 0 10px 30px rgba(0,0,0,.35), 0 0 0 4px rgba(124,92,214,.3), inset 0 1px 0 rgba(255,255,255,.3); }
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .tg-cta { padding-bottom: 20px; margin-top: 16px; position: relative; z-index: 1; }
  .footer-tg-btn { padding: 8px 18px; font-size: 13px; }
  .footer-tg-btn svg { width: 14px; height: 14px; }
  .form-dialog { margin: 0; position: fixed; inset: 0; width: 100%; max-width: 100%; height: 100%; max-height: 100%; border-radius: 0; }
  .form-dialog .side-form { height: 100%; overflow-y: auto; border-radius: 0; }
}

.footer { text-align: center; padding: 32px 20px; color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.9; background: #14295a; }
.footer a { text-decoration: underline; }
.tg-cta { text-align: center; padding: 0 20px 36px; margin-top: -24px; }
.footer-tg-btn { display: inline-flex; align-items: center; gap: 7px; padding: 10px 22px; border: 1.5px solid var(--accent-dark); border-radius: 20px; color: var(--accent-dark); font-weight: 600; font-size: 14px; text-decoration: none !important; transition: background-color .2s ease, color .2s ease, transform .2s ease; animation: footer-tg-pulse 2.2s ease-in-out infinite; }
.footer-tg-btn:hover { background: var(--accent-dark); color: #fff; transform: translateY(-2px); animation: none; }
@keyframes footer-tg-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(10,31,68,.5); transform: scale(1); }
  50% { box-shadow: 0 0 0 8px rgba(10,31,68,0); transform: scale(1.03); }
}
@media (prefers-reduced-motion: reduce) {
  .footer-tg-btn { animation: none; }
  .step-arrow { animation: none; }
  .check-icon, .checklist-note-icon { animation: none; }
  .testimonials-track { animation: none; }
}
.alt-contact { font-size: 13px; color: var(--muted); text-align: center; margin: 12px 0 0; }
.alt-contact a { color: var(--accent-dark); font-weight: 600; }

@media (max-width: 760px) {
  .how-title { font-size: 30px; }
  .hero-photo {
    padding: 48px 20px 40px; display: flex; flex-direction: column;
  }
  .hero-photo::before {
    background-image: linear-gradient(180deg, rgba(10,18,30,.55) 0%, rgba(10,18,30,.3) 40%, rgba(10,18,30,.15) 100%), url('assets/img-28-hero-mobile.jpg?v=3');
    background-position: center top; background-size: cover; background-repeat: no-repeat;
    filter: brightness(1.02) contrast(1.04) saturate(.96) sepia(.06);
  }
  .hero-photo { padding-bottom: 48px; }
  .hero-lightbeam { opacity: .6; }
  .hero-lightbeam::before {
    top: 24%; bottom: auto; right: -30%; left: auto;
    width: 90%; height: 72%;
    transform: rotate(35deg);
  }
  .hero-lightbeam::after {
    left: 26%; top: 44%; bottom: auto;
    width: 60%; height: 36%;
  }
  .hero-btn .cta { animation: hero-cta-pulse 2.6s ease-in-out infinite, hero-cta-ring-pulse 2.6s ease-in-out infinite; }
  @keyframes hero-cta-ring-pulse {
    0%, 100% { box-shadow: 0 4px 12px rgba(10,31,68,.3), 0 0 0 3px rgba(42,92,170,.18), inset 0 1px 0 rgba(255,255,255,.25); }
    50% { box-shadow: 0 4px 12px rgba(10,31,68,.3), 0 0 0 8px rgba(42,92,170,.3), inset 0 1px 0 rgba(255,255,255,.25); }
  }
  .how-bg::before {
    background-color: var(--bg);
    background-image: linear-gradient(180deg, transparent 0%, transparent 88%, var(--bg) 100%), url('assets/img-29-archive-mobile.jpg');
    background-position: center top; background-size: cover;
    filter: brightness(1.02) contrast(1.04) saturate(.96) sepia(.06);
  }
  .faq-bg::before {
    background-image:
      linear-gradient(180deg, var(--bg) 0%, transparent 12%, transparent 82%, var(--bg) 100%),
      url('assets/img-30-themis-mobile.jpg?v=4');
    background-position: left top, center top;
    background-size: auto, cover;
    filter: brightness(1.02) contrast(1.04) saturate(.96) sepia(.06);
  }
  .price-col, .price-icons-outline { display: none; }
  .price-mobile-zone {
    display: block; position: absolute; left: 3%; width: 94%;
    border: 3px solid var(--line); border-radius: 12px;
    transition: border-color .2s ease, background-color .2s ease;
  }
  .price-mobile-zone:active, .price-mobile-zone:focus-visible { border-color: var(--accent-dark); background: rgba(10,31,68,.06); }
  .price-mobile-zone-1 { top: 10%; height: 22%; }
  .price-mobile-zone-2 { top: 32%; height: 23%; }
  .price-mobile-zone-3 { top: 55%; height: 27%; }
  .price-mobile-badge { position: absolute; left: 39%; top: 89%; transform: translateY(-50%); background: #fff; color: var(--accent-dark); font-weight: 700; font-size: 16px; padding: 8px 16px; border-radius: 10px; border: 2px solid var(--accent-dark); box-shadow: 0 6px 16px rgba(10,31,68,.25); }
  .checklist, .checklist-note { max-width: 320px; }
  .step-arrow:not(.step-arrow-done) { animation: step-arrow-bounce-y 1.6s ease-in-out infinite; }
  .step-chip:hover .step-arrow:not(.step-arrow-done) { animation-play-state: paused; transform: translateY(14px) rotate(90deg); }
  @keyframes step-arrow-bounce-y { 0%, 100% { transform: rotate(90deg) translateX(0); } 50% { transform: rotate(90deg) translateX(8px); } }
  .hero-text { order: 1; max-width: 100%; margin-right: 0; color: #fff; }
  .hero-photo h1 {
    font-size: 30px; font-weight: 600; color: #fff;
    text-shadow:
      -1px -1px 0 rgba(10,31,68,.85), 1px -1px 0 rgba(10,31,68,.85),
      -1px 1px 0 rgba(10,31,68,.85), 1px 1px 0 rgba(10,31,68,.85),
      0 4px 14px rgba(10,31,68,.6);
  }
  .checklist-intro {
    display: inline-block; background: rgba(10,31,68,.55); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
    color: #fff; padding: 10px 16px; border-radius: 10px;
    text-shadow:
      -1px -1px 0 rgba(10,31,68,.8), 1px -1px 0 rgba(10,31,68,.8),
      -1px 1px 0 rgba(10,31,68,.8), 1px 1px 0 rgba(10,31,68,.8),
      0 2px 8px rgba(10,31,68,.5);
  }
  .hero-eye {
    position: static; order: 2;
    top: auto; right: auto; transform: none;
    display: block; width: 82%; max-width: 360px;
    margin: 26px auto 0; opacity: .95;
  }
  .hero-btn { order: 3; margin-top: 30px; max-width: 100%; margin-right: 0; }
  .steps-row, .stats-row { flex-direction: column; }
  .steps-row .step-chip::after { display: none; }
  .step-chip .n { padding: 6px 14px; font-size: 16px; }
  .step-chip h3 { font-size: 19px; }
  .step-chip p { font-size: 16px; color: var(--text); }
  .about-text { font-size: 17px; color: var(--text); }
  .person { flex-direction: column; }
  .person-photo { align-self: center; width: 140px; height: 140px; margin-bottom: 16px; }
  .person h3, .person-title { text-align: center; }
  .nav .links { display: none; }
  .nav-mobile { display: block; }
  .nav .brand { flex-direction: column; align-items: center; gap: 0; }
  table { min-width: 0; }
  th, td { padding: 10px 8px; font-size: 12px; }
  .callout { padding: 18px 0; font-size: 18px; font-weight: 600; }
  .mobile-break { display: inline; }
  .desktop-dash { display: none; }

  .deliverables-title { font-size: 24px; }
  .deliverables-row { flex-direction: column; }

  .hero-photo h1 { line-height: 1.2; }
  .hero-btn .cta { padding: 22px 44px; font-size: 18px; border-width: 2px; box-shadow: 0 8px 22px rgba(10,31,68,.45), 0 0 0 5px rgba(42,92,170,.15), inset 0 1px 0 rgba(255,255,255,.3); }

  .stat-bg-1 .num, .stat-bg-2 .num, .stat-bg-3 .num { font-size: 52px; }
  .stat-bg-1 .lab, .stat-bg-2 .lab, .stat-bg-3 .lab { font-size: 13px; }

  .price-mobile-zone-1 { z-index: 1; }
  .price-mobile-zone-1 .price-mobile-badge { transform: translateY(-50%) scale(1.06); box-shadow: 0 8px 20px rgba(10,31,68,.4); }

  .tg-cta { margin-top: 32px; padding-bottom: 28px; }
  .footer { padding-top: 40px; }
}

.js .reveal { opacity: 0; transform: translateY(22px); filter: blur(6px); transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1), filter .65s cubic-bezier(.22,1,.36,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { transition: none; opacity: 1; transform: none; }
  .faq-item[open] p { animation: none; }
}
