/* ===========================
   CSS Reset & Base Styles
   =========================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --navy: #0a1628;
    --dark-blue: #1a2942;
    --electric-blue: #2563eb;
    --light-blue: #3b82f6;
    --cyan: #06b6d4;
    --light-cyan: #22d3ee;
    --white: #ffffff;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --orange: #f97316;
    --green: #10b981;
    --purple: #8b5cf6;
    --red: #ef4444;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: 'Heebo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--white);
    color: var(--gray-900);
    line-height: 1.6;
    direction: rtl;
    overflow-x: hidden;
}

/* ===========================
   Typography
   =========================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    color: var(--navy);
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.5rem; }

p {
    color: var(--gray-600);
    line-height: 1.8;
}

/* ===========================
   Layout Containers
   =========================== */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-small {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-header-wide {
    max-width: 1480px;
}

.section {
    padding: 6rem 0;
    position: relative;
    background: #ecf2f9;
}

.section.alt {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}

/* ===========================
   Why Choose Us Section
   =========================== */

.why-choose-section {
    background: #eef4fb;
    overflow: hidden;
}

.why-choose-shell {
    max-width: 1280px;
    position: relative;
    padding-top: 4.75rem;
}

.why-choose-shell > .badge {
    position: absolute;
    top: 0;
    right: 2rem;
    margin: 0;
    z-index: 2;
}

.why-choose-head {
    width: min(100%, 760px);
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 2.8rem;
    direction: rtl;
    position: relative;
    padding-bottom: 1.35rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.why-choose-head h2 {
    width: 100%;
    color: var(--electric-blue);
    font-size: clamp(2.35rem, 4.6vw, 3.65rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.15;
    margin-bottom: 1rem;
    text-align: right;
}

.why-choose-head p {
    width: 100%;
    color: var(--gray-600);
    font-size: 1.08rem;
    line-height: 1.9;
    margin: 0;
    text-align: right;
}

@media (min-width: 1025px) {
    .why-choose-head p {
        white-space: nowrap;
    }
}

.why-choose-head::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(100%, 260px);
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.14) 0%, #38bdf8 28%, #2f80ff 68%, rgba(47, 128, 255, 0.12) 100%);
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.24);
}

.why-choose-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 3rem;
    align-items: center;
}

.why-choose-reasons {
    display: flex;
    flex-direction: column;
    gap: 1.9rem;
}

.why-choose-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: start;
}

.why-choose-icon {
    width: 44px;
    height: 44px;
    color: #0f8ad8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-choose-icon svg {
    width: 28px;
    height: 28px;
}

.why-choose-copy {
    text-align: right;
}

.why-choose-copy h3 {
    color: var(--navy);
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
    font-weight: 800;
}

.why-choose-copy p {
    color: var(--gray-600);
    font-size: 1.05rem;
    line-height: 1.9;
    margin: 0;
}

.why-choose-visual {
    position: relative;
    min-height: 520px;
}

.why-system-card {
    position: absolute;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.1);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}

.why-system-card-lead,
.why-system-card-close {
    width: 250px;
    padding: 1.2rem 1.15rem;
}

.why-system-card-lead {
    top: 0.5rem;
    right: 26.5rem;
    transform: rotate(-10deg);
}

.why-system-card-close {
    left: 0;
    bottom: 5rem;
    transform: rotate(6deg);
}

.why-system-card-process {
    right: 2.8rem;
    top: 5.7rem;
    left: 2.8rem;
    padding: 1.3rem 1.35rem;
    min-height: 158px;
    background: linear-gradient(135deg, rgba(243, 248, 255, 0.98), rgba(255, 255, 255, 0.98));
}

.why-system-kicker,
.why-system-brand {
    color: var(--electric-blue);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.why-system-flow {
    margin-top: 1rem;
    display: grid;
    gap: 0.85rem;
    position: relative;
}

.why-system-flow::before {
    content: '';
    position: absolute;
    right: 0.42rem;
    top: 0.7rem;
    bottom: 0.7rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(47, 128, 255, 0.18), rgba(34, 211, 238, 0.42), rgba(47, 128, 255, 0.18));
}

.why-system-step {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: start;
}

.why-step-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-top: 0.25rem;
    background: linear-gradient(135deg, #22d3ee, #2f80ff);
    box-shadow: 0 0 0 6px rgba(56, 189, 248, 0.12);
    grid-column: 1;
}

.why-system-step strong {
    color: var(--navy);
    font-size: 1rem;
    direction: rtl;
    text-align: right;
    width: 100%;
    grid-column: 2;
}

.why-system-step small {
    display: block;
    color: var(--gray-500);
    font-size: 0.88rem;
    line-height: 1.7;
    margin-top: 0.15rem;
    direction: rtl;
    text-align: right;
    grid-column: 2;
}

.why-system-card-center {
    right: 4.6rem;
    left: 4.6rem;
    bottom: 2.1rem;
    padding: 1.25rem 1.3rem 1.35rem;
    min-height: 230px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(250, 252, 255, 0.98));
}

.why-system-panel {
    min-height: 112px;
    border-radius: 16px;
    border: 1px solid rgba(203, 213, 225, 0.8);
    background: linear-gradient(180deg, rgba(242, 246, 252, 0.98), rgba(250, 252, 255, 0.98));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
    padding: 1.2rem;
    margin-top: 0.85rem;
}

.why-system-panel span {
    color: var(--gray-500);
    font-size: 0.95rem;
}

.why-system-panel strong {
    color: var(--navy);
    font-size: 3.7rem;
    line-height: 1;
}

.why-system-rail {
    height: 12px;
    margin: 1rem 0;
    border-radius: 999px;
    background: rgba(226, 232, 240, 0.86);
    overflow: hidden;
}

.why-system-rail-fill {
    display: block;
    width: 78%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #22d3ee, #2f80ff);
}

.why-system-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.why-system-metrics div {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    align-items: center;
    padding: 0.78rem 0.5rem;
    border-radius: 12px;
    background: rgba(248, 250, 252, 0.96);
    border: 1px solid rgba(226, 232, 240, 0.92);
}

.why-system-metrics strong {
    color: var(--navy);
    font-size: 1.35rem;
}

.why-system-metrics span {
    color: var(--gray-500);
    font-size: 0.88rem;
}

.why-system-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    margin-bottom: 0.8rem;
    border-radius: 999px;
    background: rgba(47, 128, 255, 0.1);
    color: var(--electric-blue);
    font-size: 0.78rem;
    font-weight: 800;
}

.why-system-tag-success {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.why-system-card-lead strong,
.why-system-card-close strong {
    display: block;
    color: var(--navy);
    font-size: 1.2rem;
    line-height: 1.55;
    margin-bottom: 0.3rem;
    direction: rtl;
    text-align: right;
}

.why-system-card-lead p,
.why-system-card-close p {
    margin: 0;
    color: var(--gray-500);
    font-size: 0.92rem;
    line-height: 1.75;
}

/* ===========================
   About Showcase Section
   =========================== */

.about-showcase-section {
    background: #f3f8fd;
    overflow: hidden;
}

.about-showcase-shell {
    max-width: 1280px;
    position: relative;
    padding-top: 4.75rem;
}

.about-showcase-shell > .badge {
    position: absolute;
    top: 0;
    right: 2rem;
    margin: 0;
    z-index: 2;
}

.about-showcase-head {
    width: min(100%, 860px);
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 3rem;
    direction: rtl;
    position: relative;
    padding-bottom: 1.35rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.about-showcase-head h2 {
    width: 100%;
    color: var(--navy);
    font-size: clamp(2.35rem, 4.6vw, 3.65rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.15;
    margin-bottom: 1rem;
    text-align: right;
}

.about-showcase-head p {
    width: 100%;
    color: var(--gray-600);
    font-size: 1.08rem;
    line-height: 1.9;
    margin: 0;
    text-align: right;
}

@media (min-width: 1025px) {
    .about-showcase-head p {
        white-space: nowrap;
    }
}

.about-showcase-head::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(100%, 280px);
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.14) 0%, #38bdf8 28%, #2f80ff 68%, rgba(47, 128, 255, 0.12) 100%);
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.24);
}

.about-showcase-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: 3.2rem;
    align-items: center;
}

.about-showcase-points {
    display: flex;
    flex-direction: column;
    gap: 1.85rem;
}

.about-showcase-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: start;
}

.about-showcase-icon {
    width: 44px;
    height: 44px;
    color: #0f8ad8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-showcase-icon svg {
    width: 28px;
    height: 28px;
}

.about-showcase-copy {
    text-align: right;
}

.about-showcase-copy h3 {
    color: var(--navy);
    font-size: 1.88rem;
    margin-bottom: 0.5rem;
    font-weight: 800;
}

.about-showcase-copy p {
    color: var(--gray-600);
    font-size: 1.05rem;
    line-height: 1.9;
    margin: 0;
}

.about-showcase-visual {
    position: relative;
    min-height: 540px;
}

.about-showcase-card {
    position: absolute;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 252, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.1);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}

.about-showcase-card-origin,
.about-showcase-card-values {
    width: 250px;
    padding: 1.2rem 1.15rem;
}

.about-showcase-card-origin {
    bottom: -5rem;
    left: -8rem;
    transform: rotate(6deg);
}

.about-showcase-card-values {
    left: 0;
    bottom: 25rem;
    transform: rotate(-2deg);
    width: 350px;
}

.about-showcase-card-core {
    right: 2.8rem;
    top: 5.7rem;
    left: 2.8rem;
    padding: 1.35rem 1.35rem 1.4rem;
    min-height: 390px;
    background: linear-gradient(135deg, rgba(243, 248, 255, 0.98), rgba(255, 255, 255, 0.98));
}

.about-showcase-tag,
.about-showcase-brand {
    color: var(--electric-blue);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.about-showcase-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    margin-bottom: 0.8rem;
    border-radius: 999px;
    background: rgba(47, 128, 255, 0.1);
    color: var(--electric-blue);
}

.about-showcase-tag-soft {
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
}

.about-showcase-card-origin strong {
    display: block;
    color: var(--navy);
    font-size: 1.2rem;
    line-height: 1.55;
    direction: rtl;
    text-align: right;
}

.about-showcase-core-panel {
    margin-top: 1rem;
    display: grid;
    gap: 0.85rem;
}

.about-showcase-stage {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.8rem;
    align-items: start;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: rgba(248, 250, 252, 0.94);
    border: 1px solid rgba(226, 232, 240, 0.92);
}

.about-stage-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.38rem 0.72rem;
    min-width: 102px;
    border-radius: 999px;
    background: rgba(47, 128, 255, 0.1);
    color: var(--electric-blue);
    font-size: 0.78rem;
    font-weight: 800;
}

.about-stage-copy {
    color: var(--gray-600);
    font-size: 0.96rem;
    line-height: 1.7;
    text-align: right;
}

.about-showcase-result {
    margin-top: 1rem;
    min-height: 98px;
    border-radius: 18px;
    border: 1px solid rgba(203, 213, 225, 0.8);
    background: linear-gradient(180deg, rgba(242, 246, 252, 0.98), rgba(250, 252, 255, 0.98));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
}

.about-showcase-result strong {
    color: var(--navy);
    font-size: 1.55rem;
}

.about-showcase-result span {
    color: var(--gray-500);
    font-size: 0.92rem;
}

.about-showcase-values {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.6rem;
    align-items: center;
    justify-content: flex-start;
}

.about-showcase-values span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.58rem 0.9rem;
    flex: 1 1 0;
    border-radius: 999px;
    background: rgba(47, 128, 255, 0.08);
    border: 1px solid rgba(191, 219, 254, 0.85);
    color: var(--navy);
    font-size: 0.86rem;
    font-weight: 700;
}

