:root {
  --xl-blue: #1f8a4c;
  --xl-blue-deep: #166b3a;
  --xl-teal: #1f8a4c;
  --xl-green: #16a34a;
  --xl-bg: #f6f8fc;
  --xl-surface: #ffffff;
  --xl-text: #0f1b33;
  --xl-muted: #5b6b86;
  --xl-line: #e4eaf3;
  --xl-shadow: 0 18px 50px rgba(37, 99, 235, 0.08);
  --xl-radius: 22px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

.xl-body {
  margin: 0;
  color: var(--xl-text);
  font-family: "Segoe UI", Inter, system-ui, sans-serif;
  background:
    radial-gradient(900px 420px at 90% -10%, rgba(37, 99, 235, 0.08), transparent 55%),
    linear-gradient(180deg, #f4f8ff 0%, var(--xl-bg) 28%, #fff 100%);
}

.xl-skip {
  position: absolute;
  left: -999px;
  top: 12px;
  background: #fff;
  color: var(--xl-blue);
  padding: 8px 12px;
  border-radius: 8px;
  z-index: 20;
}

.xl-skip:focus { left: 12px; }

.xl-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.xl-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(228, 234, 243, 0.8);
}

.xl-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
}

.xl-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.xl-mark { display: grid; place-items: center; }

.xl-logo-text {
  display: grid;
  line-height: 1.15;
}

.xl-logo-text strong {
  font-size: 22px;
  letter-spacing: -0.04em;
}

.xl-logo-text small {
  color: var(--xl-muted);
  font-size: 12px;
}

.xl-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

.xl-nav a {
  color: #334155;
  text-decoration: none;
  font-weight: 600;
}

.xl-nav a:hover { color: var(--xl-blue); }

.xl-lang {
  color: #334155;
  font-weight: 700;
  font-size: 13px;
}

.xl-nav-check {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.xl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--xl-blue);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(31, 138, 76, 0.22);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.xl-btn:hover {
  background: var(--xl-blue-deep);
  transform: translateY(-1px);
}

.xl-btn:active { transform: translateY(0); }

.xl-btn-ghost {
  background: #fff;
  color: var(--xl-text) !important;
  border-color: var(--xl-line);
  box-shadow: none;
}

.xl-btn-ghost:hover { background: #f8fafc; }

.xl-btn-light {
  background: #fff;
  color: var(--xl-blue) !important;
  box-shadow: 0 10px 24px rgba(15, 27, 51, 0.08);
}

.xl-btn-sm { min-height: 40px; padding: 0 14px; font-size: 14px; }

.xl-hero {
  padding: 28px 0 12px;
  background:
    linear-gradient(180deg, rgba(219, 234, 254, 0.45), transparent 70%),
    radial-gradient(700px 280px at 80% 10%, rgba(18, 181, 168, 0.12), transparent 60%);
}

.xl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 36px;
  align-items: center;
}

.xl-pill {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--xl-blue);
  font-size: 13px;
  font-weight: 700;
}

.xl-hero h1,
.xl-section h2,
.xl-cta h2 {
  margin: 0;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.xl-hero h1 {
  font-size: clamp(34px, 4.4vw, 58px);
  max-width: 14ch;
}

.xl-lead {
  margin: 18px 0 26px;
  color: var(--xl-muted);
  font-size: 18px;
  line-height: 1.55;
  max-width: 42ch;
}

.xl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.xl-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  color: var(--xl-green);
  font-size: 13px;
  font-weight: 700;
}

.xl-hero-visual {
  position: relative;
  min-height: 430px;
  padding-right: 72px;
}

.xl-float-note {
  position: absolute;
  right: 18%;
  top: -6px;
  margin: 0;
  color: #1f8a4c;
  font-size: 13px;
  font-weight: 700;
}

.xl-hero-visual {
  position: relative;
  min-height: 430px;
  padding-right: 72px;
}

.xl-laptop {
  width: min(100%, 640px);
  background: #e8eef8;
  border: 12px solid #d5deec;
  border-bottom-width: 18px;
  border-radius: 18px 18px 20px 20px;
  box-shadow: var(--xl-shadow);
  overflow: hidden;
}

