:root {
    --bg-base: #050d28;
    --bg-alt: #08163c;
    --surface-glass: rgba(10, 28, 68, 0.65);
    --surface-card: rgba(8, 22, 60, 0.85);
    --stroke-light: rgba(120, 154, 255, 0.35);
    --stroke-strong: rgba(76, 124, 255, 0.55);
    --gradient-card-blue: linear-gradient(140deg, rgba(18, 46, 120, 0.95) 0%, rgba(8, 30, 84, 0.82) 60%, rgba(12, 50, 117, 0.9) 100%);
    --gradient-card-mint: linear-gradient(160deg, rgba(10, 65, 88, 0.95), rgba(16, 88, 101, 0.85));
    --gradient-card-violet: linear-gradient(160deg, rgba(40, 16, 90, 0.95), rgba(74, 32, 134, 0.85));
    --white: #ffffff;
    --text-light: rgba(226, 233, 255, 0.92);
    --text-muted: rgba(198, 210, 255, 0.65);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
    --shadow-lg: 0 42px 80px rgba(3, 12, 40, 0.65);
    --shadow-md: 0 26px 52px rgba(3, 12, 40, 0.45);
    --shadow-soft: 0 18px 38px rgba(5, 20, 55, 0.3);
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--white);
    background: radial-gradient(circle at top left, rgba(41, 101, 255, 0.2), transparent 40%), var(--bg-base);
    overflow-x: hidden;
}

main {
    position: relative;
    z-index: 1;
}

section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 20%, rgba(88, 146, 255, 0.18), transparent 55%),
                radial-gradient(circle at 82% 10%, rgba(0, 255, 209, 0.14), transparent 45%);
    opacity: 0.45;
    pointer-events: none;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(118, 136, 255, 0.18);
    border: 1px solid rgba(158, 173, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.7rem;
    color: rgba(168, 185, 255, 0.9);
    margin-bottom: 18px;
}

.section-heading h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.6rem, 4vw, 3.4rem);
    line-height: 1.1;
    margin: 0 0 20px;
}

.section-heading p {
    margin: 0 auto;
    max-width: 620px;
    color: var(--text-muted);
    font-size: 1.05rem;
}

.main-header {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(4, 14, 39, 0.62);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 3rem;
    gap: 2.5rem;
    border-bottom: 1px solid rgba(112, 150, 255, 0.14);
}

.main-header .logo img { width: 170px; }

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 1.6rem;
    margin: 0;
    padding: 0;
}

.main-nav a {
    color: rgba(219, 227, 255, 0.78);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.main-nav a:hover { color: var(--white); }

.header-ctas { display: flex; gap: 0.9rem; }

/* HERO */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 150px 0 140px;
}

.hero-section::before { display: none; }

.hero-gradient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.85;
    background: radial-gradient(circle at 20% 30%, rgba(60, 121, 255, 0.55), transparent 55%);
}

.hero-gradient--two {
    background: radial-gradient(circle at 80% 25%, rgba(0, 255, 174, 0.38), transparent 55%);
    opacity: 0.6;
}

.hero-gradient--three {
    background: radial-gradient(circle at 60% 80%, rgba(118, 70, 255, 0.32), transparent 60%);
    opacity: 0.5;
}

.hero-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 560px;
}

.hero-eyebrow {
    font-size: 0.85rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(201, 217, 255, 0.7);
}

.hero-copy h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.9rem, 5vw, 4rem);
    line-height: 1.08;
    margin: 0;
}

.hero-subheadline {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(224, 231, 255, 0.85);
    margin: 0;
}

