:root {
    --blue: #2364fb;
    --blue-deep: #183f9b;
    --blue-dark: #15398f;
    --white: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.9);
    --site-header-height: 70px;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

html {
    scroll-padding-top: calc(var(--site-header-height) + 18px);
}

body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    background: #ffffff;
    color: var(--white);
}

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

.page {
    min-height: 100vh;
    overflow: visible;
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(30px) scale(0.985);
    filter: blur(10px);
    clip-path: inset(0 0 34% 0);
    transition:
        opacity 760ms cubic-bezier(0.2, 0.75, 0.2, 1),
        transform 760ms cubic-bezier(0.2, 0.75, 0.2, 1),
        filter 760ms cubic-bezier(0.2, 0.75, 0.2, 1),
        clip-path 760ms cubic-bezier(0.2, 0.75, 0.2, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform, filter, clip-path;
}

.scroll-reveal.reveal-from-left {
    transform: translateX(-34px) translateY(12px) scale(0.985);
}

.scroll-reveal.reveal-from-right {
    transform: translateX(34px) translateY(12px) scale(0.985);
}

.scroll-reveal.is-visible {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    filter: blur(0);
    clip-path: inset(0 0 0 0);
}

.price-card.scroll-reveal,
.price-card.scroll-reveal.is-visible,
.testimonial-card.scroll-reveal,
.testimonial-card.scroll-reveal.is-visible,
.hospital-service-card.scroll-reveal,
.hospital-service-card.scroll-reveal.is-visible,
.operations-flow article.scroll-reveal,
.operations-flow article.scroll-reveal.is-visible,
.services-cta.scroll-reveal,
.services-cta.scroll-reveal.is-visible,
.feature-info-card.scroll-reveal,
.feature-info-card.scroll-reveal.is-visible,
.features-manage-content.scroll-reveal,
.features-manage-content.scroll-reveal.is-visible,
.features-portrait.scroll-reveal,
.features-portrait.scroll-reveal.is-visible,
.features-cta-visual.scroll-reveal,
.features-cta-visual.scroll-reveal.is-visible,
.impact-stat.scroll-reveal,
.impact-stat.scroll-reveal.is-visible,
.features-care-visual.scroll-reveal,
.features-care-visual.scroll-reveal.is-visible,
.faq-item.scroll-reveal,
.faq-item.scroll-reveal.is-visible,
.tab-trigger.scroll-reveal,
.tab-trigger.scroll-reveal.is-visible,
.tab-panel.scroll-reveal,
.tab-panel.scroll-reveal.is-visible {
    clip-path: none;
}

.tab-panel.scroll-reveal,
.tab-panel.scroll-reveal.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
}

@media (prefers-reduced-motion: reduce) {
    .scroll-reveal {
        opacity: 1;
        transform: none;
        filter: none;
        clip-path: none;
        transition: none;
    }
}

.hero {
    position: relative;
    min-height: 100vh;
    padding-bottom: 118px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 17% 24%, rgba(100, 220, 255, 0.26), transparent 24%),
        radial-gradient(circle at 74% 31%, rgba(126, 86, 255, 0.34), transparent 28%),
        radial-gradient(circle at 52% 86%, rgba(36, 102, 255, 0.24), transparent 30%),
        linear-gradient(116deg, #061944 0%, #1037a1 42%, #45246f 72%, #08101f 100%);
}


.hero::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at 54% 44%, #000 0 42%, transparent 74%);
    opacity: 0.52;
    pointer-events: none;
    animation: heroGridDrift 18s linear infinite;
}

.hero::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: -2vw;
    right: -2vw;
    bottom: -95px;
    height: 245px;
    pointer-events: none;
    background: #ffffff;
    clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
    box-shadow: 0 -14px 28px rgba(3, 17, 62, 0.08);
}

.about-page .hero::after {
    background:
       radial-gradient(circle at 82% 20%, rgb(248, 252, 255), transparent 30%), linear-gradient(180deg, #f4f9ff 0%, #f7fbff 100%);
}

.cms-page .site-header,
.cms-page .site-footer {
    display: none;
}

.cms-page .about-hero-inner {
    margin-top: 0;
}

.cms-page .hero::after {
    background:
        radial-gradient(circle at 20% 40%, rgba(53, 242, 198, 0.16), transparent 34%),
        linear-gradient(180deg, #f4fbff 0%, #ffffff 100%);
}

.pricing-page .hero::after {
    background:
        radial-gradient(circle at 14% 12%, rgba(34, 95, 255, 0.12), transparent 30%),
        radial-gradient(circle at 92% 8%, rgba(53, 242, 198, 0.1), transparent 28%),
        linear-gradient(180deg, #f4f8ff 0%, #eef4ff 100%);
}

.contact-page .hero::after {
    background:radial-gradient(circle at 26% 46%, rgb(248, 252, 255), transparent 33%), radial-gradient(circle at 78% 34%, rgb(239, 246, 255), transparent 32%), #f8fcff;
}

.hero-ambient {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.hero-ambient::before {
    content: "";
    position: absolute;
    left: 49%;
    top: 49%;
    width: min(960px, 62vw);
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background:
        repeating-radial-gradient(circle, transparent 0 52px, rgba(255, 255, 255, 0.12) 54px 56px, transparent 58px 86px);
    opacity: 0.38;
    animation: heroRingSpin 32s linear infinite;
}

.hero-ambient span {
    position: absolute;
    display: block;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 38px rgba(118, 207, 255, 0.25);
    animation: heroOrbFloat 9s ease-in-out infinite;
}

.hero-ambient span:nth-child(1) {
    left: 9%;
    top: 28%;
    width: 76px;
    height: 76px;
}

.hero-ambient span:nth-child(2) {
    right: 14%;
    top: 20%;
    width: 118px;
    height: 118px;
    animation-delay: -2.3s;
}

.hero-ambient span:nth-child(3) {
    right: 31%;
    bottom: 16%;
    width: 46px;
    height: 46px;
    animation-delay: -4.7s;
}

.site-header {
    position: fixed;
    z-index: 2147483000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0 max(24px, calc((100% - 1280px) / 2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: transparent;
}
.scroll-header .site-header {
   background: #102874;
   z-index: 2147483000;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 178px;
    font-weight: 800;
    font-size: 27px;
    letter-spacing: -0.02em;
}

.brand-mark {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: #ffffff;
}

.brand-mark svg {
    display: block;
    width: 100%;
    height: 100%;
}

.brand-text {
    line-height: 1;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.nav-links a,
.product-menu-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    opacity: 0.98;
}
.nav-links a.active,.product-menu-label.active{
    background: #335899;
    padding: 5px 15px;
    border-radius: 24px;
}

.nav-links .hover-ul {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.product-menu-label {
    cursor: default;
}

.ul-product-u {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    z-index: 20;
    min-width: 280px;
    margin: 0;
    padding: 8px;
    list-style: none;
    border-radius: 8px;
    background: #ffffff;
    color: var(--blue-dark);
    box-shadow: 0 16px 36px rgba(4, 13, 50, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.ul-product-u::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 14px;
}

.hover-ul:hover .ul-product-u,
.hover-ul:focus-within .ul-product-u {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.ul-product-u a {
    display: flex;
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    color: inherit;
    font-weight: 700;
}

.ul-product-u a:hover,
.ul-product-u a:focus {
    background: rgba(35, 100, 251, 0.1);
}
.menu-toggle {
    display: none;
}

.chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 16px;
    background: #ffffff;
    color: #1757ff;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.hero-inner {
    position: relative;
    z-index: 4;
    width: min(1280px, calc(100% - 48px));
    min-height: 610px;
    margin: 112px auto 0;
    display: grid;
    grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
    align-items: center;
    gap: 42px;
}

.hero-copy {
    position: relative;
    padding-bottom: 18px;
}

.trust {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 16px;
    font-weight: 500;
}

.trust {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
    display: inline-flex;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 40px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 16px 34px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(12px);
}

.laurel {
    position: relative;
    width: 16px;
    height: 40px;
}

.laurel::before,
.laurel::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% 12%, rgba(180, 206, 255, 0.9) 0 38%, transparent 40%),
        radial-gradient(ellipse at 50% 35%, rgba(180, 206, 255, 0.82) 0 34%, transparent 36%),
        radial-gradient(ellipse at 50% 58%, rgba(180, 206, 255, 0.78) 0 31%, transparent 33%),
        radial-gradient(ellipse at 50% 80%, rgba(180, 206, 255, 0.72) 0 28%, transparent 30%);
    background-size: 16px 10px;
    background-repeat: no-repeat;
}

.laurel.left {
    transform: rotate(-22deg);
}

.laurel.right {
    transform: rotate(22deg) scaleX(-1);
}

.hero h1 {
    max-width: 610px;
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(46px, 4.7vw, 54px);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: 0;
    text-wrap: balance;
    text-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

.lead {
    max-width: 660px;
    margin: 26px 0 38px;
    color: var(--text-muted);
    font-size: 21px;
    line-height: 1.45;
    font-weight: 550;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    perspective: 900px;
}

.hero-proof-row {
    width: min(560px, 100%);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.hero-proof-row span {
    position: relative;
    min-height: 86px;
    display: grid;
    align-content: center;
    gap: 4px;
    padding: 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(16px);
    overflow: hidden;
}

.hero-proof-row span::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.16) 50%, transparent 78%);
    transform: translateX(-110%);
    animation: heroProofShine 7s ease-in-out infinite;
    animation-delay: calc(var(--proof-delay, 0) * 1s);
}

.hero-proof-row span:nth-child(2) {
    --proof-delay: 0.6;
}

.hero-proof-row span:nth-child(3) {
    --proof-delay: 1.2;
}

.hero-proof-row strong,
.hero-proof-row small {
    position: relative;
    z-index: 1;
    display: block;
}

.hero-proof-row strong {
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
}

.hero-proof-row small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
}

.btn {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 14px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 800;
    transform: translate3d(0, 0, 0);
    transition:
        transform 280ms cubic-bezier(0.2, 0.75, 0.2, 1),
        box-shadow 280ms ease,
        border-color 280ms ease,
        background 280ms ease,
        color 280ms ease,
        filter 280ms ease;
    will-change: transform;
    animation: heroButtonAura 5.8s ease-in-out infinite;
}

.btn::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: -55% -85%;
    background: linear-gradient(115deg, transparent 34%, rgba(255, 255, 255, 0.56) 48%, transparent 62%);
    transform: translateX(-62%) rotate(10deg);
    opacity: 0;
    animation: heroButtonShine 4.8s ease-in-out infinite;
}

.btn:hover,
.btn:focus-visible {
    outline: none;
    transform: translate3d(0, -5px, 28px) rotateX(5deg);
}

.btn:active {
    transform: translate3d(0, -1px, 0) scale(0.98);
}

.btn.primary {
    gap: 11px;
    min-width: 190px;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.95), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #dce7ff 100%);
    color: #1858ff;
    box-shadow: 0 18px 42px rgba(10, 45, 160, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.btn.primary::after {
    content: "";
    position: relative;
    z-index: 1;
    width: 13px;
    height: 13px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg) translate(-1px, 1px);
    transition: transform 280ms ease;
}

.btn.primary:hover,
.btn.primary:focus-visible {
    color: #0d46db;
    /* box-shadow: 0 24px 58px rgba(10, 45, 160, 0.38), 0 0 0 7px rgba(255, 255, 255, 0.12); */
}

.btn.primary:hover::after,
.btn.primary:focus-visible::after {
    transform: rotate(45deg) translate(4px, -4px);
}

.btn.secondary {
    min-width: 210px;
    gap: 11px;
    border: 1px solid rgba(255, 255, 255, 0.54);
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
        rgba(15, 37, 104, 0.2);
    box-shadow: 0 18px 42px rgba(2, 18, 72, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    animation-delay: -1.7s;
}

.btn.secondary:hover,
.btn.secondary:focus-visible {
    border-color: rgba(255, 255, 255, 0.9);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(42, 105, 255, 0.22)),
        rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 58px rgba(2, 18, 72, 0.3), 0 0 0 7px rgba(255, 255, 255, 0.08);
}

.store-icons {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2364fb, #64dcff);
    box-shadow: 0 0 0 0 rgba(100, 220, 255, 0.34);
    animation: callIconPulse 2.2s ease-out infinite;
}

.store-icons::before,
.store-icons::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(132, 226, 255, 0.42);
    border-radius: inherit;
    opacity: 0;
    animation: callSignalRing 2.2s ease-out infinite;
}

.store-icons::after {
    animation-delay: 0.58s;
}

.play-icons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.play-icons img {
    position: relative;
    z-index: 1;
    width: 17px !important;
    filter: invert(1) drop-shadow(0 3px 7px rgba(0, 0, 0, 0.24)) !important;
    animation: callIconNudge 1.7s ease-in-out infinite;
}

.play-icon {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid currentColor;
}

.apple-icon {
    position: relative;
    width: 13px;
    height: 15px;
    border-radius: 48% 48% 52% 52%;
    background: currentColor;
}

.apple-icon::before {
    content: "";
    position: absolute;
    right: -1px;
    top: 4px;
    width: 5px;
    height: 6px;
    border-radius: 50%;
    background: #2355df;
}

.apple-icon::after {
    content: "";
    position: absolute;
    right: 2px;
    top: -6px;
    width: 7px;
    height: 6px;
    border-radius: 7px 0;
    background: currentColor;
    transform: rotate(-30deg);
}

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

.hero-visual::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 4%;
    top: 58px;
    bottom: 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.06)),
        radial-gradient(circle at 74% 20%, rgba(100, 220, 255, 0.18), transparent 33%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 34px 90px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(18px);
    transform: rotateY(-7deg) rotateX(4deg);
    animation: heroVisualPanel 7s ease-in-out infinite;
}

.hero-device-glow {
    position: absolute;
    z-index: 0;
    left: 11%;
    right: 7%;
    top: 85px;
    bottom: 58px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 46% 44%, rgba(108, 222, 255, 0.34), transparent 32%),
        radial-gradient(circle at 68% 52%, rgba(34, 95, 255, 0.28), transparent 30%);
    filter: blur(28px);
    opacity: 0.82;
    animation: heroGlowPulse 5.6s ease-in-out infinite;
}

.hero-visual img {
    position: relative;
    z-index: 2;
    display: block;
    width: min(100%, 690px);
    height: auto;
    filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.26));
    transform: translate3d(0, 0, 0) rotateY(-3deg);
    animation: heroDeviceFloat 6.8s ease-in-out infinite;
}

.hero-floating-card {
    position: absolute;
    z-index: 3;
    min-width: 150px;
    display: grid;
    gap: 3px;
    padding: 14px 16px 14px 48px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.09));
    color: #ffffff;
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px);
    animation: heroFloatCard 5.8s ease-in-out infinite;
}

.hero-floating-card span {
    position: absolute;
    left: 16px;
    top: 17px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #64dcff, #2364fb);
    box-shadow: 0 0 0 6px rgba(100, 220, 255, 0.14);
}

.hero-floating-card strong {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 900;
}

.hero-floating-card small {
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

.hero-floating-card-one {
    left: 4%;
    top: 105px;
}

.hero-floating-card-two {
    right: 0;
    bottom: 118px;
    animation-delay: -2.4s;
}

.hero-pulse-badge {
    position: absolute;
    z-index: 3;
    right: 19%;
    top: 72px;
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    animation: heroBadgeFloat 5s ease-in-out infinite;
}

.hero-pulse-badge span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, #ffffff 0 18%, transparent 20%),
        conic-gradient(from 0deg, #64dcff, #ffffff, #2364fb, #64dcff);
    animation: heroBadgeSpin 3.2s linear infinite;
}

@keyframes heroButtonAura {
    0%,
    100% {
        filter: brightness(1) saturate(1);
    }

    50% {
        filter: brightness(1.07) saturate(1.08);
    }
}

@keyframes heroButtonShine {
    0%,
    42% {
        opacity: 0;
        transform: translateX(-62%) rotate(10deg);
    }

    52% {
        opacity: 0.72;
    }

    68%,
    100% {
        opacity: 0;
        transform: translateX(62%) rotate(10deg);
    }
}

@keyframes callIconPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(100, 220, 255, 0.32);
    }

    48% {
        box-shadow: 0 0 0 9px rgba(100, 220, 255, 0);
    }
}

@keyframes callSignalRing {
    0% {
        opacity: 0.7;
        transform: scale(0.78);
    }

    80%,
    100% {
        opacity: 0;
        transform: scale(1.42);
    }
}

@keyframes callIconNudge {
    0%,
    100% {
        transform: rotate(0deg);
    }

    18% {
        transform: rotate(-13deg);
    }

    32% {
        transform: rotate(12deg);
    }

    46% {
        transform: rotate(-7deg);
    }

    60% {
        transform: rotate(0deg);
    }
}

@keyframes heroGridDrift {
    0% {
        background-position: 0 0, 0 0;
    }

    100% {
        background-position: 72px 72px, 72px 72px;
    }
}

@keyframes heroRingSpin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg) scale(1.04);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg) scale(1);
    }
}

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

    50% {
        transform: translate3d(18px, -24px, 0) scale(1.08);
        opacity: 0.82;
    }
}

@keyframes heroProofShine {
    0%,
    45% {
        transform: translateX(-110%);
    }

    62%,
    100% {
        transform: translateX(110%);
    }
}

@keyframes heroVisualPanel {
    0%,
    100% {
        transform: rotateY(-7deg) rotateX(4deg) translate3d(0, 0, 0);
    }

    50% {
        transform: rotateY(-4deg) rotateX(3deg) translate3d(0, -10px, 0);
    }
}

@keyframes heroGlowPulse {
    0%,
    100% {
        opacity: 0.72;
        transform: scale(0.96);
    }

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

@keyframes heroDeviceFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotateY(-3deg);
    }

    50% {
        transform: translate3d(0, -14px, 0) rotateY(-1deg);
    }
}

@keyframes heroFloatCard {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -16px, 0);
    }
}

@keyframes heroBadgeFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        transform: translate3d(10px, -15px, 0) rotate(6deg);
    }
}

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

@media (prefers-reduced-motion: reduce) {
    .hero::before,
    .hero-ambient::before,
    .hero-ambient span,
    .btn,
    .btn::before,
    .hero-proof-row span::before,
    .hero-visual::before,
    .hero-device-glow,
    .hero-visual img,
    .hero-floating-card,
    .hero-pulse-badge,
    .hero-pulse-badge span,
    .store-icons,
    .store-icons::before,
    .store-icons::after,
    .play-icons img {
        animation: none;
    }
}

.about-hero-inner {
    position: relative;
    z-index: 4;
    width: min(1280px, calc(100% - 48px));
    min-height: 480px;
    margin: 86px auto 0;
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1.05fr);
    gap: 54px;
    align-items: center;
}

.about-hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.about-hero-copy h1 {
    max-width: 610px;
    margin: 22px 0 18px;
    color: #ffffff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 4.3vw, 61px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0;
}

.about-hero-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.55;
    font-weight: 600;
}

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

.about-hero-visual {
    position: relative;
    min-height: 390px;
    display: grid;
    place-items: center;
}

.about-orbit {
    position: absolute;
    inset: 25px 34px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 46% 54% 50% 50%;
    animation: aboutOrbitSpin 12s linear infinite;
}

.about-orbit::before,
.about-orbit::after {
    content: "";
    position: absolute;
    inset: 38px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.about-orbit::after {
    inset: 84px;
    border-style: solid;
    border-color: rgba(53, 197, 183, 0.35);
}

.about-orbit span {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #35c5b7;
    box-shadow: 0 0 0 10px rgba(53, 197, 183, 0.12);
}

.about-orbit span:nth-child(1) {
    top: 18%;
    left: 9%;
}

.about-orbit span:nth-child(2) {
    top: 8%;
    right: 20%;
    background: #ffffff;
}

.about-orbit span:nth-child(3) {
    right: 10%;
    bottom: 22%;
}

.about-pulse-card {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    align-content: center;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(18px);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.16);
    animation: aboutCardFloat 5s ease-in-out infinite;
}

.about-pulse-card.main {
    width: 220px;
    height: 220px;
    border-radius: 42px;
}

.about-pulse-card.mini {
    position: absolute;
    width: 150px;
    min-height: 98px;
    border-radius: 24px;
}

.about-pulse-card.top {
    right: 22px;
    top: 58px;
    animation-delay: -1.4s;
}

.about-pulse-card.bottom {
    left: 24px;
    bottom: 52px;
    animation-delay: -2.6s;
}

.about-pulse-card span {
    color: #ffffff;
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
}

.about-pulse-card.mini span {
    font-size: 30px;
}

.about-pulse-card strong {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
}

@keyframes aboutOrbitSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes aboutCardFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(0, -14px, 0) scale(1.025);
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-orbit,
    .about-pulse-card {
        animation: none;
    }
}

.contact-hero-inner {
    position: relative;
    z-index: 4;
    width: min(1280px, calc(100% - 48px));
    min-height: 480px;
    margin: 86px auto 0;
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1.05fr);
    gap: 54px;
    align-items: center;
}

.contact-hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.contact-hero-copy h1 {
    max-width: 630px;
    margin: 22px 0 18px;
    color: #ffffff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 4.3vw, 61px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0;
}

.contact-hero-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.55;
    font-weight: 600;
}

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

.contact-hero-visual {
    position: relative;
    min-height: 390px;
    display: grid;
    place-items: center;
}

.contact-signal {
    position: absolute;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background:
       radial-gradient(circle, rgba(3, 43, 153, 0.48) 0 22%, transparent 23%), radial-gradient(circle, rgba(255, 255, 255, 0.12) 0 43%, transparent 44%);
    animation: contactSignalPulse 3.8s ease-in-out infinite;
}

.contact-signal::before,
.contact-signal::after {
    content: "";
    position: absolute;
    inset: -34px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    animation: contactSignalRing 3.8s ease-in-out infinite;
}

.contact-signal::after {
    inset: -72px;
    animation-delay: 1.2s;
}

.contact-channel-card {
    position: absolute;
    z-index: 1;
    display: grid;
    place-items: center;
    gap: 8px;
    min-width: 126px;
    min-height: 116px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(18px);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    text-align: center;
    animation: contactCardFloat 5.4s ease-in-out infinite;
}

.contact-channel-card.center {
    position: relative;
    width: 210px;
    min-height: 172px;
    border-radius: 36px;
}

.contact-channel-card.call {
    left: 18px;
    top: 64px;
    animation-delay: -1s;
}

.contact-channel-card.email {
    right: 20px;
    top: 82px;
    animation-delay: -2s;
}

.contact-channel-card.visit {
    right: 84px;
    bottom: 28px;
    animation-delay: -3s;
}

.contact-channel-card span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: #213684;
}

.contact-channel-card span img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: invert(1);
}

.contact-channel-card strong {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
}

.contact-channel-card.center strong {
    font-size: 17px;
}

.contact-channel-card em {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

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

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

@keyframes contactSignalRing {
    0%,
    100% {
        transform: scale(0.92);
        opacity: 0.26;
    }

    50% {
        transform: scale(1.04);
        opacity: 0.52;
    }
}

@keyframes contactCardFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -13px, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-signal,
    .contact-signal::before,
    .contact-signal::after,
    .contact-channel-card {
        animation: none;
    }
}

.pricing-hero-inner {
    position: relative;
    z-index: 4;
    width: min(1280px, calc(100% - 48px));
    min-height: 480px;
    margin: 86px auto 0;
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1.05fr);
    gap: 54px;
    align-items: center;
}

.pricing-hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.pricing-hero-copy h1 {
    max-width: 640px;
    margin: 22px 0 18px;
    color: #ffffff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 4.3vw, 61px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0;
}

.pricing-hero-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.55;
    font-weight: 600;
}

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

.pricing-hero-visual {
    position: relative;
    min-height: 390px;
}

.pricing-glow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(53, 197, 183, 0.35), transparent 62%),
        radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.26), transparent 36%);
    transform: translate(-50%, -50%);
    filter: blur(2px);
    animation: pricingGlowPulse 4.2s ease-in-out infinite;
}

.pricing-mini-card {
    position: absolute;
    z-index: 1;
    display: grid;
    align-content: center;
    min-height: 192px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.09));
    backdrop-filter: blur(18px);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    animation: pricingCardFloat 5.6s ease-in-out infinite;
}

.pricing-mini-card.free-plan {
    left: 20px;
    top: 96px;
    width: 190px;
}

.pricing-mini-card.pro-plan-card {
    right: 34px;
    top: 46px;
    width: 245px;
    min-height: 242px;
    background: linear-gradient(150deg, rgba(7, 17, 22, 0.84), rgba(20, 63, 111, 0.48));
    border-color: rgba(53, 197, 183, 0.5);
    animation-delay: -1.7s;
}

.pricing-mini-card span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 900;
}

.pricing-mini-card strong {
    margin-top: 12px;
    color: #ffffff;
    font-size: 44px;
    line-height: 1;
    font-weight: 900;
}

.pricing-mini-card.pro-plan-card strong {
    font-size: 48px;
}

.pricing-mini-card em {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.pricing-mini-card b {
    position: absolute;
    top: -16px;
    left: 50%;
    min-width: 136px;
    min-height: 34px;
    display: grid;
    place-items: center;
    padding: 0 18px;
    border-radius: 999px;
    background: #5570d4;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    transform: translateX(-50%);
}

.pricing-feature-pill {
    position: absolute;
    z-index: 2;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.17);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    animation: pricingPillDrift 6s ease-in-out infinite;
}

.pricing-feature-pill::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 9px;
    border-radius: 50%;
    background: #35c5b7;
    box-shadow: 0 0 0 7px rgba(53, 197, 183, 0.16);
}

.pricing-feature-pill.pill-one {
    left: 42px;
    bottom: 52px;
}

.pricing-feature-pill.pill-two {
    right: 14px;
    bottom: 84px;
    animation-delay: -1.5s;
}

.pricing-feature-pill.pill-three {
    left: 196px;
    top: 30px;
    animation-delay: -3s;
}

@keyframes pricingGlowPulse {
    0%,
    100% {
        opacity: 0.78;
        transform: translate(-50%, -50%) scale(0.96);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.06);
    }
}

@keyframes pricingCardFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-1deg);
    }

    50% {
        transform: translate3d(0, -14px, 0) rotate(1deg);
    }
}

@keyframes pricingPillDrift {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(16px, -10px, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pricing-glow,
    .pricing-mini-card,
    .pricing-feature-pill {
        animation: none;
    }
}

.features-hero-inner {
    position: relative;
    z-index: 4;
    width: min(1280px, calc(100% - 48px));
    min-height: 480px;
    margin: 86px auto 0;
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1.05fr);
    gap: 54px;
    align-items: center;
}

.features-hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.features-hero-copy h1 {
    max-width: 640px;
    margin: 22px 0 18px;
    color: #ffffff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 4.3vw, 61px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0;
}

.features-hero-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.55;
    font-weight: 600;
}

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

.features-hero-visual {
    position: relative;
    min-height: 390px;
    display: grid;
    place-items: center;
}

.features-hero-orbit {
    position: absolute;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    animation: featuresOrbitSpin 14s linear infinite;
}

.features-hero-orbit::before,
.features-hero-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.features-hero-orbit::before {
    inset: 54px;
    border: 1px dashed rgba(255, 255, 255, 0.18);
}

.features-hero-orbit::after {
    inset: 104px;
    background: rgba(34, 95, 255, 0.16);
    filter: blur(1px);
}

.features-hero-orbit span {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #225fff;
    box-shadow: 0 0 0 10px rgba(34, 95, 255, 0.18);
}

.features-hero-orbit span:nth-child(1) {
    left: 50%;
    top: -7px;
}

.features-hero-orbit span:nth-child(2) {
    right: 14px;
    bottom: 72px;
    background: #ffffff;
}

.features-hero-orbit span:nth-child(3) {
    left: 28px;
    bottom: 56px;
}

.features-dashboard-card {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.23), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.18);
    animation: featuresDashboardFloat 5.5s ease-in-out infinite;
}

.features-dashboard-top {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
    color: #ffffff;
}

.features-dashboard-top span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #225fff;
    box-shadow: 0 0 0 8px rgba(34, 95, 255, 0.18);
}

.features-dashboard-top strong {
    font-size: 16px;
    font-weight: 900;
}

.features-dashboard-top em {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.features-dashboard-row {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: center;
    min-height: 78px;
    padding: 14px;
    border-radius: 20px;
    color: #ffffff;
}

.features-dashboard-row.active {
    background: rgba(34, 95, 255, 0.22);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.features-dashboard-row i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.15);
    font-style: normal;
}

.features-dashboard-row img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: invert(1);
}

.features-dashboard-row strong {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
}

.features-dashboard-row small {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 700;
}

.features-floating-chip {
    position: absolute;
    z-index: 2;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    animation: featuresChipDrift 5.8s ease-in-out infinite;
}

.features-floating-chip::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 9px;
    border-radius: 50%;
    background: #225fff;
    box-shadow: 0 0 0 7px rgba(34, 95, 255, 0.18);
}

.features-floating-chip.chip-booking {
    left: 18px;
    top: 76px;
}

.features-floating-chip.chip-records {
    right: 10px;
    top: 112px;
    animation-delay: -1.7s;
}

.features-floating-chip.chip-support {
    left: 96px;
    bottom: 30px;
    animation-delay: -3.2s;
}