.section-header {
    position: relative;
    isolation: isolate;
    text-align: center;
    width: min(100%, 1120px);
    max-width: none;
    margin: 0 auto 4.5rem;
    padding: 2.75rem 2.5rem 2.25rem;
    background:
        radial-gradient(circle at top left, rgba(6, 182, 212, 0.1), transparent 32%),
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.98));
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(10, 22, 40, 0.08);
    overflow: hidden;
}

.section-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent),
        linear-gradient(rgba(37, 99, 235, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
    background-size: 100% 100%, 26px 26px, 26px 26px;
    background-position: 0 0, center, center;
    opacity: 0.35;
    pointer-events: none;
    z-index: -1;
}

.section-header::after {
    content: '';
    position: absolute;
    inset-inline: 2rem;
    top: 0;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(34, 211, 238, 0.2), rgba(37, 99, 235, 0.85), rgba(34, 211, 238, 0.2));
    opacity: 0.9;
}

.section-header--compact {
    padding-top: 2.4rem;
    padding-bottom: 2rem;
}

.section-header--narrow {
    width: min(100%, 1260px);
}

.method-title-line {
    display: inline-block;
}

.section-header--wide-title {
    width: min(100%, 1380px);
}

.section-header--audience {
    width: min(100%, 1440px);
}

.section-header--faq {
    width: min(100%, 1220px);
}

.section-header--solution {
    width: min(100%, 1460px);
}

.section-header--contact {
    width: min(100%, 1480px);
}

.problem-section-simple .section-header--alert.section-header--wide-title {
    width: min(100%, 1440px);
}

.header-single-line {
    display: inline-block;
}

@media (min-width: 900px) {
    .method-title-line {
        white-space: nowrap;
    }

    .header-single-line {
        white-space: nowrap;
    }

    .method-title-line,
    .header-single-line {
        display: inline-block;
        max-width: 100%;
        margin-inline: auto;
        line-height: inherit;
    }

    .section-header--solution h2,
    .problem-section-simple .section-header--alert.section-header--wide-title h2,
    .section-header--contact h2 {
        text-align: center;
    }

    .section-header--solution h2 .header-single-line,
    .problem-section-simple .section-header--alert.section-header--wide-title h2 .header-single-line,
    .section-header--contact h2 .header-single-line {
        display: block;
        width: fit-content;
        max-width: 100%;
        margin-inline: auto;
        text-align: center;
    }

    .section-header--audience h2 .header-single-line {
        font-size: clamp(1.85rem, 2.55vw, 2.75rem);
    }

    .section-header .subtitle {
        display: inline-block;
        max-width: none;
        margin: 0 auto;
        white-space: nowrap;
        text-align: center;
        font-size: clamp(0.88rem, 0.95vw, 1.02rem);
        line-height: 1.55;
    }

    .section-header--narrow .subtitle {
        font-size: clamp(0.88rem, 0.9vw, 1rem);
    }

    .section-header--compact .subtitle {
        font-size: clamp(0.88rem, 0.93vw, 1rem);
    }

    .section-header--wide-title .subtitle,
    .section-header--audience .subtitle {
        font-size: clamp(0.88rem, 0.9vw, 1rem);
    }

    .section-header--audience .subtitle {
        font-size: clamp(0.8rem, 0.8vw, 0.92rem);
        letter-spacing: -0.01em;
    }

    .section-header--alert .subtitle {
        font-size: clamp(0.86rem, 0.86vw, 0.98rem);
    }
}

.section-header--alert {
    background:
        radial-gradient(circle at top left, rgba(248, 113, 113, 0.14), transparent 34%),
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 248, 248, 0.98));
    border-color: rgba(239, 68, 68, 0.2);
    box-shadow: 0 24px 60px rgba(127, 29, 29, 0.08);
}

.section-header--alert::after {
    background: linear-gradient(90deg, rgba(248, 113, 113, 0.15), rgba(239, 68, 68, 0.88), rgba(248, 113, 113, 0.15));
}

.section-header h2 {
    font-size: clamp(2.35rem, 4.6vw, 3.65rem);
    line-height: 1.15;
    letter-spacing: -0.04em;
    font-weight: 800;
    margin-bottom: 1rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
}

.section-header h2:last-child {
    margin-bottom: 0;
}

.subtitle {
    font-size: 1.0625rem;
    color: var(--gray-700);
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.9;
    text-wrap: pretty;
}

.standalone-section-title {
    font-size: clamp(2.35rem, 4.6vw, 3.65rem);
    line-height: 1.15;
    letter-spacing: -0.04em;
    font-weight: 800;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-wrap: balance;
}

.standalone-section-title--light {
    color: white;
}

.standalone-section-title .title-accent {
    background: linear-gradient(135deg, #1d4ed8, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.standalone-section-title--light .title-accent {
    background: linear-gradient(135deg, #ffffff, #f3f3f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===========================
   Badge Component
   =========================== */

.badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, var(--electric-blue), var(--light-blue));
    color: white;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.whatsapp-float {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #25d366, #16a34a);
    color: white;
    box-shadow: 0 18px 36px rgba(22, 163, 74, 0.28);
    z-index: 1200;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 22px 42px rgba(22, 163, 74, 0.34);
}

.whatsapp-float:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.28);
    outline-offset: 4px;
}

.whatsapp-float-icon {
    width: 32px;
    height: 32px;
}

.badge.red {
    background: linear-gradient(135deg, var(--red), #dc2626);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
}

.section-header .badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.4rem;
    padding: 0.72rem 1.15rem 0.72rem 1.35rem;
    border-radius: 999px;
    border: 1px solid rgba(37, 99, 235, 0.16);
    background: rgba(255, 255, 255, 0.8);
    color: var(--navy);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.08);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-header .badge::before {
    content: '';
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.12);
}

.section-header .badge.red {
    color: #b91c1c;
    border-color: rgba(239, 68, 68, 0.16);
    box-shadow: 0 10px 22px rgba(239, 68, 68, 0.1);
}

.section-header .badge.badge-cyan {
    color: #155e75;
    border-color: rgba(6, 182, 212, 0.18);
    box-shadow: 0 10px 22px rgba(6, 182, 212, 0.1);
}

.section-header .badge.badge-green {
    color: #047857;
    border-color: rgba(16, 185, 129, 0.18);
    box-shadow: 0 10px 22px rgba(16, 185, 129, 0.1);
}

.section-header .badge.badge-orange {
    color: #c2410c;
    border-color: rgba(249, 115, 22, 0.18);
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.1);
}

.section-header .badge.badge-slate {
    color: #334155;
    border-color: rgba(51, 65, 85, 0.16);
    box-shadow: 0 10px 22px rgba(51, 65, 85, 0.08);
}

.section-header .badge.badge-violet {
    color: #6d28d9;
    border-color: rgba(139, 92, 246, 0.18);
    box-shadow: 0 10px 22px rgba(139, 92, 246, 0.1);
}

.title-accent {
    background: linear-gradient(135deg, var(--electric-blue), var(--cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-header--alert .title-accent {
    background: linear-gradient(135deg, #dc2626, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ===========================
   Navigation
   =========================== */

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.92));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(191, 219, 254, 0.75);
    transition: all 0.3s ease;
    pointer-events: auto;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.navbar::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -1px;
    height: 3px;
    background: linear-gradient(90deg, rgba(14, 165, 233, 0.2), rgba(37, 99, 235, 0.9), rgba(124, 58, 237, 0.35));
    opacity: 0.78;
}

.navbar.scrolled {
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
}

.nav-container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 1.05rem 2rem;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 2rem;
    min-height: 92px;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-shrink: 0;
    text-decoration: none;
    color: inherit;
}

.nav-brand .logo {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, var(--electric-blue), var(--cyan));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 28px rgba(37, 99, 235, 0.24);
}

.logo-icon {
    width: 31px;
    height: 31px;
    color: white;
}

.brand-name {
    font-size: 2.08rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--electric-blue), var(--cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.04em;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.45rem;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    justify-self: center;
}

.nav-links a {
    text-decoration: none;
    color: #334155;
    font-weight: 700;
    font-size: 1.08rem;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
    position: relative;
    padding: 0.6rem 0;
    border-radius: 0;
    white-space: nowrap;
}

.nav-links a:hover {
    color: var(--electric-blue);
    transform: translateY(-1px);
}

.nav-links a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -0.5rem;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8, #2563eb);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.25s ease;
    opacity: 0.92;
}

.nav-links a:hover::after {
    transform: scaleX(1);
}

.cta-btn {
    background: linear-gradient(135deg, #0ea5e9, #2563eb 58%, #4f46e5);
    color: white !important;
    padding: 1rem 1.6rem !important;
    border-radius: 16px;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.24);
    transition: all 0.3s ease;
}

.desktop-nav-cta {
    justify-self: end;
    margin-inline-start: 3rem;
}

.cta-btn::after {
    display: none;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 38px rgba(37, 99, 235, 0.3);
}

.mobile-menu-btn {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(191, 219, 254, 0.72);
    border-radius: 14px;
    cursor: pointer;
    padding: 0.7rem;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
    pointer-events: auto;
}

.menu-icon {
    width: 28px;
    height: 28px;
    color: var(--navy);
}

.mobile-nav {
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    width: min(100%, 1280px);
    margin: 0.75rem auto 0;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(191, 219, 254, 0.62);
    border-radius: 22px;
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    pointer-events: auto;
}

.mobile-nav a {
    text-decoration: none;
    color: #475569;
    font-weight: 700;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    transition: all 0.2s;
}

.mobile-nav a:hover {
    background: rgba(37, 99, 235, 0.07);
    color: var(--electric-blue);
}

.mobile-nav .cta-btn {
    margin-top: 0.5rem;
    text-align: center;
}

/* ===========================
   Hero Section
   =========================== */

.btn-primary, .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--electric-blue), var(--light-blue));
    color: white;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.4);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.5);
}

.btn-primary.large {
    padding: 1.25rem 2.5rem;
    font-size: 1.125rem;
}

.btn-primary.full {
    width: 100%;
    justify-content: center;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.btn-icon {
    width: 20px;
    height: 20px;
}

.hero-section {
    position: relative;
    min-height: 92vh;
    padding: 110px 0 4.5rem;
    overflow: hidden;
    background:
        linear-gradient(135deg, #061326 0%, #0b1b33 52%, #10284d 100%);
}

.hero-bg-effects,
.hero-bg-effects::before,
.hero-bg-effects::after {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-bg-effects::before {
    content: '';
    background:
        linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 92%);
    opacity: 0.22;
}

.hero-bg-effects::after {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.07), transparent 35%, transparent 65%, rgba(255, 255, 255, 0.05));
    opacity: 0.18;
}

.hero-orb,
.hero-grid-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(90px);
    opacity: 0.45;
    animation: heroFloat 18s ease-in-out infinite;
}

.hero-orb-a {
    width: 440px;
    height: 440px;
    top: -80px;
    right: -60px;
    background: rgba(47, 128, 255, 0.45);
}

.hero-orb-b {
    width: 380px;
    height: 380px;
    bottom: 2%;
    left: -80px;
    background: rgba(34, 211, 238, 0.28);
    animation-delay: -6s;
}

.hero-orb-c {
    width: 320px;
    height: 320px;
    top: 40%;
    left: 36%;
    background: rgba(52, 211, 153, 0.16);
    animation-delay: -12s;
}

.hero-head-block.reveal.active {
    margin-top: 280px;
}

