:root {
  --ink: #0b1726;
  --ink-soft: #536173;
  --navy: #071626;
  --navy-2: #0b2032;
  --navy-3: #112b3f;
  --green: #168447;
  --green-dark: #0f6335;
  --green-bright: #32c56f;
  --mint: #dff6e8;
  --line: #dfe6eb;
  --surface: #f4f7f6;
  --white: #ffffff;
  --shadow-sm: 0 12px 34px rgba(7, 22, 38, 0.08);
  --shadow-lg: 0 28px 80px rgba(7, 22, 38, 0.18);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.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;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: var(--green);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  color: var(--white);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.site-header.is-scrolled {
  border-color: rgba(255,255,255,0.08);
  background: rgba(7, 22, 38, 0.93);
  box-shadow: 0 10px 28px rgba(0,0,0,0.16);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: 15px; letter-spacing: -0.01em; }
.brand small { margin-top: 4px; color: #9db1c1; font-size: 10px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { position: relative; color: #dbe6ed; font-size: 13px; font-weight: 650; text-decoration: none; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; border-radius: 2px; background: var(--green-bright); transform: scaleX(0); transition: transform 0.2s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a:not(.button):focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 10px; color: var(--white); background: rgba(255,255,255,0.08); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: currentColor; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(50,197,111,0.38); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 12px 30px rgba(22,132,71,0.26); }
.button-primary:hover { background: var(--green-dark); box-shadow: 0 16px 36px rgba(22,132,71,0.32); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,0.22); background: rgba(255,255,255,0.04); }
.button-ghost:hover { border-color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.09); }
.button-ghost-dark { color: var(--ink); border-color: var(--line); background: var(--white); }
.button-light { color: var(--navy); background: var(--white); box-shadow: var(--shadow-sm); }
.button-small { min-height: 40px; padding: 9px 16px; border-radius: 10px; font-size: 12px; }
.button-large { min-height: 54px; padding: 15px 24px; }

