:root {
    --intro-ink: #102033;
    --intro-muted: #627184;
    --intro-line: rgba(37, 99, 235, 0.12);
    --intro-blue: #1d7ff0;
    --intro-cyan: #17c9d4;
    --intro-navy: #071426;
}

body {
    background: #f7fbff;
    color: var(--intro-muted);
}

body, button, input, select, textarea {
    font-family: "Heebo", "Inter", "Segoe UI", sans-serif;
}

.body-wrap {
    background:
        radial-gradient(circle at 12% 18%, rgba(23, 201, 212, 0.18), transparent 28%),
        radial-gradient(circle at 85% 12%, rgba(29, 127, 240, 0.16), transparent 30%),
        linear-gradient(180deg, #f3fbff 0%, #ffffff 46%, #f7fbff 100%);
}

.site-header {
    padding: 22px 0;
    z-index: 6;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
}

.header-logo-image {
    border-radius: 16px;
    filter: drop-shadow(0 12px 22px rgba(12, 38, 74, 0.18));
}

.hero {
    min-height: 92vh;
    padding-top: 126px;
    padding-bottom: 76px;
    overflow: hidden;
}

.hero .hero-bg {
    bottom: 0;
    background:
        linear-gradient(135deg, rgba(7, 20, 38, 0.92) 0%, rgba(12, 70, 116, 0.86) 46%, rgba(17, 180, 196, 0.76) 100%),
        url("/dist/img/background-6279008_640.jpg") center/cover;
}

.hero::before,
.hero::after,
.site-footer::before {
    display: none;
}

.hero::before {
    content: "";
    display: block;
    position: absolute;
    inset: auto -10% -2px -10%;
    height: 140px;
    width: auto;
    background: #ffffff;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: -1;
}

.hero .hero-particles-container {
    bottom: 0;
    opacity: 0.8;
}

.hero-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    pointer-events: none;
    z-index: -1;
}

.hero-orbit-one {
    width: 520px;
    height: 520px;
    top: 12%;
    right: -160px;
    animation: orbitFloat 12s ease-in-out infinite;
}

.hero-orbit-two {
    width: 360px;
    height: 360px;
    left: -110px;
    bottom: 16%;
    animation: orbitFloat 14s ease-in-out infinite reverse;
}

.hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.72fr);
    align-items: center;
    gap: 34px;
    text-align: left;
}

.hero-copy {
    margin-bottom: 0;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    color: #d9fbff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 40px rgba(4, 17, 32, 0.16);
}

.hero-kicker .fas {
    color: #7df7ff;
    margin-right: 0;
}

.hero-title {
    max-width: 650px;
    margin-bottom: 22px;
    font-size: 56px;
    line-height: 1.06;
    font-weight: 700;
    letter-spacing: 0;
    text-wrap: balance;
}

.hero-paragraph {
    max-width: 630px;
    padding: 0;
    color: rgba(239, 250, 255, 0.84);
    font-size: 21px;
    line-height: 1.64;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.button {
    position: relative;
    align-items: center;
    gap: 8px;
    height: 52px;
    padding: 0 24px;
    border-radius: 999px !important;
    overflow: hidden;
    text-transform: none;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    box-shadow: 0 18px 42px rgba(7, 29, 54, 0.18);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.34) 46%, transparent 66%);
    transform: translateX(-120%);
    transition: transform 0.55s ease;
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 56px rgba(7, 29, 54, 0.24);
}

.button:hover::after {
    transform: translateX(120%);
}

.button-primary {
    background: linear-gradient(135deg, var(--intro-blue), var(--intro-cyan));
}

