/*
Theme Name: BlagSuite Corporate
Theme URI: https://blagsuite.com/
Author: BlagSuite
Description: Landing corporativa de alto impacto para BlagSuite.
Version: 1.0.0
Text Domain: blagsuite-corporate
*/

:root {
    --ink: #09111f;
    --ink-soft: #17243a;
    --muted: #64748b;
    --line: #e3e9f0;
    --surface: #ffffff;
    --surface-soft: #f5f8fb;
    --blue: #36b8f4;
    --blue-strong: #168ed1;
    --cyan: #68e1e9;
    --violet: #7c70f8;
    --pink: #ec6eac;
    --green: #34c795;
    --orange: #f4a950;
    --radius: 24px;
    --shadow: 0 30px 80px rgba(15, 32, 57, .14);
    --font: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--surface);
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid rgba(54, 184, 244, .65); outline-offset: 3px; }
img { max-width: 100%; height: auto; }
p { margin: 0; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.04em; }
ul { margin: 0; padding: 0; list-style: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.section-dark { color: #fff; background: var(--ink); }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; top: -60px; left: 20px; z-index: 1000; padding: 12px 18px;
    color: #07111f; background: #fff; border-radius: 10px; box-shadow: var(--shadow);
    transition: top .2s ease;
}
.skip-link:focus { top: 20px; }

/* Header */
.site-header {
    position: fixed; inset: 0 0 auto; z-index: 100;
    height: 78px; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: background .25s ease, box-shadow .25s ease, height .25s ease;
}
.site-header.is-scrolled {
    height: 68px; background: rgba(7, 16, 29, .93); box-shadow: 0 14px 40px rgba(0, 0, 0, .18);
    -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
}
body:not(.home) .site-header { background: rgba(7, 16, 29, .96); }
.admin-bar .site-header { top: 32px; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand-mark {
    position: relative; display: grid; width: 34px; height: 34px; place-items: center;
    color: #08111f; background: #fff; border-radius: 10px; font-size: 20px; font-weight: 900;
    line-height: 1; letter-spacing: -.08em;
}
.brand-mark > span, .brand-mark > i { position: absolute; top: -2px; right: -2px; width: 9px; height: 9px; background: var(--blue); border: 2px solid var(--ink); border-radius: 50%; }
.brand-mark.small { width: 28px; height: 28px; font-size: 16px; background: var(--ink); color: #fff; }
.brand-mark.small > i { border-color: #fff; }
.brand-name { color: #fff; font-size: 20px; font-weight: 780; letter-spacing: -.055em; }
.brand-name span { color: var(--blue); }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { width: auto; max-width: 210px; max-height: 48px; }
.primary-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.primary-nav a { position: relative; color: rgba(255, 255, 255, .75); font-size: 13px; font-weight: 650; transition: color .2s ease; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--blue); transform: scaleX(0); transition: transform .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: #fff; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px 0; background: #fff; border-radius: 99px; transition: transform .2s ease, opacity .2s ease; }

/* Shared */
.button {
    display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px;
    padding: 0 22px; border: 1px solid transparent; border-radius: 14px;
    font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #06101e; background: linear-gradient(135deg, var(--cyan), var(--blue)); box-shadow: 0 12px 35px rgba(54, 184, 244, .24); }
.button-primary:hover { box-shadow: 0 16px 42px rgba(54, 184, 244, .36); }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .045); }
.button-ghost:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .45); }
.button-dark { color: #07111f; background: #fff; }
.button-small { min-height: 42px; padding: 0 17px; font-size: 12px; border-radius: 11px; }
.button-white { color: var(--ink); background: #fff; box-shadow: 0 16px 40px rgba(0, 0, 0, .14); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-strong); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--cyan); }
.section-heading { max-width: 820px; margin-bottom: 64px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .security-head h2, .faq-intro h2, .experience-copy h2, .ai-copy h2, .final-cta h2 { margin-top: 16px; font-size: clamp(40px, 5vw, 67px); font-weight: 680; }
.section-heading h2 em, .security-head h2 em, .faq-intro h2 em, .experience-copy h2 em, .ai-copy h2 em, .final-cta h2 em { color: var(--blue-strong); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.section-heading > p, .split-heading > p { max-width: 690px; margin: 24px auto 0; color: var(--muted); font-size: 18px; }
.heading-light h2 { color: #fff; }
.heading-light h2 em { color: var(--cyan); }
.heading-light > p { color: #9aaac0; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.split-heading h2 { font-size: clamp(40px, 4.5vw, 62px); }
.split-heading > p { margin: 0; }

/* Hero */
.hero { position: relative; min-height: 930px; padding: 164px 0 0; overflow: hidden; background: radial-gradient(circle at 73% 30%, #102d4b 0, #091523 31%, var(--ink) 68%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000 25%, transparent 88%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 420px; height: 420px; top: 80px; right: -180px; background: rgba(54, 184, 244, .08); border: 1px solid rgba(104, 225, 233, .16); }
.hero-orb-two { width: 260px; height: 260px; bottom: 60px; left: -160px; background: rgba(124, 112, 248, .08); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 46px; }
.hero-copy { padding-bottom: 40px; }
.hero h1 { margin-top: 22px; font-size: clamp(54px, 6.1vw, 88px); font-weight: 720; line-height: .98; }
.hero h1 em { display: inline-block; color: var(--cyan); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-lead { max-width: 590px; margin-top: 28px; color: #a9b8ca; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; color: #7f91a8; font-size: 11px; font-weight: 700; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust i { display: grid; width: 17px; height: 17px; place-items: center; color: #07111f; background: var(--green); border-radius: 50%; font-size: 10px; font-style: normal; }
.product-stage { position: relative; perspective: 1200px; }
.stage-glow { position: absolute; inset: 4% 5%; background: rgba(54, 184, 244, .18); filter: blur(70px); border-radius: 50%; }
.dashboard-window { position: relative; z-index: 2; width: 780px; overflow: hidden; color: var(--ink); background: #edf2f7; border: 1px solid rgba(255, 255, 255, .24); border-radius: 20px; box-shadow: 0 44px 120px rgba(0, 0, 0, .48); transform: rotateY(-5deg) rotateX(1deg); transform-origin: left center; }
.window-bar { height: 42px; display: flex; align-items: center; padding: 0 14px; gap: 18px; background: #fff; border-bottom: 1px solid #dde5ed; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; background: #d1dae5; border-radius: 50%; }
.window-address { flex: 1; max-width: 280px; margin: auto; padding: 5px 12px; color: #8593a4; background: #f3f6f9; border-radius: 6px; font-size: 8px; text-align: center; }
.window-user { display: grid; width: 22px; height: 22px; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-size: 7px; font-weight: 800; }
.dashboard-layout { height: 480px; display: grid; grid-template-columns: 126px 1fr; }
.dash-sidebar { position: relative; padding: 18px 12px; color: #b7c5d5; background: #0a1524; }
.dash-logo { display: flex; align-items: center; gap: 7px; color: #fff; font-size: 10px; font-weight: 800; }
.dash-logo b { display: grid; width: 23px; height: 23px; place-items: center; color: #0a1524; background: #fff; border-radius: 6px; font-size: 13px; }
.dash-nav { display: grid; gap: 6px; margin-top: 26px; }
.dash-nav span { display: flex; align-items: center; gap: 8px; padding: 8px 9px; border-radius: 7px; font-size: 8px; }
.dash-nav i { width: 14px; color: #71859c; font-size: 10px; font-style: normal; text-align: center; }
.dash-nav .active { color: #fff; background: #172941; }
.dash-nav .active i { color: var(--cyan); }
.dash-help { position: absolute; bottom: 15px; display: flex; align-items: center; gap: 7px; font-size: 7px; }
.dash-help::first-letter { display: inline-grid; }
.dash-help > span { color: #6d8299; }
.dash-main { padding: 22px; overflow: hidden; }
.dash-heading { display: flex; align-items: flex-end; justify-content: space-between; }
.dash-heading > div { display: grid; }
.dash-heading span { color: #8a98a9; font-size: 8px; }
.dash-heading b { margin-top: 2px; font-size: 17px; letter-spacing: -.04em; }
.dash-heading button { padding: 7px 10px; color: #fff; background: var(--ink); border: 0; border-radius: 7px; font-size: 7px; font-weight: 700; }
.dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 17px; }
.dash-kpis article { position: relative; display: grid; padding: 13px; background: #fff; border: 1px solid #e0e7ef; border-radius: 10px; }
.dash-kpis span { color: #7b899a; font-size: 7px; }
.dash-kpis b { margin: 3px 0; font-size: 17px; }
.dash-kpis small { color: #8b98a6; font-size: 6px; }
.dash-kpis .up { color: #2aa77b; }
.dash-content { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; margin-top: 10px; }
.dash-content > article { min-width: 0; padding: 14px; background: #fff; border: 1px solid #e0e7ef; border-radius: 11px; }
.mini-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.mini-title b { font-size: 9px; }
.mini-title span { color: var(--blue-strong); font-size: 6px; }
.agenda-row { display: grid; grid-template-columns: 28px 22px minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: 9px 0; border-top: 1px solid #edf1f5; }
.agenda-row time { color: #68798d; font-size: 7px; font-weight: 700; }
.agenda-row .avatar { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 7px; font-size: 6px; font-style: normal; font-weight: 800; }
.avatar-one { color: #2975c8; background: #ddebfa; }
.avatar-two { color: #9f4d86; background: #f9e4f1; }
.avatar-three { color: #26765e; background: #dbf5eb; }
.agenda-row div { min-width: 0; display: grid; }
.agenda-row div b { overflow: hidden; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.agenda-row div span { overflow: hidden; color: #8a98a8; font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.status { padding: 3px 5px; color: #28725b; background: #e0f7ef; border-radius: 99px; font-size: 5px; font-style: normal; }
.status-live { color: #9b6423; background: #fff0dc; }
.chart-value { display: flex; align-items: baseline; gap: 7px; }
.chart-value b { font-size: 14px; }
.chart-value span { color: #269970; font-size: 6px; }
.chart-bars { height: 76px; display: flex; align-items: end; gap: 5px; margin: 13px 0; border-bottom: 1px solid #edf1f5; }
.chart-bars i { width: 100%; height: var(--h); background: linear-gradient(to top, #148fce, var(--cyan)); border-radius: 4px 4px 0 0; opacity: .76; }
.ai-note { display: flex; align-items: center; gap: 8px; padding: 8px; background: #f0edff; border-radius: 8px; }
.ai-note > i { display: grid; width: 22px; height: 22px; place-items: center; color: #fff; background: var(--violet); border-radius: 7px; font-size: 8px; font-style: normal; }
.ai-note div { display: grid; }
.ai-note b { font-size: 6px; }
.ai-note span { color: #786e9a; font-size: 5px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 13px 16px; color: var(--ink); background: rgba(255, 255, 255, .96); border: 1px solid rgba(255, 255, 255, .7); border-radius: 13px; box-shadow: 0 18px 42px rgba(0, 0, 0, .25); font-size: 8px; }
.floating-card > i { display: grid; width: 26px; height: 26px; place-items: center; color: #fff; background: var(--green); border-radius: 8px; font-size: 10px; font-style: normal; }
.floating-card span { display: grid; color: #75869a; }
.floating-card b { color: var(--ink); font-size: 9px; }
.floating-card-one { right: -13px; bottom: 70px; }
.floating-card-two { top: 98px; left: -28px; }
.floating-card-two > i { background: var(--violet); }
.sector-strip { position: relative; z-index: 3; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px; margin-top: 84px; padding: 28px 0; color: #8b9db1; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.sector-strip > span { color: #52667e; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.sector-strip strong { color: #abb9c8; font-weight: 600; }
.sector-strip i { width: 3px; height: 3px; background: #3c5269; border-radius: 50%; }
.proof-band { border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 30px 20px; border-right: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid b { color: var(--blue-strong); font-size: 28px; letter-spacing: -.05em; }
.proof-grid span { max-width: 110px; color: var(--muted); font-size: 11px; line-height: 1.3; }

/* Platform */
.platform-section { background: #f7f9fc; }
.bento-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.bento-card { position: relative; overflow: hidden; padding: 34px; background: #fff; border: 1px solid #e1e8f0; border-radius: 28px; box-shadow: 0 16px 45px rgba(26, 46, 77, .06); }
.bento-card h3 { margin-top: 8px; font-size: 28px; }
.bento-card > p, .card-copy > p:last-child, .bento-insight > div > p:last-child { max-width: 520px; margin-top: 13px; color: var(--muted); font-size: 14px; }
.feature-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; font-size: 18px; }
.icon-blue { color: #176fa3; background: #def3ff; }
.icon-pink { color: #a63f76; background: #fee5f2; }
.icon-green { color: #16785b; background: #daf8ed; }
.icon-violet { color: #5e52cf; background: #e9e6ff; }
.card-kicker { margin-top: 23px !important; color: var(--blue-strong) !important; font-size: 10px !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bento-agenda { min-height: 530px; }
.agenda-demo { position: absolute; right: 25px; bottom: -24px; left: 25px; overflow: hidden; background: #fbfcfe; border: 1px solid #e0e8f0; border-radius: 18px 18px 0 0; box-shadow: 0 20px 44px rgba(29, 49, 78, .1); }
.agenda-demo-head { display: grid; grid-template-columns: 46px repeat(3, 1fr); padding: 13px; color: #728398; background: #eef3f8; font-size: 8px; text-align: center; }
.agenda-demo-head b { color: var(--ink); font-size: 9px; }
.agenda-demo-grid { display: grid; grid-template-columns: 46px repeat(3, 1fr); grid-auto-rows: 58px; padding: 8px 13px 20px; }
.agenda-demo-grid > span { padding-top: 6px; color: #9aa6b4; border-right: 1px solid #e8edf2; font-size: 7px; }
.agenda-demo-grid > i { margin: 4px; border-radius: 7px; }
.slot { display: grid; align-content: center; padding: 6px; font-size: 7px; font-style: normal; font-weight: 800; }
.slot small { opacity: .68; font-size: 6px; font-weight: 600; }
.slot-blue { color: #1b638f; background: #dbf2ff; border-left: 2px solid #40a8e2; }
.slot-mint { color: #28705d; background: #def8ef; border-left: 2px solid #43c89a; }
.slot-violet { color: #61549d; background: #eeebff; border-left: 2px solid #8c7ff0; }
.slot-orange { color: #8a5c24; background: #fff0db; border-left: 2px solid #f2ad55; }
.bento-crm { min-height: 530px; background: linear-gradient(145deg, #fff 65%, #fff4fa); }
.client-card { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; margin-top: 36px; padding: 15px; background: #fff; border: 1px solid #e7eaf0; border-radius: 15px; box-shadow: 0 14px 35px rgba(32, 48, 74, .08); }
.client-avatar { display: grid; width: 42px; height: 42px; place-items: center; color: #9d4472; background: #fbe3ef; border-radius: 12px; font-size: 12px; font-weight: 800; }
.client-card div:nth-child(2) { display: grid; }
.client-card b { font-size: 11px; }
.client-card span { color: #91a0b1; font-size: 7px; }
.client-card em { padding: 5px 7px; color: #915576; background: #fff0f7; border-radius: 99px; font-size: 7px; font-style: normal; font-weight: 700; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 12px; }
.tag-row span { padding: 5px 8px; color: #697a8c; background: #f3f6f9; border-radius: 99px; font-size: 7px; }
.bento-pos { min-height: 390px; }
.pos-total { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 35px; padding: 20px 0 14px; border-top: 1px dashed #dce3ea; }
.pos-total span { color: var(--muted); font-size: 10px; }
.pos-total b { font-size: 30px; }
.pos-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.pos-actions span { padding: 10px; color: #436273; background: #eff8fb; border-radius: 9px; font-size: 8px; font-weight: 700; text-align: center; }
.pos-actions span:nth-child(2) { color: #fff; background: var(--ink); }
.bento-insight { min-height: 390px; display: grid; grid-template-columns: 1fr .85fr; gap: 22px; background: linear-gradient(145deg, #fff 55%, #effbff); }
.insight-visual { display: grid; place-items: center; }
.insight-ring { position: relative; display: grid; width: 145px; height: 145px; place-items: center; background: conic-gradient(var(--blue) 0 84%, #e7eef4 84% 100%); border-radius: 50%; }
.insight-ring::after { content: ""; position: absolute; inset: 13px; background: #fff; border-radius: 50%; }
.insight-ring span { position: relative; z-index: 2; display: grid; color: var(--muted); font-size: 8px; text-align: center; }
.insight-ring b { color: var(--ink); font-size: 27px; }
.insight-lines { position: absolute; right: 20px; bottom: 20px; left: 55%; display: flex; align-items: end; gap: 5px; height: 50px; opacity: .22; }
.insight-lines i { width: 100%; background: var(--blue); border-radius: 4px 4px 0 0; }
.insight-lines i:nth-child(1) { height: 22%; }.insight-lines i:nth-child(2) { height: 44%; }.insight-lines i:nth-child(3) { height: 35%; }.insight-lines i:nth-child(4) { height: 68%; }.insight-lines i:nth-child(5) { height: 56%; }.insight-lines i:nth-child(6) { height: 88%; }

/* Workflow */
.workflow-section { background: #fff; }
.workflow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; gap: 14px; }
.workflow article { position: relative; min-width: 0; padding: 26px 22px; background: #f7f9fb; border: 1px solid var(--line); border-radius: 20px; }
.workflow article > span { position: absolute; top: 16px; right: 16px; color: #c6d0db; font-size: 9px; font-weight: 800; }
.workflow article > i { display: grid; width: 38px; height: 38px; place-items: center; color: var(--blue-strong); background: #e6f5fd; border-radius: 12px; font-size: 16px; font-style: normal; }
.workflow h3 { margin-top: 23px; font-size: 20px; }
.workflow p { margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.workflow-arrow { align-self: center; color: #bac6d2; font-size: 16px; }

/* Features */
.features-section { position: relative; overflow: hidden; background: #08121f; }
.features-section::before { content: ""; position: absolute; top: -300px; left: 50%; width: 850px; height: 600px; background: rgba(54, 184, 244, .1); filter: blur(110px); transform: translateX(-50%); }
.features-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid #1d2b3d; border-radius: 26px; background: #1d2b3d; }
.features-grid article { min-height: 330px; padding: 34px; color: #fff; background: #0d1928; transition: background .25s ease, transform .25s ease; }
.features-grid article:hover { background: #112137; }
.features-grid article > span { display: grid; width: 44px; height: 44px; place-items: center; color: var(--cyan); background: #16293b; border: 1px solid #253c53; border-radius: 13px; font-size: 17px; }
.features-grid h3 { margin-top: 24px; font-size: 23px; letter-spacing: -.03em; }
.features-grid p { min-height: 66px; margin-top: 12px; color: #93a4b8; font-size: 13px; }
.features-grid ul { display: grid; gap: 7px; margin-top: 18px; color: #bcc8d5; font-size: 10px; }
.features-grid li { display: flex; gap: 8px; }
.features-grid li::before { content: ""; width: 5px; height: 5px; flex: none; margin-top: 6px; background: var(--blue); border-radius: 50%; }

/* Roles */
.roles-section { background: #f7f9fc; }
.role-tabs { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 24px 70px rgba(18, 41, 71, .08); }
.role-tab-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 9px; background: #edf2f7; border-bottom: 1px solid var(--line); }
.role-tab-list button { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; color: #6e7f92; background: transparent; border: 0; border-radius: 13px; cursor: pointer; font-size: 12px; font-weight: 750; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.role-tab-list button i { font-style: normal; }
.role-tab-list button[aria-selected="true"] { color: var(--ink); background: #fff; box-shadow: 0 6px 20px rgba(20, 41, 68, .08); }
.role-panel { min-height: 500px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; padding: 64px; }
.role-panel[hidden] { display: none; }
.role-copy > span { color: var(--blue-strong); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.role-copy h3 { margin-top: 15px; font-size: clamp(33px, 4vw, 52px); }
.role-copy p { margin-top: 20px; color: var(--muted); font-size: 15px; }
.role-copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 22px; margin-top: 26px; color: #415269; font-size: 11px; }
.role-copy li { display: flex; gap: 8px; }
.role-copy li::before { content: "✓"; color: var(--green); font-weight: 900; }
.role-visual { position: relative; min-height: 330px; padding: 38px; background: #0c1827; border-radius: 24px; box-shadow: 0 28px 70px rgba(12, 31, 55, .22); }
.owner-metric { display: grid; }
.owner-metric span { color: #8093aa; font-size: 9px; }
.owner-metric b { margin-top: 3px; color: #fff; font-size: 31px; }
.owner-metric em { position: absolute; top: 45px; right: 38px; padding: 5px 8px; color: #59dbac; background: rgba(52, 199, 149, .12); border-radius: 99px; font-size: 8px; font-style: normal; }
.owner-chart { height: 130px; display: flex; align-items: end; gap: 8px; margin-top: 22px; border-bottom: 1px solid #26364a; }
.owner-chart i { flex: 1; height: var(--h); background: linear-gradient(to top, #1d7fbb, #68e1e9); border-radius: 5px 5px 0 0; opacity: .9; }
.owner-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 22px; }
.owner-summary span { display: grid; color: #71869e; font-size: 7px; }
.owner-summary b { color: #fff; font-size: 14px; }
.desk-visual { display: grid; align-content: center; gap: 8px; }
.desk-date { display: flex; align-items: end; justify-content: space-between; margin-bottom: 13px; color: #fff; }
.desk-date b { font-size: 23px; }.desk-date span { color: #7890a9; font-size: 8px; }
.desk-row { display: grid; grid-template-columns: 36px 8px 1fr auto; align-items: center; gap: 9px; padding: 14px; color: #fff; background: #14253a; border-radius: 11px; }
.desk-row time { color: #91a5ba; font-size: 8px; }.desk-row i { width: 7px; height: 7px; background: var(--blue); border-radius: 50%; }.desk-row b { font-size: 9px; }.desk-row span { padding: 4px 6px; color: #64d5ae; background: rgba(52,199,149,.1); border-radius: 99px; font-size: 6px; }
.desk-row:nth-child(3) i { background: var(--orange); }.desk-row:nth-child(3) span { color: #f5be79; background: rgba(244,169,80,.1); }
.pro-visual { color: #fff; background: linear-gradient(145deg, #16214a, #0b1730); }
.pro-greeting { display: grid; font-size: 24px; font-weight: 700; }.pro-greeting span { margin-top: 3px; color: #8e9bc2; font-size: 9px; font-weight: 500; }
.pro-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }.pro-cards span { display: grid; padding: 15px; color: #92a2c4; background: rgba(255,255,255,.06); border-radius: 12px; font-size: 8px; }.pro-cards b { color: #fff; font-size: 21px; }
.pro-next { display: grid; margin-top: 10px; padding: 17px; color: #fff; background: rgba(104,225,233,.1); border: 1px solid rgba(104,225,233,.2); border-radius: 12px; }.pro-next em { color: var(--cyan); font-size: 7px; font-style: normal; text-transform: uppercase; }.pro-next b { margin-top: 5px; font-size: 12px; }.pro-next span { color: #8194b5; font-size: 7px; }
.client-visual { display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #eaf8ff, #fff1f8); }
.phone { width: 220px; padding: 21px 17px 18px; color: var(--ink); background: #fff; border: 6px solid var(--ink); border-radius: 26px; box-shadow: 0 24px 50px rgba(20,40,68,.2); }
.phone-top { width: 58px; height: 5px; margin: -10px auto 22px; background: var(--ink); border-radius: 99px; }
.phone > span { color: #8594a5; font-size: 7px; }.phone > b { display: block; margin-top: 3px; font-size: 14px; }
.appointment-card { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 10px; margin-top: 15px; padding: 12px; background: #f2f8fc; border-radius: 11px; }.appointment-card em { display: grid; color: #2d7faa; font-size: 6px; font-style: normal; text-align: center; }.appointment-card strong { font-size: 16px; }.appointment-card div { display: grid; }.appointment-card div b { font-size: 8px; }.appointment-card span { color: #8191a1; font-size: 6px; }
.phone button { width: 100%; margin-top: 12px; padding: 9px; color: #fff; background: var(--ink); border: 0; border-radius: 8px; font-size: 7px; font-weight: 700; }.phone > small { display: block; margin-top: 11px; color: #94628d; font-size: 6px; text-align: center; }

/* AI */
.ai-section { position: relative; overflow: hidden; color: #fff; background: #07111e; }
.ai-grid-bg { position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(circle at 70% 30%, rgba(104,225,233,.24), transparent 34%), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: auto, 50px 50px, 50px 50px; }
.ai-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 80px; }
.ai-copy h2 { font-size: clamp(42px, 5vw, 64px); }.ai-copy h2 em { color: var(--cyan); }
.ai-copy > p { margin-top: 25px; color: #96a7bb; font-size: 16px; }
.ai-points { display: grid; gap: 18px; margin-top: 36px; }
.ai-points article { display: grid; grid-template-columns: 38px 1fr; gap: 15px; }
.ai-points i { display: grid; width: 38px; height: 38px; place-items: center; color: var(--cyan); background: #132538; border: 1px solid #213950; border-radius: 12px; font-size: 8px; font-style: normal; font-weight: 800; }
.ai-points div { display: grid; }.ai-points b { font-size: 14px; }.ai-points span { margin-top: 3px; color: #8397ad; font-size: 11px; }
.ai-console { padding: 24px; color: var(--ink); background: #f6f8fb; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; box-shadow: 0 36px 100px rgba(0,0,0,.42); }
.ai-console-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid #dde5ed; }
.ai-console-head > div { display: flex; align-items: center; gap: 8px; }.ai-console-head > span { color: #8391a2; font-size: 7px; }
.ai-spark, .ai-avatar { display: grid; width: 28px; height: 28px; place-items: center; color: #fff; background: var(--violet); border-radius: 9px; font-size: 10px; }
.ai-console-head b { font-size: 12px; }
.ai-message { margin-top: 16px; padding: 14px; border-radius: 13px; font-size: 9px; }
.user-message { width: 78%; margin-left: auto; color: #fff; background: #17243a; border-bottom-right-radius: 4px; }
.assistant-message { display: grid; grid-template-columns: 28px 1fr; gap: 10px; background: #fff; border: 1px solid #e2e8ef; border-bottom-left-radius: 4px; }
.assistant-message p { color: #425268; }.assistant-message ol { margin: 9px 0 0; padding-left: 15px; color: #617287; }.assistant-message li { margin-top: 5px; }.assistant-message b { color: var(--ink); }
.ai-proposal { display: grid; margin-top: 12px; padding: 14px; background: #eeebff; border: 1px solid #dbd5ff; border-radius: 13px; }.ai-proposal > span { color: #7569bd; font-size: 6px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.ai-proposal > b { margin-top: 3px; font-size: 10px; }.ai-proposal > div { display: flex; align-items: center; gap: 10px; margin-top: 11px; }.ai-proposal button { padding: 7px 10px; color: #fff; background: #6f61d9; border: 0; border-radius: 8px; font-size: 7px; font-weight: 700; }.ai-proposal em { color: #8a81b1; font-size: 6px; font-style: normal; }
.ai-input { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding: 11px 13px; color: #9aa6b4; background: #fff; border: 1px solid #dce4ec; border-radius: 11px; font-size: 7px; }.ai-input i { display: grid; width: 21px; height: 21px; place-items: center; color: #fff; background: var(--ink); border-radius: 6px; font-style: normal; }

/* Experience */
.experience-section { background: #f7f9fc; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.experience-visual { position: relative; min-height: 610px; display: grid; place-items: center; background: radial-gradient(circle at center, #dff4ff 0, #eef6fb 40%, transparent 70%); }
.booking-card { width: min(430px, 90%); padding: 29px; background: #fff; border: 1px solid #e3e9ef; border-radius: 26px; box-shadow: 0 32px 80px rgba(27,50,80,.15); transform: rotate(-2deg); }
.booking-brand { display: flex; align-items: center; gap: 10px; }.booking-brand b { font-size: 14px; }.booking-step { display: block; margin: 27px 0 12px; color: #8090a2; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.booking-service { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; margin-top: 9px; padding: 13px; background: #f8fafc; border: 1px solid #edf1f5; border-radius: 13px; }.booking-service.active { border-color: #7ac8ed; background: #f0faff; }.service-dot { width: 38px; height: 38px; background: linear-gradient(145deg, #bedff0, #6eb4d7); border-radius: 11px; }.service-dot.two { background: linear-gradient(145deg, #f5c2d7, #d578a0); }.service-dot.three { background: linear-gradient(145deg, #d9cfba, #b28b62); }.booking-service > div { display: grid; }.booking-service b { font-size: 9px; }.booking-service span { color: #8796a6; font-size: 7px; }.booking-service em { display: grid; width: 22px; height: 22px; place-items: center; color: #307da5; background: #e1f2fa; border-radius: 50%; font-size: 9px; font-style: normal; font-weight: 800; }.booking-service.active em { color: #fff; background: var(--blue-strong); }
.booking-card > button { width: 100%; margin-top: 18px; padding: 13px; color: #fff; background: var(--ink); border: 0; border-radius: 11px; font-size: 9px; font-weight: 800; }
.portal-card-mini { position: absolute; right: 20px; bottom: 40px; display: flex; align-items: center; gap: 11px; padding: 14px 17px; background: #fff; border-radius: 14px; box-shadow: 0 20px 50px rgba(20,45,76,.18); transform: rotate(3deg); }.portal-icon { display: grid; width: 35px; height: 35px; place-items: center; color: #984f84; background: #f8e3f1; border-radius: 10px; }.portal-card-mini span { display: grid; color: #8998a9; font-size: 7px; }.portal-card-mini b { color: var(--ink); font-size: 9px; }
.experience-copy > p { margin-top: 24px; color: var(--muted); font-size: 17px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; margin-top: 35px; color: #34465b; font-size: 11px; }.check-grid span { display: flex; align-items: center; gap: 9px; }.check-grid i { display: grid; width: 22px; height: 22px; flex: none; place-items: center; color: #157757; background: #def7ed; border-radius: 50%; font-size: 8px; font-style: normal; font-weight: 900; }

/* Security */
.security-section { color: #fff; background: #0b1725; }
.security-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 62px; }.security-head h2 em { color: var(--cyan); }.security-head > p { padding-bottom: 8px; color: #93a5ba; font-size: 16px; }
.security-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.security-grid article { min-height: 230px; padding: 28px; background: #101f30; border: 1px solid #203246; border-radius: 20px; transition: border-color .2s ease, transform .2s ease; }.security-grid article:hover { transform: translateY(-4px); border-color: #34516e; }.security-grid article > span { display: grid; width: 40px; height: 40px; place-items: center; color: var(--cyan); background: #182d40; border-radius: 12px; font-size: 16px; }.security-grid h3 { margin-top: 26px; font-size: 19px; }.security-grid p { margin-top: 10px; color: #8da0b5; font-size: 11px; }

/* FAQ */
.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }.faq-intro { position: sticky; top: 120px; align-self: start; }.faq-intro h2 { font-size: clamp(39px, 4vw, 56px); }.faq-intro > p { margin-top: 22px; color: var(--muted); font-size: 15px; }.text-link { display: inline-flex; gap: 10px; margin-top: 28px; color: var(--blue-strong); font-size: 13px; font-weight: 800; }.text-link span { transition: transform .2s ease; }.text-link:hover span { transform: translateX(4px); }
.faq-list { border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); }.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 0; background: transparent; border: 0; cursor: pointer; text-align: left; }.faq-item button span { font-size: 16px; font-weight: 700; }.faq-item button i { display: grid; width: 28px; height: 28px; flex: none; place-items: center; color: var(--blue-strong); background: #eef7fc; border-radius: 50%; font-size: 14px; font-style: normal; }.faq-answer { padding: 0 48px 24px 0; }.faq-answer p { color: var(--muted); font-size: 13px; }

/* CTA & footer */
.final-cta { position: relative; overflow: hidden; padding: 110px 0; color: #fff; background: linear-gradient(125deg, #0a1829 0, #0b2740 55%, #114a63 100%); }.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 58px 58px; }.cta-orb { position: absolute; right: -100px; bottom: -230px; width: 630px; height: 630px; border: 1px solid rgba(104,225,233,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(104,225,233,.025), 0 0 0 180px rgba(104,225,233,.018); }.final-cta-inner { position: relative; display: grid; grid-template-columns: 150px 1fr; gap: 65px; align-items: center; }.cta-mark { position: relative; display: grid; width: 150px; height: 150px; place-items: center; color: var(--ink); background: #fff; border-radius: 42px; box-shadow: 0 28px 70px rgba(0,0,0,.25); font-size: 86px; font-weight: 900; line-height: 1; letter-spacing: -.1em; }.cta-mark span { position: absolute; top: -8px; right: -8px; width: 36px; height: 36px; background: var(--cyan); border: 8px solid #0b2940; border-radius: 50%; }.final-cta h2 { font-size: clamp(42px, 5vw, 68px); }.final-cta h2 em { color: var(--cyan); }.final-cta p { max-width: 700px; margin-top: 22px; color: #a8bacb; font-size: 16px; }.cta-actions { margin-top: 30px; }
.site-footer { padding: 72px 0 25px; color: #a4b2c1; background: #060d17; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; padding-bottom: 55px; }.brand-light { margin-bottom: 20px; }.footer-brand p { max-width: 350px; color: #73859a; font-size: 12px; }.footer-grid h2 { margin: 0 0 18px; color: #fff; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }.footer-grid > div:not(:first-child) a { margin: 5px 0; color: #8293a6; font-size: 11px; transition: color .2s ease; }.footer-grid a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: #526479; border-top: 1px solid #182334; font-size: 9px; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 50; width: 42px; height: 42px; color: #fff; background: var(--ink); border: 1px solid rgba(255,255,255,.2); border-radius: 13px; box-shadow: 0 14px 30px rgba(9,17,31,.2); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* Standard WP pages */
.basic-page { min-height: 70vh; padding: 150px 0 90px; background: #f5f8fb; }.basic-page-inner { max-width: 900px; }.content-card { padding: 55px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 20px 60px rgba(25,45,75,.08); }.content-card h1 { margin-bottom: 30px; font-size: clamp(36px, 5vw, 58px); }.entry-content { color: #43536a; }.entry-content > * + * { margin-top: 1.4em; }.entry-content a { color: var(--blue-strong); text-decoration: underline; }

/* Reveal */
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.3,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal-ready [data-reveal].revealed { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1180px) {
    .primary-nav { gap: 18px; }
    .dashboard-window { width: 690px; }
    .hero-grid { grid-template-columns: .8fr 1.2fr; }
    .security-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) {
    .section { padding: 95px 0; }
    .header-cta { margin-left: auto; }
    .menu-toggle { display: block; order: 3; }
    .primary-nav { position: fixed; top: 78px; right: 18px; left: 18px; display: grid; gap: 0; padding: 14px; background: #101c2c; border: 1px solid #25364a; border-radius: 18px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
    .primary-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
    .primary-nav a { padding: 13px; border-bottom: 1px solid rgba(255,255,255,.07); }
    .primary-nav a:last-child { border-bottom: 0; }
    .primary-nav a::after { display: none; }
    .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
    .hero { min-height: auto; padding-top: 145px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 760px; text-align: center; margin: auto; }
    .hero-copy .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
    .hero-lead { margin-inline: auto; }
    .product-stage { width: min(820px, 100%); margin: 30px auto 0; }
    .dashboard-window { width: 100%; transform: none; }
    .floating-card-one { right: -8px; }.floating-card-two { left: -8px; }
    .sector-strip { margin-top: 60px; }
    .workflow { grid-template-columns: repeat(5, 1fr); gap: 10px; }.workflow-arrow { display: none; }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .role-panel { grid-template-columns: 1fr; gap: 45px; padding: 45px; }.role-visual { min-height: 350px; }
    .ai-grid { grid-template-columns: 1fr; }.ai-copy { max-width: 760px; }.ai-console { width: min(700px, 100%); margin: auto; }
    .experience-grid { gap: 45px; }
    .faq-grid { gap: 55px; }
}

@media (max-width: 780px) {
    .admin-bar .site-header { top: 46px; }
    .shell { width: min(100% - 32px, 680px); }
    .section { padding: 78px 0; }
    .header-inner { gap: 12px; }
    .header-cta { display: none; }
    .menu-toggle { margin-left: auto; }
    .hero { padding-top: 125px; }
    .hero h1 { font-size: clamp(47px, 13vw, 70px); }
    .hero-lead { font-size: 16px; }
    .dashboard-layout { height: 440px; grid-template-columns: 82px 1fr; }.dash-sidebar { padding: 14px 8px; }.dash-logo span, .dash-nav span:not(.active) { font-size: 0; }.dash-nav span { justify-content: center; }.dash-nav i { font-size: 12px; }.dash-help span { display: none; }.dash-main { padding: 15px; }.dash-content { grid-template-columns: 1fr; }.dash-chart { display: none; }.floating-card { display: none; }
    .sector-strip { gap: 12px; }.sector-strip i { display: none; }
    .proof-grid { grid-template-columns: repeat(2, 1fr); }.proof-grid > div:nth-child(2) { border-right: 0; }.proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .section-heading { margin-bottom: 45px; }.section-heading h2, .security-head h2, .faq-intro h2, .experience-copy h2, .ai-copy h2, .final-cta h2 { font-size: clamp(37px, 10vw, 52px); }
    .split-heading, .security-head { grid-template-columns: 1fr; gap: 24px; }
    .bento-grid { grid-template-columns: 1fr; }.bento-agenda, .bento-crm { min-height: 500px; }.bento-insight { grid-template-columns: 1fr; }.insight-visual { position: absolute; right: 28px; bottom: 25px; opacity: .55; }.bento-insight > div:first-child { position: relative; z-index: 2; max-width: 68%; }
    .workflow { grid-template-columns: 1fr; }.workflow article { display: grid; grid-template-columns: 42px 1fr; align-items: center; column-gap: 15px; }.workflow article > span { top: 12px; }.workflow article > i { grid-row: span 2; }.workflow h3 { margin-top: 0; }.workflow p { margin-top: 4px; }
    .features-grid { grid-template-columns: 1fr; }.features-grid article { min-height: auto; }.features-grid p { min-height: 0; }
    .role-tab-list { grid-template-columns: repeat(4, 1fr); }.role-tab-list button { padding: 13px 6px; }.role-tab-list button span { display: none; }.role-panel { padding: 30px 22px; }.role-copy ul { grid-template-columns: 1fr; }.role-visual { min-height: 310px; padding: 24px; }
    .ai-grid { gap: 50px; }.ai-console { padding: 16px; }.user-message { width: 90%; }
    .experience-grid { grid-template-columns: 1fr; }.experience-visual { min-height: 520px; order: 2; }.experience-copy { order: 1; }
    .security-grid { grid-template-columns: 1fr; }.security-grid article { min-height: auto; }.security-head { margin-bottom: 42px; }
    .faq-grid { grid-template-columns: 1fr; }.faq-intro { position: static; }.faq-answer { padding-right: 0; }
    .final-cta-inner { grid-template-columns: 1fr; gap: 36px; text-align: center; }.cta-mark { width: 92px; height: 92px; margin: auto; border-radius: 27px; font-size: 51px; }.cta-mark span { width: 25px; height: 25px; border-width: 6px; }.final-cta .eyebrow, .final-cta .hero-actions { justify-content: center; }
    .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
    .shell { width: min(100% - 24px, 480px); }
    .hero-actions .button, .cta-actions .button { width: 100%; }
    .hero-trust { display: grid; justify-items: start; width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
    .dashboard-layout { grid-template-columns: 58px 1fr; }.dash-heading b { font-size: 13px; }.dash-heading button { display: none; }.dash-kpis { grid-template-columns: 1fr 1fr; }.dash-kpis article:last-child { display: none; }.agenda-row { grid-template-columns: 28px 18px 1fr; }.agenda-row .status { display: none; }.dash-sidebar { padding-inline: 5px; }.dash-nav { margin-top: 18px; }
    .proof-grid > div { gap: 8px; padding: 22px 12px; }.proof-grid b { font-size: 23px; }
    .bento-card { padding: 25px; }.agenda-demo { right: 14px; left: 14px; }.bento-agenda { min-height: 520px; }.bento-crm { min-height: 470px; }.bento-insight > div:first-child { max-width: 100%; }.insight-visual { display: none; }
    .role-panel { padding: 25px 16px; }.role-visual { padding: 20px; }.owner-summary { gap: 8px; }.phone { width: 205px; }
    .check-grid { grid-template-columns: 1fr; }.booking-card { width: 100%; padding: 20px; }.portal-card-mini { right: -5px; bottom: 18px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }.footer-brand { grid-column: auto; }
    .content-card { padding: 30px 22px; }
}

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