:root {
    --ink: #071321;
    --ink2: #0b1d31;
    --surface: #102740;
    --teal: #8b0f18;
    --teal2: #8b0f18;
    --blue: #78a8ff;
    --text: #f4f8fb;
    --muted: #a9bdcf;
    --line: rgba(190, 220, 235, .16);
    --white: #fff;
    --shadow: 0 24px 80px rgba(0, 0, 0, .28);
    --radius: 22px;
    --max: 1180px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--ink);
    color: var(--text);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    overflow-x: hidden
}

body.menu-open {
    overflow: hidden
}

a {
    color: inherit;
    text-decoration: none
}

button, input, select, textarea {
    font: inherit
}

button {
    cursor: pointer
}

.container {
    width: min(calc(100% - 40px), var(--max));
    margin: auto
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--teal);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase
}

.eyebrow:before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--teal)
}

h1, h2, h3 {
    font-family: "Manrope", sans-serif;
    line-height: 1.12;
    margin: 0
}

h1 {
    font-size: clamp(2.75rem, 6vw, 5.8rem);
    letter-spacing: -.055em;
    max-width: 920px
}

h2 {
    font-size: clamp(2rem, 4.3vw, 3.7rem);
    letter-spacing: -.04em
}

h3 {
    font-size: 1.25rem;
    letter-spacing: -.02em
}

p {
    margin: 0
}

.muted {
    color: var(--muted)
}

.section {
    padding: 110px 0
}

.section-head {
    display: grid;
    grid-template-columns: 1.05fr .75fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 52px
}

.section-head p {
    font-size: 1.1rem
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 14px 22px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: .25s ease;
    min-height: 52px
}

.btn svg {
    width: 18px
}

.btn-primary {
    background: var(--teal);
    color: #04231e
}

.btn-primary:hover {
    /* background: #70f1d9; */
    /* transform: translateY(-2px); */
    /* box-shadow: 0 12px 30px rgba(67, 230, 199, .22) */
}

.btn-ghost {
    border-color: var(--line);
    background: rgba(255, 255, 255, .035)
}

.btn-ghost:hover {
    border-color: rgba(67, 230, 199, .5);
    background: rgba(67, 230, 199, .07)
}

.nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    background: rgba(7, 19, 33, .72);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid transparent;
    transition: .25s
}

.nav.scrolled {
    border-color: var(--line)
}

.nav-inner {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    display: flex;
    align-items: center;
    gap: 11px;
    font: 800 1.22rem "Manrope", sans-serif
}

.logo img {
    width: 100%;
    height: 32px
}

.logo-mark {
    width: 37px;
    height: 37px;
    border-radius: 11px;
    background: var(--teal);
    color: #06221d;
    display: grid;
    place-items: center;
    font-size: 1.1rem;
    box-shadow: 0 0 0 6px rgba(67, 230, 199, .08)
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: .92rem;
    color: #c9d6df
}

.nav-links a:hover {
    color: var(--teal)
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px
}

.menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: transparent;
    color: white
}

.menu-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    margin: 4px auto
}

.hero {
    min-height: 880px;
    padding: 170px 0 100px;
    position: relative;
    display: flex;
    align-items: center
}

.hero:before {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    right: -220px;
    top: 80px;
    background: radial-gradient(circle, rgba(67, 230, 199, .16), transparent 65%);
    pointer-events: none
}

.hero:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -300px;
    bottom: -80px;
    background: radial-gradient(circle, rgba(120, 168, 255, .12), transparent 68%);
    pointer-events: none
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 1
}

.hero .eyebrow {
    margin-bottom: 22px
}

.hero h1 span {
    color: var(--teal)
}

.hero-copy>p {
    font-size: 1.18rem;
    color: var(--muted);
    max-width: 690px;
    margin: 28px 0 34px
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.trust-line {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
    color: #89a3b7;
    font-size: .88rem
}

.avatars {
    display: flex
}

.avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--ink);
    background: linear-gradient(135deg, #315375, #14283c);
    display: grid;
    place-items: center;
    font-size: .65rem;
    margin-left: -7px
}