@keyframes featuresOrbitSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes featuresDashboardFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        transform: translate3d(0, -13px, 0) rotate(0.8deg);
    }
}

@keyframes featuresChipDrift {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(12px, -10px, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .features-hero-orbit,
    .features-dashboard-card,
    .features-floating-chip {
        animation: none;
    }
}


.shape-visual {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 2;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: none;
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

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

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}


.shape-medical {
  position: absolute;
  top: 250px;
  left: 30px;
  z-index: 2;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}.shape-medical img {
  width: 90px;
  opacity: .1;
  filter: invert(1);
  rotate: -30deg;
}

.shape-medical2 {
  position: absolute;
  bottom: 150px;
  right: 30px;
  z-index: 2;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}.shape-medical2 img {
  width: 90px;
  opacity: .1;
  filter: invert(1); 
}

.shape-medical3 {
  position: absolute;
  top: 250px;
  right: 250px;
  z-index: 2;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}.shape-medical3 img {
  width: 90px;
  opacity: .1;
  filter: invert(1); 
  rotate: 30deg;
}
@media (max-width: 1120px) {
    .nav-links {
        gap: 18px;
        font-size: 14px;
    }

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

    .hero-copy,
    .trust,
    .hero-actions {
        justify-content: center;
    }

    .hero-proof-row {
        margin-left: auto;
        margin-right: auto;
    }

    .hero h1,
    .lead {
        margin-left: auto;
        margin-right: auto;
    }

    .lead {
        margin-bottom: 34px;
    }
}

@media (max-width: 860px) {
    .hero {
        min-height: 830px;
        padding-bottom: 68px;
    }

    .site-header {
        height: auto;
        padding: 16px 24px 10px;
        flex-wrap: wrap;
    }

    .nav-links {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 8px 0 4px;
        scrollbar-width: none;
    }

    .nav-links::-webkit-scrollbar {
        display: none;
    }

    .hero-inner {
        width: min(100% - 32px, 720px);
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero-proof-row {
        width: min(560px, 100%);
    }

    .hero-visual {
        min-height: 420px;
    }

    .hero-floating-card-one {
        left: 0;
        top: 62px;
    }

    .hero-floating-card-two {
        right: 0;
        bottom: 74px;
    }

    .hero-pulse-badge {
        right: 12%;
        top: 38px;
        width: 60px;
        height: 60px;
        border-radius: 20px;
    }

    .about-hero-inner {
        width: min(100% - 32px, 720px);
        grid-template-columns: 1fr;
        margin-top: 50px;
        text-align: center;
    }

    .about-hero-copy h1,
    .about-hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .about-hero-actions {
        justify-content: center;
    }

    .about-hero-visual {
        min-height: 330px;
    }

    .contact-hero-inner {
        width: min(100% - 32px, 720px);
        grid-template-columns: 1fr;
        margin-top: 50px;
        text-align: center;
    }

    .contact-hero-copy h1,
    .contact-hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .contact-hero-actions {
        justify-content: center;
    }

    .contact-hero-visual {
        min-height: 330px;
    }

    .contact-channel-card.call {
        left: 56px;
        top: 52px;
    }

    .contact-channel-card.email {
        right: 54px;
        top: 62px;
    }

    .contact-channel-card.visit {
        right: 126px;
        bottom: 12px;
    }

    .pricing-hero-inner {
        width: min(100% - 32px, 720px);
        grid-template-columns: 1fr;
        margin-top: 50px;
        text-align: center;
    }

    .pricing-hero-copy h1,
    .pricing-hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-hero-actions {
        justify-content: center;
    }

    .pricing-hero-visual {
        min-height: 340px;
    }

    .pricing-mini-card.free-plan {
        left: 58px;
        top: 100px;
    }

    .pricing-mini-card.pro-plan-card {
        right: 56px;
        top: 44px;
    }

    .pricing-feature-pill.pill-one {
        left: 80px;
        bottom: 34px;
    }

    .pricing-feature-pill.pill-two {
        right: 72px;
        bottom: 64px;
    }

    .pricing-feature-pill.pill-three {
        left: 244px;
        top: 22px;
    }

    .features-hero-inner {
        width: min(100% - 32px, 720px);
        grid-template-columns: 1fr;
        margin-top: 50px;
        text-align: center;
    }

    .features-hero-copy h1,
    .features-hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .features-hero-actions {
        justify-content: center;
    }

    .features-hero-visual {
        min-height: 340px;
    }

    .features-floating-chip.chip-booking {
        left: 76px;
        top: 50px;
    }

    .features-floating-chip.chip-records {
        right: 70px;
        top: 76px;
    }

    .features-floating-chip.chip-support {
        left: 210px;
        bottom: 4px;
    }

    .lead {
        font-size: 18px;
    }
}

@media (max-width: 560px) {
    .hero {
        min-height: 785px;
        padding-bottom: 46px;
    }

    .hero::after {
        bottom: -62px;
        height: 150px;
        clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
    }

    .site-header {
        width: 100%;
        padding: 12px 14px 10px;
        gap: 14px;
    }

    .brand {
        min-width: auto;
        font-size: 23px;
    }

    .brand-mark {
        width: 34px;
        height: 34px;
    }

    .header-cta {
        min-width: 118px;
        min-height: 48px;
        border-radius: 13px;
        padding: 0 16px;
        font-size: 14px;
    }

    .nav-links {
        gap: 18px;
    }

    .hero-inner {
        margin-top: 38px;
        min-height: auto;
    }

    .hero-proof-row {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 22px;
    }

    .hero-proof-row span {
        min-height: 64px;
        grid-template-columns: 70px 1fr;
        align-items: center;
        text-align: left;
    }

    .about-hero-inner {
        margin-top: 38px;
        min-height: auto;
        gap: 28px;
    }

    .about-hero-copy h1 {
        font-size: 36px;
    }

    .about-hero-copy p {
        font-size: 16px;
    }

    .about-hero-actions {
        align-items: stretch;
    }

    .about-hero-visual {
        min-height: 280px;
    }

    .about-pulse-card.main {
        width: 175px;
        height: 175px;
        border-radius: 32px;
    }

    .about-pulse-card.mini {
        width: 122px;
        min-height: 78px;
    }

    .about-pulse-card.top {
        right: 0;
        top: 36px;
    }

    .about-pulse-card.bottom {
        left: 0;
        bottom: 34px;
    }

    .about-pulse-card span {
        font-size: 34px;
    }

    .about-pulse-card.mini span {
        font-size: 24px;
    }

    .contact-hero-inner {
        margin-top: 38px;
        min-height: auto;
        gap: 28px;
    }

    .contact-hero-copy h1 {
        font-size: 36px;
    }

    .contact-hero-copy p {
        font-size: 16px;
    }

    .contact-hero-actions {
        align-items: stretch;
    }

    .contact-hero-visual {
        min-height: 285px;
    }

    .contact-signal {
        width: 205px;
        height: 205px;
    }

    .contact-signal::before {
        inset: -22px;
    }

    .contact-signal::after {
        inset: -44px;
    }

    .contact-channel-card {
        min-width: 102px;
        min-height: 88px;
        padding: 13px;
        border-radius: 21px;
    }

    .contact-channel-card.center {
        width: 170px;
        min-height: 140px;
        border-radius: 30px;
    }

    .contact-channel-card.call {
        left: 0;
        top: 38px;
    }

    .contact-channel-card.email {
        right: 0;
        top: 48px;
    }

    .contact-channel-card.visit {
        right: 64px;
        bottom: 0;
    }

    .contact-channel-card span {
        width: 38px;
        height: 38px;
        border-radius: 13px;
    }

    .contact-channel-card span img {
        width: 20px;
        height: 20px;
    }

    .contact-channel-card strong {
        font-size: 13px;
    }

    .pricing-hero-inner {
        margin-top: 38px;
        min-height: auto;
        gap: 28px;
    }

    .pricing-hero-copy h1 {
        font-size: 36px;
    }

    .pricing-hero-copy p {
        font-size: 16px;
    }

    .pricing-hero-actions {
        align-items: stretch;
    }

    .pricing-hero-visual {
        min-height: 310px;
    }

    .pricing-glow {
        width: 230px;
        height: 230px;
    }

    .pricing-mini-card {
        min-height: 142px;
        padding: 18px;
        border-radius: 24px;
    }

    .pricing-mini-card.free-plan {
        left: 0;
        top: 98px;
        width: 142px;
    }

    .pricing-mini-card.pro-plan-card {
        right: 0;
        top: 38px;
        width: 178px;
        min-height: 182px;
    }

    .pricing-mini-card strong,
    .pricing-mini-card.pro-plan-card strong {
        font-size: 33px;
    }

    .pricing-mini-card b {
        min-width: 118px;
        min-height: 30px;
        font-size: 10px;
    }

    .pricing-feature-pill {
        min-height: 38px;
        padding: 0 13px;
        font-size: 12px;
    }

    .pricing-feature-pill.pill-one {
        left: 12px;
        bottom: 20px;
    }

    .pricing-feature-pill.pill-two {
        right: 0;
        bottom: 50px;
    }

    .pricing-feature-pill.pill-three {
        left: 118px;
        top: 0;
    }

    .features-hero-inner {
        margin-top: 38px;
        min-height: auto;
        gap: 28px;
    }

    .features-hero-copy h1 {
        font-size: 36px;
    }

    .features-hero-copy p {
        font-size: 16px;
    }

    .features-hero-actions {
        align-items: stretch;
    }

    .features-hero-visual {
        min-height: 312px;
    }

    .features-hero-orbit {
        width: 230px;
        height: 230px;
    }

    .features-dashboard-card {
        width: min(100%, 320px);
        padding: 16px;
        border-radius: 26px;
    }

    .features-dashboard-row {
        grid-template-columns: 40px 1fr;
        min-height: 66px;
        padding: 10px;
    }

    .features-dashboard-row i {
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .features-floating-chip {
        min-height: 36px;
        padding: 0 13px;
        font-size: 12px;
    }

    .features-floating-chip.chip-booking {
        left: 0;
        top: 28px;
    }

    .features-floating-chip.chip-records {
        right: 0;
        top: 50px;
    }

    .features-floating-chip.chip-support {
        left: 86px;
        bottom: 0;
    }

    .trust {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .hero h1 {
        font-size: 35px;
    }

    .lead {
        margin-top: 18px;
        font-size: 17px;
    }

    .hero-actions {
        align-items: stretch;
    }

    .btn {
        flex: 1 1 100%;
        min-width: 0;
    }

    .hero-visual {
        min-height: 300px;
    }

    .hero-visual::before {
        left: 5%;
        right: 5%;
        top: 36px;
        bottom: 28px;
        height: auto;
        border-radius: 22px;
        transform: none;
    }

    .hero-device-glow {
        left: 8%;
        right: 8%;
        top: 52px;
        bottom: 48px;
    }

    .hero-floating-card,
    .hero-pulse-badge {
        display: none;
    }

    .hero-visual img {
        transform: none;
        width: min(100%, 520px);
    }
}

.contact-section {
  padding: 86px 24px 88px;
  background: radial-gradient(circle at 26% 46%, rgba(34, 95, 255, 0.08), transparent 33%), radial-gradient(circle at 78% 34%, rgba(34, 95, 255, 0.11), transparent 32%), #f8fcff;
  color: #071116;
  font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.contact-heading {
    width: min(760px, 100%);
    margin: 0 auto 60px;
    text-align: center;
}

.contact-heading h2 {
    margin: 0;
    color: #071116;
    font-size: clamp(40px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
}

.contact-heading h2 span {
    color: #225fff;
}

.contact-heading p {
    margin: 22px 0 0;
    color: #5d6f7c;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}

.contact-wrap {
    width: min(1035px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 315px minmax(0, 674px);
    gap: 42px;
    align-items: center;
}

.contact-info {
    display: grid;
    gap: 76px;
    padding-top: 20px;
}

.contact-detail {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.contact-icon {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #225fff;
    box-shadow: 0 14px 28px rgba(53, 197, 183, 0.2);
}
.contact-detail img {
  width: 20px;
  filter: invert(1);
}
  

.contact-detail h3 {
    margin: 2px 0 6px;
    color: #225fff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 900;
}

.contact-detail a,
.contact-detail address {
    display: block;
    margin: 0;
    color: #020817;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
    font-style: normal;
}

.contact-detail p {
    margin: 6px 0 0;
    color: #5d6f7c;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}

.business-hours {
  margin-top: -16px;
  padding: 24px 22px;
  border: 1px solid rgba(34, 95, 255, 0.29);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(34, 95, 255, 0.07), rgba(246, 251, 255, 0.95));
  box-shadow: inset 0 0 60px rgba(34, 95, 255, 0.02);
}

.business-hours h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: #225fff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 900;
}

.clock-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    border: 2px solid #225fff;
    border-radius: 50%;
}

.clock-icon::before {
    left: 6px;
    top: 3px;
    width: 2px;
    height: 5px;
    background: #225fff;
    border-radius: 999px;
}

.clock-icon::after {
    left: 6px;
    top: 7px;
    width: 5px;
    height: 2px;
    background: #225fff;
    border-radius: 999px;
}

.business-hours dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.business-hours div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.business-hours dt,
.business-hours dd {
    margin: 0;
    color: #536878;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}

.business-hours div:last-child dt,
.business-hours div:last-child dd {
    color: #071116;
    font-weight: 800;
}

.contact-form-card {
    padding: 43px 44px;
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 34px 72px rgba(34, 95, 255, 0.02);
}

.form-intro h3 {
    margin: 0;
    color: #071116;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 900;
}

.form-intro p {
    margin: 10px 0 34px;
    color: #5d6f7c;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
}

.contact-form-card label {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
}

.contact-form-card label span {
    color: #637783;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.contact-form-card input,
.contact-form-card textarea {
    width: 100%;
    border: 0;
    outline: 0;
    border-radius: 20px;
    background: #f3f7fa;
    color: #405566;
    font: inherit;
    font-size: 14px;
    box-shadow: inset 0 2px 8px rgba(15, 31, 72, 0.04);
}

.contact-form-card input {
    min-height: 45px;
    padding: 0 14px;
}

.contact-form-card textarea {
    min-height: 134px;
    resize: vertical;
    padding: 17px 14px;
}

.contact-form-card input::placeholder,
.contact-form-card textarea::placeholder {
    color: #7f91a3;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
    box-shadow: inset 0 0 0 2px rgba(34, 95, 255, 0.21), 0 10px 24px rgba(53, 197, 183, 0.1);
}

.contact-submit {
    width: 100%;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    background: #225fff;
    color: #ffffff;
    font: inherit;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 18px 34px rgba(34, 95, 255, 0.25);
}

.send-icon {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.send-icon::before {
    inset: 3px 2px 2px 1px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: skew(-18deg) rotate(23deg);
}

.send-icon::after {
    left: 3px;
    top: 8px;
    width: 9px;
    height: 2px;
    background: #ffffff;
    transform: rotate(-25deg);
}

@media (max-width: 960px) {
    .contact-wrap {
        grid-template-columns: 1fr;
        width: min(680px, 100%);
    }

    .contact-info {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
        padding-top: 0;
    }

    .business-hours {
        grid-column: 1 / -1;
        margin-top: 0;
    }
}

@media (max-width: 680px) {
    .contact-section {
        padding: 64px 16px 68px;
    }

    .contact-heading {
        margin-bottom: 38px;
    }

    .contact-info,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .contact-info {
        gap: 30px;
    }

    .contact-form-card {
        padding: 30px 20px;
        border-radius: 22px;
    }
}

.ai-suite {
    position: relative;
    padding: 150px 24px 150px;
    color: #071735;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 58%, #ffffff 100%);
}

.about-mission,
.core-values {
    background:radial-gradient(circle at 20% 30%, rgba(34, 95, 255, 0.1), transparent 26%), linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
    color: #071116;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.about-mission {
    position: relative;
    overflow: hidden;
    padding: 72px 24px 78px;
}

.about-mission::before {
    content: "";
    position: absolute;
    inset: 28px auto auto 6%;
    width: 128px;
    height: 128px;
    border: 1px solid rgba(34, 95, 255, 0.14);
    border-radius: 999px;
    opacity: 0.72;
}

.about-mission::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: 78px;
    width: 84px;
    height: 84px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(0, 190, 160, 0.14), rgba(34, 95, 255, 0.08));
}

.about-heading,
.values-heading {
    position: relative;
    z-index: 1;
    width: min(820px, 100%);
    margin: 0 auto;
    text-align: center;
}

.about-heading h2,
.values-heading h2 {
    margin: 0;
    color: #071116;
    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.about-heading h2 span {
    color: #225fff;
}

.about-heading p,
.values-heading p {
    margin: 22px 0 0;
    color: #5d6f7c;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
}

.mission-story {
    position: relative;
    z-index: 1;
    width: min(1220px, 100%);
    margin: 62px auto 0;
    display: grid;
    grid-template-columns: minmax(420px, 1.05fr) minmax(360px, 0.95fr);
    gap: 56px;
    align-items: center;
}

.mission-image {
    position: relative;
    overflow: hidden;
    min-height: 444px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(34, 95, 255, 0.1);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(232, 243, 255, 0.78)),
        #ffffff;
    box-shadow: 0 34px 80px rgba(15, 31, 72, 0.15);
}

.mission-image img {
    display: block;
    width: 100%; 
    height: 100%;
    min-height: 444px;
    object-fit: cover;
    object-position: center;
}

.mission-image-card {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    display: grid;
    gap: 5px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 44px rgba(15, 31, 72, 0.13);
    color: #073050;
    backdrop-filter: blur(14px);
}

.mission-image-card strong {
    font-size: 16px;
    font-weight: 900;
}

.mission-image-card span {
    color: #486778;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.mission-copy {
    padding: 12px 0;
}

.mission-badge {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 15px;
    border-radius: 999px;
    border: 1px solid rgba(34, 95, 255, 0.14);
    background: rgba(116, 161, 251, 0.18);
    color: #225fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.mission-copy h3 {
    max-width: 590px;
    margin: 28px 0 26px;
    color: #071116;
    font-size: clamp(30px, 3vw, 36px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.mission-copy p {
    max-width: 620px;
    margin: 0 0 18px;
    color: #5b6f7c;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 500;
}

.mission-feature-grid {
    display: grid;
    gap: 14px;
    margin-top: 28px;
}

.mission-feature-card {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px;
    border: 1px solid rgba(34, 95, 255, 0.11);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 42px rgba(15, 31, 72, 0.08);
}

.mission-feature-card:nth-child(2) {
    border-color: rgba(0, 163, 132, 0.16);
}

.mission-feature-card:nth-child(3) {
    border-color: rgba(245, 154, 35, 0.18);
}

.mission-feature-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 8px;
    background: #eef5ff;
}

.mission-feature-card:nth-child(2) .mission-feature-icon {
    background: #eafbf6;
}

.mission-feature-card:nth-child(3) .mission-feature-icon {
    background: #fff7e8;
}

.mission-feature-icon img {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.mission-feature-card h4 {
    margin: 0 0 5px;
    color: #073050;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
}

.mission-feature-card p {
    margin: 0;
    color: #526979;
    font-size: 14px;
    line-height: 1.48;
    font-weight: 500;
}

.mission-control-bar {
    position: relative;
    z-index: 1;
    width: min(1220px, 100%);
    margin: 34px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    min-height: 48px;
    padding: 10px 22px;
    border: 1px solid rgba(0, 163, 180, 0.18);
    border-radius: 8px;
    background: rgba(230, 249, 252, 0.78);
    color: #004466;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 900;
}

.core-values {
    padding: 42px 24px 96px;
}

.values-heading h2 {
    font-size: clamp(30px, 3vw, 36px);
}

.values-grid {
    width: min(1288px, 100%);
    margin: 58px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 29px;
}

.value-card {
    min-height: 220px;
    padding: 29px 30px 28px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88); 
}

.value-icon {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background:rgba(116, 161, 251, 0.81);
    color: #225fff;
}
 
.value-card h3 {
    margin: 25px 0 13px;
    color: #071116;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.value-card p {
    margin: 0;
    color: #536878;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
}

@media (max-width: 1040px) {
    .mission-story {
        grid-template-columns: 1fr;
        width: min(720px, 100%);
        gap: 38px;
    }

    .mission-copy {
        padding-top: 0;
    }

    .values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .about-mission {
        padding: 58px 16px;
    }

    .about-mission::before,
    .about-mission::after {
        display: none;
    }

    .core-values {
        padding: 32px 16px 70px;
    }

    .mission-story {
        margin-top: 42px;
    }

    .mission-image img {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .mission-image {
        min-height: 0;
        display: block;
    }

    .mission-image-card {
        position: static;
        margin: -8px 12px 12px;
    }

    .mission-feature-card {
        grid-template-columns: 42px 1fr;
        padding: 14px;
    }

    .mission-feature-icon {
        width: 42px;
        height: 42px;
    }

    .mission-control-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding: 14px;
        font-size: 15px;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

.ai-suite::before {
    content: "";
    position: absolute;
    inset: 110px auto auto 4%;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(34, 95, 255, 0.08);
    border-radius: 50%;
}

.suite-heading {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    margin: 0 auto 56px;
    text-align: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid #cfdaf2;
    border-radius: 999px;
    background: linear-gradient(180deg, #f6f9ff, #e8efff);
    color: #1a5cff;
    font-size: 17px;
    font-weight: 800;
}

.suite-heading h2 {
    margin: 22px auto 28px;
    color: #071735;
    font-family: DM Sans;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0;
}

.suite-cta {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 13px;
    background: #225fff;
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(34, 95, 255, 0.25);
}

.suite-shell {
    position: sticky;
    top: 0;
    z-index: 1;
    width: min(1148px, 100%);
    min-height: 500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 36px;
    align-items: center;
    padding: 48px;
    border: 1px solid rgba(6, 23, 53, 0.08);
    border-radius: 36px;
    background:
        radial-gradient(circle at 77% 24%, rgba(110, 97, 255, 0.16), transparent 30%),
        radial-gradient(circle at 62% 77%, rgba(17, 199, 220, 0.12), transparent 28%),
        rgba(255, 255, 255, 0.88);
    box-shadow: 0 32px 90px rgba(20, 44, 88, 0.08);
    overflow: hidden;
}

.suite-sticky-sentinel {
    height: 0;
}

.suite-scroll-spacer {
    height: 135vh;
    pointer-events: none;
}

.suite-shell::before {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 28px;
    border: 1px dashed rgba(34, 95, 255, 0.13);
    pointer-events: none;
}

.tab-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 14px;
}

.tab-trigger {
    width: 100%;
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid transparent;
    border-radius: 18px;
    padding: 12px 16px;
    color: #0b1736;
    background: transparent;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tab-trigger:hover,
.tab-trigger:focus-visible {
    transform: translateX(4px);
    outline: none;
    border-color: rgba(34, 95, 255, 0.22);
    background: #f4f7ff;
}

.tab-trigger.is-active {
    background: linear-gradient(135deg, #eaf0ff, #f8fbff);
    border-color: rgba(34, 95, 255, 0.18);
    box-shadow: 0 18px 36px rgba(34, 95, 255, 0.12);
}

.tab-trigger strong {
    display: block;
    color: #0b1736;
    font-size: 19px;
    line-height: 1.2;
}

.tab-trigger.is-active strong {
    color: #155cff;
}

.tab-trigger small {
    display: block;
    margin-top: 4px;
    color: #71809b;
    font-size: 13px;
    line-height: 1.35;
}

.tab-icon {
    position: relative;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #a7adba;
    box-shadow: inset 0 -8px 16px rgba(0, 0, 0, 0.12);
}

.tab-trigger.is-active .tab-icon {
    background: linear-gradient(135deg, #225fff, #80a7ff);
}

.tab-icon::before,
.tab-icon::after {
    content: "";
    position: absolute;
}

.summary-icon::before {
    left: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 5px;
}

.summary-icon::after {
    left: 17px;
    top: 7px;
    width: 8px;
    height: 12px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.chat-icon::before {
    left: 8px;
    top: 11px;
    width: 22px;
    height: 15px;
    border-radius: 7px;
    background: #ffffff;
}

.chat-icon::after {
    left: 13px;
    top: 8px;
    width: 3px;
    height: 21px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 6px 0 #ffffff, 12px 0 #ffffff;
}

.rx-icon::before {
    left: 10px;
    top: 8px;
    width: 15px;
    height: 21px;
    border: 2px solid #ffffff;
    border-radius: 4px;
}

.rx-icon::after {
    left: 15px;
    top: 13px;
    width: 12px;
    height: 12px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.voice-icon::before {
    left: 8px;
    top: 16px;
    width: 3px;
    height: 8px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 5px -5px 0 #ffffff, 10px -9px 0 #ffffff, 15px -3px 0 #ffffff, 20px -7px 0 #ffffff;
}

.voice-icon::after {
    left: 8px;
    right: 8px;
    bottom: 9px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
}

.tab-panels {
    position: relative;
    z-index: 2;
    min-height: 390px;
}

.tab-panel {
    animation: panelIn 260ms ease both;
}

@keyframes panelIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.clinical-board,
.chat-board,
.rx-board,
.voice-board {
    position: relative;
    min-height: 390px;
    border-radius: 30px;
    background: linear-gradient(145deg, #ffffff, #f7faff);
    border: 1px solid rgba(34, 95, 255, 0.12);
    box-shadow: 0 26px 70px rgba(22, 62, 139, 0.14);
    overflow: hidden;
}

.clinical-board {
    padding: 28px;
}

.clinical-board::before {
    content: "";
    position: absolute;
    right: 42px;
    top: 38px;
    width: 96px;
    height: 96px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 38% 38%, #c399ee 0 18%, transparent 19%),
        radial-gradient(circle at 61% 58%, #225fff 0 28%, transparent 29%),
        rgba(255, 255, 255, 0.94);
    border: 6px solid rgba(34, 95, 255, 0.58);
    box-shadow: 0 18px 45px rgba(86, 103, 212, 0.28);
}

.board-topline {
    display: flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding: 10px 13px;
    border-radius: 999px;
    background: #eef4ff;
    color: #225fff;
    font-weight: 800;
    font-size: 13px;
}

.board-topline span:last-child {
    color: #7a87a0;
    font-weight: 700;
}

.live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #19c68b;
    box-shadow: 0 0 0 5px rgba(25, 198, 139, 0.14);
}

.diagnosis-card {
    width: min(390px, 78%);
    margin-top: 64px;
    padding: 24px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 20px 44px rgba(15, 31, 72, 0.12);
}

.status-chip {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: #e9efff;
    color: #225fff;
    font-size: 12px;
    font-weight: 800;
}

.diagnosis-card h3 {
    margin: 14px 0 10px;
    color: #10172d;
    font-size: 24px;
    line-height: 1.15;
}

.diagnosis-card p,
.insight-card p,
.ai-bubble p,
.voice-board p {
    margin: 0;
    color: #5d6880;
    line-height: 1.58;
}

.timeline-card {
    position: absolute;
    left: 48px;
    bottom: 36px;
    width: 245px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(225, 230, 242, 0.95);
    backdrop-filter: blur(16px);
}

.timeline-card span {
    display: block;
    color: #d16192;
    font-size: 13px;
    font-weight: 800;
}

.timeline-card ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    color: #111827;
    font-size: 13px;
    line-height: 1.9;
}

.insight-card {
    position: absolute;
    right: 32px;
    bottom: 52px;
    width: 300px;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 56px rgba(20, 42, 94, 0.14);
}

.insight-card strong {
    display: inline-flex;
    margin-bottom: 8px;
    color: #225fff;
}

.chat-board,
.rx-board,
.voice-board {
    padding: 34px;
}

.doctor-bubble,
.ai-bubble {
    max-width: 78%;
    padding: 18px 20px;
    border-radius: 22px;
    font-weight: 700;
}

.doctor-bubble {
    margin-left: auto;
    color: #ffffff;
    background: #225fff;
}

.ai-bubble {
    margin-top: 28px;
    color: #071735;
    background: #ffffff;
    box-shadow: 0 20px 48px rgba(15, 31, 72, 0.12);
}

.ai-bubble span {
    display: block;
    margin-bottom: 8px;
    color: #225fff;
    font-weight: 900;
}

.source-row {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 34px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.source-row span {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #eef4ff;
    color: #225fff;
    font-weight: 800;
}

.rx-header,
.rx-line,
.converted-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.rx-header {
    margin-bottom: 28px;
}

.rx-header span {
    color: #225fff;
    font-weight: 900;
}

.rx-header strong {
    padding: 8px 14px;
    border-radius: 999px;
    background: #edf3ff;
    color: #225fff;
}

.rx-line {
    min-height: 70px;
    margin-bottom: 14px;
    padding: 0 18px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 31, 72, 0.08);
}

.rx-line span,
.rx-line em {
    color: #7b879d;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.rx-line strong {
    color: #071735;
}

.rx-line.muted {
    background: #fff6fb;
}

.rx-action {
    width: 100%;
    min-height: 56px;
    margin-top: 14px;
    border: 0;
    border-radius: 16px;
    background: #225fff;
    color: #ffffff;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.voice-board {
    display: grid;
    align-content: center;
    gap: 28px;
}

.wave-row {
    min-height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.wave-row span {
    width: 12px;
    height: 42px;
    border-radius: 999px;
    background: linear-gradient(180deg, #225fff, #8ad7ff);
    animation: wavePulse 950ms ease-in-out infinite;
}

.wave-row span:nth-child(2) {
    height: 72px;
    animation-delay: 80ms;
}

.wave-row span:nth-child(3) {
    height: 98px;
    animation-delay: 160ms;
}

.wave-row span:nth-child(4) {
    height: 62px;
    animation-delay: 240ms;
}

.wave-row span:nth-child(5) {
    height: 110px;
    animation-delay: 320ms;
}

.wave-row span:nth-child(6) {
    height: 74px;
    animation-delay: 400ms;
}

.wave-row span:nth-child(7) {
    height: 48px;
    animation-delay: 480ms;
}

@keyframes wavePulse {

    0%,
    100% {
        transform: scaleY(0.72);
        opacity: 0.7;
    }

    50% {
        transform: scaleY(1);
        opacity: 1;
    }
}

.voice-board p {
    width: min(460px, 100%);
    margin: 0 auto;
    text-align: center;
    color: #071735;
    font-size: 22px;
    font-weight: 800;
}

.converted-note {
    width: min(460px, 100%);
    margin: 0 auto;
    padding: 18px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 31, 72, 0.1);
}

.converted-note span {
    color: #225fff;
    font-size: 13px;
    font-weight: 900;
}

.converted-note strong {
    color: #071735;
    font-size: 14px;
    line-height: 1.35;
}

.suite-orbit {
    position: absolute;
    right: 30px;
    top: 26px;
    width: 124px;
    height: 124px;
    pointer-events: none;
    transform-origin: 58% 48%;
    animation: suiteOrbitDrift 7s ease-in-out infinite;
}

.suite-orbit span {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #225fff, #ab7ff0);
    opacity: 0.18;
    will-change: transform, opacity;
}

.suite-orbit span:nth-child(1) {
    width: 74px;
    height: 74px;
    right: 0;
    top: 0;
    animation: suiteBubbleFloat 5.6s ease-in-out infinite;
}

.suite-orbit span:nth-child(2) {
    width: 42px;
    height: 42px;
    left: 10px;
    bottom: 12px;
    animation: suiteBubbleFloat 6.4s ease-in-out -1.1s infinite reverse;
}

.suite-orbit span:nth-child(3) {
    width: 18px;
    height: 18px;
    right: 22px;
    bottom: 0;
    animation: suiteBubblePulse 4.8s ease-in-out -0.6s infinite;
}

@keyframes suiteOrbitDrift {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    35% {
        transform: translate3d(-12px, 9px, 0) rotate(-5deg);
    }

    70% {
        transform: translate3d(9px, -8px, 0) rotate(4deg);
    }
}

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

    50% {
        transform: translate3d(8px, -10px, 0) scale(1.08);
        opacity: 0.28;
    }
}

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

    50% {
        transform: translate3d(-6px, -7px, 0) scale(1.35);
        opacity: 0.32;
    }
}

@media (prefers-reduced-motion: reduce) {
    .suite-orbit,
    .suite-orbit span {
        animation: none;
    }
}

@media (max-width: 980px) {
    .suite-shell {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .tab-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tab-trigger:hover,
    .tab-trigger:focus-visible {
        transform: translateY(-2px);
    }
}

@media (max-width: 680px) {
    .ai-suite {
        padding: 64px 16px 74px;
    }

    .suite-heading {
        margin-bottom: 34px;
    }

    .suite-shell {
        position: relative;
        top: auto;
        padding: 18px;
        border-radius: 24px;
    }

    .suite-scroll-spacer {
        display: none;
    }

    .suite-shell::before,
    .suite-orbit {
        display: none;
    }

    .tab-list {
        grid-template-columns: 1fr;
    }

    .tab-trigger {
        min-height: 66px;
    }

    .tab-panels,
    .clinical-board,
    .chat-board,
    .rx-board,
    .voice-board {
        min-height: auto;
    }

    .clinical-board,
    .chat-board,
    .rx-board,
    .voice-board {
        padding: 22px;
        border-radius: 22px;
    }

    .clinical-board::before {
        width: 72px;
        height: 72px;
        right: 20px;
        top: 28px;
        border-radius: 18px;
    }

    .diagnosis-card {
        width: 100%;
        margin-top: 100px;
    }

    .timeline-card,
    .insight-card {
        position: static;
        width: 100%;
        margin-top: 16px;
    }

    .doctor-bubble,
    .ai-bubble {
        max-width: 100%;
    }

    .source-row {
        position: static;
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .rx-line {
        display: grid;
        align-content: center;
        justify-items: start;
        gap: 4px;
        min-height: 82px;
    }

    .converted-note {
        display: grid;
        justify-items: center;
        text-align: center;
    }
}

.product-suites {
    --product-card-x: 0px;
    --product-card-y: 0px;
    --product-card-scale: 1;
    --product-card-opacity: 1;
    --product-copy-opacity: 0.58;
    --product-copy-scale: 0.96;
    position: relative;
    background: #030916;
    color: #ffffff;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    overflow: clip;
}

.product-suites.is-scroll-controlled {
    --product-card-scale: 0.72;
    --product-card-opacity: 0;
    --product-copy-opacity: 1;
    --product-copy-scale: 1;
}

.product-suites-stage {
    position: sticky;
    top: 0;
    min-height: 120vh;
    overflow: hidden;
    isolation: isolate;
    background: radial-gradient(circle at 49% 37%, rgba(164, 170, 214, 0.42), transparent 31%), radial-gradient(circle at 28% 42%, rgb(16, 40, 116), transparent 38%), radial-gradient(circle at 81% 31%, rgb(16, 40, 116), transparent 39%), linear-gradient(104deg, #10081d 0%, #2b1446 28%, #123760 60%, #002733 100%);
}

.product-suites-rings {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 58%;
    width: min(1220px, 82vw);
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.44;
    background:
        repeating-radial-gradient(circle, transparent 0 47px, rgba(255, 255, 255, 0.13) 49px 51px, transparent 53px 84px);
    mask-image: radial-gradient(circle, transparent 0 18%, #000 19% 100%);
    pointer-events: none;
}

.product-suites-stage::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.4)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 48%, rgba(0, 0, 0, 0.22));
    pointer-events: none;
}

.product-suites-copy {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: min(860px, calc(100% - 40px));
    text-align: center;
    transform: translate(-50%, -50%) scale(var(--product-copy-scale));
    opacity: var(--product-copy-opacity);
    transition: opacity 120ms linear, transform 120ms linear;
    will-change: opacity, transform;
}

.product-suites-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-suites-copy p {
    margin: 22px 0 8px;
    color: rgba(244, 246, 255, 0.82);
    font-size: clamp(24px, 2.4vw, 36px);
    line-height: 1.12;
    font-weight: 400;
}

.product-suites-copy h2 {
    margin: 0;
    color: rgba(234, 238, 255, 0.82);
    font-size: clamp(38px, 4.7vw, 64px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0;
}

.product-suite-cards {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: clamp(92px, 16vh, 150px);
    width: min(1120px, calc(100% - 56px));
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 26px;
    transform: translateX(-50%);
    pointer-events: none;
}

.product-suite-card {
    position: relative;
    aspect-ratio: 1.4;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
    overflow: hidden;
    opacity: var(--product-card-opacity);
    transform: translate3d(var(--product-card-x), var(--product-card-y), 0) scale(var(--product-card-scale));
    transform-origin: center;
    will-change: transform, opacity;
}

.product-suite-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
}

.product-suites-scroll-spacer {
    height: 175vh;
    pointer-events: none;
}


.wrapper-sgade-bmmtm {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 111;
  padding: 10px 20px;
  background-image: linear-gradient(#0000, #16174a80 20%, #151c53 70%);
}.wrappere-ebtm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}.ahsort {
  border: 1px solid #14143c;
  background: #151a4e;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 40px;
}.wrappere-ebtm-inner h3 {
  margin: 0 0 5px;
}.wrappere-ebtm-inner p {
  margin: 0 0 10px;
}.a-btn-req-qoute {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  display: none;
}

@media (prefers-reduced-motion: reduce) {
    .product-suites {
        --product-card-x: 0px;
        --product-card-y: 0px;
        --product-card-scale: 1;
        --product-card-opacity: 1;
        --product-copy-opacity: 0.58;
        --product-copy-scale: 0.96;
    }

    .product-suites-copy,
    .product-suite-card {
        transition: none;
    }
}

@media (max-width: 1120px) {
    .product-suite-cards {
        width: min(920px, calc(100% - 40px));
        gap: 18px;
    }
}

@media (max-width: 760px) {
    .product-suites {
        padding: 0;
        overflow: hidden;
    }

    .product-suites-stage {
        position: relative;
        min-height: auto;
        padding: 86px 16px 72px;
    }

    .product-suites-copy {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        margin: 0 auto 34px;
        transform: none !important;
        opacity: 1 !important;
    }

    .product-suite-cards {
        position: relative;
        left: auto;
        top: auto;
        width: min(430px, 100%);
        margin: 0 auto;
        grid-template-columns: 1fr;
        transform: none;
        pointer-events: auto;
    }

    .product-suite-card {
        opacity: 1 !important;
        transform: none !important;
    }

    .product-suites-scroll-spacer {
        display: none;
    }

    .product-suites-rings {
        width: 760px;
        top: 38%;
    }
}

.how-it-works {
    position: relative;
    padding: 112px 24px 104px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 30%, rgba(34, 95, 255, 0.1), transparent 26%),
        linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
    color: #071116;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.how-it-works::before {
    display: none;
}

.how-wrap {
    position: relative;
    z-index: 1;
    width: min(1188px, 100%);
    margin: 0 auto;
}

.how-heading {
    max-width: 820px;
    margin: 0 0 70px;
    text-align: left;
}

.how-heading h2 {
    margin: 0;
    color: #0b1115;
    font-size: clamp(52px, 5vw, 66px);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: 0;
}

.how-heading h2 span,
.how-heading h2 strong {
    display: block;
}
#how-it-works-title span {
  margin-bottom: 10px;
}
.how-heading h2 strong {
    max-width: 520px;
    color: #225fff;
    font-weight: 900;
}

.how-heading p {
    max-width: 860px;
    margin: 28px 0 0;
    color: #60717f;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
}
.how-it-works.cms-panell #how-it-works-title span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0px 15px;
  border-radius: 999px;
  border: 1px solid rgba(34, 95, 255, 0.14);
  background: rgba(116, 161, 251, 0.18);
  color: rgb(34, 95, 255);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}.how-it-works.cms-panell .how-heading h3 {
  margin: 0px;
  color: rgb(7, 17, 22);
  font-size: clamp(38px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0px;
}
.steps-track {
    position: relative;
    counter-reset: why-step;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 84px;
    row-gap: 82px;
    margin-top: 0;
    padding: 0;
}

.steps-track::before {
    /* content: ""; */
    position: absolute;
    left: 80px;
    right: 80px;
    top: 58px;
    height: calc(100% - 106px);
    background:
        linear-gradient(90deg, transparent 0, rgba(34, 197, 186, 0.16) 13%, rgba(34, 197, 186, 0.42) 50%, rgba(34, 197, 186, 0.16) 87%, transparent 100%) 0 0 / 100% 1px no-repeat,
        linear-gradient(90deg, transparent 0, rgba(34, 197, 186, 0.16) 13%, rgba(34, 197, 186, 0.42) 50%, rgba(34, 197, 186, 0.16) 87%, transparent 100%) 0 50% / 100% 1px no-repeat,
        linear-gradient(90deg, transparent 0, rgba(34, 197, 186, 0.16) 13%, rgba(34, 197, 186, 0.42) 50%, rgba(34, 197, 186, 0.16) 87%, transparent 100%) 0 100% / 100% 1px no-repeat;
    pointer-events: none;
}

.work-step {
    position: relative;
    counter-increment: why-step;
    z-index: 1;
    min-height: 238px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 0;
    background: transparent;
    overflow: visible;
    transition: transform 260ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.work-step::before {
    content: counter(why-step, decimal-leading-zero);
    position: absolute;
    left: 250px;
    top: 8px;
    color: rgba(10, 27, 43, 0.065);
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    pointer-events: none;
}

.work-step:hover {
    transform: translateY(-6px);
}

.step-top {
    position: relative;
    z-index: 1;
    min-height: 106px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.step-icon {
    position: relative;
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    background:
        radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.95), transparent 34%),
        linear-gradient(135deg, rgba(34, 95, 255, 0.13), rgba(45, 196, 183, 0.12));
    box-shadow: none;
}

.step-icon svg {
    width: 52px;
    height: 52px;
    display: block;
    filter: drop-shadow(0 8px 10px rgba(21, 57, 143, 0.14));
    transition: transform 260ms ease;
}

.work-step:hover .step-icon svg {
    transform: scale(1.08) rotate(-3deg);
}

.ai-tools-step,
.customization-step {
    background-image:
        radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.95), transparent 34%),
        linear-gradient(135deg, rgba(147, 99, 255, 0.16), rgba(34, 95, 255, 0.12));
}

.self-hosted-step,
.support-step,
.whatsapp-step {
    background-image:
        radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.95), transparent 34%),
        linear-gradient(135deg, rgba(45, 196, 183, 0.18), rgba(34, 95, 255, 0.1));
}

.install-step,
.data-step,
.mobile-step {
    background-image:
        radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.95), transparent 34%),
        linear-gradient(135deg, rgba(255, 189, 61, 0.18), rgba(34, 95, 255, 0.1));
}

.work-step h3 {
    position: relative;
    z-index: 1;
    margin: 16px 0 14px;
    color: #071116;
    font-size: 26px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: 0;
}

.work-step p {
    position: relative;
    z-index: 1;
    max-width: 340px;
    margin: 0;
    color: #60727f;
    font-size: 18px;
    line-height: 1.46;
    font-weight: 600;
}

.cms-how-it-works {
    position: relative;
    padding: 104px 24px 92px;
    background:
        radial-gradient(circle at 14% 18%, rgba(125, 220, 255, 0.22), transparent 28%),
        radial-gradient(circle at 86% 16%, rgba(93, 255, 210, 0.16), transparent 28%),
        radial-gradient(circle at 50% 95%, rgba(143, 182, 255, 0.14), transparent 32%),
        linear-gradient(116deg, #071b5f 0%, #0a2d90 44%, #452877 100%);
    color: #ffffff;
    isolation: isolate;
}

.cms-how-it-works::before,
.cms-how-it-works::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.cms-how-it-works::before {
    display: block;
    z-index: 0;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: radial-gradient(circle at 50% 38%, #000 0 36%, transparent 72%);
    opacity: 0.5;
    animation: cmsGridDrift 18s linear infinite;
}

.cms-how-it-works::after {
    z-index: 0;
    inset: 44px 8% auto auto;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    box-shadow: inset 0 0 32px rgba(125, 220, 255, 0.12);
    animation: cmsOrbFloat 8s ease-in-out infinite;
}

.cms-how-it-works .how-wrap {
    width: min(1240px, 100%);
    position: relative;
    z-index: 1;
}

.cms-heading {
    max-width: 1020px;
    margin-bottom: 44px;
}

.cms-heading h2 {
    font-size: 48px;
    line-height: 1.08;
    color: #ffffff;
}

.cms-heading h2 strong {
    max-width: none;
    margin-top: 10px;
    color: #7ddcff;
    font-size: 22px;
    letter-spacing: 0;
}

.cms-heading p {
    max-width: 1000px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    font-weight: 600;
}

.cms-steps-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 22px;
}

.cms-steps-track::before {
    display: none;
}

.cms-step {
    min-height: 236px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.075)),
        rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
    text-align: center;
    overflow: hidden;
    backdrop-filter: blur(16px);
    animation: cmsCardRise 700ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.cms-step:nth-child(2) {
    animation-delay: 70ms;
}

.cms-step:nth-child(3) {
    animation-delay: 140ms;
}

.cms-step:nth-child(4) {
    animation-delay: 210ms;
}

.cms-step:nth-child(5) {
    animation-delay: 280ms;
}

.cms-step:nth-child(6) {
    animation-delay: 350ms;
}

.cms-step::after {
    content: "";
    position: absolute;
    inset: auto 18px 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, transparent, #35f2c6, #7ddcff, transparent);
    opacity: 0.8;
    transform: scaleX(0.46);
    transform-origin: center;
    transition: transform 260ms ease, opacity 260ms ease;
}

.cms-step:hover {
    transform: translateY(-10px);
    border-color: rgba(125, 220, 255, 0.42);
    box-shadow: 0 30px 86px rgba(0, 0, 0, 0.28);
}

.cms-step:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.cms-step::before {
    display: none;
}

.cms-step .step-top {
    min-height: auto;
    justify-content: center;
}

.cms-step .step-icon {
    width: 76px;
    height: 76px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    background:
        radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.36), transparent 36%),
        linear-gradient(135deg, rgba(125, 220, 255, 0.22), rgba(53, 242, 198, 0.12));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
    animation: cmsIconPulse 3.6s ease-in-out infinite;
}

.cms-step .step-icon svg {
    width: 54px;
    height: 54px;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.cms-step h3 {
    margin: 18px 0 8px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
}

.cms-step p {
    max-width: 310px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.48;
    font-weight: 600;
}

.cms-control-bar {
    position: relative;
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    padding: 14px 22px;
    border: 1px solid rgba(125, 220, 255, 0.26);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(53, 242, 198, 0.14), rgba(125, 220, 255, 0.16), rgba(255, 255, 255, 0.08));
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 900;
    overflow: hidden;
}

.cms-control-bar::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 -40%;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
    animation: cmsBarGlow 4.8s ease-in-out infinite;
}

.cms-control-bar span {
    position: relative;
    z-index: 1;
}

.cms-page .cms-how-it-works {
    background:
        radial-gradient(circle at 18% 20%, rgba(34, 95, 255, 0.1), transparent 28%),
        radial-gradient(circle at 72% 8%, rgba(53, 242, 198, 0.08), transparent 26%),
        linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
    color: #071116;
}

.cms-page .cms-how-it-works::before {
    background:
        linear-gradient(rgba(10, 45, 144, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10, 45, 144, 0.055) 1px, transparent 1px);
    opacity: 0.74;
}

.cms-page .cms-how-it-works::after {
    border-color: rgba(10, 45, 144, 0.12);
    box-shadow: inset 0 0 32px rgba(53, 242, 198, 0.16);
}

.cms-page .cms-heading h2 {
    color: #071116;
}

.cms-page .cms-heading h2 strong {
    color: #0a2d90;
}

.cms-page .cms-heading p {
    color: #486778;
}

.cms-page .cms-steps-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 86px;
    row-gap: 92px;
    padding-top: 8px;
}

.cms-page .cms-step {
    min-height: 254px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
    overflow: visible;
}

.cms-page .cms-step:hover {
    box-shadow: none;
}

.cms-page .cms-step::before {
    content: counter(why-step, decimal-leading-zero);
    display: block;
    position: absolute;
    top: 2px;
    right: 8px;
    color: rgba(10, 27, 43, 0.065);
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    pointer-events: none;
}

.cms-page .cms-step::after {
    display: none;
}

.cms-page .cms-step .step-icon {
    width: 74px;
    height: 74px;
    border: 0;
    border-radius: 21px;
    background:
        radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.9), transparent 36%),
        linear-gradient(135deg, rgba(10, 45, 144, 0.14), rgba(53, 242, 198, 0.18));
    box-shadow: none;
}

.cms-page .cms-step .step-icon svg {
    width: 52px;
    height: 52px;
}

.cms-page .cms-step h3 {
    max-width: 320px;
    margin: 34px 0 14px;
    color: #071116;
    font-size: 26px;
    line-height: 1.22;
}

.cms-page .cms-step p {
    max-width: 340px;
    color: #52697a;
    font-size: 18px;
    line-height: 1.46;
    font-weight: 700;
}

.cms-page .cms-control-bar {
    width: min(760px, 100%);
    margin: 32px auto 0;
    border-color: rgba(10, 45, 144, 0.14);
    background:
        linear-gradient(90deg, rgba(53, 242, 198, 0.1), rgba(10, 45, 144, 0.06), rgba(69, 40, 119, 0.06));
    color: #073050;
}

.cms-page .cms-control-bar::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.76), transparent);
}

