:root {
    --at-navy: #0b2035;
    --at-navy-soft: #183b56;
    --at-teal: #0aa6a6;
    --at-teal-dark: #078483;
    --at-blue: #2f6df6;
    --at-mint: #e6faf6;
    --at-sky: #eef5ff;
    --at-ink: #12263a;
    --at-muted: #607287;
    --at-line: #dfe8ee;
    --at-surface: #ffffff;
    --at-warm: #ffb55e;
    --at-shadow: 0 24px 65px rgba(26, 61, 84, 0.14);
}

.public-navbar {
    position: relative;
    z-index: 1030;
    min-height: 74px;
    padding: 0.65rem clamp(1rem, 4vw, 3.5rem);
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(15, 55, 78, 0.1) !important;
    backdrop-filter: blur(18px);
}

.public-navbar .container-fluid {
    max-width: 1250px;
    margin-inline: auto;
}

.public-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--at-navy) !important;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    text-decoration: none;
}

.public-brand-mark {
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    flex: 0 0 36px;
    color: #fff;
    font-weight: 900;
    border-radius: 11px 11px 11px 4px;
    background: linear-gradient(145deg, var(--at-blue), var(--at-teal));
    box-shadow: 0 9px 22px rgba(47, 109, 246, 0.25);
}

.public-actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
}

.public-demo-link {
    padding: 0.65rem 0.85rem !important;
    color: var(--at-navy) !important;
    font-size: 0.92rem;
    font-weight: 700;
}

.public-login-button {
    padding: 0.68rem 1.18rem;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 800;
    border: 1px solid var(--at-navy);
    border-radius: 12px;
    background: var(--at-navy);
    text-decoration: none;
    box-shadow: none;
}

.public-login-button:hover,
.public-login-button:focus {
    color: #fff !important;
    border-color: var(--at-teal-dark);
    background: var(--at-teal-dark);
}

.marketing-page,
.landing-login-modal {
    color: var(--at-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.marketing-page {
    overflow: hidden;
    background: #fff;
}

.marketing-page *,
.landing-login-modal * {
    box-sizing: border-box;
}

.marketing-page p,
.landing-login-modal p {
    margin: 0;
    color: var(--at-muted);
    line-height: 1.75;
    text-align: left;
}

.marketing-page h1,
.marketing-page h2,
.marketing-page h3,
.landing-login-modal h2 {
    margin: 0;
    color: var(--at-navy);
    font-weight: 800;
    letter-spacing: -0.045em;
}

.marketing-container {
    width: min(100% - 2rem, 1180px);
    margin-inline: auto;
}

.landing-section {
    padding: clamp(5rem, 9vw, 8.5rem) 0;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: var(--at-teal-dark);
    font-size: 0.73rem;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.section-kicker::before {
    width: 18px;
    height: 2px;
    content: "";
    border-radius: 99px;
    background: currentColor;
}

.section-kicker-light {
    color: #a6fff1;
}

.button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.82rem 1.3rem;
    border: 1px solid transparent;
    border-radius: 13px;
    font: inherit;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--at-blue), #3358d7);
    box-shadow: 0 13px 28px rgba(47, 109, 246, 0.26);
}

.button-primary:hover,
.button-primary:focus {
    color: #fff;
    box-shadow: 0 17px 34px rgba(47, 109, 246, 0.34);
}

.button-secondary {
    color: var(--at-navy);
    border-color: #cbd9e2;
    background: rgba(255, 255, 255, 0.86);
}

.button-secondary:hover,
.button-secondary:focus {
    color: var(--at-navy);
    border-color: var(--at-teal);
    background: #fff;
}

.button-light {
    color: var(--at-navy);
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.button-light:hover,
.button-light:focus {
    color: var(--at-navy);
    background: #f4fffd;
}

.button-outline-light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.42);
    background: transparent;
}

.button-outline-light:hover,
.button-outline-light:focus {
    color: var(--at-navy);
    border-color: #fff;
    background: #fff;
}

.button-full {
    width: 100%;
}