.avatar:first-child {
    margin-left: 0
}

.hero-visual {
    position: relative
}

.platform-card {
    border: 1px solid var(--line);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(18, 48, 75, .96), rgba(8, 25, 42, .96));
    box-shadow: var(--shadow);
    padding: 22px;
    transform: perspective(1000px) rotateY(-4deg) rotateX(2deg)
}

.dash-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 4px 22px
}

.dash-dots {
    display: flex;
    gap: 6px
}

.dash-dots i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d0d7da;
}

.dash-dots i:first-child {
    background: #ff5c60;
}

.dash-dots i:last-child {
    background: #35c759;
}

.live {
    font-size: .72rem;
    color: #b7c9d6;
    display: flex;
    align-items: center;
    gap: 7px
}

.live:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--teal);
    box-shadow: 0 0 0 5px rgba(67, 230, 199, .08)
}

.flow {
    display: grid;
    gap: 12px
}

.channel-row {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 13px;
    align-items: center;
    padding: 15px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .05)
}

.channel-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: rgba(67, 230, 199, .12);
    color: var(--teal);
    display: grid;
    place-items: center
}

.channel-icon svg {
    width: 21px;
    height: 21px
}

.channel-row strong {
    display: block;
    font: 700 .92rem "Manrope"
}

.channel-row small {
    color: #7692a7
}

.channel-row b {
    font-size: .75rem;
    color: var(--teal);
    background: rgba(67, 230, 199, .1);
    padding: 5px 9px;
    border-radius: 20px
}

.insight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px
}

.mini-card {
    padding: 16px;
    border-radius: 16px;
    background: #081a2c;
    border: 1px solid var(--line)
}

.mini-card span {
    font-size: .72rem;
    color: #7f98ac
}

.mini-card strong {
    display: block;
    font: 800 1.5rem "Manrope";
    margin-top: 5px
}

.wave {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 25px;
    margin-top: 8px
}

.wave i {
    width: 3px;
    border-radius: 4px;
    background: var(--teal);
    animation: wave 1.2s ease-in-out infinite
}

.wave i:nth-child(2n) {
    animation-delay: .18s
}

.wave i:nth-child(3n) {
    animation-delay: .34s
}

@keyframes wave {
    0%, 100% {
        height: 5px
    }

    50% {
        height: 22px
    }
}

.logo-strip {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .018)
}

.logo-strip .container {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap
}

.logo-strip span {
    color: #708ba0;
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700
}

.industries-mini {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    color: #c1cfda;
    font: 600 .9rem "Manrope"
}

.channels {
    background: #f5f8fa;
    color: #0a1b2b
}

.channels .muted, .channels .section-head p {
    color: #526678
}

.channel-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px
}

.feature-card {
    grid-column: span 4;
    min-height: 292px;
    background: white;
    border: 1px solid #dfe7ec;
    border-radius: var(--radius);
    padding: 28px;
    display: flex;
    flex-direction: column;
    transition: .25s
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(15, 44, 65, .09);
    border-color: #bddbd5
}

.feature-card.wide {
    grid-column: span 6;
    min-height: 250px
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background: #e9faf6;
    color: #087565;
    display: grid;
    place-items: center;
    margin-bottom: 30px
}

.feature-icon svg {
    width: 25px;
    height: 25px
}

.feature-card p {
    color: #5a6d7c;
    margin-top: 12px
}

.feature-card a {
    margin-top: auto;
    padding-top: 25px;
    color: #087565;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 7px
}

.feature-card a span {
    transition: .2s
}

.feature-card a:hover span {
    transform: translateX(4px)
}

.journey {
    position: relative
}

.journey-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
    align-items: start
}

.sticky {
    position: sticky;
    top: 125px
}

.sticky p {
    color: var(--muted);
    margin: 22px 0 28px
}

.steps {
    position: relative
}

.steps:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 45px;
    bottom: 45px;
    width: 1px;
    background: linear-gradient(var(--teal), rgba(67, 230, 199, .08))
}

.step {
    position: relative;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 24px;
    padding: 24px 0
}