.mobile-pricing-comparison {
    position: relative;
    padding: 92px 24px 98px;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 18%, rgba(34, 95, 255, 0.12), transparent 30%),
        radial-gradient(circle at 86% 22%, rgba(53, 242, 198, 0.14), transparent 28%),
        linear-gradient(180deg, #f4fbff 0%, #ffffff 52%, #eef8fb 100%);
    color: #003e69;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.mobile-pricing-comparison::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(34, 95, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 95, 255, 0.035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: radial-gradient(circle at 50% 38%, #000 0 42%, transparent 74%);
    opacity: 0.76;
    animation: mobilePricingGrid 18s linear infinite;
    pointer-events: none;
}

.mobile-pricing-comparison::after {
    content: "";
    position: absolute;
    right: 7%;
    top: 70px;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(34, 95, 255, 0.12);
    border-radius: 999px;
    box-shadow: inset 0 0 34px rgba(53, 242, 198, 0.12);
    animation: mobilePricingOrb 7s ease-in-out infinite;
    pointer-events: none;
}

.mobile-pricing-wrap {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.mobile-pricing-heading {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.mobile-pricing-kicker {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 16px;
    border: 1px solid rgba(34, 95, 255, 0.16);
    border-radius: 999px;
    background: rgba(34, 95, 255, 0.08);
    color: #225fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mobile-pricing-heading h2 {
    margin: 20px 0 10px;
    color: #003e69;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
}

.mobile-pricing-heading p {
    margin: 0;
    color: #405a78;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
}

.mobile-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.mobile-platform-card {
    position: relative;
    min-height: 355px;
    padding: 34px 28px 28px;
    border: 1px solid rgba(34, 95, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 24px 70px rgba(10, 45, 144, 0.1);
    text-align: center;
    overflow: hidden;
    backdrop-filter: blur(14px);
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.mobile-platform-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(34, 95, 255, 0.08), transparent 36%);
    pointer-events: none;
}

.mobile-platform-card:hover {
    transform: translateY(-8px);
    border-color: rgba(34, 95, 255, 0.24);
    box-shadow: 0 32px 88px rgba(10, 45, 144, 0.16);
}

.mobile-platform-icon {
    position: relative;
    width: 132px;
    height: 132px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.9), transparent 26%),
        linear-gradient(145deg, rgba(34, 95, 255, 0.12), rgba(53, 242, 198, 0.16));
    box-shadow: 0 20px 44px rgba(10, 45, 144, 0.12);
    animation: mobileIconFloat 4.8s ease-in-out infinite;
}

.android-card .mobile-platform-icon {
    background:
        radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.92), transparent 26%),
        linear-gradient(145deg, #b9df4b, #7faf11);
}

.ios-card .mobile-platform-icon {
    background:
        radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.94), transparent 28%),
        linear-gradient(145deg, #f5f7f9, #c7cdd2);
}

.mobile-platform-icon img {
    width: 78px;
    height: 78px;
    object-fit: contain;
}

.ios-card .mobile-platform-icon img {
    opacity: 0.74;
    filter: grayscale(1);
}

.mobile-platform-card h3 {
    position: relative;
    margin: 0 0 22px;
    color: #003e69;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

.mobile-cost-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
    padding: 14px;
    border: 1px solid rgba(34, 95, 255, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(239, 247, 255, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
    overflow: visible;
}

.mobile-cost-row::before {
    content: "VS";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 3px solid #ffffff;
    border-radius: 999px;
    background: linear-gradient(135deg, #092260 0%, #1738a1 54%, #301d55 100%);
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    box-shadow: 0 12px 28px rgba(9, 34, 96, 0.24);
    transform: translate(-50%, -50%);
}

.mobile-cost-box {
    position: relative;
    min-height: 142px;
    display: grid;
    align-content: center;
    gap: 7px;
    padding: 22px 18px;
    border-radius: 8px;
    isolation: isolate;
    overflow: hidden;
    box-shadow: 0 20px 46px rgba(9, 34, 96, 0.14);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.mobile-cost-box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.32), transparent 24%),
        linear-gradient(135deg, #092260 0%, #1738a1 52%, #301d55 100%);
}

.mobile-cost-box::after {
    position: absolute;
    right: 12px;
    bottom: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mobile-cost-row:hover .mobile-cost-box {
    box-shadow: 0 25px 60px rgba(9, 34, 96, 0.18);
}

.mobile-cost-row:hover .other-cost {
    transform: rotate(-1deg) translateY(-4px);
}

.mobile-cost-row:hover .von-cost {
    transform: rotate(1deg) translateY(-4px);
}

.mobile-cost-box + .mobile-cost-box {
    border-left: 0;
}

.mobile-cost-box span,
.mobile-cost-box em {
    font-style: normal;
    line-height: 1.08;
    font-weight: 900;
}

.mobile-cost-box span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
}

.mobile-cost-box strong {
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

.mobile-cost-box em {
    font-size: clamp(25px, 3vw, 32px);
}

.other-cost {
    color: #ffffff;
    transform: rotate(-1deg);
}

.von-cost {
    color: #ffffff;
    transform: rotate(1deg);
}

.von-cost::before {
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.36), transparent 24%),
        linear-gradient(135deg, #1738a1 0%, #092260 48%, #301d55 100%);
}

.other-cost::after {
    content: "Extra spend";
}

.von-cost::after {
    content: "VON24 wins";
}

.other-cost span,
.other-cost strong,
.other-cost em,
.von-cost span,
.von-cost strong,
.von-cost em {
    color: #ffffff;
}

.other-cost span,
.von-cost span {
    color: rgba(255, 255, 255, 0.78);
}

.mobile-savings-banner {
    position: relative;
    margin: 34px auto 14px;
    width: min(980px, 100%);
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 16px 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(243, 251, 255, 0.96), rgba(230, 248, 252, 0.94)) padding-box,
        linear-gradient(135deg, #092260, #1738a1, #301d55) border-box;
    color: #003e69;
    box-shadow: 0 18px 50px rgba(10, 45, 144, 0.1);
    text-align: center;
    overflow: hidden;
}

.mobile-savings-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 0 36%, rgba(255, 255, 255, 0.78) 46%, transparent 58% 100%);
    transform: translateX(-120%);
    animation: mobileSavingsSweep 5.4s ease-in-out infinite;
    pointer-events: none;
}

.mobile-savings-banner strong,
.mobile-savings-banner span {
    position: relative;
    font-size: clamp(25px, 3vw, 32px);
    line-height: 1.2;
    font-weight: 900;
}

.mobile-savings-banner strong {
    background: linear-gradient(135deg, #092260, #1738a1, #301d55);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.mobile-pricing-note {
    width: min(980px, 100%);
    margin: 0 auto;
    padding: 13px 18px;
    border: 1px solid rgba(0, 163, 180, 0.2);
    border-radius: 8px;
    background: rgba(229, 249, 252, 0.76);
    color: #004466;
    text-align: center;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

@media (max-width: 860px) {
    .mobile-pricing-comparison {
        padding: 72px 18px 78px;
    }

    .mobile-pricing-comparison::after {
        right: -48px;
        top: 42px;
    }

    .mobile-pricing-heading {
        margin-bottom: 32px;
    }

    .mobile-platform-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .mobile-platform-card {
        min-height: auto;
        padding: 30px 18px 24px;
    }

    .mobile-savings-banner {
        margin-top: 26px;
    }
}

@media (max-width: 520px) {
    .mobile-pricing-heading h2 {
        font-size: 32px;
    }

    .mobile-pricing-heading p {
        font-size: 16px;
    }

    .mobile-platform-icon {
        width: 108px;
        height: 108px;
    }

    .mobile-platform-icon img {
        width: 66px;
        height: 66px;
    }

    .mobile-platform-card h3 {
        font-size: 22px;
    }

    .mobile-cost-row {
        grid-template-columns: 1fr;
    }

    .mobile-cost-row::before {
        top: 50%;
    }

    .other-cost,
    .von-cost,
    .mobile-cost-row:hover .other-cost,
    .mobile-cost-row:hover .von-cost {
        transform: none;
    }

    .mobile-cost-box + .mobile-cost-box {
        border-left: 0;
        border-top: 0;
    }

    .mobile-cost-box {
        min-height: 96px;
    }

    .mobile-savings-banner strong,
    .mobile-savings-banner span {
        font-size: 24px;
    }
}

@keyframes mobilePricingGrid {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 72px 72px, 72px 72px;
    }
}

@keyframes mobilePricingOrb {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-18px, 14px, 0);
    }
}

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

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

@keyframes mobileSavingsSweep {
    0%,
    42% {
        transform: translateX(-120%);
    }

    72%,
    100% {
        transform: translateX(120%);
    }
}

@keyframes cmsGridDrift {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 74px 74px, 74px 74px;
    }
}

@keyframes cmsOrbFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-18px, 14px, 0);
    }
}

