/*
  legacy.css
  Styles required for non sb-* classes on legacy marketing pages.
  Generated from prior root stylesheet, rewritten to use design tokens from assets/css/base.css.
*/

/* Legacy marketing page wrappers use sb components but must preserve legacy visuals.
   These overrides are scoped to legacy sections to avoid impacting global sb components. */

/* Scoped button look (replaces legacy .btn* rules) */
.page-hero .sb-btn,
.service-section .sb-btn,
.use-cases-page-section .sb-btn,
.cta .sb-btn,
.pricing-box .sb-btn {
    gap: 8px;
    padding: 12px 24px;
    font-size: 0.95rem;
    border-radius: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.page-hero .sb-btn--primary,
.service-section .sb-btn--primary,
.use-cases-page-section .sb-btn--primary,
.cta .sb-btn--primary,
.pricing-box .sb-btn--primary {
    background: var(--sb-gradient-accent);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(27, 107, 255, 0.22);
}

.page-hero .sb-btn--primary:hover,
.service-section .sb-btn--primary:hover,
.use-cases-page-section .sb-btn--primary:hover,
.cta .sb-btn--primary:hover,
.pricing-box .sb-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.22);
}

.page-hero .sb-btn--white,
.service-section .sb-btn--white,
.use-cases-page-section .sb-btn--white,
.cta .sb-btn--white,
.pricing-box .sb-btn--white {
    background: #ffffff;
    color: var(--sb-color-brand-dark);
}

.page-hero .sb-btn--white:hover,
.service-section .sb-btn--white:hover,
.use-cases-page-section .sb-btn--white:hover,
.cta .sb-btn--white:hover,
.pricing-box .sb-btn--white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-hero .sb-btn--outline-white,
.service-section .sb-btn--outline-white,
.use-cases-page-section .sb-btn--outline-white,
.cta .sb-btn--outline-white,
.pricing-box .sb-btn--outline-white {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.page-hero .sb-btn--outline-white:hover,
.service-section .sb-btn--outline-white:hover,
.use-cases-page-section .sb-btn--outline-white:hover,
.cta .sb-btn--outline-white:hover,
.pricing-box .sb-btn--outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

.page-hero .sb-btn--large,
.service-section .sb-btn--large,
.use-cases-page-section .sb-btn--large,
.cta .sb-btn--large,
.pricing-box .sb-btn--large {
    padding: 16px 32px;
    font-size: 1rem;
}

/* Legacy outlined buttons used on usecases page */
.sb-btn.btn-outline {
    background: transparent;
    color: var(--sb-color-brand-dark);
    border: 1px solid rgba(11, 16, 32, 0.14);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.sb-btn.btn-outline:hover {
    border-color: var(--sb-color-brand-primary);
    color: var(--sb-color-brand-primary);
}

/* Page hero */
.page-hero {
    padding: 160px 0 80px;
    background: var(--sb-gradient-hero);
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width=' 60' height=' 60' viewBox=' 0 0 60 60' xmlns=' http://www.w3.org/2000/svg'%3E%3Cg fill=' none' fill-rule=' evenodd'%3E%3Cg fill=' %23ffffff' fill-opacity=' 0.03'%3E%3Cpath d=' M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/auto repeat;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}


.page-hero--photo::before {
    background: var(--sb-gradient-hero);
    opacity: 1;
}

.page-hero--photo.airlines-hero::before {
    background: url("../../images/airlines-hero.jpeg") center center/cover no-repeat;
}

.page-hero--photo.atos-hero::before {
    background: url("../../images/atos-hero.jpeg") center center/cover no-repeat;
}

.page-hero--photo.centers-hero::before {
    background: url("../../images/centers-hero.jpeg") center center/cover no-repeat;
}

.page-hero--photo.inhouse-hero::before {
    background: url("../../images/inhouse-hero.jpg") center center/cover no-repeat;
}

.page-hero--photo.pilots-hero::before {
    background: url("../../images/pilots-hero.jpeg") center 0%/cover no-repeat;
}

.page-hero--photo.usecases-hero::before {
    background: url("../../images/usecases.jpg") center center/cover no-repeat;
}

.page-hero--photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 16, 32, 0.62) 0%, rgba(11, 16, 32, 0.54) 55%, rgba(11, 16, 32, 0.68) 100%);
    pointer-events: none;
    z-index: 0;
}

