:root {
    --green-950: #053b27;
    --green-900: #075735;
    --green-800: #087a42;
    --green-700: #0d9851;
    --green-500: #52ba58;
    --lime: #a5df22;
    --orange: #f59e42;
    --orange-soft: #fff3e5;
    --blue: #4f7dc9;
    --ink: #17231d;
    --muted: #64736b;
    --line: #dfe9e2;
    --soft: #f3f8f4;
    --white: #ffffff;
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.site-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    height: 78px;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(219,232,223,.9);
    backdrop-filter: blur(16px);
}
.header-inner { display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { color: var(--green-900); font-size: 21px; letter-spacing: -.5px; }
.brand small { color: var(--muted); margin-top: 5px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: #46564d; font-size: 14px; font-weight: 700; }
.site-nav a:hover { color: var(--green-700); }
.nav-support { color: var(--green-800) !important; }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 17px; }
.button-primary { color: var(--white); background: linear-gradient(135deg, var(--green-700), var(--green-900)); }
.button-light { color: var(--green-900); background: var(--white); border-color: #d5e5da; }
.button-dark { color: var(--white); background: #123a28; width: 100%; }

.hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 92px;
    background:
        radial-gradient(circle at 75% 15%, rgba(166,223,34,.18), transparent 27%),
        radial-gradient(circle at 9% 80%, rgba(245,158,66,.13), transparent 25%),
        linear-gradient(145deg, #f8fcf8 0%, #edf8ef 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.eyebrow { color: var(--green-700); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.hero h1 { max-width: 660px; margin: 16px 0 20px; color: var(--green-950); font-size: clamp(44px, 5.4vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.hero-copy > p { max-width: 620px; margin: 0; color: #586a60; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: #52645a; font-size: 13px; font-weight: 750; }
.hero-points span::first-letter { color: var(--green-700); }
.hero-visual { position: relative; min-height: 510px; display: flex; align-items: center; justify-content: center; }
.visual-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(22,135,73,.15); }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 370px; height: 370px; }
.dashboard-preview { position: relative; z-index: 2; width: min(100%, 500px); padding: 24px; color: var(--white); background: linear-gradient(145deg, #075735, #052f21); border: 1px solid rgba(255,255,255,.18); border-radius: 30px; transform: rotate(1.5deg); box-shadow: 0 30px 80px rgba(5,73,43,.22); }
.preview-top, .preview-brand, .preview-stats { display: flex; align-items: center; }
.preview-top { justify-content: space-between; gap: 14px; }
.preview-brand { gap: 9px; font-size: 12px; font-weight: 800; }
.preview-brand img { width: 34px; height: 34px; object-fit: contain; }
.live-pill { padding: 7px 10px; color: #dfffc8; background: rgba(255,255,255,.1); border-radius: 999px; font-size: 10px; font-weight: 800; }
.preview-total { padding: 38px 5px 28px; }
.preview-total small { display: block; color: #a8d4bb; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.preview-total strong { display: block; margin: 8px 0; font-size: clamp(31px, 5vw, 47px); letter-spacing: -.04em; }
.preview-total span { color: #c7e7d2; font-size: 11px; }
.preview-stats { gap: 10px; }
.preview-stats > div { flex: 1; padding: 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.09); border-radius: 16px; }
.preview-stats span, .preview-stats strong, .preview-stats small { display: block; }
.preview-stats strong { margin-top: 7px; font-size: 18px; }
.preview-stats small { margin-top: 3px; color: #b6d5c2; font-size: 9px; }
.preview-bars { height: 78px; display: flex; align-items: flex-end; gap: 11px; padding: 14px 8px 0; }
.preview-bars i { flex: 1; min-height: 8px; border-radius: 6px 6px 2px 2px; background: linear-gradient(#a8e62f, #36a852); opacity: .9; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: rgba(255,255,255,.96); border: 1px solid #dce9df; border-radius: 18px; }
.floating-card > span { font-size: 25px; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--green-950); font-size: 12px; }
.floating-card small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.floating-family { top: 32px; right: -10px; }
.floating-stock { bottom: 35px; left: -18px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 24px 22px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--green-900); font-size: 14px; }
.trust-grid span { margin-top: 5px; color: var(--muted); font-size: 11px; }

.section { padding: 100px 0; scroll-margin-top: 80px; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .split-section h2, .faq-layout h2, .demo-copy h2 { margin: 13px 0 14px; color: var(--green-950); font-size: clamp(32px, 4vw, 48px); line-height: 1.1; letter-spacing: -.035em; }
.section-heading p, .split-section > div > p, .faq-layout > div > p, .demo-copy > p { margin: 0; color: var(--muted); line-height: 1.7; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.audience-card { position: relative; overflow: hidden; padding: 32px; border: 1px solid var(--line); border-top: 4px solid var(--tone); border-radius: var(--radius); background: var(--white); }
.audience-card::after { content: ""; position: absolute; width: 120px; height: 120px; top: -50px; right: -45px; border-radius: 50%; background: color-mix(in srgb, var(--tone) 12%, white); }
.tone-green { --tone: #32a55b; }
.tone-orange { --tone: #f39b42; }
.tone-blue { --tone: #5c82c9; }
.audience-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 16px; background: color-mix(in srgb, var(--tone) 12%, white); font-size: 25px; }
.audience-card > small { color: var(--tone); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.audience-card h3 { margin: 9px 0 12px; font-size: 22px; letter-spacing: -.02em; }
.audience-card p { min-height: 68px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.audience-card ul { padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.audience-card li { margin: 8px 0; color: #43554b; font-size: 13px; }
.audience-card li::before { content: "✓"; margin-right: 8px; color: var(--tone); font-weight: 900; }

.pos-showcase {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 12%, rgba(245, 158, 66, .14), transparent 24%),
        radial-gradient(circle at 9% 83%, rgba(82, 186, 88, .10), transparent 22%),
        #f8faf7;
}
.pos-heading {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 45px;
}
.pos-heading h2 {
    margin: 13px 0 0;
    color: var(--green-950);
    font-size: clamp(36px, 4.7vw, 58px);
    line-height: 1.06;
    letter-spacing: -.05em;
}
.pos-heading > p {
    margin: 0 0 5px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}
.pos-stage {
    position: relative;
    min-height: 650px;
    padding: 30px 20px 75px;
}
.pos-stage::before {
    content: "";
    position: absolute;
    inset: 0 4% 13%;
    border: 1px solid #dde8df;
    border-radius: 40px;
    background: linear-gradient(145deg, #edf6ee, #f4f0fb 52%, #fff3e6);
}
.pos-device {
    position: relative;
    z-index: 2;
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 11px;
    border: 1px solid #26372e;
    border-radius: 24px;
    background: #14221a;
    box-shadow: 0 34px 75px rgba(19, 54, 34, .23);
}
.pos-device-top {
    height: 38px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 8px;
    color: #c8d5cd;
}
.pos-device-top > span { display: flex; gap: 5px; }
.pos-device-top i { width: 7px; height: 7px; border-radius: 50%; background: #506058; }
.pos-device-top i:first-child { background: #e98d67; }
.pos-device-top i:nth-child(2) { background: #e3b650; }
.pos-device-top i:nth-child(3) { background: #66b778; }
.pos-device-top strong { font-size: 10px; letter-spacing: .05em; }
.pos-device-top small { justify-self: end; color: #8fb99a; font-size: 8px; font-weight: 800; }
.pos-screen-crop {
    position: relative;
    aspect-ratio: 16 / 8.2;
    overflow: hidden;
    border-radius: 15px;
    background: #ffffff;
}
.pos-screen-crop img {
    width: 100%;
    height: auto;
    transform: translateY(-9%);
}
.pos-device-base {
    position: absolute;
    left: 50%;
    bottom: -39px;
    width: 150px;
    height: 39px;
    transform: translateX(-50%);
    border-radius: 0 0 13px 13px;
    background: linear-gradient(#27372e, #17251d);
}
.pos-device-base::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 245px;
    height: 12px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #1b2b22;
}
.pos-payment-preview {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 30px;
    width: 390px;
    margin: 0;
    overflow: hidden;
    border: 7px solid #ffffff;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 22px 48px rgba(24, 48, 32, .20);
}
.pos-payment-preview img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    transform: scale(1.55);
}
.pos-payment-preview figcaption {
    padding: 10px 12px;
    color: #526159;
    text-align: center;
    font-size: 9px;
    font-weight: 800;
}
.pos-speed-badge {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 70px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 17px;
    border: 1px solid #d9e8dc;
    border-radius: 17px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 38px rgba(24, 62, 37, .14);
}
.pos-speed-badge > span {
    width: 41px;
    height: 41px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #fff2dd;
    font-size: 20px;
}
.pos-speed-badge strong,
.pos-speed-badge small { display: block; }
.pos-speed-badge strong { color: var(--green-950); font-size: 12px; }
.pos-speed-badge small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.pos-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 22px;
}
.pos-flow-card {
    --pos-tone: #45aa64;
    position: relative;
    padding: 24px 21px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-top: 4px solid var(--pos-tone);
    border-radius: 20px;
    background: #ffffff;
}
.pos-flow-number {
    position: absolute;
    top: 18px;
    right: 18px;
    color: color-mix(in srgb, var(--pos-tone) 70%, #ffffff);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
}
.pos-flow-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 15px;
    color: var(--pos-tone);
    background: color-mix(in srgb, var(--pos-tone) 11%, white);
    font-size: 22px;
    font-weight: 900;
}
.pos-flow-card strong { display: block; color: #25332b; font-size: 14px; }
.pos-flow-card p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.pos-flow-purple { --pos-tone: #886db8; }
.pos-flow-blue { --pos-tone: #5d8dce; }
.pos-flow-orange { --pos-tone: #ed9a43; }
.pos-benefit-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #ffffff;
}
.pos-benefit-strip > div {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: center;
    padding: 18px;
    border-right: 1px solid var(--line);
}
.pos-benefit-strip > div:last-child { border-right: 0; }
.pos-benefit-strip > div > span { font-size: 19px; }
.pos-benefit-strip p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.pos-benefit-strip strong { display: block; margin-bottom: 3px; color: #2c3931; font-size: 11px; }

.stock-showcase {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 18%, rgba(165, 223, 34, .16), transparent 25%),
        radial-gradient(circle at 8% 88%, rgba(245, 158, 66, .12), transparent 23%),
        linear-gradient(145deg, #063e2b, #075f3a 62%, #064b32);
}
.stock-showcase-grid {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 68px;
    align-items: center;
}
.stock-showcase-copy .eyebrow { color: #b8ef58; }
.stock-showcase-copy h2 {
    margin: 14px 0 18px;
    color: #ffffff;
    font-size: clamp(36px, 4.6vw, 58px);
    line-height: 1.06;
    letter-spacing: -.05em;
}
.stock-showcase-copy > p {
    margin: 0;
    color: #c9dfd2;
    font-size: 16px;
    line-height: 1.75;
}
.stock-capabilities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
    margin-top: 30px;
}
.stock-capabilities article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 11px;
    align-items: center;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 17px;
    background: rgba(255, 255, 255, .075);
}
.stock-capabilities article > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #dfff9f;
    background: rgba(165, 223, 34, .12);
    font-size: 20px;
    font-weight: 900;
}
.stock-capabilities strong,
.stock-capabilities small { display: block; }
.stock-capabilities strong { font-size: 12px; }
.stock-capabilities small { margin-top: 4px; color: #b9d1c3; font-size: 9px; line-height: 1.45; }
.stock-owner-result {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 13px;
    align-items: center;
    margin-top: 14px;
    padding: 17px;
    border: 1px solid rgba(184, 239, 88, .28);
    border-radius: 18px;
    background: rgba(3, 42, 27, .42);
}
.stock-owner-result > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #063e2b;
    background: #b8ef58;
    font-weight: 950;
}
.stock-owner-result p { margin: 0; color: #c6dbce; font-size: 10px; line-height: 1.55; }
.stock-owner-result strong { display: block; margin-bottom: 3px; color: #ffffff; font-size: 12px; }
.stock-screens {
    position: relative;
    min-height: 690px;
}
.stock-screen-glow {
    position: absolute;
    inset: 8% 8% 5%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(165, 223, 34, .22), rgba(255, 255, 255, .05) 48%, transparent 70%);
    filter: blur(8px);
}
.stock-phone {
    position: absolute;
    z-index: 2;
    margin: 0;
    overflow: hidden;
    border: 8px solid #14241b;
    border-radius: 30px;
    background: #f4faf5;
    box-shadow: 0 28px 65px rgba(1, 26, 16, .42);
}
.stock-phone img { width: 100%; height: 100%; object-fit: cover; }
.stock-phone-speaker {
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 50%;
    width: 48px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(8, 23, 14, .55);
}
.stock-phone-left {
    top: 112px;
    left: 0;
    width: 235px;
    height: 470px;
    transform: rotate(-5deg);
}
.stock-phone-main {
    z-index: 4;
    top: 15px;
    left: 50%;
    width: 315px;
    height: 630px;
    transform: translateX(-50%);
}
.stock-phone-right {
    top: 110px;
    right: 0;
    width: 235px;
    height: 470px;
    transform: rotate(5deg);
}
.stock-proof {
    position: absolute;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    color: #27352d;
    border: 1px solid rgba(223, 239, 228, .9);
    border-radius: 16px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 18px 42px rgba(1, 28, 17, .27);
}
.stock-proof > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--green-800);
    border-radius: 12px;
    background: #e7f7e9;
    font-size: 18px;
}
.stock-proof strong,
.stock-proof small { display: block; }
.stock-proof strong { font-size: 10px; }
.stock-proof small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.stock-proof-top { top: 68px; right: 5px; }
.stock-proof-bottom { bottom: 43px; left: 25px; }
.stock-flow {
    display: grid;
    grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    gap: 8px;
    align-items: center;
    margin-top: 45px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    background: rgba(255, 255, 255, .07);
}
.stock-flow > div { display: grid; grid-template-columns: 44px 1fr; gap: 11px; align-items: center; }
.stock-flow > div > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #053b27;
    background: #b8ef58;
    font-size: 10px;
    font-weight: 950;
}
.stock-flow p { margin: 0; color: #bdd2c5; font-size: 8px; line-height: 1.45; }
.stock-flow strong { display: block; margin-bottom: 3px; color: #ffffff; font-size: 10px; }
.stock-flow > i { color: rgba(255, 255, 255, .46); text-align: center; font-style: normal; }

.card-system-showcase {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 13% 14%, rgba(151, 223, 63, .13), transparent 22%),
        radial-gradient(circle at 88% 82%, rgba(240, 171, 50, .12), transparent 25%),
        #ffffff;
}
.card-system-heading {
    max-width: 800px;
    margin: 0 auto 48px;
    text-align: center;
}
.card-system-heading h2 {
    margin: 13px 0 15px;
    color: var(--green-950);
    font-size: clamp(38px, 5vw, 60px);
    line-height: 1.05;
    letter-spacing: -.05em;
}
.card-system-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}
.system-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.system-card {
    --card-tone: #4eaf58;
    --card-soft: #eff9ec;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--line);
    border-top: 4px solid var(--card-tone);
    border-radius: 26px;
    background: #ffffff;
}
.system-card-personnel {
    --card-tone: #ee9e35;
    --card-soft: #fff4e4;
}
.system-card-manager {
    --card-tone: #d4a638;
    --card-soft: #f4f7eb;
}
.system-card-visual {
    position: relative;
    min-height: 235px;
    display: grid;
    place-items: center;
    padding: 45px 24px 25px;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 20%, rgba(255,255,255,.9), transparent 22%),
        linear-gradient(145deg, var(--card-soft), #f9fcf9);
    border-bottom: 1px solid var(--line);
}
.system-card-visual::before,
.system-card-visual::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: color-mix(in srgb, var(--card-tone) 12%, transparent);
}
.system-card-visual::before { width: 150px; height: 150px; top: -80px; right: -50px; }
.system-card-visual::after { width: 95px; height: 95px; bottom: -55px; left: -35px; }
.system-card-label {
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 19px;
    padding: 7px 9px;
    color: color-mix(in srgb, var(--card-tone) 82%, #193427);
    border: 1px solid color-mix(in srgb, var(--card-tone) 28%, white);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
}
.system-card-visual img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 315px;
    border-radius: 13px;
    transform: rotate(-2deg);
    box-shadow: 0 21px 35px rgba(20, 68, 39, .18);
}
.system-card-personnel .system-card-visual img { transform: rotate(2deg); }
.system-card-manager .system-card-visual img { transform: rotate(-1deg); box-shadow: 0 21px 38px rgba(4, 53, 33, .28); }
.contactless-mark {
    position: absolute;
    z-index: 3;
    right: 16px;
    bottom: 13px;
    color: var(--card-tone);
    transform: rotate(-35deg);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -3px;
}
.system-card-content {
    flex: 1;
    padding: 27px;
}
.system-card-kicker {
    color: var(--card-tone);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
}
.system-card-content h3 {
    min-height: 55px;
    margin: 9px 0 12px;
    color: #203128;
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -.025em;
}
.system-card-content > p {
    min-height: 115px;
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}
.system-card-content ul {
    padding: 18px 0 0;
    margin: 19px 0 0;
    border-top: 1px solid var(--line);
    list-style: none;
}
.system-card-content li {
    position: relative;
    margin: 9px 0;
    padding-left: 20px;
    color: #425249;
    font-size: 10px;
    line-height: 1.45;
}
.system-card-content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--card-tone);
    font-weight: 900;
}
.card-security-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 15px;
    margin-top: 22px;
    padding: 21px 24px;
    border: 1px solid var(--line);
    border-radius: 21px;
    background: #f7faf7;
}
.card-security-flow > div {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 11px;
    align-items: center;
}
.card-security-flow > div > span {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    color: var(--green-900);
    border-radius: 12px;
    background: #e9f5ea;
    font-size: 11px;
    font-weight: 900;
}
.card-security-flow p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.card-security-flow strong { display: block; margin-bottom: 3px; color: #26372e; font-size: 11px; }
.card-security-flow > i { color: #9aaba0; font-style: normal; font-size: 18px; }

.owner-showcase {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 13% 18%, rgba(65, 117, 245, .20), transparent 25%),
        radial-gradient(circle at 85% 86%, rgba(245, 158, 66, .13), transparent 25%),
        linear-gradient(145deg, #101b31, #111a2b 58%, #0d1727);
}
.owner-showcase-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 75px;
    align-items: center;
}
.owner-screens {
    position: relative;
    min-height: 720px;
}
.owner-screen-glow {
    position: absolute;
    inset: 8% 2% 4%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(62, 112, 239, .28), rgba(121, 93, 194, .12) 43%, transparent 70%);
}
.owner-phone {
    position: absolute;
    z-index: 2;
    margin: 0;
    overflow: hidden;
    border: 9px solid #07101f;
    border-radius: 38px;
    background: #f3f6fb;
    box-shadow: 0 34px 75px rgba(0, 0, 0, .34);
}
.owner-phone::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    width: 34%;
    height: 19px;
    transform: translateX(-50%);
    border-radius: 0 0 13px 13px;
    background: #07101f;
}
.owner-screen-viewport {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.owner-screen-viewport img {
    width: 100%;
    height: auto;
    transform: translateY(-7.8%);
}
.owner-phone figcaption {
    position: absolute;
    z-index: 5;
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 11px 13px;
    color: #ffffff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    background: rgba(8, 17, 31, .82);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 800;
}
.owner-phone-main {
    top: 10px;
    left: 0;
    width: 315px;
    height: 680px;
    transform: rotate(-3deg);
}
.owner-phone-side {
    top: 88px;
    right: 0;
    width: 250px;
    height: 540px;
    transform: rotate(4deg);
}
.owner-floating-card {
    position: absolute;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 16px;
    color: #18243a;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 17px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
}
.owner-floating-card > span {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #eef3ff;
    font-size: 20px;
}
.owner-floating-card small,
.owner-floating-card strong { display: block; }
.owner-floating-card small { color: #7a879d; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.owner-floating-card strong { margin-top: 3px; font-size: 11px; }
.owner-floating-revenue { top: 49px; right: 22px; }
.owner-floating-multi { bottom: 48px; left: 31%; }
.owner-showcase-copy .eyebrow { color: #78a0ff; }
.owner-showcase-copy h2 {
    margin: 14px 0 18px;
    color: #ffffff;
    font-size: clamp(35px, 4.3vw, 54px);
    line-height: 1.08;
    letter-spacing: -.045em;
}
.owner-showcase-copy > p {
    margin: 0;
    color: #b9c4d5;
    font-size: 16px;
    line-height: 1.75;
}
.owner-capabilities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 30px;
}
.owner-capability {
    --owner-tone: #64ad72;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 11px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-top: 3px solid var(--owner-tone);
    border-radius: 17px;
    background: rgba(255, 255, 255, .055);
}
.owner-capability > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: color-mix(in srgb, var(--owner-tone) 18%, transparent);
    font-size: 19px;
}
.owner-capability strong { color: #ffffff; font-size: 12px; line-height: 1.4; }
.owner-capability p { margin: 5px 0 0; color: #aeb9ca; font-size: 9px; line-height: 1.55; }
.owner-tone-blue { --owner-tone: #5e91ed; }
.owner-tone-orange { --owner-tone: #efa048; }
.owner-tone-purple { --owner-tone: #9475ca; }
.owner-result-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.owner-result-strip > div { padding: 0 13px; border-right: 1px solid rgba(255, 255, 255, .1); }
.owner-result-strip > div:first-child { padding-left: 0; }
.owner-result-strip > div:last-child { border-right: 0; }
.owner-result-strip strong,
.owner-result-strip span { display: block; }
.owner-result-strip strong { color: #ffffff; font-size: 12px; }
.owner-result-strip span { margin-top: 4px; color: #93a1b5; font-size: 8px; }

.family-showcase {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(103, 83, 232, .12), transparent 25%),
        radial-gradient(circle at 10% 85%, rgba(245, 158, 66, .10), transparent 24%),
        #ffffff;
}
.family-showcase-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 75px;
    align-items: center;
}
.family-showcase-copy h2 {
    margin: 14px 0 18px;
    color: var(--green-950);
    font-size: clamp(35px, 4.3vw, 54px);
    line-height: 1.08;
    letter-spacing: -.045em;
}
.family-showcase-copy > p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}
.family-feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 30px;
}
.family-feature {
    --feature-tone: #6753e8;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 17px;
    border: 1px solid var(--line);
    border-top: 3px solid var(--feature-tone);
    border-radius: 17px;
    background: rgba(255, 255, 255, .9);
}
.family-feature > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: color-mix(in srgb, var(--feature-tone) 11%, white);
    font-size: 20px;
}
.family-feature strong {
    color: #26322b;
    font-size: 13px;
    line-height: 1.35;
}
.family-feature p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.55;
}
.family-feature-green { --feature-tone: #34aa62; }
.family-feature-orange { --feature-tone: #f39b42; }
.family-feature-blue { --feature-tone: #5c82c9; }
.family-screens {
    position: relative;
    min-height: 720px;
}
.family-glow {
    position: absolute;
    inset: 7% 3% 3%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(103, 83, 232, .18), rgba(82, 186, 88, .07) 45%, transparent 70%);
}
.phone-shot {
    position: absolute;
    z-index: 2;
    margin: 0;
    overflow: hidden;
    border: 9px solid #17201b;
    border-radius: 38px;
    background: #f4f5fa;
    box-shadow: 0 30px 70px rgba(22, 37, 29, .20);
}
.phone-shot::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 50%;
    width: 34%;
    height: 19px;
    transform: translateX(-50%);
    border-radius: 0 0 13px 13px;
    background: #17201b;
}
.phone-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.phone-shot figcaption {
    position: absolute;
    z-index: 4;
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 11px 13px;
    color: #ffffff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    background: rgba(25, 30, 27, .80);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 800;
}
.phone-shot-main {
    top: 15px;
    left: 3%;
    width: 310px;
    height: 672px;
    transform: rotate(-3deg);
}
.phone-shot-side {
    top: 100px;
    right: 0;
    width: 250px;
    height: 540px;
    transform: rotate(4deg);
}
.family-proof {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 15px;
    border: 1px solid #e1e8e3;
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 35px rgba(24, 46, 33, .11);
}
.family-proof > span { font-size: 23px; }
.family-proof strong,
.family-proof small { display: block; }
.family-proof strong { color: #28352e; font-size: 11px; }
.family-proof small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.family-proof-top { top: 52px; right: 34px; }
.family-proof-bottom { bottom: 43px; left: 36%; }

.split-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.steps { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; align-items: start; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.steps li > span { width: 58px; height: 58px; display: grid; place-items: center; color: var(--green-900); background: #eaf6ec; border-radius: 17px; font-size: 14px; font-weight: 900; }
.steps strong { font-size: 17px; }
.steps p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.apps-section { color: white; background: linear-gradient(145deg, #063d29, #075d38 65%, #086b3e); }
.section-heading-light h2 { color: white; }
.section-heading-light p { color: #bcd6c6; }
.section-heading-light .eyebrow { color: #b8ef58; }
.apps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.app-card { position: relative; overflow: hidden; padding: 32px; border-radius: 28px; border: 1px solid rgba(255,255,255,.16); }
.app-family { background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(82,186,88,.16)); }
.app-stock { background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(245,158,66,.15)); }
.app-card::before { content: ""; position: absolute; width: 190px; height: 190px; right: -80px; top: -80px; border-radius: 50%; background: rgba(255,255,255,.07); }
.app-card-top { position: relative; display: flex; align-items: center; gap: 18px; }
.app-icon { width: 80px; height: 80px; flex: 0 0 auto; display: grid; place-items: center; padding: 7px; overflow: hidden; border-radius: 22px; background: #f1fff3; }
.app-icon img { width: 100%; height: 100%; object-fit: contain; }
.app-card-top span { color: #bce5c8; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.app-card h3 { margin: 7px 0 0; font-size: 26px; }
.app-card > p { min-height: 58px; margin: 25px 0 20px; color: #d3e7da; line-height: 1.65; }
.app-features { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }
.app-features span { padding: 8px 10px; color: #e8f8ed; background: rgba(255,255,255,.09); border-radius: 9px; font-size: 11px; font-weight: 750; }
.app-card .button-dark { background: rgba(2,38,24,.65); border-color: rgba(255,255,255,.14); }
.install-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.install-summary > div { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.06); }
.phone-symbol { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.1); font-size: 19px; }
.install-summary p { margin: 0; color: #c9dfd1; font-size: 12px; line-height: 1.55; }
.install-summary strong { display: block; color: white; font-size: 13px; }

.package-showcase {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(82, 186, 88, .11), transparent 25%),
        radial-gradient(circle at 91% 80%, rgba(245, 158, 66, .12), transparent 23%),
        #f7faf7;
}
.package-heading {
    max-width: 880px;
    margin: 0 auto 52px;
    text-align: center;
}
.package-heading h2 {
    margin: 14px 0 18px;
    color: var(--green-950);
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.04;
    letter-spacing: -.052em;
}
.package-heading p {
    max-width: 780px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}
.package-main {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 28px;
    align-items: stretch;
}
.package-devices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    padding: 17px;
    border: 1px solid #dce8df;
    border-radius: 32px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 24px 65px rgba(28, 61, 39, .09);
}
.package-device {
    position: relative;
    min-height: 205px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 14px;
    border: 1px solid #e0e9e2;
    border-radius: 22px;
    background: linear-gradient(145deg, #f4f8f5, #ffffff);
}
.package-device > span {
    position: absolute;
    z-index: 2;
    top: 13px;
    left: 13px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: var(--green-800);
    border-radius: 10px;
    background: rgba(226, 245, 229, .95);
    font-size: 9px;
    font-weight: 950;
}
.package-device img {
    position: absolute;
    inset: 12px 12px 54px;
    width: calc(100% - 24px);
    height: calc(100% - 66px);
    object-fit: contain;
}
.package-device > div {
    position: relative;
    z-index: 2;
    padding: 11px 12px;
    border: 1px solid rgba(218, 231, 221, .92);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(8px);
}
.package-device strong,
.package-device small { display: block; }
.package-device strong { color: #28372e; font-size: 12px; }
.package-device small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.package-device-pos { min-height: 275px; grid-column: 1 / -1; }
.package-device-pos img { inset: 5px 20% 55px; width: 60%; height: calc(100% - 60px); }
.package-device-terminal { background: linear-gradient(145deg, #edf8ef, #f7fff5); }
.package-copy {
    display: flex;
    flex-direction: column;
    padding: 38px;
    color: #ffffff;
    border-radius: 32px;
    background:
        radial-gradient(circle at 100% 0, rgba(165, 223, 34, .16), transparent 28%),
        linear-gradient(145deg, #075735, #043924);
    box-shadow: 0 24px 65px rgba(5, 73, 43, .16);
}
.package-copy-kicker { color: #b8ef58; font-size: 10px; font-weight: 950; letter-spacing: .14em; }
.package-copy h3 {
    margin: 12px 0 15px;
    font-size: clamp(28px, 3.2vw, 43px);
    line-height: 1.08;
    letter-spacing: -.04em;
}
.package-copy > p { margin: 0; color: #c4dbcd; font-size: 13px; line-height: 1.7; }
.package-includes { display: grid; gap: 9px; margin-top: 25px; }
.package-includes > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    background: rgba(255, 255, 255, .07);
}
.package-includes > div > span {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, .09);
    font-size: 18px;
}
.package-includes p { margin: 0; color: #bcd2c4; font-size: 9px; line-height: 1.45; }
.package-includes strong { display: block; margin-bottom: 3px; color: #ffffff; font-size: 11px; }
.package-support-promise {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 13px;
    padding: 15px;
    border: 1px solid rgba(184, 239, 88, .25);
    border-radius: 17px;
    background: rgba(3, 35, 23, .42);
}
.package-support-promise > span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: #063e2b;
    border-radius: 50%;
    background: #b8ef58;
    font-weight: 950;
}
.package-support-promise p { margin: 0; color: #bfd4c7; font-size: 9px; line-height: 1.5; }
.package-support-promise strong { display: block; margin-bottom: 3px; color: #ffffff; font-size: 10px; }
.package-quote-button {
    width: 100%;
    min-height: 56px;
    margin-top: auto;
    color: #063e2b;
    background: linear-gradient(135deg, #b8ef58, #87d936);
    box-shadow: 0 16px 35px rgba(122, 202, 51, .18);
}
.package-quote-note { margin-top: 10px; color: #a9c5b5; text-align: center; font-size: 9px; }
.package-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 20px;
}
.package-pillars article {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 15px;
    align-items: center;
    padding: 21px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #ffffff;
}
.package-pillars article > span {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: var(--green-900);
    border-radius: 15px;
    background: #eaf6ec;
    font-size: 11px;
    font-weight: 950;
}
.package-pillars article:nth-child(2) > span { color: #a76213; background: #fff0dc; }
.package-pillars article:nth-child(3) > span { color: #496fae; background: #eaf2ff; }
.package-pillars strong { display: block; color: #28372e; font-size: 13px; }
.package-pillars p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.package-final-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding: 22px;
    color: #ffffff;
    border-radius: 20px;
    background: linear-gradient(135deg, #17231d, #26382e);
}
.package-final-message span { color: #b8c7bd; font-size: 12px; }
.package-final-message strong { font-size: 15px; }

.references-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.reference-card, .reference-loading { min-height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; text-align: center; border: 1px solid var(--line); border-top: 3px solid var(--reference-tone, var(--green-500)); border-radius: 20px; background: var(--white); }
.reference-loading { grid-column: 1 / -1; color: var(--muted); }
.reference-logo { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 13px; color: var(--green-900); background: #edf7ee; border-radius: 16px; font-size: 24px; font-weight: 900; }
.reference-card:nth-child(4n+2) { --reference-tone: var(--orange); }
.reference-card:nth-child(4n+3) { --reference-tone: var(--blue); }
.reference-card:nth-child(4n+4) { --reference-tone: #9b6ec2; }
.reference-card strong { font-size: 14px; }
.reference-card span { margin-top: 6px; color: var(--muted); font-size: 11px; }
.reference-card small { margin-top: 9px; color: #8b9991; font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.reference-count { margin: 20px 0 0; color: var(--muted); text-align: center; font-size: 12px; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.faq-list summary { cursor: pointer; color: var(--green-950); font-size: 14px; font-weight: 800; }
.faq-list p { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq-list a { color: var(--green-700); font-weight: 800; }

.demo-section { background: white; }
.demo-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.contact-line { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.contact-line > span { width: 46px; height: 46px; display: grid; place-items: center; color: var(--green-900); background: #eaf6ec; border-radius: 14px; }
.contact-line small, .contact-line a { display: block; }
.contact-line small { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.contact-line a { margin-top: 4px; color: var(--green-900); font-weight: 800; }
.demo-form { padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: #fbfdfb; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.demo-form label { display: block; }
.demo-form label > span { display: block; margin-bottom: 8px; color: #44564b; font-size: 11px; font-weight: 800; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; border: 1px solid #dbe7de; border-radius: 12px; color: var(--ink); background: white; outline: none; }
.demo-form input, .demo-form select { height: 48px; padding: 0 14px; }
.demo-form textarea { padding: 13px 14px; resize: vertical; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(82,186,88,.1); }
.form-full { grid-column: 1 / -1; }
.form-submit { width: 100%; margin-top: 20px; }
.form-message { min-height: 18px; margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
.form-message.success { color: var(--green-700); }
.form-message.error { color: #b63d3d; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.site-footer { padding: 55px 0 24px; color: #ccdfd3; background: #062f21; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 45px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 60px; height: 60px; object-fit: contain; }
.footer-brand strong, .footer-brand span, .footer-grid > div > strong, .footer-grid > div > a { display: block; }
.footer-brand strong { color: white; font-size: 21px; }
.footer-brand span { margin-top: 4px; font-size: 11px; }
.footer-grid > div > strong { margin-bottom: 15px; color: white; font-size: 13px; }
.footer-grid > div > a { margin: 10px 0; color: #b8d0c1; font-size: 12px; }
.footer-grid > div > a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

.install-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; }
.install-modal.show { display: flex; }
.install-backdrop { position: absolute; inset: 0; background: rgba(5,25,16,.72); backdrop-filter: blur(6px); }
.install-dialog { position: relative; z-index: 1; width: min(620px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 32px; border-radius: 26px; background: white; }
.modal-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border: 0; border-radius: 12px; color: #53645a; background: #edf3ef; cursor: pointer; font-size: 24px; }
.install-heading > span { color: var(--green-700); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.install-heading h2 { margin: 8px 45px 8px 0; color: var(--green-950); font-size: 27px; }
.install-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.platform-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 24px 0; padding: 5px; background: var(--soft); border-radius: 14px; }
.platform-tab { min-height: 42px; border: 0; border-radius: 10px; color: var(--muted); background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
.platform-tab.active { color: white; background: var(--green-800); }
.install-steps { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.install-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; }
.install-steps li > span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--green-900); background: #eaf6ec; border-radius: 11px; font-size: 12px; font-weight: 900; }
.install-steps strong { font-size: 13px; }
.install-steps p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.install-note { margin: 15px 0 0; color: #7a8880; font-size: 10px; }

.live-support {
    position: fixed;
    z-index: 95;
    right: 22px;
    bottom: 22px;
}
.live-support-toggle {
    min-width: 164px;
    height: 58px;
    display: grid;
    grid-template-columns: 38px auto;
    grid-template-rows: 1fr 1fr;
    column-gap: 10px;
    align-items: center;
    padding: 8px 17px 8px 10px;
    color: #ffffff;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #12a956, #087a42);
    box-shadow: 0 17px 40px rgba(6, 92, 49, .30);
    cursor: pointer;
}
.live-support-toggle > span {
    width: 38px;
    height: 38px;
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #0a8546;
    background: #ffffff;
    font-size: 17px;
}
.live-support-toggle strong,
.live-support-toggle small { display: block; text-align: left; }
.live-support-toggle strong { align-self: end; font-size: 12px; }
.live-support-toggle small { align-self: start; color: #d8f5e5; font-size: 8px; }
.live-support-panel {
    position: absolute;
    right: 0;
    bottom: 72px;
    width: 370px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(14px) scale(.98);
    transform-origin: right bottom;
    border: 1px solid #dce9e0;
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 25px 70px rgba(17, 47, 29, .24);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.live-support-panel.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.live-support-panel > header {
    display: grid;
    grid-template-columns: 48px 1fr 34px;
    gap: 12px;
    align-items: center;
    padding: 20px;
    color: #ffffff;
    background: linear-gradient(135deg, #087a42, #075735);
}
.live-support-avatar {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #075735;
    background: #dff8c0;
    font-size: 15px;
    font-weight: 950;
}
.live-support-panel header span,
.live-support-panel header strong,
.live-support-panel header small { display: block; }
.live-support-panel header span { color: #bfe1cc; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.live-support-panel header strong { margin-top: 3px; font-size: 12px; }
.live-support-panel header small { margin-top: 5px; color: #cfe8d8; font-size: 8px; }
.live-support-panel header small i { width: 7px; height: 7px; display: inline-block; margin-right: 4px; border-radius: 50%; background: #9fea45; }
.live-support-panel header button {
    width: 34px;
    height: 34px;
    color: #ffffff;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .12);
    cursor: pointer;
    font-size: 20px;
}
.live-support-body { padding: 18px; }
.live-support-body > p { margin: 0 0 13px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.live-support-body > button {
    width: 100%;
    display: grid;
    grid-template-columns: 42px 1fr 16px;
    gap: 11px;
    align-items: center;
    margin-top: 8px;
    padding: 12px;
    color: var(--ink);
    text-align: left;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fbfdfb;
    cursor: pointer;
}
.live-support-body > button:hover { border-color: #9bd4ab; background: #f2faf4; }
.live-support-body > button > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: #eaf6ec; font-size: 18px; }
.live-support-body button strong,
.live-support-body button small { display: block; }
.live-support-body button strong { font-size: 11px; }
.live-support-body button small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.live-support-body button i { color: #839188; font-size: 20px; font-style: normal; }
.live-support-body > a { display: block; margin-top: 15px; color: var(--green-800); text-align: center; font-size: 9px; font-weight: 800; }

@media (max-width: 980px) {
    .header-cta { display: none; }
    .menu-button { display: block; }
    .site-nav { position: absolute; top: 77px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: white; }
    .site-nav.show { display: flex; }
    .site-nav a { padding: 13px; border-bottom: 1px solid #edf2ee; }
    .site-nav a:last-child { border-bottom: 0; }
    .hero-grid, .stock-showcase-grid, .owner-showcase-grid, .family-showcase-grid, .package-main, .split-section, .faq-layout, .demo-grid { grid-template-columns: 1fr; gap: 46px; }
    .hero-copy { text-align: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-actions, .hero-points { justify-content: center; }
    .audience-grid { grid-template-columns: 1fr 1fr; }
    .references-grid { grid-template-columns: repeat(3, 1fr); }
    .trust-grid { grid-template-columns: 1fr 1fr; }
    .trust-grid > div:nth-child(2) { border-right: 0; }
    .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .family-showcase-copy { text-align: center; }
    .family-screens { width: min(650px, 100%); margin: 0 auto; }
    .owner-showcase-copy { text-align: center; }
    .owner-screens { width: min(650px, 100%); margin: 0 auto; order: 2; }
    .owner-showcase-copy { order: 1; }
    .pos-heading { grid-template-columns: 1fr; gap: 18px; text-align: center; }
    .pos-heading > p { max-width: 720px; margin: 0 auto; }
    .pos-stage { min-height: 570px; }
    .pos-flow { grid-template-columns: 1fr 1fr; }
    .pos-benefit-strip { grid-template-columns: 1fr 1fr; }
    .pos-benefit-strip > div:nth-child(2) { border-right: 0; }
    .pos-benefit-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .stock-showcase-copy { max-width: 760px; margin: 0 auto; text-align: center; }
    .stock-capabilities,
    .stock-owner-result { text-align: left; }
    .stock-screens { width: min(650px, 100%); margin: 0 auto; }
    .stock-flow { grid-template-columns: 1fr 1fr; gap: 10px; }
    .stock-flow > i { display: none; }
    .stock-flow > div { padding: 8px; }
    .package-main { gap: 24px; }
    .package-copy { min-height: 680px; }
    .package-pillars { grid-template-columns: 1fr; }
    .system-cards-grid { grid-template-columns: 1fr 1fr; }
    .system-card-manager { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
    .system-card-content h3,
    .system-card-content > p { min-height: 0; }
}

@media (max-width: 700px) {
    .site-container { width: min(100% - 28px, 1180px); }
    .site-header { height: 68px; }
    .brand img { width: 42px; height: 42px; }
    .brand strong { font-size: 18px; }
    .brand small { font-size: 8px; }
    .site-nav { top: 67px; left: 14px; right: 14px; }
    .hero { padding: 60px 0 66px; }
    .hero h1 { font-size: 42px; }
    .hero-copy > p { font-size: 15px; }
    .hero-actions .button { width: 100%; }
    .hero-visual { min-height: 405px; }
    .dashboard-preview { padding: 18px; border-radius: 24px; }
    .preview-total { padding: 30px 2px 22px; }
    .preview-stats > div { padding: 10px 8px; }
    .floating-family { top: 6px; right: -5px; }
    .floating-stock { bottom: 0; left: -5px; }
    .visual-orbit { width: 360px; height: 360px; }
    .orbit-two { width: 290px; height: 290px; }
    .section { padding: 72px 0; }
    .section-heading { margin-bottom: 34px; }
    .audience-grid, .apps-grid, .install-summary, .references-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
    .audience-card p { min-height: 0; }
    .pos-stage { min-height: 420px; padding: 16px 0 60px; }
    .pos-stage::before { inset: 0 0 12%; border-radius: 26px; }
    .pos-device { padding: 7px; border-radius: 17px; }
    .pos-device-top { height: 30px; }
    .pos-device-top strong { font-size: 8px; }
    .pos-device-top small { display: none; }
    .pos-screen-crop { border-radius: 10px; }
    .pos-payment-preview { right: -5px; bottom: 22px; width: 235px; border-width: 5px; border-radius: 15px; }
    .pos-payment-preview figcaption { padding: 7px; font-size: 7px; }
    .pos-speed-badge { left: -4px; bottom: 44px; padding: 10px 11px; }
    .pos-speed-badge > span { width: 35px; height: 35px; }
    .pos-speed-badge strong { font-size: 10px; }
    .pos-speed-badge small { font-size: 7px; }
    .pos-flow { grid-template-columns: 1fr; }
    .pos-benefit-strip { grid-template-columns: 1fr; }
    .pos-benefit-strip > div,
    .pos-benefit-strip > div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
    .pos-benefit-strip > div:last-child { border-bottom: 0; }
    .stock-showcase-copy { text-align: left; }
    .stock-showcase-copy h2 { font-size: 38px; }
    .stock-showcase-copy > p { font-size: 14px; }
    .stock-capabilities { grid-template-columns: 1fr; }
    .stock-screens { min-height: 520px; }
    .stock-phone { border-width: 6px; border-radius: 22px; }
    .stock-phone-main { width: 225px; height: 450px; }
    .stock-phone-left { top: 92px; left: -12px; width: 165px; height: 330px; }
    .stock-phone-right { top: 92px; right: -12px; width: 165px; height: 330px; }
    .stock-proof { padding: 10px 11px; }
    .stock-proof > span { width: 33px; height: 33px; }
    .stock-proof-top { top: 44px; right: -2px; }
    .stock-proof-bottom { bottom: 18px; left: 2px; }
    .stock-flow { grid-template-columns: 1fr; margin-top: 20px; }
    .stock-flow > div { padding: 10px; }
    .system-cards-grid { grid-template-columns: 1fr; }
    .system-card-manager { grid-column: auto; width: 100%; }
    .system-card-visual { min-height: 220px; }
    .system-card-content { padding: 24px; }
    .card-security-flow { grid-template-columns: 1fr; }
    .card-security-flow > i { transform: rotate(90deg); text-align: center; }
    .owner-capabilities { grid-template-columns: 1fr; }
    .owner-capability { text-align: left; }
    .owner-screens { min-height: 590px; }
    .owner-phone-main { left: 0; width: 265px; height: 574px; }
    .owner-phone-side { top: 78px; right: -10px; width: 205px; height: 443px; }
    .owner-floating-revenue { top: 36px; right: 0; }
    .owner-floating-multi { bottom: 25px; left: 20%; }
    .owner-result-strip { text-align: left; }
    .family-feature-list { grid-template-columns: 1fr; }
    .family-feature { text-align: left; }
    .family-screens { min-height: 590px; }
    .phone-shot-main { left: 0; width: 265px; height: 574px; }
    .phone-shot-side { top: 82px; right: -10px; width: 205px; height: 443px; }
    .family-proof-top { top: 35px; right: 0; }
    .family-proof-bottom { bottom: 25px; left: 21%; }
    .app-card { padding: 25px; }
    .app-card > p { min-height: 0; }
    .package-heading { margin-bottom: 36px; text-align: left; }
    .package-heading h2 { font-size: 40px; }
    .package-heading p { font-size: 14px; }
    .package-devices { padding: 10px; border-radius: 24px; }
    .package-device { min-height: 175px; }
    .package-device-pos { min-height: 235px; }
    .package-copy { min-height: 0; padding: 27px; border-radius: 25px; }
    .package-quote-button { margin-top: 24px; }
    .package-final-message { flex-direction: column; align-items: flex-start; gap: 4px; }
    .live-support { right: 14px; bottom: 14px; }
    .live-support-panel { width: calc(100vw - 28px); max-height: calc(100vh - 100px); overflow-y: auto; }
    .live-support-toggle { min-width: 58px; width: 58px; padding: 10px; }
    .live-support-toggle strong,
    .live-support-toggle small { display: none; }
    .steps li { grid-template-columns: 50px 1fr; padding: 19px; }
    .steps li > span { width: 48px; height: 48px; }
    .form-full { grid-column: auto; }
    .demo-form { padding: 22px; }
    .footer-grid { gap: 30px; }
    .footer-bottom { flex-direction: column; gap: 8px; }
    .install-dialog { padding: 25px 18px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