.button-primary:hover {
    background: linear-gradient(135deg, #126de0, #0fbeca);
}

.mockup-container {
    justify-self: center;
    width: min(380px, 100%);
    perspective: 1200px;
}

.mockup-glow {
    position: absolute;
    inset: 8% -8% 4%;
    border-radius: 42px;
    background: radial-gradient(circle at 50% 18%, rgba(125, 247, 255, 0.56), rgba(29, 127, 240, 0.14) 52%, transparent 72%);
    filter: blur(8px);
    animation: glowPulse 4.5s ease-in-out infinite;
}

.mockup-container .device-mockup {
    width: min(350px, 86vw);
    border-radius: 36px;
    box-shadow: 0 34px 80px rgba(3, 17, 32, 0.36);
    transform-style: preserve-3d;
    animation: deviceDrift 6s ease-in-out infinite;
}

.has-animations.is-loaded .mockup-container .device-mockup {
    animation: heroMockup 0.6s ease forwards 0.6s, deviceDrift 6s ease-in-out infinite 1.25s;
}

.floating-card {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--intro-ink);
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 20px 50px rgba(7, 29, 54, 0.18);
    backdrop-filter: blur(18px);
    z-index: 2;
}

.floating-card .fas {
    margin-right: 0;
    color: var(--intro-blue);
}

.floating-card-top {
    top: 18%;
    left: -6%;
    animation: cardFloat 5.2s ease-in-out infinite;
}

.floating-card-bottom {
    right: -7%;
    bottom: 18%;
    animation: cardFloat 5.8s ease-in-out infinite reverse;
}

.features-extended {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #ffffff 0%, #f2fbff 44%, #ffffff 100%);
    isolation: isolate;
}

.features-bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(29, 127, 240, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(29, 127, 240, 0.07) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 86%, transparent 100%);
    opacity: 0.75;
    animation: gridPan 18s linear infinite;
    z-index: -4;
}

.features-bg-orb {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(6px);
    opacity: 0.72;
    z-index: -3;
}

.features-bg-orb-one {
    top: 9%;
    left: -160px;
    background: radial-gradient(circle, rgba(23, 201, 212, 0.24), rgba(23, 201, 212, 0) 68%);
    animation: featureOrbOne 13s ease-in-out infinite;
}

.features-bg-orb-two {
    right: -140px;
    bottom: 12%;
    background: radial-gradient(circle, rgba(29, 127, 240, 0.2), rgba(29, 127, 240, 0) 70%);
    animation: featureOrbTwo 15s ease-in-out infinite;
}

.features-flow {
    position: absolute;
    inset: 7% 0 8%;
    max-width: 1180px;
    margin: 0 auto;
    pointer-events: none;
    z-index: -1;
}

.flow-line {
    position: absolute;
    left: 50%;
    width: 1px;
    border-radius: 999px;
    background: linear-gradient(180deg, transparent, rgba(23, 201, 212, 0.52), rgba(29, 127, 240, 0.2), transparent);
    box-shadow: 0 0 28px rgba(23, 201, 212, 0.28);
    transform-origin: top;
    overflow: hidden;
}

.flow-line::after {
    content: "";
    position: absolute;
    inset: -36% 0 auto;
    height: 34%;
    border-radius: inherit;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.95), transparent);
    animation: flowPulse 3.8s ease-in-out infinite;
}

.flow-line-one {
    top: 2%;
    height: 35%;
    transform: translateX(-270px) rotate(-18deg);
}

.flow-line-two {
    top: 30%;
    height: 42%;
    transform: translateX(18px) rotate(14deg);
}

.flow-line-three {
    top: 56%;
    height: 34%;
    transform: translateX(285px) rotate(-16deg);
}

.flow-line-two::after {
    animation-delay: 0.9s;
}

.flow-line-three::after {
    animation-delay: 1.7s;
}

.flow-node {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    background: var(--intro-cyan);
    box-shadow: 0 0 0 8px rgba(23, 201, 212, 0.12), 0 0 26px rgba(23, 201, 212, 0.58);
    animation: nodePulse 2.8s ease-in-out infinite;
}

.flow-node-one {
    top: 16%;
    left: calc(50% - 315px);
}

.flow-node-two {
    top: 49%;
    left: calc(50% + 42px);
    animation-delay: 0.8s;
}

.flow-node-three {
    top: 74%;
    left: calc(50% + 250px);
    animation-delay: 1.5s;
}

.features-extended .section-inner {
    position: relative;
    z-index: 1;
    padding-top: 86px;
}

