:root {
    --brand: #2563eb;
    --brand-dark: #1d4ed8;
    --dark: #0f172a;
    --dark-soft: #1e293b;
    --muted-bg: #f8fafc;
    --soft-blue: #eff6ff;
    --border: #e2e8f0;
    --brand-2: #7c3aed;
    --brand-3: #06b6d4;
    --brand-4: #f97316;
}

html, body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #ffffff;
    color: #111827;
}

body {
    line-height: 1.6;
}

/* ------------------------------------------------ */
/* Layout helpers */
/* ------------------------------------------------ */

.py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

@media (max-width: 991.98px) {
    .py-lg-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

/* ------------------------------------------------ */
/* Header / Navigation */
/* ------------------------------------------------ */

.site-header {
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(226,232,240,.8);
}

.site-footer {
    border-top: 1px solid var(--border);
    background: #fff;
}

.brand {
    color: var(--dark);
    font-weight: 800;
    font-size: 1.15rem;
    display: inline-flex;
    gap: .65rem;
    align-items: center;
}

.brand-dot {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--brand),#60a5fa);
    box-shadow: 0 0 0 6px rgba(37,99,235,.10);
}

.nav-link-lite {
    color: #334155;
    text-decoration: none;
    font-weight: 600;
}

    .nav-link-lite:hover {
        color: var(--brand);
    }

/* ------------------------------------------------ */
/* Hero */
/* ------------------------------------------------ */

.hero-section {
    background: radial-gradient(circle at 85% 20%, rgba(37,99,235,.14), transparent 24%), radial-gradient(circle at 15% 15%, rgba(96,165,250,.14), transparent 18%), linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}

.hero-title {
    max-width: 14ch;
}

.hero-copy,
.section-copy,
.cta-copy {
    max-width: 44rem;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .78rem;
    font-weight: 800;
    color: var(--brand);
}

/* ------------------------------------------------ */
/* Cards */
/* ------------------------------------------------ */

.feature-panel,
.service-card,
.case-card,
.testimonial-card,
.sidebar-card,
.cta-panel,
.form-card,
.stat-card {
    border-radius: 1.35rem;
}

.feature-panel {
    background: linear-gradient(180deg,#0f172a,#172554);
    color: white;
    padding: 2rem;
}

/* ------------------------------------------------ */
/* Stats */
/* ------------------------------------------------ */

.stat-card {
    background: white;
    border: 1px solid var(--border);
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(15,23,42,.04);
}

.stat-number {
    font-size: 1.25rem;
    font-weight: 800;
}

.stat-label {
    color: #64748b;
}

/* ------------------------------------------------ */
/* Hero Visual Stack */
/* ------------------------------------------------ */

.hero-visual-stack {
    display: grid;
    gap: 1.25rem;
}

/* ------------------------------------------------ */
/* PROFILE CARD (FIXED VERSION) */
/* ------------------------------------------------ */

.profile-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 1.35rem;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15,23,42,.05);
}

/* Top visual area */

.profile-image-wrap {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 20% 18%, rgba(6,182,212,.18), transparent 24%), radial-gradient(circle at 80% 20%, rgba(124,58,237,.18), transparent 24%), linear-gradient(180deg,#f8fbff,#eef2ff);
}

/* Avatar */

.profile-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    object-position: center 20%;
    border-radius: 50%;
    border: 5px solid #4f7cff;
    display: block;
    box-shadow: 0 12px 25px rgba(0,0,0,.15);
}

/* Card content */

.profile-card-body {
    padding: 1.6rem;
}

/* Badge */

.panel-kicker-dark {
    background: var(--soft-blue);
    color: var(--brand);
    display: inline-block;
    padding: .35rem .7rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 700;
}

/* ------------------------------------------------ */
/* Service Icons */
/* ------------------------------------------------ */

.service-icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .9rem;
    background: var(--soft-blue);
    color: var(--brand);
    font-weight: 800;
}