.hero-promise {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-chip {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(122, 158, 255, 0.25);
    backdrop-filter: blur(12px);
}

.chip-label {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(155, 189, 255, 0.7);
}

.chip-detail { font-size: 0.88rem; color: rgba(220, 231, 255, 0.9); }

.hero-cta-group { display: flex; flex-wrap: wrap; gap: 1rem; }

.hero-stats { display: flex; flex-wrap: wrap; gap: 18px; }

.stat-chip {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 22px;
    border-radius: 18px;
    background: rgba(8, 26, 68, 0.7);
    border: 1px solid rgba(91, 132, 255, 0.35);
    box-shadow: var(--shadow-soft);
    min-width: 160px;
}

.stat-label {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(178, 198, 255, 0.65);
}

.stat-value { font-size: 1.3rem; font-weight: 600; color: #00ffb2; }

.hero-visual {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-orb {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(0, 255, 187, 0.45), transparent 70%),
                radial-gradient(circle at 70% 70%, rgba(61, 123, 255, 0.55), transparent 70%);
    animation: pulseGlow 10s ease-in-out infinite;
}

.hero-floating-card {
    position: absolute;
    width: 250px;
    padding: 22px 24px;
    border-radius: 20px;
    background: rgba(8, 26, 68, 0.78);
    border: 1px solid rgba(137, 176, 255, 0.35);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
}

.hero-floating-card--primary { top: 8%; left: 4%; animation: float 9s ease-in-out infinite; }
.hero-floating-card--secondary { bottom: 12%; right: 4%; animation: float 7.5s ease-in-out infinite; animation-delay: 1.2s; }

.hero-floating-card h4 { margin: 8px 0 12px; font-size: 1.05rem; }
.hero-floating-card ul { margin: 0; padding-left: 18px; display: grid; gap: 6px; color: rgba(208, 220, 255, 0.85); font-size: 0.9rem; }
.hero-floating-card p { margin: 0 0 12px; color: rgba(205, 219, 255, 0.8); font-size: 0.92rem; }

.hero-mini-stat {
    position: absolute;
    top: 8%;
    right: 12%;
    padding: 16px 20px;
    border-radius: 16px;
    background: rgba(0, 255, 176, 0.15);
    border: 1px solid rgba(0, 255, 176, 0.28);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
    text-align: center;
    transform: translate(50%, 0);
    animation: float 6.5s ease-in-out infinite;
    animation-delay: 0.6s;
}

.mini-label { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(200, 244, 235, 0.8); }
.mini-value { font-size: 1.6rem; font-weight: 700; }
.mini-helper { display: block; margin-top: 6px; font-size: 0.75rem; color: rgba(210, 233, 255, 0.7); }

.hero-floating-card .card-kicker { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(155, 185, 255, 0.7); }

.mini-link { font-size: 0.85rem; color: #57ffe2; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.mini-link:hover { text-decoration: underline; }

.hero-section .scroll-down-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(164, 189, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(201, 221, 255, 0.85);
    cursor: pointer;
    transition: transform 0.3s ease, border-color 0.3s ease;
    opacity: 0;
}

.hero-section .scroll-down-indicator.visible { opacity: 1; }
.hero-section .scroll-down-indicator:hover { transform: translate(-50%, 6px); border-color: rgba(0, 255, 190, 0.6); }

.hero-section .scroll-down-indicator svg { width: 20px; height: 20px; }

/* PILLARS */
.card-icon { width: 54px; height: 54px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; background: rgba(93, 128, 255, 0.15); border: 1px solid rgba(145, 176, 255, 0.35); transition: transform 0.35s ease, filter 0.35s ease; }
.card-icon svg { width: 28px; height: 28px; stroke: rgba(160, 190, 255, 0.95); fill: none; }
.card-icon svg * { fill: none; }
.card-icon.mint svg { stroke: rgba(124, 241, 213, 0.95); }
.card-icon.violet svg { stroke: rgba(208, 182, 255, 0.95); }

.pillars-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

.pillar-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: var(--radius-md);
    background: var(--gradient-card-blue);
    border: 1px solid rgba(136, 167, 255, 0.35);
    box-shadow: var(--shadow-soft);
    min-height: 230px;
}

.pillar-card:nth-child(2) {
    background: var(--gradient-card-mint);
    border-color: rgba(92, 214, 206, 0.4);
}

.pillar-card:nth-child(3) {
    background: var(--gradient-card-violet);
    border-color: rgba(149, 125, 255, 0.4);
}

.pillar-card h3 { margin: 0 0 14px; }
.pillar-card p { margin: 0; color: rgba(212, 224, 255, 0.84); font-size: 0.98rem; }

.pillar-card:hover .card-icon { transform: translateY(-4px) scale(1.05); filter: drop-shadow(0 6px 12px rgba(0, 255, 205, 0.35)); }
.integration-card:hover .card-icon { transform: translateY(-4px) scale(1.05); filter: drop-shadow(0 6px 12px rgba(0, 255, 205, 0.35)); }

/* PRODUCT GRID */
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; }

.product-card {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border-radius: var(--radius-md);
    background: rgba(9, 25, 62, 0.86);
    border: 1px solid rgba(116, 155, 255, 0.35);
    box-shadow: var(--shadow-soft);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.product-card:nth-child(2) { background: var(--gradient-card-mint); border-color: rgba(92, 214, 206, 0.4); }
.product-card:nth-child(3) { background: var(--gradient-card-violet); border-color: rgba(149, 125, 255, 0.4); }

.product-card::before {
    content: '';
    position: absolute;
    top: -140%;
    left: -80%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.15) 100%);
    opacity: 0;
    transform: rotate(15deg);
    pointer-events: none;
    animation: sheenSweep 18s linear infinite;
}

