:root {
    --home-ink: #162033;
    --home-muted: #5f6b7c;
    --home-line: #e3e7ee;
    --home-soft: #f5f7fa;
    --home-purple: #7627c8;
    --home-purple-dark: #56208f;
    --home-green: #15866f;
    --home-coral: #df624f;
    --home-dark: #171426;
}

html { scroll-behavior: smooth; }
body.public-site,
body.home-redesign { overflow-x: hidden; background: #fff; color: var(--home-ink); }
.public-site .navbar-one,
.home-redesign .navbar-one { background: var(--home-dark); }
.public-site .offcanvas,
.home-redesign .offcanvas { max-width: 100vw; }
.public-site main,
.home-redesign main { overflow-x: clip; overflow-y: visible; }
.home-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.home-section { position: relative; z-index: 0; padding: 96px 0; background: #fff; }
.home-section--soft { background: var(--home-soft); }
.home-section--dark { background: var(--home-dark); color: #fff; }
.home-kicker {
    display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px;
    color: var(--home-purple); font-size: 13px; font-weight: 800;
    letter-spacing: 0; text-transform: uppercase;
}
.home-kicker::before { content: ''; width: 24px; height: 2px; background: currentColor; }
.home-heading { margin: 0; color: var(--home-ink); font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: 0; }
.home-heading--small { font-size: clamp(28px, 3vw, 42px); }
.home-lead { max-width: 700px; margin: 20px 0 0; color: var(--home-muted); font-size: 18px; line-height: 1.65; }
.home-section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.home-section-head > div { max-width: 760px; }
.home-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--home-purple); font-weight: 800; text-decoration: none; white-space: nowrap; }
.home-text-link:hover { color: var(--home-purple-dark); }
.home-text-link .material-symbols-outlined { font-size: 19px; }

.home-button {
    min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    padding: 13px 22px; border: 1px solid transparent; border-radius: 7px;
    background: var(--home-purple); color: #fff; font-weight: 800; text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.home-button:hover { transform: translateY(-2px); background: var(--home-purple-dark); color: #fff; }
.home-button--light { background: #fff; color: var(--home-ink); }
.home-button--light:hover { background: #f2eef7; color: var(--home-ink); }
.home-button--outline { border-color: rgba(255, 255, 255, .36); background: transparent; color: #fff; }
.home-button--outline:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.home-button .material-symbols-outlined { font-size: 20px; }

.home-hero { position: relative; background: var(--home-dark); color: #fff; padding: 96px 0 80px; }
.home-hero__grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr); align-items: start; gap: 72px; }
.home-hero .home-kicker { color: #d8b8fb; }
.home-hero h1 { max-width: 710px; margin: 0; color: #fff; font-size: clamp(48px, 6.2vw, 82px); line-height: .99; letter-spacing: 0; }
.home-hero__copy { max-width: 680px; margin: 25px 0 0; color: #d9d5e3; font-size: 19px; line-height: 1.65; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.home-hero__note { display: flex; align-items: center; gap: 9px; margin-top: 20px; color: #bcb6c8; font-size: 14px; }
.home-hero__note .material-symbols-outlined { color: #67d6b9; font-size: 20px; }
.home-hero__visual { position: relative; min-width: 0; }
.home-hero__image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; display: block; }
.home-call-status {
    position: absolute; left: -28px; bottom: 28px; width: min(330px, calc(100% - 28px));
    padding: 17px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px;
    background: rgba(23, 20, 38, .92); box-shadow: 0 18px 50px rgba(0,0,0,.28);
    backdrop-filter: blur(14px);
}
.home-call-status__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.home-call-status__person { display: flex; align-items: center; gap: 11px; min-width: 0; }
.home-call-status__icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #2d2544; color: #d8b8fb; flex: 0 0 auto; }
.home-call-status strong { display: block; font-size: 14px; color: #fff; }
.home-call-status small { display: block; margin-top: 2px; color: #bcb6c8; font-size: 12px; }
.home-call-status__live { display: inline-flex; align-items: center; gap: 6px; color: #83e4ca; font-size: 12px; font-weight: 800; }
.home-call-status__live::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #37c69e; }
.home-call-status__message { margin: 13px 0 0; color: #e9e5ef; font-size: 13px; line-height: 1.5; }

.home-proof { border-bottom: 1px solid var(--home-line); background: #fff; }
.home-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-proof__item { min-height: 112px; display: flex; align-items: center; gap: 13px; padding: 22px 28px; border-right: 1px solid var(--home-line); }
.home-proof__item:first-child { border-left: 1px solid var(--home-line); }
.home-proof__item .material-symbols-outlined { color: var(--home-purple); font-size: 28px; }
.home-proof__item strong { display: block; color: var(--home-ink); font-size: 14px; line-height: 1.3; }
.home-proof__item span:last-child { display: block; margin-top: 4px; color: var(--home-muted); font-size: 12px; line-height: 1.35; }

.home-demo__grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 80px; }
.home-demo__visual { position: relative; }
.home-demo__visual img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; display: block; }
.home-demo__play {
    position: absolute; inset: 0; margin: auto; width: 68px; height: 68px; display: grid; place-items: center;
    border: 0; border-radius: 50%; background: #fff; color: var(--home-purple); box-shadow: 0 16px 40px rgba(22,32,51,.22);
}
.home-demo__play:hover { transform: scale(1.04); }
.home-demo__play .material-symbols-outlined { font-size: 35px; }
.home-checks { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
.home-checks li { display: flex; align-items: flex-start; gap: 11px; color: var(--home-ink); font-weight: 700; }
.home-checks .material-symbols-outlined { color: var(--home-green); font-size: 21px; margin-top: 1px; }

.home-capabilities { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--home-line); border-left: 1px solid var(--home-line); }
.home-capability { min-height: 250px; padding: 34px; border-right: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); background: #fff; text-decoration: none; }
.home-capability:hover { background: #fbf9fd; }
.home-capability__icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 7px; background: #f0e8f8; color: var(--home-purple); }
.home-capability:nth-child(2) .home-capability__icon { background: #e5f4f0; color: var(--home-green); }
.home-capability:nth-child(3) .home-capability__icon { background: #fbeae6; color: var(--home-coral); }
.home-capability:nth-child(4) .home-capability__icon { background: #e9eef8; color: #355da8; }
.home-capability h3 { margin: 0; color: var(--home-ink); font-size: 22px; letter-spacing: 0; }
.home-capability p { margin: 12px 0 25px; color: var(--home-muted); line-height: 1.65; }

.home-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; counter-reset: setup; }
.home-step { position: relative; padding: 34px 34px 34px 0; counter-increment: setup; }
.home-step + .home-step { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.18); }
.home-step::before { content: '0' counter(setup); display: block; margin-bottom: 45px; color: #d0a9f7; font-size: 14px; font-weight: 800; }
.home-step h3 { margin: 0 0 13px; color: #fff; font-size: 22px; }
.home-step p { margin: 0; color: #bcb6c8; line-height: 1.65; }
.home-steps-cta { margin-top: 44px; }

.home-industries { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.home-industry {
    min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 18px 20px; border: 1px solid var(--home-line); border-radius: 7px;
    background: #fff; color: var(--home-ink); font-weight: 800; text-decoration: none;
}
.home-industry:hover { border-color: var(--home-purple); color: var(--home-purple); }
.home-industry .material-symbols-outlined { color: var(--home-purple); font-size: 20px; }

.home-knowledge__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; }
.home-knowledge__image { position: relative; }
.home-knowledge__image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; display: block; }
.home-knowledge__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.home-knowledge__fact { padding: 18px; border-left: 3px solid var(--home-purple); background: #fff; }
.home-knowledge__fact:nth-child(2) { border-color: var(--home-green); }
.home-knowledge__fact strong { display: block; color: var(--home-ink); font-size: 14px; }
.home-knowledge__fact span { display: block; margin-top: 5px; color: var(--home-muted); font-size: 13px; line-height: 1.45; }

.home-integrations { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.home-integration { display: grid; grid-template-columns: 150px 1fr; min-height: 210px; border: 1px solid var(--home-line); border-radius: 8px; overflow: hidden; background: #fff; text-decoration: none; }
.home-integration img { width: 100%; height: 100%; object-fit: cover; }
.home-integration__copy { display: flex; flex-direction: column; justify-content: center; padding: 28px; }
.home-integration h3 { margin: 0; color: var(--home-ink); font-size: 21px; }
.home-integration p { margin: 10px 0 20px; color: var(--home-muted); line-height: 1.55; }

.home-pricing { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.home-price-points { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.17); }
.home-price-point { display: flex; align-items: center; gap: 13px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.17); color: #e8e4ed; }
.home-price-point .material-symbols-outlined { color: #83e4ca; }
.home-pricing .home-heading { color: #fff; }
.home-pricing .home-lead { color: #bcb6c8; }
.home-pricing__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.home-faq { max-width: 900px; margin: 0 auto; }
.home-faq details { border-top: 1px solid var(--home-line); }
.home-faq details:last-child { border-bottom: 1px solid var(--home-line); }
.home-faq summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; color: var(--home-ink); font-size: 18px; font-weight: 800; list-style: none; }
.home-faq summary::-webkit-details-marker { display: none; }
.home-faq summary::after { content: '+'; color: var(--home-purple); font-size: 27px; font-weight: 400; }
.home-faq details[open] summary::after { content: '−'; }
.home-faq details p { max-width: 760px; margin: -4px 0 24px; color: var(--home-muted); line-height: 1.7; }
.home-faq__more { margin-top: 28px; text-align: center; }

.home-final { padding: 82px 0; background: #eef2f5; }
.home-final__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.home-final h2 { max-width: 760px; margin: 0; color: var(--home-ink); font-size: clamp(34px, 4.5vw, 58px); line-height: 1.06; letter-spacing: 0; }
.home-final p { margin: 15px 0 0; color: var(--home-muted); font-size: 17px; }
.home-final__action { flex: 0 0 auto; }

.home-modal { position: fixed; inset: 0; z-index: 1100; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(11, 9, 18, .84); }
.home-modal.is-open { display: flex; }
.home-modal__panel { width: min(960px, 100%); position: relative; }
.home-modal__video { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 8px; background: #000; }
.home-modal__close { position: absolute; right: 0; top: -46px; width: 38px; height: 38px; border: 0; background: transparent; color: #fff; }
.home-cookie {
    position: fixed; left: 20px; right: auto; bottom: 20px; z-index: 1050; width: min(360px, calc(100% - 28px));
    padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px;
    background: #15121f; color: #fff; box-shadow: 0 18px 44px rgba(0,0,0,.24);
}
.public-site .progress-wrap {
    z-index: 10001;
    bottom: 96px;
    box-shadow: inset 0 0 0 2px rgba(118, 39, 200, 0.28);
}
.public-site .progress-wrap::before,
.public-site .progress-wrap::after {
    color: var(--home-purple);
}
.home-cookie[hidden] { display: none; }
.home-cookie p { margin: 0 0 15px; color: #ded9e6; font-size: 14px; line-height: 1.55; }
.home-cookie a { color: #fff; text-decoration: underline; }
.home-cookie button { min-height: 40px; width: 100%; border: 0; border-radius: 6px; background: var(--home-purple); color: #fff; font-weight: 800; }

@media (max-width: 991px) {
    .home-section { padding: 76px 0; }
    .home-hero { padding: 88px 0 68px; }
    .home-hero__grid, .home-demo__grid, .home-knowledge__grid, .home-pricing { grid-template-columns: 1fr; gap: 48px; }
    .home-hero__visual { max-width: 620px; }
    .home-proof__grid { grid-template-columns: repeat(2, 1fr); }
    .home-proof__item:nth-child(3) { border-left: 1px solid var(--home-line); border-top: 1px solid var(--home-line); }
    .home-proof__item:nth-child(4) { border-top: 1px solid var(--home-line); }
    .home-industries { grid-template-columns: repeat(2, 1fr); }
    .home-integrations { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .home-shell { width: min(100% - 28px, 1180px); }
    .home-section { padding: 62px 0; }
    .home-section-head { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
    .home-hero { padding-top: 88px; }
    .home-hero__grid { display: flex; flex-direction: column; gap: 42px; }
    .home-hero h1 { font-size: clamp(43px, 13vw, 62px); }
    .home-hero__copy { font-size: 17px; }
    .home-hero__actions { flex-direction: column; }
    .home-button { width: 100%; }
    .home-call-status { left: 14px; right: 14px; bottom: 14px; width: auto; }
    .home-proof__grid { grid-template-columns: 1fr; }
    .home-proof__item, .home-proof__item:first-child, .home-proof__item:nth-child(3) { min-height: 92px; border-left: 1px solid var(--home-line); border-top: 1px solid var(--home-line); }
    .home-proof__item:first-child { border-top: 0; }
    .home-capabilities, .home-steps, .home-industries, .home-knowledge__facts { grid-template-columns: 1fr; }
    .home-capability { min-height: auto; padding: 28px; }
    .home-step { padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
    .home-step + .home-step { padding-left: 0; border-left: 0; }
    .home-step::before { margin-bottom: 18px; }
    .home-integration { grid-template-columns: 110px 1fr; min-height: 190px; }
    .home-integration__copy { padding: 22px; }
    .home-final__inner { align-items: flex-start; flex-direction: column; }
    .home-final__action { width: 100%; }
    .public-site .progress-wrap { right: 16px; bottom: 88px; }
    .home-cookie { left: 14px; right: 14px; width: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .home-button { transition: none; }
}

/* Inner page hero */
.home-page-hero { padding: 52px 0 56px; background: var(--home-dark); color: #fff; }
.home-page-hero--landing { padding-top: 96px; }
.home-page-hero .home-kicker { color: #d8b8fb; }
.home-page-hero h1 { margin: 0; max-width: 820px; color: #fff; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.08; }
.home-page-hero__lead { max-width: 720px; margin: 16px 0 0; color: #d9d5e3; font-size: 18px; line-height: 1.65; }
.home-page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.home-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 16px; padding: 0; list-style: none; color: #bcb6c8; font-size: 14px; }
.home-breadcrumb a { color: #fff; text-decoration: none; }
.home-breadcrumb a:hover { color: #d8b8fb; }
.home-breadcrumb__sep { opacity: 0.55; }

.home-page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; gap: 56px; }
.home-page-hero__visual img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; display: block; }

/* Marketing benefits (3-up cards) */
.home-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.home-benefit { padding: 28px; border: 1px solid var(--home-line); border-radius: 8px; background: #fff; }
.home-benefit__number { display: inline-block; margin-bottom: 18px; color: var(--home-purple); font-size: 13px; font-weight: 800; letter-spacing: 0.08em; }
.home-benefit h3 { margin: 0 0 12px; color: var(--home-ink); font-size: 22px; line-height: 1.3; }
.home-benefit p { margin: 0; color: var(--home-muted); line-height: 1.65; }

.home-section--dark .home-heading { color: #fff; }
.home-section--dark .home-kicker--light { color: #d8b8fb; }

/* Resource cards */
.home-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.home-resource-card { overflow: hidden; border: 1px solid var(--home-line); border-radius: 8px; background: #fff; text-decoration: none; color: inherit; transition: border-color 0.2s ease, transform 0.2s ease; }
.home-resource-card:hover { border-color: var(--home-purple); transform: translateY(-4px); }
.home-resource-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.home-resource-card__body { padding: 24px; }
.home-resource-card time { display: block; margin-bottom: 10px; color: var(--home-purple); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; }
.home-resource-card h2 { margin: 0 0 10px; font-size: 20px; line-height: 1.3; color: var(--home-ink); }
.home-resource-card p { margin: 0 0 16px; color: var(--home-muted); line-height: 1.6; font-size: 15px; }

.home-article-body { max-width: 820px; margin: 0 auto; color: var(--home-ink); font-size: 18px; line-height: 1.85; }
.home-article-body p { margin: 0 0 1.2em; }
.home-back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 18px; color: #d8b8fb; font-weight: 700; text-decoration: none; }
.home-back-link:hover { color: #fff; }

.home-page-hero time { display: block; margin-bottom: 12px; color: #d8b8fb; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.home-section--flush-top { padding-top: 0; }
.home-article-feature img { width: 100%; border-radius: 8px; display: block; }
.home-empty { margin: 0; color: var(--home-muted); font-size: 18px; text-align: center; padding: 32px 0; }

.home-pagination { margin-top: 48px; display: flex; justify-content: center; }
.public-site .pagination .page-link { border-color: var(--home-line); color: var(--home-purple); }
.public-site .pagination .page-link.active,
.public-site .pagination .page-link:hover { background: var(--home-purple); border-color: var(--home-purple); color: #fff; }

/* Public nav buttons */
.public-site .navbar-one .btn-border,
.home-redesign .navbar-one .btn-border {
    min-height: 42px; padding: 10px 16px; border-radius: 7px; border-color: rgba(255,255,255,.28);
    background: transparent; color: #fff; font-weight: 700;
}
.public-site .navbar-one .btn-border:hover,
.home-redesign .navbar-one .btn-border:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
.public-site .navbar-one .btn-border::before,
.public-site .navbar-one .btn-border::after,
.home-redesign .navbar-one .btn-border::before,
.home-redesign .navbar-one .btn-border::after { display: none; }

/* Footer aligned with public theme */
.public-site .site-footer,
.home-redesign .site-footer {
    background: var(--home-dark);
    border-top: 1px solid rgba(255,255,255,.08);
}
.public-site .site-footer__bar,
.home-redesign .site-footer__bar {
    background: rgba(0,0,0,.18);
    border-top: 1px solid rgba(255,255,255,.08);
}

/* Pricing on light background */
.public-site .pricing-section { background: #fff; padding: 64px 0 96px; overflow: visible; }
.public-site .pricing-section .section-heading__title,
.public-site .pricing-section .section-heading p { color: var(--home-ink); }
.public-site .pricing-toolbar {
    position: relative;
    z-index: 40;
    background: var(--home-soft);
    border: 1px solid var(--home-line);
}
.public-site .pricing-toolbar .custom-dropdown { position: relative; z-index: 41; }
.public-site .pricing-toolbar .dropdown-content { z-index: 42; }
.public-site #pricing-plans { position: relative; z-index: 1; }
.public-site .pricing-toolbar__country label { color: var(--home-ink); }
.public-site .pricing-trust span { color: var(--home-muted); }
.public-site .pricing-trust span.trust-guarantee { color: var(--home-green); }
.public-site .billing-toggle label { color: var(--home-muted); }
.public-site .billing-toggle label.active { color: var(--home-ink); }
.public-site .toggle-switch { background: #d8dee8; }
.public-site .toggle-switch.active { background: var(--home-purple); }
.public-site .pricing-footnote { color: var(--home-muted); }
.public-site .pricing-trial-compact {
    border: 1px solid rgba(118,39,200,.22);
    background: linear-gradient(135deg, rgba(118,39,200,.08), rgba(245,247,250,.95));
}
.public-site .pricing-trial-compact__stat { color: var(--home-purple); }
.public-site .pricing-trial-compact__stat small { color: var(--home-muted); }
.public-site .pricing-trial-compact__text strong { color: var(--home-ink); }
.public-site .pricing-trial-compact__text p { color: var(--home-muted); }
.public-site .pricing-card-light .plan-price { color: var(--home-purple); }
.public-site .pricing-card-light .plan-usage-val { color: var(--home-purple); }
.public-site .highlighted { border-color: var(--home-purple) !important; box-shadow: 0 8px 28px rgba(118,39,200,.18) !important; }
.public-site .btn-highlighted,
.public-site .pricing-card-light .btn-border,
.public-site .pricing-card-light .btn-highlighted { background: var(--home-purple) !important; }
.public-site .btn-highlighted:hover,
.public-site .pricing-card-light .btn-border:hover,
.public-site .pricing-card-light .btn-highlighted:hover { background: var(--home-purple-dark) !important; }

.public-site .progress-wrap,
.home-redesign .progress-wrap {
    z-index: 10001;
    bottom: 96px;
    box-shadow: inset 0 0 0 2px rgba(118, 39, 200, 0.28);
}
.public-site .progress-wrap::before,
.public-site .progress-wrap::after,
.home-redesign .progress-wrap::before,
.home-redesign .progress-wrap::after { color: var(--home-purple); }

@media (max-width: 991px) {
    .home-page-hero__grid { grid-template-columns: 1fr; gap: 40px; }
    .home-benefits, .home-resource-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
    .home-page-hero { padding: 40px 0 48px; }
    .home-page-hero--landing { padding-top: 88px; }
    .home-benefits, .home-resource-grid { grid-template-columns: 1fr; }
}

/* Contact form */
.home-contact { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 32px; align-items: start; }
.home-form { display: grid; gap: 18px; padding: 32px; border: 1px solid var(--home-line); border-radius: 8px; background: #fff; }
.home-form__field label { display: block; margin-bottom: 8px; color: var(--home-ink); font-size: 14px; font-weight: 700; }
.home-form__field input,
.home-form__field select,
.home-form__field textarea {
    width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--home-line); border-radius: 7px;
    background: #fff; color: var(--home-ink); font-size: 15px;
}
.home-form__field textarea { min-height: 120px; resize: vertical; }
.home-form__field input:focus,
.home-form__field select:focus,
.home-form__field textarea:focus { outline: none; border-color: var(--home-purple); box-shadow: 0 0 0 3px rgba(118,39,200,.12); }
.home-form__phone { display: grid; grid-template-columns: minmax(140px, 200px) minmax(0, 1fr); gap: 10px; }
.home-form__alert { padding: 12px 14px; border-radius: 7px; font-size: 14px; }
.home-form__alert--success { background: #e5f4f0; color: var(--home-green); border: 1px solid rgba(21,134,111,.25); }
.home-contact-card { display: flex; gap: 14px; padding: 20px; border: 1px solid var(--home-line); border-radius: 8px; background: #fff; margin-bottom: 12px; }
.home-contact-card .material-symbols-outlined { color: var(--home-purple); font-size: 28px; }
.home-contact-card p { margin: 0 0 4px; color: var(--home-muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.home-contact-card a, .home-contact-card strong { color: var(--home-ink); text-decoration: none; font-weight: 700; }
.home-contact-map { margin-top: 48px; overflow: hidden; border-radius: 8px; border: 1px solid var(--home-line); }
.home-contact-map iframe { display: block; width: 100%; min-height: 360px; border: 0; }
.home-final__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Industry landing pages */
.public-site .home-landing-problem .section-heading__title { color: var(--home-ink) !important; }
.public-site .home-landing-problem .section-heading__desc { color: var(--home-muted) !important; font-size: 18px; }
.public-site .home-landing-features { background: #fff; }
.public-site .home-landing-features .section-heading__title,
.public-site .home-landing-features h3 { color: var(--home-ink) !important; }
.public-site .home-landing-features .section-heading__desc,
.public-site .home-landing-features p { color: var(--home-muted) !important; }
.public-site .home-landing-features .every-need-section__item {
    height: 100%; padding: 28px; border: 1px solid var(--home-line); border-radius: 8px; background: #fff;
}
.public-site .home-landing-features .every-need-section__icon .material-symbols-outlined { color: var(--home-purple) !important; font-size: 48px !important; }
.public-site .home-landing-proof .section-heading__title,
.public-site .home-landing-proof .section-heading__desc,
.public-site .home-landing-proof h2,
.public-site .home-landing-proof h4,
.public-site .home-landing-proof p,
.public-site .home-landing-proof .lead,
.public-site .home-landing-proof .small { color: #fff !important; }
.public-site .home-landing-proof .card { border: 1px solid rgba(255,255,255,.14) !important; background: rgba(255,255,255,.06) !important; backdrop-filter: blur(8px); }
.public-site .home-landing-proof .card-body h4 { color: #fff !important; }
.public-site .home-landing-proof .card-body p { color: #d9d5e3 !important; }
.public-site .home-landing-proof .text-primary { color: #d8b8fb !important; }
.public-site .home-landing-faq .section-heading__title { color: var(--home-ink) !important; }
.public-site .home-landing-faq .section-heading__desc { color: var(--home-muted) !important; }
.public-site .home-landing-faq .accordion-item { border: 1px solid var(--home-line) !important; border-radius: 8px !important; overflow: hidden; margin-bottom: 12px; background: #fff; }
.public-site .home-landing-faq .accordion-button { background: #fff !important; color: var(--home-ink) !important; font-weight: 700; box-shadow: none !important; }
.public-site .home-landing-faq .accordion-button:not(.collapsed) { color: var(--home-purple) !important; }
.public-site .home-landing-faq .accordion-body p { color: var(--home-muted); }
.public-site .home-landing-faq .accordion-button .material-symbols-outlined { color: var(--home-purple); }

.home-landing-stats .material-symbols-outlined { font-size: 64px; opacity: 0.92; }
.home-landing-stats h2 { color: #fff; font-size: clamp(36px, 5vw, 52px); font-weight: 800; }
.home-landing-proof-card {
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    text-align: center;
}
.home-landing-proof-card .material-symbols-outlined { font-size: 48px; color: #d8b8fb; }
.home-landing-proof-card h4 { margin-bottom: 12px; color: #fff; font-size: 20px; font-weight: 800; }
.home-landing-proof-card p { margin: 0; color: #d9d5e3; }

@media (max-width: 991px) {
    .home-contact { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .home-form__phone { grid-template-columns: 1fr; }
}

/* Legal / policy pages */
.home-legal-body {
    max-width: 820px;
    margin: 0 auto;
    color: var(--home-ink);
    font-size: 17px;
    line-height: 1.75;
}
.home-legal-body h2 {
    margin: 40px 0 14px;
    color: var(--home-ink);
    font-size: 22px;
    line-height: 1.3;
}
.home-legal-body h2:first-of-type { margin-top: 0; }
.home-legal-body h3 {
    margin: 0 0 12px;
    color: var(--home-ink);
    font-size: 18px;
    line-height: 1.35;
}
.home-legal-body p { margin: 0 0 1.1em; color: var(--home-muted); }
.home-legal-body ul {
    margin: 0 0 1.2em;
    padding-left: 1.25em;
    color: var(--home-muted);
}
.home-legal-body li { margin-bottom: 0.45em; }
.home-legal-body li ul { margin-top: 0.6em; }
.home-legal-body a { color: var(--home-purple); font-weight: 700; text-decoration: none; }
.home-legal-body a:hover { color: var(--home-purple-dark); text-decoration: underline; }
.home-legal-meta {
    margin: 0 0 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--home-line);
    color: var(--home-muted);
    font-size: 15px;
}
.home-legal-subheading {
    margin: 18px 0 8px;
    color: var(--home-purple);
    font-weight: 800;
}
.home-legal-panel {
    margin: 24px 0;
    padding: 22px 24px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #fff;
}
.home-legal-callout {
    margin: 24px 0;
    padding: 18px 20px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    background: #fff;
    color: var(--home-muted);
}
.home-legal-callout--info {
    border-color: rgba(118, 39, 200, 0.22);
    background: rgba(118, 39, 200, 0.06);
}
.home-legal-callout--success {
    border-color: rgba(21, 134, 111, 0.22);
    background: rgba(21, 134, 111, 0.06);
}
.home-legal-callout--warn {
    border-color: rgba(223, 98, 79, 0.22);
    background: rgba(223, 98, 79, 0.06);
}
.home-legal-callout strong { color: var(--home-ink); }

/* Auth pages */
.home-auth { max-width: 520px; margin: 0 auto; }
.home-auth--wide { max-width: 600px; }
.home-form__intro { margin: 0; color: var(--home-muted); font-size: 15px; line-height: 1.6; }
.home-form__field--password { position: relative; }
.home-form__field--password input { padding-right: 44px; }
.home-form__password-toggle {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 0;
    background: transparent;
    padding: 4px;
    color: var(--home-muted);
    cursor: pointer;
    line-height: 1;
}
.home-form__password-toggle .material-symbols-outlined { font-size: 22px; }
.home-form__password-toggle .open-eye-icon { display: none; }
.home-form__error { margin: 6px 0 0; padding: 0; list-style: none; color: #b42318; font-size: 13px; font-weight: 600; }
.home-form__links { display: flex; justify-content: flex-end; margin-top: -4px; }
.home-form__links a { color: var(--home-purple); font-size: 14px; font-weight: 600; text-decoration: none; }
.home-form__links a:hover { text-decoration: underline; }
.home-form__row { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 12px; }
.home-form__check { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--home-muted); line-height: 1.5; }
.home-form__check input { margin-top: 4px; flex-shrink: 0; accent-color: var(--home-purple); }
.home-form__check a { color: var(--home-purple); font-weight: 600; text-decoration: underline; }
.home-form__footer { margin: 0; text-align: center; color: var(--home-muted); font-size: 15px; }
.home-form__footer a { color: var(--home-purple); font-weight: 700; text-decoration: none; }
.home-form__footer a:hover { text-decoration: underline; }
.home-form__divider { display: flex; align-items: center; gap: 16px; color: var(--home-muted); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.home-form__divider::before,
.home-form__divider::after { content: ""; flex: 1; height: 1px; background: var(--home-line); }
.home-form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.home-form__actions form { margin: 0; }
.home-button--ghost {
    border: 1px solid var(--home-line);
    background: #fff;
    color: var(--home-ink);
    box-shadow: none;
}
.home-button--ghost:hover { border-color: var(--home-purple); background: rgba(118, 39, 200, 0.06); color: var(--home-purple); }
