:root {
  --ink: #151718;
  --muted: #646470;
  --brand: #6864ed;
  --brand-dark: #4c40f7;
  --brand-soft: #eeeeFD;
  --line: #e9e9f1;
  --surface: #ffffff;
  --wash: #f7f7fb;
  --success: #159455;
  --shadow: 0 22px 60px rgba(28, 24, 73, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: "Arimo", sans-serif; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, video { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.landing-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(76, 64, 247, 0.09); background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 160px; height: auto; display: block; }
.header-cta { padding: 11px 20px; border: 1px solid var(--brand); border-radius: 999px; color: var(--brand-dark); font-weight: 700; text-decoration: none; transition: .2s ease; }
.header-cta:hover, .header-cta:focus-visible { color: #fff; background: var(--brand); transform: translateY(-1px); }

.hero { position: relative; overflow: hidden; padding: 66px 0 80px; background: linear-gradient(135deg, #fff 0%, #f8f8ff 58%, #f0efff 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; pointer-events: none; background-image: radial-gradient(rgba(104,100,237,.22) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to right, #000, transparent 62%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 410px; height: 410px; right: -210px; top: -100px; background: rgba(104,100,237,.15); }
.hero-glow-two { width: 250px; height: 250px; left: -120px; bottom: -110px; background: rgba(30,219,220,.12); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); align-items: center; gap: clamp(48px, 7vw, 94px); }
.eyebrow { margin: 0 0 18px; color: var(--brand-dark); font-size: 13px; line-height: 1.3; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 6px rgba(104,100,237,.12); }
.eyebrow.centered { text-align: center; }
h1, h2, h3 { margin-top: 0; font-family: "Poppins", sans-serif; line-height: 1.13; letter-spacing: -.035em; }
.hero h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(42px, 5.25vw, 72px); font-weight: 800; }
.hero h1 em { color: var(--brand); font-style: normal; }
.hero-subtitle { max-width: 660px; margin: 0 0 28px; color: var(--muted); font-size: clamp(18px, 1.7vw, 22px); line-height: 1.55; }
.hero-subtitle strong { color: var(--ink); }
.price-note { width: fit-content; max-width: 100%; display: flex; align-items: center; gap: 20px; margin: 0 0 28px; padding: 15px 20px; border: 1px solid rgba(104,100,237,.18); border-radius: 18px; background: rgba(255,255,255,.84); box-shadow: 0 10px 30px rgba(55,49,125,.06); }
.price-badge { min-width: 126px; padding-right: 20px; border-right: 1px solid var(--line); line-height: 1.15; }
.price-badge small { display: block; color: var(--muted); font-size: 12px; }
.price-badge strong { display: inline-block; margin-top: 3px; color: var(--brand-dark); font-family: "Poppins", sans-serif; font-size: 27px; }
.price-badge span { color: var(--muted); font-size: 13px; }
.price-note ul { margin: 0; padding: 0; list-style: none; color: #3f3f49; font-size: 14px; line-height: 1.8; }
.price-note li::before { content: "✓"; margin-right: 8px; color: var(--success); font-weight: 800; }
.primary-cta, .submit-button, .whatsapp-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 58px; padding: 14px 28px; border: 0; border-radius: 13px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); box-shadow: 0 14px 34px rgba(76,64,247,.28); font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.primary-cta:hover, .primary-cta:focus-visible, .submit-button:hover, .submit-button:focus-visible { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 38px rgba(76,64,247,.36); }
.primary-cta span, .submit-button span, .whatsapp-button span { font-size: 22px; line-height: 1; }
.reassurance { max-width: 570px; display: flex; gap: 9px; margin: 17px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.reassurance span { color: var(--success); font-weight: 800; }
.video-column { display: flex; justify-content: center; }
.video-card { position: relative; width: min(100%, 405px); padding: 11px; border: 1px solid rgba(255,255,255,.9); border-radius: 30px; background: rgba(255,255,255,.72); box-shadow: 0 30px 80px rgba(32,27,87,.18); transform: rotate(1.5deg); }
.video-card::after { content: ""; position: absolute; z-index: -1; inset: 12% -22px -22px 18%; border-radius: 30px; background: var(--brand); opacity: .11; }
.video-label { position: absolute; z-index: 2; top: 25px; left: 25px; padding: 8px 12px; border-radius: 999px; color: #fff; background: rgba(21,23,24,.72); backdrop-filter: blur(8px); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; pointer-events: none; }
.video-label span { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #fc4b66; }
.video-card video { width: 100%; max-height: 680px; display: block; border-radius: 21px; background: #111; object-fit: contain; }
.video-play-overlay { position: absolute; z-index: 3; inset: 50% auto auto 50%; width: min(82%, 285px); display: flex; align-items: center; gap: 13px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.38); border-radius: 18px; color: #fff; background: rgba(21,23,24,.82); box-shadow: 0 15px 40px rgba(0,0,0,.28); backdrop-filter: blur(12px); transform: translate(-50%, -50%); cursor: pointer; text-align: left; transition: transform .2s ease, background .2s ease; }
.video-play-overlay:hover, .video-play-overlay:focus-visible { background: rgba(76,64,247,.94); transform: translate(-50%, -50%) scale(1.03); outline: 3px solid rgba(255,255,255,.65); outline-offset: 3px; }
.video-play-overlay[hidden] { display: none; }
.video-play-icon { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.video-play-icon::before { content: ""; width: 0; height: 0; margin-left: 3px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid var(--brand-dark); }
.video-play-copy { display: grid; line-height: 1.25; }
.video-play-copy strong { font-family: "Poppins", sans-serif; font-size: 16px; }
.video-play-copy small { margin-top: 3px; color: rgba(255,255,255,.78); font-size: 12px; }

.value-section { padding: 100px 0; }
.section-heading { max-width: 730px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .steps-intro h2, .form-copy h2 { margin-bottom: 18px; font-size: clamp(32px, 4vw, 48px); font-weight: 700; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { padding: 32px; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: 0 16px 44px rgba(35,31,83,.055); transition: transform .25s ease, border-color .25s ease; }
.value-card:hover { transform: translateY(-5px); border-color: rgba(104,100,237,.35); }
.value-card.featured { background: linear-gradient(145deg, #f5f4ff, #fff); }
.icon-box { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 15px; color: var(--brand-dark); background: var(--brand-soft); font-family: "Poppins", sans-serif; font-size: 24px; font-weight: 800; }
.value-card h3 { margin-bottom: 12px; font-size: 21px; }
.value-card p { margin: 0; color: var(--muted); font-size: 16px; }

.steps-section { padding: 90px 0; background: var(--ink); color: #fff; }
.steps-wrap { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.steps-intro { position: sticky; top: 30px; }
.steps-intro .eyebrow { color: #aaa6ff; }
.steps-intro > p:last-child { margin: 0; color: #aaaab1; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid #353638; }
.steps-list li:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }
.steps-list > li > span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid #4d4e51; border-radius: 17px; color: #aaa6ff; font-family: "Poppins", sans-serif; font-weight: 700; }
.steps-list h3 { margin-bottom: 7px; font-size: 22px; letter-spacing: -.02em; }
.steps-list p { margin: 0; color: #aaaab1; font-size: 16px; }

.conditions-section { padding: 100px 0; background: #fff; }
.conditions-section .section-heading > p:last-child { margin: 0; color: var(--muted); }
.conditions-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.condition-card { position: relative; padding: 30px 30px 28px 82px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, #fff, #fafaff); }
.condition-number { position: absolute; top: 30px; left: 26px; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; color: var(--brand-dark); background: var(--brand-soft); font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 800; }
.condition-card h3 { margin-bottom: 9px; font-size: 20px; letter-spacing: -.02em; }
.condition-card p { margin: 0; color: var(--muted); font-size: 15px; }
.condition-card a { color: var(--brand-dark); font-weight: 700; }
.extras-note { display: grid; grid-template-columns: minmax(180px, .35fr) 1fr; gap: 30px; align-items: center; margin-top: 20px; padding: 25px 30px; border-radius: 20px; color: #fff; background: var(--ink); }
.extras-note strong { font-family: "Poppins", sans-serif; font-size: 18px; }
.extras-note p { margin: 0; color: #c5c5cb; font-size: 15px; }

.form-section { padding: 105px 0; background: linear-gradient(145deg, #f6f6fb, #fff); scroll-margin-top: 20px; }
.form-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 90px); align-items: start; }
.form-copy { position: sticky; top: 30px; padding-top: 20px; }
.form-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.contact-promise { display: grid; gap: 4px; margin-top: 30px; padding: 21px; border-left: 4px solid var(--brand); border-radius: 0 15px 15px 0; background: #fff; }
.contact-promise span { color: var(--muted); font-size: 14px; }
.form-card { padding: clamp(25px, 4vw, 42px); border: 1px solid #ececf2; border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field { min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: #313137; font-size: 14px; font-weight: 700; }
.field label span, .privacy-check b { color: var(--brand-dark); }
.field label small { color: #7d7d86; font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 11px 14px; border: 1px solid #dcdce5; border-radius: 11px; outline: none; color: var(--ink); background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(104,100,237,.11); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #cf2946; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.privacy-check { display: flex; align-items: flex-start; gap: 11px; margin: 24px 0 8px; color: #4f4f59; font-size: 14px; line-height: 1.45; cursor: pointer; }
.privacy-check input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--brand); }
.privacy-check a { color: var(--brand-dark); font-weight: 700; }
.form-status { min-height: 22px; margin: 10px 0; color: #bd1837; font-size: 14px; font-weight: 700; }
.form-status.success { color: var(--success); }
.submit-button { width: 100%; }
.submit-button[disabled] { opacity: .65; cursor: wait; transform: none; }
.required-note { margin: 10px 0 0; color: #888894; font-size: 12px; text-align: center; }
.landing-footer { padding: 30px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--muted); font-size: 14px; }
.footer-inner img { width: 130px; height: auto; }
.footer-inner a { color: var(--brand-dark); font-weight: 700; }

.thanks-page { min-height: 100vh; background: linear-gradient(145deg, #f8f8ff, #efefff); }
.thanks-main { min-height: calc(100vh - 87px); display: grid; place-items: center; padding: 55px 20px; }
.thanks-card { width: min(640px, 100%); padding: clamp(36px, 7vw, 68px); border: 1px solid rgba(104,100,237,.13); border-radius: 30px; background: rgba(255,255,255,.93); box-shadow: var(--shadow); text-align: center; }
.success-mark { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 26px; border-radius: 50%; color: #fff; background: var(--success); box-shadow: 0 12px 28px rgba(21,148,85,.25); font-size: 35px; }
.thanks-card h1 { margin-bottom: 16px; font-size: clamp(38px, 7vw, 58px); }
.thanks-card > p:not(.eyebrow) { margin: 0 auto 30px; color: var(--muted); font-size: 20px; }
.whatsapp-button { background: #179b5b; box-shadow: 0 14px 34px rgba(23,155,91,.24); }
.whatsapp-button:hover, .whatsapp-button:focus-visible { color: #fff; transform: translateY(-2px); }
.back-link { display: block; width: fit-content; margin: 22px auto 0; color: var(--brand-dark); font-weight: 700; }

@media (max-width: 900px) {
  .hero-grid, .form-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .reassurance { justify-content: center; }
  .price-note { margin-inline: auto; text-align: left; }
  .video-column { grid-row: 2; }
  .video-card { transform: none; }
  .value-grid { grid-template-columns: 1fr; }
  .conditions-grid { grid-template-columns: 1fr; }
  .steps-wrap { grid-template-columns: 1fr; }
  .steps-intro, .form-copy { position: static; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 72px; }
  .brand img { width: 132px; }
  .header-cta { padding: 9px 13px; font-size: 13px; }
  .hero { padding: 42px 0 60px; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: clamp(37px, 11vw, 50px); }
  .hero-subtitle { font-size: 18px; }
  .price-note { width: 100%; align-items: flex-start; gap: 13px; padding: 14px; }
  .price-badge { min-width: 112px; padding-right: 12px; }
  .price-badge strong { font-size: 23px; }
  .price-note ul { font-size: 12px; }
  .primary-cta { width: 100%; }
  .video-card { width: min(100%, 365px); padding: 8px; border-radius: 24px; }
  .video-card video { max-height: none; border-radius: 17px; }
  .value-section, .conditions-section, .form-section { padding: 72px 0; }
  .steps-section { padding: 70px 0; }
  .value-card { padding: 26px; }
  .steps-list li { grid-template-columns: 53px 1fr; gap: 15px; }
  .steps-list > li > span { width: 48px; height: 48px; border-radius: 13px; font-size: 14px; }
  .steps-list h3 { font-size: 19px; }
  .condition-card { padding: 26px 23px 24px 72px; }
  .condition-number { top: 25px; left: 21px; }
  .extras-note { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
  .field-grid { grid-template-columns: 1fr; gap: 17px; }
  .field-full { grid-column: auto; }
  .form-card { border-radius: 20px; }
  .footer-inner { flex-direction: column; text-align: center; gap: 12px; }
}

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