:root {
  --accent: #2563EB;
  --accent-light: #EFF6FF;
  --accent-dark: #1D4ED8;
  --bg: #FFFFFF;
  --surface: #F8FAFC;
  --surface-2: #F1F5F9;
  --border: #E2E8F0;
  --text-primary: #0F172A;
  --text-secondary: #64748B;
  --text-muted: #94A3B8;
  --shadow-sm: 0 1px 3px rgba(15,23,42,0.06), 0 1px 2px rgba(15,23,42,0.04);
  --shadow-md: 0 4px 24px rgba(15,23,42,0.08), 0 2px 8px rgba(15,23,42,0.04);
  --shadow-lg: 0 16px 48px rgba(15,23,42,0.12), 0 4px 16px rgba(15,23,42,0.06);
  --radius: 14px;
  --radius-lg: 20px;
  --font: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", "Roboto", sans-serif;
  --section-white: #FFFFFF;
  --section-muted: #F8F9FB;
  --section-dark: #0F172A;
  --section-dark-2: #111827;
  --accent-glow: rgba(37, 99, 235, 0.15);
  --accent-subtle: #EFF6FF;
  --card-soft: #FAFBFD;
  --card-soft-2: #F7F9FC;
  --card-shadow-soft: 0 6px 20px rgba(15, 23, 42, 0.035), 0 2px 6px rgba(15, 23, 42, 0.02);
  --text-on-dark: rgba(255, 255, 255, 0.92);
  --text-on-dark-muted: rgba(255, 255, 255, 0.52);
  --border-on-dark: rgba(255, 255, 255, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text-primary);
  font-family: var(--font);
}

.bl-landing-active .wp-site-blocks > header,
.bl-landing-active .wp-site-blocks > .wp-block-template-part.header,
.bl-landing-active .wp-site-blocks > .wp-block-group:has(.wp-block-site-title),
.bl-landing-active .wp-site-blocks > footer.wp-block-template-part {
  display: none !important;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.bl-landing-active .wp-block-post-content,
.bl-landing-active .entry-content,
.bl-landing-active .post-content,
.bl-landing-active main,
.bl-landing-active article {
  max-width: none !important;
}

.bl-landing-active .wp-block-post-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.bl-landing-active .wp-block-group.section,
.bl-landing-active .wp-block-group.site-header-wrap,
.bl-landing-active .wp-block-group.site-footer,
.bl-landing-active .wp-block-group.trust-strip-section,
.bl-landing-active .wp-block-group.final-cta {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.section {
  padding: 96px 0;
}

.section-white {
  background: var(--section-white);
}

.section-muted {
  background: var(--section-muted);
  position: relative;
}

.section-muted::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, var(--section-white), var(--section-muted));
  pointer-events: none;
}

.section-muted::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, var(--section-muted), var(--section-white));
  pointer-events: none;
}

.section-muted > .container {
  position: relative;
  z-index: 1;
}

.section-before-dark {
  position: relative;
}

.section-before-dark::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, rgba(15, 23, 42, 0.04));
  pointer-events: none;
}

.section-after-dark {
  position: relative;
}

.section-after-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.03), transparent);
  pointer-events: none;
}

.section-after-dark > .container {
  position: relative;
  z-index: 1;
}

.section-hero {
  background: var(--section-white);
  position: relative;
  overflow: hidden;
}

.section-hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -200px;
  width: 700px;
  height: 700px;
  background: radial-gradient(ellipse, rgba(37, 99, 235, 0.07) 0%, transparent 65%);
  pointer-events: none;
}

.section-hero::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(99, 102, 241, 0.05) 0%, transparent 65%);
  pointer-events: none;
}

.section-hero .container {
  position: relative;
  z-index: 1;
}

.label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-muted);
}

h1,
h2,
h3,
p,
ul,
li,
a,
button {
  font-family: var(--font);
}

h1 {
  margin: 0 0 18px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}

h2 {
  margin: 0 0 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-primary);
}

p,
li {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-secondary);
}

.section-subtitle {
  margin-bottom: 22px;
}

.card,
.scheme-node,
.hero-badge,
.step-circle,
.channel-badge,
.metric,
.dashboard-header,
.dashboard-channels,
.trust-strip,
.section-label,
.funnel-row {
  user-select: none;
  -webkit-user-select: none;
  cursor: default;
}

.btn-primary,
.btn-secondary,
.faq-toggle,
.scheme-node:hover {
  cursor: pointer;
}

.faq-content p,
.faq-content div,
.step-body p,
.card p,
.hero-sub,
.hero-subtitle {
  user-select: text;
  cursor: text;
}

