.elementor-1613 .elementor-element.elementor-element-c07ea24{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1613 .elementor-element.elementor-element-1432bcb{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS */.al-statement-v3 {
  --al-navy:        #0a1b3d;
  --al-navy-2:      #11244e;
  --al-navy-deep:   #06122a;
  --al-blue:        #3b69ff;
  --al-blue-light:  #6b8dff;
  --al-white:       #ffffff;
  --al-paper:       #f4f7fb;
  --al-paper-2:     #eef2f9;
  --al-text:        #0e1a33;
  --al-muted:       #5b6478;
  --al-muted-soft:  #94a0b8;
  --al-line:        #dde5f1;
  --al-success:     #10b981;
  --al-warn:        #f59e0b;
  --al-warn-soft:   #fef3c7;
  --al-radius:      18px;

  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 400;
  color: var(--al-text);
  background: var(--al-white);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "cv11", "ss01";
  /* Full-width breakout из Elementor-контейнера */
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.al-statement-v3 *,
.al-statement-v3 *::before,
.al-statement-v3 *::after { box-sizing: border-box; }

:where(.al-statement-v3 h1, .al-statement-v3 h2, .al-statement-v3 h3, .al-statement-v3 h4) {
  font-family: 'Inter Tight', 'Inter', -apple-system, sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
}
:where(.al-statement-v3 p) { margin: 0; }
:where(.al-statement-v3 a) { color: inherit; text-decoration: none; }

/* shared helpers */
.al-v3-mono { font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace; }
.al-v3-muted { color: var(--al-muted); }
.al-v3-accent { color: var(--al-blue); }

.al-v3-dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--al-success);
  flex-shrink: 0;
}
.al-v3-dot--success { background: var(--al-success); }
.al-v3-dot--pulse {
  width: 7px; height: 7px;
  box-shadow: 0 0 0 4px rgba(16,185,129,0.2);
  animation: al-v3-pulse 1.8s ease-in-out infinite;
}
@keyframes al-v3-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(16,185,129,0.2); }
  50%      { box-shadow: 0 0 0 8px rgba(16,185,129,0.08); }
}