.product-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(0, 255, 178, 0.12), transparent 45%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); border-color: rgba(0, 255, 178, 0.5); }
.product-card:hover::after { opacity: 1; }

.product-card > * { position: relative; z-index: 1; }

.product-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: rgba(96, 139, 255, 0.2);
    border: 1px solid rgba(128, 165, 255, 0.35);
    transition: transform 0.35s ease, filter 0.35s ease;
}

.product-icon svg { width: 32px; height: 32px; stroke: rgba(174, 208, 255, 0.95); fill: none; }
.product-icon svg * { fill: none; }
.product-card:hover .product-icon { transform: translateY(-4px) scale(1.05); filter: drop-shadow(0 6px 12px rgba(0, 255, 205, 0.35)); }

.product-category { display: inline-block; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(165, 194, 255, 0.72); margin-bottom: 10px; }
.product-tag { position: absolute; top: 24px; right: 24px; padding: 6px 12px; border-radius: 12px; background: rgba(98, 247, 210, 0.2); border: 1px solid rgba(98, 247, 210, 0.4); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(174, 255, 230, 0.9); }

.product-card h3 { margin: 0 0 10px; font-size: 1.4rem; }
.product-card p { margin: 0 0 22px; color: rgba(207, 222, 255, 0.8); font-size: 0.96rem; line-height: 1.55; }

.details-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(161, 190, 255, 0.45);
    color: var(--white);
    text-decoration: none;
    font-size: 0.88rem;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.details-button:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(0, 255, 190, 0.7); }

/* HOW IT WORKS */
.how-timeline { position: relative; display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.how-timeline::before { content: ''; position: absolute; top: 26px; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, rgba(120, 160, 255, 0.3), rgba(0, 255, 209, 0.35)); z-index: 0; }
.how-step { position: relative; z-index: 1; padding: 32px 28px; border-radius: var(--radius-md); background: rgba(9, 28, 70, 0.82); border: 1px solid rgba(116, 153, 255, 0.35); box-shadow: var(--shadow-soft); overflow: hidden; }
.how-step-number { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; font-weight: 600; background: rgba(0, 255, 183, 0.18); border: 1px solid rgba(0, 255, 200, 0.38); margin-bottom: 20px; font-size: 0.95rem; }
.how-step h3 { margin: 0 0 12px; }
.how-step p { margin: 0 0 18px; color: rgba(205, 220, 255, 0.78); }
.how-meta { font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(170, 196, 255, 0.7); }

/* SOLUTIONS CAROUSEL */
.solutions-section::before { background: radial-gradient(circle at 20% 10%, rgba(0, 255, 190, 0.14), transparent 55%), radial-gradient(circle at 80% 80%, rgba(118, 82, 255, 0.2), transparent 55%); }

