:root {
  --ink: #17151d;
  --muted: #625e6b;
  --line: #dedbe3;
  --paper: #ffffff;
  --soft: #f5f3f7;
  --orange: #ff6b00;
  --violet: #7126c7;
  --green: #147a55;
  --danger: #a8352d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, Inter, Arial, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; background: #fff; padding: 10px; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.site-header .shell, .legal-header .shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; font-size: 22px; }
.brand-mark { width: 26px; height: 26px; background: var(--orange); transform: skew(-12deg); border: 4px solid currentColor; }
.brand strong { color: var(--orange); }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { font-weight: 700; text-decoration: none; font-size: 14px; }
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.button.secondary { background: #fff; color: var(--ink); }
.button.outline { background: transparent; color: var(--ink); border: 1px solid var(--ink); }

.hero {
  position: relative;
  min-height: min(760px, 88vh);
  color: #fff;
  background-image: url("assets/hero-artisan-flashbtp.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 118px 0 58px;
}
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(16,13,19,.58); }
.hero .shell { position: relative; z-index: 1; }
.hero-copy { width: min(650px, 62%); }
.eyebrow { color: var(--orange); text-transform: uppercase; font-size: 13px; font-weight: 900; }
h1, h2, h3 { line-height: 1.08; margin: 0; font-family: "Arial Rounded MT Bold", "Trebuchet MS", "Avenir Next", sans-serif; }
h1 { font-size: 58px; max-width: 620px; }
.hero p { max-width: 590px; font-size: 20px; color: #eee9f1; margin: 22px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin-top: 18px; font-size: 13px; color: #d8d2dc; }

.status-band { background: var(--ink); color: #fff; }
.status-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.status-item { padding: 22px 20px; border-left: 1px solid #39343f; }
.status-item:first-child { border-left: 0; }
.status-item strong { display: block; color: #fff; }
.status-item span { color: #beb7c3; font-size: 13px; }

section { padding: 82px 0; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head h2 { font-size: 38px; margin-top: 8px; }
.section-head p { color: var(--muted); font-size: 18px; }
.steps, .features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.step, .feature { background: #fff; padding: 30px; min-height: 220px; }
.step b { display: block; color: var(--orange); font-size: 14px; margin-bottom: 28px; }
.step h3, .feature h3 { font-size: 21px; }
.step p, .feature p { color: var(--muted); }
.product-band { background: var(--soft); }
.feature { border-top: 4px solid transparent; }
.feature:nth-child(2n) { border-top-color: var(--violet); }
.feature:nth-child(2n+1) { border-top-color: var(--orange); }
.feature small { display: block; color: var(--green); font-weight: 800; margin-bottom: 22px; }

.trust { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.trust h2 { font-size: 38px; }
.trust-list { border-top: 1px solid var(--line); }
.trust-row { padding: 22px 0; border-bottom: 1px solid var(--line); }
.trust-row strong { display: block; }
.trust-row span { color: var(--muted); }
.caution { border-left: 4px solid var(--orange); padding: 16px 20px; background: #fff5ed; color: #623319; margin-top: 24px; }

.faq details { border-top: 1px solid var(--line); padding: 20px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 800; }
.faq p { color: var(--muted); max-width: 840px; }

.contact-band { background: var(--ink); color: #fff; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; }
.contact-layout h2 { font-size: 40px; }
.contact-layout p { color: #c9c2ce; }
.pilot-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 800; }
.field input, .field textarea { width: 100%; min-height: 48px; border: 1px solid #554e5c; border-radius: 5px; background: #25212a; color: #fff; padding: 12px; }
.field textarea { min-height: 110px; resize: vertical; }
.consent { grid-column: 1 / -1; display: flex; gap: 10px; align-items: flex-start; font-size: 12px; color: #c9c2ce; }
.form-status { grid-column: 1 / -1; min-height: 24px; color: #ffd7b8; }

.site-footer { padding: 38px 0; background: #0e0c11; color: #c8c1cc; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 2fr; gap: 40px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: flex-end; }
.footer-links a { font-size: 13px; }
.fineprint { font-size: 12px; color: #928b97; margin-top: 26px; }

.legal-header { border-bottom: 1px solid var(--line); background: #fff; }
.legal-header .brand { color: var(--ink); }
.legal-header nav a { margin-left: 18px; font-size: 14px; }
.legal-main { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0 90px; }
.legal-main h1 { font-size: 44px; }
.legal-main h2 { font-size: 25px; margin-top: 42px; }
.legal-main h3 { font-size: 18px; margin-top: 26px; }
.legal-main p, .legal-main li { color: #45404a; }
.legal-main li { margin-bottom: 8px; }
.legal-meta { color: var(--muted); margin: 12px 0 30px; }
.placeholder { background: #fff0e4; color: #8a3600; padding: 2px 5px; font-weight: 800; }
.legal-alert { border-left: 4px solid var(--danger); background: #fff4f3; padding: 18px 20px; margin: 28px 0; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 10px 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.legal-nav a { font-size: 13px; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; }
th, td { text-align: left; vertical-align: top; padding: 12px; border: 1px solid var(--line); }
th { background: var(--soft); }

@media (max-width: 820px) {
  .nav a:not(.button) { display: none; }
  .shell { width: min(100% - 28px, 1160px); }
  .hero { min-height: 720px; background-position: 64% center; }
  .hero-copy { width: 100%; padding-top: 120px; }
  h1 { font-size: 42px; }
  .hero p { font-size: 18px; }
  .status-grid { grid-template-columns: 1fr 1fr; }
  .status-item:nth-child(3) { border-left: 0; }
  .steps, .features { grid-template-columns: 1fr; }
  .trust, .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 540px) {
  .site-header .shell { min-height: 64px; }
  .site-header .shell { gap: 10px; }
  .brand { font-size: 19px; }
  .nav .button { padding: 0 10px; font-size: 12px; }
  .hero { min-height: 740px; padding-top: 90px; background-position: 68% center; }
  .hero-copy { padding-top: 160px; }
  h1 { font-size: 32px; overflow-wrap: anywhere; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  section { padding: 62px 0; }
  .section-head h2, .trust h2, .contact-layout h2 { font-size: 31px; }
  .status-grid, .pilot-form { grid-template-columns: 1fr; }
  .status-item { border-left: 0; border-top: 1px solid #39343f; }
  .status-item:first-child { border-top: 0; }
}

/* FlashBTP / Alexia brand experience */
.home { background: #fff; }
.logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.logo-link img { width: 190px; height: 58px; object-fit: contain; object-position: left center; }
.tech-header { position: absolute; color: var(--ink); background: rgba(255,255,255,.94); border-bottom: 1px solid #ece8f0; }
.tech-header .shell { min-height: 78px; }
.tech-header .nav a { color: var(--ink); }
.tech-header .nav .button { color: #fff; }

.cartoon-hero {
  display: block;
  min-height: 800px;
  padding: 122px 0 0;
  color: var(--ink);
  background: #f7f5fa;
  background-image: none;
  overflow: hidden;
  align-items: stretch;
}
.cartoon-hero::before { display: none; }
.hero-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 32px; align-items: center; min-height: 620px; }
.cartoon-hero .hero-copy { width: 100%; padding: 34px 0 58px; }
.signal { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #d7d0dd; background: #fff; color: var(--ink); padding: 7px 11px; border-radius: 5px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.signal-dot { width: 9px; height: 9px; border-radius: 50%; background: #19b579; box-shadow: 0 0 0 4px #d9f7ea; }
.cartoon-hero h1 { font-size: 64px; margin-top: 20px; letter-spacing: 0; }
.cartoon-hero h1 span { color: var(--violet); }
.cartoon-hero .hero-copy > p { color: #504a57; font-size: 19px; margin: 22px 0; }
.voice-demo { display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: center; max-width: 620px; padding: 14px; background: #fff; border: 1px solid #dcd5e2; border-left: 4px solid var(--orange); box-shadow: 8px 8px 0 #e8e2ed; }
.mic { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 13px; box-shadow: 0 0 0 5px #fff0e5; }
.voice-demo small, .voice-demo strong { display: block; }
.voice-demo small { color: var(--violet); font-size: 10px; font-weight: 900; }
.voice-demo strong { font-size: 14px; }
.wave { display: flex; align-items: center; gap: 3px; height: 30px; }
.wave i { width: 3px; height: 9px; background: #ef2e8b; animation: voice-wave .9s ease-in-out infinite alternate; }
.wave i:nth-child(2), .wave i:nth-child(4) { height: 24px; animation-delay: .2s; }
.wave i:nth-child(3) { height: 16px; animation-delay: .4s; }
@keyframes voice-wave { to { transform: scaleY(.45); } }
.cartoon-hero .hero-actions { margin-top: 28px; }
.cartoon-hero .button.secondary { border: 1px solid var(--violet); color: var(--violet); }
.cartoon-hero .hero-note { color: #716a78; }
.hero-alexia { position: relative; height: 660px; align-self: end; }
.hero-alexia > img { position: absolute; z-index: 3; right: 2%; bottom: 0; height: 620px; width: auto; object-fit: contain; filter: drop-shadow(14px 18px 0 rgba(113,38,199,.14)); }
.tech-ring { position: absolute; width: 510px; height: 510px; right: -40px; top: 62px; border: 2px solid #d7c6ed; border-radius: 50%; box-shadow: inset 0 0 0 28px #eee8f5, inset 0 0 0 30px #fff; }
.tech-ring::before, .tech-ring::after { content: ""; position: absolute; background: var(--orange); }
.tech-ring::before { width: 72px; height: 8px; left: -20px; top: 110px; }
.tech-ring::after { width: 8px; height: 72px; right: 58px; bottom: -12px; background: #ed2a91; }
.floating-chip { position: absolute; z-index: 5; min-width: 156px; padding: 11px 14px; color: var(--ink); background: #fff; border: 1px solid #dad3df; border-radius: 8px; box-shadow: 6px 6px 0 rgba(23,21,29,.12); }
.floating-chip b, .floating-chip span, .floating-chip small { display: block; }
.floating-chip b { color: var(--violet); font-size: 10px; }
.floating-chip span { font-weight: 900; font-size: 18px; }
.floating-chip small { color: var(--green); }
.chip-one { left: -25px; top: 155px; }
.chip-two { right: -36px; top: 295px; }
.alexia-label { position: absolute; z-index: 6; right: 10px; bottom: 24px; display: flex; gap: 10px; align-items: center; padding: 9px 13px; background: var(--ink); color: #fff; border-radius: 5px; }
.alexia-label > span { display: grid; place-items: center; width: 30px; height: 30px; background: #ef2e8b; font-weight: 900; }
.alexia-label strong, .alexia-label small { display: block; }
.alexia-label small { color: #c9c2ce; }
.hero-ticker { position: relative; z-index: 7; width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: space-around; gap: 20px; background: var(--ink); color: #fff; overflow: hidden; }
.hero-ticker span { font-size: 13px; font-weight: 900; }
.hero-ticker b { color: var(--orange); }

.alexia-story { padding: 100px 0; overflow: hidden; }
.story-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 86px; align-items: center; }
.story-visual { position: relative; height: 620px; background: #ff6b00; border: 1px solid var(--ink); box-shadow: 14px 14px 0 var(--ink); overflow: hidden; }
.story-visual img { position: absolute; z-index: 2; height: 600px; width: auto; max-width: none; left: 50%; bottom: -12px; transform: translateX(-50%); }
.pixel-grid { position: absolute; inset: 0; opacity: .3; background-size: 36px 36px; background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px); }
.story-badge { position: absolute; z-index: 3; left: 18px; bottom: 18px; padding: 9px 12px; background: #fff; border: 1px solid var(--ink); font-weight: 900; font-size: 12px; }
.story-copy h2 { font-size: 48px; margin: 8px 0 22px; }
.lead { font-size: 20px; color: var(--muted); }
.alexia-points { margin-top: 34px; border-top: 1px solid var(--line); }
.alexia-points > div { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.alexia-points b { color: var(--orange); }
.alexia-points p { margin: 0; }
.alexia-points strong, .alexia-points span { display: block; }
.alexia-points span { color: var(--muted); margin-top: 4px; }

.workflow { background: var(--ink); color: #fff; }
.section-head.center { margin-inline: auto; text-align: center; }
.workflow .section-head p { color: #c8c1cc; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.workflow-step { position: relative; min-height: 455px; padding: 28px; overflow: hidden; border: 1px solid #49424f; border-radius: 8px; background: #25212a; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.step-copy { position: relative; z-index: 4; max-width: 100%; }
.workflow-step::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; background: var(--orange); }
.workflow-step.pink::after { background: #ef2e8b; }
.workflow-step.violet::after { background: var(--violet); }
.workflow-step b { color: var(--orange); font-size: 12px; }
.workflow-step.pink b { color: #ff65ab; }
.workflow-step.violet b { color: #b176f2; }
.workflow-step h3 { margin-top: 12px; font-size: 25px; }
.workflow-step p { color: #c8c1cc; }
.workflow-step img { position: absolute; z-index: 2; height: 270px; max-width: 96%; width: auto; left: 50%; bottom: -12px; transform: translateX(-50%); object-fit: contain; transition: transform .45s ease; }
.workflow-step.violet img { width: 96%; height: auto; bottom: 18px; }

.tech-product { background: #f4f1f7; }
.tech-product .section-head h2 { font-size: 46px; }
.feature-console { overflow: hidden; border: 1px solid var(--ink); border-radius: 8px; box-shadow: 12px 12px 0 #d8cde2; }
.console-nav { display: flex; align-items: center; gap: 26px; min-height: 58px; padding: 0 20px; background: var(--ink); color: #aaa2af; font-size: 12px; font-weight: 800; }
.console-nav .active { color: #fff; border-left: 4px solid var(--orange); padding-left: 10px; }
.feature-console .features { border: 0; }
.feature-console .feature { min-height: 245px; }
.feature-state { display: inline-block; margin-top: 18px; padding: 4px 7px; background: #e3f8ee; color: var(--green); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.feature-state.pending { background: #fff0e5; color: #9a4200; }
.speed-feature { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10px; align-items: center; background: var(--violet); color: #fff; overflow: hidden; }
.speed-feature img { height: 215px; width: auto; object-fit: contain; }
.speed-feature p, .speed-feature small { color: #e9dafa; }

.control-section { padding-bottom: 0; overflow: hidden; }
.control-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: end; }
.control-copy { padding-bottom: 90px; }
.control-copy h2 { font-size: 50px; margin: 8px 0 22px; }
.control-copy > p { font-size: 19px; color: var(--muted); }
.control-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0; }
.control-tags span { padding: 7px 10px; border: 1px solid var(--violet); color: var(--violet); font-size: 12px; font-weight: 800; }
.control-mascot { position: relative; min-height: 580px; }
.control-mascot img { position: absolute; height: 570px; right: 8%; bottom: 0; }
.verified { position: absolute; z-index: 2; right: 0; bottom: 52px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: var(--ink); color: #fff; box-shadow: 8px 8px 0 var(--orange); }
.verified > b { font-size: 25px; color: #4de3a7; }
.verified strong, .verified small { display: block; }
.verified small { color: #c9c2ce; }

.cartoon-contact { position: relative; overflow: hidden; background: var(--violet); }
.cartoon-contact .contact-layout { position: relative; z-index: 2; }
.contact-intro { position: relative; min-height: 500px; }
.contact-intro h2 { position: relative; z-index: 2; }
.contact-intro p { position: relative; z-index: 2; }
.contact-intro img { position: absolute; height: 340px; right: -55px; bottom: -82px; opacity: .88; }
.cartoon-contact .eyebrow { color: #ffb17a; }
.cartoon-contact .field input, .cartoon-contact .field textarea { background: #fff; color: var(--ink); border-color: #c8b1e0; }
.cartoon-contact .button { background: var(--orange); }
.footer-logo img { width: 170px; height: 64px; }

.video-story { background: #fff; }
.video-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.video-copy h2 { font-size: 42px; margin: 10px 0 20px; }
.video-copy p { color: var(--muted); font-size: 18px; margin-bottom: 28px; }
.video-stage { position: relative; padding: 14px; background: var(--ink); border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--orange); }
.video-stage video { width: 100%; aspect-ratio: 1; object-fit: cover; background: #000; }
.video-stage > span { display: block; padding: 10px 4px 0; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: 0; }

.signup-page { background: #f5f2f8; }
.signup-main { width: min(1160px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 70px 0 100px; align-items: start; }
.signup-intro { position: sticky; top: 30px; min-height: 720px; padding: 38px; overflow: hidden; color: #fff; background: var(--ink); }
.signup-intro h1 { margin: 24px 0; font-size: 48px; }
.signup-intro > p { color: #cdc6d1; font-size: 17px; }
.signup-intro ol { position: relative; z-index: 2; list-style: none; padding: 0; margin: 28px 0; }
.signup-intro li { display: flex; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid #403a45; }
.signup-intro li b { display: grid; place-items: center; width: 27px; height: 27px; background: var(--orange); }
.signup-intro > img { position: absolute; right: -70px; bottom: -80px; height: 390px; opacity: .72; }
.signup-form { background: #fff; border: 1px solid #ded8e3; border-radius: 8px; padding: 38px; }
.signup-section { display: grid; grid-template-columns: 42px 1fr; gap: 14px; margin: 0 0 22px; padding-top: 34px; border-top: 1px solid var(--line); }
.signup-section:first-child { padding-top: 0; border-top: 0; }
.signup-section > span { display: grid; place-items: center; width: 38px; height: 38px; background: var(--violet); color: #fff; font-weight: 900; }
.signup-section h2 { font-size: 24px; }
.signup-section p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.signup-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 34px; }
.signup-fields label { display: grid; gap: 6px; font-size: 13px; font-weight: 800; }
.signup-fields label.full { grid-column: 1 / -1; }
.signup-fields label small { color: var(--muted); font-weight: 500; }
.signup-fields input, .signup-fields select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #bdb6c4; border-radius: 4px; background: #fff; color: var(--ink); }
.plans { display: grid; gap: 10px; margin-bottom: 24px; }
.plan-option { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 15px; border: 1px solid #cfc8d5; cursor: pointer; }
.plan-option:has(input:checked) { border: 2px solid var(--violet); background: #f8f3ff; }
.plan-option b, .plan-option small { display: block; }
.plan-option span small { color: var(--muted); font-weight: 400; }
.plan-option > strong { text-align: right; font-size: 18px; }
.plan-option > strong small { color: var(--muted); font-size: 10px; }
.plan-loading, .signup-error { padding: 18px; background: var(--soft); }
.signup-error { color: var(--danger); border-left: 4px solid var(--danger); }
.signup-consent { display: flex; gap: 10px; align-items: flex-start; margin: 14px 0; font-size: 12px; color: #4b4550; }
.secure-line { display: flex; gap: 12px; align-items: center; padding: 14px; margin: 20px 0; background: #edf9f4; }
.secure-line > span { display: grid; place-items: center; min-width: 38px; height: 28px; border: 1px solid var(--green); color: var(--green); font-size: 9px; font-weight: 900; }
.secure-line p { margin: 0; font-size: 12px; color: #315e4d; }
.signup-submit { width: 100%; min-height: 54px; }
.signup-submit:disabled { opacity: .55; cursor: not-allowed; }
.signup-status { min-height: 28px; padding-top: 10px; color: var(--danger); font-weight: 700; }
.honey { position: absolute; left: -9999px; width: 1px; height: 1px; }

.result-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: #f5f2f8; }
.result-panel { position: relative; width: min(620px, 100%); min-height: 650px; padding: 42px; overflow: hidden; background: #fff; border: 1px solid #d9d2df; box-shadow: 12px 12px 0 var(--ink); }
.result-logo { width: 190px; height: 65px; object-fit: contain; object-position: left; }
.result-alexia { position: absolute; right: -75px; bottom: -115px; height: 420px; opacity: .38; }
.result-panel > *:not(.result-alexia) { position: relative; z-index: 2; }
.result-panel h1 { margin: 20px 0; font-size: 43px; }
.result-panel > p { max-width: 470px; color: var(--muted); font-size: 17px; }
.result-check { display: grid; place-items: center; width: 55px; height: 55px; margin-top: 28px; border-radius: 50%; background: var(--green); color: #fff; font-size: 28px; font-weight: 900; }
.result-steps { margin: 30px 0; border-top: 1px solid var(--line); }
.result-steps > div { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.result-steps b { color: var(--orange); }
.result-steps strong, .result-steps small { display: block; }
.result-steps small { color: var(--muted); }
.result-panel .button { margin: 8px 8px 8px 0; }

.reveal { opacity: 0; transform: translateY(34px) scale(.985); transition: opacity .7s ease var(--reveal-delay, 0ms), transform .7s cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.hero-alexia > img { animation: alexia-float 4.8s ease-in-out infinite; }
.floating-chip { animation: chip-float 3.2s ease-in-out infinite; }
.chip-two { animation-delay: .75s; }
.tech-ring { animation: ring-breathe 5s ease-in-out infinite; }
.story-visual img { animation: mascot-breathe 4.5s ease-in-out infinite; transform-origin: center bottom; }
.control-mascot img { animation: mascot-scale 4.5s ease-in-out infinite; transform-origin: center bottom; }
.hero-ticker span { animation: ticker-pulse 2.4s ease-in-out infinite alternate; }
.hero-ticker span:nth-of-type(2n) { animation-delay: .35s; }
.workflow-step:hover { transform: translateY(-8px); border-color: #8e8098; box-shadow: 0 16px 30px rgba(0,0,0,.22); }
.workflow-step:hover img { transform: translateX(-50%) translateY(-8px) scale(1.035); }
.feature { transition: transform .3s ease, background-color .3s ease; }
.feature:hover { position: relative; z-index: 2; transform: translateY(-5px); background: #fffaf7; }
.button { transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 7px 0 rgba(23,21,29,.17); }
.video-stage { transition: transform .4s ease, box-shadow .4s ease; }
.video-stage:hover { transform: rotate(.4deg) translateY(-5px); box-shadow: 17px 17px 0 var(--violet); }
.verified { animation: verified-pop 2.8s ease-in-out infinite; }

@keyframes alexia-float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-13px) rotate(.5deg); } }
@keyframes chip-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes ring-breathe { 0%,100% { transform: scale(1) rotate(0); } 50% { transform: scale(1.025) rotate(2deg); } }
@keyframes mascot-breathe { 0%,100% { transform: translateX(-50%) scale(1); } 50% { transform: translateX(-50%) scale(1.018); } }
@keyframes mascot-scale { 0%,100% { transform: scale(1); } 50% { transform: scale(1.018) translateY(-7px); } }
@keyframes ticker-pulse { to { color: #ff9b54; transform: translateY(-2px); } }
@keyframes verified-pop { 0%,82%,100% { transform: scale(1); } 88% { transform: scale(1.045); } }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .hero-layout { grid-template-columns: 1fr; }
  .cartoon-hero { padding-top: 100px; }
  .cartoon-hero .hero-copy { padding-bottom: 0; }
  .hero-alexia { height: 500px; }
  .hero-alexia > img { height: 500px; right: 12%; }
  .tech-ring { width: 430px; height: 430px; right: 5%; }
  .story-layout { grid-template-columns: 1fr; }
  .story-visual { width: min(520px, 100%); margin: 0 auto; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-step { min-height: 390px; }
  .workflow-step img { left: auto; right: 0; transform: none; }
  .workflow-step:hover img { transform: translateY(-8px) scale(1.035); }
  .control-layout { grid-template-columns: 1fr; }
  .control-copy { padding-bottom: 0; }
  .video-layout, .signup-main { grid-template-columns: 1fr; }
  .signup-intro { position: relative; top: 0; min-height: 520px; }
}

@media (max-width: 540px) {
  .logo-link img { width: 134px; height: 48px; }
  .tech-header .nav .button { font-size: 0; width: 78px; }
  .tech-header .nav .button::after { content: "S’inscrire"; font-size: 12px; }
  .cartoon-hero { min-height: auto; padding-top: 88px; }
  .cartoon-hero h1 { font-size: 39px; }
  .cartoon-hero .hero-copy > p { font-size: 17px; }
  .voice-demo { grid-template-columns: 40px 1fr; }
  .wave { display: none; }
  .hero-alexia { height: 450px; }
  .hero-alexia > img { height: 440px; right: 0; }
  .tech-ring { width: 340px; height: 340px; right: -55px; top: 70px; }
  .chip-one { left: 0; top: 72px; }
  .chip-two { display: none; }
  .alexia-label { right: 0; bottom: 12px; }
  .hero-ticker { justify-content: flex-start; padding: 0 16px; }
  .hero-ticker span:nth-of-type(n+4), .hero-ticker b:nth-of-type(n+4) { display: none; }
  .story-layout { gap: 56px; }
  .story-visual { height: 500px; box-shadow: 8px 8px 0 var(--ink); }
  .story-visual img { height: 500px; }
  .story-copy h2, .tech-product .section-head h2, .control-copy h2 { font-size: 34px; }
  .workflow-step { min-height: 480px; }
  .workflow-step img { right: auto; left: 50%; transform: translateX(-50%); }
  .console-nav span:not(.active) { display: none; }
  .speed-feature { grid-template-columns: 1fr 1.2fr; }
  .control-mascot { min-height: 500px; }
  .control-mascot img { height: 490px; right: -20%; }
  .cartoon-contact .contact-layout { gap: 20px; }
  .contact-intro { min-height: 430px; }
  .contact-intro img { height: 300px; right: -40px; bottom: -28px; }
  .video-layout { gap: 36px; }
  .video-copy h2 { font-size: 34px; }
  .signup-main { width: min(100% - 24px, 1160px); padding-top: 24px; gap: 24px; }
  .signup-intro { min-height: 440px; padding: 26px; }
  .signup-intro h1 { font-size: 36px; }
  .signup-intro > img { height: 300px; right: -80px; }
  .signup-form { padding: 22px 18px; }
  .signup-fields { grid-template-columns: 1fr; }
  .signup-fields label.full { grid-column: auto; }
  .plan-option { grid-template-columns: auto 1fr; }
  .plan-option > strong { grid-column: 2; text-align: left; }
  .result-page { padding: 16px; }
  .result-panel { padding: 28px 22px; box-shadow: 7px 7px 0 var(--ink); }
  .result-panel h1 { font-size: 34px; }
}