.al-v3-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: var(--al-blue-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.al-v3-label {
  display: inline-block;
  padding: 6px 12px;
  background: #eef4ff;
  color: var(--al-blue);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.al-v3-label--paper {
  background: var(--al-white);
  border: 1px solid var(--al-line);
}

.al-statement-v3 .al-v3-h1 {
  font-size: 76px !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.035em;
  margin: 24px 0 0;
  color: var(--al-white);
}
.al-statement-v3 .al-v3-h2 {
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.03em;
}

/* ===== BUTTON ===== */
.al-v3-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding: 0 28px;
  height: 56px;
  transition: transform .15s, box-shadow .15s, filter .15s;
}
.al-v3-button--primary {
  background: linear-gradient(135deg, var(--al-blue) 0%, #5b78ff 100%);
  color: var(--al-white);
    box-shadow: 0 8px 22px rgba(59, 105, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.al-v3-button--primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 14px 32px rgba(59,105,255,0.5), inset 0 1px 0 rgba(255,255,255,0.2);
}

/* ===== HERO ===== */
.al-v3-hero {
  position: relative;
  padding: 72px 64px 80px;
  background: linear-gradient(160deg, var(--al-navy-deep) 0%, var(--al-navy) 60%, var(--al-navy-2) 100%);
  color: var(--al-white);
  overflow: hidden;
}
.al-v3-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.al-v3-hero-glow--a {
  width: 700px; height: 700px;
  top: -260px; right: -180px;
  background: radial-gradient(circle, rgba(59,105,255,0.13) 0%, transparent 60%);
}
.al-v3-hero-glow--b {
  width: 500px; height: 500px;
  bottom: -200px; left: 100px;
  background: radial-gradient(circle, rgba(107,141,255,0.1) 0%, transparent 60%);
}

.al-v3-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 56px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.al-v3-lead {
  font-size: 19px;
  line-height: 1.55;
  color: rgba(219,228,250,0.78);
  margin-top: 28px;
  max-width: 560px;
}
.al-v3-lead strong { color: var(--al-white); font-weight: 600; }

/* URL bar */
.al-v3-urlbar {
  display: flex;
  align-items: stretch;
  margin-top: 40px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid rgba(59, 105, 255, 0.22);
  border-radius: 14px;
  max-width: 580px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 1px 2px rgba(10, 27, 61, 0.04),
    0 12px 32px rgba(10, 27, 61, 0.22),
    0 0 0 4px rgba(59, 105, 255, 0.08);
}
.al-v3-urlbar:hover {
  border-color: rgba(59, 105, 255, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 1px 2px rgba(10, 27, 61, 0.04),
    0 14px 36px rgba(10, 27, 61, 0.26),
    0 0 0 5px rgba(59, 105, 255, 0.14);
}

.al-v3-urlbar-input {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 17px;
  font-weight: 500;
  color: #0a1b3d;
  min-width: 0;
}
.al-v3-urlbar-input .al-v3-mono { font-size: 13px; color: var(--al-muted-soft); }
.al-v3-url-text {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0a1b3d;
  font-weight: 700;
}
.al-v3-caret {
  width: 2px; height: 18px;
  background: #3b69ff;
  margin-left: 2px;
  animation: al-v3-caret 1s steps(1) infinite;
}
@keyframes al-v3-caret { 50% { opacity: 0; } }

/* Trust list */
.al-v3-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13.5px;
  color: rgba(196,213,255,0.78);
  font-weight: 500;
}
.al-v3-trust li { display: inline-flex; align-items: center; gap: 8px; }
.al-v3-trust--center { justify-content: center; }

/* ===== MOCKUP (statement preview in hero) ===== */
.al-v3-mock {
  width: 100%;
  max-width: 560px;
  background: var(--al-white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(6,12,38,0.4), 0 0 0 1px rgba(255,255,255,0.06);
  color: var(--al-text);
  justify-self: end;
}
.al-v3-mock-chrome {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: var(--al-paper-2);
  border-bottom: 1px solid var(--al-line);
}
.al-v3-mock-traffic { display: inline-flex; gap: 6px; }
.al-v3-mock-traffic i {
  width: 10px; height: 10px; border-radius: 50%;
}
.al-v3-mock-traffic i:nth-child(1) { background: #ff5f57; }
.al-v3-mock-traffic i:nth-child(2) { background: #febc2e; }
.al-v3-mock-traffic i:nth-child(3) { background: #28c840; }
.al-v3-mock-url {
  flex: 1;
  margin-left: 4px;
  padding: 4px 10px;
  background: var(--al-white);
  border: 1px solid var(--al-line);
  border-radius: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--al-muted);
}
.al-v3-mock-body { padding: 28px 32px; }

.al-v3-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  background: #eef4ff;
  color: var(--al-blue);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.al-v3-mock-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 14px;
}
.al-v3-mock-intro {
  margin: 0 0 26px;
  font-size: 13px;
  color: var(--al-muted);
  line-height: 1.6;
}
.al-v3-mock-intro strong { color: var(--al-blue); font-weight: 600; }

.al-v3-mock-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 28px;
}
.al-v3-mock-stats > div {
  padding: 16px;
  background: var(--al-paper);
  border-radius: 10px;
}
.al-v3-mock-label {
  display: block;
  font-size: 10.5px;
  color: var(--al-muted);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.al-v3-mock-value {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--al-text);
}

.al-v3-mock-toc {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.al-v3-mock-toc li {
  display: grid;
  grid-template-columns: 44px 1fr 24px;
  gap: 10px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid var(--al-line);
  font-size: 13px;
}
.al-v3-mock-toc li:last-child { border-bottom: none; }
.al-v3-mock-toc .al-v3-mono { font-size: 11px; color: var(--al-muted); }
.al-v3-check { color: var(--al-success); font-size: 14px; text-align: right; }

.al-v3-mock-actions {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.al-v3-mock-meta {
  margin-left: auto;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--al-muted);
}

/* tag pills (used in mock + steps + compare) */
.al-v3-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: var(--al-paper);
  color: var(--al-text);
  border: 1px solid var(--al-line);
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
}
.al-v3-tag--primary {
  background: var(--al-blue);
  color: var(--al-white);
  border-color: transparent;
}
.al-v3-tag--blue {
  background: var(--al-blue);
  color: var(--al-white);
  border-color: transparent;
}
.al-v3-tag--danger {
  background: #fee2e2;
  color: #b91c1c;
  border-color: transparent;
}

/* ===== TRUST BAR (compliance strip) ===== */
.al-v3-trustbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 28px max(64px, calc((100% - 1280px) / 2));
  background: var(--al-paper);
  border-bottom: 1px solid var(--al-line);
}
.al-v3-trustbar-label,
.al-v3-trustbar-flag {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--al-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.al-v3-trustbar-flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--al-muted);
  text-transform: none;
  letter-spacing: 0;
}
.al-v3-trustbar-list {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  align-items: center;
}
.al-v3-trustbar-list > div {
  display: flex; flex-direction: column;
  align-items: center; gap: 2px;
}
.al-v3-trustbar-list span {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--al-text);
  letter-spacing: -0.01em;
}
.al-v3-trustbar-list small {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: var(--al-muted);
  letter-spacing: 0.04em;
}
.al-v3-flag {
  width: 22px; height: 14px;
  border-radius: 2px;
  background: linear-gradient(180deg, #000 0% 33%, #d00 33% 66%, #fc0 66% 100%);
  display: inline-block;
}

/* ===== SECTION SCAFFOLD ===== */
.al-v3-section { padding: 96px 64px; }
.al-v3-section--soft { background: var(--al-paper); }
.al-v3-section--narrow { padding-top: 40px; padding-bottom: 40px; }

.al-v3-section-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 64px;
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
}
.al-v3-section-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 40px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.al-v3-section-row > p {
  max-width: 460px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--al-muted);
}
.al-v3-section-row h2 { margin-top: 18px; }
.al-v3-section-center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
}
.al-v3-section-center h2 { margin: 18px auto 14px; }
.al-v3-section-center p {
  margin: 0 auto;
  font-size: 17px;
  color: var(--al-muted);
  line-height: 1.6;
  max-width: 640px;
}
.al-v3-section-head h2 { margin: 18px 0 16px; }
.al-v3-section-head > p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--al-muted);
}