.solutions-carousel { position: relative; overflow: hidden; padding: 0 60px; }
.solutions-track { display: grid; grid-auto-flow: column; gap: 24px; transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }

.solution-card {
    position: relative;
    overflow: hidden;
    min-width: 280px;
    padding: 30px;
    border-radius: var(--radius-md);
    background: rgba(10, 30, 74, 0.82);
    border: 1px solid rgba(120, 158, 255, 0.28);
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.solution-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(0, 255, 206, 0.14), transparent 55%); opacity: 0; transition: opacity 0.3s ease; }
.solution-card:hover::before { opacity: 1; }

.solution-card h3 { margin: 0; font-size: 1.3rem; }
.solution-card p { margin: 0; color: rgba(204, 220, 255, 0.82); font-size: 0.95rem; }
.solution-link { font-size: 0.85rem; color: rgba(0, 255, 194, 0.85); margin-top: auto; }

.solutions-nav { position: absolute; top: 50%; left: 0; right: 0; display: flex; justify-content: space-between; pointer-events: none; transform: translateY(-50%); }
.solutions-nav button { pointer-events: all; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(0, 255, 206, 0.35); background: rgba(6, 22, 48, 0.85); color: var(--white); display: grid; place-items: center; cursor: pointer; transition: transform 0.3s ease, border-color 0.3s ease; }
.solutions-nav button:hover { transform: translateY(-2px); border-color: rgba(0, 255, 206, 0.6); }

.solutions-dots { margin-top: 32px; display: flex; justify-content: center; gap: 10px; }
.solutions-dots button { width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(138, 168, 255, 0.3); cursor: pointer; transition: transform 0.3s ease, background 0.3s ease; }
.solutions-dots button.is-active { transform: scale(1.4); background: rgba(0, 255, 206, 0.85); }

/* INTEGRATIONS */
.integrations-stage {
    position: relative;
    margin: 0 auto 70px;
    width: 100%;
    max-width: 900px;
    height: 420px;
    border-radius: 30px;
    background: radial-gradient(circle at 20% 20%, rgba(120, 82, 255, 0.35), transparent 65%),
                radial-gradient(circle at 80% 60%, rgba(0, 255, 196, 0.28), transparent 65%),
                rgba(8, 26, 70, 0.92);
    border: 1px solid rgba(128, 170, 255, 0.28);
    box-shadow: 0 40px 90px rgba(10, 24, 60, 0.5);
    overflow: hidden;
}

.stage-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 36px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(0, 255, 206, 0.25), rgba(83, 138, 255, 0.3));
    border: 1px solid rgba(128, 180, 255, 0.4);
    color: rgba(215, 232, 255, 0.92);
    letter-spacing: 0.18em;
    font-weight: 600;
}

.stage-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid rgba(130, 175, 255, 0.2);
    animation: orbitSpin 28s linear infinite;
}

.stage-orbit--outer { width: 360px; height: 360px; margin: -180px 0 0 -180px; }
.stage-orbit--middle { width: 260px; height: 260px; margin: -130px 0 0 -130px; animation-duration: 20s; animation-direction: reverse; }
.stage-orbit--inner { width: 180px; height: 180px; margin: -90px 0 0 -90px; animation-duration: 15s; }