.site-header-wrap {
  margin: 0;
  padding: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 64px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}

.site-header-inner {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
}

.btn-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary,
.btn-white,
.btn-outline-white {
  text-decoration: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
}

.btn-primary {
  border: 0;
  background: var(--accent);
  color: #fff;
}

.btn-small {
  padding: 10px 16px;
  font-size: 14px;
}

.btn-secondary {
  border: 2px solid var(--border);
  background: transparent;
  color: var(--text-primary);
}

.hero-grid {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 48px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 16px;
  border-radius: 100px;
  background: var(--accent-light);
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
}

.hero-subtitle {
  margin-bottom: 14px;
  font-size: 18px;
}

.hero-points {
  margin-bottom: 18px;
  display: grid;
  gap: 10px;
}

.hero-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: var(--text-secondary);
}

.hero-check {
  color: var(--accent);
  font-size: 18px;
  flex-shrink: 0;
  line-height: 1.2;
}

.hero-note {
  margin-top: 12px;
  font-size: 13px;
  color: var(--text-muted);
}

.dashboard-card {
  padding: 28px;
  background: var(--card-soft);
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow-soft);
}

.dashboard-header {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashboard-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

.dashboard-metrics {
  margin-bottom: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.metric-number {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--accent);
}

.metric-label {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--text-secondary);
}

.dashboard-funnel {
  margin-bottom: 14px;
  display: grid;
  gap: 10px;
}

.funnel-row {
  display: grid;
  grid-template-columns: 100px 1fr 32px;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: var(--text-secondary);
}

.progress-bar {
  height: 7px;
  background: var(--surface-2);
  border-radius: 99px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--accent), #60A5FA);
}

.dashboard-channels {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.channel-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 100px;
  border: none;
  background: var(--surface);
  font-size: 13px;
  color: var(--text-secondary);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.cards-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.cards-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.card {
  background: var(--card-soft);
  border-radius: var(--radius);
  box-shadow: var(--card-shadow-soft);
  border: none;
  padding: 24px 20px;
  height: 100%;
}

.card h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.card p {
  font-size: 14px;
  line-height: 1.6;
}

.card-icon {
  display: block;
  margin-bottom: 12px;
  font-size: 30px;
}

.scheme-section {
  background: var(--surface);
}

.scheme-wrap {
  margin-top: 18px;
}

.scheme-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 16px;
}

.scheme-node {
  position: relative;
  min-width: 120px;
  flex-shrink: 0;
  text-align: center;
  background: var(--card-soft);
  border: none;
  border-radius: 12px;
  box-shadow: var(--card-shadow-soft);
  padding: 20px 16px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.25s ease;
}

.scheme-node:hover {
  transform: translateY(-8px) scale(1.07);
  box-shadow: var(--shadow-lg);
  z-index: 10;
}

.scheme-node-icon {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 8px;
}

.scheme-node-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

.scheme-node-sub {
  margin-top: 4px;
  font-size: 12px;
  color: var(--text-secondary);
}

.scheme-node--accent {
  background: var(--accent);
}

.scheme-node--accent .scheme-node-title,
.scheme-node--accent .scheme-node-sub,
.scheme-node--success .scheme-node-title,
.scheme-node--success .scheme-node-sub {
  color: #fff;
}

.scheme-node--success {
  background: linear-gradient(135deg, #10B981, #059669);
}

.scheme-node .scheme-tooltip {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) scale(0.92);
  background: var(--text-primary);
  color: white;
  font-size: 13px;
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: 10px;
  width: 160px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  white-space: normal;
  z-index: 20;
}

.scheme-node .scheme-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--text-primary);
}

.scheme-node:hover .scheme-tooltip {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.scheme-node--accent .scheme-tooltip {
  background: #1D4ED8;
}

.scheme-node--accent .scheme-tooltip::after {
  border-top-color: #1D4ED8;
}

.scheme-node--success .scheme-tooltip {
  background: #047857;
}

.scheme-node--success .scheme-tooltip::after {
  border-top-color: #047857;
}

.scheme-arrow {
  font-size: 22px;
  color: var(--text-muted);
  flex-shrink: 0;
}

.result-card {
  padding: 18px;
  border: none;
  border-radius: var(--radius);
  background: var(--card-soft);
  box-shadow: var(--card-shadow-soft);
}

.result-card h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.setup-card {
  padding: 32px;
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow-soft);
  border-left: 0;
  background: var(--card-soft);
  height: 100%;
}