/* ===== PROCESS STEPS ===== */
.al-v3-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.al-v3-step {
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: var(--al-white);
  border: 1px solid var(--al-line);
  border-radius: var(--al-radius);
  box-shadow: 0 1px 2px rgba(15,23,42,0.04);
  transition: box-shadow .2s, transform .2s;
}
.al-v3-step:hover {
  box-shadow: 0 8px 24px rgba(15,23,42,0.06);
  transform: translateY(-2px);
}
.al-v3-step header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.al-v3-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--al-blue) 0%, #5b78ff 100%);
  color: var(--al-white);
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(59,105,255,0.25);
}
.al-v3-step-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--al-muted-soft);
}
.al-v3-step h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 18px 0 8px;
}
.al-v3-step p {
  font-size: 14px;
  color: var(--al-muted);
  line-height: 1.55;
}

.al-v3-step-visual {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 16px 16px;
  background: var(--al-paper);
  border-radius: 10px;
  border: 1px solid var(--al-line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--al-text);
  min-height: 184px;
}
.al-v3-step-domain { font-weight: 600; }
.al-v3-step-pill {
  margin-left: auto;
  padding: 4px 8px;
  background: var(--al-blue);
  color: var(--al-white);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
}
/* Step 1 — URL input + Go on separate rows */
.al-v3-step-visual--input {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
}
.al-v3-input-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  white-space: nowrap;
}
.al-v3-step-domain { font-weight: 600; white-space: nowrap; }
.al-v3-step-pill--block {
  align-self: center;
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 6px;
}
.al-v3-step-visual--list {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 16px;
  font-family: inherit;
}
.al-v3-step-visual--list span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.al-v3-step-visual--list b { font-weight: 500; color: var(--al-muted); font-family: 'JetBrains Mono', monospace; font-size: 11px; }
.al-v3-step-visual--list i {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
}
.al-v3-led--ok { color: var(--al-success); }
.al-v3-led--warn { color: var(--al-warn); }