/* Pilots only: slightly lighter mid-zone so faces read better without affecting hero text contrast */
.page-hero--photo.pilots-hero::after {
    background: linear-gradient(
        180deg,
        rgba(11, 16, 32, 0.66) 0%,
        rgba(11, 16, 32, 0.58) 34%,
        rgba(11, 16, 32, 0.42) 54%,
        rgba(11, 16, 32, 0.56) 74%,
        rgba(11, 16, 32, 0.70) 100%
    );
}

.page-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.page-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.page-hero h1 {
    font-size: 3rem;
    color: white;
    margin-bottom: 20px;
}

.page-hero p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto 32px;
}

.page-hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

/* CTA spacing */
.cta {
    position: relative;
    padding: var(--sb-space-24) 0;
    background:
        radial-gradient(900px 420px at 18% 35%, rgba(27, 107, 255, 0.10), rgba(0, 212, 255, 0.00) 60%),
        radial-gradient(760px 360px at 85% 65%, rgba(0, 212, 255, 0.08), rgba(27, 107, 255, 0.00) 60%),
        var(--sb-color-bg-base);
}

.cta-inner {
    position: relative;
    overflow: hidden;
    padding: 80px 72px;
    border-radius: var(--sb-radius-xl);
    background: var(--sb-color-bg-surface);
    border: 1px solid rgba(27, 107, 255, 0.12);
    box-shadow: var(--sb-shadow-md);
}

.cta-inner::before {
    content: "";
    position: absolute;
    inset: -1px;
    background:
        radial-gradient(560px 240px at 22% 42%, rgba(27, 107, 255, 0.15), rgba(27, 107, 255, 0.00) 62%),
        radial-gradient(520px 260px at 78% 55%, rgba(0, 212, 255, 0.12), rgba(0, 212, 255, 0.00) 64%);
    pointer-events: none;
}

.cta-content {
    position: relative;
    max-width: 720px;
}

.cta-content h2 {
    margin-bottom: 16px;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.25;
}

.cta-content p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--sb-color-text-default);
}

.cta-buttons {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* Section headers */
.section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 72px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(27, 107, 255, 0.1) 0%, rgba(0, 212, 255, 0.08) 100%);
    border: 1px solid rgba(27, 107, 255, 0.15);
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--sb-color-brand-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.section-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    color: var(--sb-color-brand-dark);
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.125rem;
    color: var(--sb-color-text-default);
    line-height: 1.7;
    max-width: 640px;
    margin-inline: auto;
}

/* Service blocks */
.service-section {
    padding: 96px 0;
}

.service-section:nth-child(even) {
    background: var(--sb-color-bg-surface);
}

.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

.service-grid.reverse {
    direction: rtl;
}

.service-grid.reverse > * {
    direction: ltr;
}

.service-content h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--sb-color-brand-dark);
    margin-bottom: 20px;
    line-height: 1.25;
}

.service-content p {
    font-size: 1.05rem;
    color: var(--sb-color-text-default);
    line-height: 1.8;
    margin-bottom: 28px;
}

.service-list {
    list-style: none;
    margin-bottom: 36px;
}

.service-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    font-size: 1rem;
    color: var(--sb-color-text-default);
    line-height: 1.6;
}

.service-list li svg {
    width: 22px;
    height: 22px;
    stroke: var(--sb-color-positive);
    flex-shrink: 0;
    margin-top: 2px;
}

.service-visual {
    display: flex;
    justify-content: center;
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-card {
    background: white;
    border-radius: 22px;
    padding: 24px;
    text-align: center;
    border: 1px solid rgba(25, 37, 72, 0.08);
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: var(--sb-shadow-md);
    transform: translateY(-4px);
}

.service-card-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 212, 255, 0.12);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.service-card-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--sb-color-brand-primary);
}

.service-card h4 {
    font-size: 1rem;
    color: var(--sb-color-brand-dark);
    margin-bottom: 8px;
}