.flip-card {
  perspective: 1200px;
  cursor: pointer;
  height: 100%;
  min-height: 500px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  transition: transform 0.65s cubic-bezier(0.4, 0.2, 0.2, 1);
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: var(--radius-lg);
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.flip-card-front {
  background: var(--card-soft);
  border: none;
  box-shadow: var(--card-shadow-soft);
}

.flip-card-back {
  background: var(--text-primary);
  border: none;
  box-shadow: var(--shadow-lg);
  transform: rotateY(180deg);
  justify-content: space-between;
  overflow: hidden;
  gap: 10px;
}

.flip-back-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(96, 165, 250, 0.8);
  margin-bottom: 12px;
}

.flip-back-title {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
  line-height: 1.2;
}

.flip-back-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 18px;
}

.flip-back-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flip-back-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.flip-back-list li::before {
  content: '→';
  color: #60A5FA;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

.flip-back-result {
  margin-top: 12px;
  padding: 12px 16px;
  background: rgba(37, 99, 235, 0.2);
  border: none;
  border-radius: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: normal;
}

.flip-back-result strong {
  color: #93C5FD;
}

.flip-hint {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 11px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 1;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.flip-card:hover .flip-hint {
  opacity: 0;
}

.flip-toggle {
  display: none;
  margin-top: 12px;
  border: none;
  border-radius: 10px;
  background: #fff;
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  align-self: flex-start;
  cursor: pointer;
}

.flip-toggle-back {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}

.setup-icon {
  margin-bottom: 10px;
  font-size: 36px;
}

.setup-sub {
  font-size: 13px;
  color: var(--text-muted);
}

.setup-divider {
  margin: 12px 0;
  height: 1px;
  background: var(--border);
}

.setup-list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.setup-list li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.6;
}

.setup-list li::before {
  content: "- ";
}

.setup-result {
  border-radius: 10px;
  background: var(--surface);
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--text-primary);
}

.setup-card-accent {
  color: #fff;
  background: var(--accent);
}

.setup-card-accent h3,
.setup-card-accent p,
.setup-card-accent li {
  color: #fff;
}

.setup-card-accent .setup-divider {
  background: rgba(255,255,255,0.3);
}