.al-v3-step-visual--tags {
  display: flex;
  gap: 8px;
  background: transparent;
  padding: 0;
  border: none;
  min-height: 184px;
  align-items: center;
}
.al-v3-step-visual--tags .al-v3-tag {
  flex: 1;
  justify-content: center;
  padding: 16px 0;
  font-size: 13px;
}

/* ===== FEATURES ===== */
.al-v3-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}
.al-v3-features article {
  padding: 28px;
  background: var(--al-white);
  border-radius: var(--al-radius);
  border: 1px solid var(--al-line);
  transition: box-shadow .2s, border-color .2s;
}
.al-v3-features article:hover {
  border-color: rgba(59,105,255,0.3);
  box-shadow: 0 8px 24px rgba(59,105,255,0.08);
}
.al-v3-features header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.al-v3-features small {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  color: var(--al-muted-soft);
  letter-spacing: 0.04em;
}
.al-v3-fico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: #eef4ff;
  color: var(--al-blue);
  font-size: 18px;
  font-weight: 700;
}
.al-v3-fico--success { color: var(--al-success); }
.al-v3-features h3 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 8px;
}
.al-v3-features p {
  font-size: 14px;
  color: var(--al-muted);
  line-height: 1.55;
}

/* ===== COMPARE ===== */
.al-v3-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15,23,42,0.08), 0 0 0 1px var(--al-line);
  max-width: 1280px;
  margin: 0 auto;
}
.al-v3-compare-box {
  padding: 40px;
  background: var(--al-paper);
}
.al-v3-compare-box:first-child { border-right: 1px solid var(--al-line); }
.al-v3-compare-box header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.al-v3-compare-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--al-muted);
}
.al-v3-compare-box ul {
  margin: 0; padding: 0; list-style: none;
  display: grid; gap: 14px;
}
.al-v3-compare-box li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--al-muted);
}
.al-v3-x, .al-v3-ok {
  display: inline-flex;
  width: 20px; height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  font-style: normal;
}
.al-v3-x { background: #fee2e2; color: #ef4444; }
.al-v3-ok { background: var(--al-success); color: var(--al-white); }

.al-v3-compare-box--dark {
  background: linear-gradient(160deg, var(--al-navy) 0%, var(--al-navy-2) 100%);
  color: var(--al-white);
  position: relative;
  overflow: hidden;
}
.al-v3-compare-box--dark::before {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  top: -100px; right: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,105,255,0.2) 0%, transparent 60%);
  pointer-events: none;
}
.al-v3-compare-box--dark > * { position: relative; }
.al-v3-compare-box--dark h3 {
  color: var(--al-white);
  font-weight: 800;
}
.al-v3-compare-box--dark li {
  color: var(--al-white);
  font-weight: 500;
}

/* ===== AUDIENCE ===== */
.al-v3-audience {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 1280px;
  margin: 0 auto;
}
.al-v3-audience span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  background: var(--al-white);
  border: 1px solid var(--al-line);
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.005em;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.al-v3-audience span:hover {
  border-color: rgba(59,105,255,0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59,105,255,0.12);
}
.al-v3-audience i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 10px;
  background: #eef4ff;
  color: var(--al-blue);
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  flex-shrink: 0;
}