.stage-orbit span {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(9, 34, 90, 0.82);
    border: 1px solid rgba(128, 165, 255, 0.32);
    color: rgba(204, 225, 255, 0.9);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform-origin: 0 0;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.stage-orbit span:hover { filter: drop-shadow(0 0 24px rgba(0, 255, 205, 0.5)); }

.stage-orbit--outer span:nth-child(1) { transform: rotate(0deg) translateX(180px) rotate(0deg); }
.stage-orbit--outer span:nth-child(2) { transform: rotate(72deg) translateX(180px) rotate(-72deg); }
.stage-orbit--outer span:nth-child(3) { transform: rotate(144deg) translateX(180px) rotate(-144deg); }
.stage-orbit--outer span:nth-child(4) { transform: rotate(216deg) translateX(180px) rotate(-216deg); }
.stage-orbit--outer span:nth-child(5) { transform: rotate(288deg) translateX(180px) rotate(-288deg); }

.stage-orbit--middle span:nth-child(1) { transform: rotate(0deg) translateX(130px) rotate(0deg); }
.stage-orbit--middle span:nth-child(2) { transform: rotate(90deg) translateX(130px) rotate(-90deg); }
.stage-orbit--middle span:nth-child(3) { transform: rotate(180deg) translateX(130px) rotate(-180deg); }
.stage-orbit--middle span:nth-child(4) { transform: rotate(270deg) translateX(130px) rotate(-270deg); }

.stage-orbit--inner span:nth-child(1) { transform: rotate(30deg) translateX(90px) rotate(-30deg); }
.stage-orbit--inner span:nth-child(2) { transform: rotate(150deg) translateX(90px) rotate(-150deg); }
.stage-orbit--inner span:nth-child(3) { transform: rotate(270deg) translateX(90px) rotate(-270deg); }

.stage-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.55;
    animation: pulseGlow 12s ease-in-out infinite;
}

.stage-glow--one { width: 220px; height: 220px; top: 12%; left: 18%; background: rgba(100, 150, 255, 0.4); }
.stage-glow--two { width: 260px; height: 260px; bottom: 8%; right: 16%; background: rgba(0, 255, 204, 0.35); animation-delay: 2s; }

.integrations-panels { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }

.integration-panel {
    position: relative;
    padding: 32px;
    border-radius: var(--radius-md);
    background: rgba(9, 28, 70, 0.82);
    border: 1px solid rgba(126, 168, 255, 0.32);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.integration-panel::before {
    content: '';
    position: absolute;
    inset: -50% -20% auto;
    height: 180px;
    background: radial-gradient(circle at center, rgba(0, 255, 196, 0.18), transparent 60%);
    opacity: 0.7;
    animation: highlightSweep 18s ease-in-out infinite;
}

.integration-panel header { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.panel-index { font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(176, 204, 255, 0.68); }
.integration-panel h3 { margin: 0; font-size: 1.25rem; }
.integration-panel p { position: relative; z-index: 1; margin: 0 0 18px; color: rgba(203, 218, 255, 0.82); }

.panel-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; }
.panel-tags span { padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(0, 255, 206, 0.3); color: rgba(202, 232, 255, 0.85); font-size: 0.78rem; letter-spacing: 0.05em; }

/* SECURITY */
.security-layout {
    display: grid;
    grid-template-columns: minmax(320px, 420px) 1fr;
    gap: 60px;
    align-items: center;
}

.security-visual {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 32px;
    background: radial-gradient(circle at 25% 20%, rgba(134, 93, 255, 0.32), transparent 60%),
                radial-gradient(circle at 75% 70%, rgba(0, 255, 206, 0.28), transparent 60%),
                rgba(8, 28, 74, 0.9);
    border: 1px solid rgba(120, 170, 255, 0.3);
    box-shadow: 0 40px 90px rgba(6, 18, 48, 0.55);
    overflow: hidden;
}

.security-halo {
    position: absolute;
    border-radius: 50%;
    filter: blur(45px);
    opacity: 0.6;
    animation: pulseGlow 10s ease-in-out infinite;
}
.security-halo--outer { inset: 10%; background: rgba(106, 160, 255, 0.5); }
.security-halo--inner { inset: 30%; background: rgba(0, 255, 210, 0.45); animation-delay: 1.2s; }

.security-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border-radius: 32px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(0, 255, 206, 0.25), rgba(86, 140, 255, 0.28));
    border: 1px solid rgba(140, 190, 255, 0.42);
    color: rgba(214, 232, 255, 0.92);
    letter-spacing: 0.22em;
    font-weight: 600;
}

.security-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid rgba(138, 178, 255, 0.2);
    animation: orbitSpin 26s linear infinite; opacity: 0.85;
}

.security-orbit--one { width: 360px; height: 360px; margin: -180px 0 0 -180px; }
.security-orbit--two { width: 280px; height: 280px; margin: -140px 0 0 -140px; animation-duration: 18s; animation-direction: reverse; }
.security-orbit--three { width: 210px; height: 210px; margin: -105px 0 0 -105px; animation-duration: 14s; }

