*,*::before,*::after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: "Poppins",system-ui,-apple-system,sans-serif;
    color: #111;
    background: #fff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

input#phone::-webkit-outer-spin-button,input#phone-inner::-webkit-outer-spin-button,input#phone-contact::-webkit-outer-spin-button,input#phone::-webkit-inner-spin-button,input#phone-contact::-webkit-inner-spin-button,input#phone-inner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

img {
    max-width: 100%;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font-family: inherit;
    cursor: pointer;
    border: 0;
    background: none
}

:root {
    --purple: #3b2db0;
    --purple-dark: #2a1f8a;
    --purple-hover: #4b3bd4;
    --orange: #ffa31a;
    --orange-hover: #ff8c00;
    --blue-bg: #d5ecfb;
    --ink: #111;
    --muted: #4a4a4a;
    --radius: 65px;
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08)
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 24px
}

main.app-container {
    overflow: hidden!important;
    padding: 90px 0 0 0
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: var(--radius);
    font-weight: 600;
    overflow: hidden;
    font-size: 14px;
    transition: transform 0.25s ease,background 0.25s ease,box-shadow 0.25s ease,color 0.25s ease;
    white-space: nowrap
}

a.btn::after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 0%;
    left: auto;
    right: 0;
    height: 100%;
    background: linear-gradient(90deg,#6b5bff 0%,#e040fb 50%,#ffa31a 100%);
    transition: all 0.3s ease-in-out
}

a.btn:hover:after {
    left: 0;
    right: auto;
    width: 100%
}

.btn-primary {
    background: var(--purple);
    color: #fff;
    box-shadow: 0 4px 14px rgb(59 45 176 / .35)
}

.btn-primary:hover {
    background: var(--purple-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(59 45 176 / .45)
}

ul.dropdown {
    position: absolute;
    width: 300px;
    top: 60px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    padding-right: 21px
}

ul.nav-links li {
    position: relative
}

ul.dropdown li {
    margin: 0 0 15px 0
}

ul.nav-links li:hover ul.dropdown {
    top: 40px;
    opacity: 1;
    visibility: visible
}

.nav-links li:hover:after {
    width: 100%
}

.nav-links li:hover a span {
    transform: rotate(180deg)
}

.nav-links li a span {
    display: inline-block;
    transition: all 0.6s ease
}

.btn-outline {
    border: 2px solid var(--purple);
    color: var(--purple);
    background: #fff
}

.btn-outline:hover {
    background: var(--purple);
    color: #fff;
    transform: translateY(-2px)
}

.btn-lg {
    padding: 12px 28px;
    font-size: 15px
}

.navbar {
    width: 100%;
    position: fixed;
    box-shadow: 0 0 5px #00000073;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #eee;
    backdrop-filter: blur(6px)
}

.nav-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0
}

.logo {
    display: flex;
    align-items: center;
    gap: 6px
}

.logo-mark {
    width: 38px;
    height: 38px
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .5px
}

.logo-top {
    font-size: 14px;
    color: #222
}

.logo-bot {
    font-size: 14px;
    background: linear-gradient(90deg,#6b5bff,#e040fb);
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff0;
    margin-top: 2px
}

.nav-links {
    display: flex;
    gap: 17px;
    font-size: 14px;
    font-weight: 500;
    list-style: none
}

.nav-links a {
    position: relative;
    font-size: 15px;
    transition: color 0.2s;
    font-weight: 600
}

.nav-links li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--purple);
    transition: width 0.3s
}

.nav-links li:hover a {
    color: var(--purple)
}

.nav-links a:hover::after {
    width: 100%
}

.nav-cta {
    display: flex;
    gap: 12px;
    align-items: center
}

.hero {
    background: #d5ecfb;
    padding: 80px 0 100px;
    position: relative
}

.nav-cta a {
    padding: 11px 45px
}

.hero-inner {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px
}

.hero-copy {
    max-width: 560px
}

.hero-title {
    font-size: 54px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 20px;
    color: #111
}

.hero-title .line {
    display: block
}

.hero-sub {
    font-size: 14px;
    color: #2a2a2a;
    margin: 0 0 25px;
    line-height: 17.65px
}

.hero-art {
    display: flex;
    justify-content: center;
    align-items: center
}

.hero-svg {
    width: 100%;
    max-width: 600px;
    overflow: unset;
    height: auto
}

.art-stripes rect,.art-tri,.art-circle-big,.art-dots circle,.float-dot {
    transform-origin: center;
    transform-box: fill-box
}

.services,.discovery {
    padding: 90px 0
}

.service-text a.btn.btn-primary {
    padding: 10px 44px;
    font-size: 16px
}

.section-title {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 16px;
    letter-spacing: -.5px
}

.section-sub {
    text-align: center;
    margin: 0 auto 36px;
    color: #333;
    font-size: 17px;
    line-height: 1.65
}

.pill-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
    margin: 0 auto 44px
}

.pill {
    background: var(--orange);
    color: #000;
    padding: 11px 37px;
    overflow: hidden;
    font-size: 16px;
    transition: transform 0.2s,background 0.2s,box-shadow 0.2s;
    border-radius: 50px
}

button.pill:after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 0%;
    left: auto;
    top: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(90deg,#6b5bff 0%,#e040fb 50%,#ffa31a 100%);
    transition: all 0.3s ease-in-out
}

button.pill:hover:after {
    left: 0;
    right: auto;
    width: 100%;
    top: 0
}

.pill:hover {
    transform: translateY(-2px);
    background: var(--orange-hover);
    box-shadow: 0 6px 14px rgb(255 163 26 / .35)
}

.pill.active {
    background: var(--purple);
    box-shadow: 0 6px 16px rgb(59 45 176 / .35);
    color: #fff
}

.pill.active:hover {
    background: var(--purple-hover)
}

.service-card {
    background: #d5ecfb;
    border-radius: 12px;
    padding: 36px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    min-height: 300px
}

.service-title {
    color: var(--purple);
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 10px
}

.service-subtitle {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 14px;
    color: #111
}

.service-desc {
    color: #333;
    font-size: 15px;
    margin: 0 0 24px;
    line-height: 1.7
}

.service-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: var(--shadow-soft);
    object-fit: cover;
    aspect-ratio: 4/3
}

.image-main-cta {
    height: 350px
}