.step-no {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--ink2);
    border: 1px solid rgba(67, 230, 199, .35);
    display: grid;
    place-items: center;
    color: var(--teal);
    font: 700 .86rem "Manrope";
    z-index: 1
}

.step h3 {
    margin: 5px 0 10px
}

.step p {
    color: var(--muted)
}

.impact {
    background: var(--teal);
    color: #04231e;
    padding: 70px 0
}

.impact-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, .65fr);
    gap: 28px;
    align-items: center
}

.impact h2 {
    font-size: clamp(2rem, 3.3vw, 3rem)
}

.metric {
    border-left: 1px solid rgba(4, 35, 30, .22);
    padding-left: 28px
}

.metric strong {
    display: block;
    font: 800 clamp(2rem, 4vw, 3.2rem) "Manrope";
    letter-spacing: -.05em
}

.metric span {
    font-size: .9rem;
    font-weight: 600;
    opacity: .7
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 48px
}

.industry {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px
}

.industry>span {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(120, 168, 255, .1);
    color: var(--blue);
    display: grid;
    place-items: center
}

.industry svg {
    width: 26px
}

.industry p {
    color: var(--muted);
    margin-top: 9px
}

.integrations {
    background: #f5f8fa;
    color: #0a1b2b
}

.integration-wrap {
    background: white;
    border: 1px solid #dfe7ec;
    border-radius: 30px;
    padding: 55px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center
}

.integration-wrap p {
    color: #526678;
    margin: 20px 0 28px
}

.orbit {
    height: 360px;
    position: relative;
    display: grid;
    place-items: center
}

.orbit:before, .orbit:after {
    content: "";
    position: absolute;
    border: 1px solid #d7e4e7;
    border-radius: 50%
}

.orbit:before {
    width: 310px;
    height: 310px
}

.orbit:after {
    width: 205px;
    height: 205px
}

.orbit-core {
    width: 100px;
    height: 100px;
    border-radius: 28px;
    background: var(--ink);
    color: var(--teal);
    display: grid;
    place-items: center;
    font: 800 1.8rem "Manrope";
    z-index: 2;
    box-shadow: 0 15px 45px rgba(7, 19, 33, .22)
}

.app {
    position: absolute;
    width: 54px;
    height: 54px;
    background: #fff;
    border: 1px solid #dce6eb;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font: 800 .72rem "Manrope";
    box-shadow: 0 10px 25px rgba(24, 54, 73, .1);
    z-index: 3
}

.app.a {
    top: 8px;
    left: calc(50% - 27px)
}

.app.b {
    right: 20px;
    top: 94px
}

.app.c {
    right: 43px;
    bottom: 35px
}

.app.d {
    left: 43px;
    bottom: 35px
}

.app.e {
    left: 20px;
    top: 94px
}

.app.f {
    left: calc(50% - 27px);
    bottom: 74px;
    background: #e9faf6;
    color: #087565
}

.security-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.security-panel {
    border-radius: 28px;
    padding: 34px;
    background: linear-gradient(145deg, #102b45, #0a1d30);
    border: 1px solid var(--line)
}

.shield {
    width: 78px;
    height: 88px;
    clip-path: polygon(50% 0, 94% 17%, 85% 75%, 50% 100%, 15% 75%, 6% 17%);
    background: var(--teal);
    color: #05221d;
    display: grid;
    place-items: center;
    margin: 5px auto 30px
}

.shield svg {
    width: 34px
}

.security-list {
    display: grid;
    gap: 10px
}

.security-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 17px;
    background: rgba(255, 255, 255, .035);
    border-radius: 13px;
    color: #dbe5ec
}

.security-item svg {
    width: 18px;
    color: var(--teal)
}

.security-copy p {
    margin: 22px 0 28px;
    color: var(--muted)
}

.checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.check {
    display: flex;
    gap: 9px;
    align-items: center;
    color: #c5d5df;
    font-size: .92rem
}

.check svg {
    width: 18px;
    color: var(--teal);
    flex: 0 0 auto
}

.faq {
    background: #f5f8fa;
    color: #0a1b2b
}

.faq-wrap {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 90px
}