.service-card p {
    font-size: 0.85rem;
    color: var(--sb-color-text-muted);
}

/* Benefits */
.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: var(--sb-color-text-default);
}

.benefit-item svg {
    width: 20px;
    height: 20px;
    stroke: var(--sb-color-positive);
    flex-shrink: 0;
}

/* Use cases */
.use-cases {
    padding: 80px 0;
    background: var(--sb-color-bg-surface);
}

.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.use-case-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(25, 37, 72, 0.08);
}

.use-case-card h3 {
    font-size: 1.4rem;
    color: var(--sb-color-brand-dark);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.use-case-card h3 svg {
    width: 28px;
    height: 28px;
    stroke: var(--sb-color-positive);
}

.use-case-card .scenario {
    background: var(--sb-color-bg-surface);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.use-case-card .scenario h4 {
    font-size: 0.9rem;
    color: var(--sb-color-brand-dark);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.use-case-card .scenario p {
    font-size: 0.95rem;
    color: var(--sb-color-text-default);
    line-height: 1.7;
}

.use-case-card .solution h4 {
    font-size: 0.9rem;
    color: var(--sb-color-brand-primary);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.use-case-card .solution p {
    font-size: 0.95rem;
    color: var(--sb-color-text-default);
    line-height: 1.7;
    margin-bottom: 20px;
}

.use-cases-page-section {
    padding: 80px 0;
}

.use-cases-page-section.alt-bg {
    background: var(--sb-color-bg-surface);
}

.use-cases-page-section .section-cta {
    text-align: center;
    margin-top: 48px;
}

/* Stats */
.stats-section {
    padding: 80px 0;
    background: var(--sb-color-bg-surface);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 48px;
}

.stat-card {
    background: white;
    padding: 40px 32px;
    border-radius: 22px;
    text-align: center;
    box-shadow: var(--sb-shadow-md);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sb-shadow-lg);
}

.stat-number {
    font-family: "Sora", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: var(--sb-color-brand-primary);
    margin-bottom: 8px;
    display: block;
}

.stat-label {
    font-size: 1rem;
    color: var(--sb-color-text-default);
}

.stat-icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(27, 107, 255, 0.25) 0%, rgba(0, 212, 255, 0.25) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 212, 255, 0.3);
    flex-shrink: 0;
}

.stat-icon-circle svg {
    width: 24px;
    height: 24px;
    stroke: #00D4FF;
}

.stat-info {
    flex: 1;
}

.stat-number {
    font-family: "Sora", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #00D4FF 0%, #1B6BFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 2px;
    line-height: 1;
}

.stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
}

/* Pricing */
.pricing-highlight {
    padding: 80px 0;
    background: var(--sb-color-bg-surface);
}