.hero-grid-glow {
    width: 540px;
    height: 540px;
    left: 18%;
    top: 14%;
    background: radial-gradient(circle, rgba(47, 128, 255, 0.22), rgba(47, 128, 255, 0));
    filter: blur(70px);
    opacity: 0.55;
}

@keyframes heroFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(12px, -18px, 0) scale(1.05); }
}

@keyframes heroEntrance {
    from {
        opacity: 0;
        transform: translate3d(0, 24px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes cardDrift {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

.hero-wrap {
    position: relative;
    z-index: 1;
    max-width: 1440px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
    min-height: calc(92vh - 110px);
    transform: translateY(-3.5rem);
}

.hero-copy,
.hero-visual {
    animation: heroEntrance 0.9s ease both;
}

.hero-copy {
    position: relative;
    z-index: 3;
    color: white;
    max-width: 860px;
    padding-bottom: 135px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.72rem 1.1rem 0.72rem 1.35rem;
    margin-bottom: 1.55rem;
    border-radius: 999px;
    border: 1px solid rgba(125, 211, 252, 0.18);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    color: rgba(224, 242, 254, 0.95);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.hero-eyebrow-dot {
    width: 0.58rem;
    height: 0.58rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #22d3ee, #2f80ff);
    box-shadow: 0 0 0 7px rgba(56, 189, 248, 0.12);
}

.hero-heading {
    margin-bottom: 1.45rem;
    color: white;
    font-size: clamp(2.35rem, 3.55vw, 3.9rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
    font-weight: 900;
}

.hero-heading > span {
    display: block;
}

.hero-heading-line {
    white-space: nowrap;
}

.hero-heading-accent {
    background: linear-gradient(135deg, #67e8f9, #2f80ff 55%, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-text {
    max-width: 610px;
    margin-bottom: 2rem;
    color: rgba(226, 232, 240, 0.9);
    font-size: 1.18rem;
    line-height: 1.95;
}

@media (min-width: 1025px) {
    .hero-text {
        max-width: 100%;
        white-space: nowrap;
        font-size: 1rem;
        line-height: 1.6;
    }
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: stretch;
}

.hero-actions-bar {
    display: flex;
    justify-content: center;
    margin-top: -0.5rem;
    padding-inline-end: 0;
}

.hero-actions-bar .hero-actions {
    margin: 0;
}

.hero-btn-primary {
    position: relative;
    padding: 1.08rem 1.6rem;
    min-width: 246px;
    justify-content: center;
    border-radius: 18px;
    border: 1px solid rgba(125, 211, 252, 0.16);
    background:
        linear-gradient(135deg, rgba(56, 189, 248, 0.18), rgba(47, 128, 255, 0.06)),
        linear-gradient(135deg, #2f80ff, #2563eb 48%, #1d4ed8);
    box-shadow:
        0 20px 44px rgba(37, 99, 235, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow:
        0 28px 56px rgba(37, 99, 235, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hero-btn-secondary {
    padding: 1.08rem 1.55rem;
    min-width: 206px;
    justify-content: center;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(15, 23, 42, 0.26));
    border: 1px solid rgba(191, 219, 254, 0.18);
    color: rgba(248, 250, 252, 0.96);
    box-shadow:
        0 16px 34px rgba(2, 6, 23, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
}

.hero-btn-secondary:hover {
    transform: translateY(-3px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(15, 23, 42, 0.3));
    border-color: rgba(125, 211, 252, 0.28);
    box-shadow:
        0 22px 42px rgba(2, 6, 23, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.hero-btn-primary .btn-icon,
.hero-btn-secondary .btn-icon {
    width: 22px;
    height: 22px;
}

.hero-btn-primary::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 42%, transparent);
    pointer-events: none;
}

.hero-trust-line {
    margin-bottom: 1.15rem;
    color: rgba(226, 232, 240, 0.88);
    font-size: 1rem;
    font-weight: 500;
}

.hero-proof-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.hero-proof-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(240, 249, 255, 0.94);
    font-size: 0.92rem;
    font-weight: 600;
}

.hero-proof-pill::before {
    content: '';
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #34d399, #22d3ee);
    box-shadow: 0 0 0 5px rgba(52, 211, 153, 0.12);
}

.hero-visual {
    position: relative;
    z-index: 1;
    min-height: 620px;
    margin-top: 35rem;
}

.hero-visual-glow {
    position: absolute;
    inset: 10% 12% 18% 10%;
    background: radial-gradient(circle, rgba(47, 128, 255, 0.22), rgba(47, 128, 255, 0));
    filter: blur(50px);
    opacity: 0.9;
}

.hero-dashboard-main,
.hero-float-card,
.hero-mini-card,
.hero-dashboard-stage-card {
    position: absolute;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(16, 24, 40, 0.76), rgba(15, 23, 42, 0.56));
    border: 1px solid rgba(191, 219, 254, 0.14);
    box-shadow:
        0 26px 70px rgba(2, 6, 23, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(26px);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.hero-dashboard-main:hover,
.hero-float-card:hover,
.hero-mini-card:hover,
.hero-dashboard-stage-card:hover {
    transform: translateY(-5px);
    border-color: rgba(125, 211, 252, 0.28);
    box-shadow:
        0 32px 84px rgba(2, 6, 23, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-dashboard-main {
    inset: 4% -10% 20% 40%;
    overflow: hidden;
    padding: 1.45rem;
}

.hero-dashboard-main::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(34, 211, 238, 0.16), transparent 26%),
        radial-gradient(circle at bottom left, rgba(52, 211, 153, 0.12), transparent 24%),
        linear-gradient(rgba(148, 163, 184, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.12) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 26px 26px, 26px 26px;
    opacity: 0.5;
    pointer-events: none;
}

.hero-dashboard-header,
.hero-dashboard-body {
    position: relative;
    z-index: 1;
}

.hero-dashboard-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.hero-dashboard-meta {
    display: flex;
    flex-direction: column;
    gap: 0.32rem;
}

.hero-dashboard-title {
    color: rgba(248, 250, 252, 0.98);
    font-size: 1.04rem;
    font-weight: 800;
}

.hero-dashboard-subtitle {
    color: rgba(191, 219, 254, 0.82);
    font-size: 0.92rem;
}

.hero-growth-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 0.85rem 1rem;
    min-width: 138px;
    border-radius: 22px;
    background: rgba(11, 30, 52, 0.46);
    border: 1px solid rgba(52, 211, 153, 0.18);
}

.hero-growth-badge strong {
    color: #86efac;
    font-size: 1.35rem;
    line-height: 1;
}

.hero-growth-badge span {
    color: rgba(226, 232, 240, 0.9);
    font-size: 0.86rem;
    text-align: center;
    line-height: 1.5;
}

.hero-dashboard-body {
    display: grid;
    gap: 1.25rem;
}

.hero-kpi-block {
    display: grid;
    gap: 0.45rem;
}

.hero-kpi-value {
    color: white;
    font-size: clamp(4.1rem, 8vw, 5.4rem);
    line-height: 0.88;
    letter-spacing: -0.06em;
    font-weight: 900;
}

.hero-kpi-label {
    color: rgba(226, 232, 240, 0.95);
    font-size: 1rem;
    line-height: 1.8;
}

.hero-metric-stack {
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(191, 219, 254, 0.08);
}

.hero-metric-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.7rem;
    color: rgba(241, 245, 249, 0.94);
    font-size: 0.95rem;
}

.metric-bar {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 0;
}

.metric-fill {
    height: 100%;
    background: linear-gradient(90deg, #34d399, #22d3ee, #2f80ff);
    border-radius: 999px;
    transition: width 1s ease-out;
    box-shadow: 0 0 22px rgba(34, 211, 238, 0.45);
}

.hero-stage-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.hero-stage-chip {
    min-height: 92px;
    padding: 0.9rem;
    border-radius: 20px;
    background: rgba(15, 23, 42, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}

.hero-stage-chip strong {
    color: white;
    font-size: 1.7rem;
    line-height: 1;
}

.hero-stage-chip span {
    color: rgba(226, 232, 240, 0.94);
    font-size: 0.9rem;
    line-height: 1.55;
}

.hero-float-card {
    padding: 1.1rem 1.15rem 1.2rem;
}

.hero-float-card h3 {
    color: white;
    font-size: 1.02rem;
    margin-bottom: 0.45rem;
}

.hero-float-card p,
.hero-float-list li {
    color: rgba(226, 232, 240, 0.9);
    font-size: 0.9rem;
    line-height: 1.7;
}

.hero-float-card-deals {
    right: -45%;
    bottom: 45%;
    width: 245px;
    animation: cardDrift 8s ease-in-out infinite;
}

.hero-float-card-execution {
    left: 147%;
    bottom: 35%;
    width: 260px;
    animation: cardDrift 9s ease-in-out infinite;
    animation-delay: -3s;
}

.hero-float-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2f80ff, #38bdf8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    box-shadow: 0 16px 28px rgba(47, 128, 255, 0.24);
}

.hero-float-icon-success {
    background: linear-gradient(135deg, #20c997, #34d399);
    box-shadow: 0 16px 28px rgba(32, 201, 151, 0.22);
}

.hero-float-icon svg {
    width: 24px;
    height: 24px;
}

.hero-float-list {
    list-style: none;
    display: grid;
    gap: 0.58rem;
    margin: 0;
    padding: 0;
}

.hero-float-list li {
    position: relative;
    padding-right: 1rem;
}

.hero-float-list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0.6rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #34d399, #22d3ee);
}

.hero-dashboard-stage-card {
    top: 62%;
    right: 2%;
    width: 148px;
    padding: 1rem;
    text-align: center;
    animation: cardDrift 7.4s ease-in-out infinite;
    animation-delay: -2s;
}

.hero-dashboard-stage-card strong {
    display: block;
    color: white;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.hero-dashboard-stage-card span {
    color: rgba(226, 232, 240, 0.92);
    font-size: 0.92rem;
}

.hero-mini-stack {
    position: absolute;
    left: 15%;
    top: 20%;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
}

.hero-mini-card {
    position: relative;
    min-width: 134px;
    padding: 0.95rem 1rem;
    text-align: right;
    animation: cardDrift 8.4s ease-in-out infinite;
}

.hero-mini-card:nth-child(2) {
    margin-right: 0.85rem;
    animation-delay: -2.5s;
}

.hero-mini-card:nth-child(3) {
    margin-right: -0.55rem;
    animation-delay: -4.5s;
}

.hero-mini-card:nth-child(1) {
    margin-right: -0.65rem;
}

.hero-mini-card span {
    display: block;
    color: rgba(191, 219, 254, 0.85);
    font-size: 0.82rem;
    margin-bottom: 0.35rem;
}

.hero-mini-card strong {
    color: white;
    font-size: 1.55rem;
    line-height: 1.1;
}

.hero-mini-card-status strong {
    color: #86efac;
    font-size: 1.08rem;
}

/* ===========================
   Problem Section
   =========================== */

.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.problem-card {
    background: white;
    border: 2px solid var(--gray-200);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

.problem-card:hover {
    border-color: var(--red);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.15);
}

.problem-card .x {
    font-size: 1.75rem;
    color: var(--red);
    font-weight: 700;
    flex-shrink: 0;
}

.problem-card p {
    color: var(--gray-700);
    font-weight: 500;
    margin: 0;
}

/* ===========================
   Solution Section
   =========================== */

.solutions-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.8vw, 2rem);
    padding-top: 5.5rem;
    align-items: start;
}

.solutions-grid::before {
    content: '';
    position: absolute;
    top: 2.55rem;
    right: clamp(2rem, 5vw, 5rem);
    left: clamp(2rem, 5vw, 5rem);
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(196, 181, 253, 0.75), rgba(125, 211, 252, 0.95));
}

.solution-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem clamp(0.5rem, 1vw, 1.25rem) 0;
    background: transparent;
    border: none;
    box-shadow: none;
    transition: transform 0.25s ease;
}

.solution-marker {
    position: absolute;
    top: -3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.solutions-grid .method-icon-circle {
    width: 82px;
    height: 82px;
    background:
        radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78) 38%, rgba(219, 234, 254, 0.95) 100%);
    border: 1px solid rgba(96, 165, 250, 0.2);
    box-shadow:
        0 0 0 8px rgba(219, 234, 254, 0.95),
        0 16px 32px rgba(59, 130, 246, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.solutions-grid .method-icon {
    width: 36px;
    height: 36px;
    color: #2563eb;
    stroke-width: 2.1;
}

.solution-card:hover {
    transform: translateY(-4px);
}

.solution-card h3 {
    margin-top: 1.85rem;
    margin-bottom: 0.7rem;
    font-size: clamp(1.02rem, 1.15vw, 1.24rem);
    color: var(--navy);
    line-height: 1.45;
}

.solution-card p {
    color: var(--gray-600);
    font-size: clamp(0.92rem, 0.84vw, 1rem);
    line-height: 1.8;
    max-width: min(100%, 290px);
    margin: 0 auto;
}

/* ===========================
   Services Section
   =========================== */

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.service-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: var(--electric-blue);
}

.srv-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.service-card h3 {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.service-card p {
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ===========================
   Method Section
   =========================== */

.method-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.2vw, 1.6rem);
    padding-top: 5.5rem;
    align-items: start;
}

.method-container {
    width: min(100%, 1520px);
    max-width: 1520px;
}

.method-steps::before {
    content: '';
    position: absolute;
    top: 2.55rem;
    right: clamp(1.5rem, 3vw, 3.75rem);
    left: clamp(1.5rem, 3vw, 3.75rem);
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(196, 181, 253, 0.75), rgba(125, 211, 252, 0.95));
}

.method-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 clamp(0.35rem, 0.8vw, 1rem);
    background: transparent;
    border: none;
    box-shadow: none;
    transition: transform 0.25s ease;
}

.method-step:hover {
    transform: translateY(-4px);
}

.step-num {
    position: absolute;
    top: -4.8rem;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--electric-blue), var(--light-blue));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    flex-shrink: 0;
    box-shadow:
        0 0 0 6px rgba(191, 219, 254, 0.65),
        0 10px 24px rgba(37, 99, 235, 0.24);
    z-index: 2;
}

.method-icon-shell {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.2rem;
}

.method-icon-circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: linear-gradient(180deg, #e0f2fe, #dbeafe);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.method-icon {
    width: 34px;
    height: 34px;
    color: #0284c7;
    stroke-width: 2.2;
}

.method-step h3 {
    margin-bottom: 0.7rem;
    font-size: clamp(1rem, 1vw, 1.18rem);
    color: var(--navy);
    line-height: 1.45;
}

.method-step p {
    color: var(--gray-600);
    font-size: clamp(0.9rem, 0.78vw, 1rem);
    line-height: 1.8;
    max-width: min(100%, 260px);
    margin: 0 auto;
}

/* ===========================
   Benefits Section
   =========================== */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.benefit-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 2px solid var(--gray-100);
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border-color: var(--electric-blue);
}

.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.benefit-card h3 {
    font-size: 1.125rem;
    color: var(--gray-800);
}

/* ===========================
   Target Audience Section
   =========================== */

.target-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.target-card {
    background: white;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid var(--gray-200);
}

.target-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-color: var(--electric-blue);
}

.target-icon {
    width: 48px;
    height: 48px;
    color: var(--electric-blue);
    margin: 0 auto 1rem;
}

.target-card h3 {
    font-size: 1.125rem;
}

.signs-section {
    margin-top: 4rem;
    padding: 3rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.signs-title {
    text-align: center;
    font-size: 1.75rem;
    color: var(--navy);
    margin-bottom: 2rem;
}

.signs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
}

.sign-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: var(--gray-50);
    border-radius: 10px;
    transition: all 0.2s;
}

.sign-item:hover {
    background: var(--gray-100);
}

.sign-check {
    width: 24px;
    height: 24px;
    color: var(--green);
    flex-shrink: 0;
    margin-top: 2px;
}

.sign-item p {
    margin: 0;
    font-weight: 500;
    color: var(--gray-700);
}

/* ===========================
   About Section
   =========================== */

.about-section {
    padding-inline: clamp(1.5rem, 4vw, 3rem);
}

.about-section .section-header,
.about-section .about-shell {
    width: 100%;
    margin-inline: auto;
    max-width: none;
}

.about-shell {
    display: grid;
    gap: 1.6rem;
}

.about-story-layout {
    display: block;
}

.about-story-copy {
    padding: 0.5rem 0 0;
}

.about-story-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.6rem 0.95rem;
    margin-bottom: 1.15rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #155e75;
    font-size: 0.8rem;
    font-weight: 800;
}