.cta-img {
    position: absolute;
    height: 490px;
    top: -90px;
    overflow: hidden
}

.cta-img img {
    filter: drop-shadow(1px 7px 4px white)
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto
}

.tile {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/10;
    background: #111;
    box-shadow: var(--shadow-soft);
    transform: translateY(0);
    transition: transform 0.35s ease,box-shadow 0.35s ease;
    display: block
}

.tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease,filter 0.4s ease;
    filter: brightness(.85)
}

.tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgb(0 0 0 / .2)
}

.tile:hover img {
    transform: scale(1.06);
    filter: brightness(1)
}

.tile-btn {
    position: absolute;
    left: 50%;
    overflow: hidden;
    bottom: 16px;
    transform: translateX(-50%);
    background: var(--purple);
    color: #fff;
    padding: 10px 65px;
    border-radius: 65px;
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgb(0 0 0 / .25);
    transition: background 0.25s
}

span.tile-btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 0%;
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
    background: linear-gradient(90deg,#6b5bff 0%,#e040fb 50%,#ffa31a 100%);
    transition: all 0.3s ease-in-out
}

span.tile-btn:hover:before {
    width: 100%;
    left: 0;
    right: auto
}

.tile:hover .tile-btn {
    background: var(--purple-hover)
}

.tile-goals {
    background: #f5efe3;
    aspect-ratio: 16/10
}

.goals-board {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%,rgb(255 255 255 / .4),transparent 40%),linear-gradient(135deg,#f4ead4,#e9dcc0);
    padding: 28px 28px 70px;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.goals-title {
    font-family: "Poppins",serif;
    font-style: italic;
    font-weight: 700;
    color: #2a2a6b;
    font-size: 22px;
    text-align: center
}

.goals-notes {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    flex: 1;
    align-items: center
}

.note {
    position: relative;
    border-radius: 4px;
    padding: 14px 6px 8px;
    text-align: center;
    box-shadow: 0 6px 10px rgb(0 0 0 / .12);
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #222;
    transform: rotate(-3deg);
    transition: transform 0.3s
}

.note:nth-child(2) {
    transform: rotate(2deg)
}

.note:nth-child(3) {
    transform: rotate(-2deg)
}

.note:nth-child(4) {
    transform: rotate(3deg)
}

.note:hover {
    transform: rotate(0) scale(1.06)
}

.note-pin {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: radial-gradient(circle at 30% 30%,#ffd54f,#b8860b);
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / .3)
}

.note-blue {
    background: #b8d8f0
}

.note-orange {
    background: #f0a04a;
    color: #fff
}

.note-green {
    background: #a8d27a
}

.note-purple {
    background: #c3a6d4
}

.note-ico {
    font-size: 22px;
    font-weight: 900
}

.note-label {
    line-height: 1.2
}

.footer {
    background: #000;
    color: #fff;
    padding: 60px 0 20px
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.4fr;
    gap: 40px;
    padding-bottom: 40px
}

.footer-col h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 18px
}

.footer-col a,.footer-col span {
    display: block;
    color: #cfcfcf;
    font-size: 13px;
    margin-bottom: 10px;
    transition: color 0.2s
}

.footer-col a:hover {
    color: #fff
}

.footer-brand .logo {
    align-items: center
}

.logo-dark .logo-top {
    color: #fff
}

.footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #bbb;
    padding-top: 24px;
    border-top: 1px solid #222
}

.reveal {
    opacity: 0;
    transform: translateY(40px)
}

.pill-init {
    opacity: 0;
    transform: translateY(14px) scale(.95)
}

@media (max-width: 980px) {
    button.openbtn {
        display:block!important
    }

    .tile-btn {
        padding: 7px 45px;
        font-size: 13px
    }

    .nav-cta {
        display: none
    }

    .nav-links {
        display: none
    }

    .hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 80px;
        max-width: 100%;
        padding: 0
    }

    .hero-copy {
        margin: 0 auto;
        width: 100%;
        max-width: 100%
    }

    .hero-title {
        font-size: 30px
    }

    .service-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 10px 11px
    }

    .grid {
        grid-template-columns: 1fr
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr
    }

    .section-title {
        font-size: 28px
    }
}

@media (max-width: 600px) {
    .home-visual__overlay {
        opacity:0;
        visibility: hidden
    }

    .nav-cta .btn-outline {
        display: none
    }

    .hero {
        padding: 60px 0 80px
    }

    .services,.discovery {
        padding: 60px 0
    }

    .footer-inner {
        grid-template-columns: 1fr
    }

    .pill {
        font-size: 12px;
        padding: 8px 14px
    }
}

.grad-text {
    background: linear-gradient(90deg,#6b5bff,#e040fb 50%,#ff5ec4);
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff0
}

.eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--purple);
    margin-bottom: 14px
}

.about-hero {
    background: linear-gradient(180deg,#eef1ff 0%,#f9f1ff 100%);
    padding: 90px 0 100px;
    position: relative;
    overflow: hidden
}

.about-hero-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: 40px;
    align-items: center
}

.about-hero-title {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 20px;
    letter-spacing: -.5px
}

.about-hero-sub {
    color: #333;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 28px;
    max-width: 560px
}

.about-hero-art {
    display: flex;
    justify-content: center
}

.about-hero-svg {
    max-width: 420px;
    width: 100%;
    height: auto
}

.callout {
    background: var(--blue-bg);
    padding: 40px 0
}

.callout p {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #2a2a2a;
    line-height: 1.8
}

.split-section {
    padding: 90px 0
}

.split-section.alt {
    background: #fafaff
}

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

.split.reverse .split-img {
    order: 2
}

.split-img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-soft)
}

.split-img img {
    width: 100%;
    aspect-ratio: 5/4;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease
}

.split-img:hover img {
    transform: scale(1.05)
}

.split-img-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgb(59 45 176 / .92);
    color: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.split-text h2 {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 18px;
    letter-spacing: -.5px
}

.split-text p {
    color: #333;
    font-size: 14.5px;
    line-height: 1.75;
    margin: 0 0 16px
}

.tagline {
    font-size: 15px;
    font-weight: 700;
    color: var(--purple);
    margin-top: 12px!important
}

.tagline span {
    display: inline-block;
    margin-right: 12px
}

.value-list {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px
}

