:root {
  --ink: #0b1832;
  --muted: #667085;
  --paper: #f4f6fa;
  --white: #ffffff;
  --line: #dce2ed;
  --blue: #2457ff;
  --blue-dark: #1739c4;
  --violet: #826cff;
  --mint: #b9f5d8;
  --lime: #d8fa64;
  --navy: #07142d;
  --danger: #a42c3b;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(15, 30, 70, .12);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
button, input { font: inherit; }
a { color: inherit; text-underline-offset: 3px; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; border-radius: 8px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-kicker { margin: 0 0 20px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker.light { color: #95a9ff; }
.section-heading { margin-bottom: 54px; }
.section-heading.narrow { max-width: 760px; }
.section-heading h2, .about-webinar h2, .results h2, .demo h2, .faq-title h2, .register h2 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(2.15rem, 4.5vw, 4.75rem);
  line-height: .98;
  letter-spacing: -.055em;
}
h2 span { color: var(--blue); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(240px, .65fr); align-items: end; gap: 50px; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 1.05rem; }

/* Header */
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: .88rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.brand-symbol { position: relative; width: 34px; height: 34px; border-radius: 11px; background: var(--ink); transform: rotate(-5deg); }
.brand-symbol i { position: absolute; width: 10px; height: 3px; border-radius: 4px; background: var(--lime); }
.brand-symbol i:first-child { top: 10px; left: 8px; transform: rotate(45deg); }
.brand-symbol i:last-child { right: 7px; bottom: 10px; transform: rotate(-45deg); }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { color: #43506a; font-size: .86rem; font-weight: 650; text-decoration: none; }
.main-nav a:hover { color: var(--blue); }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid var(--blue);
  border-radius: 12px;
  padding: 13px 22px;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 10px 26px rgba(36, 87, 255, .23);
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(36, 87, 255, .28); }
.button:disabled { opacity: .65; cursor: wait; transform: none; }
.button-small { min-height: 42px; padding: 9px 16px; border-radius: 10px; box-shadow: none; font-size: .82rem; }
.button-ghost { border-color: #cad3e4; color: var(--ink); background: #fff; box-shadow: none; }
.button-ghost:hover { color: var(--blue); background: #f5f7ff; box-shadow: none; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 148px 0 74px; background: linear-gradient(135deg, #f8f9fc 0%, #eef2fb 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(28, 56, 110, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 56, 110, .08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000 10%, transparent 72%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.orb-one { top: 14%; right: 8%; width: 430px; height: 430px; background: rgba(88, 126, 255, .17); }
.orb-two { right: 34%; bottom: -160px; width: 340px; height: 340px; background: rgba(183, 126, 255, .12); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr); align-items: center; gap: 80px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 24px; color: #3f4f6d; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(36, 87, 255, .12); }
.hero h1 { margin: 0; max-width: 740px; font-size: clamp(3.4rem, 6.35vw, 6.55rem); font-weight: 760; line-height: .91; letter-spacing: -.067em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 720px; margin: 30px 0 26px; color: #465471; font-size: clamp(1.05rem, 1.5vw, 1.26rem); line-height: 1.55; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 34px; padding: 0; list-style: none; }
.hero-benefits li { padding: 7px 11px; border: 1px solid #d7dfef; border-radius: 999px; color: #3f4e6b; background: rgba(255,255,255,.56); font-size: .82rem; font-weight: 650; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.hero-actions p { margin: 0; color: #758097; font-size: .78rem; line-height: 1.45; }
.event-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 42px 0 0; padding: 18px 0 0; border-top: 1px solid #d2daea; }
.event-strip div { padding-right: 16px; }
.event-strip div + div { padding-left: 18px; border-left: 1px solid #d2daea; }
.event-strip dt { color: #8993a7; font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.event-strip dd { margin: 4px 0 0; color: #1e2c48; font-size: .86rem; font-weight: 750; }

.hero-visual { position: relative; min-height: 550px; }
.visual-label { position: absolute; top: 0; left: 30px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; color: #dce4ff; background: rgba(7, 20, 45, .87); backdrop-filter: blur(12px); font-size: .7rem; font-weight: 700; letter-spacing: .05em; }
.visual-label span { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.analysis-window { position: absolute; top: 48px; right: 0; width: min(100%, 510px); min-height: 440px; overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: 28px; padding: 0 24px 24px; color: #eef3ff; background: linear-gradient(145deg, #101f42, #07142d 70%); box-shadow: 0 35px 90px rgba(8, 22, 53, .28); transform: rotate(1.5deg); }
.window-bar { height: 55px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid rgba(255,255,255,.09); }
.window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #6e7b98; }
.window-bar b { margin-left: auto; color: #8594b4; font-size: .67rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.comparison { display: grid; grid-template-columns: 1fr 34px 1fr; align-items: center; gap: 8px; padding: 30px 0 24px; }
.comparison article { height: 185px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 16px; background: rgba(255,255,255,.055); }
.doc-head { display: flex; align-items: center; gap: 9px; margin-bottom: 25px; color: #b7c3db; font-size: .74rem; font-weight: 750; }
.doc-head i { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 7px; color: #0a1831; background: var(--mint); font-size: .63rem; font-style: normal; }
.comparison article:last-child .doc-head i { color: #fff; background: var(--violet); }
.line { height: 5px; margin: 0 0 11px; border-radius: 6px; background: #71809d; }
.w-90 { width: 90%; }.w-92 { width: 92%; }.w-82 { width: 82%; }.w-70 { width: 70%; }.w-64 { width: 64%; }
.chip-row { display: flex; gap: 5px; margin-top: 20px; }
.chip-row span { padding: 4px 7px; border-radius: 5px; color: #b9c7e0; background: rgba(66, 98, 170, .3); font-size: .55rem; }
.scan { display: grid; place-items: center; }
.scan span { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: var(--lime); background: #0e1c3b; }
.assistant-note { display: flex; gap: 14px; padding: 18px; border: 1px solid rgba(185,245,216,.18); border-radius: 14px; background: rgba(185,245,216,.08); }
.assistant-note .spark { color: var(--mint); font-size: 1.2rem; }
.assistant-note strong { display: block; margin-bottom: 3px; color: var(--mint); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.assistant-note p { margin: 0; color: #bdc8dd; font-size: .74rem; line-height: 1.5; }
.float-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.8); box-shadow: 0 18px 45px rgba(20, 37, 74, .17); backdrop-filter: blur(15px); }
.practice-card { right: -42px; bottom: 20px; display: flex; align-items: center; gap: 11px; padding: 15px 19px; border-radius: 15px; background: rgba(255,255,255,.88); transform: rotate(-3deg); }
.practice-card strong { color: var(--blue); font-size: 2.2rem; line-height: 1; letter-spacing: -.05em; }
.practice-card span { color: #526078; font-size: .68rem; font-weight: 750; line-height: 1.3; text-transform: uppercase; }
.topics-card { left: -42px; top: 185px; padding: 14px 17px; border-radius: 14px; color: #fff; background: rgba(36,87,255,.9); transform: rotate(-4deg); }
.topics-card span { font-size: .61rem; opacity: .7; }
.topics-card p { margin: 8px 0 0; font-size: .72rem; font-weight: 700; line-height: 1.55; }
.gift-card { position: absolute; left: 20px; bottom: 8px; display: flex; align-items: center; gap: 12px; padding: 13px 17px; border-radius: 14px; color: #1b2a47; background: var(--lime); box-shadow: 0 18px 50px rgba(36, 55, 98, .15); transform: rotate(2deg); }
.gift-card > span { font-size: 1.7rem; }
.gift-card strong, .gift-card small { display: block; }
.gift-card strong { font-size: .75rem; }
.gift-card small { margin-top: 2px; color: #5e6833; font-size: .61rem; }

/* Content sections */
.trust-bar { border-top: 1px solid #d8dfeb; border-bottom: 1px solid #d8dfeb; background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 24px 28px; }
.trust-grid div + div { border-left: 1px solid #d8dfeb; }
.trust-grid strong { font-size: 1.34rem; letter-spacing: -.03em; }
.trust-grid span { color: var(--muted); font-size: .78rem; }
.familiar { background: #fff; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.problem-grid article { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fafbfe; transition: border-color .2s, transform .2s; }
.problem-grid article:hover { border-color: #a9b9db; transform: translateY(-3px); }
.problem-grid span { color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.problem-grid p { margin: 30px 0 0; font-size: 1rem; font-weight: 650; line-height: 1.45; }
.section-summary { max-width: 850px; margin: 42px 0 0; padding-left: 22px; border-left: 3px solid var(--blue); color: #536078; font-size: 1.08rem; }
.about-webinar { color: #fff; background: var(--navy); }
.about-webinar-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr); gap: 100px; }
.about-webinar h2 span { color: #90a8ff; }
.about-text > p { margin: 0 0 22px; color: #c0cbe0; font-size: 1.06rem; }
.important-note { display: flex; gap: 16px; margin-top: 34px; padding: 22px; border: 1px solid rgba(185,245,216,.24); border-radius: 16px; background: rgba(185,245,216,.08); }
.important-note > span { flex: 0 0 auto; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--navy); background: var(--mint); font-weight: 900; }
.important-note p { margin: 0; color: #dce6f5; font-size: .88rem; }
.program { background: #f4f6fa; }
.timeline { margin: 0; padding: 0; border-top: 1px solid #cbd4e4; list-style: none; }
.timeline > li { display: grid; grid-template-columns: 185px 1fr; gap: 50px; padding: 42px 0; border-bottom: 1px solid #cbd4e4; }
.time { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.time span { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid #bdc7d9; border-radius: 50%; color: var(--blue); font-weight: 800; }
.time strong { color: #65728a; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.module h3 { margin: 0 0 20px; font-size: clamp(1.5rem, 2.6vw, 2.45rem); line-height: 1.08; letter-spacing: -.035em; }
.module ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 32px; margin: 0; padding: 0; color: #5d6980; list-style: none; }
.module li { position: relative; padding-left: 17px; }
.module li::before { content: ""; position: absolute; top: .72em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.module-callout { margin: 24px 0 0; padding: 14px 16px; border-radius: 10px; color: #263658; background: #e4e9ff; font-size: .85rem; font-weight: 650; }
.materials { color: #fff; background: var(--navy); }
.materials .split-heading > p { color: #9facbf; }
.materials h2 span { color: var(--lime); }
.material-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px; }
.material-grid article { min-height: 260px; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(255,255,255,.11); border-radius: 19px; background: rgba(255,255,255,.045); }
.material-grid .material-featured { grid-row: span 2; min-height: 534px; color: var(--navy); background: var(--lime); }
.material-icon { display: grid; width: 62px; height: 62px; place-items: center; margin-left: auto; border-radius: 50%; color: #fff; background: var(--blue); font-size: 1.8rem; }
.card-index { margin: auto 0 14px; color: #8290ab; font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.material-featured .card-index { color: #67712f; }
.material-grid h3 { margin: 0 0 12px; font-size: clamp(1.25rem, 2.2vw, 2rem); line-height: 1.1; letter-spacing: -.035em; }
.material-grid article > p:last-child { margin: 0; color: #9eacc3; font-size: .88rem; }
.material-featured > p:last-child { color: #4d5725; font-size: 1rem; }
.results { background: #fff; }
.results-grid { display: grid; grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr); gap: 100px; }
.results-intro { position: sticky; top: 40px; align-self: start; }
.results-intro > p:last-child { max-width: 470px; margin: 28px 0 0; color: var(--muted); }
.result-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.result-list li { display: grid; grid-template-columns: 60px 1fr; gap: 18px; align-items: center; min-height: 92px; border-bottom: 1px solid var(--line); }
.result-list span { color: var(--blue); font-size: .68rem; font-weight: 800; }
.result-list p { margin: 0; font-size: 1.05rem; font-weight: 650; }
.demo { background: #edf1f8; }
.demo-grid { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(0, .9fr); gap: 90px; align-items: center; }
.demo-grid > div:last-child > p:not(.section-kicker) { color: var(--muted); font-size: 1.05rem; }
.demo-interface { overflow: hidden; border-radius: 24px; padding: 0 24px 28px; color: #fff; background: var(--navy); box-shadow: var(--shadow); transform: rotate(-1deg); }
.demo-top { height: 58px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.1); color: #7d8ba6; font-size: .7rem; }
.demo-top span { margin-right: auto; }
.demo-top i { width: 8px; height: 8px; border-radius: 50%; background: #64718a; }
.demo-prompt { margin: 26px 0 14px 70px; padding: 18px; border-radius: 15px 15px 4px 15px; color: #cdd7ea; background: #1d2c4d; }
.demo-prompt small, .demo-output small { color: #8fa2c9; font-size: .6rem; font-weight: 800; letter-spacing: .12em; }
.demo-prompt p, .demo-output p { margin: 6px 0 0; font-size: .81rem; }
.demo-output { display: flex; gap: 13px; margin-right: 34px; padding: 18px; border: 1px solid rgba(185,245,216,.15); border-radius: 15px 15px 15px 4px; background: rgba(185,245,216,.07); }
.demo-output > span { color: var(--mint); }
.demo-output i { display: block; width: 88%; height: 4px; margin-top: 12px; border-radius: 4px; background: #40516f; }
.demo-output i.short { width: 52%; }
.numbered-list { margin: 27px 0 0; padding: 0; counter-reset: demo; list-style: none; }
.numbered-list li { counter-increment: demo; position: relative; padding: 12px 0 12px 40px; border-bottom: 1px solid #d1d9e7; }
.numbered-list li::before { content: "0" counter(demo); position: absolute; left: 0; color: var(--blue); font-size: .68rem; font-weight: 800; }
.audience { background: #f4f6fa; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.audience-grid p { min-height: 95px; display: flex; align-items: center; gap: 14px; margin: 0; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; font-weight: 650; }
.audience-grid span { color: var(--blue); font-size: 1.25rem; }
.requirements { display: grid; grid-template-columns: .6fr 1.4fr; gap: 40px; margin-top: 55px; padding: 34px; border-radius: 20px; color: #fff; background: var(--navy); }
.requirements h3 { margin: 0; font-size: 1.5rem; }
.requirements ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; margin: 0; padding: 0; color: #b6c2d8; list-style: none; }
.requirements li { position: relative; padding-left: 16px; }
.requirements li::before { content: ""; position: absolute; top: .7em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--mint); }
.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: 90px; }
.faq-title { align-self: start; position: sticky; top: 40px; }
.faq-title > p:last-child { margin-top: 28px; color: var(--muted); }
.faq-title a { color: var(--blue); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 26px 0; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 1.55rem; font-weight: 350; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 42px 26px 0; color: var(--muted); }

/* Registration and footer */
.register { padding: 108px 0; color: #fff; background: linear-gradient(130deg, #0a1937 0%, #10275d 100%); }
.register-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .72fr); gap: 90px; align-items: start; }
.register h2 span { color: var(--lime); }
.register-copy > p:not(.section-kicker):not(.disclaimer) { max-width: 590px; color: #bdc9de; font-size: 1.06rem; }
.register-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 36px 0; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.register-facts div + div { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.15); }
.register-facts dt { color: #8494b5; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.register-facts dd { margin: 5px 0 0; font-size: .82rem; font-weight: 750; }
.register .disclaimer { color: #8494ad; font-size: .75rem; }
.registration-form { padding: 30px; border-radius: 23px; color: var(--ink); background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.form-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-head span { color: var(--muted); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.form-head strong { color: var(--blue); font-size: 1.6rem; }
.field { margin-bottom: 17px; }
.field label { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: .78rem; font-weight: 750; }
.field label span, .field > small:not(.field-error) { color: #8b95a8; font-size: .68rem; font-weight: 500; }
.field input { width: 100%; height: 49px; border: 1px solid #cdd5e2; border-radius: 10px; padding: 0 13px; color: var(--ink); background: #fbfcfe; transition: border-color .2s, box-shadow .2s; }
.field input:focus { border-color: var(--blue); outline: none; box-shadow: 0 0 0 3px rgba(36,87,255,.12); }
.field input[aria-invalid="true"] { border-color: var(--danger); }
.field-error { display: block; min-height: 16px; margin-top: 4px; color: var(--danger); font-size: .68rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.checkbox { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 15px 0; color: #5d687c; font-size: .69rem; line-height: 1.45; }
.checkbox input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--blue); }
.checkbox a { color: #304fb8; }
.form-submit { width: 100%; margin-top: 8px; }
.form-note { margin: 10px 0 0; color: #8b95a8; font-size: .65rem; text-align: center; }
.form-status { margin: 12px 0 0; color: var(--danger); font-size: .75rem; font-weight: 650; }
.form-status.success { color: #196c49; }
.registration-form.is-success { min-height: 390px; display: grid; place-items: center; }
.registration-form.is-success > :not(.form-success) { display: none; }
.form-success { max-width: 360px; text-align: center; }
.form-success > span { display: grid; width: 64px; height: 64px; place-items: center; margin: 0 auto 22px; border-radius: 50%; color: var(--navy); background: var(--mint); font-size: 1.7rem; font-weight: 900; }
.form-success h3 { margin: 0 0 10px; font-size: 1.8rem; line-height: 1.1; letter-spacing: -.035em; }
.form-success p { margin: 0 0 18px; color: var(--muted); }
.form-success a { color: var(--blue); font-size: .8rem; font-weight: 750; }
.site-footer { padding: 65px 0 25px; color: #aeb9cc; background: #050e21; }
.footer-top { display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 70px; padding-bottom: 52px; }
.brand-light { color: #fff; }
.brand-light .brand-symbol { background: var(--blue); }
.footer-brand-wrap p { max-width: 290px; margin: 18px 0 0; font-size: .82rem; }
.site-footer h2 { margin: 0 0 17px; color: #fff; font-size: .69rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer nav a, .footer-link { display: block; margin: 0 0 9px; border: 0; padding: 0; color: #aeb9cc; background: transparent; font-size: .77rem; text-align: left; text-decoration: none; cursor: pointer; }
.site-footer nav a:hover, .footer-link:hover { color: #fff; text-decoration: underline; }
.footer-contacts p { margin: 0 0 12px; font-size: .72rem; line-height: 1.55; }
.footer-contacts a { color: #dce4f2; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #69768d; font-size: .67rem; }

/* Cookie controls */
.cookie-banner { position: fixed; z-index: 100; right: 20px; bottom: 20px; left: 20px; display: grid; grid-template-columns: 1fr auto; gap: 28px; max-width: 960px; margin: auto; padding: 22px; border: 1px solid #d7ddea; border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 22px 70px rgba(8, 24, 55, .22); backdrop-filter: blur(14px); }
.cookie-banner h2 { margin: 0 0 6px; font-size: 1rem; }
.cookie-banner p { margin: 0; color: #5d687c; font-size: .76rem; }
.cookie-links { display: flex; gap: 15px; margin-top: 8px !important; }
.cookie-links a { color: var(--blue); }
.cookie-actions { display: flex; align-items: center; gap: 8px; }
.cookie-actions .button { min-height: 42px; padding: 8px 13px; border-radius: 9px; font-size: .7rem; white-space: nowrap; }
.text-button { border: 0; padding: 8px; color: var(--blue); background: transparent; font-size: .72rem; font-weight: 700; cursor: pointer; }
.cookie-dialog { width: min(calc(100% - 32px), 580px); border: 0; border-radius: 22px; padding: 0; color: var(--ink); box-shadow: 0 30px 100px rgba(3, 12, 31, .35); }
.cookie-dialog::backdrop { background: rgba(2, 9, 23, .6); backdrop-filter: blur(4px); }
.cookie-dialog form { padding: 28px; }
.dialog-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 22px; }
.dialog-head h2 { margin: 0; font-size: 1.7rem; letter-spacing: -.04em; }
.dialog-close { align-self: start; width: 35px; height: 35px; border: 0; border-radius: 50%; color: var(--ink); background: #eef1f6; font-size: 1.4rem; cursor: pointer; }
.cookie-option { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 18px 0; border-top: 1px solid var(--line); }
.cookie-option strong, .cookie-option small { display: block; }
.cookie-option small { margin-top: 3px; color: var(--muted); }
.cookie-option input { width: 19px; height: 19px; accent-color: var(--blue); }
.dialog-actions { padding-top: 18px; text-align: right; }

/* Legal and confirmation pages */
.subpage { background: #f4f6fa; }
.subpage .site-header { position: relative; background: rgba(255,255,255,.78); border-bottom: 1px solid var(--line); }
.subpage-main { min-height: 65vh; padding: 70px 0 100px; }
.document-shell { width: min(calc(100% - 48px), 900px); margin-inline: auto; }
.back-link { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 38px; color: var(--blue); font-size: .8rem; font-weight: 750; text-decoration: none; }
.document-card { padding: clamp(28px, 5vw, 64px); border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 60px rgba(28, 46, 84, .07); }
.document-card h1 { margin: 0 0 15px; font-size: clamp(2.15rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.055em; }
.document-card h2 { margin: 40px 0 12px; font-size: 1.28rem; letter-spacing: -.02em; }
.document-card h3 { margin: 28px 0 8px; font-size: 1rem; }
.document-card p, .document-card li { color: #546177; }
.document-card ul, .document-card ol { padding-left: 20px; }
.document-card a { color: var(--blue); }
.document-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.document-meta span { padding: 6px 9px; border-radius: 6px; color: #526078; background: #eef1f7; font-size: .68rem; font-weight: 700; }
.thank-you-card { text-align: center; }
.success-mark { display: grid; width: 74px; height: 74px; place-items: center; margin: 0 auto 27px; border-radius: 50%; color: var(--navy); background: var(--mint); font-size: 2rem; font-weight: 900; }
.thank-you-card > p { max-width: 610px; margin: 0 auto 30px; font-size: 1.05rem; }
.thank-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 30px 0; text-align: left; }
.thank-details div { padding: 17px; border-radius: 12px; background: #f1f4f9; }
.thank-details dt { color: #8a95a8; font-size: .63rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.thank-details dd { margin: 4px 0 0; font-size: .82rem; font-weight: 750; }
.thank-note { padding: 17px; border-radius: 12px; color: #566278; background: #eef3ff; font-size: .82rem; text-align: left; }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { width: min(100%, 650px); margin-inline: auto; }
  .about-webinar-grid, .results-grid, .faq-grid, .register-grid { gap: 55px; }
  .material-grid { grid-template-columns: 1fr 1fr; }
  .material-grid .material-featured { grid-row: auto; grid-column: span 2; min-height: 330px; }
  .demo-grid { gap: 45px; }
  .footer-top { gap: 35px; }
}

@media (max-width: 800px) {
  .container, .document-shell { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 82px 0; }
  .header-inner { height: 70px; }
  .header-inner > .button { display: none; }
  .hero { padding-top: 115px; }
  .hero h1 { font-size: clamp(3.1rem, 12vw, 5.1rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .event-strip { grid-template-columns: 1fr; }
  .event-strip div { padding: 12px 0; }
  .event-strip div + div { padding-left: 0; border-top: 1px solid #d2daea; border-left: 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(3) { border-left: 0; border-top: 1px solid #d8dfeb; }
  .trust-grid div:nth-child(4) { border-top: 1px solid #d8dfeb; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .about-webinar-grid, .results-grid, .demo-grid, .faq-grid, .register-grid { grid-template-columns: 1fr; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .timeline > li { grid-template-columns: 110px 1fr; gap: 25px; }
  .module ul { grid-template-columns: 1fr; }
  .results-intro, .faq-title { position: static; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .requirements { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand-wrap { grid-column: span 2; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { flex-wrap: wrap; }
}

@media (max-width: 540px) {
  .section { padding: 68px 0; }
  .hero { padding-bottom: 55px; }
  .hero h1 { font-size: clamp(2.75rem, 13.7vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 465px; }
  .analysis-window { top: 35px; min-height: 385px; padding: 0 14px 15px; border-radius: 20px; }
  .window-bar { height: 45px; }
  .comparison { grid-template-columns: 1fr 25px 1fr; padding: 18px 0; }
  .comparison article { height: 165px; padding: 11px; }
  .doc-head { margin-bottom: 20px; }
  .chip-row { flex-direction: column; margin-top: 14px; }
  .assistant-note { padding: 13px; }
  .topics-card { left: -6px; top: 146px; }
  .practice-card { right: -5px; bottom: 0; }
  .gift-card { left: 8px; bottom: 18px; }
  .trust-grid div { min-height: 100px; padding: 18px 15px; }
  .trust-grid strong { font-size: 1.08rem; }
  .problem-grid, .audience-grid { grid-template-columns: 1fr; }
  .problem-grid article { min-height: 150px; }
  .timeline > li { grid-template-columns: 1fr; gap: 18px; }
  .time { flex-direction: row; align-items: center; }
  .time span { width: 42px; height: 42px; }
  .material-grid { grid-template-columns: 1fr; }
  .material-grid .material-featured { grid-column: auto; min-height: 320px; }
  .requirements { padding: 25px; }
  .requirements ul { grid-template-columns: 1fr; }
  .register { padding: 68px 0; }
  .register-facts { grid-template-columns: 1fr; }
  .register-facts div { padding: 11px 0; }
  .register-facts div + div { padding-left: 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
  .registration-form { padding: 22px 18px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand-wrap { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { right: 8px; bottom: 8px; left: 8px; padding: 17px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .text-button { grid-column: span 2; }
  .thank-details { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