.security-orbit span {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(8, 35, 86, 0.82);
    border: 1px solid rgba(126, 170, 255, 0.32);
    color: rgba(204, 225, 255, 0.9);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform-origin: 0 0;
    transition: filter 0.3s ease;
}

.security-orbit span:hover { filter: drop-shadow(0 0 20px rgba(0, 255, 205, 0.55)); }

.security-orbit--one span:nth-child(1) { transform: rotate(0deg) translateX(180px) rotate(0deg); }
.security-orbit--one span:nth-child(2) { transform: rotate(120deg) translateX(180px) rotate(-120deg); }
.security-orbit--one span:nth-child(3) { transform: rotate(240deg) translateX(180px) rotate(-240deg); }

.security-orbit--two span:nth-child(1) { transform: rotate(45deg) translateX(140px) rotate(-45deg); }
.security-orbit--two span:nth-child(2) { transform: rotate(135deg) translateX(140px) rotate(-135deg); }
.security-orbit--two span:nth-child(3) { transform: rotate(225deg) translateX(140px) rotate(-225deg); }
.security-orbit--two span:nth-child(4) { transform: rotate(315deg) translateX(140px) rotate(-315deg); }

.security-orbit--three span:nth-child(1) { transform: rotate(90deg) translateX(100px) rotate(-90deg); }
.security-orbit--three span:nth-child(2) { transform: rotate(210deg) translateX(100px) rotate(-210deg); }
.security-orbit--three span:nth-child(3) { transform: rotate(330deg) translateX(100px) rotate(-330deg); }

.security-content { display: grid; gap: 22px; }
.security-content h2 { margin: 0; }
.security-content p { margin: 0; color: rgba(211, 224, 255, 0.84); }

.security-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.security-tile { position: relative; padding: 24px 26px; border-radius: var(--radius-md); background: rgba(9, 30, 78, 0.82); border: 1px solid rgba(130, 170, 255, 0.32); box-shadow: var(--shadow-soft); overflow: hidden; }
.security-tile::before { content: ''; position: absolute; inset: -60% -20% auto; height: 160px; background: radial-gradient(circle at center, rgba(0, 255, 205, 0.16), transparent 60%); opacity: 0.7; animation: highlightSweep 16s ease-in-out infinite; }
.security-tile h3 { position: relative; z-index: 1; margin: 0 0 10px; font-size: 1.1rem; }
.security-tile p { position: relative; z-index: 1; margin: 0 0 14px; color: rgba(202, 218, 255, 0.82); font-size: 0.95rem; line-height: 1.55; }
.tile-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; }
.tile-tags span { padding: 5px 10px; border-radius: 999px; border: 1px solid rgba(0, 255, 206, 0.28); color: rgba(200, 230, 255, 0.85); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }

.security-cta { display: flex; gap: 24px; flex-wrap: wrap; }

@media (max-width: 900px) {
    .security-layout { grid-template-columns: 1fr; }
    .security-visual { margin-bottom: 40px; }
}

/* PROOF */
.proof-showcase {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    align-items: center;
}

.proof-quote {
    position: relative;
    padding: 42px 38px;
    border-radius: var(--radius-lg);
    background: radial-gradient(circle at 20% 20%, rgba(0, 255, 210, 0.2), transparent 65%),
                rgba(9, 28, 72, 0.88);
    border: 1px solid rgba(124, 166, 255, 0.3);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.proof-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.74rem;
    color: rgba(176, 202, 255, 0.75);
}

.proof-author {
    margin: 0 0 16px;
    color: rgba(196, 210, 255, 0.78);
}

.proof-radial {
    position: relative;
    width: 320px;
    height: 320px;
    margin: 0 auto;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(0, 255, 208, 0.14), transparent 70%);
}

.radial-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    border-radius: 30px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(0, 255, 206, 0.2), rgba(84, 140, 255, 0.28));
    border: 1px solid rgba(124, 170, 255, 0.4);
    color: rgba(214, 232, 255, 0.9);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
}