.value-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #222;
    font-weight: 500
}

.value-list .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--purple),var(--orange));
    flex: none
}

.mvs {
    background: linear-gradient(180deg,#ffffff 0%,#f4efff 100%);
    padding: 90px 0 120px
}

.mvs-kicker {
    text-align: center;
    letter-spacing: 3px;
    color: var(--purple);
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 8px
}

.mvs-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2,1fr) 1.2fr;
    gap: 20px;
    align-items: stretch;
    justify-content: center
}

.mvs-card {
    border-radius: 16px;
    padding: 28px 24px;
    color: #fff;
    box-shadow: 0 12px 30px rgb(59 45 176 / .18);
    transform: translateY(0);
    transition: transform 0.4s ease,box-shadow 0.4s ease
}

.mvs-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgb(59 45 176 / .3)
}

.mvs-card h4 {
    font-size: 20px;
    margin: 12px 0 10px;
    font-weight: 800
}

.mvs-card p {
    font-size: 13.5px;
    line-height: 1.65;
    opacity: .95;
    margin: 0
}

.mvs-ico {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgb(255 255 255 / .18);
    display: grid;
    place-items: center;
    font-size: 26px
}

.mvs-purple {
    background: linear-gradient(135deg,#6b5bff,#3b2db0)
}

.mvs-orange {
    background: linear-gradient(135deg,#ffa31a,#ff7a00)
}

.mvs-pink {
    background: linear-gradient(135deg,#ff5ec4,#b026ff)
}

.mvs-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-soft)
}

.mvs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cta-strip {
    padding: 60px 0;
    background: linear-gradient(135deg,var(--purple),#6b5bff 60%,#e040fb);
    color: #fff
}

.cta-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.cta-strip h2 {
    font-size: 28px;
    margin: 0 0 4px;
    font-weight: 800
}

.cta-strip p {
    margin: 0;
    opacity: .92;
    font-size: 14px
}

.cta-strip .btn-primary {
    background: #fff;
    color: var(--purple);
    overflow: hidden
}

.cta-strip .btn-primary:hover {
    background: #111;
    color: #fff
}

.contact-hero {
    position: relative;
    color: #fff;
    padding: 120px 0 100px;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: center
}

.contact-hero-bg {
    position: absolute;
    inset: 0;
    background: url(../assets/contact-bg.png) center/cover;
    filter: grayscale(.2) contrast(1.05)
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg,rgb(18 15 60 / .85) 0%,rgb(59 45 176 / .55) 60%,rgb(255 94 196 / .35) 100%)
}

.contact-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 780px
}

.contact-hero-title {
    font-size: 56px;
    font-weight: 800;
    margin: 0 0 18px;
    letter-spacing: -1px
}

.contact-hero-sub {
    font-size: 15px;
    line-height: 1.7;
    max-width: 620px;
    opacity: .95;
    margin: 0 0 26px
}

.contact-chips {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgb(255 255 255 / .15);
    border: 1px solid rgb(255 255 255 / .3);
    backdrop-filter: blur(6px);
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 13.5px;
    font-weight: 500;
    color: #fff;
    transition: background 0.25s,transform 0.25s
}

.chip:hover {
    background: rgb(255 255 255 / .25);
    transform: translateY(-2px)
}

.chip-ico {
    font-size: 14px
}

.contact-form-section {
    padding: 80px 0
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 56px;
    align-items: flex-start
}

.contact-form-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px 30px 30px;
    box-shadow: 0 20px 50px rgb(34 22 120 / .12);
    position: relative;
    margin-top: -100px;
    border: 1px solid #eee
}

.contact-avatars {
    display: flex;
    justify-content: center;
    margin-bottom: 8px
}

.avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -10px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1)
}

.avatar.av1 {
    background-image: url(../assets/av1.png);
    margin-left: 0
}

.avatar.av2 {
    background-image: url(../assets/av2.png)
}

.avatar.av3 {
    background-image: url(../assets/av3.png)
}

.contact-form-title {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    margin: 10px 0 22px;
    color: #111
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.contact-form input,.contact-form textarea {
    width: 100%;
    padding: 13px 16px;
    background: #f5f5fa;
    border: 1px solid #8d8d8d;
    border-radius: 8px;
    font-family: inherit;
    resize: none;
    font-size: 14px;
    color: #111;
    transition: border-color 0.25s,background 0.25s,box-shadow 0.25s
}

.contact-form input:focus,.contact-form textarea:focus {
    outline: none;
    background: #fff;
    border-color: var(--purple);
    box-shadow: 0 0 0 4px rgb(59 45 176 / .12)
}

.btn-gradient {
    width: 100%;
    padding: 13px 20px;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background: linear-gradient(90deg,#6b5bff 0%,#e040fb 50%,#ffa31a 100%);
    background-size: 200% auto;
    transition: background-position 0.6s ease,transform 0.25s;
    box-shadow: 0 10px 24px rgb(108 91 255 / .35)
}

.btn-gradient:hover {
    background-position: right center;
    transform: translateY(-2px)
}

.form-thanks {
    margin-top: 8px;
    background: #e8f5e9;
    color: #155724;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    text-align: center
}

.contact-copy h2 {
    font-size: 34px;
    font-weight: 800;
    margin: 0 0 10px;
    line-height: 1.15
}

.contact-copy .lead {
    color: #444;
    font-size: 17.5px;
    margin: 0 0 22px
}

.contact-copy h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 18px;
    color: #111
}

.steps {
    list-style: none;
    padding: 0;
    margin: 0 0 24px
}

.steps li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px dashed #ececec
}

.steps li:last-child {
    border-bottom: 0
}

.step-ico {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--purple),#6b5bff);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 15px;
    box-shadow: 0 6px 14px rgb(59 45 176 / .35);
    flex: none
}

.steps h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 2px 0 6px;
    color: #111
}

.steps p {
    font-size: 17.5px;
    color: #4a4a4a;
    line-height: 1.65;
    margin: 0
}

.foot-note {
    font-size: 17.5px;
    color: #444;
    line-height: 1.7;
    margin: 0
}

.benefits-section {
    padding: 80px 0;
    background: #faf9ff
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    max-width: 1100px;
    margin: 40px auto 0
}