.about-story-kicker::before {
    content: '';
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--electric-blue), var(--cyan));
    box-shadow: 0 0 0 6px rgba(34, 211, 238, 0.14);
}

.about-story-copy h3 {
    color: var(--navy);
    font-size: clamp(1.85rem, 3.1vw, 2.65rem);
    line-height: 1.28;
    margin: 0;
}

.about-story-copy p {
    color: var(--gray-600);
    font-size: 1.06rem;
    line-height: 1.95;
    margin: 1rem 0 0;
}

.about-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.about-principle-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 1.9rem;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-principle-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 28%);
    pointer-events: none;
}

.about-principle-card:hover {
    transform: translateY(-4px);
    border-color: rgba(96, 165, 250, 0.2);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.09);
}

.about-principle-index,
.about-principle-card h3,
.about-principle-card p {
    position: relative;
    z-index: 1;
}

.about-principle-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(47, 128, 255, 0.12), rgba(34, 211, 238, 0.12));
    color: var(--electric-blue);
    font-size: 0.95rem;
    font-weight: 800;
}

.about-principle-kicker {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--electric-blue);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.about-principle-card h3 {
    margin-bottom: 0.8rem;
    color: var(--navy);
    font-size: 1.42rem;
}

.about-principle-card p {
    color: var(--gray-600);
    line-height: 1.85;
    margin: 0;
}

.about-principle-highlight {
    display: block;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    color: var(--navy);
    font-size: 1rem;
    line-height: 1.75;
}

.about-values-band {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
    align-items: center;
    gap: 1.5rem;
    padding: 1.6rem 1.8rem;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.about-values-kicker {
    display: inline-block;
    margin-bottom: 0.55rem;
    color: var(--electric-blue);
    font-size: 0.8rem;
    font-weight: 800;
}

.about-values-heading h3 {
    margin: 0;
    color: var(--navy);
    font-size: 1.55rem;
    line-height: 1.45;
}

.about-values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: flex-start;
}

.about-value-pill {
    padding: 0.85rem 1.1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(47, 128, 255, 0.08), rgba(34, 211, 238, 0.1));
    border: 1px solid rgba(96, 165, 250, 0.12);
    color: var(--navy);
    font-weight: 700;
    transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.about-value-pill:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.22);
    color: var(--electric-blue);
}

/* ===========================
   Trust Statement Section
   =========================== */

.trust-section {
    background: linear-gradient(135deg, var(--navy), var(--dark-blue));
    padding: 5rem 0;
    color: white;
    text-align: center;
}

.trust-section h2 {
    color: white;
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}

.trust-section p {
    color: var(--gray-300);
    font-size: 1.125rem;
    line-height: 1.9;
    max-width: 800px;
    margin: 0 auto;
}

/* ===========================
   Problem Statement Section
   =========================== */

.problem-statement-section {
    position: relative;
    overflow: hidden;
    padding: 4.25rem 0;
    background:
        radial-gradient(circle at top left, rgba(34, 211, 238, 0.14), transparent 30%),
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.16), transparent 34%),
        linear-gradient(135deg, #0b1730 0%, #102244 52%, #14386c 100%);
    color: white;
    text-align: center;
}

.problem-statement-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.22;
    pointer-events: none;
}

.problem-statement-section > .container-small {
    position: relative;
    z-index: 1;
}

.problem-statement-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.68rem 1.15rem;
    border-radius: 999px;
    margin-bottom: 1.4rem;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(239, 246, 255, 0.96);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.problem-statement-eyebrow::before {
    content: '';
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #22d3ee, #3b82f6);
    box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.14);
}

.problem-statement-title {
    color: white;
    font-size: clamp(2rem, 3.9vw, 2.85rem);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.04em;
    margin-bottom: 0.95rem;
}

.problem-statement-title .title-accent {
    background: linear-gradient(135deg, #7dd3fc, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.problem-statement-text {
    max-width: 820px;
    margin: 0 auto 1.55rem;
    color: rgba(219, 234, 254, 0.92);
    font-size: 1rem;
    line-height: 1.85;
}

.problem-statement-points {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.problem-statement-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.78rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(191, 219, 254, 0.14);
    color: rgba(239, 246, 255, 0.98);
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* ===========================
   FAQ Section
   =========================== */

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.faq-question {
    width: 100%;
    background: white;
    border: none;
    padding: 1.5rem 2rem;
    text-align: right;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--navy);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    transition: background 0.2s;
    font-family: 'Heebo', sans-serif;
}

.faq-question:hover {
    background: var(--gray-50);
}

.faq-icon {
    width: 24px;
    height: 24px;
    color: var(--electric-blue);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 2rem;
}

.faq-answer.active {
    max-height: 500px;
    padding: 0 2rem 1.5rem;
}

.faq-answer p {
    color: var(--gray-600);
    line-height: 1.8;
    margin: 0;
}

/* ===========================
   CTA Section
   =========================== */

.cta-section {
    background: linear-gradient(135deg, var(--electric-blue) 0%, var(--light-blue) 50%, var(--cyan) 100%);
    padding: 5rem 0;
    text-align: center;
    color: white;
}

.cta-section h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
}

.cta-section .btn-primary {
    background: white;
    color: var(--electric-blue);
}

.cta-section .btn-primary:hover {
    background: var(--gray-100);
}

/* ===========================
   Contact Section
   =========================== */

.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 3rem;
    align-items: stretch;
}

.contact-grid > div {
    min-height: 100%;
}

.contact-form {
    display: grid;
    gap: 1.5rem;
}

.contact-form-header {
    margin-bottom: 1.35rem;
    position: relative;
    padding-bottom: 1.15rem;
}

.contact-form-header h3 {
    margin: 0 0 0.35rem;
    color: var(--navy);
    font-size: clamp(2.35rem, 4.6vw, 3.65rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.contact-form-header p {
    margin: 0;
    color: var(--gray-500);
    font-size: 0.98rem;
    font-weight: 500;
}

.contact-form-header::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(100%, 320px);
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.18) 0%, #38bdf8 22%, #60a5fa 58%, rgba(96, 165, 250, 0.18) 100%);
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.28);
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-weight: 600;
    color: var(--gray-700);
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
    padding: 0.875rem 1.25rem;
    border: 2px solid var(--gray-200);
    border-radius: 10px;
    font-size: 1rem;
    font-family: 'Heebo', sans-serif;
    transition: all 0.2s;
    direction: rtl;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--electric-blue);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.success-message {
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.14), transparent 28%),
        linear-gradient(135deg, rgba(14, 116, 144, 0.8), rgba(15, 23, 42, 0.78));
    color: white;
    padding: 2rem;
    border-radius: 24px;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
    border: 1px solid rgba(186, 230, 253, 0.18);
}