.pricing-box {
    background: white;
    border-radius: 24px;
    box-shadow: var(--sb-shadow-lg);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.pricing-content {
    padding: 48px;
}

.pricing-tag {
    display: inline-block;
    background: linear-gradient(135deg, rgba(27, 107, 255, 0.12) 0%, rgba(0, 212, 255, 0.12) 100%);
    color: var(--sb-color-brand-primary);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.pricing-content h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
    color: var(--sb-color-brand-dark);
}

.pricing-content > p {
    font-size: 1.1rem;
    color: var(--sb-color-text-default);
    margin-bottom: 32px;
}

.pricing-features {
    list-style: none;
    margin-bottom: 32px;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 1rem;
    color: var(--sb-color-text-default);
}

.pricing-features li svg {
    width: 24px;
    height: 24px;
    stroke: var(--sb-color-positive);
    flex-shrink: 0;
}

.pricing-visual {
    background: var(--sb-gradient-hero);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.price-display {
    text-align: center;
    color: white;
}

.price-currency {
    font-size: 2rem;
    font-weight: 700;
    vertical-align: top;
}

.price-amount {
    font-size: 8rem;
    font-weight: 800;
    line-height: 1;
    font-family: "Sora", sans-serif;
}

.price-period {
    font-size: 1.5rem;
    opacity: 0.8;
}

/* Legal pages */
.legal-hero {
    background: linear-gradient(135deg, #0B1020 0%, #1a2332 50%, #0B1020 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.legal-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(27, 107, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 212, 255, 0.06) 0%, transparent 50%),
        url("data:image/svg+xml,<svg width=\"60\" height=\"60\" xmlns=\"http://www.w3.org/2000/svg\"><defs><pattern id=\"legal-grid\" width=\"60\" height=\"60\" patternUnits=\"userSpaceOnUse\"><circle cx=\"1\" cy=\"1\" r=\"1\" fill=\"rgba(255,255,255,0.03)\"/></pattern></defs><rect width=\"60\" height=\"60\" fill=\"url(%23legal-grid)\"/></svg>");
    opacity: 1;
}

.legal-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(27, 107, 255, 0.3) 50%, transparent 100%);
}

.legal-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.legal-hero h1 {
    font-family: "Sora", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.legal-hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 12px;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.legal-hero-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: rgba(27, 107, 255, 0.12);
    backdrop-filter: blur(20px);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.95rem;
    font-weight: 500;
    margin-top: 24px;
    border: 1px solid rgba(27, 107, 255, 0.2);
    box-shadow: 0 4px 24px rgba(27, 107, 255, 0.15);
}

.legal-hero-date::before {
    content: "📅";
    font-size: 1.1rem;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 24px;
    background: linear-gradient(to bottom, 
        rgba(246, 249, 255, 0) 0%, 
        rgba(246, 249, 255, 1) 5%, 
        rgba(246, 249, 255, 1) 95%,
        rgba(246, 249, 255, 0) 100%
    );
}

.legal-note {
    background: linear-gradient(135deg, #EEF5FF 0%, #E6F0FF 100%);
    padding: 36px 40px;
    border-radius: 28px;
    border: 2px solid rgba(27, 107, 255, 0.15);
    margin-bottom: 56px;
    box-shadow: 0 8px 32px rgba(27, 107, 255, 0.08),
        0 0 0 1px rgba(27, 107, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.legal-note::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #1B6BFF 0%, #00D4FF 100%);
    border-radius: 20px 0 0 20px;
}

.legal-note::after {
    content: "ℹ️";
    position: absolute;
    top: 36px;
    right: 40px;
    font-size: 2rem;
    opacity: 0.15;
}

.legal-note p {
    margin: 0;
    font-size: 1.05rem;
    color: #0B1020;
    line-height: 1.8;
    padding-left: 16px;
}

.legal-note strong {
    color: #1B6BFF;
    font-weight: 600;
}

.legal-content {
    background: white;
    padding: 60px 56px;
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(11, 16, 32, 0.06),
        0 0 0 1px rgba(11, 16, 32, 0.04);
    border: 1px solid rgba(11, 16, 32, 0.06);
}

.legal-content h2 {
    font-family: "Sora", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #0B1020;
    margin-top: 56px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(90deg, #1B6BFF 0%, #00D4FF 100%) border-box;
    border-bottom: 3px solid;
    letter-spacing: -0.02em;
    position: relative;
}

.legal-content h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #1B6BFF 0%, #00D4FF 100%);
    border-radius: 10px;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content h3 {
    font-family: "Sora", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0B1020;
    margin-top: 40px;
    margin-bottom: 18px;
    letter-spacing: -0.01em;
}

.legal-content p {
    font-size: 1.08rem;
    line-height: 1.85;
    color: #3B4A6B;
    margin-bottom: 24px;
}

.legal-content ul {
    margin: 24px 0;
    padding-left: 0;
    list-style: none;
}

.legal-content ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    font-size: 1.08rem;
    line-height: 1.8;
    color: #3B4A6B;
}

.legal-content ul li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 10px;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #1B6BFF 0%, #00D4FF 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(27, 107, 255, 0.12);
}

.legal-content strong {
    color: #0B1020;
    font-weight: 600;
}

.legal-content a {
    color: #1B6BFF;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
    position: relative;
}

.legal-content a:hover {
    border-bottom-color: #00D4FF;
    color: #00D4FF;
}

.legal-highlight {
    background: linear-gradient(135deg, #FEF9E7 0%, #FEF5D7 100%);
    padding: 32px 36px;
    border-radius: 22px;
    border: 2px solid rgba(245, 158, 11, 0.2);
    margin: 40px 0;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.08);
    position: relative;
    overflow: hidden;
}

.legal-highlight::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #F59E0B 0%, #FBBF24 100%);
    border-radius: 20px 0 0 20px;
}

.legal-highlight::after {
    content: "⚠️";
    position: absolute;
    top: 32px;
    right: 36px;
    font-size: 2rem;
    opacity: 0.15;
}

.legal-highlight p {
    margin: 0;
    color: #78350F;
    font-weight: 500;
    padding-left: 16px;
    font-size: 1.08rem;
    line-height: 1.85;
}

.legal-highlight strong {
    color: #92400E;
    font-weight: 700;
}

.legal-footer-note {
    margin-top: 72px;
    padding-top: 40px;
    border-top: 2px solid #E2E8F0;
    text-align: center;
}

.legal-footer-note p {
    color: #6F7FA6;
    font-size: 1rem;
    margin-bottom: 12px;
    font-weight: 500;
}

.legal-footer-note strong {
    color: #0B1020;
    display: block;
    margin-top: 16px;
    font-size: 1.05rem;
}

/* About */
.about-hero {
    padding-bottom: 60px;
}

.about-mission {
    padding: 80px 0;
}

.about-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.about-mission-content h2 {
    font-size: 2.5rem;
    color: var(--sb-color-brand-dark);
    margin-bottom: 24px;
}

.about-mission-content p {
    color: var(--sb-color-text-default);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

.mission-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.mission-stat {
    background: var(--sb-color-bg-surface);
    border-radius: 22px;
    padding: 32px;
    text-align: center;
}

.mission-stat-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(27, 107, 255, 0.12) 0%, rgba(0, 212, 255, 0.12) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.mission-stat-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--sb-color-brand-primary);
}