.benefit-card {
    position: relative;
    border-radius: 16px;
    padding: 26px 26px 24px;
    color: #fff;
    background: linear-gradient(135deg,#6b5bff 0%,#a24dff 55%,#ffa31a 120%);
    box-shadow: 0 14px 30px rgb(100 60 200 / .22);
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.4s ease,box-shadow 0.4s ease
}

.benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right,rgb(255 255 255 / .2),transparent 60%);
    pointer-events: none
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgb(100 60 200 / .35)
}

.benefit-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgb(255 255 255 / .25)
}

.benefit-card h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 800
}

.b-ico {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgb(255 255 255 / .2);
    font-size: 20px;
    flex: none
}

.benefit-card ul {
    margin: 0;
    padding: 0 0 0 18px
}

.benefit-card li {
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 6px;
    opacity: .95
}

.location-section {
    padding: 30px 0 90px
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 22px;
    max-width: 1100px;
    margin: 0 auto
}

.location-card {
    background: linear-gradient(135deg,#ffe5b4 0%,#ffd8a8 60%,#ffc187 100%);
    border-radius: 16px;
    padding: 28px 28px 22px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-soft)
}

.location-pin {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    font-size: 22px;
    box-shadow: 0 6px 14px rgb(0 0 0 / .1);
    margin-bottom: 14px
}

.location-label {
    display: inline-block;
    background: rgb(0 0 0 / .08);
    color: #2a2a2a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 10px
}

.location-card h3 {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 6px;
    color: #1a1a1a
}

.location-card p {
    font-size: 29.5px;
    color: #333;
    margin: 0 0 16px;
    line-height: 1.6
}

.location-phone {
    display: inline-block;
    font-weight: 700;
    color: var(--purple);
    font-size: 30px;
    margin-bottom: 18px
}

.location-socials {
    display: flex;
    gap: 10px
}

.soc {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #fff;
    display: grid;
    place-items: center;
    color: var(--purple);
    font-weight: 700;
    font-size: 14px;
    transition: background 0.25s,color 0.25s,transform 0.25s
}

.soc:hover {
    background: var(--purple);
    color: #fff;
    transform: translateY(-3px)
}

.location-map {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    min-height: 280px;
    background: #eee
}

.location-map iframe {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border: 0;
    display: block
}

.nav-links a.active {
    color: var(--purple)
}

.nav-links a.active::after {
    width: 100%
}

.reveal-l,.reveal-r {
    opacity: 0
}

@media (max-width: 980px) {
    .about-hero-inner {
        grid-template-columns:1fr;
        text-align: center
    }

    .about-hero-sub {
        margin-left: auto;
        margin-right: auto
    }

    .about-hero-title {
        font-size: 36px
    }

    .split {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .split.reverse .split-img {
        order: 0
    }

    .mvs-grid {
        grid-template-columns: 1fr 1fr
    }

    .mvs-img {
        grid-column: 1 / -1;
        aspect-ratio: 16/9;
        max-height: 300px
    }

    .contact-hero-title {
        font-size: 40px
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .contact-form-card {
        margin-top: -60px
    }

    .benefits-grid {
        grid-template-columns: 1fr
    }

    .location-grid {
        grid-template-columns: 1fr
    }

    .cta-strip-inner {
        flex-direction: column;
        text-align: center
    }

    .value-list {
        grid-template-columns: 1fr
    }
}

@media (max-width: 600px) {
    .mvs-grid {
        grid-template-columns:1fr
    }

    .contact-hero {
        padding: 100px 0 70px;
        min-height: 340px
    }

    .contact-hero-title {
        font-size: 32px
    }

    .location-card h3 {
        font-size: 24px
    }
}

.pill-tag {
    display: inline-block;
    background: #fff;
    color: var(--purple);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #e3dcfb;
    box-shadow: 0 4px 10px rgb(59 45 176 / .08);
    margin-bottom: 18px
}

.service-hero {
    background: linear-gradient(180deg,#f8f5ff 0%,#ffffff 100%);
    padding: 70px 0 80px;
    overflow: hidden;
    position: relative
}

.service-hero-inner {
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(0,0.9fr);
    gap: 50px;
    align-items: center
}

.service-hero-copy {
    min-width: 0
}

.service-hero h1 {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 22px;
    letter-spacing: -.5px
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

.feature-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    line-height: 1.6
}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--orange),#ff7a00);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: grid;
    place-items: center;
    box-shadow: 0 3px 6px rgb(255 122 0 / .3)
}

.service-hero-copy .lead {
    font-size: 17px;
    font-weight: 600;
    color: #111;
    margin: 18px 0 16px
}

.inline-form {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) auto;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #dedee9;
    box-shadow: 0 10px 24px rgb(59 45 176 / .07)
}

.inline-form input {
    min-width: 0
}

.inline-form input {
    padding: 11px 14px;
    background: #f5f5fa;
    border: 1px solid #0000001c;
    border-radius: 8px;
    font-family: inherit;
    font-size: 13.5px;
    color: #111;
    transition: border-color 0.25s,background 0.25s
}

.inline-form input:focus {
    outline: none;
    background: #fff;
    border-color: var(--purple)
}

.inline-form .btn-gradient {
    width: auto;
    padding: 11px 22px;
    font-size: 13px;
    box-shadow: 0 8px 16px rgb(108 91 255 / .3)
}

.inline-form .form-thanks {
    grid-column: 1 / -1;
    margin: 0
}

.service-hero-art {
    display: flex;
    justify-content: center;
    align-items: center
}

.svc-book-svg {
    width: 100%;
    max-width: 480px;
    height: auto
}

.sb-note,.sb-pencil,.sb-coffee,.sb-hl,.sb-sparkles circle {
    transform-box: fill-box;
    transform-origin: center
}

.strategy-section {
    padding: 80px 0 40px;
    text-align: center
}

.strategy-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 40px
}

.spill {
    background: var(--orange);
    color: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 6px 14px rgb(255 163 26 / .25);
    transition: transform 0.25s,box-shadow 0.25s,background 0.25s;
    border: 0;
    cursor: pointer;
    font-family: inherit
}

.spill:hover {
    transform: translateY(-3px);
    background: var(--orange-hover);
    box-shadow: 0 10px 20px rgb(255 163 26 / .35)
}

.spill.active {
    background: var(--purple);
    box-shadow: 0 10px 22px rgb(59 45 176 / .35);
    transform: translateY(-2px)
}