@keyframes cmsCardRise {
    from {
        opacity: 0;
        filter: blur(8px);
    }

    to {
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes cmsIconPulse {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
    }

    50% {
        transform: translateY(-5px);
        box-shadow: 0 22px 52px rgba(53, 242, 198, 0.16);
    }
}

@keyframes cmsBarGlow {
    0%,
    38% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(350%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .step-icon svg,
    .work-step,
    .cms-how-it-works::before,
    .cms-how-it-works::after,
    .cms-step,
    .cms-step .step-icon,
    .cms-control-bar::before,
    .mobile-pricing-comparison::before,
    .mobile-pricing-comparison::after,
    .mobile-platform-card,
    .mobile-platform-icon,
    .mobile-savings-banner::before {
        animation: none;
        transition: none;
    }
}

@media (max-width: 1120px) {

    .steps-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 54px;
    }

    .steps-track::before {
        left: 70px;
        right: 70px;
        background:
            linear-gradient(90deg, transparent 0, rgba(34, 197, 186, 0.38) 18%, rgba(34, 197, 186, 0.18) 82%, transparent 100%) 0 0 / 100% 1px no-repeat,
            linear-gradient(90deg, transparent 0, rgba(34, 197, 186, 0.38) 18%, rgba(34, 197, 186, 0.18) 82%, transparent 100%) 0 33.333% / 100% 1px no-repeat,
            linear-gradient(90deg, transparent 0, rgba(34, 197, 186, 0.38) 18%, rgba(34, 197, 186, 0.18) 82%, transparent 100%) 0 66.666% / 100% 1px no-repeat,
            linear-gradient(90deg, transparent 0, rgba(34, 197, 186, 0.38) 18%, rgba(34, 197, 186, 0.18) 82%, transparent 100%) 0 100% / 100% 1px no-repeat;
    }

    .work-step::before {
        left: 190px;
    }

    .cms-steps-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 54px;
        row-gap: 72px;
    }
}

@media (max-width: 820px) {
    .how-it-works {
        padding: 76px 20px;
    }

    .how-heading h2 {
        font-size: 46px;
    }

    .how-heading p {
        font-size: 18px;
    }

    .steps-track {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 42px;
    }

    .steps-track::before {
        left: 36px;
        right: auto;
        top: 34px;
        bottom: 48px;
        width: 1px;
        height: auto;
        background: linear-gradient(180deg, rgba(34, 197, 186, 0.42), rgba(34, 197, 186, 0.08));
    }

    .work-step {
        min-height: auto;
        display: grid;
        grid-template-columns: 86px 1fr;
        column-gap: 18px;
        align-items: start;
    }

    .work-step::before {
        left: 110px;
        top: -6px;
        font-size: 50px;
    }

    .step-top {
        min-height: auto;
        grid-row: span 2;
    }

    .work-step h3 {
        margin-top: 2px;
    }

    .cms-how-it-works {
        padding: 70px 18px;
    }

    .cms-heading {
        margin-bottom: 34px;
    }

    .cms-steps-track {
        gap: 40px;
        margin-top: 38px;
    }

    .cms-steps-track::before {
        display: none;
    }

    .cms-step {
        min-height: 0;
        display: grid;
        grid-template-columns: 86px 1fr;
        column-gap: 18px;
        padding: 0;
    }

    .cms-step .step-top {
        grid-row: span 2;
    }

    .cms-page .cms-step::before {
        left: 110px;
        right: auto;
        top: -6px;
        font-size: 50px;
    }

    .cms-page .cms-step h3 {
        margin-top: 2px;
    }
}

@media (max-width: 520px) {
    .how-heading h2 {
        font-size: 40px;
    }

    .how-heading p {
        font-size: 16px;
    }

    .steps-track {
        grid-template-columns: 1fr;
    }

    .work-step {
        grid-template-columns: 74px 1fr;
    }

    .step-icon {
        width: 64px;
        height: 64px;
        border-radius: 18px;
    }

    .step-icon svg {
        width: 46px;
        height: 46px;
    }

    .work-step h3 {
        font-size: 21px;
        margin-bottom: 8px;
    }

    .work-step p {
        max-width: none;
        font-size: 15px;
    }

    .work-step::before {
        left: 92px;
        font-size: 42px;
    }

    .cms-heading h2 {
        font-size: 34px;
    }

    .cms-steps-track {
        grid-template-columns: 1fr;
    }

    .cms-step {
        grid-template-columns: 74px 1fr;
    }

    .cms-page .cms-step::before {
        left: 92px;
        font-size: 42px;
    }

    .cms-page .cms-step h3 {
        font-size: 21px;
        margin-bottom: 8px;
    }

    .cms-page .cms-step p {
        max-width: none;
        font-size: 15px;
    }

    .cms-control-bar {
        flex-direction: column;
        gap: 4px;
        margin-top: 32px;
        font-size: 15px;
    }
}

.pricing-section {
    padding: 96px 24px 110px;
    background:
        radial-gradient(circle at 14% 12%, rgba(34, 95, 255, 0.12), transparent 30%),
        radial-gradient(circle at 92% 8%, rgba(53, 242, 198, 0.1), transparent 28%),
        linear-gradient(180deg, #f4f8ff 0%, #eef4ff 100%);
    color: #001236;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.pricing-heading {
    width: min(820px, 100%);
    margin: 0 auto 48px;
    text-align: center;
}

.pricing-heading h2 {
    margin: 0;
    color: #001236;
    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.pricing-heading h2 span {
    color: #225fff;
}

.pricing-heading p {
    margin: 16px 0 0;
    color: #425474;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 500;
}

.pricing-cards {
    width: min(1380px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.price-card {
    position: relative;
    min-height: 596px;
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    padding: 44px 31px 30px;
    overflow: hidden;
}

.starter-card {
    border: 1px solid rgba(205, 216, 238, 0.92);
    background:
        radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.96), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 18px 42px rgba(14, 36, 78, 0.06);
}

.professional-card {
    border: 1px solid rgba(82, 132, 255, 0.28);
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(180deg, #14285d 0%, #194d9e 100%);
    box-shadow: 0 22px 45px rgba(10, 45, 144, 0.2);
}

.popular-badge {
    position: absolute;
    top: 19px;
    right: 18px;
    min-width: 202px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(53, 242, 198, 0.16);
    color: #35f2c6;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.value-badge {
    min-width: 114px;
    background: rgba(53, 242, 198, 0.17);
}

.price-card h3 {
    margin: 0 0 16px;
    color: #001236;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 900;
}

.professional-card h3 {
    color: #ffffff;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 7px;
    flex-wrap: wrap;
}

.price-row strong {
    color: #001236;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.professional-card .price-row strong {
    color: #ffffff;
}

.price-row span {
    color: #415176;
    font-size: 12px;
    font-weight: 600;
}

.professional-card .price-row span,
.professional-card .plan-copy {
    color: rgba(255, 255, 255, 0.86);
}

.plan-copy {
    min-height: 68px;
  margin: 22px 0 24px;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.professional-card .plan-copy {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 24px;
}

.plan-features {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
}

.plan-features li {
    position: relative;
  min-height: 19px;
  padding-left: 25px;
  color: #425474;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 500;
}

.professional-card .plan-features li {
    color: #ffffff;
}

.plan-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #6feaff, #225fff 70%);
}

.professional-card .plan-features li::before {
    background: radial-gradient(circle at 35% 30%, #6feaff, #225fff 70%);
}

.plan-features li::after {
    display: none;
}

.plan-button {
    position: static;
    width: fit-content;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 900;
}

.light-plan {
    border: 1px solid #dce3ef;
    background: #ffffff;
    color: #001236;
}
.plan-button.light-plan:hover {
    background: #001236;
    color: #ffffff;
    border-color: #001236;
    transition: .3s;
}
.pro-plan {
    background: linear-gradient(90deg, #1a70ff, #0f4ae5);
    color: #ffffff;
    box-shadow: 0 14px 24px rgba(0, 23, 92, 0.18);
    transition: .3s;
}

.pro-plan:hover {
    background: linear-gradient(90deg, #0f4ae5, #5483ff);
    transition: .3s;
}
.price-card.starter-card:hover {
    box-shadow: 0 24px 54px rgba(14, 36, 78, 0.12);
    transition: .3s;
}

@media (max-width: 1180px) {
    .pricing-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(760px, 100%);
    }
}

@media (max-width: 840px) {
    .pricing-section {
        padding: 64px 20px 84px;
    }

    .pricing-heading {
        margin-bottom: 56px;
    }

    .pricing-cards {
        grid-template-columns: 1fr;
        width: min(460px, 100%);
    }
}

@media (max-width: 520px) {
    .pricing-heading h2 {
        font-size: 37px;
    }

    .pricing-heading p {
        font-size: 17px;
    }

    .price-card {
        min-height: auto;
        padding: 34px 28px 34px;
        border-radius: 20px;
    }

    .price-row strong {
        font-size: 31px;
    }

    .plan-button {
        width: 100%;
    }
}

.faq-section {
    position: relative;
    padding: 150px 24px 150px;
    background: #ffffff;
    color: #000b24;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.faq-sticky-sentinel {
    height: 0;
}

.faq-wrap {
    position: sticky;
    top: 0;
    z-index: 1;
    width: min(1330px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(420px, 0.86fr) minmax(560px, 1.14fr);
    gap: 62px;
    align-items: start;
    background: #ffffff;
}

.faq-scroll-spacer {
    height: 145vh;
    pointer-events: none;
}

.faq-media {
    padding-top: 2px;
}

.faq-kicker {
    display: block;
    margin-bottom: 8px;
    color: #0058a9;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.faq-media h2 {
    max-width: 560px;
    margin: 0;
    color: #2b2d32;
    font-size: clamp(36px, 3.4vw, 48px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.faq-device {
    width: min(100%, 590px);
}

.faq-device img {
    display: block;
    width: 100%;
    height: auto;
}

.faq-list {
    display: grid;
    gap: 20px;
}

.faq-item {
    border: 1px solid #d9dde5;
    border-radius: 9px;
    background: #ffffff;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 30px;
    border: 0;
    background: transparent;
    color: #000b24;
    font: inherit;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
}

.faq-question:focus-visible {
    outline: 3px solid rgba(34, 95, 255, 0.24);
    outline-offset: -3px;
}

.faq-arrow {
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    object-fit: contain;
    transition: transform 180ms ease;
}

.faq-item.is-open .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    margin: 0 30px 28px;
    padding-top: 25px;
    border-top: 1px solid #d9dde5;
    max-height: 220px;
    overflow: hidden;
    transition: max-height 320ms ease, margin 320ms ease, padding 320ms ease, border-color 320ms ease, opacity 240ms ease;
}

.faq-item:not(.is-open) .faq-answer {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    border-top-color: transparent;
    opacity: 0;
}

.faq-answer p {
    max-width: 690px;
    margin: 0;
    color: #020817;
    font-size: 15px;
    line-height: 1.62;
    font-weight: 500;
}

.faq-answer strong {
    font-weight: 900;
}

.practice-comparison {
    position: relative;
    padding: 86px 24px 94px;
    overflow: hidden;
    background:radial-gradient(circle at 15% 20%, rgba(34, 95, 255, 0.1), transparent 28%), radial-gradient(circle at 86% 72%, rgb(237, 243, 255), transparent 30%), linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    color: #00142e;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.practice-comparison::before {
    display: none;
}

.practice-comparison-wrap {
    position: relative;
    z-index: 1;
    width: min(1280px, 100%);
    margin: 0 auto;
}

.practice-comparison-heading {
    width: min(900px, 100%);
    margin: 0 auto 30px;
    text-align: center;
}

.practice-comparison-heading h2 {
    margin: 0;
    color: #061326;
    font-family: DM Sans;
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
}

.practice-comparison-heading p {
    margin: 12px 0 0;
    color: #4d6078;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 800;
}

.comparison-table {
    position: relative;
    display: grid;
    margin-top: 26px;
    border: 1px solid rgba(34, 95, 255, 0.14);
    border-radius: 46px 46px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
    overflow: hidden;
    backdrop-filter: blur(16px);
}

.comparison-table::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(54px + ((100% - 108px) * 1.45 / 2.65));
    width: calc((100% - 108px) * 0.55 / 2.65);
    background:
        linear-gradient(180deg, rgba(231, 238, 255, 0.74), rgba(231, 238, 255, 0.22));
    pointer-events: none;
    animation: comparisonColumnGlow 5.2s ease-in-out infinite;
}

.comparison-table::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.45) 42%, transparent 62%);
    transform: translateX(-120%);
    pointer-events: none;
    animation: comparisonTableShine 8s ease-in-out infinite;
}

.comparison-head,
.comparison-row {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(310px, 1.45fr) minmax(150px, 0.55fr) minmax(190px, 0.65fr);
    align-items: center;
}

.comparison-head {
    min-height: 96px;
    padding: 18px 54px 16px;
}

.comparison-head > span:first-child {
    color: transparent;
    user-select: none;
}

.comparison-pill {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    color: #0a1d3c;
    font-size: 21px;
    line-height: 1;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateZ(0);
}

.von-pill {
    background: linear-gradient(135deg, #dfe9ff, #edf3ff);
    color: #16398f;
    box-shadow: 0 14px 28px rgba(34, 95, 255, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    animation: comparisonPillPulse 3.6s ease-in-out infinite;
}

.other-pill {
    background: linear-gradient(135deg, #f4f4f5, #ececef);
    color: #1f2937;
}

.comparison-row {
    min-height: 62px;
    padding: 0 54px;
    color: #00142e;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.comparison-row:nth-child(even) {
    background: rgba(243, 243, 244, 0.9);
}

.comparison-row:hover {
    transform: translateX(8px);
    background: rgba(232, 240, 255, 0.72);
    box-shadow: inset 4px 0 0 #225fff;
}

.comparison-row > span:first-child {
    padding-left: 18px;
}

.comparison-row > span:nth-child(2),
.comparison-row > span:nth-child(3) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
}

.status-icon {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    box-shadow: 0 8px 16px rgba(16, 32, 64, 0.12);
}

.status-yes {
    background: linear-gradient(135deg, #00a92a, #0ac65c);
    animation: statusYesPulse 2.8s ease-in-out infinite;
}

.status-no {
    background: linear-gradient(135deg, #e8493d, #f16358);
}

.status-icon::before,
.status-icon::after {
    content: "";
    position: absolute;
    background: #ffffff;
    border-radius: 999px;
}

.status-yes::before {
    left: 4px;
    top: 7px;
    width: 4px;
    height: 2px;
    transform: rotate(45deg);
}

.status-yes::after {
    left: 7px;
    top: 5px;
    width: 6px;
    height: 2px;
    transform: rotate(-45deg);
}

.status-no::before,
.status-no::after {
    left: 4px;
    top: 7px;
    width: 8px;
    height: 2px;
}

.status-no::before {
    transform: rotate(45deg);
}

.status-no::after {
    transform: rotate(-45deg);
}

.text-no {
    background: transparent;
}

.text-no::before,
.text-no::after {
    background: #24364f;
}

.comparison-row em {
    color: #ee1010;
    font-size: 14px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 900;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(238, 16, 16, 0.07);
}

.comparison-note {
    position: relative;
    color: #3b4f68;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 900;
}

.comparison-note::before {
    content: "\2022";
    margin-right: 6px;
}

.text-no + .comparison-note::before {
    content: "";
    margin: 0;
}

@keyframes comparisonRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes comparisonColumnGlow {
    0%,
    100% {
        opacity: 0.55;
    }

    50% {
        opacity: 0.95;
    }
}

@keyframes comparisonTableShine {
    0%,
    42% {
        transform: translateX(-120%);
        opacity: 0;
    }

    52% {
        opacity: 0.8;
    }

    68%,
    100% {
        transform: translateX(120%);
        opacity: 0;
    }
}

@keyframes comparisonPillPulse {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 14px 28px rgba(34, 95, 255, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    }

    50% {
        transform: translateY(-2px);
        box-shadow: 0 18px 34px rgba(34, 95, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    }
}

@keyframes statusYesPulse {
    0%,
    100% {
        box-shadow: 0 8px 16px rgba(0, 157, 36, 0.14), 0 0 0 0 rgba(10, 198, 92, 0.28);
    }

    50% {
        box-shadow: 0 8px 16px rgba(0, 157, 36, 0.14), 0 0 0 7px rgba(10, 198, 92, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .practice-comparison::before,
    .comparison-table::before,
    .comparison-table::after,
    .von-pill,
    .status-yes,
    .comparison-row {
        animation: none;
        transition: none;
    }
}

.testimonials-section {
    position: relative;
    padding: 108px 24px 96px;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(34, 95, 255, 0.1), transparent 25%), radial-gradient(circle at 86% 76%, rgba(119, 86, 169, 0.22), transparent 26%), linear-gradient(180deg, #fff 0%, #f7fbff 100%);
    color: #071116;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.testimonials-section::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 74px;
    width: min(980px, 70vw);
    height: 360px;
    border: 1px solid rgba(34, 95, 255, 0.08);
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.testimonials-wrap {
    position: relative;
    z-index: 1;
    width: min(1188px, 100%);
    margin: 0 auto;
}

.testimonials-heading {
    max-width: 780px;
    margin: 0 0 46px;
}

.testimonials-heading h2 {
    margin: 0;
    color: #071116;
    font-size: clamp(44px, 4.6vw, 66px);
    line-height: 0.96;
    font-weight: 900;
    letter-spacing: 0;
}

.testimonials-heading h2 span,
.testimonials-heading h2 strong {
    display: block;
}

.testimonials-heading h2 strong {
    color: #225fff;
    font-weight: 900;
}

.testimonials-heading p {
    margin: 24px 0 0;
    color: #5b6c77;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 500;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 31px;
    padding: 0 126px;
}

.testimonial-card {
    position: relative;
    min-height: 360px;
    padding: 34px 34px 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e5ea;
    border-radius: 24px;
    background:
        radial-gradient(circle at 82% 18%, rgba(34, 95, 255, 0.09), transparent 23%), linear-gradient(145deg, #fff 0%, #f7fafc 100%);
    box-shadow: inset 0 0 72px rgba(118, 157, 255, 0.08);
}

.rating {
    display: flex;
    gap: 7px;
    min-height: 18px;
}

.rating span {
    width: 15px;
    height: 15px;
    background: #225fff;
    clip-path: polygon(50% 0%, 61% 34%, 97% 34%, 68% 54%, 79% 90%, 50% 68%, 21% 90%, 32% 54%, 3% 34%, 39% 34%);
}

.testimonials-section .rating {
    display: inline-flex;
    width: fit-content;
    min-height: 32px;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(34, 95, 255, 0.1);
    color: #225fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.testimonials-section .rating span {
    display: none;
}

.testimonial-card:nth-child(1) .rating::before {
    content: "CMS FAQ";
}

.testimonial-card:nth-child(2) .rating::before {
    content: "HMS FAQ";
}

.testimonial-card:nth-child(3) .rating::before {
    content: "MOBILE FAQ";
}

.testimonial-card:nth-child(4) .rating::before {
    content: "BILLING FAQ";
}

.testimonial-card:nth-child(5) .rating::before {
    content: "AI FAQ";
}

.testimonial-card:nth-child(6) .rating::before {
    content: "DEPLOYMENT FAQ";
}

.quote-mark {
    position: absolute;
    right: 30px;
    top: 24px;
    color: rgba(34, 95, 255, 0.14);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0;
    line-height: 0.75;
    font-weight: 900;
    text-shadow: 0 0 0 4px rgba(53, 197, 183, 0.06);
}

.quote-mark::before {
    content: "?";
    font-size: 82px;
}

.testimonial-question {
    position: relative;
    z-index: 1;
    margin: 24px 0 12px;
    color: #071116;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: 0;
}

.testimonial-copy {
    margin: 0 0 28px;
    color: #15212a;
    font-size: 16px;
    line-height: 1.48;
    font-style: normal;
    font-weight: 650;
}

.testimonial-author {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-avatar {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    background: #ffffff;
    color: #225fff;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 9px 18px rgba(18, 31, 42, 0.08);
}

.testimonial-author strong,
.testimonial-author small {
    display: block;
}

.testimonial-author strong {
    color: #071116;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
}

.testimonial-author small {
    margin-top: 4px;
    color: #65737d;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
}

.testimonial-carousel {
    position: relative;
    padding: 0;
}

.testimonial-carousel::before {
    content: "";
    position: absolute;
    inset: -22px -22px 24px;
    border: 1px solid rgba(34, 95, 255, 0.08);
    border-radius: 30px;
    background: radial-gradient(ellipse at 22% 20%, rgba(34, 95, 255, 0.12), transparent 34%), radial-gradient(ellipse at 78% 82%, rgb(230, 227, 243), transparent 32%), rgba(255, 255, 255, 0.62);
    pointer-events: none;
}

.testimonial-viewport {
    position: relative;
    overflow: hidden;
    padding: 10px 0 34px;
}

.testimonial-grid {
    position: relative;
    z-index: 1;
    display: flex;
    grid-template-columns: none;
    gap: 28px;
    padding: 14px 0 34px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.testimonial-grid::-webkit-scrollbar {
    display: none;
}

.testimonial-grid:focus-visible {
    outline: 3px solid rgba(34, 95, 255, 0.36);
    outline-offset: 8px;
    border-radius: 28px;
}

.testimonial-card {
    flex: 0 0 calc((100% - 56px) / 3);
    scroll-snap-align: start;
    transform: translateY(0);
    opacity: 0.9;
    transition:
        transform 520ms cubic-bezier(0.2, 0.75, 0.2, 1),
        opacity 520ms ease,
        box-shadow 520ms ease,
        border-color 520ms ease,
        background 520ms ease;
}

.testimonial-card.is-active {
    transform: translateY(-8px);
    opacity: 1;
    border-color: rgba(34, 95, 255, 0.24);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96)),
        radial-gradient(circle at 84% 20%, rgba(34, 95, 255, 0.16), transparent 29%);
    box-shadow: inset 0 0 72px rgba(118, 157, 255, 0.1);
}

.testimonial-card.is-near {
    opacity: 0.96;
    transform: translateY(-3px);
}

.testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.42), transparent 34%, transparent 72%, rgba(34, 95, 255, 0.1));
    opacity: 0;
    transition: opacity 420ms ease;
    pointer-events: none;
}

.testimonial-card.is-active::before {
    opacity: 1;
}

.testimonial-controls {
    position: absolute;
    z-index: 5;
    right: 0;
    top: -104px;
    display: flex;
    gap: 12px;
}

.testimonial-arrow {
    position: relative;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(34, 95, 255, 0.18);
    border-radius: 16px;
    background: #ffffff;
    color: #225fff;
    box-shadow: 0 16px 32px rgba(22, 57, 134, 0.1);
    cursor: pointer;
    transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease;
}

.testimonial-arrow::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 20px;
    width: 12px;
    height: 12px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    transform: rotate(45deg);
}

.testimonial-prev::before {
    left: 23px;
    transform: rotate(225deg);
}

.testimonial-arrow:hover,
.testimonial-arrow:focus-visible {
    outline: none;
    color: #ffffff;
    background: #225fff;
    box-shadow: 0 22px 42px rgba(34, 95, 255, 0.26);
    transform: translateY(-3px);
}

.testimonial-dots {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.testimonial-dot {
    position: relative;
    width: 34px;
    height: 8px;
    border: 0;
    border-radius: 999px;
    background: #d8e1f0;
    overflow: hidden;
    cursor: pointer;
}

.testimonial-dot::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #225fff, #2dc4b7);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 260ms ease;
}

.testimonial-dot.is-active::before {
    transform: scaleX(1);
}

.testimonial-carousel.is-paused .testimonial-dot.is-active::before {
    background: linear-gradient(90deg, #6f7c91, #a9b5c8);
}

@media (prefers-reduced-motion: reduce) {
    .testimonial-grid {
        scroll-behavior: auto;
    }

    .testimonial-card,
    .testimonial-card::before,
    .testimonial-arrow,
    .testimonial-dot::before {
        transition: none;
    }
}

.security-cta {
    padding: 150px 27px 150px;
    background: #ffffff;
    color: #ffffff;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.security-cta-panel {
    position: relative;
    width: min(1350px, 100%);
    min-height: 368px;
    margin: 0 auto;
    padding: 80px 99px;
    border-radius: 20px;
    background: radial-gradient(circle at 13% 48%, #102264 0 13%, transparent 32%), linear-gradient(105deg, #163a98 0%, #022b9a 45%, #53386b 100%);
    overflow: hidden;
    box-shadow: 0 30px 86px rgba(9, 33, 95, 0.18);
    isolation: isolate;
}

.security-cta-panel::before,
.security-cta-panel::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.security-cta-panel::before {
    inset: -45%;
    z-index: 0;
    background:
        radial-gradient(circle at 18% 42%, rgba(103, 232, 249, 0.28), transparent 22%),
        radial-gradient(circle at 78% 26%, rgba(141, 96, 255, 0.25), transparent 25%),
        conic-gradient(from 90deg, transparent, rgba(255, 255, 255, 0.12), transparent 34%);
    animation: ctaAuroraSpin 14s linear infinite;
}

.security-cta-panel::after {
    top: 0;
    bottom: 0;
    left: -30%;
    z-index: 0;
    width: 28%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    transform: skewX(-14deg);
    animation: ctaLightSweep 5.8s ease-in-out infinite;
}

.security-cta-1 .security-cta-panel {
    background:
        radial-gradient(circle at 82% 30%, rgba(53, 242, 198, 0.2), transparent 28%),
        linear-gradient(112deg, #452877 0%, #0a2d90 54%, #08204f 100%);
}

.security-cta h2 {
    position: relative;
    z-index: 1;
    max-width: 1190px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 3.5vw, 50px);
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: 0;
    text-wrap: balance;
    text-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.security-cta p {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 18px 0 24px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}

.security-demo-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-height: 51px;
    align-items: center;
    gap: 12px;
    padding: 0 19px;
    border-radius: 9px;
    background: #ffffff;
    color: #111827;
    font-size: 16px;
    font-weight: 900;
    overflow: hidden;
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.security-demo-btn::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -55%;
    width: 45%;
    background: linear-gradient(90deg, transparent, rgba(34, 95, 255, 0.16), transparent);
    transform: skewX(-18deg);
    transition: transform 420ms ease;
}

.security-demo-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
}

.security-demo-btn:hover::after {
    transform: translateX(340%) skewX(-18deg);
}

.demo-arrow {
    position: relative;
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #3b3f42;
}

.demo-arrow::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

.demo-arrow::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 10px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
}

.emr-connect {
    position: relative;
    padding: 0px 24px 0px;
    background:
        radial-gradient(ellipse at 5% 0%, rgba(255, 255, 255, 0.95) 0 28%, transparent 56%),
        radial-gradient(ellipse at 90% 8%, rgba(211, 226, 255, 0.72), transparent 42%),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 42%, #eaf2ff 100%);
    color: #102b63;
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.emr-connect::before,
.emr-connect::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

.emr-connect::before {
    top: -390px;
    left: 20%;
    width: 710px;
    height: 710px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 34px 90px rgba(54, 101, 186, 0.08);
}

.emr-connect::after {
    right: -13%;
    bottom: -56%;
    width: 760px;
    height: 760px;
    border: 1px solid rgba(34, 95, 255, 0.05);
    background: rgba(255, 255, 255, 0.42);
}

.emr-connect-wrap {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(340px, 0.72fr) minmax(520px, 1fr);
    align-items: center;
    gap: clamp(24px, 4vw, 58px);
    width: min(1458px, 100%);
    min-height: 682px;
    margin: 0 auto;
}

.emr-connect-copy {
    padding-left: clamp(0px, 2.5vw, 24px);
}

.emr-connect .emr-connect-copy h2 {
  max-width: 560px;
  margin: 0;
  color: #092b6b;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 900;
  text-shadow: none;
}

.emr-connect .emr-connect-copy h2 span {
    color: #246be9;
}

.emr-connect .emr-connect-copy p {
    max-width: 590px;
    margin: 34px 0 34px;
    color: #314366;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 500;
}

.emr-connect-btn {
   position: relative;
  display: inline-flex;
  min-width: 226px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0px 20px;
  border-radius: 13px;
  background: linear-gradient(180deg, #2d7dff 0%, #1760db 100%);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(24, 99, 224, 0.25);
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.emr-connect-btn::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 -55%;
    width: 45%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: skewX(-18deg);
    transition: transform 420ms ease;
}

.emr-connect-btn span {
    position: relative;
    width: 24px;
    height: 18px;
    flex: 0 0 auto;
}

.emr-connect-btn span::before,
.emr-connect-btn span::after {
    content: "";
    position: absolute;
    right: 0;
}

.emr-connect-btn span::before {
    top: 9px;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.emr-connect-btn span::after {
    top: 4px;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.emr-connect-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 22px 42px rgba(24, 99, 224, 0.32);
}

.emr-connect-btn:hover::before {
    transform: translateX(340%) skewX(-18deg);
}

.emr-connect-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.emr-connect-visual img {
    display: block;
  width: min(600px, 100%);
  height: auto;
  filter: drop-shadow(0 24px 34px rgba(26, 70, 144, 0.09));
}

.demo-doubts {
    padding: 72px 24px 82px;
    background: #ffffff;
    color: #071d54;
}

.demo-doubts-panel {
    position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(500px, 1fr);
  align-items: center;
  gap: clamp(30px, 5vw, 78px);
  width: min(1440px, 100%);
  min-height: 500px;
  margin: 0 auto;
  padding: 0 80px;
  border: 1px solid rgba(163, 178, 207, 0.32);
  border-radius: 52px;
  background: radial-gradient(circle at 58% 50%, rgba(215, 227, 255, 0.86), transparent 29%), radial-gradient(circle at 95% 92%, rgba(219, 231, 255, 0.8), transparent 32%), linear-gradient(116deg, #ffffff 0%, #fbfdff 43%, #ecf3ff 100%);
  box-shadow: 0 30px 70px rgba(28, 54, 104, 0.13);
  overflow: hidden;
  isolation: isolate;
  animation: demoDoubtsPanelIn 760ms ease-out both;
}

.demo-doubts-panel::before,
.demo-doubts-panel::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.demo-doubts-panel::before {
    inset: -24% 33% auto auto;
    width: 690px;
    height: 690px;
    border-radius: 50%;
    background: rgba(225, 234, 255, 0.46);
    animation: demoDoubtsGlow 7s ease-in-out infinite;
}

.demo-doubts-panel::after {
    right: 52px;
    top: 48px;
    width: 88px;
    height: 116px;
    opacity: 0.58;
    background-image: radial-gradient(circle, rgba(31, 105, 231, 0.24) 0 3px, transparent 3px);
    background-size: 20px 20px;
    animation: demoDoubtsDots 6s ease-in-out infinite;
}

.demo-doubts-copy,
.demo-doubts-visual {
    position: relative;
    z-index: 1;
}

.demo-doubts .demo-doubts-copy h2 {
    max-width: 540px;
    margin: 0;
    color: #061d56;
    font-size:42px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: none;
}

.demo-doubts .demo-doubts-copy h2 span {
    color: #2168f4;
}

.demo-doubts-rule {
    display: block;
    width: 104px;
    height: 4px;
    margin: 20px 0 25px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1865ee 0 84px, transparent 84px);
    animation: demoDoubtsRule 3s ease-in-out infinite;
}

.demo-doubts-rule::after {
    content: "";
    display: block;
    width: 4px;
    height:4px;
    margin-left: 98px;
    border-radius: 50%;
    background: #1865ee;
}

.demo-doubts .demo-doubts-copy p {
    max-width: 575px;
    margin: 0 0 54px;
    color: #1c2d55;
    font-size: 18px;
    line-height: 1.46;
    font-weight: 500;
}

.demo-doubts .demo-doubts-copy p strong {
    color: #1865ee;
    font-weight: 900;
}

.demo-doubts-btn {
    position: relative;
    display: inline-flex;
    min-width: 226px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 20px;
    border-radius: 14px;
    background: linear-gradient(180deg, #2b76ff 0%, #0e58df 100%);
    color: #ffffff;
    box-shadow: 0 19px 34px rgba(23, 96, 226, 0.27);
    font-size: 16px;
    line-height: 1;
    font-weight: 850;
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease;
    animation: demoDoubtsButtonPulse 4s ease-in-out infinite;
}

.demo-doubts-btn::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 -55%;
    width: 45%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
    transform: skewX(-18deg);
    transition: transform 420ms ease;
}

.demo-doubts-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 24px 44px rgba(23, 96, 226, 0.34);
}

.demo-doubts-btn:hover::before {
    transform: translateX(345%) skewX(-18deg);
}

.demo-doubts-call-icon {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.demo-doubts-calendar-icon {
    position: relative;
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
    border: 3px solid currentColor;
    border-radius: 6px;
}

.demo-doubts-calendar-icon::before {
    content: "";
    position: absolute;
    inset: 7px -3px auto;
    height: 3px;
    background: currentColor;
}

.demo-doubts-calendar-icon::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 5px;
    width: 3px;
    height: 9px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 13px 0 0 currentColor, -1px 17px 0 -1px currentColor, 8px 17px 0 -1px currentColor, 17px 17px 0 -1px currentColor;
}

.demo-doubts-arrow {
    position: relative;
    width: 31px;
    height: 20px;
    flex: 0 0 auto;
}

.demo-doubts-arrow::before,
.demo-doubts-arrow::after {
    content: "";
    position: absolute;
    right: 0;
}

.demo-doubts-arrow::before {
    top: 9px;
    width: 31px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.demo-doubts-arrow::after {
    top: 3px;
    width: 14px;
    height: 14px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    transform: rotate(45deg);
}

.demo-doubts-visual {
    display: flex;
    min-height: 520px;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.demo-doubts-visual img {
    display: block;
    width: min(760px, 100%);
    height: auto;
    filter: drop-shadow(0 24px 36px rgba(22, 78, 190, 0.14));
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0 54%, rgba(0, 0, 0, 0.92) 65%, transparent 86%);
    mask-image: radial-gradient(ellipse at center, #000 0 54%, rgba(0, 0, 0, 0.92) 65%, transparent 86%);
    animation: demoDoubtsFloat 5.4s ease-in-out infinite;
}

.demo-doubts-orbit {
    position: absolute;
    inset: 18px 30px 58px 18px;
    border: 3px dashed rgba(37, 111, 242, 0.48);
    border-radius: 50%;
}

.demo-doubts-orbit::before,
.demo-doubts-orbit::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #1262ea;
    box-shadow: 0 6px 14px rgba(18, 98, 234, 0.24);
}

.demo-doubts-orbit::before {
    top: 32px;
    left: 31%;
}

.demo-doubts-orbit::after {
    right: 13%;
    top: 27%;
}

.demo-doubts-badge {
    position: absolute;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #ffffff;
    color: #1e68e8;
    box-shadow: 0 18px 34px rgba(28, 70, 143, 0.13);
}

.demo-doubts-badge.question {
    left: 8%;
    top: 35%;
    font-size: 64px;
    line-height: 1;
    font-weight: 900;
}

.demo-doubts-badge.phone {
    right: 7%;
    top: 40%;
}

.demo-doubts-badge.phone::before {
    content: "";
    width: 34px;
    height: 34px;
    border: 9px solid currentColor;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.demo-doubts-badge.mail {
    right: 10%;
    bottom: 15%;
}

.demo-doubts-badge.mail::before {
    content: "";
    width: 44px;
    height: 31px;
    border: 6px solid currentColor;
    border-radius: 4px;
}

.demo-doubts-badge.mail::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    border-left: 6px solid currentColor;
    border-bottom: 6px solid currentColor;
    transform: translateY(-5px) rotate(-45deg);
}

.demo-doubts-calendar {
    position: absolute;
    left: 31%;
    top: 26%;
    z-index: 3;
    width: 280px;
    height: 300px;
    border-radius: 18px 18px 28px 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 26px 38px rgba(27, 88, 196, 0.18);
    transform: rotate(4deg);
}

.demo-doubts-calendar::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 20px;
    width: 54px;
    height: 244px;
    border-radius: 0 18px 28px 0;
    background: linear-gradient(165deg, #114fd4 0%, #0c3daf 100%);
    transform: skewY(8deg);
    transform-origin: left top;
    z-index: -1;
}

.demo-doubts-calendar-top {
    height: 72px;
    border-radius: 18px 18px 4px 4px;
    background: linear-gradient(180deg, #2d76ff 0%, #155be4 100%);
}

.demo-doubts-ring {
    position: absolute;
    z-index: 5;
    top: -28px;
    width: 30px;
    height: 74px;
    border: 12px solid #79a7ff;
    border-bottom: 0;
    border-radius: 999px 999px 0 0;
    box-shadow: inset 0 4px 8px rgba(0, 40, 132, 0.25), 0 6px 10px rgba(5, 49, 148, 0.14);
}

.demo-doubts-ring.ring-left {
    left: 42px;
}

.demo-doubts-ring.ring-center {
    left: 124px;
}

.demo-doubts-ring.ring-right {
    right: 42px;
}

.demo-doubts-calendar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 42px 46px 0;
}

.demo-doubts-calendar-grid i {
    width: 50px;
    height: 48px;
    border-radius: 8px;
    background: #dce9ff;
}

.demo-doubts-check {
    position: absolute;
    right: 31px;
    top: 156px;
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: linear-gradient(180deg, #4b86ff 0%, #2364e5 100%);
    box-shadow: 0 12px 18px rgba(35, 100, 229, 0.28);
}

.demo-doubts-check::before {
    content: "";
    width: 29px;
    height: 17px;
    border-left: 6px solid #ffffff;
    border-bottom: 6px solid #ffffff;
    transform: translateY(-3px) rotate(-45deg);
}

.demo-doubts-chat {
    position: absolute;
    z-index: 6;
    right: -93px;
    top: -86px;
    display: flex;
    width: 164px;
    height: 112px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, #5b8cff 0%, #1764e7 100%);
    box-shadow: 0 22px 32px rgba(20, 88, 217, 0.26), inset -8px 0 0 rgba(7, 53, 158, 0.18);
}

.demo-doubts-chat::after {
    content: "";
    position: absolute;
    right: 44px;
    bottom: -22px;
    border-width: 23px 15px 0 15px;
    border-style: solid;
    border-color: #1764e7 transparent transparent transparent;
}

.demo-doubts-chat i {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #e9f1ff;
    box-shadow: inset 0 -5px 7px rgba(55, 101, 184, 0.18);
}

.demo-doubts-clock {
    position: absolute;
    right: 21%;
    bottom: 14%;
    z-index: 5;
    width: 150px;
    height: 150px;
    border: 14px solid #2c70ed;
    border-radius: 50%;
    background:
        radial-gradient(circle, #4a86ff 0 11px, transparent 12px),
        conic-gradient(from 0deg, rgba(41, 106, 236, 0.24) 0 2deg, transparent 2deg 30deg);
    box-shadow: 0 20px 30px rgba(27, 83, 189, 0.22), inset 0 0 0 7px #d9e8ff;
}

.demo-doubts-clock::before,
.demo-doubts-clock::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 999px;
    background: #2a6de9;
    transform-origin: left center;
}

.demo-doubts-clock::before {
    width: 46px;
    height: 8px;
    transform: translateY(-50%) rotate(4deg);
}

.demo-doubts-clock::after {
    width: 8px;
    height: 58px;
    transform: translate(-50%, -100%);
}

.demo-doubts-clock span::before,
.demo-doubts-clock span::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 6px;
    height: 15px;
    border-radius: 999px;
    background: #9cbcff;
    transform: translateX(-50%);
}

.demo-doubts-clock span::before {
    top: 16px;
}

.demo-doubts-clock span::after {
    bottom: 16px;
}

.demo-doubts-platform {
    position: absolute;
    left: 24%;
    right: 12%;
    bottom: 6%;
    z-index: 2;
    height: 78px;
    border-radius: 50%;
    background: linear-gradient(180deg, #d9e6ff 0%, #bfd4ff 100%);
    box-shadow: 0 22px 34px rgba(36, 91, 186, 0.12);
}

.apps-showcase {
    position: relative;
    padding: 86px 24px 102px;
    background: radial-gradient(circle at 16% 22%, rgba(34, 95, 255, 0.08), transparent 30%), radial-gradient(circle at 84% 16%, rgb(235, 243, 255), transparent 28%), #fff;
    color: #001236;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    overflow: hidden;
}

.apps-showcase::before {
    content: "";
    position: absolute;
    inset: 34px auto auto 8%;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(34, 95, 255, 0.1);
    border-radius: 999px;
    animation: appsRingFloat 7s ease-in-out infinite;
    pointer-events: none;
}

.apps-showcase-wrap {
    position: relative;
    z-index: 1;
    width: min(1094px, 100%);
    margin: 0 auto;
    text-align: center;
}

.apps-showcase-badge {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: 1px solid #cdd8ee;
    border-radius: 999px;
    background: #e5eeff;
    color: #225fff;
    box-shadow: inset 0 -2px 0 rgba(34, 95, 255, 0.08);
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    animation: appsBadgePulse 3.8s ease-in-out infinite;
}

.apps-showcase h2 {
    max-width: 720px;
    margin: 22px auto 18px;
    color: transparent;
    font-family: DM Sans;
    font-size: clamp(42px, 4.4vw, 56px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    background: linear-gradient(90deg, #001236 0%, #225fff 48%, #001236 100%);
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: appsTitleSheen 7s ease-in-out infinite;
}

.apps-showcase p {
    margin: 0;
    color: #001236;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 500;
}

.apps-logo-grid {
    margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(6, 55px);
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.apps-logo-tile {
    width: 140px;
    height: 140px;
    display: grid;
    place-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(10, 27, 43, 0.06);
    transition: transform 260ms cubic-bezier(0.2, 0.75, 0.2, 1), box-shadow 260ms ease, border-color 260ms ease;
    animation: appsLogoFloat 4.8s ease-in-out infinite;
}

.apps-logo-tile:nth-child(2) {
    animation-delay: -0.8s;
}

.apps-logo-tile:nth-child(3) {
    animation-delay: -1.6s;
}

.apps-logo-tile:nth-child(4) {
    animation-delay: -2.4s;
}

.apps-logo-tile:nth-child(5) {
    animation-delay: -3.2s;
}

.apps-logo-tile:hover {
    border-color: rgba(34, 95, 255, 0.24);
    box-shadow: 0 24px 56px rgba(34, 95, 255, 0.12);
    transform: translateY(-8px) scale(1.035);
}

.apps-logo-tile img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
    transition: transform 260ms ease;
}

.apps-logo-tile:hover img {
    transform: scale(1.08) rotate(-2deg);
}

.apps-logo-tile:nth-child(1) {
    grid-column: 1 / span 2;
}

.apps-logo-tile:nth-child(2) {
    grid-column: 3 / span 2;
}

.apps-logo-tile:nth-child(3) {
    grid-column: 5 / span 2;
}

.apps-logo-tile:nth-child(4) {
    grid-column: 2 / span 2;
}

.apps-logo-tile:nth-child(5) {
    grid-column: 4 / span 2;
}

.compliance-strip {
    position: relative;
    padding: 58px 24px 56px;
    background:radial-gradient(circle at 16% 24%, rgba(34, 95, 255, 0.09), transparent 30%), radial-gradient(circle at 84% 18%, rgb(228, 238, 255), transparent 28%), linear-gradient(180deg, #f4fbff 0%, #fff 100%);
    color: #001236;
    overflow: hidden;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.compliance-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(34, 95, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 95, 255, 0.04) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(circle at 50% 46%, #000 0 36%, transparent 74%);
    opacity: 0.7;
    animation: complianceGrid 16s linear infinite;
    pointer-events: none;
}

.compliance-strip::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(34, 95, 255, 0.24), rgba(53, 242, 198, 0.26), transparent);
}

.compliance-wrap {
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: center;
}

.compliance-card {
    position: relative;
    min-height: 156px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 12px;
    text-align: center;
    border: 1px solid rgba(34, 95, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 44px rgba(10, 45, 144, 0.07);
    opacity: 1;
    transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.compliance-card:hover {
    transform: translateY(-5px);
    border-color: rgba(34, 95, 255, 0.22);
    box-shadow: 0 24px 58px rgba(10, 45, 144, 0.12);
}

.compliance-mark {
    min-height: 62px;
    display: grid;
    place-items: center;
    color: #1738a1;
    filter: none;
}

.compliance-card:hover .compliance-mark {
    color: #092260;
}

.compliance-card p {
    margin: 0;
    color: #334b6f;
    font-size: 16px;
    line-height: 1.32;
    font-weight: 650;
}

.nha-mark {
    grid-template-columns: auto auto;
    gap: 9px;
}

.nha-mark .emblem {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 900;
}

.nha-mark strong {
    font-size: 21px;
    line-height: 0.82;
    text-align: left;
    font-weight: 900;
}

.fhir-mark {
    grid-template-columns: auto auto;
    gap: 10px;
}

.fhir-mark span {
    width: 34px;
    height: 50px;
    border-radius: 70% 30% 58% 42%;
    background: linear-gradient(160deg, currentColor, transparent 70%);
    transform: rotate(12deg);
}

.fhir-mark strong {
    color: currentColor;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.abdm-mark {
    position: relative;
    width: 92px;
    height: 70px;
}

.abdm-orbit {
    position: absolute;
    inset: 0;
    border: 2px solid currentColor;
    border-radius: 50%;
    opacity: 0.78;
}

.abdm-orbit::before,
.abdm-orbit::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.abdm-orbit::after {
    inset: 17px;
}

.abdm-mark strong {
    position: relative;
    z-index: 1;
    font-size: 19px;
    font-weight: 900;
}

.aws-mark strong {
    color: currentColor;
    font-size: 40px;
    line-height: 0.8;
    font-weight: 900;
}

.aws-mark span {
    color: currentColor;
    font-size: 27px;
    line-height: 1;
    font-weight: 500;
}

.google-mark strong {
    color: currentColor;
    font-size: 36px;
    line-height: 1;
    font-weight: 800;
}

@keyframes complianceGrid {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 64px 64px, 64px 64px;
    }
}

@keyframes ctaAuroraSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes ctaLightSweep {
    0%,
    42% {
        transform: translateX(0) skewX(-14deg);
        opacity: 0;
    }

    58% {
        opacity: 1;
    }

    100% {
        transform: translateX(560%) skewX(-14deg);
        opacity: 0;
    }
}

@keyframes appsRingFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(18px, 14px, 0) scale(1.08);
    }
}

@keyframes appsBadgePulse {
    0%,
    100% {
        box-shadow: inset 0 -2px 0 rgba(34, 95, 255, 0.08), 0 0 0 rgba(34, 95, 255, 0);
    }

    50% {
        box-shadow: inset 0 -2px 0 rgba(34, 95, 255, 0.08), 0 16px 38px rgba(34, 95, 255, 0.14);
    }
}

@keyframes appsTitleSheen {
    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes appsLogoFloat {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -7px;
    }
}

@keyframes demoDoubtsPanelIn {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

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

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

    50% {
        transform: translate3d(-28px, 22px, 0) scale(1.08);
        opacity: 0.9;
    }
}

@keyframes demoDoubtsDots {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }

    50% {
        transform: translateY(14px);
        opacity: 0.8;
    }
}

@keyframes demoDoubtsRule {
    0%,
    100% {
        transform: scaleX(1);
        opacity: 1;
    }

    50% {
        transform: scaleX(0.86);
        opacity: 0.72;
    }
}

@keyframes demoDoubtsButtonPulse {
    0%,
    100% {
        box-shadow: 0 19px 34px rgba(23, 96, 226, 0.27);
    }

    50% {
        box-shadow: 0 24px 44px rgba(23, 96, 226, 0.38);
    }
}

@keyframes demoDoubtsFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -14px, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .security-cta-panel::before,
    .security-cta-panel::after,
    .demo-doubts-panel,
    .demo-doubts-panel::before,
    .demo-doubts-panel::after,
    .demo-doubts-rule,
    .demo-doubts-btn,
    .demo-doubts-visual img,
    .apps-showcase::before,
    .apps-showcase-badge,
    .apps-showcase h2,
    .apps-logo-tile {
        animation: none;
    }

    .security-demo-btn,
    .emr-connect-btn,
    .demo-doubts-btn,
    .apps-logo-tile,
    .apps-logo-tile img {
        transition: none;
    }

    .compliance-strip::before {
        animation: none;
    }
}

.offer-float-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 2147482500;
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 7px;
    border: 0;
    border-radius: 999px;
    background:
        radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.3), transparent 21%),
        linear-gradient(145deg, #092260 0%, #1738a1 50%, #301d55 100%);
    color: #ffffff;
    box-shadow:
        0 0 0 11px rgba(23, 56, 161, 0.16),
        0 0 0 18px rgba(48, 29, 85, 0.1),
        0 16px 34px rgba(9, 34, 96, 0.28),
        0 0 0 0 rgba(23, 56, 161, 0.34);
    cursor: pointer;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    text-transform: uppercase;
    animation: offerBlink 1.4s ease-in-out infinite, offerPulseRing 2.4s ease-out infinite;
}

.offer-float-btn span,
.offer-float-btn strong {
    position: relative;
    z-index: 1;
    display: block;
    line-height: 1;
}

.offer-float-btn span {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.07em;
}

.offer-float-btn strong {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
}

.offer-float-btn::before {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: inherit;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.16);
}

.offer-float-btn::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 2px dashed rgba(125, 220, 255, 0.92);
    border-radius: inherit;
    animation: offerSpin 8s linear infinite;
}

.offer-float-btn:hover {
    animation-play-state: paused;
    transform: translateY(-4px) scale(1.04);
}

.offer-popup[hidden] {
    display: none;
}

.offer-popup {
    position: fixed;
    inset: 0;
    z-index: 2147483600;
    display: grid;
    place-items: center;
    padding: 26px;
}

.offer-popup-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 12%, rgba(23, 56, 161, 0.34), transparent 32%),
        radial-gradient(circle at 86% 18%, rgba(48, 29, 85, 0.34), transparent 28%),
        rgba(0, 12, 38, 0.7);
    backdrop-filter: blur(10px);
    animation: offerBackdropIn 180ms ease both;
}

.offer-popup-panel {
    position: relative;
    z-index: 1;
    width: min(1240px, 100%);
    max-height: calc(100vh - 52px);
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 12%, rgba(53, 242, 198, 0.2), transparent 28%),
        radial-gradient(circle at 4% 8%, rgba(23, 56, 161, 0.12), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 255, 0.96) 100%);
    color: #001236;
    box-shadow:
        0 30px 90px rgba(0, 18, 54, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
    overflow: auto;
    animation: offerPanelIn 220ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
    scrollbar-width: thin;
    scrollbar-color: rgba(23, 56, 161, 0.38) transparent;
}

.offer-popup-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(rgba(23, 56, 161, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 56, 161, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(circle at 50% 20%, #000 0 34%, transparent 76%);
    pointer-events: none;
}

.offer-popup-panel::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 14px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, #092260, #1738a1, #301d55);
    box-shadow: 0 12px 28px rgba(23, 56, 161, 0.18);
    pointer-events: none;
}

.offer-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 4;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 18, 54, 0.12);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(9, 34, 96, 0.12);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.offer-popup-close:hover {
    transform: rotate(90deg);
    box-shadow: 0 16px 34px rgba(9, 34, 96, 0.18);
}

.offer-popup-close::before,
.offer-popup-close::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 18px;
    width: 15px;
    height: 2px;
    border-radius: 999px;
    background: #001236;
}

.offer-popup-close::before {
    transform: rotate(45deg);
}

.offer-popup-close::after {
    transform: rotate(-45deg);
}

.offer-popup-kicker {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(9, 34, 96, 0.1), rgba(23, 56, 161, 0.1), rgba(48, 29, 85, 0.1));
    color: #1738a1;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.offer-popup-head {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 12px auto 26px;
    text-align: center;
}

.offer-popup h2 {
    margin: 18px 0 12px;
    background: linear-gradient(135deg, #092260 0%, #1738a1 54%, #301d55 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
}

.offer-popup p {
    margin: 0;
    color: #415176;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.offer-popup-head p {
    max-width: 690px;
    margin: 0 auto;
    font-size: 17px;
}

.offer-gallery {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.offer-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid rgba(23, 56, 161, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.95));
    box-shadow: 0 24px 70px rgba(9, 34, 96, 0.14);
    overflow: hidden;
    isolation: isolate;
    animation: offerCardIn 420ms cubic-bezier(0.2, 0.75, 0.2, 1) both;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.offer-card:nth-child(2) {
    animation-delay: 60ms;
}

.offer-card:nth-child(3) {
    animation-delay: 120ms;
}

.offer-card:nth-child(4) {
    animation-delay: 180ms;
}

.offer-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, #092260, #1738a1, #301d55);
    z-index: 2;
}

.offer-card::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -58px;
    width: 160px;
    height: 160px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(111, 247, 223, 0.16), transparent 66%);
    pointer-events: none;
}

.offer-card:hover {
    transform: translateY(-7px);
    border-color: rgba(23, 56, 161, 0.28);
    box-shadow: 0 28px 74px rgba(9, 34, 96, 0.18);
}

.offer-card-media {
    position: relative;
    display: block;
    aspect-ratio: 3 / 2;
    min-height: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 20%, rgba(53, 242, 198, 0.14), transparent 28%),
        linear-gradient(135deg, #eef6ff, #ffffff);
}

.offer-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0 40%, rgba(255, 255, 255, 0.4) 48%, transparent 58% 100%);
    opacity: 0;
    transform: translateX(-28%);
    transition: opacity 240ms ease, transform 420ms ease;
    pointer-events: none;
}