.faq-intro p {
    color: #526678;
    margin-top: 20px
}

.faq-item {
    border-bottom: 1px solid #d9e3e8
}

.faq-q {
    width: 100%;
    border: 0;
    background: none;
    color: #0a1b2b;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    font: 700 1.03rem "Manrope"
}

.faq-q i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e3f4f1;
    position: relative;
    flex: none
}

.faq-q i:before, .faq-q i:after {
    content: "";
    position: absolute;
    background: #087565;
    left: 7px;
    right: 7px;
    top: 12px;
    height: 1px
}

.faq-q i:after {
    transform: rotate(90deg);
    transition: .2s
}

.faq-item.open .faq-q i:after {
    transform: rotate(0)
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    color: #526678;
    transition: max-height .3s ease
}

.faq-a p {
    padding: 0 38px 22px 0
}

.cta {
    padding: 90px 0
}

.cta-box {
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, #123552, #0a2035);
    border: 1px solid rgba(67, 230, 199, .26);
    border-radius: 32px;
    padding: 70px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center
}

/* .cta-box:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -120px;
    top: -170px;
    border: 70px solid rgba(67, 230, 199, .06);
    border-radius: 50%
} */

.cta-box h2 {
    max-width: 760px
}

.cta-box p {
    color: var(--muted);
    font-size: 1.08rem;
    margin-top: 18px
}

.cta-box .btn {
    position: relative;
    z-index: 2
}

body.modal-open {
    overflow: hidden
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(7, 19, 33, .72);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease
}

.modal-overlay.open {
    opacity: 1;
    visibility: visible
}

.modal-box {
    position: relative;
    width: 100%;
    max-width: 500px;
    max-height: 100%;
    overflow: auto;
    background: #0e2338;
    border: 1px solid rgba(67, 230, 199, .26);
    border-radius: 24px;
    padding: 40px 34px;
    transform: translateY(16px) scale(.98);
    transition: transform .25s ease
}

.modal-overlay.open .modal-box {
    transform: translateY(0) scale(1)
}

.modal-box h3 {
    color: #fff;
    margin: 10px 0 6px;
    font-size: 1.5rem
}

.modal-sub {
    color: var(--muted);
    font-size: .95rem;
    margin-bottom: 22px
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .04);
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-close:hover {
    background: rgba(255, 255, 255, .12)
}

.form-row {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.form-row label {
    font-size: .85rem;
    color: #cdd7e1
}

.form-row label em {
    color: #43e6c7;
    font-style: normal
}

.form-row input, .form-row textarea {
    width: 100%;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    padding: 11px 13px;
    color: #fff;
    font: inherit;
    resize: vertical
}

.form-row input:focus, .form-row textarea:focus {
    outline: none;
    border-color: #43e6c7
}

.form-row input::placeholder, .form-row textarea::placeholder {
    color: #7c8ea0
}

#demoForm .btn {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
    border: 0;
    cursor: pointer
}

.form-status {
    min-height: 20px;
    font-size: .85rem;
    margin: 4px 0 12px
}

.form-status.error {
    color: #ff8080
}

.form-status.success {
    color: #43e6c7
}

@media(max-width:640px) {
    .modal-box {
        padding: 32px 22px
    }
}

footer {
    border-top: 1px solid var(--line);
    padding: 55px 0 25px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, .7fr);
    gap: 60px
}

.footer-brand p {
    color: #7f98ac;
    max-width: 340px;
    margin-top: 18px
}

.footer-brand .logo>img {
    width: 50%;
    height: 50px;
}

.footer-col h3 {
    font-size: .9rem;
    margin-bottom: 16px
}

.footer-col a {
    display: block;
    color: #86a0b4;
    font-size: .9rem;
    padding: 5px 0
}

.footer-col a:hover {
    color: var(--teal)
}