.radial-node {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 26px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 12px;
    background: rgba(9, 32, 86, 0.9);
    border: 1px solid rgba(128, 170, 255, 0.32);
    box-shadow: 0 20px 40px rgba(5, 15, 40, 0.4);
    animation: nodePulse 8s ease-in-out infinite;
}

.radial-node .value { font-size: 1.4rem; font-weight: 600; color: #00ffc9; }
.radial-node .label { font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(199, 218, 255, 0.7); }

.radial-node--one { top: -10px; left: 50%; transform: translate(-50%, 0); }
.radial-node--two { bottom: 10px; left: 0; transform: translate(-30%, 0); animation-delay: 2s; }
.radial-node--three { bottom: 10px; right: 0; transform: translate(30%, 0); animation-delay: 4s; }

.radial-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(120, 164, 255, 0.25);
    animation: orbitSpin 28s linear infinite;
}
.radial-ring--outer { inset: 0; }
.radial-ring--middle { inset: 30px; animation-duration: 20s; animation-direction: reverse; }
.radial-ring--inner { inset: 60px; animation-duration: 14s; }

@keyframes nodePulse {
    0%, 100% { transform: scale(1) translateZ(0); }
    50% { transform: scale(1.06) translateZ(0); }
}
/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; }
.pricing-card { position: relative; overflow: hidden; padding: 34px 32px; border-radius: var(--radius-lg); background: rgba(8, 26, 68, 0.85); border: 1px solid rgba(128, 166, 255, 0.32); box-shadow: var(--shadow-soft); }
.pricing-card--featured { background: rgba(10, 38, 84, 0.92); border-color: rgba(0, 255, 202, 0.45); box-shadow: var(--shadow-lg); }
.pricing-kicker { display: inline-block; letter-spacing: 0.14em; font-size: 0.7rem; text-transform: uppercase; color: rgba(173, 198, 255, 0.7); margin-bottom: 14px; }
.pricing-card h3 { margin: 0 0 12px; font-size: 1.6rem; }
.pricing-card p { margin: 0 0 18px; color: rgba(206, 220, 255, 0.78); }
.pricing-card ul { margin: 0 0 22px; padding-left: 18px; display: grid; gap: 6px; color: rgba(194, 213, 255, 0.75); }

/* RESOURCES */
.resources-matrix { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.resource-card { position: relative; overflow: hidden; padding: 30px 26px; border-radius: var(--radius-sm); background: rgba(9, 28, 70, 0.8); border: 1px solid rgba(125, 162, 255, 0.3); box-shadow: var(--shadow-soft); transition: transform 0.25s ease, border-color 0.25s ease; min-height: 170px; }
.resource-card:hover { transform: translateY(-8px); border-color: rgba(0, 255, 203, 0.4); }

.pillar-card,
.product-card,
.how-step,
.solution-card,
.integration-card,
.security-card,
.proof-kpi,
.proof-testimonial,
.pricing-card,
.resource-card {
    --sheen-delay: 0s;
}

.pillar-card::before,
.product-card::before,
.how-step::before,
.solution-card::before,
.integration-card::before,
.security-card::before,
.proof-kpi::before,
.proof-testimonial::before,
.pricing-card::before,
.resource-card::before {
    content: '';
    position: absolute;
    top: -140%;
    left: -80%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.15) 100%);
    opacity: 0;
    transform: rotate(15deg);
    pointer-events: none;
    animation: sheenSweep 18s linear infinite;
    animation-delay: var(--sheen-delay);
}

.pillar-card:nth-child(2) { --sheen-delay: 2s; }
.pillar-card:nth-child(3) { --sheen-delay: 4s; }
.pillar-card:nth-child(4) { --sheen-delay: 6s; }

.how-step:nth-child(2) { --sheen-delay: 3s; }
.how-step:nth-child(3) { --sheen-delay: 6s; }