.setup-card-accent .setup-badge {
  display: inline-flex;
  margin-bottom: 10px;
  background: rgba(255,255,255,0.2);
  color: #fff;
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

.setup-card-accent .setup-result {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.trust-strip {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 24px;
  background: var(--accent);
  padding: 48px 56px;
}

.section-trust {
  padding: 80px 40px;
  background: var(--bg);
}

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

.trust-strip .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.trust-copy h3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.trust-copy p {
  font-size: 16px;
  color: rgba(255,255,255,0.82);
}

.btn-white {
  padding: 14px 28px;
  border-radius: 12px;
  background: #fff;
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.timeline {
  display: grid;
  gap: 18px;
}

.step {
  display: flex;
  gap: 28px;
}

.step-left {
  width: 52px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 4px 16px rgba(37,99,235,0.3);
}

.step-line {
  width: 2px;
  flex: 1;
  margin-top: 8px;
  background: linear-gradient(to bottom, var(--accent) 0%, var(--border) 100%);
}

.step:last-child .step-line {
  display: none;
}

.step-result {
  margin-top: 12px;
  border: none;
  border-left: 3px solid var(--accent);
  border-radius: 0 8px 8px 0;
  background: linear-gradient(to right, var(--accent-subtle), transparent);
  padding: 10px 16px;
  font-size: 14px;
  color: var(--text-secondary);
}

.step-result span {
  color: var(--accent);
  font-weight: 700;
}

.case-card {
  padding: 32px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: none;
  background: #fff;
}

.case-zone {
  margin-top: 14px;
  padding-top: 16px;
  border-top: none;
  box-shadow: none;
}

.case-zone:first-of-type {
  margin-top: 10px;
}

.case-label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.case-label.was {
  color: var(--text-muted);
}

.case-label.done {
  color: var(--text-secondary);
}

.case-label.result {
  color: #10B981;
}

.section-dark {
  background: var(--section-dark);
  position: relative;
  overflow: hidden;
}

.section-dark::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(37, 99, 235, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.section-dark > .container {
  position: relative;
  z-index: 1;
}

.section-dark h2,
.section-dark h3 {
  color: var(--text-on-dark);
}

.section-dark p,
.section-dark .section-subtitle {
  color: var(--text-on-dark-muted);
}

.section-dark .label {
  color: rgba(96, 165, 250, 0.8);
}

.section-dark .card {
  background: rgba(255, 255, 255, 0.06);
  border: none;
}

.section-dark .card:hover {
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

.section-dark .card h3 {
  color: white;
}

.section-dark .card p {
  color: rgba(255, 255, 255, 0.62);
}

.section-dark .scheme-node {
  background: rgba(255, 255, 255, 0.08);
  border: none;
}

.section-dark .scheme-node:hover {
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

.section-dark .scheme-node-title {
  color: white;
}

.section-dark .scheme-node-sub {
  color: rgba(255, 255, 255, 0.55);
}

.section-dark .scheme-arrow {
  color: rgba(255, 255, 255, 0.25);
}

.section-dark .scheme-node--accent {
  background: var(--accent);
}

.section-dark .scheme-node--accent:hover {
  background: var(--accent);
}

.section-dark .scheme-node--success:hover {
  background: linear-gradient(135deg, #10B981, #059669);
}

.section-dark .scheme-facts {
  border-top: none;
  padding-top: 16px;
}

.section-dark .scheme-fact h3 {
  color: white;
}

.section-dark .scheme-fact p {
  color: rgba(255, 255, 255, 0.55);
}

.section-dark .scheme-fact,
.section-dark .scheme-facts .card {
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: white;
}

.section-dark .scheme-fact h3,
.section-dark .scheme-facts h3 {
  color: #FFFFFF;
}

.section-dark .scheme-fact p,
.section-dark .scheme-facts p {
  color: rgba(255, 255, 255, 0.62);
}

.section-dark .case-zone--before {
  background: rgba(255, 255, 255, 0.04);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-dark .case-zone--result {
  border-top: 1px solid rgba(16, 185, 129, 0.2);
}

.section-dark .case-label--before {
  color: rgba(255, 255, 255, 0.3);
}

.section-dark .case-label--result {
  color: #10B981;
}

.section-dark::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, var(--section-dark));
  pointer-events: none;
  z-index: 0;
}

.section-dark .step-result {
  background: linear-gradient(to right, rgba(37, 99, 235, 0.15), transparent);
  border-left-color: rgba(96, 165, 250, 0.7);
}

.section-dark .step-result span {
  color: #93C5FD;
}

.faq-item {
  margin-bottom: 8px;
  overflow: hidden;
  border: none;
  border-radius: var(--radius);
  background: var(--card-soft-2);
  box-shadow: var(--card-shadow-soft);
}

.faq-toggle {
  width: 100%;
  border: 0;
  background: none;
  color: var(--text-primary);
  text-align: left;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}

.faq-item.is-open .faq-toggle {
  color: var(--accent);
}

.faq-content div {
  padding: 0 24px 20px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-secondary);
}

.final-cta {
  background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 50%, #1D4ED8 100%);
  padding: 120px 0;
}

.final-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.final-cta .label {
  color: rgba(255,255,255,0.6);
}

.final-cta h2 {
  color: #fff;
}

.final-subtitle {
  margin: 0 auto;
  color: rgba(255,255,255,0.72);
  font-size: 18px;
}

.final-cta .btn-group {
  margin-top: 18px;
  justify-content: center;
}

.btn-outline-white {
  border: 2px solid rgba(255,255,255,0.4);
  color: #fff;
  background: transparent;
}

.final-note {
  margin-top: 16px;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}

.site-footer {
  padding: 40px 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-footer-inner p {
  font-size: 15px;
  color: var(--text-secondary);
}

.site-footer-inner a {
  color: var(--text-secondary);
  text-decoration: none;
}

.site-footer-inner a:hover {
  color: var(--accent);
}

@media (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding: 64px 0;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  p,
  li {
    font-size: 15px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .dashboard-card {
    transform: scale(0.88);
    transform-origin: top center;
  }

  .flip-card-inner {
    min-height: 540px;
  }

  .flip-card.is-flipped .flip-card-inner {
    transform: rotateY(180deg);
  }

  .flip-card:hover .flip-card-inner {
    transform: none;
  }

  .flip-hint {
    display: none;
  }

  .flip-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .cards-grid,
  .cards-grid-2,
  .cards-grid-3 {
    grid-template-columns: 1fr;
  }

  .scheme-inner {
    justify-content: flex-start;
  }

  .btn-group {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary,
  .btn-white,
  .btn-outline-white {
    width: 100%;
    justify-content: center;
  }

  .trust-strip-inner {
    flex-direction: column;
    text-align: center;
  }

  .trust-strip {
    border-radius: 16px;
    padding: 32px 24px;
    margin: 0 16px;
  }

  .section-trust {
    padding: 64px 0;
  }

  .final-cta h2 {
    font-size: 28px;
  }

  .site-footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 28px;
  }

  .dashboard-card {
    transform: scale(0.78);
  }
}