.offer-card-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    transform: none;
    transition: filter 260ms ease;
}

.offer-card:hover .offer-card-media::after {
    opacity: 1;
    transform: translateX(40%);
}

.offer-card:hover .offer-card-media img {
    filter: saturate(1.08) contrast(1.03);
}

.offer-card-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    padding: 22px 24px 24px;
    background:
        radial-gradient(circle at 88% 18%, rgba(111, 247, 223, 0.15), transparent 32%),
        linear-gradient(135deg, #092260 0%, #1738a1 52%, #301d55 100%);
    color: #ffffff;
}

.offer-card-body p {
    color: rgba(255, 255, 255, 0.78);
}

.offer-plan-tag {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.offer-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.offer-card-meta {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 2px;
}

.offer-card-meta strong {
    color: #ffffff;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1;
    font-weight: 900;
}

.offer-card-meta span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
}

.offer-know-more {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 4px;
    padding: 0 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #1738a1;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.offer-know-more::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.offer-know-more:hover {
    transform: translateX(3px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
}

.offer-summary-list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.offer-summary-card {
    position: relative;
    display: flex;
    min-height: 288px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid rgba(23, 56, 161, 0.14);
    border-radius: 14px;
    background: #ffffff;
    color: #001236;
    box-shadow: 0 18px 44px rgba(9, 34, 96, 0.08);
    overflow: hidden;
}

.offer-summary-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #092260, #225fff);
}

.offer-summary-card.is-recommended {
    border-color: rgba(34, 95, 255, 0.34);
    background:
        radial-gradient(circle at 88% 10%, rgba(34, 95, 255, 0.09), transparent 32%),
        #ffffff;
}

.offer-summary-card.is-recommended::after {
    content: "Recommended";
    position: absolute;
    right: 16px;
    top: 16px;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(34, 95, 255, 0.1);
    color: #225fff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.offer-duration {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(34, 95, 255, 0.08);
    color: #1738a1;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

.offer-summary-card h3 {
    margin: 22px 0 10px;
    color: #061944;
    font-size: 23px;
    line-height: 1.12;
    font-weight: 900;
}

.offer-summary-card p {
    color: #52617d;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.offer-summary-meta {
    margin-top: auto;
    padding-top: 22px;
}

.offer-summary-meta strong {
    display: block;
    color: #155be8;
    font-size: 34px;
    line-height: 1;
    font-weight: 950;
}

.offer-summary-meta span {
    display: block;
    margin-top: 6px;
    color: #52617d;
    font-size: 13px;
    font-weight: 800;
}

.offer-select-btn,
.offer-primary-action,
.offer-secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.offer-select-btn {
    min-height: 42px;
    margin-top: 18px;
    padding: 0 18px;
    border-radius: 8px;
    background: #155be8;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    transition: transform 180ms ease, background 180ms ease;
}

.offer-select-btn:hover,
.offer-select-btn:focus-visible {
    background: #092260;
    transform: translateY(-2px);
}

.offer-popup-actions {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(23, 56, 161, 0.12);
}

.offer-primary-action,
.offer-secondary-action {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 900;
}

.offer-primary-action {
    background: linear-gradient(135deg, #092260, #1738a1);
    color: #ffffff;
}

.offer-secondary-action {
    border: 1px solid rgba(23, 56, 161, 0.18);
    background: #ffffff;
    color: #1738a1;
}

body.offer-popup-open {
    overflow: hidden;
}

@keyframes offerBlink {
    0%,
    100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.22);
    }
}

@keyframes offerPulseRing {
    0% {
        box-shadow:
            0 0 0 11px rgba(23, 56, 161, 0.16),
            0 0 0 18px rgba(48, 29, 85, 0.1),
            0 16px 34px rgba(9, 34, 96, 0.28),
            0 0 0 0 rgba(23, 56, 161, 0.34);
    }

    100% {
        box-shadow:
            0 0 0 11px rgba(23, 56, 161, 0.16),
            0 0 0 18px rgba(48, 29, 85, 0.1),
            0 16px 34px rgba(9, 34, 96, 0.28),
            0 0 0 22px rgba(23, 56, 161, 0);
    }
}

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

@keyframes offerBackdropIn {
    from {
        opacity: 0;
    }
}

@keyframes offerPanelIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.96);
    }
}

@keyframes offerCardIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
}

@media (max-width: 1080px) {
    .offer-gallery {
        grid-template-columns: 1fr;
    }

    .offer-card {
        grid-template-columns: 1fr;
    }

    .offer-summary-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .offer-popup {
        padding: 10px;
    }

    .offer-popup-panel {
        max-height: calc(100vh - 20px);
        border-radius: 16px;
    }

    .offer-popup-close {
        top: 12px;
        right: 12px;
    }

    .offer-popup-head {
        padding-right: 34px;
        text-align: left;
    }

    .offer-popup-head p {
        margin: 0;
    }

    .offer-card {
        grid-template-columns: 1fr;
    }

    .offer-card-media {
        aspect-ratio: 3 / 2;
        min-height: 0;
    }

    .offer-card-media::after {
        background: linear-gradient(180deg, transparent 58%, rgba(255, 255, 255, 0.84));
    }

    .offer-card-media img {
        min-height: 0;
    }

    .offer-card-body {
        padding: 20px 18px 22px;
    }

    .offer-summary-list {
        grid-template-columns: 1fr;
    }

    .offer-summary-card {
        min-height: auto;
        padding: 22px 20px;
    }

    .offer-popup-actions {
        display: grid;
    }
}