/* ===== NOTE ===== */
.al-v3-note {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 28px 32px;
  background: var(--al-warn-soft);
  border: 1px solid #fde68a;
  border-radius: 18px;
  max-width: 1280px;
  margin: 0 auto;
}
.al-v3-note-icon {
  width: 64px; height: 64px;
  border-radius: 16px;
  background: var(--al-warn);
  color: var(--al-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
}
.al-v3-note h3 {
  font-size: 22px;
  font-weight: 700;
  color: #78350f;
  margin-bottom: 8px;
  letter-spacing: -0.015em;
}
.al-v3-note p {
  font-size: 15px;
  color: #78350f;
  line-height: 1.6;
}

/* ===== FAQ ===== */
.al-v3-faq-card {
  margin-top: 24px;
  padding: 20px;
  background: var(--al-paper);
  border: 1px solid var(--al-line);
  border-radius: 14px;
  display: grid; gap: 4px;
}
.al-v3-faq-card strong {
  font-size: 14px;
  color: var(--al-text);
  font-weight: 600;
}
.al-v3-faq-card span {
  font-size: 13px;
  color: var(--al-muted);
  line-height: 1.5;
}

.al-v3-faq {
  display: grid;
  gap: 10px;
}
.al-v3-faq details {
  background: var(--al-white);
  border: 1px solid var(--al-line);
  border-radius: 14px;
  transition: box-shadow .2s, border-color .2s;
}
.al-v3-faq details:hover { box-shadow: 0 4px 16px rgba(15,23,42,0.04); }
.al-v3-faq details[open] {
  background: #f6f9ff;
  border-color: rgba(59,105,255,0.25);
  box-shadow: 0 6px 24px rgba(59,105,255,0.08);
}
.al-v3-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: 'Inter Tight', 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.al-v3-faq summary::-webkit-details-marker { display: none; }
.al-v3-faq summary i {
  display: inline-flex;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--al-paper);
  color: var(--al-blue);
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  flex-shrink: 0;
  transition: background .2s, color .2s, transform .2s;
}
.al-v3-faq summary i::before { content: '+'; }
.al-v3-faq details[open] summary i {
  background: var(--al-blue);
  color: var(--al-white);
}
.al-v3-faq details[open] summary i::before { content: '−'; }
.al-v3-faq details > p {
  padding: 0 22px 20px;
  font-size: 14.5px;
  color: var(--al-muted);
  line-height: 1.65;
  border-top: 1px solid rgba(59,105,255,0.12);
  padding-top: 16px;
  margin-top: 0;
}

/* ===== FINAL CTA ===== */
.al-v3-final {
  position: relative;
  padding: 80px 64px;
  background: linear-gradient(160deg, var(--al-navy-deep) 0%, var(--al-navy) 60%, #1a1442 100%);
  color: var(--al-white);
  overflow: hidden;
  text-align: center;
}
.al-v3-final-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(59,105,255,0.16) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 30%, rgba(107,141,255,0.14) 0%, transparent 50%);
  pointer-events: none;
}
.al-v3-final-inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
.al-v3-final h2 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 20px 0 16px;
  color: var(--al-white);
}
.al-v3-final p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(219,228,250,0.78);
  margin: 0 auto 32px;
  max-width: 580px;
}
.al-v3-urlbar--center {
  margin-left: auto;
  margin-right: auto;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1240px) {
  .al-v3-hero { padding: 56px 36px 64px; }
  .al-v3-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .al-v3-mock { justify-self: start; }

  .al-v3-section { padding: 72px 36px; }
  .al-v3-section-grid { grid-template-columns: 1fr; gap: 36px; }
  .al-v3-section-row { flex-direction: column; align-items: flex-start; }

  .al-v3-steps,
  .al-v3-features { grid-template-columns: repeat(2, 1fr); }
  .al-v3-audience { grid-template-columns: repeat(2, 1fr); }

  .al-v3-trustbar { padding: 24px max(36px, calc((100% - 1280px) / 2)); gap: 24px; }
  .al-v3-trustbar-list { gap: 20px; flex-wrap: wrap; justify-content: center; }
  .al-v3-final { padding: 64px 36px; }

  .al-statement-v3 .al-v3-h1 { font-size: 56px !important; }
  .al-statement-v3 .al-v3-h2 { font-size: 40px !important; }
}