.success-message.hidden {
    display: none;
}

.success-badge-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.success-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(224, 242, 254, 0.98);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.success-icon {
    width: 54px;
    height: 54px;
    color: #bae6fd;
    flex-shrink: 0;
}

.success-message h3 {
    color: white;
    font-size: 1.7rem;
    margin: 0;
}

.success-lead {
    color: rgba(224, 242, 254, 0.9);
    font-size: 1rem;
    line-height: 1.9;
    margin: 0;
}

.success-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.success-summary-item {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.success-summary-item-wide {
    grid-column: 1 / -1;
}

.success-label {
    color: rgba(186, 230, 253, 0.84);
    font-size: 0.8rem;
    font-weight: 700;
}

.success-summary-item strong {
    color: white;
    font-size: 1rem;
    line-height: 1.7;
    word-break: break-word;
}

.success-footer {
    color: rgba(224, 242, 254, 0.88);
    font-size: 0.95rem;
    margin: 0;
}

.form-error-message {
    margin-top: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 14px;
    background: rgba(239, 68, 68, 0.08);
    color: #b91c1c;
    border: 1px solid rgba(239, 68, 68, 0.16);
    font-weight: 600;
}

.form-error-message.hidden {
    display: none;
}

#contact-submit-btn:disabled {
    opacity: 0.78;
    cursor: wait;
    transform: none;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18);
}

.contact-info {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(34, 211, 238, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98));
    border-radius: 26px;
    padding: 2rem;
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.16);
    margin-bottom: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    align-self: start;
}

.contact-info::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(37, 99, 235, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: 0.35;
    pointer-events: none;
}

.contact-side {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 1.5rem;
    height: 100%;
}

.contact-side-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #155e75;
    font-size: 0.8rem;
    font-weight: 800;
}

.contact-side-kicker::before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--electric-blue), var(--cyan));
    box-shadow: 0 0 0 5px rgba(34, 211, 238, 0.12);
}

.contact-info h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 0.7rem;
    color: var(--navy);
    font-size: 1.6rem;
}

.contact-side-intro {
    position: relative;
    z-index: 1;
    margin-bottom: 1.35rem;
    color: var(--gray-600);
    font-size: 0.98rem;
    line-height: 1.85;
}

.info-item {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(148, 163, 184, 0.14);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    margin-bottom: 0.85rem;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item:hover {
    transform: translateY(-2px);
    border-color: rgba(37, 99, 235, 0.2);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.06);
}

.contact-icon-wrapper {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(47, 128, 255, 0.14), rgba(34, 211, 238, 0.12));
    color: var(--electric-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.contact-icon {
    width: 24px;
    height: 24px;
}

.info-item .label {
    font-size: 0.78rem;
    color: var(--gray-500);
    margin-bottom: 0.18rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.info-item p {
    margin: 0;
}

.info-value {
    color: var(--navy);
    font-weight: 700;
    font-size: 1.02rem;
}

.why-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(103, 232, 249, 0.16), transparent 28%),
        linear-gradient(135deg, #0f2f63 0%, #164e9f 48%, #1f8fd8 100%);
    color: white;
    border-radius: 26px;
    padding: 2rem 2rem 2.35rem;
    box-shadow: 0 22px 54px rgba(29, 78, 216, 0.24);
    border: 1px solid rgba(191, 219, 254, 0.18);
    min-height: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.why-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.28;
    pointer-events: none;
}

.why-card-badge,
.why-card h3,
.why-card-intro,
.why-card ul {
    position: relative;
    z-index: 1;
}

.why-card-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(239, 246, 255, 0.96);
    font-size: 0.8rem;
    font-weight: 800;
}

.why-card h3 {
    color: white;
    margin-bottom: 0.75rem;
    font-size: 1.55rem;
}

.why-card-intro {
    color: rgba(219, 234, 254, 0.92);
    line-height: 1.85;
    margin-bottom: 1.25rem;
}

.why-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: auto;
    padding-bottom: 0.4rem;
}

.why-card li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.85rem 0.95rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.96);
    font-weight: 600;
}

.why-check {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(52, 211, 153, 0.18);
    color: #a7f3d0;
    font-size: 0.95rem;
    flex-shrink: 0;
}

/* ===========================
   Footer
   =========================== */

.footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #edf3fa 0%, #e8eef7 100%);
    color: var(--navy);
    padding: 0 0 2rem;
}

.footer > .container {
    max-width: 1320px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.24fr 0.88fr 0.92fr 1.06fr;
    gap: 4rem;
    align-items: start;
    margin-bottom: 3rem;
}

.footer-topline {
    height: 5px;
    background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 55%, #7c3aed 100%);
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.16);
    width: 100vw;
    margin-inline: calc(50% - 50vw);
}

.footer-wave {
    position: relative;
    height: 90px;
    margin-top: -1px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    overflow: hidden;
}

.footer-wave svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: rgba(15, 23, 42, 0.08);
}

.footer-shell {
    position: relative;
    margin-top: 1.4rem;
}

.footer-column {
    text-align: right;
}

.footer-column-contact {
    direction: rtl;
}

.footer-column h4 {
    color: #17366c;
    font-size: 1.65rem;
    font-weight: 700;
    margin-bottom: 0.55rem;
}

.footer-title-underline {
    width: 82px;
    height: 4px;
    border-radius: 999px;
    margin: 0 0 1.4rem auto;
    background: linear-gradient(90deg, #0ea5e9, #4f46e5);
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.footer-brand span {
    font-size: 1.9rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--electric-blue), var(--cyan));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.03em;
}

.footer-brand .logo-icon {
    color: var(--electric-blue);
}

.footer-column-brand h3 {
    color: #17366c;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.42;
    margin-bottom: 0.9rem;
}

.footer-column-brand p {
    color: #52627d;
    font-size: 0.98rem;
    line-height: 1.9;
    max-width: 330px;
    margin: 0 0 1.35rem auto;
}

.footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.95rem 1.55rem;
    border-radius: 14px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    background: linear-gradient(90deg, #0ea5e9 0%, #2563eb 55%, #7c3aed 100%);
    box-shadow: 0 18px 34px rgba(59, 130, 246, 0.24);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(59, 130, 246, 0.3);
}

.footer-cta-icon {
    width: 20px;
    height: 20px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-links a {
    color: #42526f;
    text-decoration: none;
    font-size: 1.08rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links a:hover {
    color: var(--electric-blue);
    transform: translateX(-4px);
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.footer-contact-item {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.9rem;
    color: #42526f;
    text-decoration: none;
    font-size: 1rem;
    direction: rtl;
}

.footer-contact-item-static {
    cursor: default;
}

.footer-contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.12);
    color: #0f8ad8;
}

.footer-contact-icon svg {
    width: 20px;
    height: 20px;
}

.footer-newsletter h5 {
    color: #17366c;
    font-size: 1.55rem;
    margin-bottom: 0.7rem;
}

.footer-newsletter-form {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    direction: rtl;
}

.footer-newsletter-form input {
    flex: 1;
    height: 50px;
    border-radius: 12px;
    border: 1px solid rgba(191, 219, 254, 0.9);
    background: rgba(255, 255, 255, 0.6);
    padding: 0 1rem;
    font-family: 'Heebo', sans-serif;
    font-size: 1rem;
    direction: rtl;
    text-align: right;
    color: var(--navy);
}

.footer-newsletter-form input::placeholder {
    color: #94a3b8;
}

.footer-newsletter-form input:focus {
    outline: none;
    border-color: rgba(59, 130, 246, 0.55);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.footer-newsletter-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 8px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    color: white;
    cursor: pointer;
    box-shadow: 0 12px 20px rgba(59, 130, 246, 0.22);
}

.footer-newsletter-btn svg {
    width: 18px;
    height: 18px;
}

.footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.footer-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(148, 163, 184, 0.16);
    color: #4b5563;
    transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.footer-socials a:hover {
    transform: translateY(-2px);
    color: var(--electric-blue);
    background: rgba(37, 99, 235, 0.12);
}

.footer-socials svg {
    width: 21px;
    height: 21px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.footer-bottom p {
    color: #42526f;
    font-size: 1.05rem;
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: #64748b;
    text-decoration: none;
    font-size: 0.96rem;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: var(--electric-blue);
}

/* ===========================
   Hero Redesign Override
   =========================== */

.hero-section {
    min-height: 100vh;
    padding: 118px 0 4.75rem;
}

.hero-wrap {
    max-width: 1420px;
}

.hero-layout-simple {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.8rem;
    align-items: start;
    min-height: calc(100vh - 118px);
}

.hero-head-block {
    width: min(100%, 1240px);
    margin-right: 0;
    margin-left: auto;
    animation: heroEntrance 0.9s ease both;
}

.hero-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
}

.hero-main,
.hero-side-panel {
    animation: heroEntrance 0.9s ease both;
}

.hero-main {
    color: white;
    max-width: 940px;
}

.hero-intro {
    display: grid;
    gap: 0.9rem;
    margin-bottom: 0.8rem;
}

.hero-intro-line {
    color: rgba(226, 232, 240, 0.94);
    font-size: clamp(1.18rem, 1.65vw, 1.46rem);
    font-weight: 700;
    line-height: 1.55;
}

.hero-intro-line-strong {
    color: white;
    font-size: clamp(2.3rem, 3.8vw, 3.5rem);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.hero-brand-block {
    margin-bottom: 0.4rem;
}

.hero-brand-name {
    display: block;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.98);
    font-size: clamp(3rem, 6vw, 4.8rem);
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: 0.02em;
}

.hero-title-main {
    color: white;
    font-size: clamp(1.5rem, 2.15vw, 2.1rem);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.03em;
    margin: 0;
    white-space: nowrap;
}

.hero-main > .hero-title-main {
    font-size: clamp(2.3rem, 3.8vw, 3.5rem);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -0.045em;
    margin-top: -6.35rem;
    margin-bottom: 1rem;
}

.hero-nowrap-line {
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
}

.hero-story {
    display: grid;
    gap: 0.95rem;
    margin-bottom: 1.7rem;
}

.hero-story-text {
    color: rgba(226, 232, 240, 0.9);
    font-size: 1.08rem;
    line-height: 1.95;
    margin: 0;
    max-width: 900px;
}

.hero-process-intro {
    color: rgba(255, 255, 255, 0.96);
    font-size: 1.06rem;
    font-weight: 700;
    line-height: 1.8;
    margin: 0.1rem 0 0;
}

.hero-points-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1.8rem;
    max-width: 940px;
}

.hero-point-item {
    position: relative;
    padding: 0.92rem 1rem 0.92rem 3rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(240, 249, 255, 0.96);
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.7;
}

.hero-point-item::before {
    content: '✓';
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(52, 211, 153, 0.28), rgba(34, 211, 238, 0.22));
    color: #dcfce7;
    font-size: 0.95rem;
    font-weight: 800;
    box-shadow: 0 0 0 1px rgba(167, 243, 208, 0.16);
}

.hero-closing {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 1.9rem;
}

.hero-outcome-line {
    color: white;
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.02em;
    margin: 0;
}

.hero-signature-line {
    color: rgba(191, 219, 254, 0.92);
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.8;
    margin: 0;
}

.hero-actions-clean {
    justify-content: flex-start;
}

.hero-actions-clean .hero-btn-primary {
    min-width: 280px;
}

.hero-side-panel {
    display: grid;
    gap: 1rem;
    align-self: start;
    height: fit-content;
    padding: 1.35rem 1.25rem;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(12, 22, 40, 0.56), rgba(15, 23, 42, 0.34));
    border: 1px solid rgba(191, 219, 254, 0.1);
    box-shadow:
        0 24px 60px rgba(2, 6, 23, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
}

