:root {
    --ps-bg: #f5f7fb;
    --ps-surface: rgba(255, 255, 255, 0.82);
    --ps-surface-strong: #ffffff;
    --ps-surface-muted: #eef3fb;
    --ps-text: #10233f;
    --ps-text-soft: #51627e;
    --ps-line: rgba(16, 35, 63, 0.08);
    --ps-primary: #1c6df2;
    --ps-primary-dark: #1554bc;
    --ps-accent: #2bc0a7;
    --ps-shadow: 0 20px 60px rgba(29, 53, 87, 0.12);
    --ps-radius-xl: 28px;
    --ps-radius-lg: 22px;
    --ps-radius-md: 16px;
    --ps-radius-sm: 12px;
}

html {
    scroll-behavior: smooth;
}

body {
    padding-top: 90px;
    font-family: "Segoe UI", "Helvetica Neue", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(28, 109, 242, 0.12), transparent 34%),
        radial-gradient(circle at top right, rgba(43, 192, 167, 0.12), transparent 28%),
        var(--ps-bg);
    color: var(--ps-text);
    line-height: 1.65;
}

a {
    color: inherit;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.lead,
p {
    color: var(--ps-text-soft);
}

.section-shell {
    padding: 5rem 0;
}

.section-muted {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(238, 243, 251, 0.7));
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ps-primary);
}

.site-navbar {
    backdrop-filter: blur(20px);
    background: rgba(245, 247, 251, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.site-navbar.is-scrolled {
    box-shadow: 0 8px 28px rgba(16, 35, 63, 0.08);
    background: rgba(245, 247, 251, 0.94);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, var(--ps-primary), #62a4ff);
    color: #fff;
    box-shadow: 0 10px 24px rgba(28, 109, 242, 0.3);
}

.brand-text {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.nav-link {
    color: var(--ps-text);
    font-weight: 600;
    padding: 0.75rem 1rem !important;
}

.nav-link.active,
.nav-link:hover {
    color: var(--ps-primary);
}

.btn {
    border-radius: 999px;
    padding: 0.9rem 1.4rem;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

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

.btn-primary {
    background: linear-gradient(135deg, var(--ps-primary), #4c8dff);
    border: none;
    box-shadow: 0 14px 28px rgba(28, 109, 242, 0.28);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--ps-primary-dark), #3a7df8);
}

.btn-outline-primary {
    border-color: rgba(28, 109, 242, 0.24);
    color: var(--ps-primary);
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.hero-section {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

.hero-title {
    max-width: 12ch;
    margin-bottom: 1.25rem;
}

.hero-title span {
    color: var(--ps-primary);
}

.hero-copy {
    max-width: 60ch;
    margin-bottom: 1.75rem;
    font-size: 1.08rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.95rem;
    border: 1px solid rgba(28, 109, 242, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--ps-primary);
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.75rem;
}

.stat-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(16, 35, 63, 0.06);
    color: var(--ps-text-soft);
}

.stat-chip strong {
    color: var(--ps-text);
    font-size: 1.05rem;
}

.hero-mockup,
.signup-shell,
.content-panel,
.growth-panel,
.cta-panel,
.story-card,
.footer-cta-card,
.pricing-card,
.feature-card,
.showcase-card,
.bullet-card,
.timeline-card,
.principle-card {
    box-shadow: var(--ps-shadow);
}

.hero-mockup {
    position: relative;
}

.mockup-window {
    padding: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: var(--ps-radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 249, 255, 0.88));
}

.mockup-toolbar {
    display: flex;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.mockup-toolbar span {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: rgba(16, 35, 63, 0.12);
}

.mockup-card {
    height: 100%;
    padding: 1.2rem;
    border-radius: var(--ps-radius-md);
    background: var(--ps-surface-strong);
    border: 1px solid var(--ps-line);
}

.mockup-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.mockup-stack .mockup-card:last-child {
    flex: 1;
}

.mockup-label {
    margin-bottom: 0.35rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ps-text-soft);
}

.mockup-value {
    font-size: clamp(1.35rem, 3vw, 2rem);
    margin-bottom: 0;
}

.mockup-pill {
    padding: 0.4rem 0.65rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.mockup-pill.success {
    background: rgba(43, 192, 167, 0.14);
    color: #147f6d;
}

.invoice-list,
.mockup-checks,
.pricing-list,
.check-list,
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.invoice-row,
.growth-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--ps-line);
}

.invoice-row:last-child,
.growth-row:last-child {
    border-bottom: 0;
}

.mockup-checks li,
.check-list li,
.pricing-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.45rem 0;
    color: var(--ps-text-soft);
}

.mockup-checks i,
.check-list li::before,
.pricing-list li::before {
    color: var(--ps-accent);
}

.check-list li::before,
.pricing-list li::before {
    content: "\F26E";
    font-family: bootstrap-icons !important;
}

.mockup-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.mockup-tags span,
.featured-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(28, 109, 242, 0.1);
    color: var(--ps-primary);
    font-size: 0.82rem;
    font-weight: 700;
}

.section-intro {
    max-width: 48rem;
    margin-bottom: 2.2rem;
}

.section-intro.text-center {
    margin-left: auto;
    margin-right: auto;
}

.feature-card,
.showcase-card,
.timeline-card,
.principle-card,
.pricing-card,
.content-panel,
.signup-shell,
.growth-panel,
.bullet-card,
.story-card {
    height: 100%;
    padding: 1.7rem;
    border-radius: var(--ps-radius-lg);
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(16px);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.feature-card:hover,
.showcase-card:hover,
.timeline-card:hover,
.principle-card:hover,
.pricing-card:hover,
.bullet-card:hover,
.story-card:hover {
    transform: translateY(-6px);
    border-color: rgba(28, 109, 242, 0.18);
    box-shadow: 0 22px 50px rgba(29, 53, 87, 0.14);
}

.story-card {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.story-card.success {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(234, 247, 244, 0.95));
}

.story-image-wrap {
    border-radius: calc(var(--ps-radius-lg) - 6px);
    overflow: hidden;
    background: linear-gradient(180deg, rgba(16, 35, 63, 0.03), rgba(16, 35, 63, 0.08));
}

.story-image {
    display: block;
    width: 100%;
    height: auto;
}

.story-copy h3 {
    margin-bottom: 0.75rem;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.1rem;
    border-radius: 1rem;
    background: rgba(28, 109, 242, 0.1);
    color: var(--ps-primary);
    font-size: 1.3rem;
}

.showcase-step,
.timeline-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ps-primary), #6ea8ff);
    color: #fff;
    font-weight: 700;
}