.footer-bottom {
    border-top: 1px solid var(--line);
    margin-top: 45px;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #667f93;
    font-size: .82rem
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: .65s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:980px) {
    .nav-links {
        display: none
    }

    .nav-actions .btn-ghost {
        display: none
    }

    .menu-btn {
        display: block
    }

    .nav-links.open {
        display: flex;
        position: fixed;
        inset: 78px 0 0;
        background: #071321;
        padding: 35px 22px;
        flex-direction: column;
        align-items: flex-start;
        font-size: 1.25rem
    }

    .hero {
        min-height: auto
    }

    .hero-grid, .section-head, .journey-grid, .integration-wrap, .security-grid, .faq-wrap {
        grid-template-columns: 1fr
    }

    .hero-grid {
        gap: 55px
    }

    .platform-card {
        max-width: 620px;
        transform: none
    }

    .section-head {
        gap: 20px
    }

    .feature-card {
        grid-column: span 6
    }

    .sticky {
        position: static
    }

    .impact-grid {
        grid-template-columns: 1fr 1fr
    }

    .impact-grid h2 {
        grid-column: 1/-1
    }

    .metric {
        border-left: 0;
        border-top: 1px solid rgba(4, 35, 30, .2);
        padding: 22px 0 0
    }

    .integration-wrap {
        gap: 25px
    }

    .faq-wrap {
        gap: 35px
    }

    .cta-box {
        grid-template-columns: 1fr;
        padding: 50px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:640px) {
    .container {
        width: min(calc(100% - 28px), var(--max))
    }

    .section {
        padding: 78px 0
    }

    .nav-actions>.btn {
        display: none
    }

    .hero {
        padding: 135px 0 75px
    }

    .hero-copy>p {
        font-size: 1.05rem
    }

    .trust-line {
        align-items: flex-start
    }

    .platform-card {
        padding: 14px;
        border-radius: 22px
    }

    .channel-row {
        grid-template-columns: 40px 1fr
    }

    .channel-row>b {
        display: none
    }

    .insight {
        grid-template-columns: 1fr
    }

    .feature-card, .feature-card.wide {
        grid-column: span 12;
        min-height: 250px
    }

    .journey-grid {
        gap: 30px
    }

    .impact-grid {
        grid-template-columns: 1fr
    }

    .impact-grid h2 {
        grid-column: auto
    }

    .industry-grid {
        grid-template-columns: 1fr
    }

    .industry {
        grid-template-columns: 47px 1fr;
        padding: 23px
    }

    .industry>span {
        width: 47px;
        height: 47px
    }

    .integration-wrap {
        padding: 30px 20px
    }

    .orbit {
        height: 300px;
        transform: scale(.88)
    }

    .checks {
        grid-template-columns: 1fr
    }

    .cta {
        padding: 70px 0
    }

    .cta-box {
        padding: 38px 25px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px
    }

    .footer-brand {
        grid-column: 1/-1
    }

    .footer-bottom {
        flex-direction: column
    }

    .logo-strip .container {
        justify-content: center;
        text-align: center
    }

    .industries-mini {
        justify-content: center
    }

    .nav-inner {
        height: 70px
    }

    .nav-links.open {
        inset: 70px 0 0
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none
    }

    .wave i {
        animation: none;
        height: 12px
    }

    .btn, .feature-card {
        transition: none
    }
}

/* TalkAccel light theme, inspired by the clean product-led rhythm of the reference */
:root {
    --ink: #15182a;
    --ink2: #23264a;
    --surface: #ffffff;
    --teal: #8b0f18;
    --teal2: #8b0f18;
    --blue: #fffafb;
    --text: #15182a;
    --muted: #667085;
    --line: rgba(35, 39, 76, .12);
    --white: #fff;
    --shadow: 0 28px 80px rgba(42, 38, 100, .14)
}

body {
    background: #fff;
    color: var(--text)
}

.nav {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 30px rgba(31, 35, 70, .04)
}

.nav.scrolled {
    border-color: #e8e8f1
}

.logo-mark {
    background: linear-gradient(135deg, #fffafb, #783ff1);
    color: white;
    box-shadow: 0 0 0 6px rgb(139 15 24)
}

.nav-links {
    color: #3b4055
}

.menu-btn {
    color: #25283c
}

.btn-primary {
    background: #8b0f18;
    color: #fff;
    /* box-shadow: 0 10px 28px rgba(255, 103, 23, .18) */
}

.btn-primary:hover {
    background: #fffafb;
    color: #8b0f18;
    border: 1px solid #8b0f18;
}

.btn-ghost {
    background: #fff;
    border-color: #e3e0f1;
    color: #8b0f18
}

.btn-ghost:hover {
    border-color: #8b0f18;
    background: #fffafb
}

.hero {
    padding-top: 150px;
    background-color: #fbfaff;
    background-image: linear-gradient(rgba(78, 65, 190, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(78, 65, 190, .055) 1px, transparent 1px), radial-gradient(circle at 18% 25%, rgba(91, 76, 240, .12), transparent 28%), radial-gradient(circle at 85% 20%, rgba(255, 103, 23, .1), transparent 30%);
    background-size: 32px 32px, 32px 32px, auto, auto
}

.hero:before, .hero:after {
    display: none
}

.hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 52px
}

.hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center
}

.hero h1 {
    max-width: 1000px
}

.hero h1 span {
    background: linear-gradient(90deg, #fffafb, #bf545c, #8b0f18);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.hero-copy>p {
    max-width: 780px
}

.hero .eyebrow {
    color: #8b0f18
}

.eyebrow:before {
    background: #8b0f18
}

.hero-actions, .trust-line {
    justify-content: center
}

.hero-visual {
    width: min(820px, 100%);
    margin: auto
}

.platform-card {
    transform: none;
    background: linear-gradient(145deg, #292561, #151a39);
    text-align: left;
    border-color: rgba(255, 255, 255, .15)
}

.platform-card, .platform-card strong {
    color: #fff
}

.platform-card .channel-row {
    background: rgba(255, 255, 255, .07)
}

.platform-card .mini-card {
    background: #151832
}

.platform-card .channel-icon {
    background: rgba(255, 103, 23, .15);
    color: #ff8c4c
}

.platform-card .channel-row b, .platform-card .live {
    color: #7de7d2
}

.platform-card .live:before, .platform-card .wave i {
    background: #46d7b8
}

.logo-strip {
    background: white;
    border-color: #ebebf2
}

.logo-strip span {
    color: #7b8094
}

.industries-mini {
    color: #34384b
}

.channels, .integrations, .faq {
    background: linear-gradient(135deg, #f6f4ff, #fff7f1)
}

.channels .eyebrow, .integrations .eyebrow, .faq .eyebrow {
    color: #8b0f18;
}

.channels .eyebrow:before, .integrations .eyebrow:before, .faq .eyebrow:before {
    background: #8b0f18
}

.feature-card {
    border-color: #e5e3ef;
    box-shadow: 0 12px 35px rgba(44, 39, 93, .05)
}

.feature-card:hover {
    border-color: #c9c1ff
}

.feature-icon {
    background: #f7cbce42;
    color: #8b0f18
}

.feature-card a {
    color: #8b0f18
}

.journey {
    background: white
}

.sticky .eyebrow, .security-copy .eyebrow {
    color: #8b0f18
}

.sticky .eyebrow:before, .security-copy .eyebrow:before {
    background: #8b0f18
}

.step-no {
    background: #fffafb;
    border-color: #bf545c;
    color: #8b0f18;
}

.step p, .sticky p {
    color: #667085
}

.steps:before {
    background: linear-gradient(#fffafb, rgb(139 15 24))
}

.impact {
    background: linear-gradient(135deg, #f6f4ff, #fff7f1);
    color: black;
}

.metric {
    border-color: rgba(255, 255, 255, .25)
}

.industry {
    background: white;
    border-color: #e5e3ef;
    box-shadow: 0 12px 32px rgba(35, 39, 76, .045)
}

.industry>span {
    background: #f7cbce42;
    color: #8b0f18
}

.industry p {
    color: #667085
}

.orbit-core {
    background: linear-gradient(135deg, #fffafb, #8b0f18);
    color: white
}

.app.f {
    background: #f7cbce42;
    color: #d84f08
}

.security-panel {
    background: linear-gradient(145deg, #2b2665, #171b3d)
}

.security-panel, .security-panel span {
    color: white
}

.security-copy p {
    color: #667085
}

.check {
    color: #394052
}

.shield {
    background: #8b0f18;
    color: white
}

.security-item svg, .check svg {
    color: #ff7a33
}

.cta-box {
    background: linear-gradient(145deg, #2b2665, #171b3d);
    border: 0
}

.cta-box h2, .cta-box .eyebrow {
    color: white
}

.cta-box .eyebrow:before {
    background: #8b0f18;
}

.cta-box p {
    color: #e9e6ff
}


.footer-grid, .footer-bottom {
    position: relative
}

.iso-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px
}

.iso-badge {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 11px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
    min-width: 138px
}

.iso-seal {
    width: 34px;
    height: 34px;
    border: 2px solid #ff8a48;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #ff9a60;
    font: 800 .7rem "Manrope";
    position: relative
}

.iso-seal:after {
    content: "✓";
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #5d4aea;
    color: #fff;
    font-size: .55rem;
    display: grid;
    place-items: center;
    border: 2px solid #15182a
}

.iso-badge strong {
    display: block;
    font-size: .72rem;
    /* color: #fff */
}

.iso-badge small {
    display: block;
    color: #899db1;
    font-size: .64rem;
    line-height: 1.2
}

.cert-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 28px
}

.cert {
    border: 1px solid #e3e1ee;
    border-radius: 16px;
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 11px;
    box-shadow: 0 10px 25px rgba(35, 39, 76, .04)
}

.cert .iso-seal {
    border-color: #bf545c;
    color: #8b0f18;
}

.cert .iso-seal:after {
    border-color: #fff
}

.cert strong {
    font-size: .8rem
}

.cert small {
    display: block;
    color: #73798b;
    font-size: .69rem
}

.security-copy .cert-row {
    grid-template-columns: 1fr
}

.security-copy .cert {
    max-width: 390px
}

footer {
    background: linear-gradient(135deg, #f6f4ff, #fff7f1);
    color: black;
    border-top: 0
}

.footer-col a, .footer-brand p {
    color: #98a8b8
}

.footer-bottom {
    border-color: rgba(255, 255, 255, .1);
    color: #7c8ea0
}

@media(max-width:640px) {
    .hero {
        padding-top: 125px
    }

    .hero-grid {
        gap: 38px
    }

    .cert-row {
        grid-template-columns: 1fr
    }

    .iso-badge {
        min-width: 0;
        flex: 1 1 145px
    }
}

/* Contact Us section */
.contact-us {
    padding: 110px 0;
    background: #fff
}

.contact-us-wrap {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: start
}

.contact-us-copy p {
    color: #667085;
    margin: 20px 0 28px;
    max-width: 560px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.contact-us-points {
    display: grid;
    gap: 12px
}

.contact-us-point {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #394052;
    font-size: .95rem
}

.contact-us-form {
    background: #fff;
    border: 1px solid #e5e3ef;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 18px 50px rgba(35, 39, 76, .08)
}

.contact-us-form h3 {
    margin-bottom: 6px
}

.contact-us-form .form-sub {
    color: #667085;
    font-size: .92rem;
    margin-bottom: 22px
}

.contact-us-form .form-row label {
    color: #394052
}

.contact-us-form .form-row label em {
    color: #8b0f18
}

.contact-us-form .form-row input, .contact-us-form .form-row textarea {
    background: #fff;
    border: 1px solid #dfe3ea;
    color: #15182a
}

.contact-us-form .form-row input:focus, .contact-us-form .form-row textarea:focus {
    border-color: #bf545c
}

.contact-us-form .form-row input::placeholder, .contact-us-form .form-row textarea::placeholder {
    color: #98a2b3
}

#contactForm .btn {
    width: 100%;
    justify-content: center;
    margin-top: 4px;
    border: 0
}

.contact-form-status {
    min-height: 20px;
    font-size: .85rem;
    margin: 4px 0 12px
}

.contact-form-status.error {
    color: #b42318
}

.contact-form-status.success {
    color: #087565
}

@media(max-width:980px) {
    .contact-us-wrap {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

@media(max-width:640px) {
    .contact-us {
        padding: 78px 0
    }

    .contact-us-form {
        padding: 24px 20px
    }
}

footer {
    border-top: 1px solid var(--line);
    padding: 55px 0 25px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, .7fr);
    gap: 60px
}

.footer-brand p {
    color: #7f98ac;
    max-width: 340px;
    margin-top: 18px
}

.footer-col h3 {
    font-size: .9rem;
    margin-bottom: 16px
}

.footer-col a {
    display: block;
    color: #86a0b4;
    font-size: .9rem;
    padding: 5px 0
}

.footer-col a:hover {
    color: var(--teal)
}

.footer-bottom {
    border-top: 1px solid var(--line);
    margin-top: 45px;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #667f93;
    font-size: .82rem
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: .65s ease
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:980px) {
    .nav-links {
        display: none
    }

    .nav-actions .btn-ghost {
        display: none
    }

    .menu-btn {
        display: block
    }

    .nav-links.open {
        display: flex;
        position: fixed;
        inset: 78px 0 0;
        background: #071321;
        padding: 35px 22px;
        flex-direction: column;
        align-items: flex-start;
        font-size: 1.25rem
    }

    .hero {
        min-height: auto
    }

    .hero-grid, .section-head, .journey-grid, .integration-wrap, .security-grid, .faq-wrap {
        grid-template-columns: 1fr
    }

    .hero-grid {
        gap: 55px
    }

    .platform-card {
        max-width: 620px;
        transform: none
    }

    .section-head {
        gap: 20px
    }

    .feature-card {
        grid-column: span 6
    }

    .sticky {
        position: static
    }

    .impact-grid {
        grid-template-columns: 1fr 1fr
    }

    .impact-grid h2 {
        grid-column: 1/-1
    }

    .metric {
        border-left: 0;
        border-top: 1px solid rgba(4, 35, 30, .2);
        padding: 22px 0 0
    }

    .integration-wrap {
        gap: 25px
    }

    .faq-wrap {
        gap: 35px
    }

    .cta-box {
        grid-template-columns: 1fr;
        padding: 50px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:640px) {
    .container {
        width: min(calc(100% - 28px), var(--max))
    }

    .section {
        padding: 78px 0
    }

    .nav-actions>.btn {
        display: none
    }

    .hero {
        padding: 135px 0 75px
    }

    .hero-copy>p {
        font-size: 1.05rem
    }

    .trust-line {
        align-items: flex-start
    }

    .platform-card {
        padding: 14px;
        border-radius: 22px
    }

    .channel-row {
        grid-template-columns: 40px 1fr
    }

    .channel-row>b {
        display: none
    }

    .insight {
        grid-template-columns: 1fr
    }

    .feature-card, .feature-card.wide {
        grid-column: span 12;
        min-height: 250px
    }

    .journey-grid {
        gap: 30px
    }

    .impact-grid {
        grid-template-columns: 1fr
    }

    .impact-grid h2 {
        grid-column: auto
    }

    .industry-grid {
        grid-template-columns: 1fr
    }

    .industry {
        grid-template-columns: 47px 1fr;
        padding: 23px
    }

    .industry>span {
        width: 47px;
        height: 47px
    }

    .integration-wrap {
        padding: 30px 20px
    }

    .orbit {
        height: 300px;
        transform: scale(.88)
    }

    .checks {
        grid-template-columns: 1fr
    }

    .cta {
        padding: 70px 0
    }

    .cta-box {
        padding: 38px 25px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px
    }

    .footer-brand {
        grid-column: 1/-1
    }

    .footer-bottom {
        flex-direction: column
    }

    .logo-strip .container {
        justify-content: center;
        text-align: center
    }

    .industries-mini {
        justify-content: center
    }

    .nav-inner {
        height: 70px
    }

    .nav-links.open {
        inset: 70px 0 0
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none
    }

    .wave i {
        animation: none;
        height: 12px
    }

    .btn, .feature-card {
        transition: none
    }
}

.p-0 {
    margin: 0 !important;
}