.hero-points-grid-side {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-bottom: 0;
    max-width: none;
}

.hero-points-grid-side .hero-point-item {
    width: 100%;
    padding: 0.9rem 3rem 0.9rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(248, 250, 252, 0.96);
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.65;
    box-shadow: none;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.hero-points-grid-side .hero-point-item:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(125, 211, 252, 0.18);
}

.hero-points-grid-side .hero-point-item::before {
    left: auto;
    right: 0.95rem;
    width: 24px;
    height: 24px;
    font-size: 0.82rem;
    background: linear-gradient(135deg, rgba(52, 211, 153, 0.2), rgba(34, 211, 238, 0.16));
    color: #ccfbf1;
    box-shadow: 0 0 0 1px rgba(167, 243, 208, 0.1);
}

.hero-side-card {
    padding: 1.4rem 1.35rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(16, 24, 40, 0.72), rgba(15, 23, 42, 0.54));
    border: 1px solid rgba(191, 219, 254, 0.12);
    box-shadow:
        0 26px 64px rgba(2, 6, 23, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(22px);
}

.hero-side-card-accent {
    background:
        radial-gradient(circle at top right, rgba(34, 211, 238, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(16, 24, 40, 0.76), rgba(15, 23, 42, 0.58));
}

.hero-side-label {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.8rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(224, 242, 254, 0.96);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.hero-side-list {
    list-style: none;
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
}

.hero-side-list li {
    position: relative;
    padding-right: 1rem;
    color: rgba(226, 232, 240, 0.92);
    font-size: 0.96rem;
    line-height: 1.75;
}

.hero-side-list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0.72rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #34d399, #22d3ee);
}

@media (max-width: 1180px) {
    .hero-layout-simple {
        gap: 2rem;
        min-height: auto;
    }

    .hero-head-block {
        width: 100%;
    }

    .hero-detail-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-side-panel {
        padding-top: 0;
        max-width: 760px;
    }

    .hero-points-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-points-grid-side {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .hero-section {
        min-height: auto;
        padding: 96px 0 4rem;
    }

    .hero-layout-simple {
        gap: 1.65rem;
    }

    .hero-detail-grid {
        gap: 1.65rem;
    }

    .hero-intro-line-strong {
        font-size: clamp(2rem, 7vw, 2.8rem);
        white-space: normal;
    }

    .hero-brand-name {
        font-size: clamp(2.4rem, 10vw, 3.6rem);
    }

    .hero-title-main {
        font-size: clamp(1.45rem, 4vw, 2rem);
        white-space: normal;
    }

    .hero-nowrap-line {
        white-space: normal;
    }

    .hero-points-grid {
        grid-template-columns: 1fr;
    }

    .hero-points-grid-side {
        grid-template-columns: 1fr;
    }

    .hero-actions-clean {
        justify-content: stretch;
    }

    .hero-actions-clean .hero-btn-primary {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }
}

/* ===========================
   Scroll Reveal Animation
   =========================== */

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* ===========================
   Responsive Design
   =========================== */

/* Large Desktops (1920px and above) */
@media (min-width: 1920px) {
    .container {
        max-width: 1400px;
    }

    .container-header-wide {
        max-width: 1600px;
    }

    .why-choose-shell,
    .about-showcase-shell {
        max-width: 1440px;
    }

    .method-container {
        max-width: 1680px;
    }

    .nav-container {
        max-width: 1480px;
    }

    .hero-wrap {
        max-width: 1600px;
    }

    h1 { font-size: 4rem; }
    h2 { font-size: 3rem; }
    h3 { font-size: 1.75rem; }

    .hero-heading {
        font-size: clamp(3.5rem, 4vw, 4.5rem);
    }

    .section-header h2 {
        font-size: clamp(3rem, 4vw, 4rem);
    }

    .hero-grid {
        gap: 6rem;
    }

    .solutions-grid,
    .method-steps {
        gap: 2.5rem;
    }

    .hero-visual {
        min-height: 680px;
    }

    .footer-grid {
        gap: 4.5rem;
    }
}

/* Standard Desktops (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    .container {
        max-width: 1320px;
    }

    .container-header-wide {
        max-width: 1520px;
    }

    .why-choose-shell,
    .about-showcase-shell {
        max-width: 1360px;
    }

    .method-container {
        max-width: 1600px;
    }

    .nav-container {
        max-width: 1380px;
    }

    .hero-wrap {
        max-width: 1520px;
    }

    .hero-grid {
        gap: 4.5rem;
    }

    .solutions-grid {
        gap: 2rem;
    }

    .method-steps {
        gap: 1.8rem;
    }

    .hero-visual {
        min-height: 660px;
    }

    .footer-grid {
        gap: 3.5rem;
    }
}

/* Laptops (1280px - 1439px) */
@media (min-width: 1280px) and (max-width: 1439px) {
    .container {
        max-width: 1200px;
        padding: 0 1.75rem;
    }

    .container-header-wide {
        max-width: 1400px;
    }

    .why-choose-shell,
    .about-showcase-shell {
        max-width: 1200px;
    }

    .method-container {
        max-width: 1440px;
    }

    .nav-container {
        max-width: 1240px;
        padding: 0.85rem 1.5rem;
    }

    .hero-wrap {
        max-width: 1400px;
    }

    h1 { font-size: 3.25rem; }
    h2 { font-size: 2.35rem; }

    .hero-heading {
        font-size: clamp(2.8rem, 3.5vw, 3.6rem);
    }

    .section-header h2 {
        font-size: clamp(2.2rem, 3.5vw, 3.2rem);
    }

    .hero-grid {
        gap: 3.5rem;
    }

    .hero-visual {
        min-height: 580px;
    }

    .hero-dashboard-main {
        padding: 1.3rem;
    }

    .solutions-grid {
        gap: 1.6rem;
    }

    .method-steps {
        gap: 1.4rem;
        padding-top: 5rem;
    }

    .method-steps::before {
        right: 2.5rem;
        left: 2.5rem;
    }

    .contact-grid {
        gap: 2.5rem;
    }

    .footer-grid {
        gap: 3rem;
    }

    .nav-links {
        gap: 0.3rem;
    }

    .nav-links a {
        padding: 0.65rem 0.85rem;
        font-size: 0.88rem;
    }

    .cta-btn {
        padding: 0.75rem 1.2rem !important;
    }
}

/* Small Laptops (1024px - 1279px) */
@media (min-width: 1025px) and (max-width: 1279px) {
    .container {
        max-width: 1000px;
        padding: 0 1.5rem;
    }

    .container-header-wide {
        max-width: 1200px;
    }

    .why-choose-shell,
    .about-showcase-shell {
        max-width: 1100px;
    }

    .method-container {
        max-width: 1280px;
    }

    .nav-container {
        max-width: 1080px;
        padding: 0.8rem 1.5rem;
    }

    .hero-wrap {
        max-width: 1200px;
    }

    h1 { font-size: 3rem; }
    h2 { font-size: 2.15rem; }
    h3 { font-size: 1.35rem; }

    .hero-heading {
        font-size: clamp(2.5rem, 3.2vw, 3.2rem);
    }

    .section-header h2 {
        font-size: clamp(2rem, 3.2vw, 2.85rem);
    }

    .hero-grid {
        gap: 3rem;
    }

    .hero-visual {
        min-height: 560px;
    }

    .hero-dashboard-main {
        padding: 1.2rem;
        inset: 4% -8% 20% 38%;
    }

    .hero-kpi-value {
        font-size: clamp(3.8rem, 7vw, 5rem);
    }

    .solutions-grid {
        gap: 1.4rem;
    }

    .method-steps {
        gap: 1.2rem;
        padding-top: 4.8rem;
    }

    .method-steps::before {
        right: 2rem;
        left: 2rem;
    }

    .why-choose-layout,
    .about-showcase-layout {
        gap: 2.5rem;
    }

    .why-choose-copy h3,
    .about-showcase-copy h3 {
        font-size: 1.65rem;
    }

    .contact-grid {
        gap: 2rem;
        grid-template-columns: 1.1fr 0.9fr;
    }

    .footer-grid {
        gap: 2.5rem;
        grid-template-columns: 1.2fr 0.85fr 0.9fr 1fr;
    }

    .nav-links {
        gap: 0.25rem;
    }

    .nav-links a {
        padding: 0.6rem 0.75rem;
        font-size: 0.86rem;
    }

    .cta-btn {
        padding: 0.7rem 1.1rem !important;
    }

    .desktop-nav-cta {
        margin-inline-start: 1.5rem;
    }
}

/* Tablets Landscape (900px - 1024px) */
@media (min-width: 900px) and (max-width: 1024px) {
    .container,
    .container-small {
        max-width: 100%;
        padding: 0 2rem;
    }

    .container-header-wide {
        max-width: 100%;
    }

    .why-choose-shell,
    .about-showcase-shell {
        max-width: 100%;
        padding-top: 4rem;
    }

    .method-container {
        max-width: 100%;
    }

    .nav-container {
        max-width: 100%;
        padding: 0.8rem 1.5rem;
    }

    .hero-wrap {
        max-width: 100%;
    }

    h1 { font-size: 2.75rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.3rem; }

    .hero-heading {
        font-size: clamp(2.3rem, 3vw, 2.9rem);
    }

    .section-header h2 {
        font-size: clamp(1.9rem, 3vw, 2.5rem);
    }

    .section-header {
        padding: 2.5rem 2rem 2rem;
        margin-bottom: 3.5rem;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        min-height: auto;
    }

    .hero-copy {
        max-width: 100%;
        padding-bottom: 0;
    }

    .hero-visual {
        min-height: 620px;
        max-width: 720px;
        margin: 0 auto;
    }

    .hero-dashboard-main {
        inset: 4% 0 20% 35%;
    }

    .hero-float-card-deals {
        right: -35%;
        width: 220px;
    }

    .hero-float-card-execution {
        left: 135%;
        width: 240px;
    }

    .hero-mini-stack {
        left: 8%;
    }

    .solutions-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
        padding-top: 5rem;
    }

    .solutions-grid .method-icon-circle {
        width: 76px;
        height: 76px;
    }

    .solutions-grid .method-icon {
        width: 32px;
        height: 32px;
    }

    .solution-card h3 {
        font-size: clamp(1rem, 1.1vw, 1.18rem);
    }

    .solution-card p {
        font-size: clamp(0.88rem, 0.82vw, 0.96rem);
    }

    .method-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
        row-gap: 3rem;
        padding-top: 5.5rem;
    }

    .method-steps::before {
        display: none;
    }

    .method-step {
        padding: 0 0.5rem;
    }

    .step-num {
        top: -4.5rem;
        width: 48px;
        height: 48px;
        font-size: 1.35rem;
    }

    .method-icon-circle {
        width: 70px;
        height: 70px;
    }

    .method-icon {
        width: 30px;
        height: 30px;
    }

    .why-choose-layout,
    .about-showcase-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .why-choose-visual,
    .about-showcase-visual {
        max-width: 680px;
        margin: 0 auto;
        min-height: 580px;
    }

    .why-choose-head,
    .about-showcase-head {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .about-principles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.2rem;
    }

    .about-principle-card {
        padding: 1.6rem;
    }

    .about-values-band {
        grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
        gap: 1.35rem;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }

    .footer-column-brand {
        grid-column: 1 / -1;
    }

    /* Hide desktop navigation, show mobile menu button */
    .nav-links,
    .desktop-nav-cta {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }
}

