:root {
    --ink: #101828;
    --muted: #667085;
    --line: #e4e7ec;
    --soft: #f7f9fc;
    --white: #ffffff;
    --blue: #2457e6;
    --blue-dark: #1941b8;
    --violet: #7047eb;
    --green: #0f9f6e;
    --amber: #e99a18;
    --font-body: "DM Sans", Arial, sans-serif;
    --font-display: "Outfit", "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: 0; }

.app-navbar { min-height: 72px; border-bottom: 1px solid rgba(228, 231, 236, 0.82); background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(16px); transition: box-shadow 180ms ease, background 180ms ease; }
.app-navbar.is-scrolled { box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08); }
.navbar-brand { padding: 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.2rem; font-weight: 800; }
.brand-mark { display: inline-grid; width: 36px; height: 36px; place-items: center; color: var(--white); border-radius: 8px; background: var(--violet); box-shadow: 0 10px 24px rgba(112, 71, 235, 0.24); }
.navbar-nav { align-items: center; gap: 4px; }
.nav-link { padding: 9px 12px !important; color: #475467; font-size: 0.92rem; font-weight: 700; }
.nav-link:hover { color: var(--blue); }
.navbar-toggler { border: 1px solid var(--line); border-radius: 8px; }

.btn { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 8px; padding: 9px 16px; border-radius: 8px; font-size: 0.9rem; font-weight: 800; letter-spacing: 0; transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease, background 160ms ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { border-color: var(--blue); background: var(--blue); box-shadow: 0 10px 24px rgba(36, 87, 230, 0.2); }
.btn-primary:hover, .btn-primary:focus { border-color: var(--blue-dark); background: var(--blue-dark); }
.btn-outline-primary { color: var(--blue); border-color: #b7c7f8; background: var(--white); }
.btn-outline-primary:hover { color: var(--white); border-color: var(--blue); background: var(--blue); }
.btn-outline-light:hover { color: var(--ink); }

.hero-section { position: relative; display: flex; min-height: min(820px, 92vh); align-items: center; overflow: hidden; color: var(--white); background: #111827; }
.hero-product-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: rgba(9, 18, 38, 0.72); }
.hero-inner { position: relative; z-index: 2; padding-top: 108px; padding-bottom: 82px; }
.hero-content { max-width: 700px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #d9e5ff; font-size: 0.77rem; font-weight: 800; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
.hero-section h1 { margin: 0; font-size: clamp(3.2rem, 7vw, 6.4rem); font-weight: 800; line-height: 0.96; }
.hero-lead { max-width: 660px; margin: 24px 0 0; color: #e4eaf5; font-size: 1.15rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-actions .btn-lg { min-height: 50px; padding: 12px 20px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #d8e1ef; font-size: 0.84rem; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof i { color: #6ee7b7; }

.proof-strip { padding: 26px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.proof-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.proof-strip p { margin: 0; color: #344054; font-weight: 700; }
.proof-steps { display: flex; align-items: center; gap: 14px; color: #667085; }
.proof-steps span { display: inline-flex; align-items: center; gap: 7px; font-size: 0.86rem; font-weight: 800; }
.proof-steps span i { color: var(--blue); }
.proof-steps > i { color: #c3cad5; }

.section-pad { padding: 96px 0; }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading h2, .workflow-copy h2, .insight-copy h2, .contact-layout h2, .footer-cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 800; line-height: 1.08; }
.section-heading p, .workflow-copy > p, .insight-copy > p, .contact-layout > div > p { margin: 18px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }

.module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.module-card { position: relative; display: grid; min-height: 230px; grid-template-columns: 44px 1fr; align-content: start; gap: 18px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background 180ms ease, transform 180ms ease; }
.module-card:hover { z-index: 1; background: var(--soft); transform: translateY(-3px); }
.module-card > i { display: grid; width: 44px; height: 44px; place-items: center; color: var(--blue); border-radius: 8px; background: #edf2ff; font-size: 1.1rem; }
.module-card:nth-child(2) > i, .module-card:nth-child(5) > i { color: var(--violet); background: #f1edff; }
.module-card:nth-child(3) > i { color: var(--green); background: #eaf9f3; }
.module-card:nth-child(4) > i { color: var(--amber); background: #fff6e5; }
.module-card h3 { margin: 2px 0 9px; font-size: 1.08rem; font-weight: 800; }
.module-card p { margin: 0; color: var(--muted); font-size: 0.9rem; line-height: 1.65; }
.module-card > a { position: absolute; right: 22px; bottom: 20px; display: grid; width: 34px; height: 34px; place-items: center; color: var(--blue); border: 1px solid var(--line); border-radius: 8px; background: var(--white); }

.workflow-section { padding: 96px 0; background: #f4f6fa; }
.workflow-layout { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr); gap: 72px; align-items: start; }
.workflow-copy { position: sticky; top: 112px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--blue); font-weight: 800; }
.workflow-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.workflow-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid #d9dee7; }
.workflow-list li:first-child { padding-top: 0; }
.workflow-list li > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--blue); border: 1px solid #c7d4fb; border-radius: 8px; background: var(--white); font-size: 0.82rem; font-weight: 800; }
.workflow-list strong { font-family: var(--font-display); font-size: 1.2rem; }
.workflow-list p { margin: 8px 0 0; color: var(--muted); line-height: 1.65; }

.insight-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: center; }
.insight-metrics { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.insight-metrics div { min-height: 175px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.insight-metrics i { display: block; margin-bottom: 20px; color: var(--blue); font-size: 1.3rem; }
.insight-metrics div:nth-child(2) i { color: var(--green); }
.insight-metrics div:nth-child(3) i { color: var(--amber); }
.insight-metrics div:nth-child(4) i { color: var(--violet); }
.insight-metrics strong, .insight-metrics span { display: block; }
.insight-metrics strong { font-family: var(--font-display); font-size: 1.05rem; }
.insight-metrics span { margin-top: 7px; color: var(--muted); font-size: 0.86rem; line-height: 1.55; }

.pricing-section { background: var(--soft); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { position: relative; display: flex; min-height: 500px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.price-card.featured { border-color: var(--blue); box-shadow: 0 24px 60px rgba(36, 87, 230, 0.12); }
.plan-badge { position: absolute; top: 18px; right: 18px; padding: 5px 9px; color: var(--white); border-radius: 6px; background: var(--blue); font-size: 0.7rem; font-weight: 800; }
.price-card h3 { margin: 0 0 5px; font-size: 1.2rem; font-weight: 800; }
.price-card > p { margin: 0; color: var(--muted); }
.price-card > strong { margin-top: 28px; font-family: var(--font-display); font-size: 2.45rem; line-height: 1; }
.price-card > small { margin-top: 8px; color: var(--muted); }
.price-card ul { display: grid; gap: 13px; margin: 28px 0; padding: 26px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { display: flex; gap: 9px; color: #344054; font-size: 0.9rem; }
.price-card li i { color: var(--green); }
.price-card .btn { margin-top: auto; }

.contact-section { padding: 96px 0; background: var(--white); }
.contact-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 72px; align-items: start; }
.contact-points { display: grid; gap: 10px; margin-top: 28px; }
.contact-points a { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-points a > i { display: grid; width: 38px; height: 38px; place-items: center; color: var(--blue); border-radius: 8px; background: #edf2ff; }
.contact-points span, .contact-points strong { display: block; }
.contact-points span { color: var(--muted); font-size: 0.8rem; }
.contact-points strong { margin-top: 2px; color: var(--ink); font-size: 0.92rem; }
.contact-form { display: grid; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-form label { color: #344054; font-size: 0.82rem; font-weight: 800; }
.form-control { min-height: 48px; margin-top: 7px; border: 1px solid #d0d5dd; border-radius: 8px; background: var(--white); font-size: 0.9rem; }
.form-control:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36, 87, 230, 0.12); }
textarea.form-control { min-height: 116px; resize: vertical; }
.contact-form .btn { justify-self: start; }

.footer-cta { padding: 62px 0; color: var(--white); background: #1f2a44; }
.footer-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.footer-cta span { display: block; margin-bottom: 10px; color: #9fb4e9; font-size: 0.78rem; font-weight: 800; text-transform: uppercase; }
.footer-cta h2 { max-width: 790px; font-size: clamp(1.8rem, 3.2vw, 2.7rem); }
.footer-cta .container > div:last-child { display: flex; flex: 0 0 auto; gap: 10px; }

.site-footer { padding: 64px 0 22px; color: #cbd5e1; background: #101828; }
.site-footer .brand { color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 0.7fr); gap: 54px; }
.footer-brand p { max-width: 410px; margin: 20px 0 0; color: #98a2b3; line-height: 1.7; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 11px; }
.footer-grid h3 { margin: 0 0 8px; color: var(--white); font-family: var(--font-body); font-size: 0.84rem; font-weight: 800; }
.footer-grid a, .footer-grid span { color: #98a2b3; font-size: 0.86rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 50px; padding-top: 20px; border-top: 1px solid #273449; color: #667085; font-size: 0.78rem; }
.footer-bottom a { color: #cbd5e1; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 991.98px) {
    .app-navbar .navbar-collapse { margin-top: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
    .navbar-nav { align-items: stretch; }
    .app-navbar .btn { margin: 8px 0 0 !important; }
    .hero-section { min-height: 760px; }
    .hero-product-image { object-position: 58% center; }
    .hero-overlay { background: rgba(9, 18, 38, 0.78); }
    .proof-strip .container, .footer-cta .container { align-items: flex-start; flex-direction: column; }
    .module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .workflow-layout, .insight-grid, .contact-layout { grid-template-columns: 1fr; gap: 44px; }
    .workflow-copy { position: static; }
    .pricing-grid { grid-template-columns: 1fr; }
    .price-card { min-height: auto; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575.98px) {
    .app-navbar { min-height: 64px; }
    .hero-section { min-height: 720px; }
    .hero-inner { padding-top: 102px; padding-bottom: 62px; }
    .hero-section h1 { font-size: 3.35rem; }
    .hero-lead { font-size: 1rem; }
    .hero-actions .btn, .footer-cta .btn { width: 100%; }
    .hero-proof { display: grid; gap: 10px; }
    .proof-steps { display: grid; width: 100%; grid-template-columns: repeat(2, 1fr); }
    .proof-steps > i { display: none; }
    .section-pad, .workflow-section, .contact-section { padding: 72px 0; }
    .module-grid, .insight-metrics, .form-grid, .footer-grid { grid-template-columns: 1fr; }
    .module-card { min-height: 200px; padding: 22px; }
    .workflow-list li { grid-template-columns: 48px 1fr; gap: 14px; }
    .contact-form { padding: 20px; }
    .footer-cta .container > div:last-child { width: 100%; flex-direction: column; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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

/* 2026 public website refresh */
:root {
    --cyan: #0ea5e9;
    --mint: #10b981;
    --rose: #f43f5e;
}

body {
    background:
        linear-gradient(180deg, #f8fbff 0%, #ffffff 18%, #f7f9fc 100%);
}

.app-navbar {
    min-height: 78px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.72);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.05);
}

.app-navbar .container {
    position: relative;
}

.public-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.public-page-main {
    background:
        radial-gradient(circle at 12% 8%, rgba(56, 189, 248, 0.18), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(112, 71, 235, 0.14), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 56%, #f7f9fc 100%);
}

.brand {
    min-width: 0;
    font-size: 1.08rem;
}

.brand-logo {
    width: auto;
    height: 48px;
    max-width: 174px;
    object-fit: contain;
}

.site-footer .brand-logo {
    height: 44px;
    max-width: 160px;
    padding: 4px 8px;
    border-radius: 8px;
    background: #ffffff;
}

.nav-link {
    border-radius: 999px;
}

.nav-link:hover {
    color: var(--blue);
    background: #eef4ff;
}

.hero-section {
    min-height: min(860px, 94vh);
    background: #07111f;
}

.hero-product-image {
    opacity: 0.9;
    filter: saturate(1.05) contrast(1.02);
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(7, 17, 31, 0.96) 0%, rgba(7, 17, 31, 0.84) 42%, rgba(15, 23, 42, 0.44) 100%),
        linear-gradient(180deg, rgba(36, 87, 230, 0.22) 0%, rgba(16, 185, 129, 0.12) 100%);
}

.hero-inner {
    padding-top: 132px;
    padding-bottom: 96px;
}

.hero-content {
    max-width: 820px;
}

.eyebrow {
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.eyebrow.dark {
    color: #1746c5;
    border-color: #d9e5ff;
    background: #eef4ff;
}

.hero-section h1 {
    max-width: 780px;
    font-size: clamp(3.1rem, 7.2vw, 7.1rem);
    letter-spacing: 0;
}

.hero-lead {
    max-width: 760px;
    color: #dbeafe;
    font-size: clamp(1rem, 1.5vw, 1.28rem);
}

.hero-proof {
    color: #e2e8f0;
}

.hero-proof span {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.hero-stats span {
    display: grid;
    min-width: 132px;
    gap: 2px;
    padding: 13px 16px;
    color: #cbd5e1;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(16px);
    font-size: 0.78rem;
    font-weight: 700;
}

.hero-stats strong {
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 1.55rem;
    line-height: 1;
}

.proof-strip {
    position: relative;
    z-index: 2;
    border: 0;
    background: #ffffff;
    box-shadow: 0 -20px 60px rgba(15, 23, 42, 0.08);
}

.proof-steps span {
    padding: 8px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
}

.section-pad {
    padding: 104px 0;
}

.section-heading {
    max-width: 840px;
}

.module-grid,
.insight-metrics {
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.06);
}

.module-card {
    min-height: 246px;
    background: rgba(255, 255, 255, 0.92);
}

.module-card:hover {
    background: #f8fbff;
    box-shadow: inset 0 0 0 1px rgba(36, 87, 230, 0.08);
}

.workflow-section {
    background:
        linear-gradient(135deg, #eef4ff 0%, #f8fafc 46%, #ecfdf5 100%);
}

.workflow-list li {
    padding: 30px;
    border: 1px solid #dce5f3;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 14px 44px rgba(15, 23, 42, 0.05);
}

.workflow-list {
    gap: 14px;
}

.pricing-section {
    background:
        linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(238px, 1fr));
    align-items: stretch;
}

.price-card {
    min-height: 0;
    padding: 26px;
    border-color: #dfe7f6;
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.price-card:hover {
    transform: translateY(-5px);
    border-color: #b7c7f8;
    box-shadow: 0 30px 75px rgba(15, 23, 42, 0.1);
}

.price-card.featured {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(145deg, #2457e6 0%, #7047eb 58%, #0f9f6e 140%);
    box-shadow: 0 30px 80px rgba(36, 87, 230, 0.24);
}

.price-card.featured > p,
.price-card.featured > small,
.price-card.featured li {
    color: rgba(255, 255, 255, 0.82);
}

.price-card.featured ul {
    border-color: rgba(255, 255, 255, 0.18);
}

.price-card.featured li i {
    color: #86efac;
}

.price-card.featured .btn-primary {
    color: #1941b8;
    border-color: #ffffff;
    background: #ffffff;
    box-shadow: none;
}

.plan-kicker {
    display: inline-flex;
    width: fit-content;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    color: var(--blue);
    border-radius: 999px;
    background: #eef4ff;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.price-card.featured .plan-kicker {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

.plan-badge {
    top: 20px;
    right: 20px;
    color: #11306d;
    background: #dbeafe;
}

.price-card h3 {
    margin-top: 18px;
}

.price-card > strong {
    font-size: clamp(2rem, 4vw, 2.65rem);
}

.price-card li {
    align-items: flex-start;
}

.contact-section {
    background: #ffffff;
}

.contact-form {
    border-radius: 18px;
    background: #f8fbff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.06);
}

.registration-wizard {
    gap: 20px;
}

.registration-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.registration-step-tab {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px 10px;
    align-items: center;
    min-height: 70px;
    padding: 12px;
    color: #475467;
    border: 1px solid #dfe7f6;
    border-radius: 14px;
    background: #ffffff;
    text-align: left;
}

.registration-step-tab span {
    display: grid;
    grid-row: span 2;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #2457e6;
    border-radius: 10px;
    background: #eef4ff;
    font-weight: 800;
}

.registration-step-tab strong,
.registration-step-tab small {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.registration-step-tab strong {
    color: #152238;
    font-size: 0.9rem;
    line-height: 1.1;
}

.registration-step-tab small {
    color: #667085;
    font-size: 0.73rem;
    font-weight: 700;
}

.registration-step-tab.is-active {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, #2457e6, #7047eb);
    box-shadow: 0 16px 36px rgba(36, 87, 230, 0.2);
}

.registration-step-tab.is-active span {
    color: #2457e6;
    background: #ffffff;
}

.registration-step-tab.is-active strong,
.registration-step-tab.is-active small {
    color: #ffffff;
}

.registration-step-tab.is-complete span {
    color: #047857;
    background: #dcfce7;
}

.registration-step-panel {
    display: none;
    gap: 18px;
}

.registration-step-panel.is-active {
    display: grid;
}

.step-heading {
    padding-bottom: 4px;
}

.step-heading span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #2457e6;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.step-heading h2 {
    margin: 0 0 6px;
    color: #152238;
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    font-weight: 800;
}

.step-heading p {
    max-width: 720px;
    margin: 0;
    color: #667085;
    line-height: 1.6;
}

.registration-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding-top: 4px;
}

.registration-actions .btn {
    min-width: 150px;
}

.registration-review-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    color: #344054;
    border: 1px solid #c7d7fe;
    border-radius: 14px;
    background: #eef4ff;
}

.registration-review-note i {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #2457e6;
    border-radius: 10px;
    background: #ffffff;
    font-size: 1.05rem;
}

.registration-review-note strong,
.registration-review-note span {
    display: block;
}

.registration-review-note strong {
    color: #152238;
    font-weight: 800;
}

.registration-review-note span {
    margin-top: 3px;
    color: #667085;
    font-size: 0.9rem;
    line-height: 1.5;
}

.footer-cta {
    background:
        linear-gradient(135deg, #0f172a 0%, #1d4ed8 55%, #0f766e 120%);
}

.site-footer {
    background: #080f1d;
}

@media (max-width: 991.98px) {
    .app-navbar .navbar-collapse {
        border-radius: 16px;
        box-shadow: 0 18px 60px rgba(15, 23, 42, 0.12);
    }

    .hero-section {
        min-height: 780px;
    }

    .hero-overlay {
        background: linear-gradient(90deg, rgba(7, 17, 31, 0.96) 0%, rgba(7, 17, 31, 0.72) 100%);
    }

    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .registration-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.policy-page {
    min-height: 100vh;
    padding: 56px 0 80px;
    background:
        radial-gradient(circle at 12% 10%, rgba(56, 189, 248, 0.22), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(112, 71, 235, 0.18), transparent 32%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.policy-brand {
    margin-bottom: 28px;
}

.policy-card {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(26px, 5vw, 54px);
    border: 1px solid #dfe7f6;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.08);
}

.policy-card h1 {
    margin: 0 0 16px;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 800;
}

.policy-card h2 {
    margin: 30px 0 8px;
    font-size: 1.22rem;
    font-weight: 800;
}

.policy-card p {
    margin: 0;
    color: #475467;
    line-height: 1.75;
}

.policy-card a {
    color: var(--blue);
    font-weight: 800;
}

@media (max-width: 575.98px) {
    .brand-logo {
        height: 42px;
        max-width: 140px;
    }

    .hero-section {
        min-height: 760px;
    }

    .hero-inner {
        padding-top: 106px;
    }

    .hero-section h1 {
        font-size: 3.2rem;
    }

    .hero-stats {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .registration-progress {
        grid-template-columns: 1fr;
    }

    .registration-step-tab {
        min-height: 58px;
    }

    .registration-actions {
        display: grid;
    }

    .registration-actions .btn {
        width: 100%;
    }
}

/* Gradient-only landing and dynamic pricing */
.hero-section {
    background:
        radial-gradient(circle at 16% 18%, rgba(56, 189, 248, 0.26), transparent 30%),
        radial-gradient(circle at 82% 16%, rgba(112, 71, 235, 0.36), transparent 34%),
        radial-gradient(circle at 74% 82%, rgba(16, 185, 129, 0.22), transparent 34%),
        linear-gradient(135deg, #07111f 0%, #10265c 50%, #111827 100%);
}

.hero-gradient-mesh {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-gradient-mesh::before,
.hero-gradient-mesh::after {
    position: absolute;
    content: "";
    width: 44vw;
    height: 44vw;
    min-width: 420px;
    min-height: 420px;
    border-radius: 50%;
    filter: blur(30px);
    opacity: 0.52;
    animation: floatMesh 9s ease-in-out infinite alternate;
}

.hero-gradient-mesh::before {
    top: -14%;
    right: -8%;
    background: linear-gradient(135deg, #38bdf8, #7047eb);
}

.hero-gradient-mesh::after {
    bottom: -18%;
    left: -10%;
    background: linear-gradient(135deg, #10b981, #2457e6);
    animation-delay: -3s;
}

@keyframes floatMesh {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(28px, -18px, 0) scale(1.06); }
}

.hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
    gap: clamp(30px, 5vw, 72px);
    align-items: center;
}

.hero-dashboard-card {
    position: relative;
    z-index: 2;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(22px);
}

.hero-dashboard-head {
    display: flex;
    gap: 7px;
    margin-bottom: 18px;
}

.hero-dashboard-head span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
}

.hero-dashboard-kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.hero-dashboard-kpis div,
.hero-dashboard-list p {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
}

.hero-dashboard-kpis div {
    display: grid;
    gap: 5px;
    padding: 14px;
}

.hero-dashboard-kpis small,
.hero-dashboard-list b {
    color: #bfdbfe;
    font-size: 0.72rem;
    font-weight: 800;
}

.hero-dashboard-kpis strong {
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 1.3rem;
}

.hero-dashboard-kpis em {
    width: fit-content;
    padding: 3px 7px;
    color: #bbf7d0;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.16);
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 800;
}

.hero-dashboard-chart {
    display: flex;
    align-items: end;
    gap: 10px;
    height: 150px;
    margin: 18px 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.24);
}

.hero-dashboard-chart span {
    flex: 1;
    min-height: 24px;
    border-radius: 10px 10px 3px 3px;
    background: linear-gradient(180deg, #ffffff, #38bdf8 46%, #7047eb);
    animation: chartRise 850ms ease both;
}

@keyframes chartRise {
    from { transform: scaleY(0.2); transform-origin: bottom; opacity: 0.35; }
    to { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
}

.hero-dashboard-list {
    display: grid;
    gap: 9px;
}

.hero-dashboard-list p {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin: 0;
    padding: 10px 12px;
    color: #ffffff;
}

.hero-dashboard-list i {
    color: #86efac;
}

.billing-toggle {
    display: inline-flex;
    gap: 4px;
    margin-top: 24px;
    padding: 5px;
    border: 1px solid #dbe5f6;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.billing-toggle button {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    color: #475467;
    border: 0;
    border-radius: 999px;
    background: transparent;
    font-weight: 800;
}

.billing-toggle button.active {
    color: #ffffff;
    background: linear-gradient(135deg, var(--blue), var(--violet));
}

.billing-toggle span {
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 0.68rem;
}

.footer-grid {
    grid-template-columns: minmax(240px, 1.5fr) repeat(4, minmax(120px, 0.7fr));
}

@media (max-width: 991.98px) {
    .hero-inner {
        grid-template-columns: 1fr;
    }

    .public-navbar .navbar-collapse {
        max-height: calc(100vh - 98px);
        overflow-y: auto;
    }

    .hero-dashboard-card {
        max-width: 620px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .hero-dashboard-kpis,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .policy-page {
        padding: 34px 0 64px;
    }

    .billing-toggle {
        width: 100%;
    }

    .billing-toggle button {
        flex: 1;
        justify-content: center;
        padding: 0 10px;
    }
}