.spill-purple {
    background: var(--purple);
    box-shadow: 0 6px 14px rgb(59 45 176 / .28)
}

.spill-purple:hover {
    background: var(--purple-hover);
    box-shadow: 0 10px 20px rgb(59 45 176 / .4)
}

.spill-purple.active {
    background: var(--orange);
    box-shadow: 0 10px 22px rgb(255 163 26 / .4)
}

.perf-stage {
    position: relative
}

.perf-panel:not(.active) {
    display: none!important
}

.perf-section {
    padding: 0 0 0
}

.perf-card {
    background: linear-gradient(135deg,#dfeeff 0%,#e0ecff 100%);
    border-radius: 22px;
    padding: 42px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
    box-shadow: 0 20px 40px rgb(59 45 176 / .08)
}

.perf-text h3 {
    font-size: 33px;
    font-weight: 800;
    margin: 0 0 8px
}

.perf-text h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #333
}

.perf-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px
}

.perf-list li {
    position: relative;
    padding-left: 13px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    line-height: 1.65
}

.perf-list li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: linear-gradient(90deg,#6b5bff,#e040fb 50%,#ff5ec4);
    border-radius: 100%;
    left: -3px;
    top: 6px
}

.perf-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 26px rgb(0 0 0 / .15)
}

.perf-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 5/4
}

.process-section {
    padding: 80px 0
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
    margin-top: 40px
}

.proc-card {
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 10px 24px rgb(0 0 0 / .06);
    position: relative;
    transform: translateY(0);
    transition: transform 0.35s ease,box-shadow 0.35s ease
}

.proc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgb(0 0 0 / .12)
}

.proc-teal {
    background: #b7eee6
}

.proc-pink {
    background: #ffb1c8
}

.proc-yellow {
    background: #ffe69c
}

.proc-ico {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #fff;
    display: grid;
    place-items: center;
    font-size: 22px;
    margin-bottom: 14px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1)
}

.proc-step {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    background: rgb(0 0 0 / .12);
    color: #222;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 10px
}

.proc-card h4 {
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 10px;
    color: #1a1a1a
}

.proc-card p {
    font-size: 13.5px;
    color: #333;
    line-height: 1.6;
    margin: 0
}

.why-section {
    padding: 70px 0;
    background: #fafaff
}

.inclusions-section {
    padding: 80px 0
}

.incl-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px 40px;
    margin-top: 40px;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto
}

.incl-items {
    text-align: center;
    border: 1px solid #3333;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 238px;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.incl-items h5 {
    font-size: 22px;
    margin: 0
}

.incl-items p {
    padding: 0;
    margin: 10px 0 0 0
}

.incl-items:hover {
    transform: translate(0,-10px) scale(1.1);
    background: #000;
    color: #fff
}

.incl-ico {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 22px;
    margin: 0 auto 16px;
    box-shadow: 0 6px 14px rgb(0 0 0 / .08);
    transition: transform 0.35s,box-shadow 0.35s
}

.incl-item:hover .incl-ico {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 10px 20px rgb(0 0 0 / .15)
}

.incl-item h5 {
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 10px;
    color: #111
}

.incl-item p {
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    margin: 0
}

.ba-section {
    padding: 40px 0 80px;
    background: #fff0
}

.ba-card {
    background: linear-gradient(135deg,#6b5bff 0%,#8a6cff 100%);
    border-radius: 22px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch
}

.ba-col {
    background: #fff;
    border-radius: 14px;
    padding: 30px 26px;
    box-shadow: 0 10px 24px rgb(0 0 0 / .12)
}

.ba-col h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 18px;
    color: #111
}

.ba-col ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.ba-col li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #222;
    line-height: 1.55
}

.ba-before li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffd5de;
    color: #d3283b;
    font-weight: 800;
    font-size: 11px;
    display: grid;
    place-items: center
}

.ba-after li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d6f5d6;
    color: #2a8a3d;
    font-weight: 800;
    font-size: 12px;
    display: grid;
    place-items: center
}

.faq-section {
    padding: 80px 0
}

.faq-grid {
    padding: 0 80px
}

.faq-svg {
    width: 100%;
    max-width: 360px;
    height: auto
}

.faq-bub {
    transform-box: fill-box;
    transform-origin: center
}

.faq-list .section-title {
    margin-bottom: 24px;
    text-align: center!important
}

.faq-item {
    background: #fff;
    border: 1px solid #c8c8db;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color 0.25s,box-shadow 0.25s
}

.faq-item.open,.faq-item:hover {
    border-color: var(--purple);
    box-shadow: 0 6px 14px rgb(59 45 176 / .08)
}

.faq-q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    color: #111;
    background: #fff0
}

.faq-ico {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f2efff;
    color: var(--purple);
    font-size: 16px;
    transition: transform 0.3s,background 0.3s;
    flex: none
}

.faq-item.open .faq-ico {
    transform: rotate(45deg);
    background: var(--purple);
    color: #fff
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease
}

.faq-item.open .faq-a {
    max-height: 300px
}

.faq-a p {
    padding: 0 18px 16px;
    font-size: 15.5px;
    color: #444;
    line-height: 1.65;
    margin: 0
}

.drive-section {
    padding: 40px 0 90px
}

.drive-card {
    background: linear-gradient(135deg,#6b5bff 0%,#7a4bff 55%,#b026ff 100%);
    border-radius: 22px;
    padding: 25px;
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 30px;
    align-items: center;
    color: #fff;
    position: relative;
    max-width: 1320px
}

.drive-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle,rgb(255 255 255 / .15),transparent 70%);
    pointer-events: none
}

.drive-copy h2 {
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 16px;
    line-height: 1.15
}

.drive-highlight {
    background: #3b2db0;
    color: gold;
    padding: 2px 10px;
    border-radius: 4px;
    display: inline-block
}

.drive-copy p {
    font-size: 16px;
    line-height: 1.65;
    opacity: .95;
    margin: 0 0 22px
}

.drive-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: start
}

.drive-form input {
    padding: 12px 14px;
    border-radius: 8px;
    border: 0;
    background: #fff;
    font-family: inherit;
    font-size: 13.5px;
    color: #111
}

.drive-form input:focus {
    outline: 2px solid gold
}