.product-card:nth-child(2) { --sheen-delay: 3s; }
.product-card:nth-child(3) { --sheen-delay: 5s; }
.product-card:nth-child(4) { --sheen-delay: 7s; }
.product-card:nth-child(5) { --sheen-delay: 9s; }
.product-card:nth-child(6) { --sheen-delay: 11s; }

.solution-card:nth-child(even) { --sheen-delay: 4s; }
.integration-card:nth-child(2) { --sheen-delay: 5s; }
.integration-card:nth-child(3) { --sheen-delay: 8s; }
.proof-kpi:nth-child(2) { --sheen-delay: 4s; }
.proof-kpi:nth-child(3) { --sheen-delay: 7s; }
.pricing-card:nth-child(2) { --sheen-delay: 4s; }
.pricing-card:nth-child(3) { --sheen-delay: 7s; }
.resource-card:nth-child(2n) { --sheen-delay: 5s; }

/* CTA */
.cta-section { position: relative; padding: 140px 0; text-align: center; color: var(--white); overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(0, 255, 191, 0.35), transparent 60%), radial-gradient(circle at 30% 80%, rgba(84, 135, 255, 0.35), transparent 65%); opacity: 0.85; }
.cta-content { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.cta-content h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 4vw, 3.2rem); margin-bottom: 20px; }
.cta-content .subtitle { font-size: 1.1rem; color: rgba(221, 232, 255, 0.82); margin-bottom: 36px; }
.cta-section .cta-buttons { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

.sofia-float { position: fixed; bottom: 2rem; right: 2rem; padding: 0.95rem 2.1rem; border-radius: 999px; border: none; color: var(--white); font-weight: 600; background: linear-gradient(135deg, #6f8dff 0%, #9d7bff 45%, #00d9ff 100%); box-shadow: 0 25px 45px rgba(23, 36, 98, 0.55); cursor: pointer; transition: transform 0.35s ease, box-shadow 0.35s ease; z-index: 999; }
.sofia-float:hover { transform: translateY(-6px); box-shadow: 0 30px 60px rgba(18, 40, 105, 0.6); }

/* MOTION */
[data-animate] { opacity: 0; transform: translateY(32px); transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1); transition-delay: var(--animate-delay, 0ms); }
[data-animate].is-visible { opacity: 1; transform: translateY(0); }

@keyframes pulseGlow { 0%,100%{filter:blur(0px);opacity:0.85;} 50%{filter:blur(6px);opacity:0.72;} }
@keyframes float { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-14px);} }
@keyframes sheenSweep {
    0%   { transform: translateX(-130%) translateY(-20%) rotate(15deg); opacity: 0; }
    45%  { opacity: 0; }
    50%  { opacity: 0.18; }
    60%  { opacity: 0; }
    100% { transform: translateX(130%) translateY(25%) rotate(15deg); opacity: 0; }
}

/* MEDIA */
@media (max-width: 1100px) {
    .main-header { flex-wrap: wrap; justify-content: center; padding: 1rem 1.5rem; }
    .header-ctas { order: 3; }
    .solutions-carousel { padding: 0 40px; }
}

@media (max-width: 768px) {
    section { padding: 90px 0; }
    .hero-section { padding: 130px 0 100px; }
    .hero-promise { flex-direction: column; }
    .hero-cta-group { flex-direction: column; align-items: flex-start; }
    .hero-stats { flex-direction: column; }
    .hero-visual { min-height: 340px; }
    .hero-orb { width: 340px; height: 340px; }
    .hero-mini-stat { top: 4%; right: 20%; transform: translate(20%, 0); }
    .solutions-carousel { padding: 0 0 40px; }
    .solutions-nav { display: none; }
    .solutions-track { grid-auto-flow: row; }
    .integrations-layout { grid-template-columns: 1fr; gap: 32px; }
    .integrations-summary { padding: 32px 28px; }
}

@media (max-width: 600px) {
    .main-nav ul { flex-wrap: wrap; justify-content: center; gap: 1rem; }
    .section-heading { margin-bottom: 48px; }
    .sofia-float { left: 1rem; right: 1rem; width: calc(100% - 2rem); }
}