/* ------------------------------------------------ */
/* Timeline */
/* ------------------------------------------------ */

.timeline-list {
    display: grid;
    gap: 1rem;
}

.timeline-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 1rem;
}

.timeline-number {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: var(--brand);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------------------------------------------ */
/* Computer Animation Scene */
/* ------------------------------------------------ */

.computer-scene {
    position: relative;
    min-height: 290px;
    border-radius: 1.35rem;
    overflow: hidden;
    background: radial-gradient(circle at 20% 20%, rgba(37,99,235,.18), transparent 22%), radial-gradient(circle at 75% 18%, rgba(124,58,237,.18), transparent 24%), linear-gradient(135deg,#0f172a,#172554,#1d4ed8);
}

.computer {
    position: absolute;
    border-radius: 1rem;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 40px rgba(2,6,23,.24);
}

.computer-main {
    width: 260px;
    height: 160px;
    left: 48px;
    top: 70px;
}

.computer-secondary {
    width: 185px;
    height: 120px;
    right: 42px;
    top: 38px;
}

.computer-mini {
    width: 150px;
    height: 98px;
    right: 92px;
    bottom: 34px;
}

/* Floating animation */

.float-slow {
    animation: floatY 6s ease-in-out infinite;
}

.float-medium {
    animation: floatY 5s ease-in-out infinite;
}

.float-fast {
    animation: floatY 4s ease-in-out infinite;
}

@keyframes floatY {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* ------------------------------------------------ */
/* Connection dots */
/* ------------------------------------------------ */

.connection-dot {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #93c5fd;
    box-shadow: 0 0 0 10px rgba(147,197,253,.12);
    animation: pulseDot 2.6s ease-in-out infinite;
}

.dot-a {
    left: 334px;
    top: 124px;
}

.dot-b {
    right: 262px;
    top: 106px;
    animation-delay: .8s;
}

.dot-c {
    right: 254px;
    bottom: 88px;
    animation-delay: 1.6s;
}

@keyframes pulseDot {
    0%,100% {
        transform: scale(1);
        opacity: .85;
    }

    50% {
        transform: scale(1.18);
        opacity: 1;
    }
}

/* ------------------------------------------------ */
/* Reduced motion support */
/* ------------------------------------------------ */

@media (prefers-reduced-motion: reduce) {
    .float-slow,
    .float-medium,
    .float-fast,
    .connection-dot {
        animation: none !important;
    }
}
/* ------------------------------------------------ */
/* Responsive fixes */
/* ------------------------------------------------ */

img {
    max-width: 100%;
    height: auto;
}

.hero-visual-stack {
    display: grid;
    gap: 1.25rem;
    width: 100%;
}

.profile-card,
.feature-panel,
.computer-scene,
.service-card,
.case-card,
.sidebar-card,
.cta-panel,
.form-card,
.stat-card {
    width: 100%;
    min-width: 0;
}

.profile-image-wrap {
    height: 240px;
    padding: 1rem;
}

.profile-img {
    width: 220px;
    height: 220px;
    max-width: 100%;
}

/* Tablet */
@media (max-width: 991.98px) {
    .hero-section {
        overflow: hidden;
    }

    .hero-title {
        max-width: none;
    }

    .hero-visual-stack {
        margin-top: 2rem;
    }

    .profile-image-wrap {
        height: 220px;
        padding: 1rem;
    }

    .profile-img {
        width: 190px;
        height: 190px;
    }

    .profile-card-body {
        padding: 1.25rem;
    }

    .computer-scene {
        min-height: 240px;
    }

    .computer-main {
        width: 210px;
        height: 130px;
        left: 24px;
        top: 70px;
    }

    .computer-secondary {
        width: 150px;
        height: 100px;
        right: 20px;
        top: 30px;
    }

    .computer-mini {
        width: 120px;
        height: 82px;
        right: 48px;
        bottom: 24px;
    }

    .dot-a {
        left: 240px;
        top: 118px;
    }

    .dot-b {
        right: 175px;
        top: 94px;
    }

    .dot-c {
        right: 165px;
        bottom: 70px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .py-lg-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .site-header .container {
        gap: 1rem;
    }

    .brand {
        font-size: 1rem;
        gap: .55rem;
    }

    .nav-link-lite {
        font-size: .95rem;
    }

    .hero-title {
        font-size: clamp(2rem, 9vw, 3rem);
        line-height: 1.05;
    }

    .hero-copy,
    .section-copy,
    .cta-copy {
        max-width: none;
    }

    .profile-card,
    .feature-panel,
    .computer-scene {
        border-radius: 1.1rem;
    }

    .profile-image-wrap {
        height: 185px;
        padding: .75rem;
    }

    .profile-img {
        width: 150px;
        height: 150px;
        border-width: 4px;
    }

    .profile-card-body {
        padding: 1rem;
    }

    .panel-kicker-dark,
    .panel-kicker,
    .case-label {
        font-size: .72rem;
        padding: .3rem .6rem;
    }

    .computer-scene {
        min-height: 190px;
    }

    .computer-main {
        width: 150px;
        height: 98px;
        left: 16px;
        top: 56px;
    }

    .computer-secondary {
        width: 105px;
        height: 75px;
        right: 14px;
        top: 24px;
    }

    .computer-mini {
        width: 88px;
        height: 62px;
        right: 34px;
        bottom: 18px;
    }

    .computer-topbar {
        height: 12px;
        margin: 8px 8px 6px;
    }

    .screen-chart {
        height: 40px;
        margin: 0 8px;
    }

    .screen-lines,
    .screen-code {
        margin: 8px;
        gap: 6px;
    }

        .screen-lines::before,
        .screen-lines::after,
        .screen-code::before,
        .screen-code::after {
            height: 6px;
        }

    .screen-pill {
        height: 8px;
        margin: 10px 8px 0;
    }

    .connection-dot {
        width: 10px;
        height: 10px;
        box-shadow: 0 0 0 6px rgba(147,197,253,.12);
    }

    .dot-a {
        left: 170px;
        top: 92px;
    }

    .dot-b {
        right: 118px;
        top: 74px;
    }

    .dot-c {
        right: 110px;
        bottom: 54px;
    }

    .service-card,
    .case-card,
    .testimonial-card,
    .sidebar-card,
    .cta-panel,
    .feature-panel {
        padding: 1.15rem;
    }

    .cta-panel {
        padding: 1.5rem;
    }
}

/* Very small phones */
@media (max-width: 479.98px) {
    .profile-image-wrap {
        height: 165px;
    }

    .profile-img {
        width: 132px;
        height: 132px;
    }

    .profile-card-body {
        padding: .9rem;
    }

    .computer-scene {
        min-height: 170px;
    }

    .computer-main {
        width: 130px;
        height: 88px;
        left: 12px;
        top: 52px;
    }

    .computer-secondary {
        width: 92px;
        height: 66px;
        right: 10px;
        top: 20px;
    }

    .computer-mini {
        width: 78px;
        height: 56px;
        right: 28px;
        bottom: 16px;
    }

    .dot-a {
        left: 146px;
        top: 86px;
    }

    .dot-b {
        right: 100px;
        top: 66px;
    }

    .dot-c {
        right: 92px;
        bottom: 48px;
    }
}

.pricing-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 1.4rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-title {
    font-weight: 700;
    margin-bottom: .5rem;
}

.pricing-price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--brand);
    margin-bottom: 1rem;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

    .pricing-list li {
        padding: .35rem 0;
        color: #475569;
    }

.pricing-popular {
    border: 2px solid var(--brand);
    transform: scale(1.03);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--brand);
    color: white;
    font-size: .75rem;
    padding: .35rem .6rem;
    border-radius: 999px;
    font-weight: 600;
}

.pricing-extra {
    font-size: .9rem;
    color: #64748b;
    margin-top: auto;
}

.pricing-card .btn {
    margin-top: 1rem;
}