.drive-form .btn-gradient {
    grid-column: 1 / -1;
    width: 100%;
    background: linear-gradient(90deg,#6b5bff 0%,#b026ff 50%,#ffa31a 100%)
}

.drive-form .form-thanks {
    grid-column: 1 / -1
}

.drive-art {
    display: flex;
    justify-content: center
}

.drive-svg {
    max-width: 400px;
    width: 100%;
    height: auto
}

.dr-chair,.dr-person,.dr-robot,.dr-float {
    transform-box: fill-box;
    transform-origin: center
}

@media (max-width: 980px) {
    .service-hero-inner {
        grid-template-columns:1fr
    }

    .service-hero h1 {
        font-size: 30px
    }

    .inline-form {
        grid-template-columns: 1fr 1fr
    }

    .perf-card {
        grid-template-columns: 1fr;
        padding: 28px
    }

    .process-grid {
        grid-template-columns: 1fr
    }

    .incl-grid {
        grid-template-columns: 1fr 1fr
    }

    .ba-card {
        grid-template-columns: 1fr
    }

    .faq-grid {
        grid-template-columns: 1fr
    }

    .faq-art {
        display: flex;
        justify-content: center
    }

    .drive-card {
        grid-template-columns: 1fr;
        padding: 30px;
        text-align: center;
        max-width: 350px
    }

    .drive-form {
        grid-template-columns: 1fr
    }
}

@media (max-width: 600px) {
    .inline-form {
        grid-template-columns:1fr
    }

    .incl-grid {
        grid-template-columns: 1fr
    }

    .drive-copy h2 {
        font-size: 26px
    }
}

.logo img {
    width: 120px
}

footer#contact a.logo.logo-dark img {
    filter: invert(1);
    width: 230px
}

.modal-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999;
    opacity: 0;
    backdrop-filter: blur(2px);
    visibility: hidden;
    transition: all 0.6s cubic-bezier(.16,1,.3,1)
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible
}

.modal-card {
    display: flex;
    width: 100%;
    max-width: 1000px;
    max-height: 90vh;
    background: rgb(251 253 255 / 95%);
    backdrop-filter: blur(40px);
    border: 1px solid #e454da;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgb(0 245 212 / .05),0 50px 100px -20px rgb(0 0 0 / .8),0 0 100px rgb(0 245 212 / .03);
    transform: perspective(1000px) rotateX(8deg) scale(.9) translateY(60px);
    opacity: 0;
    transition: all 0.7s cubic-bezier(.16,1,.3,1)
}

.modal-overlay.active .modal-card {
    transform: perspective(1000px) rotateX(0deg) scale(1) translateY(0);
    opacity: 1
}

.left-panel {
    flex: 0 0 42%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg,#625fe2b3 0%,#ae3acc 50%,#0f3460 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px
}

.left-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 40%,rgb(0 245 212 / .15) 0%,#00000054 50% 50%),radial-gradient(circle at 70% 60%,rgb(131 56 236 / .12) 0%,transparent 50%)
}

.grid-lines {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#9f9f9f21 1px,transparent 1px),linear-gradient(90deg,#9f9f9f21 1px,transparent 1px);
    background-size: 40px 40px
}

@keyframes gridMove {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(40px,40px)
    }
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px)
}

.shape-1 {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg,#ffffff,transparent);
    top: 15%;
    right: 10%;
    opacity: .3;
    animation: shapeFloat 6s ease-in-out infinite
}

.shape-2 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg,#ffffff,transparent);
    top: 45%;
    left: 15%;
    opacity: .25;
    animation: shapeFloat 8s ease-in-out infinite reverse
}

.shape-3 {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    bottom: 30%;
    right: 20%;
    opacity: .2;
    animation: shapeFloat 7s ease-in-out infinite;
    animation-delay: -2s
}

@keyframes shapeFloat {
    0%,100% {
        transform: translate(0,0) rotate(0deg)
    }

    33% {
        transform: translate(15px,-20px) rotate(120deg)
    }

    66% {
        transform: translate(-10px,10px) rotate(240deg)
    }
}

.left-content {
    position: relative;
    z-index: 2
}

.left-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgb(0 245 212 / .1);
    border: 1px solid rgb(0 245 212 / .2);
    border-radius: 100px;
    font-size: 12px;
    color: var(--neon-cyan);
    font-weight: 500;
    letter-spacing: .05em;
    margin-bottom: 20px
}

.left-tag .pulse {
    width: 6px;
    height: 6px;
    background: var(--neon-cyan);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite
}

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

    50% {
        opacity: .5;
        transform: scale(1.3)
    }
}

.left-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px
}

.left-title span {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text
}

.left-desc {
    color: rgb(255 255 255 / .5);
    font-size: 14px;
    line-height: 1.7
}

.stats-row {
    display: flex;
    gap: 24px;
    margin-top: 32px
}

.stat-item {
    text-align: center
}

.stat-num {
    font-family: "Space Grotesk",sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.stat-label {
    font-size: 11px;
    color: rgb(255 255 255 / .4);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 4px
}

.right-panel {
    flex: 1;
    padding: 40px 45px;
    overflow-y: auto;
    position: relative
}

.right-panel::-webkit-scrollbar {
    width: 4px
}

.right-panel::-webkit-scrollbar-track {
    background: #fff0
}

.right-panel::-webkit-scrollbar-thumb {
    background: rgb(255 255 255 / .1);
    border-radius: 2px
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #000;
    border: 1px solid rgb(255 255 255 / .08);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10
}

.close-btn:hover {
    background: #eb59d5;
    color: #fff;
    transform: rotate(90deg) scale(1.2);
    border-color: #382ca9;
    border-radius: 100%
}

.form-header {
    margin-bottom: 28px
}

.form-header h2 {
    font-size: 26px;
    font-weight: 700;
    color: #070606;
    margin-bottom: 6px
}

.form-header p {
    font-size: 13px;
    color: #383434
}

.form-group {
    margin-bottom: 18px;
    opacity: 0;
    transform: translateY(16px);
    animation: fieldIn 0.5s ease forwards
}

.form-group:nth-child(1) {
    animation-delay: 0.1s
}

.form-group:nth-child(2) {
    animation-delay: 0.18s
}

.form-group:nth-child(3) {
    animation-delay: 0.26s
}

.form-group:nth-child(4) {
    animation-delay: 0.34s
}

.form-group:nth-child(5) {
    animation-delay: 0.42s
}

.form-group:nth-child(6) {
    animation-delay: 0.5s
}

@keyframes fieldIn {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.form-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgb(0 0 0 / 50%);
    margin-bottom: 8px;
    transition: color 0.3s ease
}

.form-group:focus-within .form-label {
    color: var(--neon-cyan)
}

.form-input {
    width: 100%;
    padding: 14px 18px;
    background: rgb(255 255 255 / 3%);
    border: 1.5px solid rgb(0 0 0 / 35%);
    border-radius: 14px;
    font-size: 12px;
    font-family: "Poppins";
    color: #000;
    outline: none;
    transition: all 0.3s cubic-bezier(.4,0,.2,1)
}

.form-input::placeholder {
    color: rgb(255 255 255 / .2)
}

.form-input:focus {
    border-color: var(--neon-cyan);
    background: rgb(0 245 212 / .03);
    box-shadow: 0 0 0 3px rgb(0 245 212 / .08),0 0 30px rgb(0 245 212 / .05)
}

.form-input.error {
    border-color: var(--neon-pink);
    animation: shake 0.4s ease
}

@keyframes shake {
    0%,100% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(-4px)
    }

    75% {
        transform: translateX(4px)
    }
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 42px;
    cursor: pointer;
    color: #717172
}

