:root {
    --ink: #11142a;
    --muted: #667085;
    --primary: #7c3aed;
    --primary-dark: #5b21b6;
    --primary-soft: #f4efff;
    --line: #ece8f4;
    --paper: #ffffff;
    --wash: #faf8ff;
    --lavender: #ede7ff;
    --radius: 24px;
    --shadow: 0 24px 60px rgba(44, 32, 88, .10);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, sans-serif;
    color: var(--ink);
    background: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, .navbar-brand {
    font-family: Manrope, Inter, sans-serif;
}

a {
    text-decoration: none;
}

.section-space {
    padding: 110px 0;
}

.section-space-sm {
    padding: 82px 0;
}

.eyebrow {
    font-size: .74rem;
    letter-spacing: .32em;
    font-weight: 800;
    color: #74718d;
}

.section-title {
    font-weight: 800;
    letter-spacing: -.035em;
    font-size: clamp(2rem, 3.2vw, 3.3rem);
}

.section-copy {
    color: var(--muted);
    line-height: 1.8;
    font-size: 1.02rem;
}

.service-intro {
    max-width: 720px;
}

.btn {
    border-radius: 12px;
    font-weight: 700;
    transition: .25s ease;
}

.btn-lg {
    padding-top: .86rem;
    padding-bottom: .86rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), #6d28d9);
    border-color: var(--primary);
    box-shadow: 0 10px 24px rgba(124, 58, 237, .18);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #6d28d9, var(--primary-dark));
    transform: translateY(-2px);
}

.btn-outline-primary {
    border-color: #aa8ef2;
    color: var(--primary-dark);
}

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

.btn-soft {
    background: #fff;
    color: var(--primary);
    border: 1px solid #ded4fb;
    box-shadow: 0 10px 24px rgba(124, 58, 237, .07);
}

.btn-soft:hover {
    background: var(--primary-soft);
    color: var(--primary-dark);
}

.glass-nav {
    /*background: rgba(255, 255, 255, .86);*/
    /*backdrop-filter: blur(10px);*/
    border-bottom: 1px solid transparent;
    transition: .25s ease;
}

.glass-nav.scrolled {
    background: rgba(255, 255, 255, .86);
    backdrop-filter: blur(10px);
    border-color: rgba(32, 26, 66, .08);
    box-shadow: 0 8px 30px rgba(43, 32, 82, .06);
}

.navbar .nav-link {
    color: #3c3a50;
    font-size: .92rem;
    font-weight: 600;
    position: relative;
    padding-left: .65rem !important;
    padding-right: .65rem !important;
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: .65rem;
    right: .65rem;
    bottom: 0;
    height: 2px;
    transform: scaleX(0);
    background: var(--primary);
    transition: .2s ease;
}

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

.navbar .nav-link:hover::after, .navbar .nav-link.active::after {
    transform: scaleX(1);
}

.hero-section {
    min-height: 100vh;
    position: relative;
    background: radial-gradient(circle at 18% 28%, #f8f4ff 0, rgba(248, 244, 255, .85) 28%, transparent 52%), linear-gradient(110deg, #fff 0%, #fbfaff 48%, #f4f0ff 100%);
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 160px;
    background: linear-gradient(to top, #fff, transparent);
}

.hero-title {
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .98;
    max-width: 660px;
}

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

.hero-copy {
    max-width: 610px;
    color: #5f6375;
    line-height: 1.75;
    font-size: 1.02rem;
}

.hero-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    opacity: .75;
}

.hero-orb-1 {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, #ded2ff, transparent 70%);
    top: 130px;
    left: -120px;
}

.hero-orb-2 {
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, #e7e0ff, transparent 70%);
    right: -180px;
    top: 20px;
}

.hero-visual {
    max-width: 640px;
    margin-left: auto;
}

.hero-image-wrap {
    position: relative;
    min-height: 520px;
    border-radius: 44% 56% 48% 52% / 48% 42% 58% 52%;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(54, 44, 95, .20);
    isolation: isolate;
}

.hero-image {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
    filter: saturate(.88) contrast(.98);
}

.hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(124, 58, 237, .16), transparent 42%, rgba(255, 255, 255, .04));
    mix-blend-mode: screen;
}

.main-image {
    background-image: url("assets/images/wall_paper_3.png");
    width: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .75);
    box-shadow: 0 16px 40px rgba(45, 35, 86, .12);
    border-radius: 18px;
    color: #28263b;
}