.growth-panel {
    background: linear-gradient(180deg, rgba(16, 35, 63, 0.98), rgba(28, 61, 110, 0.92));
    color: #fff;
}

.growth-panel .growth-row span {
    color: rgba(255, 255, 255, 0.74);
}

.pricing-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pricing-card.featured {
    background: linear-gradient(180deg, rgba(16, 35, 63, 0.98), rgba(28, 61, 110, 0.94));
    color: #fff;
}

.pricing-card.featured p,
.pricing-card.featured li,
.pricing-card.featured .pricing-description {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-tier {
    margin-bottom: 0;
    color: var(--ps-primary);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.pricing-card h2,
.pricing-card h3 {
    margin-bottom: 0;
    font-size: clamp(2.1rem, 4vw, 3rem);
}

.pricing-card h2 span,
.pricing-card h3 span {
    font-size: 1rem;
    color: var(--ps-text-soft);
}

.pricing-card.featured h2 span,
.pricing-card.featured h3 span {
    color: rgba(255, 255, 255, 0.7);
}

.pricing-note {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page-hero {
    padding-bottom: 3rem;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.bullet-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    color: var(--ps-text);
}

.bullet-card i {
    color: var(--ps-accent);
    font-size: 1.2rem;
}

.content-panel {
    max-width: 52rem;
    margin: 0 auto;
}

.signup-shell {
    overflow: hidden;
    padding: 0;
}

.signup-copy {
    padding: 2rem;
    background: linear-gradient(160deg, rgba(16, 35, 63, 0.98), rgba(28, 61, 110, 0.92));
    color: #fff;
}

.signup-copy .lead,
.signup-copy p,
.signup-copy div {
    color: rgba(255, 255, 255, 0.82);
}

.signup-points {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.signup-points i {
    color: #7ff0dc;
    margin-right: 0.55rem;
}

.signup-form-wrap {
    padding: 2rem;
}

.form-label {
    font-weight: 600;
    color: var(--ps-text);
}

.form-control,
.form-select {
    min-height: 3.2rem;
    border-radius: 1rem;
    border: 1px solid rgba(16, 35, 63, 0.1);
    background: rgba(255, 255, 255, 0.86);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: rgba(28, 109, 242, 0.35);
    box-shadow: 0 0 0 0.25rem rgba(28, 109, 242, 0.12);
}

.form-check-input {
    border-color: rgba(16, 35, 63, 0.18);
}

.form-note {
    color: var(--ps-text-soft);
}

.cta-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: var(--ps-radius-xl);
    background: linear-gradient(135deg, #10233f, #1c3d6e 60%, #1c6df2);
    color: #fff;
}

.cta-panel h2,
.cta-panel p,
.cta-panel .eyebrow {
    color: #fff;
}

.site-footer {
    padding: 5rem 0 2rem;
    background: #09162b;
    color: rgba(255, 255, 255, 0.78);
}

.analytics-consent {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1080;
    max-width: 24rem;
}

.analytics-consent__card {
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 35, 63, 0.1);
    box-shadow: 0 18px 40px rgba(16, 35, 63, 0.16);
}

.analytics-consent__title {
    color: var(--ps-text);
    font-weight: 700;
}

.analytics-consent__copy {
    color: var(--ps-text-soft);
    font-size: 0.95rem;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.footer-heading {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.64);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.footer-links li + li {
    margin-top: 0.8rem;
}

.footer-tagline,
.footer-meta,
.footer-bottom {
    color: rgba(255, 255, 255, 0.72);
}

.footer-cta-card {
    padding: 1.5rem;
    border-radius: var(--ps-radius-lg);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.soft-progress {
    height: 0.6rem;
    border-radius: 999px;
    background: rgba(16, 35, 63, 0.08);
}

.soft-progress .progress-bar {
    border-radius: 999px;
    background: linear-gradient(135deg, var(--ps-accent), #67dfcf);
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    body {
        padding-top: 82px;
    }

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

    .hero-title {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .section-shell {
        padding: 4rem 0;
    }

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

    .feature-card,
    .showcase-card,
    .timeline-card,
    .principle-card,
    .pricing-card,
    .content-panel,
    .signup-form-wrap,
    .signup-copy,
    .cta-panel {
        padding: 1.4rem;
    }

    .analytics-consent {
        left: 1rem;
        max-width: none;
    }
}