.features-extended-wrap {
    display: grid;
    gap: 30px;
    margin: 0;
}

.feature-extended,
.feature-extended:nth-child(even) {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1fr);
    align-items: center;
    gap: 48px;
    justify-content: stretch;
    padding: 44px;
    border: 1px solid var(--intro-line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 250, 255, 0.88)),
        radial-gradient(circle at 18% 18%, rgba(23, 201, 212, 0.16), transparent 34%);
    box-shadow: 0 24px 70px rgba(17, 48, 78, 0.08);
    backdrop-filter: blur(18px);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.feature-extended::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent 0%, rgba(23, 201, 212, 0.12) 42%, transparent 62%);
    opacity: 0;
    transform: translateX(-16%);
    transition: opacity 0.35s ease, transform 0.55s ease;
    pointer-events: none;
}

.feature-extended:hover {
    transform: translateY(-6px);
    border-color: rgba(23, 201, 212, 0.28);
    box-shadow: 0 34px 86px rgba(17, 48, 78, 0.13);
}

.feature-extended:hover::before {
    opacity: 1;
    transform: translateX(16%);
}

.feature-extended:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.82fr);
}

.feature-extended:nth-child(even) .feature-extended-image {
    order: 1;
    margin: 0;
}

.feature-extended .feature-extended-image {
    position: relative;
    display: grid;
    place-items: center;
    width: auto;
    min-height: 420px;
    margin: 0;
    overflow: visible;
    isolation: isolate;
}

.feature-extended .feature-extended-image::before {
    content: "";
    position: absolute;
    width: min(340px, 86%);
    aspect-ratio: 0.78;
    border: 1px solid rgba(29, 127, 240, 0.16);
    border-radius: 32px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(233, 249, 255, 0.3)),
        radial-gradient(circle at 24% 18%, rgba(23, 201, 212, 0.34), transparent 32%),
        radial-gradient(circle at 86% 82%, rgba(29, 127, 240, 0.22), transparent 36%);
    box-shadow: 0 28px 90px rgba(17, 74, 118, 0.14);
    transform: rotate(-6deg) translateY(8px);
    z-index: -2;
}

.feature-extended .feature-extended-image::after {
    content: "";
    position: absolute;
    width: min(280px, 72%);
    aspect-ratio: 1;
    border-radius: 999px;
    background: conic-gradient(from 140deg, rgba(23, 201, 212, 0), rgba(23, 201, 212, 0.34), rgba(29, 127, 240, 0.28), rgba(23, 201, 212, 0));
    filter: blur(18px);
    opacity: 0.72;
    animation: featureHalo 8s ease-in-out infinite;
    z-index: -3;
}

.feature-extended-image img.device-mockup {
    max-width: 252px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(236, 248, 255, 0.72));
    box-shadow:
        0 34px 80px rgba(16, 61, 96, 0.22),
        0 10px 30px rgba(23, 201, 212, 0.12);
    transform: rotate(2deg) translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    animation: featureDeviceFloat 6.4s ease-in-out infinite;
}

.feature-extended:nth-child(even) .feature-extended-image::before {
    transform: rotate(6deg) translateY(8px);
}

.feature-extended:nth-child(even) .feature-extended-image img.device-mockup {
    transform: rotate(-2deg) translateY(0);
    animation-name: featureDeviceFloatReverse;
}

.feature-extended:hover .feature-extended-image img.device-mockup {
    box-shadow:
        0 42px 94px rgba(16, 61, 96, 0.26),
        0 16px 40px rgba(23, 201, 212, 0.18);
}

.feature-extended-body {
    width: auto;
    color: var(--intro-muted);
}

.feature-extended-body h3 {
    color: var(--intro-ink);
    font-size: 30px;
    line-height: 1.2;
}

.feature-extended-body p {
    font-size: 18px;
    line-height: 1.7;
}