@media (max-width: 640px) {
    .offer-float-btn {
        right: 16px;
        bottom: 16px;
        width: 78px;
        height: 78px;
    }

    .offer-float-btn span {
        font-size: 10px;
    }

    .offer-float-btn strong {
        font-size: 14px;
    }

    .offer-popup-panel {
        padding: 28px 22px;
    }

    .offer-popup-head p {
        font-size: 15px;
    }

    .offer-card h3 {
        font-size: 22px;
    }

    .offer-summary-card h3 {
        font-size: 21px;
    }

    .offer-summary-meta strong {
        font-size: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .offer-float-btn,
    .offer-float-btn::after,
    .offer-popup-backdrop,
    .offer-popup-panel,
    .offer-card,
    .offer-card-media img,
    .offer-popup-close,
    .offer-know-more,
    .offer-select-btn {
        animation: none;
        transition: none;
    }
}

.features-care-start {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
    gap: 74px;
    align-items: center;
    padding: 140px max(24px, calc((100vw - 1280px) / 2)) 92px;
    background:
        radial-gradient(circle at 12% 38%, rgba(34, 95, 255, 0.08), transparent 34%),
        radial-gradient(circle at 82% 46%, rgba(34, 95, 255, 0.08), transparent 30%),
        #f8fcff;
    color: #071116;
}

.features-care-copy h2,
.features-manage h2,
.features-impact h2,
.features-final-cta h2 {
    margin: 0;
    color: #071116;
    font-size: clamp(46px, 5vw, 70px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: 0;
}

.features-care-copy h2 span,
.features-manage h2 span,
.features-impact h2 span,
.features-final-cta h2 span {
    display: block;
    color: #225fff;
}

.features-care-copy p,
.features-impact-copy p {
    width: min(560px, 100%);
    margin: 28px 0 0;
    color: #5a6d79;
    font-size: 22px;
    line-height: 1.5;
}

.features-care-actions,
.features-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.feature-pill-btn,
.feature-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
}

.feature-pill-btn {
    border: 1px solid rgba(34, 95, 255, 0.18);
    background: #225fff;
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(34, 95, 255, 0.22);
}

.feature-pill-btn span {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
}

.feature-pill-btn span img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: invert(1);
}

.feature-pill-btn b {
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

.feature-outline-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.features-care-visual {
    position: relative;
    min-height: 508px;
}

.features-care-visual > img {
    position: absolute;
    right: 0;
    top: 0;
    width: min(530px, 80%);
    height: 376px;
    object-fit: cover;
    border-radius: 32px;
    box-shadow: 0 32px 70px rgba(16, 34, 100, 0.15);
}

.same-day-card,
.specialist-card {
    position: absolute;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(9, 23, 55, 0.13);
}

.same-day-card {
    left: 8px;
    bottom: 58px;
    width: 214px;
    min-height: 206px;
    display: grid;
    align-content: center;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(145deg, #225fff, #113fbc);
    color: #ffffff;
    animation: featureFloat 5.6s ease-in-out infinite;
}

.same-day-card span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.18);
}

.same-day-card img,
.specialist-card img,
.features-card-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: invert(1);
}

.same-day-card small {
    font-size: 14px;
    font-weight: 800;
}

.same-day-card strong {
    margin-top: 8px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
}

.specialist-card {
    right: 44px;
    bottom: 0;
    width: 250px;
    min-height: 190px;
    padding: 30px;
    border-radius: 28px;
    animation: featureFloat 5.8s ease-in-out infinite -1.6s;
}

.specialist-card > span,
.features-card-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(34, 95, 255, 0.1);
}

.specialist-card > span img,
.features-card-icon img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(97%) saturate(2865%) hue-rotate(218deg) brightness(101%) contrast(103%);
}

.specialist-card strong {
    display: block;
    margin-top: -36px;
    margin-left: 58px;
    color: #071116;
    font-size: 14px;
    font-weight: 900;
}

.specialist-avatars {
    display: flex;
    margin: 28px 0 12px;
}

.specialist-avatars i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-right: -8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #eaf0ff;
    color: #225fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.specialist-card p {
    margin: 0;
    color: #5a6d79;
    font-size: 13px;
    line-height: 1.35;
}

.specialist-card p b {
    color: #071116;
}

.features-manage {
    padding: 84px max(24px, calc((100vw - 1280px) / 2)) 110px;
    background:
        radial-gradient(circle at 70% 22%, rgba(34, 95, 255, 0.09), transparent 32%),
        #f8fcff;
    color: #071116;
}

.features-manage-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 58px;
    align-items: start;
}

.features-manage h2 {
    width: min(760px, 100%);
}

.features-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 58px;
}

.feature-info-card {
    min-height: 190px;
    padding: 30px;
    border: 1px solid rgba(34, 95, 255, 0.06);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 24px 62px rgba(9, 23, 55, 0.08);
}

.feature-info-card h3 {
    margin: 24px 0 12px;
    color: #071116;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

.feature-info-card p {
    margin: 0;
    color: #5a6d79;
    font-size: 18px;
    line-height: 1.45;
}

.features-portrait {
    position: relative;
    margin-top: 12px;
    border: 8px solid #ffffff;
    border-radius: 34px;
    box-shadow: 0 30px 74px rgba(9, 23, 55, 0.14);
    overflow: hidden;
}

.features-portrait::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, transparent 58%, rgba(34, 95, 255, 0.15));
    pointer-events: none;
}

.features-portrait img {
    display: block;
    width: 100%;
    height: 470px;
    object-fit: cover;
    object-position: 50% 28%;
}

.features-impact {
    display: grid;
    grid-template-columns: minmax(300px, 0.85fr) minmax(460px, 1.15fr);
    gap: 78px;
    align-items: center;
    padding: 104px max(24px, calc((100vw - 1280px) / 2)) 108px;
    background:
        radial-gradient(circle at 34% 42%, rgba(34, 95, 255, 0.08), transparent 31%),
        #f8fcff;
}

.features-impact-list {
    display: grid;
    gap: 24px;
}

.impact-stat {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 132px;
    padding: 26px 32px;
    border: 1px solid rgba(34, 95, 255, 0.06);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 24px 62px rgba(9, 23, 55, 0.09);
}

.impact-stat span {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #225fff;
    box-shadow: 0 14px 24px rgba(34, 95, 255, 0.22);
}

.impact-stat span::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin: 18px auto;
    border-radius: 50%;
    background: #ffffff;
}

.impact-stat strong {
    color: #071116;
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
}

.impact-stat p {
    margin: 6px 0 0;
    color: #5a6d79;
    font-size: 18px;
}

.features-final-cta {
    padding: 90px max(24px, calc((100vw - 1280px) / 2)) 104px;
    background: #ffffff;
}

.features-cta-card {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
    gap: 66px;
    align-items: center;
    padding: 86px;
    border-radius: 42px;
    background:
        radial-gradient(circle at 74% 35%, rgba(34, 95, 255, 0.18), transparent 30%),
        linear-gradient(135deg, #071116 0%, #0c1f25 100%);
    box-shadow: 0 34px 80px rgba(7, 17, 22, 0.2);
}

.features-final-cta h2 {
    color: #ffffff;
}

.features-cta-copy p {
    margin: 32px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 20px;
    line-height: 1.5;
    font-style: italic;
}

.features-cta-visual {
    position: relative;
    overflow: visible;
}

.features-cta-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 30px;
}

.efficiency-card {
    position: absolute;
    z-index: 3;
    left: -28px;
    bottom: -28px;
    display: grid;
    gap: 8px;
    min-width: 130px;
    min-height: 106px;
    place-content: center;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.14);
    animation: efficiencyCardFloat 4.8s ease-in-out infinite;
}

.efficiency-card strong {
    color: #071116;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.efficiency-card span {
    color: #5a6d79;
    font-size: 13px;
}

@keyframes featureFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -14px, 0);
    }
}

@keyframes efficiencyCardFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -12px, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .same-day-card,
    .specialist-card,
    .efficiency-card {
        animation: none;
    }
}

@media (max-width: 1060px) {
    .features-care-start,
    .features-impact,
    .features-cta-card,
    .features-manage-grid {
        grid-template-columns: 1fr;
    }

    .features-care-start,
    .features-impact {
        gap: 52px;
    }

    .features-care-visual {
        width: min(720px, 100%);
        margin: 0 auto;
    }

    .features-manage-grid {
        gap: 48px;
    }

    .features-portrait {
        width: min(430px, 100%);
        margin: 0 auto;
    }
}

@media (max-width: 720px) {
    .features-care-start {
        padding: 96px 18px 70px;
    }

    .features-manage,
    .features-impact,
    .features-final-cta {
        padding-left: 18px;
        padding-right: 18px;
    }

    .features-care-copy h2,
    .features-manage h2,
    .features-impact h2,
    .features-final-cta h2 {
        font-size: 42px;
    }

    .features-care-copy p,
    .features-impact-copy p,
    .feature-info-card p,
    .impact-stat p {
        font-size: 16px;
    }

    .features-care-visual {
        min-height: 500px;
    }

    .features-care-visual > img {
        width: 100%;
        height: 305px;
    }

    .same-day-card {
        left: 0;
        bottom: 82px;
        width: 178px;
        min-height: 172px;
        padding: 22px;
    }

    .same-day-card strong {
        font-size: 24px;
    }

    .specialist-card {
        right: 0;
        bottom: 0;
        width: 210px;
        min-height: 166px;
        padding: 24px;
    }

    .features-card-grid {
        grid-template-columns: 1fr;
        margin-top: 42px;
    }

    .feature-info-card {
        min-height: auto;
    }

    .features-portrait img {
        height: 390px;
    }

    .impact-stat {
        min-height: 112px;
        padding: 22px;
    }

    .impact-stat strong {
        font-size: 38px;
    }

    .features-cta-card {
        padding: 42px 22px 54px;
        border-radius: 30px;
    }

    .features-cta-visual img {
        height: 285px;
    }

    .efficiency-card {
        left: 18px;
        bottom: -34px;
    }
}

@media (max-width: 460px) {
    .features-care-actions,
    .features-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .feature-pill-btn,
    .feature-outline-btn {
        width: 100%;
    }

    .features-care-visual {
        min-height: 540px;
    }

    .same-day-card,
    .specialist-card {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 18px;
    }
}

.services-hero-inner {
    position: relative;
    z-index: 4;
    width: min(1280px, calc(100% - 48px));
    min-height: 480px;
    margin: 86px auto 0;
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(360px, 1.05fr);
    gap: 54px;
    align-items: center;
}

.services-hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
}

.services-hero-copy h1 {
    max-width: 650px;
    margin: 22px 0 18px;
    color: #ffffff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 4.3vw, 61px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0;
}

.services-hero-copy p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.55;
    font-weight: 600;
}

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

.services-hero-visual {
    position: relative;
    min-height: 390px;
    display: grid;
    place-items: center;
}

.services-network {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(34, 95, 255, 0.24), transparent 44%),
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.16) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.16) 50%, transparent 50.5%);
    border: 1px solid rgba(255, 255, 255, 0.16);
    animation: servicesNetworkSpin 16s linear infinite;
}

.services-network span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #225fff;
    box-shadow: 0 0 0 10px rgba(34, 95, 255, 0.18);
}

.services-network span:nth-child(1) {
    left: 48%;
    top: -7px;
}

.services-network span:nth-child(2) {
    right: 28px;
    bottom: 58px;
    background: #ffffff;
}

.services-network span:nth-child(3) {
    left: 28px;
    bottom: 62px;
}

.services-command-card {
    position: relative;
    z-index: 1;
    width: min(430px, 100%);
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.23), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.18);
    animation: servicesCardFloat 5.8s ease-in-out infinite;
}

.services-command-top {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
    color: #ffffff;
}

.services-command-top span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #225fff;
    box-shadow: 0 0 0 8px rgba(34, 95, 255, 0.18);
}

.services-command-top strong {
    font-size: 16px;
    font-weight: 900;
}

.services-command-top em {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.services-command-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.services-command-grid article {
    min-height: 106px;
    display: grid;
    align-content: center;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.services-command-grid b {
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.services-command-grid small {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 800;
}

.services-live-pill {
    position: absolute;
    z-index: 2;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    animation: servicesPillFloat 6s ease-in-out infinite;
}

.services-live-pill::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 9px;
    border-radius: 50%;
    background: #225fff;
    box-shadow: 0 0 0 7px rgba(34, 95, 255, 0.18);
}

.ambulance-pill {
    left: 0;
    top: 72px;
}

.billing-pill {
    right: 0;
    top: 118px;
    animation-delay: -1.8s;
}

.ward-pill {
    left: 118px;
    bottom: 26px;
    animation-delay: -3.4s;
}

.hospital-services {
    padding: 130px max(24px, calc((100vw - 1280px) / 2)) 108px;
    background:
        radial-gradient(circle at 20% 34%, rgba(34, 95, 255, 0.08), transparent 30%),
        radial-gradient(circle at 88% 54%, rgba(34, 95, 255, 0.08), transparent 30%),
        #f8fcff;
    color: #071116;
}

.hospital-services-heading {
    width: min(800px, 100%);
    margin: 0 auto 56px;
    text-align: center;
}

.hospital-services-heading span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(34, 95, 255, 0.1);
    color: #225fff;
    font-size: 14px;
    font-weight: 900;
}

.hospital-services-heading h2,
.services-operations-copy h2,
.services-cta h2 {
    margin: 18px 0 0;
    color: #071116;
    font-size: clamp(40px, 4.2vw, 60px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
}

.hospital-services-heading p,
.services-operations-copy p,
.services-cta p {
    margin: 20px 0 0;
    color: #5a6d79;
    font-size: 19px;
    line-height: 1.55;
}

.hospital-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.hospital-service-card {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid rgba(34, 95, 255, 0.08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 62px rgba(9, 23, 55, 0.08);
}

.hospital-service-card.primary-service {
    background:
        radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.22), transparent 26%),
        linear-gradient(145deg, #225fff, #0d3fb8);
    color: #ffffff;
}

.hospital-service-card.wide-service {
    grid-column: span 2;
}

.service-card-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(34, 95, 255, 0.1);
}

.primary-service .service-card-icon {
    background: rgba(255, 255, 255, 0.18);
}

.service-card-icon img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(35%) sepia(97%) saturate(2865%) hue-rotate(218deg) brightness(101%) contrast(103%);
}

.primary-service .service-card-icon img {
    filter: invert(1);
}

.hospital-service-card h3 {
    margin: 26px 0 14px;
    color: #071116;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 900;
}

.hospital-service-card.primary-service h3,
.hospital-service-card.primary-service p,
.hospital-service-card.primary-service li {
    color: #ffffff;
}

.hospital-service-card p {
    margin: 0;
    color: #5a6d79;
    font-size: 16px;
    line-height: 1.55;
}

.hospital-service-card ul {
    display: grid;
    gap: 11px;
    margin: auto 0 0;
    padding: 24px 0 0;
    list-style: none;
}

.hospital-service-card li {
    position: relative;
    padding-left: 24px;
    color: #071116;
    font-size: 15px;
    font-weight: 800;
}

.hospital-service-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #225fff;
}

.primary-service li::before {
    background: #ffffff;
}

.services-operations {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(520px, 1.1fr);
    gap: 64px;
    align-items: center;
    padding: 98px max(24px, calc((100vw - 1280px) / 2));
    background: #ffffff;
}

.services-operations-copy h2 {
    margin-top: 0;
}

.operations-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.operations-flow article {
    min-height: 230px;
    padding: 26px;
    border-radius: 28px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(135deg, rgba(34, 95, 255, 0.45), rgba(34, 95, 255, 0.04)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 22px 54px rgba(9, 23, 55, 0.08);
}

.operations-flow span {
    display: block;
    color: rgba(34, 95, 255, 0.18);
    font-size: 54px;
    line-height: 1;
    font-weight: 900;
}

.operations-flow h3 {
    margin: 32px 0 12px;
    color: #071116;
    font-size: 24px;
    font-weight: 900;
}

.operations-flow p {
    margin: 0;
    color: #5a6d79;
    font-size: 16px;
    line-height: 1.45;
}

.services-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin: 26px max(24px, calc((100vw - 1280px) / 2)) 100px;
    padding: 58px 64px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 80% 10%, rgba(34, 95, 255, 0.22), transparent 28%),
        linear-gradient(135deg, #071116, #102548);
    color: #ffffff;
    box-shadow: 0 34px 80px rgba(7, 17, 22, 0.18);
}

.services-cta h2 {
    max-width: 760px;
    margin-top: 0;
    color: #ffffff;
}

.services-cta p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.76);
}

@keyframes servicesNetworkSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes servicesCardFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -13px, 0);
    }
}

@keyframes servicesPillFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(12px, -10px, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .services-network,
    .services-command-card,
    .services-live-pill {
        animation: none;
    }
}

@media (max-width: 1060px) {
    .services-operations,
    .services-hero-inner {
        grid-template-columns: 1fr;
    }

    .services-hero-inner {
        width: min(100% - 32px, 720px);
        margin-top: 50px;
        text-align: center;
    }

    .services-hero-copy h1,
    .services-hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .services-hero-actions {
        justify-content: center;
    }

    .hospital-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .services-hero-inner {
        margin-top: 38px;
        min-height: auto;
        gap: 28px;
    }

    .services-hero-copy h1 {
        font-size: 36px;
    }

    .services-hero-copy p {
        font-size: 16px;
    }

    .services-hero-actions {
        align-items: stretch;
    }

    .services-hero-visual {
        min-height: 318px;
    }

    .services-network {
        width: 230px;
        height: 230px;
    }

    .services-command-card {
        width: min(100%, 320px);
        padding: 16px;
        border-radius: 26px;
    }

    .services-command-grid article {
        min-height: 82px;
        padding: 14px;
    }

    .services-command-grid b {
        font-size: 23px;
    }

    .services-live-pill {
        min-height: 36px;
        padding: 0 13px;
        font-size: 12px;
    }

    .ambulance-pill {
        left: 0;
        top: 28px;
    }

    .billing-pill {
        right: 0;
        top: 58px;
    }

    .ward-pill {
        left: 78px;
        bottom: 0;
    }

    .hospital-services,
    .services-operations {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hospital-services {
        padding-top: 92px;
    }

    .hospital-services-heading h2,
    .services-operations-copy h2,
    .services-cta h2 {
        font-size: 38px;
    }

    .hospital-services-grid,
    .operations-flow {
        grid-template-columns: 1fr;
    }

    .hospital-service-card.wide-service {
        grid-column: auto;
    }

    .hospital-service-card {
        min-height: auto;
    }

    .services-cta {
        margin: 12px 18px 72px;
        padding: 38px 24px;
        border-radius: 28px;
    }
}

.privacy-hero {
    min-height: 760px;
}

.privacy-hero-inner {
    width: min(1140px, calc(100% - 48px));
    grid-template-columns: minmax(360px, 0.9fr) minmax(360px, 1.1fr);
}

.privacy-hero-copy h1 {
    max-width: 680px;
}

.privacy-hero-visual {
    min-height: 430px;
}

.privacy-orbit {
    position: absolute;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(53, 197, 183, 0.24), transparent 35%),
        linear-gradient(90deg, transparent 49.6%, rgba(255, 255, 255, 0.18) 50%, transparent 50.4%),
        linear-gradient(0deg, transparent 49.6%, rgba(255, 255, 255, 0.18) 50%, transparent 50.4%);
    animation: servicesNetworkSpin 18s linear infinite;
}

.privacy-orbit::before,
.privacy-orbit::after {
    content: "";
    position: absolute;
    inset: 54px;
    border: 1px dashed rgba(255, 255, 255, 0.17);
    border-radius: 50%;
}

.privacy-orbit::after {
    inset: 112px;
    border-style: solid;
    border-color: rgba(53, 197, 183, 0.38);
}

.privacy-orbit span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #35c5b7;
    box-shadow: 0 0 0 10px rgba(53, 197, 183, 0.18);
}

.privacy-orbit span:nth-child(1) {
    left: 48%;
    top: -7px;
}

.privacy-orbit span:nth-child(2) {
    right: 34px;
    bottom: 70px;
    background: #ffffff;
}

.privacy-orbit span:nth-child(3) {
    left: 34px;
    bottom: 74px;
}

.privacy-vault-card {
    position: relative;
    z-index: 1;
    width: min(440px, 100%);
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08)),
        rgba(10, 24, 76, 0.42);
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
    animation: servicesCardFloat 5.8s ease-in-out infinite;
}

.privacy-vault-top {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    gap: 10px;
    align-items: center;
    color: #ffffff;
}

.privacy-vault-top span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #35c5b7;
    box-shadow: 0 0 0 8px rgba(53, 197, 183, 0.18);
}

.privacy-vault-top strong {
    font-size: 16px;
    font-weight: 900;
}

.privacy-vault-top em {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.privacy-lock {
    position: relative;
    width: 112px;
    height: 112px;
    margin: 30px auto 28px;
    border-radius: 32px;
    background: linear-gradient(145deg, #ffffff, #dce8ff);
    box-shadow: inset 0 -10px 18px rgba(16, 40, 116, 0.16), 0 22px 45px rgba(4, 12, 42, 0.18);
}

.privacy-lock::before {
    content: "";
    position: absolute;
    left: 27px;
    top: -34px;
    width: 58px;
    height: 58px;
    border: 12px solid rgba(255, 255, 255, 0.88);
    border-bottom: 0;
    border-radius: 32px 32px 0 0;
}

.privacy-lock::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 43px;
    width: 15px;
    height: 34px;
    border-radius: 999px;
    background: #102874;
    transform: translateX(-50%);
}

.privacy-signal-list {
    display: grid;
    gap: 12px;
}

.privacy-signal-list p {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.privacy-signal-list strong {
    font-size: 15px;
    font-weight: 900;
}

.privacy-signal-list span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 700;
}

.privacy-floating-note {
    position: absolute;
    z-index: 2;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    animation: servicesPillFloat 6s ease-in-out infinite;
}

.privacy-floating-note::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 9px;
    border-radius: 50%;
    background: #35c5b7;
    box-shadow: 0 0 0 7px rgba(53, 197, 183, 0.18);
}

.privacy-note-one {
    left: 0;
    top: 58px;
}

.privacy-note-two {
    right: 0;
    top: 108px;
    animation-delay: -1.8s;
}

.privacy-note-three {
    left: 118px;
    bottom: 18px;
    animation-delay: -3.4s;
}

.privacy-policy-main {
    padding: 118px max(24px, calc((100vw - 1280px) / 2)) 108px;
    background:
        radial-gradient(circle at 16% 14%, rgba(53, 197, 183, 0.12), transparent 26%),
        radial-gradient(circle at 86% 22%, rgba(34, 95, 255, 0.1), transparent 28%),
        #f7fbff;
    color: #071116;
}

.privacy-policy-shell {
    display: grid;
    grid-template-columns: minmax(260px, 0.35fr) minmax(0, 0.65fr);
    gap: 34px;
    align-items: start;
}

.privacy-summary-panel {
    position: sticky;
    top: calc(var(--site-header-height) + 24px);
    padding: 30px;
    border: 1px solid rgba(34, 95, 255, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(9, 23, 55, 0.08);
}

.privacy-summary-panel span,
.privacy-contact-band span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(53, 197, 183, 0.12);
    color: #0a786f;
    font-size: 13px;
    font-weight: 900;
}

.privacy-summary-panel h2 {
    margin: 18px 0 14px;
    color: #071116;
    font-size: 32px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.privacy-summary-panel p,
.privacy-summary-panel li,
.privacy-policy-card p,
.privacy-principles p {
    color: #5a6d79;
    font-size: 16px;
    line-height: 1.6;
}

.privacy-summary-panel ul {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.privacy-summary-panel li {
    position: relative;
    padding-left: 24px;
    font-weight: 800;
}

.privacy-summary-panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #35c5b7;
}

.privacy-policy-content {
    display: grid;
    gap: 26px;
}

.privacy-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.privacy-principles article {
    min-height: 210px;
    padding: 24px;
    border: 1px solid rgba(34, 95, 255, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 54px rgba(9, 23, 55, 0.07);
}

.privacy-principles span {
    display: block;
    color: rgba(34, 95, 255, 0.18);
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
}

.privacy-principles h3 {
    margin: 30px 0 10px;
    color: #071116;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 900;
}

.privacy-principles p,
.privacy-policy-card p {
    margin: 0;
}

.privacy-policy-card {
    padding: 38px 42px;
    border: 1px solid rgba(34, 95, 255, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(9, 23, 55, 0.08);
}

.privacy-policy-card section + section {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid rgba(7, 17, 22, 0.08);
}

.privacy-policy-card h2 {
    margin: 0 0 14px;
    color: #071116;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.privacy-policy-card p + p {
    margin-top: 12px;
}

.privacy-contact-band {
    width: min(100%, 920px);
    margin: 52px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px 38px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 82% 24%, rgba(53, 197, 183, 0.28), transparent 30%),
        linear-gradient(135deg, #071116, #102874);
    box-shadow: 0 30px 76px rgba(9, 23, 55, 0.16);
}

.privacy-contact-band h2 {
    max-width: 680px;
    margin: 14px 0 0;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0;
}

@media (prefers-reduced-motion: reduce) {
    .privacy-orbit,
    .privacy-vault-card,
    .privacy-floating-note {
        animation: none;
    }
}

@media (max-width: 1060px) {
    .privacy-policy-shell {
        grid-template-columns: 1fr;
    }

    .privacy-summary-panel {
        position: static;
    }
}

@media (max-width: 720px) {
    .privacy-hero {
        min-height: 850px;
    }

    .privacy-hero-visual {
        min-height: 360px;
    }

    .privacy-orbit {
        width: 250px;
        height: 250px;
    }

    .privacy-vault-card {
        width: min(100%, 320px);
        padding: 18px;
        border-radius: 26px;
    }

    .privacy-lock {
        width: 86px;
        height: 86px;
        margin: 28px auto 22px;
        border-radius: 24px;
    }

    .privacy-lock::before {
        left: 21px;
        top: -27px;
        width: 44px;
        height: 48px;
        border-width: 10px;
    }

    .privacy-lock::after {
        top: 34px;
        height: 27px;
    }

    .privacy-floating-note {
        min-height: 36px;
        padding: 0 13px;
        font-size: 12px;
    }

    .privacy-note-one {
        left: 0;
        top: 22px;
    }

    .privacy-note-two {
        right: 0;
        top: 68px;
    }

    .privacy-note-three {
        left: 54px;
        bottom: 0;
    }

    .privacy-policy-main {
        padding: 82px 18px 76px;
    }

    .privacy-principles {
        grid-template-columns: 1fr;
    }

    .privacy-policy-card,
    .privacy-summary-panel,
    .privacy-contact-band {
        padding: 28px 22px;
    }

    .privacy-policy-card h2 {
        font-size: 24px;
    }

    .privacy-contact-band {
        align-items: stretch;
        flex-direction: column;
    }
}

.terms-hero {
    min-height: 760px;
}

.terms-hero-inner {
    width: min(1140px, calc(100% - 48px));
    grid-template-columns: minmax(360px, 0.92fr) minmax(360px, 1.08fr);
}

.terms-hero-copy h1 {
    max-width: 700px;
}

.terms-hero-visual {
    min-height: 430px;
}

.terms-rings {
    position: absolute;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(118, 168, 255, 0.22), transparent 36%),
        linear-gradient(90deg, transparent 49.6%, rgba(255, 255, 255, 0.18) 50%, transparent 50.4%),
        linear-gradient(0deg, transparent 49.6%, rgba(255, 255, 255, 0.18) 50%, transparent 50.4%);
    animation: servicesNetworkSpin 20s linear infinite;
}

.terms-rings::before,
.terms-rings::after {
    content: "";
    position: absolute;
    inset: 54px;
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

.terms-rings::after {
    inset: 112px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.26);
}

.terms-rings span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #76a8ff;
    box-shadow: 0 0 0 10px rgba(118, 168, 255, 0.18);
}

.terms-rings span:nth-child(1) {
    left: 48%;
    top: -7px;
}

.terms-rings span:nth-child(2) {
    right: 34px;
    bottom: 70px;
    background: #ffffff;
}

.terms-rings span:nth-child(3) {
    left: 34px;
    bottom: 74px;
}

.terms-document-card {
    position: relative;
    z-index: 1;
    width: min(440px, 100%);
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08)),
        rgba(10, 24, 76, 0.42);
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
    animation: servicesCardFloat 5.8s ease-in-out infinite;
}

.terms-document-top {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    gap: 10px;
    align-items: center;
    color: #ffffff;
}

.terms-document-top span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #76a8ff;
    box-shadow: 0 0 0 8px rgba(118, 168, 255, 0.18);
}

.terms-document-top strong {
    font-size: 16px;
    font-weight: 900;
}

.terms-document-top em {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.terms-document-lines {
    display: grid;
    gap: 12px;
    margin: 28px 0 26px;
}

.terms-document-lines span {
    display: block;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}

.terms-document-lines span:nth-child(1) {
    width: 78%;
}

.terms-document-lines span:nth-child(2) {
    width: 92%;
}

.terms-document-lines span:nth-child(3) {
    width: 64%;
}

.terms-document-lines span:nth-child(4) {
    width: 86%;
}

.terms-checklist {
    display: grid;
    gap: 12px;
}

.terms-checklist p {
    position: relative;
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 14px 16px 14px 44px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.terms-checklist p::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 18px;
    width: 14px;
    height: 8px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(-45deg);
}

.terms-checklist strong {
    font-size: 15px;
    font-weight: 900;
}

.terms-checklist span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 700;
}