/* Tablets Portrait (769px - 899px) */
@media (min-width: 769px) and (max-width: 899px) {
    .container,
    .container-small {
        max-width: 100%;
        padding: 0 1.75rem;
    }

    .why-choose-shell,
    .about-showcase-shell {
        max-width: 100%;
        padding-top: 3.75rem;
    }

    .method-container {
        max-width: 100%;
    }

    .nav-container {
        padding: 0.8rem 1.25rem;
    }

    h1 { font-size: 2.5rem; }
    h2 { font-size: 1.85rem; }
    h3 { font-size: 1.25rem; }

    .hero-heading {
        font-size: clamp(2.1rem, 2.8vw, 2.65rem);
    }

    .section-header h2 {
        font-size: clamp(1.75rem, 2.8vw, 2.3rem);
    }

    .section-header {
        padding: 2.25rem 1.75rem 1.85rem;
        margin-bottom: 3rem;
        border-radius: 24px;
    }

    .hero-section {
        padding: 100px 0 4rem;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        transform: translateY(-2.5rem);
    }

    .hero-copy {
        padding-bottom: 0;
    }

    .hero-visual {
        min-height: 580px;
        max-width: 640px;
        margin: 0 auto;
    }

    .hero-dashboard-main {
        inset: 4% -5% 20% 32%;
    }

    .hero-float-card-deals {
        right: -30%;
        width: 210px;
    }

    .hero-float-card-execution {
        left: 125%;
        width: 230px;
    }

    .hero-mini-stack {
        left: 5%;
    }

    .hero-text {
        font-size: 1.08rem;
        white-space: normal;
    }

    .hero-actions {
        gap: 0.85rem;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        min-width: 220px;
        padding: 1rem 1.4rem;
    }

    .solutions-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.15rem;
        padding-top: 4.5rem;
    }

    .solutions-grid .method-icon-circle {
        width: 72px;
        height: 72px;
    }

    .solutions-grid .method-icon {
        width: 30px;
        height: 30px;
    }

    .solution-marker {
        top: -3.4rem;
    }

    .solution-card h3 {
        margin-top: 1.6rem;
        font-size: clamp(0.98rem, 1.05vw, 1.14rem);
    }

    .solution-card p {
        font-size: clamp(0.86rem, 0.8vw, 0.94rem);
    }

    .method-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
        row-gap: 2.75rem;
        padding-top: 5rem;
    }

    .method-steps::before {
        display: none;
    }

    .step-num {
        top: -4.2rem;
        width: 46px;
        height: 46px;
        font-size: 1.3rem;
    }

    .method-icon-circle {
        width: 68px;
        height: 68px;
    }

    .method-icon {
        width: 28px;
        height: 28px;
    }

    .method-step h3 {
        font-size: clamp(0.96rem, 0.98vw, 1.12rem);
    }

    .method-step p {
        font-size: clamp(0.86rem, 0.76vw, 0.94rem);
    }

    .why-choose-layout,
    .about-showcase-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .why-choose-visual,
    .about-showcase-visual {
        max-width: 620px;
        margin: 0 auto;
        min-height: 560px;
    }

    .why-choose-head h2,
    .about-showcase-head h2 {
        font-size: clamp(2rem, 3.8vw, 3rem);
    }

    .why-choose-head p,
    .about-showcase-head p {
        font-size: 1.02rem;
        white-space: normal;
    }

    .why-choose-copy h3,
    .about-showcase-copy h3 {
        font-size: 1.55rem;
    }

    .why-choose-copy p,
    .about-showcase-copy p {
        font-size: 1rem;
    }

    .why-system-card-lead {
        right: 0;
        width: 230px;
    }

    .why-system-card-process {
        right: 1.8rem;
        left: 1.8rem;
        top: 5.5rem;
    }

    .why-system-card-center {
        right: 3.5rem;
        left: 3.5rem;
        bottom: 2rem;
    }

    .why-system-card-close {
        left: 0;
        width: 230px;
    }

    .about-principles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.15rem;
    }

    .about-principle-card {
        padding: 1.5rem;
    }

    .about-values-band {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .about-values-grid {
        justify-content: flex-end;
    }

    .services-grid,
    .benefits-grid,
    .target-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 1.85rem;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.25rem;
    }

    .footer-column-brand {
        grid-column: 1 / -1;
    }

    .footer-wave {
        height: 82px;
    }

    /* Hide desktop navigation */
    .nav-links,
    .desktop-nav-cta {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }
}