.hero {
  position: relative;
  min-height: 820px;
  padding: 148px 0 54px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(7,22,38,1) 0%, rgba(7,22,38,0.96) 42%, rgba(8,34,41,0.95) 100%),
    radial-gradient(circle at 80% 20%, rgba(22,132,71,0.4), transparent 46%);
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: 0.12; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, #000, transparent 82%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(20px); pointer-events: none; }
.hero-glow-one { top: 130px; right: -100px; width: 470px; height: 470px; background: rgba(22,132,71,0.17); }
.hero-glow-two { bottom: 40px; left: 36%; width: 260px; height: 260px; background: rgba(45,142,199,0.1); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; border-radius: 2px; background: currentColor; }
.eyebrow-light { color: #62d98a; }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(42px, 5.4vw, 72px); line-height: 0.99; letter-spacing: -0.055em; }
.hero-lead { max-width: 640px; margin: 26px 0 0; color: #b8c8d4; font-size: clamp(18px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 28px 0 0; padding: 0; list-style: none; color: #dce8ee; font-size: 12px; }
.hero-checks li { display: inline-flex; align-items: center; gap: 7px; }
.hero-checks span { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--white); background: rgba(50,197,111,0.18); }
.hero-visual { position: relative; }
.browser-frame { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.14); border-radius: 22px; background: #172331; box-shadow: 0 40px 90px rgba(0,0,0,0.4); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.browser-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05); }
.browser-bar { display: flex; align-items: center; gap: 6px; height: 38px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,0.08); background: #101c2a; }
.browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #496071; }
.browser-bar > span:first-child { background: #2ca661; }
.browser-bar small { margin-left: 8px; color: #8196a6; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }
.browser-frame img { width: 100%; height: auto; aspect-ratio: 1188 / 616; object-fit: cover; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; padding: 13px 16px; border: 1px solid rgba(255,255,255,0.16); border-radius: 13px; color: var(--white); background: rgba(13,35,49,0.94); box-shadow: 0 18px 42px rgba(0,0,0,0.28); backdrop-filter: blur(15px); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: 11px; }
.floating-card span { color: #9fb2bf; font-size: 9px; }
.floating-card-top { top: -28px; right: 22px; align-items: flex-start; flex-direction: column; }
.floating-card-bottom { bottom: -30px; left: -26px; gap: 10px; }
.pulse-dot { width: 10px; height: 10px; flex: none; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 6px rgba(50,197,111,0.13); }
.hero-proof { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; border-top: 1px solid rgba(255,255,255,0.12); border-bottom: 1px solid rgba(255,255,255,0.12); }
.hero-proof > div { padding: 20px 26px; border-right: 1px solid rgba(255,255,255,0.12); }
.hero-proof > div:first-child { padding-left: 0; }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 14px; }
.hero-proof span { margin-top: 2px; color: #8197a7; font-size: 11px; }

.problem-section { background: var(--white); }
.split-intro { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 100px; align-items: end; }
.section-heading h2 { max-width: 800px; margin: 0; color: var(--ink); font-size: clamp(36px, 4.7vw, 58px); line-height: 1.08; letter-spacing: -0.045em; }
.section-heading > p { max-width: 680px; margin: 22px 0 0; color: var(--ink-soft); font-size: 18px; }
.section-heading.centered { display: flex; flex-direction: column; align-items: center; text-align: center; }
.intro-text { padding-bottom: 4px; color: var(--ink-soft); font-size: 17px; }
.intro-text p { margin: 0; }
.intro-text p + p { margin-top: 18px; color: var(--ink); font-weight: 700; }
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 68px; }
.outcome-card { position: relative; min-height: 230px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.outcome-card::after { content: ""; position: absolute; right: -45px; bottom: -55px; width: 140px; height: 140px; border-radius: 50%; background: var(--mint); transition: transform 0.3s ease; }
.outcome-card:hover::after { transform: scale(1.15); }
.outcome-number { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }
.outcome-card h3 { position: relative; z-index: 1; margin: 48px 0 8px; font-size: 22px; letter-spacing: -0.03em; }
.outcome-card p { position: relative; z-index: 1; max-width: 280px; margin: 0; color: var(--ink-soft); }

.features-section { background: var(--surface); }
.feature-list { display: grid; gap: 48px; margin-top: 68px; }
.feature-row { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 52px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.feature-row-reverse { grid-template-columns: 1.2fr 0.8fr; }
.feature-row-reverse .feature-content { order: 2; }
.feature-row-reverse .feature-media { order: 1; }
.feature-kicker { color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.feature-content h3 { margin: 13px 0 14px; font-size: clamp(29px, 3vw, 40px); line-height: 1.1; letter-spacing: -0.04em; }
.feature-content > p { margin: 0; color: var(--ink-soft); font-size: 16px; }
.feature-points { display: grid; gap: 11px; margin: 25px 0 0; padding: 0; list-style: none; }
.feature-points li { position: relative; padding-left: 27px; color: #364657; font-size: 13px; }
.feature-points li::before { content: "✓"; position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: var(--white); background: var(--green); font-size: 10px; font-weight: 900; }
.feature-media { overflow: hidden; border-radius: 18px; background: var(--navy); box-shadow: 0 18px 45px rgba(7,22,38,0.18); }
.feature-media img { width: 100%; height: auto; aspect-ratio: 1188 / 616; object-fit: cover; transition: transform 0.6s ease; }
.feature-row:hover .feature-media img { transform: scale(1.015); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 24px; }
.capability-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.72); }
.capability-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 32px; border-radius: 12px; color: var(--green-dark); background: var(--mint); font-size: 11px; font-weight: 900; }
.capability-card h3 { margin: 0 0 8px; font-size: 18px; }
.capability-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.use-cases { color: var(--white); background: var(--navy); }
.use-cases .section-heading h2 { color: var(--white); }
.use-cases .section-heading > p { color: #9fb2bf; }
.use-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 64px; }
.use-case-card { min-height: 410px; padding: 32px; border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); background: rgba(255,255,255,0.035); }
.use-case-card.featured { border-color: rgba(50,197,111,0.48); background: linear-gradient(145deg, rgba(22,132,71,0.24), rgba(255,255,255,0.04)); }
.use-case-card > span { color: #62d98a; font-size: 11px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.use-case-card h3 { margin: 62px 0 16px; font-size: 28px; line-height: 1.1; letter-spacing: -0.035em; }
.use-case-card p { margin: 0; color: #aebfca; }
.use-case-card ul { display: grid; gap: 10px; margin: 36px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,0.1); list-style: none; color: #dbe5ea; font-size: 13px; }
.use-case-card li::before { content: "•"; margin-right: 8px; color: var(--green-bright); }

.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 105px; align-items: start; }
.process-grid .section-heading { position: sticky; top: 118px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 28px; color: var(--green-dark); font-weight: 800; text-decoration: none; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform 0.2s ease; }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li:first-child { padding-top: 4px; }
.process-list li > span { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid #b9e2c8; border-radius: 50%; color: var(--green); background: #f4fbf6; font-size: 13px; font-weight: 900; }
.process-list h3 { margin: 4px 0 7px; font-size: 22px; }
.process-list p { margin: 0; color: var(--ink-soft); }

.pricing-section { background: var(--surface); }
.pricing-notice { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 46px; }
.pricing-notice > div { display: flex; align-items: center; gap: 13px; padding: 17px 20px; border: 1px solid #cce8d6; border-radius: 15px; background: rgba(255,255,255,0.82); }
.pricing-notice > div > span { display: grid; place-items: center; width: 30px; height: 30px; flex: none; border-radius: 50%; color: var(--white); background: var(--green); font-size: 12px; font-weight: 900; }
.pricing-notice p, .pricing-notice strong, .pricing-notice small { display: block; margin: 0; }
.pricing-notice strong { color: var(--ink); font-size: 13px; }
.pricing-notice small { margin-top: 2px; color: var(--ink-soft); font-size: 10.5px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.plan-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.plan-card-featured { border: 2px solid var(--green); box-shadow: 0 25px 65px rgba(15,99,53,0.14); }
.plan-badge { position: absolute; top: -13px; left: 24px; padding: 6px 11px; border-radius: 30px; color: var(--white); background: var(--green-dark); font-size: 9px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.plan-header { display: flex; align-items: center; gap: 14px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.plan-icon { display: grid; place-items: center; width: 46px; height: 46px; flex: none; border-radius: 14px; color: var(--green-dark); background: var(--mint); font-size: 11px; font-weight: 900; }
.plan-header h3 { margin: 0; font-size: 25px; letter-spacing: -0.035em; }
.plan-header p { margin: 3px 0 0; color: var(--ink-soft); font-size: 12px; }
.plan-base { margin: 22px 0 18px; color: var(--ink-soft); font-size: 12px; }
.plan-base strong { color: var(--ink); font-size: 20px; }
.plan-table-wrap { width: 100%; overflow-x: auto; }
.plan-table { width: 100%; border-collapse: collapse; font-size: 12px; font-variant-numeric: tabular-nums; }
.plan-table th, .plan-table td { padding: 13px 5px; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
.plan-table th:first-child { padding-left: 0; text-align: left; }
.plan-table td:last-child, .plan-table th:last-child { padding-right: 0; color: var(--ink-soft); }
.plan-table thead th { padding-top: 0; color: #788694; font-size: 9px; font-weight: 750; letter-spacing: 0.04em; text-transform: uppercase; }
.plan-table tbody th { color: var(--ink); font-weight: 750; }
.plan-table tbody td:nth-child(2) { color: var(--ink); font-weight: 800; }
.plan-table .plan-best-period > * { color: var(--green-dark); }
.button-plan { width: 100%; margin-top: 26px; border: 1px solid #b8ddc5; color: var(--green-dark); background: #f3faf5; }
.button-plan:hover { color: var(--white); background: var(--green-dark); }
.button-plan-featured { border-color: var(--green); color: var(--white); background: var(--green); }
.pricing-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 26px; padding: 22px 26px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.pricing-footer p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.pricing-footer p strong { color: var(--ink); }
.pricing-footer .text-link { flex: none; margin-top: 0; }

.product-cta { padding: 0 0 112px; background: var(--white); }
.product-cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 58px; overflow: hidden; border-radius: var(--radius-lg); color: var(--white); background: linear-gradient(120deg, var(--green-dark), #0a4328); box-shadow: 0 28px 70px rgba(15,99,53,0.25); }
.product-cta-inner::after { content: ""; position: absolute; top: -120px; right: 180px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; }
.product-cta-inner > * { position: relative; z-index: 1; }
.product-cta-inner > div > span { color: #86e7a8; font-size: 11px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.product-cta h2 { max-width: 680px; margin: 9px 0 9px; font-size: clamp(30px, 4vw, 47px); line-height: 1.08; letter-spacing: -0.045em; }
.product-cta p { margin: 0; color: #bce5cb; }
.product-cta .button { flex: none; }

.about-section { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: stretch; gap: 70px; }
.about-copy h2 { margin: 0 0 26px; font-size: clamp(40px, 5vw, 62px); line-height: 1.04; letter-spacing: -0.05em; }
.about-copy > p { max-width: 660px; margin: 0 0 18px; color: var(--ink-soft); font-size: 17px; }
.official-badge { display: inline-flex; margin-top: 18px; border-radius: 13px; box-shadow: 0 12px 30px rgba(7,22,38,0.1); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.official-badge:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(7,22,38,0.15); }
.official-badge:focus-visible { outline: 3px solid rgba(22,132,71,0.3); outline-offset: 4px; }
.official-badge img { display: block; width: 212px; height: auto; }
.bonus-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 430px; padding: 42px; overflow: hidden; border-radius: var(--radius-lg); color: var(--white); background: var(--navy); box-shadow: var(--shadow-lg); }
.bonus-card::before { content: ""; position: absolute; top: -120px; right: -110px; width: 330px; height: 330px; border-radius: 50%; background: rgba(50,197,111,0.18); }
.bonus-card::after { content: "+1"; position: absolute; top: 18px; right: 24px; color: rgba(255,255,255,0.05); font-size: 150px; font-weight: 900; line-height: 1; }
.bonus-card > * { position: relative; z-index: 1; }
.bonus-label { align-self: flex-start; margin-bottom: auto; padding: 6px 10px; border: 1px solid rgba(98,217,138,0.28); border-radius: 20px; color: #85e3a5; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.bonus-card > strong { font-size: 26px; line-height: 1; }
.bonus-card > strong b { display: block; color: #64dc8d; font-size: 78px; letter-spacing: -0.06em; }
.bonus-card p { max-width: 390px; margin: 16px 0 24px; color: #adbec9; font-size: 16px; }
.bonus-card a { color: var(--white); font-weight: 800; text-decoration: none; }
.services-heading { margin-top: 110px; }
.services-heading > span { color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.services-heading h2 { max-width: 700px; margin: 10px 0 0; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -0.045em; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.service-card { display: flex; flex-direction: column; min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.service-index { color: var(--green); font-size: 11px; font-weight: 850; }
.service-card h3 { margin: 62px 0 13px; font-size: 25px; line-height: 1.12; letter-spacing: -0.03em; }
.service-card p { margin: 0 0 24px; color: var(--ink-soft); }
.service-card a { margin-top: auto; color: var(--green-dark); font-size: 13px; font-weight: 800; text-decoration: none; }

.contact-section { padding: 112px 0; color: var(--white); background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 78px; align-items: start; }
.contact-copy h2 { margin: 0; font-size: clamp(40px, 5vw, 61px); line-height: 1.03; letter-spacing: -0.05em; }
.contact-copy > p { margin: 24px 0 0; color: #a7b9c5; font-size: 17px; }
.contact-options { display: grid; gap: 10px; margin-top: 38px; }
.contact-option { display: grid; grid-template-columns: 35px 1fr; gap: 12px; align-items: center; padding: 15px; border: 1px solid rgba(255,255,255,0.1); border-radius: 13px; color: var(--white); text-decoration: none; background: rgba(255,255,255,0.03); }
.contact-option > span { color: #61d889; font-size: 10px; font-weight: 850; }
.contact-option strong, .contact-option small { display: block; }
.contact-option strong { font-size: 12px; }
.contact-option small { margin-top: 2px; color: #89a0af; font-size: 10px; }
.lead-form { padding: 36px; border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); color: var(--ink); background: var(--white); box-shadow: 0 38px 90px rgba(0,0,0,0.25); }
.form-heading > span { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 26px; font-size: 30px; line-height: 1.2; letter-spacing: -0.035em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; }
.field-full { grid-column: 1 / -1; }
.field > span { color: #526173; font-size: 11px; font-weight: 750; }
.field input, .field textarea { width: 100%; border: 1px solid #dbe3e8; border-radius: 11px; color: var(--ink); background: #fbfcfc; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.field input { height: 48px; padding: 0 13px; }
.field textarea { min-height: 112px; padding: 12px 13px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(22,132,71,0.1); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #c73737; }
.honeypot { position: absolute; left: -10000px; opacity: 0; pointer-events: none; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; color: #647180; font-size: 10.5px; }
.consent input { width: 16px; height: 16px; flex: none; margin-top: 2px; accent-color: var(--green); }
.consent a { color: var(--green-dark); }
.form-submit { width: 100%; margin-top: 22px; }
.form-submit[disabled] { cursor: wait; opacity: 0.68; transform: none; }
.form-status { min-height: 23px; margin: 12px 0 0; font-size: 12px; font-weight: 700; text-align: center; }
.form-status.is-success { color: var(--green-dark); }
.form-status.is-error { color: #b62e2e; }
.form-fallback { margin: 4px 0 0; color: #788694; font-size: 10px; text-align: center; }
.form-fallback a { color: var(--green-dark); font-weight: 700; }

.site-footer { padding: 42px 0 20px; color: #c4d1d9; background: #04101d; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.09); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; }
.footer-links a { color: #9aafbc; font-size: 11px; text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-kommo-badge { display: block; flex: none; border-radius: 9px; transition: transform 0.2s ease; }
.footer-kommo-badge:hover { transform: translateY(-2px); }
.footer-kommo-badge:focus-visible { outline: 3px solid rgba(98,217,138,0.45); outline-offset: 4px; }
.footer-kommo-badge img { display: block; width: 148px; height: auto; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 18px; color: #667e8e; font-size: 10px; }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: flex; align-items: center; gap: 9px; padding: 12px 15px; border-radius: 30px; color: var(--white); background: #168447; box-shadow: 0 18px 45px rgba(7,22,38,0.25); font-size: 11px; text-decoration: none; }
.whatsapp-float > span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: #168447; background: var(--white); }
.consent-banner { position: fixed; right: 20px; bottom: 20px; left: 20px; z-index: 200; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 920px; margin-inline: auto; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; color: var(--ink); background: rgba(255,255,255,0.97); box-shadow: 0 22px 70px rgba(7,22,38,0.22); backdrop-filter: blur(16px); }
.consent-banner strong { font-size: 13px; }
.consent-banner p { max-width: 600px; margin: 2px 0 0; color: var(--ink-soft); font-size: 10.5px; }
.consent-actions { display: flex; flex: none; gap: 8px; }
.consent-actions .button { min-height: 40px; padding: 9px 13px; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal-delay { transition-delay: 0.12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .floating-card { display: none; }
  .feature-row, .feature-row-reverse { grid-template-columns: 1fr 1.15fr; gap: 32px; padding: 28px; }
  .feature-row-reverse { grid-template-columns: 1.15fr 1fr; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { gap: 45px; }
  .footer-main { flex-wrap: wrap; }
  .footer-links { flex: 1; }
}

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 78px 16px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; background: rgba(7,22,38,0.98); box-shadow: 0 30px 70px rgba(0,0,0,0.35); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 8px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .main-nav .button { margin-top: 12px; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { margin-top: 35px; }
  .browser-frame { transform: none; }
  .hero-proof { margin-top: 70px; }
  .split-intro, .process-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .process-grid .section-heading { position: static; }
  .feature-row, .feature-row-reverse { grid-template-columns: 1fr; }
  .feature-row-reverse .feature-content, .feature-row-reverse .feature-media { order: initial; }
  .feature-content { padding: 8px; }
  .use-case-grid, .services-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; gap: 24px; }
  .plan-card { max-width: 620px; width: 100%; margin-inline: auto; }
  .use-case-card { min-height: auto; }
  .use-case-card h3 { margin-top: 38px; }
  .product-cta-inner { align-items: flex-start; flex-direction: column; padding: 42px; }
  .services-heading { margin-top: 84px; }
  .service-card { min-height: 280px; }
  .contact-copy { max-width: 700px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 70px; }
  .main-nav { top: 70px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 13px; }
  .hero { padding: 112px 0 38px; }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-checks { align-items: flex-start; flex-direction: column; }
  .hero-proof { grid-template-columns: repeat(2, 1fr); }
  .hero-proof > div { padding: 16px 12px; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .hero-proof > div:nth-child(2) { border-right: 0; }
  .hero-proof > div:nth-last-child(-n+2) { border-bottom: 0; }
  .hero-proof > div:first-child { padding-left: 12px; }
  .section-heading h2 { font-size: clamp(34px, 10vw, 48px); }
  .outcome-grid, .capability-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 205px; }
  .feature-list { margin-top: 46px; }
  .feature-row { gap: 24px; padding: 16px; border-radius: 22px; }
  .feature-content { padding: 14px 8px 5px; }
  .feature-media { border-radius: 13px; }
  .use-case-grid { margin-top: 45px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 14px; }
  .process-list li > span { width: 42px; height: 42px; }
  .pricing-notice { grid-template-columns: 1fr; }
  .plan-card { padding: 25px 20px; }
  .pricing-footer { align-items: flex-start; flex-direction: column; }
  .product-cta { padding-bottom: 72px; }
  .product-cta-inner { padding: 32px 24px; border-radius: 22px; }
  .bonus-card { min-height: 390px; padding: 30px; }
  .bonus-card > strong b { font-size: 66px; }
  .lead-form { padding: 25px 18px; border-radius: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .whatsapp-float strong { display: none; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 10px; }
  .consent-banner { right: 10px; bottom: 10px; left: 10px; align-items: stretch; flex-direction: column; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
