:root {
  --navy: #003366;
  --navy-deep: #061a2f;
  --blue: #0066cc;
  --blue-dark: #0052a3;
  --cyan: #00bfc4;
  --ink: #102033;
  --muted: #5d6b7c;
  --line: #dce5ee;
  --soft: #f4f8fc;
  --white: #ffffff;
  --success: #087f5b;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(4, 30, 60, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #ffbf47; outline-offset: 3px; }
[id] { scroll-margin-top: 92px; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 12px; z-index: 1000; padding: 10px 14px; border-radius: 8px; background: #fff; color: var(--navy); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; background: rgba(255,255,255,.9); backdrop-filter: blur(16px); transition: box-shadow .2s, border-color .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(6,26,47,.08); }
.nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 900; letter-spacing: -.02em; white-space: nowrap; }
.brand img { object-fit: contain; }
.brand .brand-logo-full { width: 190px; height: auto; }
.brand .brand-logo-mark { width: 36px; height: 36px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #34455a; font-size: .9rem; font-weight: 750; }
.main-nav a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; border-radius: 10px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; border-radius: 4px; background: var(--navy); transition: transform .2s, opacity .2s; }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 999px; padding: 10px 18px; cursor: pointer; font-size: .9rem; font-weight: 850; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px rgba(0,102,204,.24); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 14px 30px rgba(0,82,163,.3); }
.button-secondary { color: var(--navy); border-color: #b9c9d9; background: #fff; }
.button-secondary:hover { border-color: var(--blue); color: var(--blue); }
.button-large { min-height: 52px; padding: 13px 24px; font-size: .96rem; }

.hero { min-height: 720px; display: grid; align-items: center; padding: 132px 0 76px; overflow: hidden; background: radial-gradient(circle at 85% 10%, rgba(0,206,209,.12), transparent 30%), linear-gradient(135deg, #f7fbff 0%, #fff 55%); }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 58px; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { width: fit-content; display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; border: 1px solid #c7dcf0; border-radius: 999px; background: #fff; letter-spacing: .04em; text-transform: none; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(0,191,196,.12); }
.hero h1 { max-width: 620px; margin: 0; color: var(--navy-deep); font-size: clamp(2.55rem, 5vw, 4.6rem); line-height: 1.03; letter-spacing: -.055em; }
.hero-lead { max-width: 620px; margin: 24px 0 30px; color: var(--muted); font-size: 1.09rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 28px 0 0; padding: 0; list-style: none; color: #425469; font-size: .82rem; font-weight: 750; }
.hero-points span { color: var(--success); margin-right: 5px; }
.hero-media { position: relative; min-width: 0; }
.hero-media::before { content: ""; position: absolute; inset: -24px 30px 24px -20px; z-index: 0; border-radius: 32px; background: linear-gradient(145deg, var(--navy), var(--blue), var(--cyan)); transform: rotate(2deg); opacity: .12; }
.hero-media > img { position: relative; z-index: 1; width: 100%; aspect-ratio: 2 / 1.14; object-fit: cover; object-position: 62% center; border: 7px solid #fff; border-radius: 28px; box-shadow: var(--shadow); }
.hero-dashboard, .hero-badge { position: absolute; z-index: 2; display: flex; align-items: center; border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); box-shadow: 0 16px 34px rgba(6,26,47,.18); }
.hero-dashboard { left: -30px; bottom: 28px; gap: 10px; min-width: 290px; padding: 13px 15px; border-radius: 15px; }
.hero-dashboard div { display: flex; flex: 1; flex-direction: column; line-height: 1.35; }
.hero-dashboard strong { font-size: .78rem; }
.hero-dashboard small { color: var(--muted); font-size: .67rem; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #16a36a; box-shadow: 0 0 0 5px rgba(22,163,106,.12); }
.live-label { padding: 4px 7px; border-radius: 6px; color: #087f5b; background: #e8fff6; font-size: .59rem; font-weight: 950; letter-spacing: .08em; }
.hero-badge { top: 25px; right: -18px; flex-direction: column; align-items: flex-start; padding: 12px 15px; border-radius: 14px; line-height: 1.3; }
.hero-badge strong { color: var(--blue); font-size: .8rem; }
.hero-badge span { color: var(--muted); font-size: .67rem; }

.signal-strip { color: #fff; background: var(--navy-deep); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid > div { padding: 25px 22px; border-left: 1px solid rgba(255,255,255,.1); }
.signal-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.signal-grid strong, .signal-grid span { display: block; }
.signal-grid strong { font-size: .88rem; }
.signal-grid span { margin-top: 2px; color: #9fb2c7; font-size: .73rem; }

.section { padding: 104px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.section-heading h2, .operations-copy h2, .whatsapp-copy h2, .founder-card h2, .demo-copy h2 { margin: 0; color: var(--navy-deep); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > p:last-child, .operations-copy > p, .demo-copy > p { color: var(--muted); }
.section-heading > p:last-child { max-width: 630px; margin: 18px auto 0; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 330px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 38px rgba(12,45,78,.06); transition: transform .2s, box-shadow .2s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(12,45,78,.11); }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 13px; color: var(--blue); background: #eaf4ff; font-size: .72rem; font-weight: 950; }
.feature-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.15rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.feature-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; }
.feature-card li { padding: 5px 9px; border-radius: 7px; color: #3b5670; background: var(--soft); font-size: .67rem; font-weight: 800; }
.feature-card-primary { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--blue), var(--navy)); }
.feature-card-primary .feature-icon { color: #fff; background: rgba(255,255,255,.14); }
.feature-card-primary h3, .feature-card-primary p { color: #fff; }
.feature-card-primary p { opacity: .82; }
.feature-card-primary li { color: #dceeff; background: rgba(255,255,255,.1); }
.feature-card-dark { color: #fff; border-color: transparent; background: var(--navy-deep); }
.feature-card-dark .feature-icon { color: var(--cyan); background: rgba(0,191,196,.12); }
.feature-card-dark h3 { color: #fff; }
.feature-card-dark p { color: #b7c8d9; }
.feature-card-dark li { color: #dce9f5; background: rgba(255,255,255,.08); }

.operations-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.operations-media { position: relative; }
.operations-media img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.image-caption { position: absolute; right: -20px; bottom: 24px; padding: 11px 14px; border-radius: 12px; color: var(--navy); background: #fff; box-shadow: 0 14px 32px rgba(6,26,47,.18); font-size: .72rem; font-weight: 850; }
.image-caption span { color: #18a874; margin-right: 6px; }
.operations-copy > p { margin: 20px 0 28px; }
.operation-list { display: flex; flex-direction: column; gap: 11px; }
.operation-list article { display: flex; gap: 14px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.operation-list article > span { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: #eaf4ff; font-size: .68rem; font-weight: 950; }
.operation-list h3, .operation-list p { margin: 0; }
.operation-list h3 { font-size: .9rem; }
.operation-list p { color: var(--muted); font-size: .78rem; }

.whatsapp-section { color: #fff; background: linear-gradient(135deg, #052e2a 0%, #075e54 60%, #0b765e 100%); overflow: hidden; }
.whatsapp-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; }
.section-kicker-light { color: #7de1c1; }
.whatsapp-copy h2 { color: #fff; }
.whatsapp-copy > p:not(.section-kicker):not(.integration-note) { max-width: 620px; color: #c8e4dc; }
.check-list, .demo-benefits { margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li, .demo-benefits li { display: flex; align-items: center; gap: 9px; margin: 9px 0; font-size: .86rem; font-weight: 750; }
.check-list span { color: #6ee7b7; }
.integration-note { margin-top: 22px; color: #9ecbc0; font-size: .72rem; }
.chat-card { max-width: 390px; margin: 0 auto; overflow: hidden; border: 9px solid #fff; border-radius: 28px; background: #e9e3d8; box-shadow: 0 28px 65px rgba(0,0,0,.28); }
.chat-header { display: flex; align-items: center; gap: 10px; padding: 13px 15px; background: #075e54; }
.chat-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #075e54; background: #fff; font-size: .72rem; font-weight: 950; }
.chat-header div { display: flex; flex-direction: column; }
.chat-header strong { font-size: .82rem; }
.chat-header small { color: #bfe4d9; font-size: .65rem; }
.chat-body { min-height: 410px; padding: 18px 14px; background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.35), transparent 30%), #e9e3d8; }
.chat-bubble { width: fit-content; max-width: 82%; margin: 0 0 10px; padding: 9px 11px; border-radius: 10px; color: #1f2937; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.1); font-size: .75rem; }
.chat-in { margin-left: auto; background: #d9fdd3; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.steps-grid li { padding: 26px 22px; border-top: 3px solid var(--blue); background: var(--soft); }
.steps-grid span { color: var(--cyan); font-size: .7rem; font-weight: 950; letter-spacing: .09em; }
.steps-grid h3 { margin: 15px 0 8px; color: var(--navy); font-size: .96rem; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .8rem; }

.founder-section { padding-top: 0; }
.founder-card { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 64px; padding: 52px 56px; border-radius: 28px; color: #fff; background: linear-gradient(120deg, var(--navy-deep), var(--navy)); }
.founder-card h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.founder-card > p { margin: 0; color: #bcd0e3; }

.demo-section { background: var(--soft); }
.demo-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 74px; }
.demo-copy { position: sticky; top: 110px; }
.demo-copy > p { margin: 20px 0; }
.demo-benefits span { color: var(--success); }
.demo-form { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 20px 55px rgba(12,45,78,.09); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 15px; }
.field label { color: #31445a; font-size: .76rem; font-weight: 850; }
.field label span { color: #c92a2a; }
.field input, .field textarea { width: 100%; border: 1px solid #cfdbe7; border-radius: 10px; padding: 11px 12px; color: var(--ink); background: #fff; font-size: .88rem; transition: border-color .15s, box-shadow .15s; }
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,102,204,.13); }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-row { display: flex; align-items: flex-start; gap: 9px; margin: 2px 0 18px; color: var(--muted); font-size: .72rem; }
.consent-row input { margin-top: 4px; accent-color: var(--blue); }
.consent-row a { color: var(--blue); text-decoration: underline; }
.form-submit { width: 100%; }
.form-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { display: none; margin-top: 14px; padding: 11px 13px; border-radius: 9px; font-size: .78rem; font-weight: 750; }
.form-status.show { display: block; }
.form-status.success { border: 1px solid #a9e8ce; color: #087f5b; background: #eafbf4; }
.form-status.error { border: 1px solid #fac5c5; color: #b42318; background: #fff1f1; }
.demo-success-screen { position: relative; min-height: 480px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 34px 18px; text-align: center; }
.demo-success-screen[hidden] { display: none; }
.demo-success-screen h3 { max-width: 520px; margin: 7px 0 13px; color: var(--navy-deep); font-size: clamp(1.85rem, 4vw, 2.6rem); line-height: 1.08; letter-spacing: -.035em; }
.demo-success-screen > p:not(.section-kicker) { max-width: 520px; margin: 0; color: var(--muted); font-size: .91rem; }
.success-check { position: relative; z-index: 2; width: 88px; height: 88px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--blue), var(--cyan)); box-shadow: 0 18px 40px rgba(0,102,204,.22); animation: success-arrive .65s cubic-bezier(.2,.9,.25,1.25) both; }
.success-check svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.success-check path { stroke-dasharray: 46; stroke-dashoffset: 46; animation: success-draw .55s .42s ease forwards; }
.success-orbit { position: absolute; top: 96px; left: 50%; width: 178px; height: 178px; transform: translateX(-50%); pointer-events: none; }
.success-orbit span { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); opacity: 0; animation: success-spark 1.1s .3s ease-out forwards; }
.success-orbit span:nth-child(1) { top: 8px; left: 28px; }
.success-orbit span:nth-child(2) { top: 28px; right: 9px; width: 7px; height: 7px; animation-delay: .45s; }
.success-orbit span:nth-child(3) { bottom: 24px; left: 8px; width: 6px; height: 6px; animation-delay: .58s; }
.success-next { width: min(470px, 100%); margin: 24px 0 22px; padding: 13px 16px; border: 1px solid #cfe3f4; border-radius: 12px; background: #f4f9fd; }
.success-next span, .success-next strong { display: block; }
.success-next span { margin-bottom: 3px; color: var(--blue); font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.success-next strong { color: #31445a; font-size: .76rem; }
@keyframes success-arrive { from { opacity: 0; transform: scale(.55) rotate(-12deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes success-draw { to { stroke-dashoffset: 0; } }
@keyframes success-spark { 0% { opacity: 0; transform: scale(.3); } 45% { opacity: 1; } 100% { opacity: 0; transform: scale(1.8) translateY(-14px); } }
@media (prefers-reduced-motion: reduce) {
  .success-check, .success-check path, .success-orbit span { animation: none; }
  .success-check path { stroke-dashoffset: 0; }
}

.site-footer { padding: 66px 0 26px; color: #a9bbce; background: #061321; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(2, 1fr); gap: 50px; }
.brand-footer { color: #fff; }
.footer-about p { max-width: 330px; font-size: .82rem; }
.site-footer h2 { margin: 4px 0 14px; color: #fff; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer div > a:not(.brand) { display: block; width: fit-content; margin: 8px 0; font-size: .8rem; }
.site-footer div > a:not(.brand):hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8298ad; font-size: .72rem; }

.legal-page { min-height: 100vh; background: var(--soft); }
.legal-header { padding-top: 116px; padding-bottom: 42px; color: #fff; background: var(--navy); }
.legal-header h1 { margin: 5px 0; font-size: clamp(2.1rem, 5vw, 3.5rem); letter-spacing: -.04em; }
.legal-header p { color: #c2d6e9; }
.legal-content { max-width: 820px; margin: 42px auto 80px; padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.legal-content h2 { margin: 30px 0 8px; color: var(--navy); font-size: 1.15rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: var(--muted); font-size: .9rem; }
.legal-content a { color: var(--blue); text-decoration: underline; }

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .hero-dashboard { left: 15px; }
  .hero-badge { right: 12px; }
  .operations-grid, .whatsapp-grid { gap: 46px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 760px); }
  .nav-shell { min-height: 68px; gap: 10px; }
  .brand { font-size: .92rem; }
  .brand .brand-logo-full { width: 166px; height: auto; }
  .brand .brand-logo-mark { width: 32px; height: 32px; }
  .nav-demo { min-height: 40px; padding: 8px 13px; font-size: .78rem; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 68px; left: 18px; right: 18px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 20px 45px rgba(6,26,47,.18); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .18s, visibility .18s, transform .18s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 12px; border-radius: 8px; }
  .main-nav a:hover { background: var(--soft); }
  .hero { min-height: auto; padding: 112px 0 70px; }
  .hero-grid, .operations-grid, .whatsapp-grid, .demo-grid, .founder-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .hero-copy { max-width: 690px; }
  .hero-media { width: min(100%, 720px); margin-inline: auto; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .operations-grid, .whatsapp-grid { gap: 48px; }
  .operations-media { order: 2; }
  .operations-copy { order: 1; }
  .chat-card { width: min(100%, 390px); }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .founder-card { gap: 20px; padding: 42px; }
  .demo-copy { position: static; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 560px); }
  .brand span { max-width: 98px; white-space: normal; font-size: .78rem; line-height: 1.05; }
  .nav-actions { gap: 5px; }
  .nav-demo { padding-inline: 11px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-media > img { aspect-ratio: 1 / .86; object-position: 68% center; border-width: 5px; }
  .hero-dashboard { left: 10px; right: 10px; bottom: 12px; min-width: 0; }
  .hero-badge { display: none; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .signal-grid > div:nth-child(3), .signal-grid > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
  .section { padding: 76px 0; }
  .feature-grid, .steps-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .operations-media img { aspect-ratio: 1 / 1.05; object-position: 43% center; }
  .image-caption { right: 12px; bottom: 12px; }
  .founder-card { padding: 32px 24px; }
  .demo-form { padding: 24px 18px; }
  .footer-grid { gap: 24px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .legal-content { margin-top: 24px; padding: 25px 20px; }
}

@media (max-width: 380px) {
  .nav-demo { display: none; }
  .brand span { max-width: none; white-space: nowrap; font-size: .82rem; }
  .hero-dashboard small { display: none; }
}

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