.terms-floating-note {
    position: absolute;
    z-index: 2;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    animation: servicesPillFloat 6s ease-in-out infinite;
}

.terms-floating-note::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 9px;
    border-radius: 50%;
    background: #76a8ff;
    box-shadow: 0 0 0 7px rgba(118, 168, 255, 0.18);
}

.terms-note-one {
    left: 0;
    top: 58px;
}

.terms-note-two {
    right: 0;
    top: 108px;
    animation-delay: -1.8s;
}

.terms-note-three {
    left: 96px;
    bottom: 18px;
    animation-delay: -3.4s;
}

.terms-policy-main {
    padding: 118px max(24px, calc((100vw - 1280px) / 2)) 108px;
    background:
        radial-gradient(circle at 16% 14%, rgba(118, 168, 255, 0.13), transparent 26%),
        radial-gradient(circle at 86% 22%, rgba(53, 197, 183, 0.09), transparent 28%),
        #f7fbff;
    color: #071116;
}

.terms-policy-shell {
    display: grid;
    grid-template-columns: minmax(260px, 0.35fr) minmax(0, 0.65fr);
    gap: 34px;
    align-items: start;
}

.terms-summary-panel {
    position: sticky;
    top: calc(var(--site-header-height) + 24px);
    padding: 30px;
    border: 1px solid rgba(34, 95, 255, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(9, 23, 55, 0.08);
}

.terms-summary-panel span,
.terms-contact-band span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(118, 168, 255, 0.16);
    color: #2355df;
    font-size: 13px;
    font-weight: 900;
}

.terms-summary-panel h2 {
    margin: 18px 0 14px;
    color: #071116;
    font-size: 32px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.terms-summary-panel p,
.terms-summary-panel li,
.terms-policy-card p,
.terms-principles p {
    color: #5a6d79;
    font-size: 16px;
    line-height: 1.6;
}

.terms-summary-panel ul {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.terms-summary-panel li {
    position: relative;
    padding-left: 24px;
    font-weight: 800;
}

.terms-summary-panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2355df;
}

.terms-policy-content {
    display: grid;
    gap: 26px;
}

.terms-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.terms-principles article {
    min-height: 210px;
    padding: 24px;
    border: 1px solid rgba(34, 95, 255, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 54px rgba(9, 23, 55, 0.07);
}

.terms-principles span {
    display: block;
    color: rgba(34, 95, 255, 0.18);
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
}

.terms-principles h3 {
    margin: 30px 0 10px;
    color: #071116;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 900;
}

.terms-principles p,
.terms-policy-card p {
    margin: 0;
}

.terms-policy-card {
    padding: 38px 42px;
    border: 1px solid rgba(34, 95, 255, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(9, 23, 55, 0.08);
}

.terms-policy-card section + section {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid rgba(7, 17, 22, 0.08);
}

.terms-policy-card h2 {
    margin: 0 0 14px;
    color: #071116;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.terms-policy-card p + p {
    margin-top: 12px;
}

.terms-contact-band {
    width: min(100%, 920px);
    margin: 52px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px 38px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 82% 24%, rgba(118, 168, 255, 0.3), transparent 30%),
        linear-gradient(135deg, #071116, #102874);
    box-shadow: 0 30px 76px rgba(9, 23, 55, 0.16);
}

.terms-contact-band h2 {
    max-width: 680px;
    margin: 14px 0 0;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0;
}

@media (prefers-reduced-motion: reduce) {
    .terms-rings,
    .terms-document-card,
    .terms-floating-note {
        animation: none;
    }
}

@media (max-width: 1060px) {
    .terms-policy-shell {
        grid-template-columns: 1fr;
    }

    .terms-summary-panel {
        position: static;
    }
}

@media (max-width: 720px) {
    .terms-hero {
        min-height: 850px;
    }

    .terms-hero-visual {
        min-height: 360px;
    }

    .terms-rings {
        width: 250px;
        height: 250px;
    }

    .terms-document-card {
        width: min(100%, 320px);
        padding: 18px;
        border-radius: 26px;
    }

    .terms-floating-note {
        min-height: 36px;
        padding: 0 13px;
        font-size: 12px;
    }

    .terms-note-one {
        left: 0;
        top: 22px;
    }

    .terms-note-two {
        right: 0;
        top: 68px;
    }

    .terms-note-three {
        left: 40px;
        bottom: 0;
    }

    .terms-policy-main {
        padding: 82px 18px 76px;
    }

    .terms-principles {
        grid-template-columns: 1fr;
    }

    .terms-policy-card,
    .terms-summary-panel,
    .terms-contact-band {
        padding: 28px 22px;
    }

    .terms-policy-card h2 {
        font-size: 24px;
    }

    .terms-contact-band {
        align-items: stretch;
        flex-direction: column;
    }
}

.refund-hero {
    min-height: 760px;
}

.refund-hero-inner {
    width: min(1140px, calc(100% - 48px));
    grid-template-columns: minmax(360px, 0.92fr) minmax(360px, 1.08fr);
}

.refund-hero-copy h1 {
    max-width: 720px;
}

.refund-hero-visual {
    min-height: 430px;
}

.refund-rings {
    position: absolute;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(53, 197, 183, 0.22), transparent 36%),
        linear-gradient(90deg, transparent 49.6%, rgba(255, 255, 255, 0.18) 50%, transparent 50.4%),
        linear-gradient(0deg, transparent 49.6%, rgba(255, 255, 255, 0.18) 50%, transparent 50.4%);
    animation: servicesNetworkSpin 19s linear infinite;
}

.refund-rings::before,
.refund-rings::after {
    content: "";
    position: absolute;
    inset: 54px;
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: 50%;
}

.refund-rings::after {
    inset: 112px;
    border-style: solid;
    border-color: rgba(53, 197, 183, 0.32);
}

.refund-rings span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #35c5b7;
    box-shadow: 0 0 0 10px rgba(53, 197, 183, 0.18);
}

.refund-rings span:nth-child(1) {
    left: 48%;
    top: -7px;
}

.refund-rings span:nth-child(2) {
    right: 34px;
    bottom: 70px;
    background: #ffffff;
}

.refund-rings span:nth-child(3) {
    left: 34px;
    bottom: 74px;
}

.refund-ledger-card {
    position: relative;
    z-index: 1;
    width: min(440px, 100%);
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.08)),
        rgba(10, 24, 76, 0.42);
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
    animation: servicesCardFloat 5.8s ease-in-out infinite;
}

.refund-ledger-top {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    gap: 10px;
    align-items: center;
    color: #ffffff;
}

.refund-ledger-top span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #35c5b7;
    box-shadow: 0 0 0 8px rgba(53, 197, 183, 0.18);
}

.refund-ledger-top strong {
    font-size: 16px;
    font-weight: 900;
}

.refund-ledger-top em {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.refund-amount {
    margin: 28px 0 24px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff, #dff8f5);
    color: #102874;
    box-shadow: inset 0 -10px 18px rgba(16, 40, 116, 0.1);
}

.refund-amount small {
    display: block;
    color: #5a6d79;
    font-size: 13px;
    font-weight: 900;
}

.refund-amount strong {
    display: block;
    margin-top: 6px;
    color: #071116;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
}

.refund-timeline {
    display: grid;
    gap: 12px;
}

.refund-timeline p {
    position: relative;
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 14px 16px 14px 44px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.refund-timeline p::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #35c5b7;
    box-shadow: 0 0 0 7px rgba(53, 197, 183, 0.16);
}

.refund-timeline strong {
    font-size: 15px;
    font-weight: 900;
}

.refund-timeline span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 700;
}

.refund-floating-note {
    position: absolute;
    z-index: 2;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    animation: servicesPillFloat 6s ease-in-out infinite;
}

.refund-floating-note::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-right: 9px;
    border-radius: 50%;
    background: #35c5b7;
    box-shadow: 0 0 0 7px rgba(53, 197, 183, 0.18);
}

.refund-note-one {
    left: 0;
    top: 58px;
}

.refund-note-two {
    right: 0;
    top: 108px;
    animation-delay: -1.8s;
}

.refund-note-three {
    left: 108px;
    bottom: 18px;
    animation-delay: -3.4s;
}

.refund-policy-main {
    padding: 118px max(24px, calc((100vw - 1280px) / 2)) 108px;
    background:
        radial-gradient(circle at 16% 14%, rgba(53, 197, 183, 0.12), transparent 26%),
        radial-gradient(circle at 86% 22%, rgba(34, 95, 255, 0.1), transparent 28%),
        #f7fbff;
    color: #071116;
}

.refund-policy-shell {
    display: grid;
    grid-template-columns: minmax(260px, 0.35fr) minmax(0, 0.65fr);
    gap: 34px;
    align-items: start;
}

.refund-summary-panel {
    position: sticky;
    top: calc(var(--site-header-height) + 24px);
    padding: 30px;
    border: 1px solid rgba(34, 95, 255, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(9, 23, 55, 0.08);
}

.refund-summary-panel span,
.refund-contact-band span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(53, 197, 183, 0.12);
    color: #0a786f;
    font-size: 13px;
    font-weight: 900;
}

.refund-summary-panel h2 {
    margin: 18px 0 14px;
    color: #071116;
    font-size: 32px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.refund-summary-panel p,
.refund-summary-panel li,
.refund-policy-card p,
.refund-principles p {
    color: #5a6d79;
    font-size: 16px;
    line-height: 1.6;
}

.refund-summary-panel ul {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.refund-summary-panel li {
    position: relative;
    padding-left: 24px;
    font-weight: 800;
}

.refund-summary-panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #35c5b7;
}

.refund-policy-content {
    display: grid;
    gap: 26px;
}

.refund-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.refund-principles article {
    min-height: 210px;
    padding: 24px;
    border: 1px solid rgba(34, 95, 255, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 54px rgba(9, 23, 55, 0.07);
}

.refund-principles span {
    display: block;
    color: rgba(53, 197, 183, 0.24);
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
}

.refund-principles h3 {
    margin: 30px 0 10px;
    color: #071116;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 900;
}

.refund-principles p,
.refund-policy-card p {
    margin: 0;
}

.refund-policy-card {
    padding: 38px 42px;
    border: 1px solid rgba(34, 95, 255, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(9, 23, 55, 0.08);
}

.refund-policy-card section + section {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid rgba(7, 17, 22, 0.08);
}

.refund-policy-card h2 {
    margin: 0 0 14px;
    color: #071116;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.refund-policy-card p + p {
    margin-top: 12px;
}

.refund-contact-band {
    width: min(100%, 920px);
    margin: 52px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px 38px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 82% 24%, rgba(53, 197, 183, 0.28), transparent 30%),
        linear-gradient(135deg, #071116, #102874);
    box-shadow: 0 30px 76px rgba(9, 23, 55, 0.16);
}

.refund-contact-band h2 {
    max-width: 680px;
    margin: 14px 0 0;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0;
}

@media (prefers-reduced-motion: reduce) {
    .refund-rings,
    .refund-ledger-card,
    .refund-floating-note {
        animation: none;
    }
}

@media (max-width: 1060px) {
    .refund-policy-shell {
        grid-template-columns: 1fr;
    }

    .refund-summary-panel {
        position: static;
    }
}

@media (max-width: 720px) {
    .refund-hero {
        min-height: 850px;
    }

    .refund-hero-visual {
        min-height: 360px;
    }

    .refund-rings {
        width: 250px;
        height: 250px;
    }

    .refund-ledger-card {
        width: min(100%, 320px);
        padding: 18px;
        border-radius: 26px;
    }

    .refund-amount {
        padding: 18px;
    }

    .refund-amount strong {
        font-size: 30px;
    }

    .refund-floating-note {
        min-height: 36px;
        padding: 0 13px;
        font-size: 12px;
    }

    .refund-note-one {
        left: 0;
        top: 22px;
    }

    .refund-note-two {
        right: 0;
        top: 68px;
    }

    .refund-note-three {
        left: 44px;
        bottom: 0;
    }

    .refund-policy-main {
        padding: 82px 18px 76px;
    }

    .refund-principles {
        grid-template-columns: 1fr;
    }

    .refund-policy-card,
    .refund-summary-panel,
    .refund-contact-band {
        padding: 28px 22px;
    }

    .refund-policy-card h2 {
        font-size: 24px;
    }

    .refund-contact-band {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    body.menu-open {
        overflow: hidden;
    }

    .hero {
        padding-top: var(--site-header-height);
    }

    .site-header {
        height: 72px;
        padding: 0 22px;
        gap: 16px;
        flex-wrap: nowrap;
        background: #102874;
    }

    .brand {
        min-width: auto;
        flex: 0 0 auto;
        font-size: 25px;
    }

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

    .brand-mark img {
        width: 38px !important;
        height: auto;
    }

    .menu-toggle {
        order: 3;
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        margin-left: 0;
        display: inline-grid;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.28);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
        cursor: pointer;
    }

    .menu-toggle span {
        position: relative;
        display: block;
        width: 21px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        transition: transform 180ms ease, background 180ms ease;
    }

    .menu-toggle span::before,
    .menu-toggle span::after {
        content: "";
        position: absolute;
        left: 0;
        width: 21px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        transition: transform 180ms ease, top 180ms ease;
    }

    .menu-toggle span::before {
        top: -7px;
    }

    .menu-toggle span::after {
        top: 7px;
    }

    body.menu-open .menu-toggle span {
        background: transparent;
    }

    body.menu-open .menu-toggle span::before {
        top: 0;
        transform: rotate(45deg);
    }

    body.menu-open .menu-toggle span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .nav-links {
        position: fixed;
        top: var(--site-header-height);
        left: 0;
        right: 0;
        order: initial;
        width: 100%;
        max-height: calc(100dvh - var(--site-header-height));
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: 12px 22px 20px;
        background: #102874;
        box-shadow: 0 24px 46px rgba(4, 13, 50, 0.26);
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
        white-space: normal;
        scrollbar-width: none;
    }

    .nav-links::-webkit-scrollbar {
        display: none;
    }

    body.menu-open .nav-links {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .nav-links a,
    .nav-links .hover-ul {
        min-height: 50px;
        justify-content: flex-start;
        padding: 0 6px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        font-size: 16px;
        font-weight: 800;
    }

    .nav-links .hover-ul {
        display: block;
        height: auto;
    }

    .nav-links .hover-ul .product-menu-label {
        min-height: 50px;
        display: flex;
        align-items: center;
    }

    .nav-links .ul-product-u {
        position: static;
        min-width: 0;
        padding: 0 0 8px 14px;
        background: transparent;
        color: #ffffff;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }

    .nav-links .ul-product-u::before {
        display: none;
    }

    .nav-links .ul-product-u a {
        min-height: 40px;
        padding: 0 10px;
        border-bottom: 0;
        font-size: 15px;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.9);
    }

    .nav-links .ul-product-u a:hover,
    .nav-links .ul-product-u a:focus {
        background: rgba(255, 255, 255, 0.12);
    }

    .nav-links a:last-child {
        border-bottom: 0;
    }

    .header-cta {
        order: 2;
        min-width: 126px;
        min-height: 46px;
        border-radius: 8px;
        padding: 0 16px;
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .site-header {
        height: 68px;
        padding: 0 14px;
        gap: 10px;
    }

    .brand {
        font-size: 22px;
        gap: 8px;
    }

    .brand-mark {
        width: 34px;
        height: 34px;
    }

    .brand-mark img {
        width: 34px !important;
    }

    .header-cta {
        min-width: auto;
        min-height: 42px;
        padding: 0 12px;
        font-size: 13px;
    }

    .menu-toggle {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .nav-links {
        padding: 10px 14px 18px;
    }
}

@media (max-width: 390px) {
    .brand-text {
        display: none;
    }

    .header-cta {
        padding: 0 10px;
    }
}

.site-footer {
    background: radial-gradient(circle at 13% 48%, #102264 0 13%, transparent 32%), linear-gradient(105deg, #163a98 0%, #022b9a 45%, #53386b 100%);
    color: #ffffff;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    padding: 50px 0px 0px;
}

.footer-wrap {
    width: min(1020px, calc(100% - 48px));
    margin: 0 auto;
    padding: 59px 0 50px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.45fr 0.95fr 1.05fr 0.9fr 0.9fr 1.55fr;
    gap: 45px;
    align-items: start;
}

.footer-column {
    display: grid;
    align-content: start;
    gap: 15px;
}

.footer-column h2 {
    margin: 0 0 2px;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
}

.footer-column a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.34;
    font-weight: 500;
    text-decoration: none;
}

.footer-column a:hover,
.footer-column a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
}

.footer-brand-mark {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
}

.footer-brand-mark svg {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-brand-copy strong,
.footer-brand-copy small {
    display: block;
}

.footer-brand-copy strong {
    color: #ffffff;
    font-size: 32px;
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.footer-brand-copy small {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.28em;
}

.footer-bottom {
    width: 170px;
    margin-top: 27px;
}

.privacy-column {
    gap: 16px;
}

.footer-meta {
    margin-top: 62px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 20px;
}
 

.social-icon {
    z-index: 1;
}

.social-icon.facebook,
.social-icon.twitter,
.social-icon.linkedin {
    isolation: isolate;
}

.social-icon.facebook::after,
.social-icon.twitter::after,
.social-icon.linkedin::after {
    content: attr(class);
    display: none;
}

.social-icon.facebook,
.social-icon.twitter,
.social-icon.linkedin {
    font-family: Arial, sans-serif;
}

.social-icon.facebook {
    font-size: 18px;
    align-items: flex-end;
    padding-bottom: 0;
}

.social-icon.twitter {
    font-size: 0;
}
 
.footer-meta p {
    margin: 23px 0 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
}

@media (max-width: 1120px) {
    .footer-wrap {
        width: min(920px, calc(100% - 40px));
    }

    .footer-grid {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
        gap: 40px 58px;
    }

    .footer-bottom {
        width: auto;
        display: grid;
        grid-template-columns: minmax(170px, 1fr) auto;
        gap: 40px;
        align-items: end;
    }

    .footer-meta {
        margin-top: 0;
    }
}

@media (max-width: 1060px) {
    .faq-wrap {
        position: relative;
        top: auto;
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .faq-scroll-spacer {
        display: none;
    }

    .faq-media {
        text-align: center;
    }

    .faq-media h2,
    .faq-device {
        margin-left: auto;
        margin-right: auto;
    }

    .faq-device {
        margin-top: 38px;
    }

    .practice-comparison {
        padding: 72px 20px 84px;
    }

    .comparison-table {
        border-radius: 34px 34px 0 0;
    }

    .comparison-table::before {
        left: calc(28px + ((100% - 56px) * 1.1 / 2.15));
        width: calc((100% - 56px) * 0.45 / 2.15);
    }

    .comparison-head,
    .comparison-row {
        grid-template-columns: minmax(240px, 1.1fr) minmax(100px, 0.45fr) minmax(150px, 0.6fr);
    }

    .comparison-head,
    .comparison-row {
        padding-left: 28px;
        padding-right: 28px;
    }

    .comparison-row {
        font-size: 17px;
    }

    .testimonials-heading {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .testimonial-carousel::before {
        left: 0;
        right: 0;
    }

    .testimonial-controls {
        position: relative;
        right: auto;
        top: auto;
        justify-content: flex-end;
        margin: -28px 0 20px;
    }

    .testimonial-grid {
        width: auto;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .testimonial-card {
        flex-basis: calc((100% - 28px) / 2);
    }
}

@media (max-width: 620px) {
    .faq-section {
        padding: 28px 16px 72px;
    }

    .practice-comparison {
        padding: 58px 12px 66px;
    }

    .practice-comparison-heading h2 {
        font-size: 34px;
    }

    .practice-comparison-heading p {
        font-size: 14px;
    }

    .comparison-table {
        border-radius: 26px 26px 0 0;
        overflow-x: auto;
    }

    .comparison-table::before {
        left: calc(18px + 320px);
        width: 150px;
    }

    .comparison-head,
    .comparison-row {
        width: 720px;
        grid-template-columns: 320px 150px 220px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .comparison-head {
        min-height: 78px;
    }

    .comparison-pill {
        min-width: 108px;
        min-height: 38px;
        font-size: 17px;
    }

    .comparison-row {
        min-height: 58px;
        font-size: 16px;
    }

    .comparison-row > span:first-child {
        padding-left: 10px;
    }

    .security-cta {
        padding: 0 16px 30px;
    }

    .security-cta-panel {
        min-height: auto;
        padding: 42px 24px;
        border-radius: 16px;
    }

    .security-cta h2 {
        font-size: 30px;
    }

    .security-cta p {
        font-size: 15px;
    }

    .apps-showcase {
        padding: 58px 16px 72px;
    }

    .apps-showcase-badge {
        min-height: 48px;
        padding: 0 22px;
        font-size: 17px;
    }

    .apps-showcase h2 {
        font-size: 38px;
    }

    .apps-showcase p {
        font-size: 20px;
    }

    .apps-logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-top: 42px;
    }

    .apps-logo-tile,
    .apps-logo-tile:nth-child(n) {
        grid-column: auto;
        width: min(140px, 100%);
        height: auto;
        aspect-ratio: 1;
        transform: none;
    }

    .compliance-strip {
        padding: 30px 16px;
    }

    .compliance-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .compliance-card {
        min-height: 132px;
    }

    .compliance-card:last-child {
        grid-column: 1 / -1;
    }

    .site-footer {
        margin-top: 0;
    }

    .footer-wrap {
        width: min(100% - 32px, 520px);
        padding: 46px 0 42px;
    }

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

    .footer-brand {
        margin-top: 8px;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 34px;
    }

    .footer-meta {
        margin-top: 0;
    }

    .testimonials-section {
        padding: 70px 16px 58px;
    }

    .testimonials-heading {
        margin-bottom: 32px;
        text-align: center;
    }

    .testimonial-controls {
        justify-content: center;
        margin: 0 0 18px;
    }

    .testimonial-arrow {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .testimonials-heading h2 {
        font-size: 40px;
    }

    .testimonials-heading p {
        font-size: 17px;
    }

    .testimonial-card {
        flex-basis: 100%;
        min-height: auto;
        padding: 30px 24px;
        border-radius: 22px;
    }

    .testimonial-copy {
        margin: 26px 0 30px;
        font-size: 17px;
        line-height: 1.5;
    }

    .testimonial-viewport {
        padding-bottom: 26px;
    }

    .testimonial-carousel::before {
        inset: -14px -10px 20px;
        border-radius: 24px;
    }

    .faq-media h2 {
        font-size: 34px;
    }

    .faq-list {
        gap: 14px;
    }

    .faq-question {
        min-height: 66px;
        padding: 0 18px;
        font-size: 15px;
    }

    .faq-answer {
        margin: 0 18px 22px;
        padding-top: 18px;
    }
}

@media (max-width: 1180px) {
    .emr-connect {
        padding: 70px 20px 78px;
    }

    .emr-connect-wrap {
        grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1fr);
        min-height: 580px;
    }
}

@media (max-width: 900px) {
    .emr-connect {
        padding: 64px 18px 72px;
    }

    .emr-connect-wrap {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 36px;
    }

    .emr-connect-copy {
        padding-left: 0;
        text-align: center;
    }

    .emr-connect .emr-connect-copy h2,
    .emr-connect .emr-connect-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .emr-connect .emr-connect-copy p {
        margin-top: 24px;
        margin-bottom: 28px;
    }

    .emr-connect-visual img {
        width: min(620px, 100%);
    }
}

@media (max-width: 560px) {
    .emr-connect {
        padding: 54px 16px 60px;
    }

    .emr-connect::before {
        top: -300px;
        left: -150px;
        width: 520px;
        height: 520px;
    }

    .emr-connect .emr-connect-copy h2 {
        font-size: 40px;
    }

    .emr-connect .emr-connect-copy p {
        font-size: 17px;
        line-height: 1.55;
    }

    .emr-connect-btn {
        min-width: 0;
        width: min(312px, 100%);
        min-height: 64px;
        gap: 18px;
        padding: 0 24px;
        font-size: 19px;
    }

    .emr-connect-visual {
        margin-inline: -10px;
    }
}

@media (max-width: 1180px) {
    .demo-doubts-panel {
        grid-template-columns: minmax(315px, 0.82fr) minmax(420px, 1fr);
        min-height: 610px;
        border-radius: 44px;
    }

    .demo-doubts-visual {
        min-height: 460px;
        transform: scale(0.9);
        transform-origin: center right;
    }
}

@media (max-width: 900px) {
    .demo-doubts {
        padding: 58px 18px 66px;
    }

    .demo-doubts-panel {
        grid-template-columns: 1fr;
        gap: 30px;
        min-height: auto;
        padding: 52px 28px 44px;
        border-radius: 36px;
    }

    .demo-doubts-copy {
        text-align: center;
    }

    .demo-doubts .demo-doubts-copy h2,
    .demo-doubts .demo-doubts-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .demo-doubts-rule {
        margin-left: auto;
        margin-right: auto;
    }

    .demo-doubts-visual {
        width: min(620px, 100%);
        min-height: 430px;
        margin: 0 auto;
        transform: none;
    }
}

@media (max-width: 620px) {
    .demo-doubts {
        padding: 48px 14px 56px;
    }

    .demo-doubts-panel {
        padding: 42px 18px 32px;
        border-radius: 28px;
    }

    .demo-doubts-panel::after {
        right: 24px;
        top: 28px;
        width: 64px;
        height: 82px;
        background-size: 16px 16px;
    }

    .demo-doubts .demo-doubts-copy h2 {
        font-size: 42px;
    }

    .demo-doubts-rule {
        margin-top: 22px;
        margin-bottom: 24px;
    }

    .demo-doubts .demo-doubts-copy p {
        margin-bottom: 32px;
        font-size: 17px;
        line-height: 1.55;
    }

    .demo-doubts-btn {
        min-width: 0;
        width: min(320px, 100%);
        min-height: 66px;
        gap: 16px;
        padding: 0 18px;
        font-size: 20px;
    }

    .demo-doubts-calendar-icon {
        width: 27px;
        height: 27px;
    }

    .demo-doubts-visual {
        min-height: 320px;
        transform: scale(0.72);
        transform-origin: center top;
        margin-bottom: -84px;
    }
}

.website-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 86px 24px 28px;
    background:
        radial-gradient(circle at 17% 24%, rgba(100, 220, 255, 0.26), transparent 24%),
        radial-gradient(circle at 74% 31%, rgba(126, 86, 255, 0.34), transparent 28%),
        radial-gradient(circle at 52% 86%, rgba(36, 102, 255, 0.24), transparent 30%),
        linear-gradient(116deg, #061944 0%, #1037a1 42%, #45246f 72%, #08101f 100%);
    background-size: 130% 130%, 140% 140%, 150% 150%, 100% 100%;
    color: #ffffff;
    font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    animation: footerGradientFlow 14s ease-in-out infinite;
}

.website-footer::before,
.website-footer::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.website-footer::before {
    inset: -38% -12% auto auto;
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: conic-gradient(from 120deg, transparent, rgba(255, 255, 255, 0.18), transparent 38%);
    filter: blur(1px);
    animation: footerAuraSpin 18s linear infinite;
}

.website-footer::after {
    inset: auto 0 0;
    height: 150px;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent),
        radial-gradient(ellipse at 50% 100%, rgba(99, 193, 255, 0.2), transparent 62%);
    opacity: 0.72;
    transform: translateX(-38%);
    animation: footerLightSweep 8s ease-in-out infinite;
}

.website-footer .footer-shell {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.website-footer .footer-shell::before {
    content: "";
    position: absolute;
    inset: -34px -36px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 28px 76px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
}

.website-footer .footer-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1.35fr) repeat(3, minmax(150px, 0.68fr));
    gap: clamp(28px, 4vw, 58px);
    align-items: start;
}

.website-footer .footer-branding {
    animation: footerContentRise 720ms ease-out both;
}

.website-footer .brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    text-decoration: none;
}

.website-footer .brand-lockup img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18), 0 0 0 8px rgba(255, 255, 255, 0.08);
    animation: footerLogoPulse 4.8s ease-in-out infinite;
}

.website-footer .brand-lockup strong,
.website-footer .brand-lockup small {
    display: block;
}

.website-footer .brand-lockup strong {
    font-size: 36px;
    line-height: 0.95;
    font-weight: 950;
}

.website-footer .brand-lockup small {
    margin-top: 5px;
    color: rgba(226, 239, 255, 0.82);
    font-size: 12px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.website-footer .footer-branding p {
    max-width: 430px;
    margin: 24px 0 24px;
    color: rgba(241, 247, 255, 0.86);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
}

.website-footer .footer-contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 560px;
}

.website-footer .footer-contact-list span {
    position: relative;
    display: inline-flex;
    min-height: 38px;
    align-items: start;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    font-size: 13px;
    line-height: 1.35;
    overflow: hidden;
    transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.website-footer .footer-contact-list span::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 -60%;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    transform: skewX(-18deg);
    transition: transform 520ms ease;
}

.website-footer .footer-contact-list span:hover {
    transform: translateY(-2px);
    border-color: rgba(125, 215, 255, 0.38);
    background: rgba(255, 255, 255, 0.14);
}

.website-footer .footer-contact-list span:hover::before {
    transform: translateX(420%) skewX(-18deg);
}

.website-footer .footer-column {
    display: grid;
    align-content: start;
    gap: 13px;
    animation: footerContentRise 720ms ease-out both;
}

.website-footer .footer-column:nth-child(2) {
    animation-delay: 90ms;
}

.website-footer .footer-column:nth-child(3) {
    animation-delay: 180ms;
}

.website-footer .footer-column:nth-child(4) {
    animation-delay: 270ms;
}

.website-footer .footer-column h3 {
    position: relative;
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
}

.website-footer .footer-column h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #64dcff, #ffffff);
    animation: footerRulePulse 3.6s ease-in-out infinite;
}

.website-footer .footer-column a,
.website-footer .legal-nav a {
    position: relative;
    width: max-content;
    max-width: 100%;
    color: rgba(238, 246, 255, 0.82);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 650;
    text-decoration: none;
    transition: color 200ms ease, transform 200ms ease;
}

.website-footer .footer-column a::after,
.website-footer .legal-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 2px;
    border-radius: 999px;
    background: #64dcff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms ease;
}

.website-footer .footer-column a:hover,
.website-footer .footer-column a:focus-visible,
.website-footer .legal-nav a:hover,
.website-footer .legal-nav a:focus-visible {
    color: #ffffff;
    transform: translateX(5px);
}

.website-footer .footer-column a:hover::after,
.website-footer .footer-column a:focus-visible::after,
.website-footer .legal-nav a:hover::after,
.website-footer .legal-nav a:focus-visible::after {
    transform: scaleX(1);
}

.website-footer .footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: auto;
    margin-top: 58px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    animation: footerContentRise 720ms ease-out 360ms both;
}

.website-footer .footer-bottom::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 180px;
    height: 1px;
    background: linear-gradient(90deg, #64dcff, transparent);
    animation: footerBottomGlow 4.6s ease-in-out infinite;
}

.website-footer .legal-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
}

.website-footer .footer-bottom p {
    margin: 0;
    color: rgba(238, 246, 255, 0.74);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    text-align: right;
}

@keyframes footerGradientFlow {
    0%,
    100% {
        background-position: 0% 0%, 100% 20%, 50% 100%, 0 0;
    }

    50% {
        background-position: 18% 12%, 82% 34%, 42% 82%, 0 0;
    }
}

@keyframes footerAuraSpin {
    from {
        transform: rotate(0deg) scale(1);
    }

    to {
        transform: rotate(360deg) scale(1.04);
    }
}

@keyframes footerLightSweep {
    0%,
    42% {
        opacity: 0;
        transform: translateX(-42%) skewX(-14deg);
    }

    58% {
        opacity: 0.82;
    }

    100% {
        opacity: 0;
        transform: translateX(48%) skewX(-14deg);
    }
}

@keyframes footerContentRise {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

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

@keyframes footerLogoPulse {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18), 0 0 0 8px rgba(255, 255, 255, 0.08);
    }

    50% {
        transform: translateY(-4px);
        box-shadow: 0 22px 42px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(100, 220, 255, 0.12);
    }
}