.landing-hero {
    position: relative;
    padding: clamp(5rem, 8vw, 7.5rem) 0 clamp(5rem, 8vw, 7rem);
    background:
        radial-gradient(circle at 78% 17%, rgba(67, 193, 216, 0.19), transparent 30%),
        radial-gradient(circle at 12% 80%, rgba(47, 109, 246, 0.09), transparent 32%),
        linear-gradient(180deg, #f7fbff, #fff 78%);
}

.landing-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.38;
    pointer-events: none;
    background-image: linear-gradient(rgba(28, 69, 91, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 69, 91, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, black, transparent 83%);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
    align-items: center;
    gap: clamp(3rem, 6vw, 6.5rem);
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.35rem;
    padding: 0.45rem 0.75rem;
    color: var(--at-teal-dark);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.045em;
    border: 1px solid #bfece5;
    border-radius: 999px;
    background: rgba(230, 250, 246, 0.8);
}

.hero-eyebrow > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--at-teal);
    box-shadow: 0 0 0 4px rgba(10, 166, 166, 0.13);
}

.hero-copy h1 {
    max-width: 640px;
    font-size: clamp(2.8rem, 5.1vw, 5rem);
    line-height: 0.99;
}

.hero-copy h1 em {
    display: block;
    color: var(--at-teal-dark);
    font-style: normal;
}

.hero-copy > p {
    max-width: 590px;
    margin-top: 1.6rem;
    font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.hero-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.15rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
    color: #607287;
    font-size: 0.82rem;
    font-weight: 700;
}

.hero-assurances span {
    display: inline-grid;
    width: 20px;
    height: 20px;
    margin-right: 0.25rem;
    place-items: center;
    color: var(--at-teal-dark);
    border-radius: 50%;
    background: var(--at-mint);
}

.hero-product {
    position: relative;
    padding: 1.5rem 0.4rem 2.2rem 2.1rem;
}

.product-window {
    overflow: hidden;
    border: 1px solid rgba(13, 59, 80, 0.14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 35px 80px rgba(16, 66, 93, 0.2);
    transform: perspective(1300px) rotateY(-3deg) rotateX(1deg);
}

.product-window-bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 44px;
    padding: 0 0.9rem;
    color: #607287;
    font-size: 0.68rem;
    border-bottom: 1px solid #e6edf2;
    background: #fbfdfe;
}

.product-window-bar > strong {
    color: var(--at-navy);
    font-size: 0.72rem;
}

.window-dots {
    display: flex;
    gap: 5px;
}

.window-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c9d6df;
}