.floating-card-one {
    left: 28px;
    bottom: 44px;
    padding: 16px 18px;
    max-width: 220px;
}

.floating-card-one .small-label {
    display: block;
    color: var(--primary);
    font-size: .66rem;
    letter-spacing: .2em;
    font-weight: 800;
    margin-bottom: 4px;
}

.floating-card-two {
    right: 24px;
    top: 42px;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 700;
}

.floating-card-two i {
    color: var(--primary);
}

.principle-item {
    padding: 12px 14px;
}

.icon-bubble {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 1.4rem;
}

.principle-item h3 {
    font-size: 1rem;
    font-weight: 800;
}

.principle-item p {
    max-width: 220px;
    margin: 0 auto;
    color: #77778a;
    font-size: .86rem;
    line-height: 1.55;
}

.about-section {
    background: #fff;
}

.collage {
    position: relative;
    min-height: 540px;
    max-width: 570px;
}

.collage img {
    object-fit: cover;
    box-shadow: var(--shadow);
}

.collage-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 56%;
    height: 76%;
    border-radius: 18px;
}

.collage-top {
    position: absolute;
    right: 2%;
    top: 10%;
    width: 40%;
    height: 32%;
    border-radius: 16px;
}

.collage-quote {
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 49%;
    height: 41%;
    border-radius: 16px;
    background: linear-gradient(145deg, #fbfbff, #efeaff);
    box-shadow: var(--shadow);
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #57516e;
    letter-spacing: .16em;
    font-size: .72rem;
    font-weight: 800;
    line-height: 2;
}

.collage-quote::after {
    content: "";
    width: 34px;
    height: 8px;
    background: var(--primary);
    border-radius: 2px;
    margin-top: 12px;
}

.mini-value i {
    color: var(--primary);
    font-size: 1.45rem;
}

.mini-value h4 {
    font-size: .9rem;
    font-weight: 800;
    margin: .5rem 0 .35rem;
}

.mini-value p {
    color: #77778a;
    font-size: .78rem;
    line-height: 1.55;
    margin: 0;
}

.services-section {
    background: linear-gradient(180deg, #fff 0%, #fcfbff 100%);
}

.service-card {
    background: #fff;
    border: 1px solid #eeeaf7;
    border-radius: 18px;
    padding: 30px 26px;
    box-shadow: 0 10px 28px rgba(30, 24, 60, .04);
    transition: .25s ease;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 60px rgba(54, 42, 93, .12);
    border-color: #dfd3ff;
}

.service-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 1.45rem;
    margin-bottom: 22px;
}

.service-card h3 {
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.15;
    max-width: 180px;
}

.service-card p {
    color: #747487;
    font-size: .88rem;
    line-height: 1.7;
    flex-grow: 1;
}

.service-card a {
    color: var(--primary);
    font-weight: 800;
    font-size: .86rem;
}

.service-card a i {
    transition: .2s ease;
}

.service-card a:hover i {
    margin-left: 4px;
}

.impact-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8f4ff 0%, #fbfaff 100%);
}

.impact-section::before, .impact-section::after {
    content: "";
    position: absolute;
    left: -5%;
    right: -5%;
    height: 110px;
    border-radius: 50%;
    background: rgba(124, 58, 237, .05);
}

.impact-section::before {
    top: -70px;
    transform: rotate(2deg);
}

.impact-section::after {
    bottom: -80px;
    transform: rotate(-2deg);
}

.stats-row .col-6:not(:last-child) .stat {
    border-right: 1px solid #dcd6ec;
}

.stat strong {
    display: block;
    color: var(--primary);
    font-size: 2.2rem;
    font-family: Manrope, sans-serif;
}

.stat span {
    color: #6d6d82;
    font-size: .86rem;
}

.approach-line {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    position: relative;
    gap: 12px;
}

.approach-line::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 26px;
    height: 1px;
    background: #d9d3e7;
}

.approach-step {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 18px;
}

.step-number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    background: #f1eff8;
    color: #2b2940;
    font-weight: 800;
    box-shadow: 0 0 0 8px #fff;
}