.xl-laptop-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: #f8fafc;
  border-bottom: 1px solid var(--xl-line);
}

.xl-laptop-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
}

.xl-laptop-bar em {
  margin-left: 8px;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
}

.xl-dash {
  display: grid;
  grid-template-columns: 128px 1fr;
  min-height: 320px;
  background: #fff;
}

.xl-dash aside {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px 12px;
  background: #f8fafc;
  border-right: 1px solid var(--xl-line);
  color: #64748b;
  font-size: 11px;
}

.xl-dash aside b {
  color: #0f172a;
  font-size: 13px;
  margin-bottom: 6px;
}

.xl-dash-main { padding: 14px; }

.xl-dash-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.xl-dash-stats article {
  background: #f8fafc;
  border: 1px solid var(--xl-line);
  border-radius: 12px;
  padding: 8px;
}

.xl-dash-stats article.is-on {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.xl-dash-stats small,
.xl-dash-stats em {
  display: block;
  color: var(--xl-muted);
  font-size: 10px;
}

.xl-dash-stats strong { font-size: 16px; }

.xl-dash-kicker {
  margin: 12px 0 8px;
  font-size: 12px;
  font-weight: 800;
}

.xl-dash-lots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.xl-dash-lots li {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border: 1px solid var(--xl-line);
  border-radius: 12px;
}

.xl-thumb {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.xl-thumb.is-blue { background: linear-gradient(180deg, #dbeafe, #93c5fd); }
.xl-thumb.is-teal { background: linear-gradient(180deg, #ccfbf1, #5eead4); }
.xl-thumb.is-slate { background: linear-gradient(180deg, #e2e8f0, #94a3b8); }

.xl-dash-lots b,
.xl-dash-meta strong { display: block; font-size: 12px; }

.xl-dash-lots small,
.xl-dash-meta small {
  display: block;
  color: var(--xl-muted);
  font-size: 10px;
}

.xl-dash-meta { text-align: right; }

.xl-phone {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 168px;
  padding: 16px 12px 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, #1e293b, #0f172a);
  color: #fff;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.28);
}

.xl-phone-time {
  text-align: center;
  font-size: 11px;
  opacity: 0.7;
  margin-bottom: 12px;
}

.xl-phone-note {
  background: #fff;
  color: var(--xl-text);
  border-radius: 16px;
  padding: 12px;
}

.xl-phone-note p,
.xl-phone-note small,
.xl-phone-note em {
  display: block;
  margin: 4px 0 0;
}

.xl-phone-note small,
.xl-phone-note em {
  color: var(--xl-muted);
  font-size: 11px;
  font-style: normal;
}

.xl-stats { padding: 8px 0 12px; }

.xl-stats-grid,
.xl-cards,
.xl-lots,
.xl-steps {
  display: grid;
  gap: 16px;
}

.xl-stats-grid { grid-template-columns: repeat(4, 1fr); }

.xl-stat,
.xl-card,
.xl-lot,
.xl-plan {
  background: var(--xl-surface);
  border: 1px solid var(--xl-line);
  border-radius: var(--xl-radius);
  box-shadow: var(--xl-shadow);
}

.xl-stat {
  padding: 22px 20px;
  min-height: 148px;
}

.xl-stat.is-blue { background: #eff6ff; }
.xl-stat.is-green { background: #ecfdf5; }
.xl-stat.is-violet { background: #f5f3ff; }
.xl-stat.is-amber { background: #fffbeb; }

.xl-stat-ico { font-size: 22px; }

.xl-stat strong {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.xl-stat span,
.xl-stat small {
  display: block;
  color: var(--xl-muted);
}

.xl-section,
.xl-cta,
.xl-legal,
.xl-hero {
  scroll-margin-top: 92px;
}

.xl-section h2 { font-size: clamp(28px, 3vw, 40px); margin-bottom: 28px; }

.xl-section-soft { background: #f8fbff; }

.xl-cards,
.xl-lots { grid-template-columns: repeat(4, 1fr); }

.xl-card,
.xl-lot { padding: 22px; transition: transform 0.18s ease, box-shadow 0.18s ease; }

.xl-card:hover,
.xl-lot:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(15, 27, 51, 0.08);
}

.xl-card-ico,
.xl-lot-thumb {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  margin-bottom: 14px;
}

.xl-card-ico.is-blue { background: #dbeafe; }
.xl-card-ico.is-cyan { background: #cffafe; }
.xl-card-ico.is-amber { background: #fef3c7; }
.xl-card-ico.is-green { background: #dcfce7; }

.xl-card h3,
.xl-lot h3,
.xl-steps h3,
.xl-plan h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.xl-card p,
.xl-lot p,
.xl-steps p,
.xl-plan p,
.xl-faq p,
.xl-footer p {
  margin: 0;
  color: var(--xl-muted);
  line-height: 1.5;
}

.xl-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 20px;
}

.xl-section-head h2 { margin: 0; }

.xl-live {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
  color: var(--xl-blue);
  font-size: 13px;
  font-weight: 700;
}

.xl-live span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
}

.xl-text-link {
  color: var(--xl-blue);
  font-weight: 800;
  text-decoration: none;
}

.xl-lot-thumb { background: linear-gradient(180deg, #e2e8f0, #cbd5e1); }
.xl-lot-price { color: var(--xl-blue) !important; font-weight: 800; margin-top: 10px !important; }
.xl-lot-time { margin-top: 6px !important; }
.xl-lot-source { margin-top: 6px !important; font-size: 12px; }
.xl-lot a {
  display: inline-block;
  margin-top: 12px;
  color: var(--xl-blue);
  font-weight: 800;
  text-decoration: none;
}

.xl-empty { color: var(--xl-muted); }

.xl-steps { grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; }

.xl-steps li {
  background: #fff;
  border: 1px solid var(--xl-line);
  border-radius: var(--xl-radius);
  padding: 22px;
}

.xl-steps b {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: #dbeafe;
  color: var(--xl-blue);
}

.xl-narrow { width: min(760px, calc(100% - 40px)); }

.xl-plan { padding: 28px; }

.xl-plan-kicker {
  margin: 0 0 8px;
  color: var(--xl-blue);
  font-weight: 800;
}

.xl-plan .xl-btn { margin-top: 18px; width: auto; }

.xl-faq { display: grid; gap: 12px; }

.xl-faq details {
  background: #fff;
  border: 1px solid var(--xl-line);
  border-radius: 16px;
  padding: 14px 18px;
}

.xl-faq summary {
  cursor: pointer;
  font-weight: 800;
}

.xl-faq p { margin-top: 8px; }

.xl-cta {
  padding: 20px 0 64px;
}

.xl-cta-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 36px;
  border-radius: 28px;
  background: linear-gradient(90deg, #166b3a, #1f8a4c 55%, #3cb56e);
  color: #fff;
  box-shadow: 0 24px 50px rgba(37, 99, 235, 0.25);
}

.xl-cta h2 { max-width: 16ch; font-size: clamp(26px, 3vw, 36px); }

.xl-cta p { margin: 10px 0 0; color: rgba(255, 255, 255, 0.86); }

.xl-cta-side { display: grid; justify-items: start; gap: 8px; }

.xl-cta-side small { color: rgba(255, 255, 255, 0.86); }

.xl-cta-note {
  position: absolute;
  right: 36px;
  bottom: -10px;
  color: #fff !important;
  font-weight: 800;
  transform: rotate(-6deg);
}

.xl-footer {
  padding: 40px 0 28px;
  background: #fff;
  border-top: 1px solid var(--xl-line);
}

.xl-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}

.xl-footer nav { display: grid; gap: 8px; align-content: start; }

.xl-footer a {
  color: #334155;
  text-decoration: none;
  font-weight: 650;
}

.xl-footer a:hover { color: var(--xl-blue); }

.xl-legal { margin-bottom: 18px; }

.xl-legal h2 { font-size: 16px; margin: 0 0 6px; }

.xl-sources p { margin-bottom: 8px; }

.xl-sources ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  font-weight: 800;
}

.xl-values { font-size: 13px; }

.xl-body a:focus-visible,
.xl-body button:focus-visible,
.xl-body summary:focus-visible,
.xl-burger:focus-visible {
  outline: 2px solid var(--xl-blue);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .xl-hero-grid,
  .xl-stats-grid,
  .xl-cards,
  .xl-lots,
  .xl-steps,
  .xl-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .xl-nav a:not(.xl-btn) { display: none; }
  .xl-lang { display: none; }
  .xl-phone { display: none; }
  .xl-hero-visual { min-height: 0; }
  .xl-float-note { display: none; }
}

@media (max-width: 760px) {
  html, body.xl-body { overflow-x: clip; }
  .xl-wrap { width: min(1180px, calc(100% - 24px)); }
  .xl-header-inner { min-height: 64px; }
  .xl-hero { padding-top: 12px; }
  .xl-hero-grid,
  .xl-stats-grid,
  .xl-cards,
  .xl-lots,
  .xl-steps,
  .xl-footer-grid,
  .xl-cta-inner,
  .xl-section-head {
    grid-template-columns: 1fr;
    display: grid;
  }

  .xl-cta-inner { padding: 24px; }
  .xl-cta-note { position: static; transform: none; margin-top: 8px; }
  .xl-dash { grid-template-columns: 1fr; }
  .xl-dash aside { display: none; }
  .xl-dash-stats { grid-template-columns: repeat(2, 1fr); }

  .xl-burger {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    border-radius: 12px;
    border: 1px solid var(--xl-line);
    background: #fff;
    cursor: pointer;
  }

  .xl-burger span {
    display: block;
    width: 18px;
    height: 2px;
    background: #0f172a;
  }

  .xl-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100vh;
    margin: 0;
    padding: 84px 22px 24px;
    background: #fff;
    box-shadow: -20px 0 50px rgba(15, 27, 51, 0.12);
    flex-direction: column;
    align-items: stretch;
    transform: translateX(110%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.2s ease, visibility 0.2s ease;
  }

  .xl-nav a:not(.xl-btn),
  .xl-lang { display: block; }

  .xl-nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 27, 51, 0.35);
    opacity: 0;
    pointer-events: none;
  }

  .xl-nav-check:checked ~ .xl-nav {
    transform: none;
    visibility: visible;
    pointer-events: auto;
  }
  .xl-nav-check:checked ~ .xl-nav-overlay {
    opacity: 1;
    pointer-events: auto;
  }
}

.xa-ad {
  background:
    radial-gradient(420px 220px at 80% 0%, rgba(31, 138, 76, 0.16), transparent 60%),
    linear-gradient(180deg, #f3fbf6 0%, #fff 70%);
}
.xa-ad-inner {
  display: grid;
  gap: 14px;
  padding: 28px 0 36px;
  max-width: 440px;
}
.xa-ad-mark {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #102117;
  font-size: 20px;
  font-weight: 800;
}
.xa-ad h1 {
  margin: 8px 0 0;
  color: #102117;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.04em;
}
.xa-ad-lead {
  margin: 0;
  color: #3d5248;
  font-size: 16px;
  line-height: 1.45;
}
.xa-ad-cta { width: 100%; min-height: 52px; }
.xa-ad-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.xa-ad-benefits li {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  color: #102117;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(16, 33, 23, 0.05);
}
.xa-ad-benefits li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #1f8a4c;
  flex: 0 0 8px;
}
.xa-ad-kicker {
  margin: 0;
  color: #1f8a4c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.xa-preview-price {
  margin: 0;
  color: #102117;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.xa-preview-facts {
  display: grid;
  gap: 8px;
  margin: 0;
}
.xa-preview-facts div { min-width: 0; }
.xa-preview-facts dt { color: #5c6f64; font-size: 12px; font-weight: 700; }
.xa-preview-facts dd { margin: 2px 0 0; color: #102117; font-size: 16px; font-weight: 750; overflow-wrap: anywhere; }
.xa-preview-note { margin: 0; color: #24362c; font-size: 15px; font-weight: 650; }

@media (max-width: 760px) {
  .xl-hero { display: none; }
  .xa-ad { min-height: calc(100vh - 72px); }
}