.form-select option {
    background: #3333;
    color: #000
}

.form-select:valid {
    color: #000
}

textarea.form-input {
    min-height: 90px;
    resize: vertical
}

.submit-btn {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg,#e655d7,#3b2db0);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.4s cubic-bezier(.4,0,.2,1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(16px);
    animation: fieldIn 0.5s ease 0.6s forwards;
    margin-top: 8px
}

.submit-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,transparent,rgb(255 255 255 / .3),transparent);
    transform: translateX(-100%);
    transition: transform 0.7s ease
}

.submit-btn:hover::before {
    transform: translateX(100%)
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 40px rgb(0 245 212 / .25),0 0 60px rgb(0 245 212 / .1)
}

.submit-btn:active {
    transform: translateY(0)
}

.submit-btn .arrow {
    transition: transform 0.3s ease
}

.submit-btn:hover .arrow {
    transform: translateX(5px)
}

.spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgb(13 17 23 / .3);
    border-top-color: var(--darker);
    border-radius: 50%;
    animation: spin 0.8s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.success-overlay {
    position: absolute;
    inset: 0;
    background: var(--dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 20;
    padding: 40px
}

.success-overlay.show {
    opacity: 1;
    visibility: visible
}

.success-ring {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--neon-cyan),var(--neon-purple));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transform: scale(0);
    animation: popScale 0.5s cubic-bezier(.34,1.56,.64,1) forwards
}

@keyframes popScale {
    to {
        transform: scale(1)
    }
}

.success-title {
    font-family: "Space Grotesk",sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeUp 0.5s ease 0.2s forwards
}

.success-sub {
    font-size: 14px;
    color: rgb(255 255 255 / .4);
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeUp 0.5s ease 0.35s forwards
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.trigger-btn {
    padding: 16px 40px;
    background: #fff0;
    color: var(--neon-cyan);
    font-weight: 600;
    font-size: 15px;
    border: 1.5px solid var(--neon-cyan);
    border-radius: 14px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease
}

.trigger-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--neon-cyan);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: -1
}

.trigger-btn:hover::before {
    transform: scaleX(1)
}

.trigger-btn:hover {
    color: var(--darker);
    box-shadow: 0 0 40px rgb(0 245 212 / .3)
}

@media (max-width: 768px) {
    .faq-grid {
        padding:0 20px
    }

    .modal-card {
        flex-direction: column;
        max-height: 95vh
    }

    .left-panel {
        flex: 0 0 auto;
        min-height: 200px;
        padding: 30px 25px
    }

    .left-title {
        font-size: 24px
    }

    .stats-row {
        gap: 16px;
        margin-top: 20px
    }

    .stat-num {
        font-size: 20px
    }

    .right-panel {
        padding: 30px 25px
    }
}

.form-input::placeholder {
    color: #333
}

.sidebar {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 9999;
    flex-direction: column;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
    gap: 6px;
    left: 0;
    background-color: #000;
    backdrop-filter: blur(113px);
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s
}

.sidebar a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 19px;
    color: #fff;
    text-align: center;
    display: block;
    transition: 0.3s
}

.sidebar a:hover {
    color: #f1f1f1
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    background: #fff;
    color: black!important;
    text-align: center;
    display: flex;
    width: 40px;
    padding: 0 10px
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: #fff;
    padding: 10px 15px;
    border: none
}

.openbtn:hover {
    background-color: #444
}

#main {
    transition: margin-left 0.5s;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top:15px
    }

    .sidebar a {
        font-size: 18px
    }
}

button.openbtn {
    display: none
}

section.thankyou_page {
    text-align: center;
    padding: 80px 0 150px 0
}

section.contact_section.alt_re {
    text-align: center;
    font-size: 44px;
    background: linear-gradient(90deg,#6b5bff 0%,#e040fb 50%,#ffa31a 100%);
    color: #fff;
    padding: 30px 0
}

section.pricing_package-section.pb-70 {
    padding: 60px 0
}

.section_title.text-center.mb-5 {
    text-align: center
}

.section_title.text-center.mb-5 h3 {
    margin: 0;
    font-size: 34px;
    text-transform: capitalize
}

.section_title.text-center.mb-5 p {
    margin: 0 0 30px 0
}

div#package .row {
    display: flex;
    justify-content: center;
    gap: 30px
}

.pricing_packages h3 {
    position: absolute;
    top: -20px;
    right: 0;
    background: linear-gradient(to right,#3b2db0,#ec66a6);
    color: #fff;
    width: 110px;
    text-align: center;
    padding: 5px 0;
    border-radius: 0 0 0 20px
}

.best_peckage {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 3px;
    border-image-source: linear-gradient(to right,#3b2db0,#ec66a6);
    padding: 16px;
    border-radius: 30px;
    position: relative
}

.best_peckage ul {
    height: 230px;
    list-style: square;
    padding: 0 20px;
    overflow: auto
}

.pricing_packages span.plan {
    font-size: 18px;
    padding: 30px 0 6px 0;
    display: inline-block;
    font-weight: 600
}

.best_peckage ul li {
    margin: 0 0 13px 0;
    font-size: 12px
}

.best_peckage ul::-webkit-scrollbar {
    width: 8px
}

.best_peckage ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px
}

.best_peckage ul::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom,#3b2db0,#ec66a6);
    border-radius: 10px
}