@media (max-width: 700px) {
  .al-v3-hero { padding: 40px 22px 48px; }
  .al-v3-section { padding: 56px 22px; }
  .al-v3-urlbar { flex-direction: column; gap: 8px; padding: 8px; }
  .al-v3-urlbar-input { padding: 14px 14px; }
  .al-v3-button { width: 100%; height: 52px; }

  .al-v3-steps,
  .al-v3-features,
  .al-v3-audience { grid-template-columns: 1fr; }
  .al-v3-step-visual { min-height: 0; }
  .al-v3-compare { grid-template-columns: 1fr; }
  .al-v3-compare-box:first-child {
    border-right: none;
    border-bottom: 1px solid var(--al-line);
  }

  .al-v3-trustbar {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .al-v3-trustbar-list { justify-content: center; }

  .al-v3-trust { gap: 8px 16px; font-size: 12.5px; }
  .al-v3-mock-body { padding: 22px 20px; }
  .al-v3-mock-stats { grid-template-columns: 1fr; gap: 10px; }
  .al-v3-mock-actions { flex-wrap: wrap; }

  .al-v3-final h2 { font-size: 36px; }
  .al-v3-note { grid-template-columns: 1fr; }
  .al-statement-v3 .al-v3-h1 { font-size: 40px !important; }
  .al-statement-v3 .al-v3-h2 { font-size: 32px !important; }
}

/* ===== FONT-WEIGHT PROTECTION (WordPress / Elementor override guard) =====
   Elementor и темы WordPress часто переопределяют font-weight на заголовках.
   Эти правила используют двойной класс (специфичность 0,2,x) + !important. */

.al-statement-v3 .al-v3-step h3,
.al-statement-v3 .al-v3-features h3,
.al-statement-v3 .al-v3-compare-box h3,
.al-statement-v3 .al-v3-note h3 {
  font-weight: 700 !important;
}

.al-statement-v3 .al-v3-mock-title { font-weight: 800 !important; }

.al-statement-v3 .al-v3-faq summary { font-weight: 700 !important; }

.al-statement-v3 .al-v3-button { font-weight: 700 !important; }

.al-statement-v3 .al-v3-lead { font-weight: 400 !important; }

.al-statement-v3 .al-v3-lead strong { font-weight: 600 !important; }

.al-statement-v3 .al-v3-audience span { font-weight: 600 !important; }

.al-statement-v3 .al-v3-trustbar-list span { font-weight: 800 !important; }

.al-statement-v3 .al-v3-faq-card strong { font-weight: 600 !important; }


.al-v3-edit-url {
  display: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  font: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.al-v3-smart-field.is-editing .al-v3-display-url,
.al-v3-smart-field.is-editing .al-v3-caret {
  display: none !important;
}

.al-v3-smart-field.is-editing .al-v3-edit-url {
  display: inline-block !important;
  width: auto !important;
  min-width: 1ch !important;
}

@media (max-width: 700px) {
  .al-v3-trust {
    justify-content: center !important;
    text-align: center !important;
  }

  .al-v3-trust li {
    justify-content: center !important;
  }
}
@media (max-width: 700px) {
  .al-v3-trustbar-flag {
    justify-content: center !important;
    text-align: center !important;
  }
}

.al-statement-v3 h1,
.al-statement-v3 h2,
.al-statement-v3 h3,
.al-statement-v3 h4,
.al-statement-v3 h5,
.al-statement-v3 h6 {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
}/* End custom CSS */