.approach-step.active .step-number {
    color: #fff;
    background: linear-gradient(135deg, var(--primary), #8b5cf6);
}

.approach-step h3 {
    font-size: .98rem;
    font-weight: 800;
}

.approach-step p {
    color: #77778a;
    font-size: .82rem;
    line-height: 1.6;
}

.cta-section {
    position: relative;
    overflow: hidden;
    padding: 86px 0;
    color: #fff;
    background: linear-gradient(100deg, rgba(77, 54, 138, .96), rgba(126, 87, 190, .72)), url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=86') center/cover;
}

.cta-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(31, 25, 67, .32), transparent 70%);
}

.cta-section h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
}

.cta-section p {
    max-width: 620px;
    color: rgba(255, 255, 255, .84);
    line-height: 1.7;
}

.script-note {
    display: inline-block;
    font-family: cursive;
    font-style: italic;
    font-size: 2rem;
    line-height: 1.05;
    transform: rotate(-5deg);
    border-bottom: 2px solid rgba(255, 255, 255, .7);
    padding-bottom: 10px;
}

.testimonials-section {
    background: #fff;
}

.testimonial {
    margin: 0;
    padding: 30px;
    border: 1px solid #eeeaf7;
    border-radius: 16px;
    background: linear-gradient(145deg, #fff, #fbf9ff);
    box-shadow: 0 14px 36px rgba(39, 31, 72, .06);
}

.testimonial > i {
    color: var(--primary);
    font-size: 1.4rem;
}

.testimonial p {
    color: #5e5e72;
    line-height: 1.8;
    margin: 12px 0 22px;
    font-size: .93rem;
}

.testimonial footer {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: .82rem;
}

.testimonial footer span {
    color: #8a8796;
}

.careers-strip {
    background: #fbfaff;
    border-top: 1px solid #f0edf6;
}

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

.site-footer h3 {
    font-size: .9rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.site-footer a {
    display: block;
    color: #737184;
    font-size: .84rem;
    margin: .55rem 0;
}

.site-footer a:hover {
    color: var(--primary);
}

.footer-tagline {
    color: #6f6d82;
    line-height: 1.6;
}

.email-link {
    font-weight: 700;
    color: #514d65 !important;
}

.socials {
    display: flex;
    gap: 12px;
}

.socials a {
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f4f2f8;
    color: #27243a;
}

.footer-bottom {
    background: #faf8ff;
    color: #807d8d;
    font-size: .78rem;
}

.footer-bottom a {
    display: inline;
    font-size: .78rem;
    color: #807d8d;
}

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

.reveal.visible {
    opacity: 1;
    transform: none;
}

.reveal-delay-1 {
    transition-delay: .08s;
}

.reveal-delay-2 {
    transition-delay: .16s;
}

.reveal-delay-3 {
    transition-delay: .24s;
}

@media (max-width: 991.98px) {
    .section-space {
        padding: 80px 0;
    }

    .hero-section .min-vh-100 {
        min-height: auto !important;
        padding-top: 120px !important;
        padding-bottom: 80px !important;
    }

    .hero-image-wrap, .hero-image {
        min-height: 430px;
    }

    .glass-nav .navbar-collapse {
        background: rgba(255, 255, 255, .98);
        border: 1px solid #eee8fb;
        border-radius: 18px;
        padding: 18px;
        margin-top: 10px;
        box-shadow: var(--shadow);
    }

    .navbar .btn {
        margin-top: 12px;
    }

    .collage {
        min-height: 480px;
        margin: auto;
    }

    .approach-line {
        grid-template-columns:repeat(2, 1fr);
        row-gap: 40px;
    }

    .approach-line::before {
        display: none;
    }

    .stats-row .col-6:nth-child(2) .stat {
        border-right: none;
    }

    .stats-row .col-6:nth-child(-n+2) {
        margin-bottom: 12px;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-copy {
        font-size: .95rem;
    }

    .hero-image-wrap, .hero-image {
        min-height: 360px;
    }

    .floating-card-one {
        left: 14px;
        bottom: 18px;
    }

    .floating-card-two {
        right: 14px;
        top: 18px;
        font-size: .78rem;
    }

    .collage {
        min-height: 410px;
    }

    .collage-main {
        width: 64%;
        height: 73%;
    }

    .collage-top {
        width: 44%;
        height: 30%;
    }

    .collage-quote {
        width: 48%;
        height: 37%;
        padding: 22px;
        font-size: .58rem;
    }

    .approach-line {
        grid-template-columns:1fr;
    }

    .stats-row .stat {
        border-right: none !important;
    }

    .cta-section {
        text-align: center;
    }

    .script-note {
        margin-top: 15px;
    }
}