.best_peckage ul::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom,#2a1f8f,#d94d92)
}

.faq-art {
    display: none
}

section.contact-form-sec {
    padding: 0 0 100px 0
}

.home-contact {
    display: flex;
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    /* background: #141428; */
    /* border:1px solid rgb(255 255 255 / .06); */
    /* box-shadow:0 40px 80px rgb(0 0 0 / 10%),0 0 0 1px rgb(255 255 255 / .03); */
}

.home-visual {
    position: relative;
    overflow: hidden;
    min-height: 382px;
    width: 62%;
    border-radius: 10px;
    border: 1px solid #333;
}

.home-visual__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 6s ease
}

.home-contact:hover .home-visual__image {
    transform: scale(1.05)
}

/*.home-visual__overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: linear-gradient(180deg,rgb(10 10 20 / .1) 0%,rgb(10 10 20 / .5) 50%,rgb(10 10 20 / .95) 100%);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: flex-end;*/
/*    padding: 32px;*/
/*    gap: 16px*/
/*}*/

.home-info {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: rgb(255 255 255 / .04);
    backdrop-filter: blur(20px);
    transition: all 0.35s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    opacity: 0;
    transform: translateX(-30px);
    animation: homeSlideIn 0.6s ease forwards;
    border: 1px solid var(--black);
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(90deg,#6b5bff 0%,#e040fb 50%,#ffa31a 100%)
}

.home-info:nth-child(1) {
    animation-delay: 0.2s
}

.home-info:nth-child(2) {
    animation-delay: 0.4s
}

.home-info:nth-child(3) {
    animation-delay: 0.6s
}

@keyframes homeSlideIn {
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.home-info:hover {
    transform: translateX(6px);
    border: 1px solid var(--black);
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(90deg,#6b5bff 0%,#e040fb 50%,#ffa31a 100%);
    box-shadow: 0 8px 32px rgb(99 102 241 / .15)
}

.home-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(320deg,#6b5bff 0%,#e040fb 50%,#ffa31a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.35s ease
}

.home-info:hover .home-icon {
    transform: rotate(8deg) scale(1.08)
}

.home-icon svg {
    width: 22px;
    height: 22px;
    color: #fff
}

.home-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.home-text__label {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #94a3b8;
    font-weight: 600
}

.home-text__value {
    font-size: .9rem;
    color: #f1f5f9;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease
}

.home-text__value:hover {
    color: #818cf8
}

.home-form {
    padding: 0 34px 29px 34px;
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border: 1px solid #3b2db0;
    border-radius: 10px;
}

.home-form__header {
    margin-bottom: 0
}

.home-form__title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
    letter-spacing: -.5px
}

.home-form__subtitle {
    color: #000;
    font-size: .92rem;
    line-height: 1.5
}

.home-field {
    margin-bottom: 6px
}

.home-field__label {
    display: block;
    margin-bottom: 8px;
    font-size: .72rem;
    font-family: "Poppins";
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease
}

.home-field:focus-within .home-field__label {
    color: #818cf8
}

.home-field__input,.home-field__select,.home-field__textarea {
    width: 100%;
    padding: 14px 18px;
    background: rgb(255 255 255 / .03);
    border: 1px solid rgb(0 0 0 / 54%);
    border-radius: 14px;
    color: #333;
    font-family: "Poppins";
    font-size: .92rem;
    outline: none;
    transition: all 0.3s ease
}

.home-field__input::placeholder,.home-field__textarea::placeholder {
    color: #64748b
}

.home-field__input:focus,.home-field__select:focus,.home-field__textarea:focus {
    border-color: #6366f1;
    background: rgb(99 102 241 / .04);
    box-shadow: 0 0 0 3px rgb(99 102 241 / .1)
}

.home-field__textarea {
    min-height: 110px;
    resize: vertical
}

.home-field__select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center
}

.home-field__select option {
    background: #141428;
    color: #f1f5f9
}

.home-btn {
    width: 100%;
    padding: 16px 32px;
    background: linear-gradient(135deg,#6366f1,#4f46e5);
    border: none;
    border-radius: 14px;
    color: #fff;
    font-family: "Poppins";
    font-size: .95rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 4px 20px rgb(99 102 241 / .3);
    margin-top: 8px
}

.home-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgb(255 255 255 / .2),transparent);
    transition: left 0.6s ease
}

.home-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgb(99 102 241 / .4)
}

.home-btn:hover::before {
    left: 100%
}

.home-btn:active {
    transform: translateY(0)
}

.home-social {
    display: flex;
    gap: 12px;
    margin-top: 28px;
    justify-content: center
}

.home-social__link {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgb(255 255 255 / .03);
    border: 1px solid rgb(255 255 255 / .06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(.4,0,.2,1);
    position: relative;
    overflow: hidden
}

.home-social__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #6366f1;
    border-radius: 50%;
    transition: all 0.4s ease;
    transform: translate(-50%,-50%)
}

.home-social__link:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 12px
}

.home-social__link:hover {
    color: #fff;
    border-color: #6366f1;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgb(99 102 241 / .25)
}

.home-social__link svg {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px
}

button.home-btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 0%;
    left: auto;
    right: 0;
    height: 100%;
    background: linear-gradient(90deg,#6b5bff 0%,#e040fb 50%,#ffa31a 100%);
    transition: all 0.3s ease-in-out
}

button.home-btn:hover:before {
    width: 100%;
    left: 0;
    right: auto
}

@media (max-width: 900px) {
    .home-contact {
        grid-template-columns:1fr
    }

    .home-visual {
        min-height: 320px
    }

    .home-form {
        padding: 32px 24px
    }

    .hero-sub {
        font-size: 13px;
        padding: 0 13px;
        margin: 0 0 6px;
        line-height: 15.65px
    }
}

@media (max-width: 480px) {
    .home-form {
        padding:24px 20px
    }

    .home-form__title {
        font-size: 1.5rem
    }
}

section.discovery {
    padding-bottom: 28px;
}