.mission-stat-number {
    display: block;
    font-family: "Sora", sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--sb-color-brand-dark);
    margin-bottom: 4px;
}

.mission-stat-label {
    font-size: 0.9rem;
    color: var(--sb-color-text-default);
}

.about-story {
    padding: 80px 0;
    background: var(--sb-color-bg-surface);
}

.about-story-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-story-content h2 {
    font-size: 2.5rem;
    color: var(--sb-color-brand-dark);
    margin-bottom: 48px;
    text-align: center;
}

.timeline-item {
    position: relative;
    padding-bottom: 40px;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-icon {
    position: absolute;
    left: -48px;
    width: 36px;
    height: 36px;
    background: white;
    border: 2px solid var(--sb-color-brand-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--sb-color-brand-primary);
}

.timeline-content h4 {
    font-size: 1.25rem;
    color: var(--sb-color-brand-dark);
    margin-bottom: 12px;
}

.timeline-content p {
    color: var(--sb-color-text-default);
    line-height: 1.7;
}

.about-values {
    padding: 80px 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
}

.value-card {
    background: var(--sb-color-bg-surface);
    border-radius: 22px;
    padding: 32px;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sb-shadow-lg);
}

.value-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(27, 107, 255, 0.12) 0%, rgba(0, 212, 255, 0.12) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.value-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--sb-color-brand-primary);
}

.value-card h3 {
    font-size: 1.25rem;
    color: var(--sb-color-brand-dark);
    margin-bottom: 12px;
}

.value-card p {
    color: var(--sb-color-text-default);
    line-height: 1.6;
}

.about-global-space {
    position: relative;
    margin: 80px 0;
}

/* About space */
.space-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #0B1020 0%, #1a2642 30%, #2a1a4a 60%, #1a2642 100%);
    background-image: url("../../images/iStock-807395598.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    animation: slow-zoom 60s ease-in-out infinite alternate;
}

.space-bg-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
}

.space-stars {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
    animation: twinkle 3s ease-in-out infinite;
}

.star-1 {
    top: 10%;
    left: 15%;
    animation-delay: 0s;
}

