    :root {
      --navy: #0b315a;
      --navy-soft: #315a78;
      --blue: #0878df;
      --blue-pale: #edf6ff;
      --green: #16b978;
      --green-dark: #098b5c;
      --green-pale: #eafaf3;
      --surface: #ffffff;
      --surface-alt: #f6f9f8;
      --section-tint: #f2f7fb;
      --text: #142c3e;
      --muted: #5c7080;
      --border: #dce8e4;
      --shadow-sm: 0 12px 35px rgba(16, 42, 67, .07);
      --shadow-lg: 0 28px 70px rgba(16, 42, 67, .12);
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; scroll-padding-top: 88px; }
    body { font-family: "Manrope", sans-serif; color: var(--text); background: var(--surface); line-height: 1.65; overflow-x: hidden; }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font: inherit; }
    img { max-width: 100%; }
    section { padding: 104px 0; }
    .container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
    .eyebrow { color: var(--blue); font-size: 28px; line-height: 1.2; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
    .section-head { max-width: 700px; margin-bottom: 48px; }
    .section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
    .section-head.wide { max-width: none; }
    .section-head.wide .section-title, .section-head.wide .section-sub { white-space: nowrap; }
    .plans .section-head.wide .section-title { white-space: normal; }
    .plans .section-sub { font-size: 19px; }
    .section-title { color: var(--navy); font-size: clamp(30px, 4vw, 48px); line-height: 1.13; letter-spacing: -.045em; margin-bottom: 16px; }
    .section-sub { color: var(--muted); font-size: 17px; line-height: 1.75; }
    .btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
    .btn:hover { transform: translateY(-2px); }
    .btn-primary { color: #fff; background: var(--green); box-shadow: 0 10px 24px rgba(21, 154, 114, .22); }
    .btn-primary:hover { background: var(--green-dark); }
    .btn-secondary { color: var(--navy); background: #fff; border-color: var(--border); }
    .btn-secondary:hover { border-color: #a8c9bd; box-shadow: var(--shadow-sm); }
    .btn-dark { color: #fff; background: var(--navy); }
    .btn-dark:hover { background: #071f32; }
    .btn-block { width: 100%; }

    .site-nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(220,232,228,.85); }
    .nav-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .brand { display: inline-flex; align-items: center; }
    .brand img { width: 190px; height: auto; display: block; }
    .nav-links { display: flex; align-items: center; gap: 28px; color: var(--navy-soft); font-size: 13px; font-weight: 700; }
    .nav-links a:hover { color: var(--green-dark); }
    .nav-cta { min-height: 42px; padding: 9px 18px; }

    .hero { position: relative; padding: 94px 0 42px; background: linear-gradient(180deg, #f5fbf8 0%, #fff 100%); overflow: hidden; }
    .hero::before { display: none; }
    .hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 72px; }
    .hero h1 { max-width: 680px; color: var(--navy); font-size: clamp(42px, 5.7vw, 68px); line-height: 1.04; letter-spacing: -.06em; margin-bottom: 24px; }
    .hero-keyword { max-width: 640px; color: var(--navy-soft); font-size: 19px; font-weight: 700; letter-spacing: -.01em; line-height: 1.4; margin: -8px 0 22px; }
    .hero-copy > p { max-width: 640px; color: var(--muted); font-size: 17px; line-height: 1.8; margin-bottom: 30px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .hero-note { margin-top: 20px; color: var(--muted); font-size: 12px; font-weight: 600; white-space: nowrap; }
    .dashboard-shell { position: relative; height: 470px; padding: 12px; background: #fff; border: 1px solid #dbe7ef; border-radius: 22px; box-shadow: 0 30px 75px rgba(24,68,108,.16); transform: rotate(1deg); overflow: hidden; }
    .dashboard-layout { height: 100%; display: grid; grid-template-columns: 108px 1fr; overflow: hidden; background: #f1f6fb; border-radius: 14px; }
    .dash-sidebar { padding: 18px 11px; color: #d8e7f5; background: linear-gradient(180deg, #112b4b, #17365d); }
    .dash-mini-brand { display: flex; align-items: center; gap: 6px; margin-bottom: 28px; color: #fff; font-size: 8px; font-weight: 800; }
    .dash-mini-brand span { width: 24px; height: 24px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--blue), var(--green)); border-radius: 7px; font-size: 11px; }
    .dash-menu { display: grid; gap: 7px; }
    .dash-menu-item { display: flex; align-items: center; gap: 7px; padding: 8px; border-radius: 7px; font-size: 7px; font-weight: 700; }
    .dash-menu-item::before { content: ""; width: 7px; height: 7px; border: 1px solid currentColor; border-radius: 2px; }
    .dash-menu-item.active { color: #fff; background: #1c5ba9; }
    .dash-main { padding: 17px; overflow: hidden; }
    .dash-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
    .dash-top h3 { color: var(--navy); font-size: 17px; line-height: 1; letter-spacing: -.04em; }
    .dash-user { display: flex; align-items: center; gap: 6px; padding: 5px 8px; color: var(--navy-soft); background: #fff; border: 1px solid #e0eaf1; border-radius: 8px; font-size: 6px; font-weight: 800; }
    .dash-user span { width: 17px; height: 17px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 5px; }
    .dash-welcome { margin-bottom: 11px; }
    .dash-welcome strong { color: var(--navy); font-size: 14px; letter-spacing: -.03em; }
    .dash-welcome p { color: var(--muted); font-size: 6px; }
    .dash-public-link { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 12px; padding: 9px 11px; background: #fff; border: 1px solid #dbe8f4; border-radius: 9px; }
    .dash-public-link div { min-width: 0; }
    .dash-public-link small { display: block; color: var(--muted); font-size: 5px; font-weight: 800; text-transform: uppercase; }
    .dash-public-link strong { display: block; overflow: hidden; color: var(--blue); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
    .dash-public-link span { flex-shrink: 0; padding: 5px 8px; color: #fff; background: var(--blue); border-radius: 6px; font-size: 6px; font-weight: 800; }
    .dash-panel { padding: 13px; background: #fff; border: 1px solid #dfe9f0; border-radius: 11px; }
    .dash-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
    .dash-panel-head strong { color: var(--navy); font-size: 10px; }
    .dash-panel-head span { color: var(--muted); font-size: 5px; }
    .dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
    .dash-stat { padding: 10px; background: #f7fbff; border: 1px solid #dcebf7; border-radius: 8px; }
    .dash-stat:nth-child(2) { background: #fffaf0; border-color: #f4e0af; }
    .dash-stat:nth-child(3) { background: #fff5f5; border-color: #f5d3d3; }
    .dash-stat small { display: block; color: var(--muted); font-size: 5px; font-weight: 800; text-transform: uppercase; }
    .dash-stat strong { display: block; color: var(--blue); font-size: 18px; line-height: 1.2; }
    .dash-stat:nth-child(2) strong { color: #c18723; }
    .dash-stat:nth-child(3) strong { color: #dd4754; }
    .dash-stat.dash-revenue { background: #f2fbf7; border-color: #ccebdc; }
    .dash-stat.dash-revenue strong { color: var(--green-dark); font-size: 13px; margin-top: 3px; }
    .dash-stat p { color: var(--muted); font-size: 5px; line-height: 1.4; }
    .dash-bottom { display: grid; grid-template-columns: 1.5fr .8fr; gap: 8px; margin-top: 9px; }
    .dash-next { padding: 12px; color: #fff; background: linear-gradient(135deg, #173b72, #1767e8); border-radius: 10px; }
    .dash-next small { font-size: 5px; font-weight: 800; text-transform: uppercase; opacity: .75; }
    .dash-next strong { display: block; margin: 4px 0; font-size: 10px; }
    .dash-next p { font-size: 5px; opacity: .75; }
    .dash-actions { padding: 11px; background: #fff; border: 1px solid #dfe9f0; border-radius: 10px; }
    .dash-actions strong { display: block; color: var(--navy); font-size: 7px; margin-bottom: 7px; }
    .dash-action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
    .dash-action-grid span { padding: 7px 4px; color: var(--navy-soft); background: #f7faff; border: 1px solid #e2ebf3; border-radius: 6px; font-size: 5px; font-weight: 800; text-align: center; }
    .dash-notification { position: absolute; z-index: 4; right: -2px; bottom: 30px; display: flex; align-items: center; gap: 8px; padding: 10px 13px; background: #fff; border: 1px solid var(--border); border-radius: 11px; box-shadow: var(--shadow-md); animation: dashFloat 3.2s ease-in-out infinite; }
    .dash-notification-icon { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 8px; font-size: 12px; }
    .dash-notification strong { display: block; color: var(--navy); font-size: 8px; }
    .dash-notification span { display: block; color: var(--muted); font-size: 6px; }
    .dash-live { position: absolute; z-index: 4; right: 18px; top: 20px; display: flex; align-items: center; gap: 6px; padding: 7px 10px; color: var(--navy); background: rgba(255,255,255,.94); border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow-sm); font-size: 6px; font-weight: 800; }
    .dash-live::before { content: ""; width: 6px; height: 6px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px var(--green-pale); animation: livePulse 1.8s ease-in-out infinite; }
    .hero-visual { position: relative; }
    .public-page-peek { position: absolute; z-index: 3; left: -38px; bottom: -25px; width: 145px; padding: 6px; background: #fff; border: 1px solid var(--border); border-radius: 13px; box-shadow: var(--shadow-md); transform: rotate(-5deg); }
    .public-page-peek img { width: 100%; height: 86px; display: block; object-fit: cover; object-position: top; border-radius: 8px; }
    .public-page-peek span { display: block; padding: 6px 3px 2px; color: var(--navy); font-size: 6px; font-weight: 800; }
    .app-peek { position: absolute; z-index: 3; right: 25px; top: -28px; width: 72px; padding: 6px; color: #fff; background: #102a43; border: 1px solid rgba(255,255,255,.5); border-radius: 17px; box-shadow: var(--shadow-md); transform: rotate(5deg); }
    .app-peek-screen { min-height: 105px; padding: 15px 5px 5px; background: linear-gradient(180deg, #edf5fd, #f8fbfe); border-radius: 11px; }
    .app-peek-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; color: var(--navy); font-size: 4px; font-weight: 800; }
    .app-peek-head span { width: 8px; height: 8px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 2px; font-size: 3px; }
    .app-peek-public { height: 11px; margin-bottom: 5px; background: #fff; border: 1px solid #dce8f1; border-radius: 3px; }
    .app-peek-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-bottom: 5px; }
    .app-peek-kpis strong { display: grid; place-items: center; height: 20px; color: var(--blue); background: #fff; border: 1px solid #dce8f1; border-radius: 3px; font-size: 5px; }
    .app-peek-next { height: 31px; padding: 5px; color: #fff; background: linear-gradient(145deg, #153e75, #1767e8); border-radius: 4px; font-size: 3px; font-weight: 800; }
    .app-push { position: absolute; z-index: 3; left: 5px; top: 12px; width: 62px; padding: 5px; color: var(--navy); background: rgba(255,255,255,.97); border: 1px solid #dce8f1; border-radius: 7px; box-shadow: 0 5px 14px rgba(16,42,67,.16); opacity: 0; pointer-events: none; }
    .app-push.one { animation: phonePush 6s ease-in-out infinite; }
    .app-push.two { animation: phonePush 6s 3s ease-in-out infinite; }
    .app-push strong { display: block; font-size: 3.5px; line-height: 1.3; }
    .app-push span { display: block; margin-top: 2px; color: var(--muted); font-size: 2.7px; line-height: 1.3; }
    .app-peek > span { display: block; padding: 5px 2px 1px; font-size: 5px; font-weight: 800; text-align: center; }
    @keyframes dashFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
    @keyframes livePulse { 50% { box-shadow: 0 0 0 7px rgba(22,185,120,.08); } }
    @keyframes phonePush {
      0%, 8% { transform: translateY(24px) scale(.94); opacity: 0; }
      18%, 62% { transform: translateY(0) scale(1); opacity: 1; }
      82%, 100% { transform: translateY(-38px) scale(.97); opacity: 0; }
    }
    .trust-strip { padding: 38px 0 28px; background: #fff; }
    .trust-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
    .trust-item { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--navy-soft); font-size: 12px; font-weight: 700; }
    .trust-icon { width: 25px; height: 25px; display: grid; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 7px; font-size: 12px; }

    .platform { background: var(--section-tint); }
    .platform-map { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 980px; margin: 0 auto; }
    .platform-map::before { content: ""; position: absolute; z-index: 0; left: 16%; right: 16%; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, #b9d8ed, #b9d8ed, transparent); }
    .platform-module { position: relative; z-index: 1; padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow-sm); transition: transform .2s, border-color .2s; }
    .platform-module:hover { transform: translateY(-4px); border-color: #a8cde5; }
    .module-icon { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 18px; color: var(--blue); background: var(--blue-pale); border-radius: 10px; font-size: 16px; font-weight: 800; }
    .platform-module h3 { color: var(--navy); font-size: 15px; margin-bottom: 7px; }
    .platform-module p { color: #4f6274; font-size: 14px; line-height: 1.7; font-weight: 500; }

    .digital-worker { background: #fff; }
    .worker-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 65px; align-items: center; }
    .worker-visual { position: relative; min-height: 430px; padding: 32px; overflow: hidden; color: #fff; background: linear-gradient(145deg, #102f57, #145eaa); border-radius: 24px; box-shadow: var(--shadow-lg); }
    .worker-visual::after { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; bottom: -120px; background: rgba(255,255,255,.07); border-radius: 50%; }
    .worker-label { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
    .worker-label::before { content: ""; width: 6px; height: 6px; background: #62dfad; border-radius: 50%; box-shadow: 0 0 0 4px rgba(98,223,173,.12); }
    .worker-visual h3 { max-width: 380px; margin: 35px 0 14px; font-size: 34px; line-height: 1.12; letter-spacing: -.05em; }
    .worker-visual > p { max-width: 390px; color: #bdd1e3; font-size: 13px; }
    .worker-activity { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 35px; }
    .worker-activity div { padding: 13px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }
    .worker-activity strong { display: block; font-size: 10px; }
    .worker-activity span { color: #bdd1e3; font-size: 7px; }
    .worker-proof { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 9px; }
    .worker-proof span { padding: 5px 7px; color: #c8dbea; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 6px; font-size: 6px; font-weight: 700; text-align: center; }
    .worker-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
    .worker-card { padding: 24px; background: #fff; border: 1px solid var(--border); border-radius: 14px; transition: transform .2s, box-shadow .2s; }
    .worker-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
    .worker-card span { width: 31px; height: 31px; display: grid; place-items: center; margin-bottom: 14px; color: var(--green-dark); background: var(--green-pale); border-radius: 8px; font-size: 11px; font-weight: 800; }
    .worker-card h3 { color: var(--navy); font-size: 14px; line-height: 1.4; margin-bottom: 6px; }
    .worker-card p { color: var(--muted); font-size: 10px; line-height: 1.6; }
    .worker-closing { grid-column: 1 / -1; width: 100%; padding: 24px 30px; color: var(--navy); background: var(--blue-pale); border: 1px solid #d5e8f7; border-radius: 13px; font-size: 19px; line-height: 1.45; font-weight: 800; text-align: center; white-space: nowrap; }

    .results { background: var(--section-tint); }
    .result-card { position: relative; overflow: hidden; padding: 42px; color: #fff; background: linear-gradient(135deg, #102f57, #164f91 68%, #1679d5); border-radius: 24px; box-shadow: var(--shadow-lg); }
    .result-card::before { content: ""; position: absolute; width: 360px; height: 360px; right: -140px; top: -180px; background: rgba(255,255,255,.06); border-radius: 50%; }
    .result-head { position: relative; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 35px; }
    .result-head h2 { max-width: 570px; font-size: clamp(30px, 4vw, 48px); line-height: 1.1; letter-spacing: -.05em; }
    .result-head p { max-width: none; color: #bdd1e3; font-size: 14px; white-space: nowrap; }
    .result-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
    .result-metric { padding: 24px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.11); border-radius: 14px; }
    .result-metric strong { display: block; color: #fff; font-size: 32px; line-height: 1.1; letter-spacing: -.05em; }
    .result-metric span { display: block; margin-top: 7px; color: #c8d9e7; font-size: 10px; font-weight: 700; }
    .result-disclaimer { position: relative; margin-top: 18px; color: #a9c1d4; font-size: 8px; text-align: right; }

    .models { background: #fff; }
    .model-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }
    .model-tab { padding: 10px 15px; color: var(--navy-soft); background: #fff; border: 1px solid var(--border); border-radius: 9px; font-size: 11px; font-weight: 800; cursor: pointer; transition: all .2s; }
    .model-tab:hover, .model-tab.active { color: #fff; background: var(--navy); border-color: var(--navy); }
    .model-note { display: inline-flex; align-items: center; padding: 10px 4px; color: var(--muted); font-size: 12px; font-weight: 600; }
    .model-showcase { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 470px; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow-sm); }
    .model-showcase-preview { position: relative; height: 470px; overflow: hidden; background: #eaf1f5; }
    .model-showcase-preview img { width: 100%; height: auto; min-height: 100%; display: block; object-position: top; transition: opacity .25s, transform 9s ease-in-out; }
    .model-showcase:hover .model-showcase-preview img { transform: translateY(calc(-100% + 470px)); }
    .model-showcase-copy { display: flex; flex-direction: column; justify-content: center; padding: 45px; }
    .model-showcase-copy small { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
    .model-showcase-copy h3 { color: var(--navy); font-size: 28px; line-height: 1.15; letter-spacing: -.04em; margin: 12px 0; }
    .model-showcase-copy p { color: var(--muted); font-size: 13px; line-height: 1.75; margin-bottom: 24px; }
    .model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .model-card { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 16px; transition: transform .2s, box-shadow .2s; }
    .model-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
    .model-card-link { display: block; }
    .model-preview { position: relative; height: 280px; overflow: hidden; background: #edf7f3; border-bottom: 1px solid var(--border); }
    .model-preview::after { content: "Passe para explorar"; position: absolute; right: 12px; bottom: 12px; padding: 6px 9px; color: #fff; background: rgba(16,42,67,.78); border-radius: 20px; font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; pointer-events: none; transition: opacity .25s; }
    .model-preview img { width: 100%; height: auto; min-height: 100%; display: block; object-position: top center; transition: transform 7s ease-in-out; will-change: transform; }
    .model-card:hover .model-preview img { transform: translateY(calc(-100% + 280px)); }
    .model-card:hover .model-preview::after { opacity: 0; }
    .model-preview.psico { background: #f4f0eb; }
    .model-preview.estetica { background: #f8f0f3; }
    .model-preview.advocacia { background: #eef1f4; }
    .model-site { height: 100%; padding: 12px; background: rgba(255,255,255,.94); border-radius: 9px; box-shadow: 0 12px 28px rgba(16,42,67,.1); }
    .model-site-nav { display: flex; justify-content: space-between; margin-bottom: 24px; }
    .model-mini-logo { width: 48px; height: 5px; background: var(--navy); border-radius: 4px; }
    .model-mini-nav { width: 52px; height: 4px; background: #ccd9d4; border-radius: 4px; }
    .model-site-main { display: grid; grid-template-columns: 1fr .75fr; gap: 10px; align-items: center; }
    .model-title-line { height: 7px; margin-bottom: 5px; background: var(--navy); border-radius: 3px; }
    .model-title-line.short { width: 72%; }
    .model-text-line { width: 85%; height: 3px; margin: 10px 0 4px; background: #c8d6d1; border-radius: 3px; }
    .model-text-line.short { width: 58%; margin-top: 0; }
    .model-button { width: 48px; height: 11px; margin-top: 12px; background: var(--green); border-radius: 3px; }
    .model-image { height: 85px; background: linear-gradient(145deg, #cde9de, #eef8f4); border-radius: 7px; }
    .psico .model-button { background: #9b8069; }
    .psico .model-image { background: linear-gradient(145deg, #ded0c3, #f7f2ed); }
    .estetica .model-button { background: #b7798c; }
    .estetica .model-image { background: linear-gradient(145deg, #e8cfd7, #fbf3f5); }
    .advocacia .model-button { background: var(--navy); }
    .advocacia .model-image { background: linear-gradient(145deg, #cbd5de, #f2f5f7); }
    .model-content { padding: 22px; }
    .model-content h3 { color: var(--navy); font-size: 17px; line-height: 1.3; margin-bottom: 8px; }
    .model-content p { min-height: 66px; color: var(--muted); font-size: 12px; line-height: 1.65; margin-bottom: 18px; }
    .text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 12px; font-weight: 800; }
    .text-link:hover { gap: 10px; }

    .benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .benefits { background: var(--section-tint); }
    .benefit-card { padding: 34px; background: #fff; border: 1px solid var(--border); border-radius: 15px; transition: transform .2s, box-shadow .2s; }
    .benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
    .icon-box { width: 42px; height: 42px; display: grid; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 10px; margin-bottom: 20px; }
    .icon-box svg { width: 20px; height: 20px; }
    .benefit-card h3 { color: var(--navy); font-size: 19px; line-height: 1.35; letter-spacing: -.025em; margin-bottom: 12px; }
    .benefit-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }

    .how { background: var(--navy); }
    .how .eyebrow { color: #79d7b7; }
    .how .section-title { color: #fff; }
    .how .section-sub { color: #b5c7d3; }
    .steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
    .step { position: relative; padding: 28px 24px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.11); border-radius: 15px; }
    .step:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -11px; top: 31px; color: #79d7b7; font-size: 13px; font-weight: 800; }
    .step-num { width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 8px; font-size: 12px; font-weight: 800; margin-bottom: 20px; }
    .step h3 { color: #fff; font-size: 15px; line-height: 1.45; margin-bottom: 10px; }
    .step p { color: #b5c7d3; font-size: 12px; line-height: 1.7; }

    .social-proof { background: #fff; }
    .niche-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
    .niche-card { padding: 22px 10px; color: var(--navy); background: var(--surface-alt); border: 1px solid var(--border); border-radius: 13px; text-align: center; font-size: 11px; font-weight: 800; transition: transform .2s, background .2s; }
    .niche-card:hover { transform: translateY(-4px); background: #fff; box-shadow: var(--shadow-sm); }
    .niche-card span { display: block; margin-bottom: 10px; color: var(--blue); font-size: 21px; }
    .niche-more { margin-top: 24px; color: var(--navy-soft); font-size: 13px; font-weight: 700; text-align: center; }

    .pwa { background: var(--section-tint); }
    .pwa-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
    .phone-scene { position: relative; min-height: 500px; display: grid; place-items: center; }
    .phone { position: relative; width: 250px; height: 480px; padding: 12px; background: #102a43; border-radius: 36px; box-shadow: 0 30px 70px rgba(16,42,67,.22); }
    .phone::before { content: ""; position: absolute; z-index: 2; top: 12px; left: 50%; width: 80px; height: 18px; transform: translateX(-50%); background: #102a43; border-radius: 0 0 12px 12px; }
    .phone-screen { height: 100%; overflow: hidden; padding: 35px 11px 13px; background: linear-gradient(180deg, #edf5fd, #f8fbfe); border-radius: 27px; }
    .phone-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; color: var(--navy); font-size: 10px; font-weight: 800; }
    .phone-head span:last-child { width: 24px; height: 24px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 7px; font-size: 7px; }
    .phone-welcome { margin-bottom: 9px; }
    .phone-welcome strong { display: block; color: var(--navy); font-size: 11px; letter-spacing: -.03em; }
    .phone-welcome span { display: block; color: var(--muted); font-size: 6px; }
    .phone-public { display: flex; justify-content: space-between; align-items: center; gap: 5px; padding: 8px; margin-bottom: 9px; background: #fff; border: 1px solid #dce9f3; border-radius: 9px; }
    .phone-public div { min-width: 0; }
    .phone-public small { display: block; color: var(--muted); font-size: 5px; font-weight: 800; text-transform: uppercase; }
    .phone-public strong { display: block; overflow: hidden; color: var(--blue); font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
    .phone-public span { flex-shrink: 0; padding: 4px 6px; color: #fff; background: var(--blue); border-radius: 5px; font-size: 5px; font-weight: 800; }
    .phone-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-bottom: 9px; }
    .phone-kpi { padding: 8px 5px; background: #fff; border: 1px solid #dfe9f0; border-radius: 9px; }
    .phone-kpi:nth-child(2) { background: #fffaf0; border-color: #f2dfb2; }
    .phone-kpi:nth-child(3) { background: #f2fbf7; border-color: #ccebdc; }
    .phone-kpi small { display: block; color: var(--muted); font-size: 4px; font-weight: 800; text-transform: uppercase; }
    .phone-kpi strong { display: block; color: var(--blue); font-size: 16px; }
    .phone-kpi:nth-child(2) strong { color: #c18723; }
    .phone-kpi:nth-child(3) strong { color: var(--green-dark); }
    .phone-next { padding: 14px; color: #fff; background: linear-gradient(145deg, #153e75, #1767e8); border-radius: 11px; }
    .phone-next small { font-size: 7px; opacity: .7; }
    .phone-next strong { display: block; margin: 7px 0; font-size: 12px; }
    .phone-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; margin-top: 9px; }
    .phone-nav span { height: 30px; display: grid; place-items: center; color: var(--navy-soft); background: #fff; border: 1px solid #dfe9f0; border-radius: 7px; font-size: 6px; font-weight: 800; }
    .phone-nav span:first-child { color: #fff; background: var(--blue); border-color: var(--blue); }
    .pwa-alert { position: absolute; right: 5px; top: 100px; width: 210px; padding: 13px; background: #fff; border: 1px solid var(--border); border-radius: 13px; box-shadow: var(--shadow-md); font-size: 9px; animation: dashFloat 3.2s ease-in-out infinite; }
    .pwa-alert strong { display: block; color: var(--navy); }
    .pwa-alert span { color: var(--muted); }
    .pwa-list { display: grid; gap: 14px; margin: 28px 0; }
    .pwa-item { display: flex; gap: 12px; align-items: center; color: var(--navy-soft); font-size: 13px; font-weight: 700; }
    .pwa-item span { width: 29px; height: 29px; display: grid; place-items: center; color: var(--green-dark); background: var(--green-pale); border-radius: 8px; }

    .plans { background: #fff; }
    .plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
    .plan { position: relative; display: flex; flex-direction: column; padding: 34px 30px; background: #fff; border: 1px solid var(--border); border-radius: 17px; }
    .plan.featured { border: 2px solid var(--green); box-shadow: var(--shadow-sm); }
    .plan-tag { position: absolute; top: -13px; right: 22px; padding: 5px 10px; color: #fff; background: var(--green); border-radius: 20px; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
    .plan h3 { color: var(--navy); font-size: 20px; margin-bottom: 10px; }
    .price { color: var(--navy); font-size: 34px; line-height: 1.1; font-weight: 800; letter-spacing: -.05em; margin-bottom: 13px; }
    .price span { color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: 0; }
    .plan > p { min-height: 64px; color: var(--muted); font-size: 12px; line-height: 1.7; padding-bottom: 22px; border-bottom: 1px solid var(--border); }
    .features { list-style: none; display: grid; gap: 11px; margin: 24px 0 28px; }
    .features li { display: flex; gap: 9px; color: var(--navy-soft); font-size: 12px; font-weight: 600; }
    .features li::before { content: "✓"; color: var(--green-dark); font-weight: 800; }
    .plan .btn { margin-top: auto; }

    .price-setup { font-size: 12px; color: var(--navy-soft); font-weight: 700; margin-top: -6px; margin-bottom: 12px; display: inline-flex; align-items: center; gap: 4px; justify-content: center; width: 100%; }
    .info-icon { display: inline-flex; align-items: center; justify-content: center; width: 14px; height: 14px; background: rgba(8, 120, 223, 0.1); border-radius: 50%; font-size: 9px; color: var(--blue); cursor: pointer; }

    .setup-section { max-width: 960px; margin: 60px auto 0; padding: 40px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow-sm); text-align: left; }
    .setup-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
    .setup-info h3 { color: var(--blue); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
    .setup-info h4 { color: var(--navy); font-size: 26px; font-weight: 800; margin-bottom: 16px; }
    .setup-info p { color: var(--muted); font-size: 15px; line-height: 1.6; margin-bottom: 24px; }
    .setup-list { list-style: none; display: grid; gap: 12px; }
    .setup-list li { display: flex; gap: 10px; color: var(--navy-soft); font-size: 14px; font-weight: 700; }
    .setup-list li::before { content: "✓"; color: var(--green); font-weight: 800; font-size: 16px; }

    .setup-card { padding: 30px; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow-sm); }
    .setup-card h5 { color: var(--navy); font-size: 16px; font-weight: 800; margin-bottom: 16px; text-align: center; }
    .setup-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
    .setup-table th, .setup-table td { padding: 10px 14px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--border); }
    .setup-table th { color: var(--muted); font-weight: 700; text-transform: uppercase; font-size: 11px; letter-spacing: .05em; }
    .setup-table td { color: var(--navy); font-weight: 600; }
    .setup-table td strong { color: var(--blue); font-weight: 800; }
    .setup-bonus { padding: 16px; background: var(--green-pale); border: 1px solid rgba(22, 185, 120, 0.25); border-radius: 10px; margin-bottom: 18px; position: relative; }
    .bonus-tag { display: inline-block; padding: 4px 10px; color: #fff; background: var(--green); border-radius: 20px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 8px; }
    .setup-bonus p { color: var(--green-dark); font-size: 13px; font-weight: 700; line-height: 1.5; margin: 0; }
    .setup-note { color: var(--muted); font-size: 13px; font-weight: 600; line-height: 1.5; text-align: center; margin: 0; }

    /* Seção O problema do atendimento hoje */
    .problems-section { background: #fff5f5; padding: 80px 0; border-top: 1px solid #fbd5d5; border-bottom: 1px solid #fbd5d5; }
    .problems-head { text-align: center; max-width: 700px; margin: 0 auto 40px; }
    .problems-head h2 { color: #881c1c; font-size: clamp(26px, 3.5vw, 36px); font-weight: 800; margin-bottom: 12px; letter-spacing: -.03em; }
    .problems-head p { color: #b15d5d; font-size: 16px; line-height: 1.6; }
    .problems-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 30px; }
    .problem-card { padding: 24px; background: #fff; border: 1px solid #fcd2d2; border-radius: 14px; text-align: center; box-shadow: 0 4px 15px rgba(136, 28, 28, 0.03); }
    .problem-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #fff1f1; color: #d32f2f; font-size: 20px; font-weight: 800; margin: 0 auto 16px; }
    .problem-card h3 { color: #881c1c; font-size: 15px; font-weight: 800; margin-bottom: 8px; }
    .problem-card p { color: #6d4b4b; font-size: 13px; line-height: 1.6; }
    .problem-banner { max-width: 600px; margin: 0 auto; padding: 14px 20px; background: #ffe3e3; border: 1px solid #f8baba; border-radius: 12px; text-align: center; color: #a11f1f; font-size: 15px; font-weight: 800; }

    /* Seção Casos reais de sucesso */
    .cases-section { background: var(--section-tint); padding: 90px 0; }
    .case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
    .case-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; text-align: left; }
    .case-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
    .case-badge { display: inline-block; padding: 4px 10px; color: #fff; background: var(--blue); border-radius: 20px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; align-self: flex-start; margin-bottom: 18px; }
    .case-card.estetica .case-badge { background: #b7798c; }
    .case-card.psico .case-badge { background: #9b8069; }
    .case-card.petshop .case-badge { background: #ff7a18; }
    .case-card.higienizacao .case-badge { background: #0878df; }
    .case-card.montador .case-badge { background: #16b978; }
    .case-title { color: var(--navy); font-size: 18px; font-weight: 800; margin-bottom: 4px; line-height: 1.3; }
    .case-block { padding: 14px; border-radius: 10px; margin-bottom: 12px; font-size: 13px; line-height: 1.5; }
    .case-block.desafio { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; }
    .case-block.solucao { background: #ebf8ff; border: 1px solid #bee3f8; color: #2b6cb0; }
    .case-block.resultado { background: #f0fff4; border: 1px solid #c6f6d5; color: #2f855a; font-weight: 700; margin-bottom: 0; }
    .case-block strong { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px; }

    .extras { background: var(--section-tint); }
    .extra-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .extra-card { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 28px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 15px; }
    .extra-card .icon-box { margin: 0; }
    .extra-logo { width: 128px; height: 72px; display: grid; place-items: center; padding: 8px; background: #fff; border: 1px solid var(--border); border-radius: 12px; }
    .extra-logo img { width: 100%; height: 100%; object-fit: contain; }
    .extra-card h3 { color: var(--navy); font-size: 17px; margin-bottom: 6px; }
    .extra-card p { color: var(--muted); font-size: 12px; line-height: 1.7; margin-bottom: 13px; }

    .form-section { background: #fff; border-top: 1px solid var(--border); }
    .form-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
    .form-copy { padding-top: 25px; }
    .form-points { display: grid; gap: 14px; margin-top: 28px; }
    .form-point { display: flex; gap: 11px; align-items: center; color: var(--navy-soft); font-size: 13px; font-weight: 700; }
    .form-point span { width: 25px; height: 25px; display: grid; place-items: center; color: var(--green-dark); background: #fff; border-radius: 7px; font-size: 11px; }
    .form-box { padding: 38px; background: #fff; border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow-sm); }
    .form-box h3 { color: var(--navy); font-size: 21px; margin-bottom: 7px; }
    .form-box > p { color: var(--muted); font-size: 12px; margin-bottom: 24px; }
    .form-row { margin-bottom: 15px; }
    .form-row label { display: block; color: var(--navy-soft); font-size: 11px; font-weight: 800; margin-bottom: 6px; }
    .form-row input, .form-row select, .form-row textarea { width: 100%; padding: 12px 14px; color: var(--text); background: var(--surface-alt); border: 1px solid var(--border); border-radius: 8px; outline: 0; font-size: 13px; transition: border-color .2s, background .2s; }
    .form-row input:focus, .form-row select:focus, .form-row textarea:focus { background: #fff; border-color: var(--green); }
    .form-row textarea { min-height: 96px; resize: vertical; }
    .form-submit { width: 100%; min-height: 50px; margin-top: 4px; color: #fff; background: var(--green); border: 0; border-radius: 9px; font-size: 13px; font-weight: 800; cursor: pointer; }
    .form-submit:hover { background: var(--green-dark); }
    .form-submit:disabled { opacity: .6; cursor: not-allowed; }
    .form-wa { display: flex; justify-content: center; margin-top: 11px; padding: 11px; color: var(--green-dark); border: 1px solid var(--border); border-radius: 8px; font-size: 11px; font-weight: 800; }
    .form-meta { color: var(--muted); font-size: 9px; text-align: center; margin-top: 12px; }
    .form-success { display: none; padding: 32px 0; text-align: center; }
    .form-success.show { display: block; }
    .success-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 14px; color: var(--green-dark); background: var(--green-pale); border-radius: 50%; font-weight: 800; }

    footer { padding: 72px 0 28px; background: #eef4f8; color: var(--navy-soft); border-top: 1px solid #d5e2eb; }
    .footer-main { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 55px; padding-bottom: 48px; }
    .footer-brand { max-width: 340px; }
    footer .brand img { width: 215px; filter: drop-shadow(0 2px 5px rgba(10,49,82,.12)); }
    .footer-brand p { margin-top: 18px; color: var(--navy); font-size: 14px; line-height: 1.75; font-weight: 700; }
    .footer-brand small { display: block; margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.7; }
    .footer-column h3 { color: var(--navy); font-size: 12px; margin-bottom: 17px; text-transform: uppercase; letter-spacing: .08em; }
    .footer-links { display: grid; gap: 11px; }
    .footer-links a { color: var(--navy-soft); font-size: 12px; font-weight: 600; transition: color .2s, transform .2s; }
    .footer-links a:hover { color: var(--blue); transform: translateX(2px); }
    .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 25px; color: var(--muted); border-top: 1px solid #d5e2eb; font-size: 10px; }
    .footer-bottom strong { color: var(--navy-soft); }
    .wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 150; width: 68px; height: 68px; display: grid; place-items: center; background: #25d366; border-radius: 50%; box-shadow: 0 12px 34px rgba(37,211,102,.42); transition: transform .2s; }
    .wa-float:hover { transform: scale(1.07); }
    .wa-float img { width: 35px; height: 35px; }
    .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
    .reveal.visible { opacity: 1; transform: none; }

    .worker-visual > p { color: #d6e4ef; font-size: 14px; line-height: 1.7; font-weight: 500; }
    .worker-card p, .model-showcase-copy p, .model-content p, .benefit-card p, .plan > p, .extra-card p, .form-box > p { color: #4f6274; font-size: 14px; line-height: 1.7; font-weight: 500; }
    .worker-card h3 { font-size: 15px; }
    .worker-activity strong { font-size: 12px; }
    .worker-activity span { color: #d6e4ef; font-size: 10px; line-height: 1.5; }
    .worker-proof span { color: #d6e4ef; font-size: 9px; line-height: 1.45; }
    .result-metric span { color: #d8e5ef; font-size: 13px; line-height: 1.5; }
    .result-disclaimer { color: #c3d3df; font-size: 11px; }
    .step p { color: #d1e0ea; font-size: 14px; line-height: 1.7; font-weight: 500; }
    .niche-card { font-size: 13px; }
    .features li { color: #405a70; font-size: 13px; line-height: 1.55; }
    .form-box > p { margin-bottom: 24px; }
    .trust-item, .footer-links a { font-size: 13px; }
    .footer-brand small { color: #4f6274; font-size: 13px; }
    .form-meta { color: #5b6d7d; font-size: 10px; }

    @media (max-width: 980px) {
      section { padding: 82px 0; }
      .nav-links { display: none; }
      .hero-grid, .form-grid { grid-template-columns: 1fr; }
      .hero-grid { gap: 55px; }
      .hero-copy { text-align: center; }
      .hero-copy > p { margin-left: auto; margin-right: auto; }
      .hero-actions { justify-content: center; }
      .dashboard-shell { width: min(620px, 96%); margin: 0 auto; }
      .model-grid, .steps { grid-template-columns: repeat(2, 1fr); }
      .platform-map { grid-template-columns: repeat(2, 1fr); }
      .platform-map::before { display: none; }
      .model-showcase { grid-template-columns: 1fr; }
      .model-showcase-preview { height: 390px; }
      .model-showcase:hover .model-showcase-preview img { transform: translateY(calc(-100% + 390px)); }
      .niche-grid { grid-template-columns: repeat(4, 1fr); }
      .pwa-grid { grid-template-columns: 1fr; gap: 35px; }
      .worker-grid { grid-template-columns: 1fr; gap: 28px; }
      .result-grid { grid-template-columns: repeat(2, 1fr); }
      .section-head.wide .section-title, .section-head.wide .section-sub { white-space: normal; }
      .benefit-grid { grid-template-columns: repeat(2, 1fr); }
      .plan-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
      .plan > p { min-height: 0; }
      .problems-grid { grid-template-columns: repeat(2, 1fr); }
      .case-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 680px) {
      section { padding: 68px 0; }
      .container { width: min(100% - 28px, 1160px); }
      .nav-inner { height: 70px; gap: 12px; }
      .site-nav .btn { min-height: 42px; width: auto; padding: 9px 13px; font-size: 11px; white-space: nowrap; }
      .site-nav .btn::after { content: none; }
      .brand img { width: 150px; }
      .hero { padding: 52px 0 34px; }
      .eyebrow { font-size: 18px; }
      .section-title { font-size: clamp(29px, 9vw, 38px); line-height: 1.16; }
      .section-sub { font-size: 15px; line-height: 1.7; }
      .hero h1 { font-size: clamp(34px, 10.5vw, 46px); line-height: 1.08; }
      .hero-copy > p { font-size: 15px; }
      .hero-keyword { font-size: 16px; margin-top: 0; }
      .hero-note { white-space: normal; }
      .hero-actions { display: grid; }
      .hero-actions .btn { width: 100%; }
      .dashboard-shell { width: 100%; height: 365px; padding: 8px; transform: none; }
      .dashboard-layout { grid-template-columns: 72px 1fr; }
      .dash-sidebar { padding: 13px 7px; }
      .dash-mini-brand { font-size: 0; justify-content: center; margin-bottom: 20px; }
      .dash-menu-item { padding: 7px 4px; font-size: 0; justify-content: center; }
      .dash-menu-item::before { width: 9px; height: 9px; }
      .dash-main { padding: 11px; }
      .dash-welcome strong { font-size: 11px; }
      .dash-stats { gap: 4px; }
      .dash-stat { padding: 7px 5px; }
      .dash-stat p { display: none; }
      .dash-bottom { grid-template-columns: 1fr; }
      .dash-actions { display: none; }
      .dash-notification { right: 4px; bottom: 8px; }
      .dash-live { right: 10px; top: 12px; }
      .public-page-peek, .app-peek { display: none; }
      .trust-list { grid-template-columns: repeat(2, 1fr); }
      .trust-item { justify-content: flex-start; }
      .trust-item:last-child { grid-column: 1 / -1; }
      .model-grid, .benefit-grid, .steps, .extra-grid { grid-template-columns: 1fr; }
      .platform-map, .niche-grid { grid-template-columns: 1fr 1fr; }
      .model-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
      .model-tab { flex: 0 0 auto; }
      .model-showcase-preview { height: 280px; }
      .model-showcase:hover .model-showcase-preview img { transform: none; }
      .model-showcase-copy { padding: 28px 22px; }
      .phone-scene { min-height: 480px; transform: scale(.9); }
      .step:not(:last-child)::after { content: "↓"; right: auto; left: 50%; top: auto; bottom: -18px; }
      .worker-visual { min-height: 390px; padding: 25px; }
      .worker-cards { grid-template-columns: 1fr; }
      .worker-closing { white-space: normal; }
      .result-card { padding: 28px 20px; }
      .result-head { align-items: flex-start; flex-direction: column; margin-bottom: 25px; }
      .result-head p { white-space: normal; }
      .result-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
      .result-metric { padding: 17px 13px; }
      .result-metric strong { font-size: 25px; }
      .model-preview { height: 250px; }
      .model-card:hover .model-preview img { transform: translateY(calc(-100% + 250px)); }
      .section-head { margin-bottom: 34px; }
      .model-content p { min-height: 0; }
      .extra-card { grid-template-columns: 1fr; }
      .form-grid { gap: 38px; }
      .form-box { padding: 26px 20px; }
      footer { padding-top: 55px; }
      .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 24px; }
      .footer-brand { grid-column: 1 / -1; max-width: none; text-align: center; }
      .footer-brand .brand { justify-content: center; }
      .footer-bottom { flex-direction: column; text-align: center; }
      .wa-float { right: 16px; bottom: 16px; width: 60px; height: 60px; }
      .wa-float img { width: 31px; height: 31px; }
      .setup-grid { grid-template-columns: 1fr; gap: 32px; }
      .setup-section { padding: 24px; }
      .case-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
    }

    @media (max-width: 480px) {
      section { padding: 58px 0; }
      .container { width: min(100% - 24px, 1160px); }
      .brand img { width: 132px; }
      .site-nav .btn { padding: 8px 10px; font-size: 10px; }
      .hero-grid { gap: 38px; }
      .dashboard-shell { height: 330px; }
      .platform-map, .niche-grid, .result-grid, .problems-grid { grid-template-columns: 1fr; }
      .platform-module, .benefit-card, .plan, .extra-card { padding: 24px 20px; }
      .worker-visual { min-height: 0; padding: 24px 20px; }
      .worker-visual h3 { margin-top: 26px; font-size: 29px; }
      .worker-activity { grid-template-columns: 1fr; }
      .phone-scene { min-height: 430px; transform: scale(.82); }
      .plans .section-title br { display: none; }
      .plans .section-sub { font-size: 16px; }
      .footer-main { grid-template-columns: 1fr; text-align: center; }
    }


    .faq-section { background: #fff; }
    .faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
    .faq-item { padding: 6px 26px; background: var(--surface-alt); border: 1px solid var(--border); border-radius: 14px; }
    .faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; color: var(--navy); font-size: 15px; font-weight: 800; cursor: pointer; }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary::after { content: "+"; flex-shrink: 0; width: 26px; height: 26px; display: grid; place-items: center; color: var(--blue); background: var(--blue-pale); border-radius: 50%; font-size: 16px; font-weight: 800; transition: transform .2s; }
    .faq-item[open] summary::after { content: "–"; }
    .faq-item p { color: var(--muted); font-size: 14px; line-height: 1.7; padding-bottom: 20px; }

    body.modal-open { overflow: hidden; }
    .video-modal[hidden] { display: none; }
    .video-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; }
    .video-modal-backdrop { position: absolute; inset: 0; background: rgba(5, 24, 42, .78); backdrop-filter: blur(7px); }
    .video-modal-dialog { position: relative; width: min(920px, 100%); overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; box-shadow: 0 35px 100px rgba(0, 0, 0, .35); }
    .video-modal-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 24px; }
    .video-modal-head span { display: block; margin-bottom: 3px; color: var(--green-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .video-modal-head h2 { color: var(--navy); font-size: clamp(20px, 3vw, 28px); line-height: 1.2; }
    .video-modal-close { flex: 0 0 auto; width: 42px; height: 42px; color: var(--navy); background: var(--surface-alt); border: 1px solid var(--border); border-radius: 50%; font-size: 28px; line-height: 1; cursor: pointer; }
    .video-modal-close:hover { color: #fff; background: var(--navy); }
    .video-modal-close:focus-visible, .video-demo-trigger:focus-visible { outline: 3px solid rgba(8, 120, 223, .32); outline-offset: 3px; }
    .video-modal-player { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
    .video-modal-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

    @media (max-width: 680px) {
      .faq-item { padding: 4px 18px; }
      .faq-item summary { font-size: 14px; padding: 15px 0; }
      .video-modal { padding: 12px; }
      .video-modal-dialog { border-radius: 15px; }
      .video-modal-head { padding: 15px 16px; }
      .video-modal-head span { font-size: 9px; }
      .video-modal-close { width: 38px; height: 38px; }
    }

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