.window-dots span:first-child { background: #ff8b81; }
.window-dots span:nth-child(2) { background: #f5c76d; }
.window-dots span:last-child { background: #64d6aa; }

.window-status {
    justify-self: end;
}

.window-status i {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 4px;
    border-radius: 50%;
    background: #21b97b;
}

.product-layout {
    display: grid;
    grid-template-columns: 48px 1fr;
    min-height: 430px;
    background: #f4f8fb;
}

.product-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 13px 0;
    background: var(--at-navy);
}

.sidebar-logo {
    display: grid;
    width: 25px;
    height: 25px;
    margin-bottom: 11px;
    place-items: center;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 900;
    border-radius: 8px 8px 8px 3px;
    background: linear-gradient(145deg, var(--at-blue), var(--at-teal));
}

.product-sidebar > span {
    width: 17px;
    height: 17px;
    opacity: 0.42;
    border: 2px solid #c7d3da;
    border-radius: 5px;
}

.product-sidebar > span.active {
    opacity: 1;
    border-color: #7affed;
    background: rgba(122, 255, 237, 0.17);
}

.product-dashboard {
    padding: 24px;
}

.dashboard-heading,
.sale-search,
.sale-row,
.sale-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-heading small,
.dashboard-heading strong {
    display: block;
}

.dashboard-heading small {
    color: var(--at-teal-dark);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.dashboard-heading strong {
    margin-top: 2px;
    color: var(--at-navy);
    font-size: 1rem;
}

.dashboard-heading button,
.sale-search button,
.sale-finish {
    border: 0;
    border-radius: 8px;
}

.dashboard-heading button {
    padding: 7px 11px;
    color: #fff;
    font-size: 0.66rem;
    font-weight: 800;
    background: var(--at-blue);
}

.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
}

.dashboard-stats > div {
    display: flex;
    min-width: 0;
    min-height: 82px;
    flex-direction: column;
    padding: 11px;
    border: 1px solid #e2ebf0;
    border-radius: 11px;
    background: #fff;
}

.dashboard-stats span,
.dashboard-stats small {
    overflow: hidden;
    color: #789;
    font-size: 0.58rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-stats strong {
    margin: 6px 0 3px;
    color: var(--at-navy);
    font-size: 1rem;
}

.dashboard-stats > div:first-child small { color: #159668; }

.dashboard-sale-card {
    margin-top: 13px;
    padding: 14px;
    border: 1px solid #e1eaf0;
    border-radius: 12px;
    background: #fff;
}

.sale-search {
    height: 36px;
    padding-left: 11px;
    color: #8b99a8;
    font-size: 0.62rem;
    border: 1px solid #d9e4eb;
    border-radius: 8px;
}

.sale-search button {
    align-self: stretch;
    padding: 0 13px;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 800;
    background: var(--at-teal);
}

.sale-row {
    display: grid;
    grid-template-columns: 1fr 45px 62px;
    padding: 10px 4px;
    color: #526779;
    font-size: 0.62rem;
    border-bottom: 1px solid #edf2f5;
}

.sale-row > span:nth-child(2),
.sale-row > strong:last-child { text-align: right; }
.sale-head { color: #92a0ad; font-size: 0.56rem; font-weight: 800; text-transform: uppercase; }
.sale-row strong { color: var(--at-navy); }

.product-swatch {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 2px;
}

.swatch-blue { background: #6a95f8; }
.swatch-green { background: #50c8a1; }

.sale-total {
    padding: 11px 4px 7px;
    color: #536879;
    font-size: 0.68rem;
}

.sale-total strong {
    color: var(--at-navy);
    font-size: 1rem;
}

.sale-finish {
    width: 100%;
    margin-top: 8px;
    padding: 9px;
    color: #fff;
    font-size: 0.66rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--at-blue), #3158d6);
}

.hero-floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(17, 77, 94, 0.11);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 17px 42px rgba(26, 62, 86, 0.16);
}

.hero-floating-card-top {
    top: 0;
    right: -0.7rem;
}

.hero-floating-card-top > span {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    color: #fff;
    border-radius: 9px;
    background: #21b97b;
}

.hero-floating-card strong,
.hero-floating-card small { display: block; }
.hero-floating-card strong { color: var(--at-navy); font-size: 0.74rem; }
.hero-floating-card small { margin-top: 2px; color: #7b8b99; font-size: 0.58rem; }

.hero-floating-card-bottom {
    bottom: 0;
    left: 0;
    max-width: 190px;
}

.hero-floating-card-bottom strong {
    color: var(--at-teal-dark);
    font-size: 1.45rem;
}

.hero-floating-card-bottom span {
    color: #617487;
    font-size: 0.66rem;
    line-height: 1.25;
}

.trust-band {
    padding: 1.25rem 0;
    border-block: 1px solid #e7eef2;
    background: #fff;
}

.trust-band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #83919d;
    font-size: 0.76rem;
    font-weight: 700;
}

.trust-band-inner strong {
    color: var(--at-navy);
    font-weight: 800;
}

.benefits-section {
    background: #fff;
}

.section-heading h2,
.faq-intro h2,
.video-feature-copy h2,
.audience-grid h2 {
    font-size: clamp(2.1rem, 4vw, 3.55rem);
    line-height: 1.08;
}

.centered-heading {
    max-width: 760px;
    margin: 0 auto 3.5rem;
    text-align: center;
}

.centered-heading p {
    margin-top: 1rem;
    text-align: center;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.benefit-card {
    position: relative;
    display: flex;
    min-height: 250px;
    flex-direction: column;
    padding: 1.65rem;
    overflow: hidden;
    border: 1px solid var(--at-line);
    border-radius: 18px;
    background: #fff;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.benefit-card:hover {
    transform: translateY(-4px);
    border-color: #9bded6;
    box-shadow: 0 20px 42px rgba(28, 75, 95, 0.1);
}

.featured-benefit {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(145deg, var(--at-navy), #174b61);
}

.benefit-number {
    display: grid;
    width: 41px;
    height: 41px;
    place-items: center;
    color: var(--at-teal-dark);
    font-size: 0.72rem;
    font-weight: 900;
    border-radius: 12px;
    background: var(--at-mint);
}

.featured-benefit .benefit-number {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}

.benefit-card h3 {
    margin-top: 1.4rem;
    font-size: 1.25rem;
    letter-spacing: -0.025em;
}

.featured-benefit h3 { color: #fff; }
.benefit-card p { margin-top: 0.7rem; font-size: 0.9rem; line-height: 1.65; }
.featured-benefit p { color: #c5dbe4; }

.benefit-tag {
    margin-top: auto;
    padding-top: 1.2rem;
    color: var(--at-teal-dark);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.featured-benefit .benefit-tag { color: #82f3e4; }

.demo-section {
    position: relative;
    color: #fff;
    background: linear-gradient(125deg, #073e50, #087b79 62%, #0aa6a6);
}

.demo-section::after {
    position: absolute;
    top: -160px;
    right: -120px;
    width: 430px;
    height: 430px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.035), 0 0 0 140px rgba(255, 255, 255, 0.02);
}

.demo-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: clamp(3rem, 8vw, 7rem);
}

.demo-copy h2 {
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    line-height: 1.05;
}

.demo-copy p {
    margin: 1.2rem 0 1.7rem;
    color: #c9eeeb;
}

.demo-steps-grid {
    display: grid;
    gap: 0.85rem;
}

.demo-steps-grid article {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(9px);
}

.demo-steps-grid article > span {
    display: grid;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    place-items: center;
    color: var(--at-navy);
    font-weight: 900;
    border-radius: 14px;
    background: #fff;
}

.demo-steps-grid h3 { color: #fff; font-size: 1rem; letter-spacing: -0.015em; }
.demo-steps-grid p { margin-top: 0.2rem; color: #ccebe8; font-size: 0.83rem; line-height: 1.45; }

.product-video-section {
    background: #f6fafc;
}

.video-feature-grid {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    align-items: center;
    gap: clamp(3rem, 7vw, 6.5rem);
}

.video-feature-copy > p {
    margin-top: 1.2rem;
}

.video-feature-copy ul {
    display: grid;
    gap: 0.75rem;
    margin: 1.5rem 0 0;
    padding: 0;
    color: var(--at-navy-soft);
    font-size: 0.88rem;
    font-weight: 700;
    list-style: none;
}

.video-feature-copy li span {
    display: inline-grid;
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
    place-items: center;
    color: var(--at-teal-dark);
    border-radius: 8px;
    background: var(--at-mint);
}

.video-frame {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: 16px;
    background: var(--at-navy);
}

.video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.main-video-frame {
    border: 8px solid #fff;
    box-shadow: var(--at-shadow);
}

.testimonials-section {
    background: #fff;
}

.testimonial-heading {
    display: grid;
    grid-template-columns: 1fr 0.52fr;
    align-items: end;
    gap: 2rem;
    margin-bottom: 3rem;
}

.testimonial-heading h2 {
    max-width: 720px;
    font-size: clamp(2.2rem, 4vw, 3.65rem);
    line-height: 1.06;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.testimonial-card {
    overflow: hidden;
    border: 1px solid var(--at-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 13px 35px rgba(26, 66, 86, 0.07);
}

.testimonial-card .video-frame {
    border-radius: 0;
}

.testimonial-card > div:last-child {
    padding: 1.25rem 1.35rem 1.45rem;
}

.testimonial-card > div:last-child span {
    color: var(--at-teal-dark);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.testimonial-card h3 {
    margin-top: 0.45rem;
    font-size: 1rem;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.audience-section {
    background: linear-gradient(180deg, #f7fbfc, #eef8f6);
}

.audience-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: clamp(3rem, 7vw, 7rem);
}

.audience-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.audience-chips span {
    padding: 0.8rem 1rem;
    color: var(--at-navy-soft);
    font-size: 0.82rem;
    font-weight: 800;
    border: 1px solid #cee3e0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
}

.faq-section {
    background: #fff;
}

.faq-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: clamp(3rem, 8vw, 7rem);
}

.faq-intro > p {
    margin-top: 1.1rem;
}

.text-link {
    display: inline-flex;
    gap: 0.6rem;
    margin-top: 1.4rem;
    color: var(--at-teal-dark);
    font-weight: 900;
    text-decoration: none;
}

.faq-list {
    border-top: 1px solid var(--at-line);
}

.faq-list details {
    border-bottom: 1px solid var(--at-line);
}

.faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    color: var(--at-navy);
    font-size: 1rem;
    font-weight: 800;
    list-style: none;
    cursor: pointer;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--at-teal-dark); font-size: 1.3rem; font-weight: 500; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 2rem 1.2rem 0; font-size: 0.9rem; }

.landing-cta {
    padding: 0 0 4.5rem;
    background: #fff;
}

.cta-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
    padding: clamp(2rem, 5vw, 4rem);
    color: #fff;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(120deg, var(--at-navy), #174b61 65%, var(--at-teal-dark));
    box-shadow: var(--at-shadow);
}

.cta-panel h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.04; }
.cta-panel p { max-width: 650px; margin-top: 0.85rem; color: #c5dbe4; }
.cta-actions { display: flex; flex-direction: column; gap: 0.7rem; }

.landing-footer {
    padding: 4rem 0 1.5rem;
    color: #c4d0d9;
    background: #071827;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 3rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-brand strong,
.footer-brand small { display: block; }
.footer-brand strong { color: #fff; }
.footer-brand small { margin-top: 2px; color: #8fa3b1; font-size: 0.72rem; }

.footer-links,
.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-links a,
.footer-links button,
.footer-social a {
    padding: 0;
    color: #c4d0d9;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 700;
    border: 0;
    background: none;
    text-decoration: none;
}

.footer-links a:hover,
.footer-links button:hover,
.footer-social a:hover { color: #fff; }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.3rem;
    color: #728897;
    font-size: 0.7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.landing-login-modal .modal-dialog {
    max-width: min(1080px, calc(100% - 1.5rem));
}

.landing-login-modal .modal-content {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 35px 95px rgba(4, 26, 41, 0.32);
}

.landing-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    padding: 0.7rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.86);
}

.demo-access-panel,
.account-access-panel {
    padding: clamp(2.2rem, 5vw, 4.2rem);
}

.demo-access-panel {
    color: #fff;
    background: linear-gradient(145deg, #073e50, #087b79);
}

.demo-access-panel h2,
.account-access-panel h2 {
    font-size: clamp(2rem, 3.3vw, 3.1rem);
    line-height: 1.04;
}

.demo-access-panel h2 { color: #fff; }
.demo-access-lead { margin-top: 1rem !important; color: #c9ece8 !important; }

.demo-credential-card {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 1rem;
    margin: 1.6rem 0;
    padding: 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
}

.demo-credential-card span,
.demo-credential-card strong { display: block; }
.demo-credential-card span { color: #a7d7d3; font-size: 0.68rem; }
.demo-credential-card strong { margin-top: 0.28rem; color: #fff; font-size: 0.86rem; }
.credential-divider { background: rgba(255, 255, 255, 0.18); }

.demo-access-steps {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
}

.demo-access-steps li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #d8f1ee;
    font-size: 0.82rem;
}

.demo-access-steps li > span {
    display: grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    place-items: center;
    color: var(--at-navy);
    font-size: 0.66rem;
    font-weight: 900;
    border-radius: 8px;
    background: #fff;
}

.demo-access-panel > small {
    display: block;
    margin-top: 0.75rem;
    color: #a7d7d3;
    font-size: 0.68rem;
    text-align: center;
}

.account-access-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.account-access-panel > p { margin: 0.8rem 0 1.5rem; }

.landing-field {
    margin-bottom: 1.05rem;
}

.landing-field label {
    margin-bottom: 0.4rem;
    color: var(--at-navy);
    font-size: 0.78rem;
    font-weight: 800;
}

.field-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.field-label-row a {
    color: var(--at-teal-dark);
    font-size: 0.7rem;
    font-weight: 800;
    text-decoration: none;
}

.landing-field .form-control {
    min-height: 51px;
    padding: 0.8rem 0.95rem;
    color: var(--at-navy);
    border: 1px solid #d5e0e7;
    border-radius: 12px;
    background: #fbfdfe;
    box-shadow: none;
}

.landing-field .form-control:focus {
    border-color: var(--at-teal);
    box-shadow: 0 0 0 4px rgba(10, 166, 166, 0.11);
}

.landing-check {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0.2rem 0 1.2rem;
    color: #607287;
    font-size: 0.77rem;
}

.landing-check input { accent-color: var(--at-teal); }

.login-validation:empty { display: none; }
.login-validation { margin-bottom: 1rem; padding: 0.7rem 0.85rem; color: #9a2c3a; font-size: 0.78rem; border: 1px solid #f0bdc5; border-radius: 10px; background: #fff2f4; }
.login-validation ul { margin: 0; padding-left: 1rem; }

.login-help {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    margin-top: 1rem;
    color: #718394;
    font-size: 0.76rem;
}

.login-help a { color: var(--at-teal-dark); font-weight: 900; text-decoration: none; }

@media (max-width: 1100px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }
    .hero-copy h1, .hero-copy > p { margin-inline: auto; }
    .hero-actions, .hero-assurances { justify-content: center; }
    .hero-product { width: min(100%, 720px); margin-inline: auto; }
    .trust-band-inner { justify-content: center; flex-wrap: wrap; }
    .trust-band-inner strong { width: 100%; text-align: center; }
}

@media (max-width: 991.98px) {
    .public-navbar { padding-inline: 1rem; }
    .public-navbar .navbar-collapse { padding: 0.8rem 0 0.25rem; }
    .public-actions { align-items: stretch; }
    .public-demo-link, .public-login-button { text-align: center; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .demo-grid, .video-feature-grid, .audience-grid, .faq-grid { grid-template-columns: 1fr; }
    .testimonial-heading { grid-template-columns: 1fr; align-items: start; }
    .cta-panel { grid-template-columns: 1fr; }
    .cta-actions { flex-direction: row; flex-wrap: wrap; }
    .footer-grid { grid-template-columns: 1fr; gap: 1.7rem; }
}

@media (max-width: 767.98px) {
    .landing-hero { padding-top: 3.8rem; }
    .hero-copy h1 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
    .hero-actions .button { width: 100%; }
    .hero-product { padding: 1rem 0 1.7rem; }
    .product-window { transform: none; border-radius: 16px; }
    .product-layout { grid-template-columns: 36px 1fr; min-height: 360px; }
    .product-dashboard { padding: 13px; }
    .dashboard-stats { grid-template-columns: 1fr 1fr; }
    .dashboard-stats > div:last-child { display: none; }
    .hero-floating-card-top { top: -0.6rem; right: -0.4rem; }
    .hero-floating-card-bottom { left: -0.4rem; }
    .benefits-grid, .testimonials-grid { grid-template-columns: 1fr; }
    .benefit-card { min-height: 230px; }
    .footer-bottom { flex-direction: column; }
    .demo-credential-card { grid-template-columns: 1fr; }
    .credential-divider { width: 100%; height: 1px; }
    .login-help { flex-wrap: wrap; }
}

@media (max-width: 480px) {
    .marketing-container { width: min(100% - 1.2rem, 1180px); }
    .hero-assurances { display: grid; justify-content: start; margin-left: 0.4rem; text-align: left; }
    .product-dashboard { padding: 10px; }
    .dashboard-heading button { display: none; }
    .sale-row { grid-template-columns: 1fr 35px 52px; }
    .hero-floating-card { display: none; }
    .demo-access-panel, .account-access-panel { padding: 2rem 1.35rem; }
    .cta-actions .button { width: 100%; }
}

@media (max-width: 767.98px) {
    .landing-login-modal {
        height: 100dvh;
        padding: 0 !important;
    }

    .landing-login-modal .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100dvh;
        min-height: 100dvh;
        margin: 0;
        align-items: stretch;
    }

    .landing-login-modal .modal-content {
        height: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    .landing-login-modal .modal-body {
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior-y: contain;
        scroll-padding-block: 1rem calc(1rem + env(safe-area-inset-bottom));
        -webkit-overflow-scrolling: touch;
    }

    .landing-modal-close {
        top: max(0.75rem, env(safe-area-inset-top));
        right: max(0.75rem, env(safe-area-inset-right));
    }

    .account-access-panel {
        justify-content: flex-start;
        padding: max(3.25rem, calc(2rem + env(safe-area-inset-top))) 1.35rem 2rem;
    }

    .demo-access-panel {
        padding: 2rem 1.35rem calc(2rem + env(safe-area-inset-bottom));
    }

    .landing-field .form-control {
        font-size: 16px;
        touch-action: manipulation;
    }
}

@media (prefers-reduced-motion: reduce) {
    .button,
    .benefit-card,
    .faq-list summary span {
        transition: none;
    }
}