/* Existing Mobile Breakpoint (max-width: 1024px) - Keep for compatibility */
@media (max-width: 1024px) {
    h1 { font-size: 3rem; }
    h2 { font-size: 2rem; }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 2.75rem;
        min-height: auto;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-visual {
        min-height: 680px;
        max-width: 860px;
        width: 100%;
        margin: 0 auto;
    }

    .hero-dashboard-main {
        inset: 4% -13% 20% 37%;
    }

    .hero-float-card-deals {
        right: 1%;
    }

    .hero-mini-stack {
        left: 5%;
    }

    .about-principles,
    .about-values-band {
        grid-template-columns: 1fr;
    }

    .why-choose-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .why-choose-head {
        max-width: none;
    }

    .why-choose-visual {
        order: 2;
        min-height: 620px;
    }

    .about-story-layout {
        grid-template-columns: 1fr;
    }

    .about-story-grid {
        grid-template-columns: 1fr;
        grid-column: auto;
        grid-row: auto;
    }

    .method-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 2.2rem;
        padding-top: 2rem;
    }

    .method-steps::before {
        display: none;
    }

    .step-num {
        position: static;
        margin-bottom: 1rem;
    }

    .method-step {
        padding: 1rem;
        background: white;
        border-radius: 20px;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-side {
        grid-template-rows: auto;
        height: auto;
    }

    .contact-info,
    .why-card {
        height: auto;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-column-brand p {
        max-width: none;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .desktop-nav {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .mobile-nav.active {
        display: flex;
    }

    h1 { font-size: 2.5rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.25rem; }

    .section {
        padding: 4rem 0;
    }

    .section-header {
        margin-bottom: 3rem;
        padding: 2rem 1.4rem 1.7rem;
        border-radius: 22px;
    }

    .section-header::after {
        inset-inline: 1.25rem;
    }

    .section-header .badge {
        font-size: 0.74rem;
        letter-spacing: 0.05em;
        padding: 0.65rem 1rem 0.65rem 1.15rem;
    }

    .subtitle {
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .hero-section {
        min-height: auto;
        padding: 96px 0 4rem;
    }

    .hero-heading {
        font-size: clamp(2.55rem, 10vw, 3.4rem);
    }

    .hero-text {
        font-size: 1.05rem;
    }

    .footer-wave {
        height: 78px;
    }

    .footer-grid {
        gap: 2.3rem;
    }

    .footer-column h4 {
        font-size: 1.6rem;
    }

    .footer-brand span {
        font-size: 1.8rem;
    }

    .footer-column-brand h3 {
        font-size: 1.6rem;
    }

    .footer-links a {
        font-size: 1.15rem;
    }

    .footer-contact-item {
        font-size: 1rem;
    }

    .why-choose-copy h3 {
        font-size: 1.45rem;
    }

    .why-choose-copy p,
    .why-choose-head p {
        font-size: 1rem;
    }

    .why-system-card-lead {
        top: 0.5rem;
        right: 0;
    }

    .why-system-card-process {
        right: 1.2rem;
        left: 1.2rem;
        top: 5rem;
    }

    .why-system-card-center {
        right: 2rem;
        left: 2rem;
        bottom: 1.4rem;
    }

    .why-system-card-close {
        left: 0.5rem;
        bottom: 0.25rem;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions-bar {
        margin-top: 1.2rem;
        padding-inline-start: 0;
        justify-content: stretch;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-proof-points {
        gap: 0.65rem;
    }

    .hero-visual {
        min-height: 860px;
    }

    .hero-dashboard-main {
        position: relative;
        inset: auto;
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    .hero-dashboard-header {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-stage-flow {
        grid-template-columns: 1fr;
    }

    .hero-float-card-deals,
    .hero-float-card-execution,
    .hero-dashboard-stage-card,
    .hero-mini-stack {
        position: relative;
        inset: auto;
    }

    .hero-float-card-deals,
    .hero-float-card-execution,
    .hero-dashboard-stage-card {
        width: 100%;
        max-width: 560px;
        margin: 0 auto 1rem;
    }

    .hero-mini-stack {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        max-width: 560px;
        margin: 1rem auto 0;
    }

    .solutions-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding-top: 0;
    }

    .solutions-grid::before {
        display: none;
    }

    .hero-mini-card {
        min-width: 0;
        animation: none;
    }

    .method-step,
    .solution-card {
        padding: 1.5rem 1rem 1.25rem;
        background: white;
        border-radius: 18px;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
    }

    .method-step:hover,
    .solution-card:hover {
        transform: none;
    }

    .signs-grid {
        grid-template-columns: 1fr;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .container,
    .container-small {
        padding: 0 1.25rem;
    }

    .whatsapp-float {
        right: 1rem;
        bottom: 1rem;
        width: 58px;
        height: 58px;
    }

    .whatsapp-float-icon {
        width: 29px;
        height: 29px;
    }

    .nav-container {
        padding: 1rem 1.25rem;
    }

    .hero-section {
        padding-top: 90px;
    }

    .hero-heading {
        font-size: 2.1rem;
    }

    .why-choose-section {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .why-choose-head h2 {
        font-size: 1.95rem;
    }

    .why-choose-item {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .why-choose-icon {
        width: 38px;
        height: 38px;
    }

    .why-choose-icon svg {
        width: 24px;
        height: 24px;
    }

    .why-choose-visual {
        min-height: 680px;
    }

    .why-system-card-lead,
    .why-system-card-close {
        width: 100%;
        max-width: 260px;
    }

    .why-system-card-process {
        right: 0;
        left: 0;
        top: 8.2rem;
    }

    .why-system-card-center {
        right: 0.6rem;
        left: 0.6rem;
        bottom: 1.8rem;
    }

    .why-system-card-close {
        left: 0;
        bottom: 0;
    }

    .why-system-panel strong {
        font-size: 3rem;
    }

    .why-system-metrics {
        grid-template-columns: 1fr;
    }

    h2 {
        font-size: 1.5rem;
    }

    .section-header {
        padding: 1.75rem 1rem 1.45rem;
        border-radius: 18px;
    }

    .section-header h2 {
        letter-spacing: -0.03em;
    }

    .badge {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-eyebrow {
        font-size: 0.76rem;
        letter-spacing: 0.05em;
    }

    .hero-dashboard-main,
    .hero-float-card,
    .hero-dashboard-stage-card,
    .hero-mini-card,
    .solution-card,
    .service-card {
        padding: 1.5rem;
    }

    .hero-kpi-value {
        font-size: 3.2rem;
    }

    .about-principle-card,
    .about-values-band {
        padding: 1.4rem;
        border-radius: 22px;
    }

    .about-story-layout {
        gap: 1rem;
    }

    .about-story-copy h3 {
        font-size: 1.6rem;
    }

    .about-values-heading h3 {
        font-size: 1.3rem;
    }

    .hero-mini-stack {
        grid-template-columns: 1fr;
    }

    .hero-stage-chip span,
    .hero-float-list li,
    .hero-proof-pill {
        font-size: 0.9rem;
    }

    .success-summary {
        grid-template-columns: 1fr;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }
}

/* ===========================
   Accessibility
   =========================== */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus styles for keyboard navigation */
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 2px solid var(--electric-blue);
    outline-offset: 2px;
}

/* Skip to content link for screen readers */
.skip-link {
    position: absolute;
    top: -40px;
    right: 0;
    background: var(--electric-blue);
    color: white;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}

/* Hidden utility class */
.hidden {
    display: none !important;
}

/* ===========================
   Transformation Overrides
   =========================== */

:root {
    --surface-0: #f6f9fc;
    --surface-1: #ffffff;
    --surface-2: #eef4fb;
    --surface-3: #e3edf8;
    --border-soft: rgba(148, 163, 184, 0.18);
    --shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.08);
    --shadow-medium: 0 24px 52px rgba(15, 23, 42, 0.12);
    --shadow-strong: 0 32px 72px rgba(2, 6, 23, 0.18);
    --radius-card: 22px;
    --radius-panel: 28px;
    --motion-fast: 180ms;
    --motion-base: 240ms;
    --motion-medium: 420ms;
    --motion-reveal: 560ms;
    --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
}

::selection {
    background: rgba(37, 99, 235, 0.16);
    color: var(--navy);
}

body {
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.08), transparent 18%),
        linear-gradient(180deg, #f8fbfe 0%, #f6f9fc 100%);
}

.section {
    padding: 6.5rem 0;
    background: transparent;
}

.section.alt {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(238, 244, 251, 0.68));
}

.navbar {
    background: rgba(246, 249, 252, 0.74);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: none;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition:
        background var(--motion-base) var(--ease-premium),
        box-shadow var(--motion-base) var(--ease-premium),
        border-color var(--motion-base) var(--ease-premium),
        transform var(--motion-base) var(--ease-premium);
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.88);
    border-bottom-color: rgba(148, 163, 184, 0.16);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.nav-links {
    gap: 0.35rem;
}

.nav-links a {
    padding: 0.72rem 1rem;
    border-radius: 999px;
    color: var(--gray-700);
    font-weight: 600;
    transition:
        color var(--motion-fast) ease-out,
        background-color var(--motion-fast) ease-out,
        transform var(--motion-fast) ease-out;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--navy);
    background: rgba(37, 99, 235, 0.08);
    transform: translateY(-1px);
}

.nav-links a::after {
    right: 1rem;
    left: 1rem;
    bottom: 0.42rem;
}

.cta-btn,
.btn-primary,
.btn-secondary {
    border-radius: 16px;
    transition:
        transform var(--motion-fast) ease-out,
        box-shadow var(--motion-fast) ease-out,
        background-color var(--motion-fast) ease-out,
        border-color var(--motion-fast) ease-out;
}

.cta-btn,
.btn-primary {
    box-shadow: 0 18px 38px rgba(37, 99, 235, 0.22);
}

.cta-btn:hover,
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px rgba(37, 99, 235, 0.24);
}

.btn-primary {
    background: linear-gradient(135deg, #0f8ef2 0%, #2563eb 58%, #1d4ed8 100%);
}

.btn-secondary {
    border-color: rgba(191, 219, 254, 0.2);
}

.hero-section {
    position: relative;
    overflow: clip;
    min-height: 100vh;
}

.hero-bg-effects::before,
.hero-bg-effects::after {
    animation-duration: 20s;
}

.hero-orb {
    filter: blur(10px);
    opacity: 0.65;
}

.hero-grid-glow {
    opacity: 0.75;
}

.hero-main,
.hero-side-panel {
    position: relative;
}

body.page-ready .hero-eyebrow,
body.page-ready .hero-intro-line,
body.page-ready .hero-main > .hero-title-main,
body.page-ready .hero-story,
body.page-ready .hero-closing,
body.page-ready .hero-actions-clean,
body.page-ready .hero-side-panel {
    opacity: 0;
    transform: translateY(24px);
}

body.page-loaded .hero-eyebrow,
body.page-loaded .hero-intro-line,
body.page-loaded .hero-main > .hero-title-main,
body.page-loaded .hero-story,
body.page-loaded .hero-closing,
body.page-loaded .hero-actions-clean,
body.page-loaded .hero-side-panel {
    opacity: 1;
    transform: none;
    transition:
        opacity var(--motion-reveal) var(--ease-premium),
        transform var(--motion-reveal) var(--ease-premium);
}

body.page-loaded .hero-eyebrow { transition-delay: 0.04s; }
body.page-loaded .hero-intro-line:nth-child(1) { transition-delay: 0.1s; }
body.page-loaded .hero-intro-line:nth-child(2) { transition-delay: 0.16s; }
body.page-loaded .hero-main > .hero-title-main { transition-delay: 0.22s; }
body.page-loaded .hero-story { transition-delay: 0.3s; }
body.page-loaded .hero-closing { transition-delay: 0.38s; }
body.page-loaded .hero-actions-clean { transition-delay: 0.46s; }
body.page-loaded .hero-side-panel { transition-delay: 0.28s; }

.hero-side-panel {
    background:
        linear-gradient(180deg, rgba(7, 15, 28, 0.64), rgba(15, 23, 42, 0.4));
    border: 1px solid rgba(191, 219, 254, 0.16);
    box-shadow: var(--shadow-strong);
}

.hero-points-grid-side .hero-point-item {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(191, 219, 254, 0.12);
}

.hero-points-grid-side .hero-point-item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
}

.standalone-section-title,
.section-header h2,
.why-choose-head h2,
.about-showcase-head h2,
.contact-form-header h3 {
    letter-spacing: -0.04em;
}

.section-header--solution h2,
.problem-section-simple .section-header--alert.section-header--wide-title h2 {
    max-width: 1180px;
    font-size: clamp(2.2rem, 4.1vw, 3.25rem);
    line-height: 1.18;
}

.section-header--solution h2 .header-single-line,
.problem-section-simple .section-header--alert.section-header--wide-title h2 .header-single-line {
    display: block;
    width: 100%;
    white-space: normal;
    text-wrap: balance;
}

.section-header--solution .subtitle,
.problem-section-simple .section-header--alert.section-header--wide-title .subtitle {
    max-width: 920px;
    white-space: normal;
    text-wrap: pretty;
}

.trust-section {
    position: relative;
    padding: 5.25rem 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.08), transparent 45%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(238, 244, 251, 0.72));
}

.trust-section .container-small {
    padding: 2.4rem 2.75rem;
    border-radius: var(--radius-panel);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(186, 230, 253, 0.3);
    box-shadow: var(--shadow-soft);
}

.trust-section h2 {
    margin-bottom: 1rem;
    color: var(--navy);
}

.trust-section .standalone-section-title,
.trust-section .standalone-section-title {
    color: var(--navy);
    -webkit-text-fill-color: currentColor;
}

.trust-section .standalone-section-title .title-accent {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 55%, #1d4ed8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.trust-section p {
    color: var(--gray-600);
}

.why-choose-item,
.about-showcase-item {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.why-choose-item:last-child,
.about-showcase-item:last-child {
    border-bottom: 0;
}

.why-system-card,
.about-showcase-card,
.solution-card,
.method-step,
.faq-item,
.contact-info,
.why-card,
.contact-grid > div:first-child {
    border-radius: var(--radius-card);
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-soft);
}

.solution-card,
.method-step,
.faq-item {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.96));
}

.solution-card:hover,
.method-step:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.problem-statement-pill,
.impact-chip,
.friction-card,
.story-stat,
.problem-conclusion p {
    box-shadow: var(--shadow-soft);
}

.faq-item {
    transition:
        transform var(--motion-fast) ease-out,
        box-shadow var(--motion-base) ease-out,
        border-color var(--motion-base) ease-out;
}

.faq-item:hover,
.faq-item.is-open {
    transform: translateY(-2px);
    border-color: rgba(96, 165, 250, 0.22);
    box-shadow: var(--shadow-medium);
}

.faq-question {
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
}

.faq-item.is-open .faq-question {
    background: rgba(239, 246, 255, 0.72);
}

.cta-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 25%),
        linear-gradient(135deg, #0f62de 0%, #2563eb 48%, #0891b2 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: 0.18;
    pointer-events: none;
}

.cta-section .container-small {
    position: relative;
    z-index: 1;
}

.contact-grid {
    gap: 2rem;
}

.contact-grid > div:first-child {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.78);
}

.contact-form-meta {
    color: var(--gray-500);
    font-size: 0.92rem;
    line-height: 1.8;
    margin-top: -0.4rem;
}

.form-group input,
.form-group textarea {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 14px;
    border-color: rgba(203, 213, 225, 0.84);
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: rgba(37, 99, 235, 0.88);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

#contact-submit-btn:disabled {
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
}

.success-message {
    box-shadow: 0 28px 64px rgba(15, 23, 42, 0.2);
}

.info-item {
    transition:
        transform var(--motion-fast) ease-out,
        box-shadow var(--motion-fast) ease-out,
        border-color var(--motion-fast) ease-out;
}

.info-item:hover {
    transform: translateY(-3px);
}

.why-card {
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.12), transparent 32%),
        linear-gradient(180deg, #ffffff, #f8fbff);
}

.why-card h3 {
    color: var(--navy);
}

.why-card-intro {
    color: var(--gray-600);
}

.why-card li {
    background: rgba(37, 99, 235, 0.04);
    border-color: rgba(96, 165, 250, 0.12);
    color: var(--gray-800);
}

.why-check {
    color: #0ea765;
}

.whatsapp-float {
    background: linear-gradient(135deg, #14b86a, #12a150);
    box-shadow: 0 20px 36px rgba(18, 161, 80, 0.28);
}

.whatsapp-float:hover {
    transform: translateY(-4px) scale(1.02);
}

.footer {
    background:
        radial-gradient(circle at top, rgba(56, 189, 248, 0.1), transparent 22%),
        linear-gradient(180deg, #f7fbff 0%, #edf4fb 100%);
}

.footer-shell {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(186, 230, 253, 0.24);
    border-radius: 30px;
    padding: 2.2rem;
    box-shadow: var(--shadow-soft);
}

.footer-grid {
    gap: 2rem;
}

.footer-socials {
    display: none;
}

.footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    padding-top: 1.4rem;
}

.footer-bottom-links {
    display: none;
}

.reveal {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition:
        opacity var(--motion-reveal) var(--ease-premium),
        transform var(--motion-reveal) var(--ease-premium);
    transition-delay: var(--reveal-delay, 0s);
    will-change: opacity, transform;
}

.reveal[data-reveal="left"] {
    transform: translate3d(24px, 0, 0);
}

.reveal[data-reveal="right"] {
    transform: translate3d(-24px, 0, 0);
}

.reveal[data-reveal="scale"] {
    transform: translate3d(0, 18px, 0) scale(0.97);
}

.reveal.active {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid rgba(37, 99, 235, 0.88);
    outline-offset: 3px;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}

@media (max-width: 1024px) {
    .contact-grid > div:first-child {
        padding: 1.6rem;
    }

    .footer-shell {
        padding: 1.6rem;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 5rem 0;
    }

    .trust-section .container-small {
        padding: 1.8rem;
    }

    .contact-grid > div:first-child {
        padding: 1.35rem;
    }
}

@media (min-width: 900px) and (max-width: 1360px) {
    .section-header--solution h2,
    .problem-section-simple .section-header--alert.section-header--wide-title h2 {
        font-size: clamp(2rem, 3.45vw, 2.85rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .reveal,
    body.page-ready .hero-eyebrow,
    body.page-ready .hero-intro-line,
    body.page-ready .hero-main > .hero-title-main,
    body.page-ready .hero-story,
    body.page-ready .hero-closing,
    body.page-ready .hero-actions-clean,
    body.page-ready .hero-side-panel {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .hero-bg-effects::before,
    .hero-bg-effects::after,
    .hero-orb,
    .hero-grid-glow {
        animation: none !important;
    }
}