.star-2 {
    top: 20%;
    left: 80%;
    animation-delay: 0.5s;
}

.star-3 {
    top: 35%;
    left: 25%;
    animation-delay: 1s;
}

.star-4 {
    top: 50%;
    left: 70%;
    animation-delay: 1.5s;
}

.star-5 {
    top: 65%;
    left: 35%;
    animation-delay: 2s;
}

.star-6 {
    top: 15%;
    left: 55%;
    animation-delay: 2.5s;
}

.star-7 {
    top: 75%;
    left: 20%;
    animation-delay: 0.8s;
}

.star-8 {
    top: 30%;
    left: 85%;
    animation-delay: 1.3s;
}

.star-9 {
    top: 55%;
    left: 50%;
    animation-delay: 1.8s;
}

.star-10 {
    top: 8%;
    left: 45%;
    animation-delay: 0.3s;
}

.star-11 {
    top: 70%;
    left: 65%;
    animation-delay: 2.3s;
}

.star-12 {
    top: 40%;
    left: 10%;
    animation-delay: 1.1s;
}

.space-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.8) 0%, transparent 70%);
    border-radius: 50%;
    animation: float-up 15s ease-in-out infinite;
}

.p-1 {
    bottom: 10%;
    left: 20%;
    animation-delay: 0s;
    animation-duration: 12s;
}

.p-2 {
    bottom: 15%;
    left: 60%;
    animation-delay: 3s;
    animation-duration: 15s;
}

.p-3 {
    bottom: 20%;
    left: 80%;
    animation-delay: 6s;
    animation-duration: 13s;
}

.p-4 {
    bottom: 5%;
    left: 40%;
    animation-delay: 9s;
    animation-duration: 14s;
}

.p-5 {
    bottom: 25%;
    left: 70%;
    animation-delay: 12s;
    animation-duration: 16s;
}

.space-glow {
    position: absolute;
    top: 25%;
    left: 35%;
    width: 30%;
    height: 50%;
    background: radial-gradient(ellipse at center, 
        rgba(147, 112, 219, 0.2) 0%,
        rgba(100, 149, 237, 0.15) 30%,
        transparent 70%
    );
    filter: blur(50px);
    animation: pulse-glow 10s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
}

.space-content-wrapper {
    position: relative;
    z-index: 10;
    padding: 80px 40px;
    max-width: 1000px;
}

.space-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(11, 16, 32, 0.75);
    backdrop-filter: blur(20px);
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(0, 212, 255, 0.3);
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.space-badge svg {
    width: 18px;
    height: 18px;
    stroke: #00D4FF;
}

.space-title {
    font-family: "Sora", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.15;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6),
        0 0 30px rgba(0, 212, 255, 0.3);
    max-width: 800px;
}

.space-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    max-width: 700px;
    margin-bottom: 24px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.space-launch-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.15) 0%, rgba(27, 107, 255, 0.15) 100%);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid rgba(0, 212, 255, 0.4);
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 48px;
    box-shadow: 0 4px 20px rgba(0, 212, 255, 0.2);
}

.space-launch-badge svg {
    width: 18px;
    height: 18px;
    stroke: #00D4FF;
}

.space-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.space-stat {
    background: rgba(11, 16, 32, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(27, 107, 255, 0.25);
    border-radius: 22px;
    padding: 24px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
}

.space-stat:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 212, 255, 0.5);
    box-shadow: 0 12px 40px rgba(0, 212, 255, 0.25);
    background: rgba(11, 16, 32, 0.85);
}

.space-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.space-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
}

.space-feature svg {
    width: 20px;
    height: 20px;
    stroke: #00D4FF;
    flex-shrink: 0;
}

/* Animations */
@keyframes slow-zoom {
0% { transform: scale(1); }
    100% { transform: scale(1.08); }
}

@keyframes twinkle {
0%, 100% { opacity: 0.2; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.5); }
}

@keyframes float-up {
0% { 
        transform: translateY(0) translateX(0);
        opacity: 0.3;
    }
    50% { 
        transform: translateY(-60px) translateX(20px);
        opacity: 0.8;
    }
    100% { 
        transform: translateY(-120px) translateX(-10px);
        opacity: 0;
    }
}