@keyframes footerRulePulse {
    0%,
    100% {
        width: 38px;
        opacity: 0.86;
    }

    50% {
        width: 64px;
        opacity: 1;
    }
}

@keyframes footerBottomGlow {
    0%,
    100% {
        transform: translateX(0);
        opacity: 0.55;
    }

    50% {
        transform: translateX(90px);
        opacity: 1;
    }
}

@media (max-width: 980px) {
    .website-footer {
        padding: 70px 20px 26px;
    }

    .website-footer .footer-grid {
        grid-template-columns: minmax(280px, 1fr) repeat(2, minmax(150px, 0.75fr));
        gap: 38px 34px;
    }

    .website-footer .footer-branding {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .website-footer {
        padding: 56px 16px 24px;
    }

    .website-footer .footer-shell::before {
        inset: -22px -14px;
        border-radius: 22px;
    }

    .website-footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .website-footer .brand-lockup img {
        width: 50px;
        height: 50px;
        border-radius: 13px;
    }

    .website-footer .brand-lockup strong {
        font-size: 30px;
    }

    .website-footer .footer-contact-list {
        gap: 9px;
    }

    .website-footer .footer-column h3::after {
        bottom: -8px;
    }

    .website-footer .footer-bottom {
        display: grid;
        gap: 22px;
        margin-top: 42px;
    }

    .website-footer .legal-nav {
        display: grid;
        gap: 12px;
    }

    .website-footer .footer-bottom p {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .website-footer,
    .website-footer::before,
    .website-footer::after,
    .website-footer .footer-branding,
    .website-footer .footer-column,
    .website-footer .footer-bottom,
    .website-footer .brand-lockup img,
    .website-footer .footer-column h3::after,
    .website-footer .footer-bottom::before {
        animation: none;
    }

    .website-footer .footer-contact-list span,
    .website-footer .footer-contact-list span::before,
    .website-footer .footer-column a,
    .website-footer .footer-column a::after,
    .website-footer .legal-nav a,
    .website-footer .legal-nav a::after {
        transition: none;
    }
}

/* Refined full-width footer treatment */
.website-footer {
    padding: 92px 24px 30px;
    background:
        radial-gradient(circle at 17% 24%, rgba(100, 220, 255, 0.26), transparent 24%),
        radial-gradient(circle at 74% 31%, rgba(126, 86, 255, 0.34), transparent 28%),
        radial-gradient(circle at 52% 86%, rgba(36, 102, 255, 0.24), transparent 30%),
        linear-gradient(116deg, #061944 0%, #1037a1 42%, #45246f 72%, #08101f 100%);
    background-size: 150% 150%, 145% 145%, 135% 135%, 100% 100%;
    animation: footerAmbientShift 22s ease-in-out infinite;
}

.website-footer::before {
    inset: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background:
        radial-gradient(circle at 14% 34%, rgba(100, 220, 255, 0.12) 0 78px, transparent 79px),
        radial-gradient(circle at 76% 28%, rgba(166, 126, 255, 0.12) 0 118px, transparent 119px),
        radial-gradient(circle at 48% 88%, rgba(255, 255, 255, 0.08) 0 96px, transparent 97px);
    opacity: 1;
    filter: none;
    animation: footerBubbleDrift 18s ease-in-out infinite;
}

.website-footer::after {
    inset: auto 8% 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(100, 220, 255, 0.9), rgba(255, 255, 255, 0.75), transparent);
    opacity: 0.7;
    transform: none;
    animation: footerEdgeGlow 5.5s ease-in-out infinite;
}

.website-footer .footer-shell {
    width: min(1210px, 100%);
}

.website-footer .footer-shell::before {
    display: none;
}

.website-footer .footer-grid {
    grid-template-columns: minmax(260px, 1.1fr) minmax(140px, 0.55fr) minmax(140px, 0.55fr) minmax(230px, 0.9fr);
    gap: clamp(28px, 4vw, 56px);
    padding-bottom: 54px;
}

.website-footer .footer-branding,
.website-footer .footer-column,
.website-footer .footer-bottom {
    animation: none;
}

.website-footer .brand-lockup {
    gap: 16px;
}

.website-footer .brand-lockup img {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(255, 255, 255, 0.28);
    animation: footerLogoFloat 7s ease-in-out infinite;
}

.website-footer .brand-lockup strong {
    font-size: 40px;
}

.website-footer .brand-lockup small {
    color: rgba(199, 232, 255, 0.88);
}

.website-footer .footer-branding p {
    max-width: 500px;
    margin: 26px 0 0;
    color: rgba(245, 250, 255, 0.86);
    font-size: 17px;
}

.website-footer .footer-branding .footer-social-links {
    margin-top: 22px;
}

.website-footer .footer-branding p {
    margin-bottom: 0;
}

.website-footer .footer-contact-column {
    min-width: 0;
}

.website-footer .footer-contact-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 100%;
}

.website-footer .footer-contact-list span,
.website-footer .footer-contact-list a {
    position: relative;
    display: block;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(233, 244, 255, 0.82);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 650;
    text-decoration: none;
    width: auto;
    max-width: 100%;
    overflow: visible;
}

.website-footer .footer-contact-list span::before,
.website-footer .footer-contact-list a::before {
    display: none;
}

.website-footer .footer-contact-list a::after {
    display: none;
}

.website-footer .footer-contact-item {
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    color: rgba(233, 244, 255, 0.88);
    transition: color 200ms ease, transform 200ms ease;
}

.website-footer .footer-contact-item:hover,
.website-footer .footer-contact-item:focus-visible {
    color: #ffffff;
    transform: translateX(3px);
    background: transparent;
}

.website-footer .footer-contact-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #64dcff;
    flex-shrink: 0;
}

.website-footer .footer-contact-icon img,
.website-footer .footer-contact-icon svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
}

.website-footer .footer-contact-icon img {
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

.website-footer .footer-contact-item > span:last-child {
    padding-top: 7px;
    word-break: break-word;
}

.website-footer .footer-contact-hours {
    cursor: default;
    transform: none !important;
}

.website-footer .footer-contact-hours strong {
    display: inline-block;
    margin-bottom: 2px;
    color: #ffffff;
    font-weight: 800;
}

.website-footer .footer-contact-list span:hover,
.website-footer .footer-contact-list a:hover,
.website-footer .footer-contact-list a:focus-visible {
    background: transparent;
    border-color: transparent;
}

.website-footer .footer-social-links {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 22px;
    padding-top: 8px;
    overflow: visible;
}

.website-footer .footer-social-links .social-icon {
    position: relative;
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: transparent !important;
    color: #ffffff;
    box-shadow: none;
    overflow: visible;
    isolation: isolate;
    transition: transform 220ms ease, border-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.website-footer .footer-social-links .social-icon::before {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 0 rgba(100, 220, 255, 0);
    opacity: 0;
    transition: opacity 220ms ease, box-shadow 220ms ease;
    z-index: -1;
}

.website-footer .footer-social-links .social-icon::after {
    display: none;
}

.website-footer .footer-social-links .social-icon svg {
    position: relative;
    z-index: 1;
    width: 21px;
    height: 21px;
}
 

.website-footer .footer-social-links .social-icon:hover,
.website-footer .footer-social-links .social-icon:focus-visible {
    color: #ffffff;
    border-color: rgba(100, 220, 255, 0.82);
    transform: translateY(-3px);
    box-shadow: none;
}

.website-footer .footer-social-links .social-icon:hover::before,
.website-footer .footer-social-links .social-icon:focus-visible::before {
    opacity: 1;
    /* box-shadow: 0 0 28px rgba(100, 220, 255, 0.34); */
}

.website-footer .footer-column {
    gap: 15px;
}

.website-footer .footer-column h3 {
    margin-bottom: 18px;
    font-size: 19px;
}

.website-footer .footer-column h3::after {
    bottom: -12px;
    width: 46px;
    height: 2px;
    background: linear-gradient(90deg, #64dcff, rgba(255, 255, 255, 0));
    animation: none;
}

.website-footer .footer-column a,
.website-footer .legal-nav a {
    color: rgba(233, 244, 255, 0.78);
    font-weight: 600;
}

.website-footer .footer-column a::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #64dcff;
    opacity: 0;
    transform: translate(-6px, -50%);
    transition: opacity 200ms ease, transform 200ms ease;
}

.website-footer .footer-column a::after,
.website-footer .legal-nav a::after {
    bottom: -4px;
    background: linear-gradient(90deg, #64dcff, #ffffff);
}

.website-footer .footer-column a:hover,
.website-footer .footer-column a:focus-visible,
.website-footer .legal-nav a:hover,
.website-footer .legal-nav a:focus-visible {
    color: #ffffff;
    transform: translateX(8px);
}

.website-footer .footer-column a:hover::before,
.website-footer .footer-column a:focus-visible::before {
    opacity: 1;
    transform: translate(0, -50%);
}

.website-footer .footer-bottom {
    margin-top: 0;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.website-footer .footer-bottom::before {
    width: 34%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(100, 220, 255, 0.95), transparent);
    animation: footerDividerPulse 6s ease-in-out infinite;
}

.website-footer .legal-nav {
    gap: 12px 28px;
}

.website-footer .footer-bottom p {
    color: rgba(233, 244, 255, 0.72);
}

@keyframes footerAmbientShift {
    0%,
    100% {
        background-position: 0% 0%, 100% 0%, 50% 100%, 0 0;
    }

    50% {
        background-position: 12% 16%, 82% 18%, 58% 86%, 0 0;
    }
}

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

    50% {
        transform: translate3d(0, -10px, 0) scale(1.03);
        opacity: 1;
    }
}

@keyframes footerEdgeGlow {
    0%,
    100% {
        opacity: 0.45;
        transform: scaleX(0.72);
    }

    50% {
        opacity: 0.95;
        transform: scaleX(1);
    }
}

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

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

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

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

@keyframes footerDividerPulse {
    0%,
    100% {
        opacity: 0.45;
        transform: translateX(0);
    }

    50% {
        opacity: 1;
        transform: translateX(70%);
    }
}

@media (max-width: 980px) {
    .website-footer .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .website-footer .footer-branding {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .website-footer {
        padding: 62px 18px 26px;
    }

    .website-footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-bottom: 40px;
    }

    .website-footer .footer-contact-list {
        grid-template-columns: 1fr;
    }

    .website-footer .footer-social-links {
        gap: 12px;
    }

    .website-footer .footer-bottom {
        display: grid;
        gap: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .website-footer,
    .website-footer::before,
    .website-footer::after,
    .website-footer .brand-lockup img,
    .website-footer .footer-social-links .social-icon,
    .website-footer .footer-bottom::before {
        animation: none;
    }
}

/* CMS mobile app pricing comparison */
.mobile-pricing-comparison {
    padding: 120px 24px 120px;
    background:
        radial-gradient(circle at 8% 10%, rgba(37, 103, 235, 0.08), transparent 27%),
        radial-gradient(circle at 92% 18%, rgba(37, 103, 235, 0.08), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 52%, #f4f9ff 100%);
    color: #071d54;
    overflow: visible;
}

.mobile-pricing-comparison::before,
.mobile-pricing-comparison::after {
    display: none;
}

.mobile-pricing-wrap {
    width: min(1358px, 100%);
    overflow: visible;
}

.mobile-pricing-heading {
    max-width: 1120px;
    margin: 0 auto 30px;
}

.mobile-pricing-kicker {
    min-height: 45px;
    gap: 13px;
    padding: 0 22px;
    border: 1px solid #d3e3fb;
    background: linear-gradient(180deg, #eef6ff 0%, #e3efff 100%);
    color: #155be8;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
}

.mobile-pricing-shield {
    position: relative;
    width: 23px;
    height: 26px;
    flex: 0 0 auto;
    border: 3px solid currentColor;
    border-radius: 7px 7px 10px 10px;
    clip-path: polygon(50% 0, 100% 18%, 100% 62%, 50% 100%, 0 62%, 0 18%);
}

.mobile-pricing-shield::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 7px;
    width: 8px;
    height: 5px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(-45deg);
}

.mobile-pricing-heading h2 {
    margin: 17px 0 14px;
    color: #071d54;
    font-size: 52px;
    line-height: 1.04;
    font-weight: 950;
}

.mobile-pricing-heading h2 span {
    color: #155be8;
}

.mobile-pricing-heading p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: #34446a;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 400;
}

.mobile-pricing-heading p span {
    width: 90px;
    height: 2px;
    border-radius: 999px;
    background: #b7d0f7;
}

.mobile-pricing-heading p strong {
    color: #155be8;
  font-weight: 700;
  margin-left: -10px;
}

.mobile-platform-grid {
    position: relative;
    z-index: 2;
    gap: 30px;
    margin-bottom: 96px;
    overflow: visible;
}

.mobile-platform-card {
    min-height: 430px;
    padding: 16px 27px 54px;
    border: 1px solid #d9e6f8;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.92), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(252, 254, 255, 0.95) 100%);
    box-shadow: none;
    text-align: left;
    overflow: visible !important;
}

.mobile-platform-card::before {
    display: none;
}

.mobile-platform-card:hover {
    transform: none;
    border-color: #c7dbf7;
    box-shadow: none;
}

.ios-card::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 31px;
    width: 73px;
    height: 73px;
    background-image: radial-gradient(circle, rgba(21, 91, 232, 0.14) 0 3px, transparent 3px);
    background-size: 18px 18px;
}

.mobile-platform-head {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 148px;
    margin-bottom: 19px;
    padding-left: 16px;
}

.mobile-platform-head h3 {
    margin: 0 0 6px;
    color: #071d54;
    font-size: 39px;
    line-height: 1;
    font-weight: 950;
}

.mobile-platform-head p {
    margin: 0 0 19px;
    color: #34446a;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 500;
}

.mobile-platform-head i {
    display: block;
    width: 51px;
    height: 5px;
    border-radius: 999px;
    background: #155be8;
}

.mobile-platform-icon {
    width: 137px;
    height: 137px;
    flex: 0 0 137px;
    margin: 0;
    border: 1px solid #cbdfff;
    background: #eff7ff;
    box-shadow: none;
    animation: none;
}

.mobile-platform-icon::before {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: inherit;
    background: linear-gradient(180deg, #64a5ff 0%, #155be8 100%);
    box-shadow: inset 0 10px 24px rgba(255, 255, 255, 0.28), 0 12px 22px rgba(21, 91, 232, 0.18);
}

.ios-card .mobile-platform-icon::before {
    background: linear-gradient(180deg, #edf6ff 0%, #cde0f7 100%);
}

.android-card .mobile-platform-icon,
.ios-card .mobile-platform-icon {
    background: #f4f9ff;
}

.mobile-platform-icon img {
    position: relative;
    z-index: 1;
    width: 72px;
    height: 72px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.ios-card .mobile-platform-icon img {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(15%) sepia(14%) saturate(1178%) hue-rotate(181deg) brightness(89%) contrast(89%);
}

.mobile-platform-card > h3 {
    display: none;
}

.mobile-cost-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.mobile-cost-row::before {
    width: 56px;
    height: 56px;
    border: 4px solid #ffffff;
    background: #155be8;
    box-shadow: 0 10px 22px rgba(21, 91, 232, 0.28);
    color: #ffffff;
    font-size: 21px;
    letter-spacing: 0;
}

.mobile-cost-row::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -58px;
    z-index: 4;
    width: 88px;
    height: 88px;
    border: 1px solid #d9e7fa;
    border-radius: 50%;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 34px auto;
    box-shadow: 0 24px 34px rgba(10, 45, 144, 0.2), 0 12px 20px rgba(10, 45, 144, 0.14);
    transform: translateX(-50%);
}

.android-card .mobile-cost-row::after {
    background-image: url("../images/and-mob.png");
}

.ios-card .mobile-cost-row::after {
    background-image: url("../images/iphone-mob.png");
}

.mobile-cost-box {
    min-height: 214px;
    align-content: center;
    justify-items: center;
    gap: 12px;
    padding: 26px 20px;
    border: 1px solid #dbe7f8;
    border-radius: 15px;
    box-shadow: none;
    text-align: center;
    transform: none;
}

.mobile-cost-box::before,
.mobile-cost-box::after {
    display: none;
}

.other-cost {
    color: #071d54;
    background: linear-gradient(180deg, #fafcff 0%, #f5f8fd 100%);
}

.von-cost {
    color: #155be8;
    background: linear-gradient(180deg, #f5fbff 0%, #edf7ff 100%);
}

.von-cost span {
    position: absolute;
    left: 50%;
    top: -22px;
    min-width: 119px;
    min-height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #155be8;
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(21, 91, 232, 0.18);
    font-size: 22px;
    font-weight: 900;
    transform: translateX(-50%);
}

.mobile-cost-box span,
.mobile-cost-box strong,
.mobile-cost-box em {
    color: inherit;
    text-shadow: none;
}

.other-cost span {
    color: #34446a;
    font-size: 24px;
    font-weight: 900;
}

.other-cost span::after,
.von-cost em::after {
    content: "";
    display: block;
    width: 48px;
    height: 5px;
    margin: 17px auto 0;
    border-radius: 999px;
    background: #b8ccef;
}

.other-cost strong {
    color: #071d54;
    font-size: 34px;
    font-weight: 950;
}

.other-cost em {
    color: #52617d;
    font-size: 28px;
    font-weight: 700;
}

.von-cost strong {
    max-width: 230px;
    color: #155be8;
    font-size: 26px;
    line-height: 1.28;
    font-weight: 950;
}

.von-cost em {
    color: #155be8;
    font-size: 26px;
    line-height: 1;
    font-weight: 950;
}

.von-cost em::after {
    margin-top: 19px;
    background: #467ff2;
}

.mobile-cost-row:hover .other-cost,
.mobile-cost-row:hover .von-cost,
.mobile-cost-row:hover .mobile-cost-box {
    transform: none;
    box-shadow: none;
}

.mobile-savings-banner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 245px minmax(420px, 1fr) minmax(280px, 395px);
    gap: 30px;
    align-items: center;
    width: 100%;
    min-height: 250px;
    margin: 0 auto 17px;
    padding: 20px 58px 20px 66px;
    border: 1px solid #d9e7f9;
    border-radius: 24px;
    background: linear-gradient(90deg, #eff7ff 0%, #f8fbff 48%, #eaf4ff 100%);
    box-shadow: none;
    text-align: left;
    overflow: hidden;
}

.mobile-savings-banner::before {
    display: none;
}

.mobile-savings-icon {
    width: 169px;
    height: 169px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(10, 45, 144, 0.08);
}

.mobile-savings-icon img {
    width: 116px;
    height: 116px;
    object-fit: contain;
}

.mobile-savings-copy {
    position: relative;
    padding-left: 47px;
}

.mobile-savings-copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    bottom: 14px;
    width: 1px;
    background: #b9cbea;
}

.mobile-savings-copy span {
    display: block;
    color: #071d54;
    font-size: 22px;
    line-height: 1;
    font-weight: 950;
}

.mobile-savings-copy strong {
    display: block;
    margin: 12px 0 10px;
    color: #155be8;
    font-size: 62px;
    line-height: 0.92;
    font-weight: 950;
    letter-spacing: 0;
}

.mobile-savings-copy p {
    margin: 0;
    color: #071d54;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
}

.mobile-savings-art {
    position: relative;
    min-height: 232px;
}

.mobile-savings-art img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: min(345px, 100%);
    height: auto;
    filter: drop-shadow(0 18px 26px rgba(10, 45, 144, 0.12));
}

.mobile-savings-art .phone {
    position: absolute;
    bottom: 14px;
    width: 76px;
    height: 145px;
    border: 5px solid #1f2630;
    border-radius: 15px;
    background: linear-gradient(180deg, #ffffff, #f5f8ff);
    box-shadow: 0 15px 22px rgba(0, 0, 0, 0.14);
}

.mobile-savings-art .phone::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 34px;
    height: 9px;
    border-radius: 0 0 8px 8px;
    background: #1f2630;
    transform: translateX(-50%);
}

.mobile-savings-art .phone-small {
    right: 178px;
    transform: rotate(-6deg);
}

.mobile-savings-art .phone-large {
    right: 92px;
    bottom: 31px;
    width: 82px;
    height: 162px;
    transform: rotate(8deg);
}

.mobile-savings-art .bar {
    position: absolute;
    bottom: 15px;
    width: 28px;
    border-radius: 3px 3px 0 0;
    background: #cfe1fa;
}

.mobile-savings-art .bar-1 {
    right: 111px;
    height: 35px;
}

.mobile-savings-art .bar-2 {
    right: 68px;
    height: 58px;
}

.mobile-savings-art .bar-3 {
    right: 25px;
    height: 88px;
}

.mobile-savings-art .bar-4 {
    right: -18px;
    height: 117px;
}

.growth-arrow {
    position: absolute;
    right: -10px;
    top: 17px;
    width: 142px;
    height: 106px;
    border-right: 12px solid #4a86f8;
    border-top: 12px solid #4a86f8;
    border-radius: 0 85px 0 0;
    transform: rotate(22deg);
}

.growth-arrow::after {
    content: "";
    position: absolute;
    right: -20px;
    top: -21px;
    border-left: 31px solid #4a86f8;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    transform: rotate(-40deg);
}

.mobile-pricing-note {
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 16px 26px;
    border: 1px solid #d9e7f9;
    border-radius: 21px;
    background: #ffffff;
    color: #34446a;
    box-shadow: 0 18px 42px rgba(10, 45, 144, 0.07);
    font-size: 20px;
    font-weight: 500;
}
.mobile-pricing-note .mobile-pricing-shields {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.mobile-pricing-note .mobile-pricing-shield {
    width: 52px;
    height: 58px;
    display: inline-block;
    color: #155be8;
    padding: 13px;
    background: linear-gradient(180deg, #58a0ff 0%, #155be8 100%);
    box-shadow: inset 0 9px 18px rgba(255, 255, 255, 0.25);
}

.mobile-pricing-note .mobile-pricing-shield::before {
    left: 17px;
    top: 19px;
    width: 15px;
    height: 9px;
    border-color: #ffffff;
}

.mobile-pricing-note strong {
    color: #155be8;
    font-weight: 900;
}

@media (max-width: 1080px) {
    .mobile-platform-grid,
    .mobile-savings-banner {
        grid-template-columns: 1fr;
    }

    .mobile-savings-banner {
        gap: 22px;
        padding: 32px;
        text-align: center;
    }

    .mobile-savings-icon {
        margin: 0 auto;
    }

    .mobile-savings-copy {
        padding-left: 0;
    }

    .mobile-savings-copy::before {
        display: none;
    }

    .mobile-savings-art {
        width: min(360px, 100%);
        margin: 0 auto;
    }

    .mobile-savings-art img {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(390px, 100%);
        margin: 0 auto;
    }
}

@media (max-width: 680px) {
    .mobile-pricing-comparison {
        padding: 44px 14px 46px;
    }

    .mobile-pricing-heading h2 {
        font-size: 39px;
    }

    .mobile-pricing-heading p {
        display: block;
        font-size: 20px;
    }

    .mobile-pricing-heading p span {
        display: none;
    }

    .mobile-pricing-kicker {
        min-height: 42px;
        padding: 0 16px;
        font-size: 16px;
    }

    .mobile-platform-card {
        min-height: auto;
        padding: 22px 14px 28px;
        border-radius: 20px;
    }

    .mobile-platform-head {
        gap: 17px;
        min-height: 116px;
        padding-left: 0;
    }

    .mobile-platform-icon {
        width: 98px;
        height: 98px;
        flex-basis: 98px;
    }

    .mobile-platform-icon img {
        width: 52px;
        height: 52px;
    }

    .mobile-platform-head h3 {
        font-size: 30px;
    }

    .mobile-platform-head p {
        font-size: 19px;
    }

    .mobile-cost-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mobile-cost-row::before {
        top: 50%;
    }

    .mobile-cost-row::after {
        display: none;
    }

    .mobile-cost-box {
        min-height: 154px;
    }

    .von-cost span {
        top: -18px;
        min-height: 34px;
        font-size: 18px;
    }

    .mobile-savings-copy span {
        font-size: 28px;
    }

    .mobile-savings-copy strong {
        font-size: 58px;
    }

    .mobile-savings-copy p,
    .mobile-pricing-note {
        font-size: 19px;
    }

    .mobile-pricing-note {
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
        text-align: left;
    }
}

/* Enquiry form alerts (VON24 app integration) */
.website-form-alert {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  font-size: 0.95rem;
  line-height: 1.45;
}
.website-form-alert--success {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #065f46;
}
.website-form-alert--error {
  background: rgba(244, 63, 94, 0.1);
  border: 1px solid rgba(244, 63, 94, 0.28);
  color: #9f1239;
}
.website-turnstile-wrap {
  margin: 0.35rem 0 1rem;
}
.contact-form-card .contact-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* Pricing deal highlights */
.price-row--deal {
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
}

.price-was {
  position: relative;
  color: #7b879e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(220, 38, 38, 0.75);
}

.professional-card .price-was {
  color: rgba(255, 255, 255, 0.55);
  text-decoration-color: rgba(255, 180, 180, 0.85);
}

.price-now {
  color: #001236;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.professional-card .price-now {
  color: #35f2c6;
  text-shadow: 0 0 18px rgba(53, 242, 198, 0.35);
}

.discount-chip {
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe08a 0%, #ffc857 100%);
  color: #5a3b00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  animation: discount-pulse 2.4s ease-in-out infinite;
}

@keyframes discount-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 200, 87, 0.35); }
  50% { transform: scale(1.04); box-shadow: 0 0 0 8px rgba(255, 200, 87, 0); }
}

.plan-perk {
  position: relative;
  border-radius: 14px;
  padding: 10px 12px !important;
  background: linear-gradient(135deg, rgba(53, 242, 198, 0.14), rgba(82, 132, 255, 0.1));
  border: 1px solid rgba(53, 242, 198, 0.35);
}

.plan-perk--glow {
  animation: perk-glow 2.8s ease-in-out infinite;
}

.plan-perk--delay {
  animation-delay: 0.9s;
}

.plan-perk-badge {
  display: inline-block;
  margin-right: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #0f766e;
  color: #ecfeff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle;
}

@keyframes perk-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(53, 242, 198, 0.25);
    border-color: rgba(53, 242, 198, 0.35);
  }
  50% {
    box-shadow: 0 0 22px 2px rgba(53, 242, 198, 0.28);
    border-color: rgba(53, 242, 198, 0.7);
  }
}

@media (prefers-reduced-motion: reduce) {
  .discount-chip,
  .plan-perk--glow,
  .plan-perk--delay {
    animation: none !important;
  }
}

@media (max-width: 640px) {
  .price-now { font-size: 32px; }
  .price-was { font-size: 16px; }
}