.site-footer {
    background:
        radial-gradient(circle at 20% 0%, rgba(23, 201, 212, 0.22), transparent 32%),
        linear-gradient(180deg, #071426 0%, #06101e 100%);
}

.cta-inner {
    padding-top: 80px;
    padding-bottom: 64px;
}

.cta .section-title {
    font-size: 42px;
    line-height: 1.16;
}

.cta .section-paragraph {
    color: rgba(226, 240, 250, 0.76);
}

.site-footer-inner::before {
    background: rgba(255, 255, 255, 0.1);
}

.site-footer-bottom a,
.footer-copyright {
    color: rgba(224, 240, 250, 0.68);
}

@keyframes orbitFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        transform: translate3d(18px, -22px, 0) rotate(8deg);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.75;
        transform: scale(0.98);
    }
    50% {
        opacity: 1;
        transform: scale(1.04);
    }
}

@keyframes deviceDrift {
    0%, 100% {
        transform: translateY(0) rotateX(0deg) rotateY(-3deg);
    }
    50% {
        transform: translateY(-16px) rotateX(2deg) rotateY(4deg);
    }
}

@keyframes cardFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}

@keyframes featureDeviceFloat {
    0%, 100% {
        transform: rotate(2deg) translateY(0);
    }
    50% {
        transform: rotate(1deg) translateY(-12px);
    }
}

@keyframes featureDeviceFloatReverse {
    0%, 100% {
        transform: rotate(-2deg) translateY(0);
    }
    50% {
        transform: rotate(-1deg) translateY(-12px);
    }
}

@keyframes featureHalo {
    0%, 100% {
        transform: translate3d(-10px, 8px, 0) scale(0.96);
        opacity: 0.58;
    }
    50% {
        transform: translate3d(12px, -12px, 0) scale(1.08);
        opacity: 0.82;
    }
}

@keyframes gridPan {
    from {
        background-position: 0 0, 0 0;
    }
    to {
        background-position: 64px 64px, 64px 64px;
    }
}

@keyframes featureOrbOne {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(70px, 90px, 0) scale(1.08);
    }
}

@keyframes featureOrbTwo {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-80px, -70px, 0) scale(1.12);
    }
}

@keyframes flowPulse {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    28% {
        opacity: 1;
    }
    100% {
        transform: translateY(420%);
        opacity: 0;
    }
}

@keyframes nodePulse {
    0%, 100% {
        transform: scale(0.92);
        opacity: 0.72;
    }
    50% {
        transform: scale(1.18);
        opacity: 1;
    }
}

@media (min-width: 641px) {
    .hero {
        padding-top: 150px;
        padding-bottom: 92px;
    }

    .hero-copy,
    .hero-paragraph {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 900px) {
    .hero {
        min-height: auto;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-kicker,
    .hero-cta {
        justify-content: center;
    }

    .hero-title,
    .hero-paragraph {
        margin-left: auto;
        margin-right: auto;
    }

    .mockup-container {
        margin-top: 18px;
    }

    .feature-extended,
    .feature-extended:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 30px 22px;
        text-align: center;
    }

    .feature-extended:nth-child(even) .feature-extended-image {
        order: 0;
    }

    .feature-extended .feature-extended-image {
        min-height: 360px;
    }

    .features-flow {
        opacity: 0.52;
        transform: scale(0.86);
    }

    .features-bg-orb {
        width: 320px;
        height: 320px;
    }

    .feature-extended-body {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .site-header {
        padding: 16px 0;
    }

    .hero {
        padding-top: 112px;
        padding-bottom: 58px;
    }

    .hero-title {
        font-size: 38px;
    }

    .hero-paragraph {
        font-size: 18px;
        line-height: 1.55;
    }

    .hero-cta {
        gap: 10px;
    }

    .button-wide-mobile {
        max-width: 320px;
    }

    .floating-card {
        display: none;
    }

    .features-extended .section-inner {
        padding-top: 54px;
        padding-bottom: 64px;
    }

    .feature-extended-body h3 {
        font-size: 25px;
    }

    .feature-extended .feature-extended-image {
        min-height: 330px;
    }

    .feature-extended-image img.device-mockup {
        max-width: 218px;
    }

    .features-bg-grid {
        background-size: 44px 44px;
    }

    .features-flow {
        display: none;
    }

    .cta .section-title {
        font-size: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