@keyframes pulse-glow {
0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}

/* Responsive */
@media (max-width: 1024px) {
    .pricing-box {
    grid-template-columns: 1fr;
    }
    .pricing-visual {
    padding: 60px 48px;
    }
    .price-amount {
    font-size: 6rem;
    }
    .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    }
    .service-grid {
    grid-template-columns: 1fr;
    }
    .service-grid.reverse {
    direction: ltr;
    }
    .use-cases-grid {
    grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .section-title {
    font-size: 2rem;
    }
    .page-hero h1 {
    font-size: 2.2rem;
    }
    .page-hero-buttons {
    flex-direction: column;
    }
    .service-card-grid {
    grid-template-columns: 1fr;
    }
    .pricing-content {
    padding: 32px;
    }
    .pricing-content h2 {
    font-size: 2rem;
    }
    .price-amount {
    font-size: 5rem;
    }
    .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    }
    .stat-card {
    padding: 24px 16px;
    }
    .stat-number {
    font-size: 2.5rem;
    }
    .cta-inner {
    padding: 48px 24px;
    }
    .cta h2 {
    font-size: 2rem;
    }
    .cta-buttons {
    flex-direction: column;
    }
}

@media (max-width: 480px) {
    /* Former .container mobile padding, scoped to legacy page sections */
    section .sb-container {
        padding-inline: 16px;
    }

    /* Former .btn-lg mobile padding, scoped to legacy page sections */
    .page-hero .sb-btn--large,
    .service-section .sb-btn--large,
    .use-cases-page-section .sb-btn--large,
    .cta .sb-btn--large,
    .pricing-box .sb-btn--large {
        padding: 14px 24px;
    }

    .page-hero {
    padding: 120px 0 60px;
    }
    .service-section {
    padding: 60px 0;
    }
    .stats-grid {
    grid-template-columns: 1fr;
    }
    .price-amount {
    font-size: 4rem;
    }
}

@media (max-width: 1024px) {
    .about-mission-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    }
}

@media (max-width: 768px) {
    .mission-stats-grid {
    grid-template-columns: 1fr;
    }
    .values-grid {
    grid-template-columns: 1fr;
    }
    .story-timeline {
    padding-left: 40px;
    }
    .timeline-icon {
    left: -40px;
    width: 32px;
    height: 32px;
    }
    .about-mission-content h2, .about-story-content h2 {
    font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .legal-hero h1 {
    font-size: 2rem;
    }
    .legal-content {
    padding: 32px 24px;
    }
    .legal-content h2 {
    font-size: 1.5rem;
    }
    .legal-content h3 {
    font-size: 1.2rem;
    }
}

@media (max-width: 1024px) {
    .space-stats {
    grid-template-columns: repeat(2, 1fr);
    }
    .space-title {
    font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .global-space-hero {
    min-height: 900px;
    }
    .space-content-wrapper {
    padding: 50px 24px;
    }
    .space-title {
    font-size: 2rem;
    }
    .space-subtitle {
    font-size: 1.1rem;
    }
    .space-stats {
    grid-template-columns: 1fr;
    gap: 12px;
    }
    .space-features {
    grid-template-columns: 1fr;
    }
}

/* Misc */
.hero-badge-light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 24px;
}

.hero-badge-light svg {
    width: 18px;
    height: 18px;
}

.story-timeline {
    position: relative;
    padding-left: 48px;
}

.story-timeline::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--sb-color-brand-primary) 0%, rgba(27, 107, 255, 0.22) 100%);
}

.global-space-hero {
    position: relative;
    min-height: 700px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(11, 16, 32, 0.4),
        0 0 0 1px rgba(27, 107, 255, 0.15);
}

/* Text-based stat cards (for pre-launch) */
.stat-card--text .stat-title {
    font-family: "Sora", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--sb-color-brand-primary);
    margin-bottom: 8px;
    line-height: 1.3;
}

.stat-card--text .stat-subtitle {
    font-size: 0.95rem;
    color: var(--sb-color-text-default);
    line-height: 1.5;
}
