:root {
    --navy: #07071a;
    --navy-2: #101037;
    --indigo: #5b55ee;
    --indigo-dark: #4740d5;
    --indigo-soft: #eef0ff;
    --green: #10b981;
    --orange: #f59e0b;
    --pink: #ec4899;
    --text: #111827;
    --muted: #64748b;
    --line: #e5e7eb;
    --surface: #f8fafc;
    --white: #fff;
    --radius: 22px;
    --shadow: 0 24px 65px rgba(15, 23, 42, .12);
    --ggms-cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38'%3E%3Ccircle cx='19' cy='19' r='16' fill='white' stroke='%235b55ee' stroke-width='2'/%3E%3Cpath d='M9 15v8M12.5 12v14M25.5 12v14M29 15v8M12.5 19h13' fill='none' stroke='%23111827' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M12.5 19h13' stroke='%235b55ee' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E") 19 19, auto;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--text);
    background: var(--white);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    cursor: var(--ggms-cursor);
}

.ggms-preloader {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    color: #fff;
    background: radial-gradient(circle at 50% 42%, #1d2861 0%, #0b102a 38%, #050611 100%);
    transition: opacity .45s ease, visibility .45s ease;
}

.ggms-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ggms-preloader__brand {
    width: min(320px, 82vw);
    padding: 17px 24px 13px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .25);
}

.ggms-preloader__brand img {
    width: 100%;
    height: auto;
    display: block;
}

.ggms-preloader__visual {
    position: relative;
    width: 150px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 14px rgba(103, 232, 249, .5));
    animation: preloaderPulse 1.4s ease-in-out infinite;
}

.ggms-preloader__visual::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 25px;
    bottom: 1px;
    border-radius: 50%;
    background: rgba(103, 232, 249, .12);
    filter: blur(10px);
}

.ggms-preloader__visual span,
.ggms-preloader__visual b,
.ggms-preloader__visual i,
.ggms-preloader__visual em,
.ggms-preloader__visual strong,
.ggms-preloader__visual small {
    position: absolute;
    display: block;
    border-radius: 5px;
    background: linear-gradient(90deg, #67e8f9, #818cf8);
}

.ggms-preloader__visual span,
.ggms-preloader__visual b {
    width: 16px;
    height: 40px;
    top: 16px;
}

.ggms-preloader__visual span { left: 22px; }
.ggms-preloader__visual b { right: 22px; }

.ggms-preloader__visual i,
.ggms-preloader__visual em {
    width: 9px;
    height: 28px;
    top: 22px;
}

.ggms-preloader__visual i { left: 40px; }
.ggms-preloader__visual em { right: 40px; }

.ggms-preloader__visual strong {
    width: 92px;
    height: 7px;
    top: 33px;
    left: 29px;
}

.ggms-preloader__visual small {
    width: 26px;
    height: 7px;
    top: 33px;
    left: 62px;
    background: #fff;
}

.ggms-preloader > strong {
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    letter-spacing: .2em;
}

.ggms-preloader p {
    margin: 0;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.ggms-preloader__progress {
    width: 190px;
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
}

.ggms-preloader__progress i {
    display: block;
    width: 38%;
    height: 100%;
    border-radius: inherit;
    background: #67e8f9;
    animation: preloaderLoad 1.1s ease-in-out infinite;
}

.ggms-preloader__status {
    color: #8f9bc4;
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@keyframes preloaderPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.06); }
}

@keyframes preloaderLoad {
    from { transform: translateX(-125%); }
    to { transform: translateX(340%); }
}

body,
button,
input,
textarea,
select {
    font-family: "Manrope", sans-serif;
}

.page.site-shell {
    overflow: visible;
    background: var(--white);
}

main {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    transition: .2s ease;
}

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

a,
button,
input,
select,
textarea,
[role="button"] {
    cursor: var(--ggms-cursor);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: var(--text);
    font-family: "Plus Jakarta Sans", sans-serif;
    text-wrap: balance;
}

.container {
    width: calc(100% - 32px);
    max-width: 1216px;
    padding-right: 0;
    padding-left: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: rgba(7, 7, 26, .95);
    border-top: 2px solid transparent;
    border-image: linear-gradient(90deg, #6366f1, #ec4899, #f59e0b) 1;
    backdrop-filter: blur(18px);
}

.site-navbar {
    min-height: 72px;
    padding: 10px 0;
}

.site-brand img {
    display: block;
    width: 142px;
    height: auto;
    filter: brightness(0) invert(1);
}

.site-nav {
    gap: 8px;
}

.site-nav .nav-link {
    padding: 12px 11px !important;
    color: #aaaac1 !important;
    font-size: 14px;
    font-weight: 700;
}

.site-nav .nav-link:hover {
    color: #fff !important;
}

.site-nav__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-login {
    color: #e7e7f2;
    font-size: 14px;
    font-weight: 700;
}

.nav-login:hover {
    color: #fff;
}

.navbar-toggler {
    width: 44px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 11px;
}

.navbar-toggler span {
    display: block;
    height: 2px;
    margin: 4px 0;
    border-radius: 4px;
    background: #fff;
}

.button {
    min-height: 52px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
}

.button:hover {
    transform: translateY(-2px);
}

.button--small {
    min-height: 42px;
    padding: 0 21px;
    border-radius: 999px;
}

.button--primary {
    color: #fff !important;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    box-shadow: 0 10px 25px rgba(79, 70, 229, .3);
}

.button--white {
    color: var(--text) !important;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.button--hero-outline {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .06);
}

.button--dark {
    color: #fff !important;
    background: var(--navy);
}

.button--lime {
    color: #fff !important;
    background: var(--indigo);
}

.button--outline {
    color: var(--indigo);
    border-color: #c7d2fe;
    background: #fff;
}

.button--outline:hover {
    color: #fff;
    border-color: var(--indigo);
    background: var(--indigo);
}

.button--text {
    padding: 0;
    color: var(--indigo);
    background: transparent;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--indigo);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eyebrow__spark {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--indigo-soft);
}

.eyebrow--light {
    color: #a5b4fc;
}

.eyebrow--coral,
.eyebrow--blue {
    color: var(--indigo);
}

.hero {
    position: relative;
    min-height: 990px;
    padding: 65px 0 0;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(ellipse at 50% 4%, #252367 0, #12113d 30%, #07071f 68%, #03030f 100%);
    isolation: isolate;
}

.hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    background: radial-gradient(ellipse at 18% 24%, rgba(79, 70, 229, .16), transparent 34%), radial-gradient(ellipse at 84% 42%, rgba(236, 72, 153, .09), transparent 28%), linear-gradient(180deg, transparent 55%, rgba(3, 3, 15, .5));
    pointer-events: none;
}

.night-sky {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    contain: paint;
}

.night-sky__stars {
    position: absolute;
    inset: 0;
    opacity: .76;
    background-image: radial-gradient(circle, #fff 0 1px, transparent 1.25px), radial-gradient(circle, #a5b4fc 0 1px, transparent 1.3px), radial-gradient(circle, rgba(255, 255, 255, .7) 0 .75px, transparent 1px), radial-gradient(circle, rgba(196, 181, 253, .72) 0 .8px, transparent 1.1px);
    background-position: 8px 14px, 37px 55px, 14px 39px, 70px 7px;
    background-size: 97px 103px, 151px 137px, 71px 83px, 127px 119px;
    mask-image: linear-gradient(to bottom, #000 0%, #000 76%, transparent 100%);
}

.night-sky__stars::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 230px;
    left: 50%;
    top: 3%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(99, 102, 241, .2), transparent 68%);
    filter: blur(22px);
}

.twinkle-stars {
    position: absolute;
    inset: 0;
}

.twinkle-stars i {
    position: absolute;
    width: var(--twinkle-size, 2px);
    height: var(--twinkle-size, 2px);
    border-radius: 50%;
    background: #fff;
    opacity: var(--twinkle-opacity, .9);
    box-shadow: 0 0 5px 1px rgba(199, 210, 254, .75);
    animation: starTwinkle var(--twinkle-duration, 3.6s) ease-in-out infinite;
    animation-delay: var(--twinkle-delay, 0s);
    will-change: opacity, transform;
}

.shooting-star {
    position: absolute;
    width: var(--shooting-width, 120px);
    height: 1px;
    border-radius: 999px;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .95));
    filter: drop-shadow(0 0 4px rgba(165, 180, 252, .9));
    transform: rotate(-38deg) translate3d(0, 0, 0);
    transform-origin: right center;
    animation: shootingStar var(--shooting-duration, 7s) cubic-bezier(.2, .55, .35, 1) infinite;
    animation-delay: var(--shooting-delay, 0s);
    will-change: transform, opacity;
}

.shooting-star::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    right: -1px;
    top: -1.5px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 9px 2px #a5b4fc;
}

.shooting-star--one {
    --shooting-dx: -760px;
    --shooting-dy: 520px;
}

.shooting-star--two {
    --shooting-dx: -680px;
    --shooting-dy: 460px;
}

.shooting-star--three {
    --shooting-dx: -590px;
    --shooting-dy: 390px;
}

.shooting-star--four {
    --shooting-dx: -730px;
    --shooting-dy: 500px;
}

.shooting-star--five {
    --shooting-dx: -560px;
    --shooting-dy: 360px;
}

.shooting-star--six {
    --shooting-dx: -700px;
    --shooting-dy: 470px;
}

.shooting-star--seven {
    --shooting-dx: -520px;
    --shooting-dy: 330px;
}

.shooting-star--eight {
    --shooting-dx: -610px;
    --shooting-dy: 410px;
}

.hero-grid {
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: .1;
    background-image: linear-gradient(rgba(99, 102, 241, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(99, 102, 241, .16) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(to bottom, #000, transparent 76%);
}

.hero__container {
    position: relative;
    z-index: 1;
}

.hero__copy-wrap {
    max-width: 1220px;
    margin: 0 auto;
    text-align: center;
}

.hero-news {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 13px 7px 8px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #d8d8e9;
    background: rgba(255, 255, 255, .05);
    font-size: 11px;
    font-weight: 600;
}

.hero-news span {
    padding: 4px 8px;
    border-radius: 999px;
    color: #fff;
    background: var(--indigo);
    font-size: 9px;
    font-weight: 800;
}

.hero-news b {
    font-size: 15px;
}

.hero h2.new_h1 {
    margin: 31px 0 22px;
    color: #fff;
    font-size: clamp(50px, 6.4vw, 86px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -.02em;
    text-wrap: balance;
}

.hero h2.new_h1 .hero-line {
    display: block;
}

.hero h2.new_h1 .hero-line--top {
    color: rgba(255, 255, 255, .96);
    font-size: .86em;
    letter-spacing: -.03em;
    margin-bottom: 10px;
}

.hero h2.new_h1 .hero-line--accent {
    margin: 0 0 12px;
    padding-bottom: .08em;
    line-height: 1.08;
    background: linear-gradient(90deg, #c7d2fe 0%, #ffffff 24%, #fbcfe8 58%, #fed7aa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 22px rgba(196, 181, 253, .18);
    letter-spacing: -.015em;
}

.hero h2.new_h1 .hero-line--bottom {
    margin-top: 0;
    color: rgba(255, 255, 255, .98);
    white-space: nowrap;
    font-size: .74em;
    letter-spacing: -.03em;
    line-height: 1.06;
}

.hero__copy-wrap>p {
    max-width: 760px;
    margin: 0 auto;
    color: #c0c0d3;
    font-size: 17px;
    line-height: 1.75;
}

.hero__actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.hero__microcopy {
    margin-top: 19px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 23px;
    color: #8f8fa8;
    font-size: 10px;
}

.hero__microcopy b {
    margin-right: 5px;
    color: #34d399;
}

.hero-trust {
    margin: 36px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-trust span {
    min-height: 36px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: #9292aa;
    background: rgba(255, 255, 255, .04);
    font-size: 10px;
}

.hero-trust b {
    color: #fff;
}

.hero-product {
    position: relative;
    width: min(100%, 1180px);
    margin: 52px auto 0;
}

.hero-product--image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 26px;
    box-shadow: 0 35px 90px rgba(0, 0, 0, .46);
}

.hero-product__app {
    position: absolute;
    right: -58px;
    bottom: -28px;
    z-index: 2;
    width: min(22%, 240px);
    transform: rotate(5deg);
    filter: drop-shadow(0 28px 55px rgba(0, 0, 0, .4));
}

.hero-product__app img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}

.dashboard-window {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 19px 19px 0 0;
    background: #f5f7fb;
    box-shadow: 0 35px 90px rgba(0, 0, 0, .46);
}

.dashboard-window__bar {
    height: 45px;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
}

.window-dots {
    display: flex;
    gap: 6px;
}

.window-dots i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ef4444;
}

.window-dots i:nth-child(2) {
    background: #f59e0b;
}

.window-dots i:nth-child(3) {
    background: #22c55e;
}

.dashboard-url {
    justify-self: center;
    width: 280px;
    padding: 7px 13px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color: #94a3b8;
    background: #fff;
    font-size: 9px;
    text-align: left;
}

.dashboard-url i {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 7px;
    border-radius: 50%;
    background: #f59e0b;
}

.dashboard-shell {
    height: 430px;
    display: flex;
    color: var(--text);
    background: #f8fafc;
}

.dashboard-sidebar {
    width: 57px;
    padding: 13px 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: #11112e;
}

.dashboard-mark {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    background: linear-gradient(135deg, #8b5cf6, #4f46e5);
    font-size: 15px;
    font-weight: 800;
}

.dashboard-sidebar>span {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #666681;
    font-size: 11px;
}

.dashboard-sidebar>span.is-active {
    color: #a5b4fc;
    background: rgba(99, 102, 241, .2);
}

.dashboard-main {
    flex: 1;
    min-width: 0;
    padding: 16px 18px;
}

.dashboard-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.studio-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.studio-name__brand {
    width: 118px;
    height: 58px;
    display: block;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}

.studio-name strong,
.studio-name small {
    display: block;
}

.studio-name strong {
    font-size: 11px;
}

.studio-name small {
    margin-top: 2px;
    color: #94a3b8;
    font-size: 7px;
}

.studio-name em {
    padding: 4px 7px;
    border-radius: 999px;
    color: #059669;
    background: #d1fae5;
    font-size: 7px;
    font-style: normal;
    font-weight: 800;
}

.dashboard-actions {
    display: flex;
    gap: 8px;
}

.dashboard-actions span {
    width: 125px;
    padding: 9px 11px;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    color: #94a3b8;
    background: #fff;
    font-size: 7px;
}

.dashboard-actions button {
    padding: 0 13px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: var(--indigo);
    font-size: 8px;
    font-weight: 700;
}

.dashboard-kpis {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
}

.dashboard-kpis>div {
    position: relative;
    min-height: 93px;
    padding: 12px;
    overflow: hidden;
    border: 1px solid #e8eaf0;
    border-radius: 10px;
    background: #fff;
}

.dashboard-kpis small {
    display: block;
    color: #94a3b8;
    font-size: 6px;
    font-weight: 700;
}

.dashboard-kpis strong {
    display: inline-block;
    margin-top: 8px;
    font-size: 19px;
}

.dashboard-kpis em {
    margin-left: 5px;
    color: #10b981;
    font-size: 6px;
    font-style: normal;
}

.spark {
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: 9px;
    height: 16px;
    border-bottom: 2px solid #6366f1;
    transform: skewY(-8deg);
    opacity: .7;
}

.spark--green {
    border-color: #10b981;
    transform: skewY(7deg);
}

.spark--orange {
    border-color: #f59e0b;
}

.spark--pink {
    border-color: #ec4899;
    transform: skewY(4deg);
}

.dashboard-content {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1.7fr .8fr;
    gap: 9px;
}

.revenue-chart,
.activity-card {
    min-height: 220px;
    padding: 13px;
    border: 1px solid #e8eaf0;
    border-radius: 10px;
    background: #fff;
}

.revenue-chart>div:first-child,
.activity-card>div:first-child {
    display: flex;
    justify-content: space-between;
}

.revenue-chart strong,
.revenue-chart small {
    display: block;
}

.revenue-chart strong,
.activity-card strong {
    font-size: 8px;
}

.revenue-chart small,
.activity-card small {
    margin-top: 2px;
    color: #94a3b8;
    font-size: 6px;
}

.revenue-chart>div>b {
    font-size: 12px;
}

.chart-area {
    height: 125px;
    padding: 14px 6px 0;
    display: flex;
    align-items: flex-end;
    gap: 7px;
    border-bottom: 1px solid #e5e7eb;
    background: repeating-linear-gradient(to bottom, #f1f5f9 0, #f1f5f9 1px, transparent 1px, transparent 31px);
}

.chart-area i {
    flex: 1;
    min-height: 10px;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(to top, #4f46e5, #818cf8);
}

.chart-labels {
    padding-top: 6px;
    display: flex;
    justify-content: space-between;
    color: #94a3b8;
    font-size: 6px;
}

.activity-card ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.activity-card li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 7px;
    border-top: 1px solid #f1f5f9;
}

.avatar {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 6px;
    font-weight: 800;
}

.avatar--violet {
    background: #8b5cf6;
}

.avatar--green {
    background: #10b981;
}

.avatar--orange {
    background: #f59e0b;
}

.activity-card p {
    flex: 1;
    margin: 0;
    color: #94a3b8;
    font-size: 6px;
    line-height: 1.4;
}

.activity-card p b {
    display: block;
    color: #334155;
    font-size: 7px;
}

.activity-card li em {
    color: #94a3b8;
    font-size: 6px;
    font-style: normal;
}

.phone-preview {
    position: absolute;
    z-index: 3;
    width: 165px;
    height: 330px;
    right: -58px;
    bottom: -30px;
    padding: 7px;
    overflow: hidden;
    border: 5px solid #111827;
    border-radius: 28px;
    background: #111827;
    box-shadow: 0 28px 65px rgba(0, 0, 0, .45);
    transform: rotate(6deg);
}

.phone-preview__speaker {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 4px;
    width: 55px;
    height: 13px;
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px;
    background: #111827;
}

.phone-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 17px;
}

.notification-toast {
    position: absolute;
    z-index: 4;
    left: -70px;
    bottom: 16px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 13px;
    background: rgba(21, 21, 50, .94);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
}

.notification-toast>span {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: #10b981;
    font-size: 10px;
}

.notification-toast strong,
.notification-toast small {
    display: block;
}

.notification-toast strong {
    color: #fff;
    font-size: 8px;
}

.notification-toast small {
    margin-top: 3px;
    color: #9292aa;
    font-size: 6px;
}

.social-proof {
    position: relative;
    z-index: 2;
    padding: 96px 0 84px;
    overflow: hidden;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #fff 0%, #f6f7ff 100%);
}

.social-proof::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    left: -160px;
    bottom: -180px;
    border: 1px solid rgba(99, 102, 241, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(99, 102, 241, .025), 0 0 0 110px rgba(99, 102, 241, .018);
}

.social-proof__glow {
    position: absolute;
    width: 520px;
    height: 260px;
    top: -130px;
    right: -90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, .16), transparent 68%);
    filter: blur(10px);
}

.social-proof .container {
    position: relative;
    z-index: 1;
}

.social-proof__heading {
    display: grid;
    grid-template-columns: 1.08fr .72fr;
    gap: 90px;
    align-items: end;
}

.social-proof__heading h2 {
    max-width: 720px;
    margin: 16px 0 0;
    font-size: clamp(44px, 4.9vw, 66px);
    line-height: 1.06;
    letter-spacing: -.047em;
}

.social-proof__heading h2 span {
    color: #7c83a4;
}

.social-proof__review {
    padding-left: 28px;
    border-left: 1px solid #dce0ed;
}

.review-score {
    display: flex;
    align-items: center;
    gap: 13px;
}

.review-score>strong {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -.05em;
}

.review-score span {
    color: var(--orange);
    font-size: 12px;
    letter-spacing: 2px;
}

.social-proof__review p {
    max-width: 480px;
    margin: 13px 0 11px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

.social-proof__review small {
    color: #7c83a4;
    font-size: 15px;
    font-weight: 700;
}

.social-proof__review small i {
    margin-right: 5px;
    color: var(--indigo);
}

.proof-stats {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.proof-stats article {
    position: relative;
    min-height: 190px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid #e0e4ef;
    border-radius: 18px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 10px 32px rgba(15, 23, 42, .055);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.proof-stats article::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    right: -42px;
    bottom: -42px;
    border-radius: 50%;
    background: var(--indigo-soft);
}

.proof-stats article:hover {
    transform: translateY(-6px);
    border-color: #c7d2fe;
    box-shadow: 0 22px 45px rgba(79, 70, 229, .12);
}

.proof-stat__icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--indigo);
    background: var(--indigo-soft);
    font-size: 15px;
}

.proof-stats article:nth-child(2) .proof-stat__icon {
    color: #047857;
    background: #d1fae5;
}

.proof-stats article:nth-child(3) .proof-stat__icon {
    color: #b45309;
    background: #fef3c7;
}

.proof-stats article:nth-child(4) .proof-stat__icon {
    color: #be185d;
    background: #fce7f3;
}

.proof-stats article>div {
    margin-top: 24px;
}

.proof-stats strong {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -.045em;
}

.proof-stats strong sup {
    top: -.6em;
    color: var(--indigo);
    font-size: 13px;
}

.proof-stats article small {
    display: block;
    margin-top: 7px;
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
}

.proof-stats article>em {
    position: absolute;
    z-index: 1;
    right: 18px;
    top: 24px;
    color: #94a3b8;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.client-cloud {
    margin-top: 24px;
    padding: 24px 28px 27px;
    border: 1px solid #e0e4ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(15, 23, 42, .05);
    overflow: hidden;
}

.client-cloud__label {
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #7c83a4;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.client-cloud__label i {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #e2e8f0, transparent);
}

.client-marquee {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.client-track {
    display: flex;
    width: max-content;
    animation: clientMarquee 58s linear infinite;
    will-change: transform;
}

.client-track:hover {
    animation-play-state: paused;
}

.client-track__group {
    display: flex;
    gap: 18px;
    padding-right: 18px;
}

.client-logo {
    width: 188px;
    height: 100px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid #f0f2f7;
    border-radius: 16px;
    background: #fafbfc;
    /* filter: grayscale(1);
    opacity: .72; */
    transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.client-logo:hover {
    filter: none;
    opacity: 1;
    transform: translateY(-2px);
}

.client-logo img {
      max-width: 176px;
    max-height: 118px;
    object-fit: contain;
}

.section {
    position: relative;
    padding: 112px 0;
}

.section-heading {
    margin-bottom: 56px;
}

.section-heading--split {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 80px;
    align-items: end;
}

.section-heading--center {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-heading h2 {
    max-width: 780px;
    margin: 17px 0 0;
    color: var(--text);
    font-size: clamp(46px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.section-heading h2 span {
    color: #94a3b8;
}

.section-heading p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.8;
}

.section-heading--center p {
    max-width: 640px;
    margin: 20px auto 0;
}

.section--features {
    border-top: 1px solid var(--line);
    background: linear-gradient(180deg, #f8fafc, #f5f7fb);
}

.feature-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.feature-card {
    min-height: 305px;
    padding: 29px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff !important;
    color: var(--text) !important;
    box-shadow: 0 8px 25px rgba(15, 23, 42, .04);
    transition: .25s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: #c7d2fe;
    box-shadow: var(--shadow);
}

.feature-card--wide {
    grid-column: span 2;
}

.feature-card__top {
    display: flex;
    justify-content: space-between;
}

.feature-card__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--indigo);
    background: var(--indigo-soft);
    font-size: 17px;
}

.feature-card__number {
    color: #cbd5e1;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.feature-card h3 {
    margin: 31px 0 10px;
    color: var(--text) !important;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.feature-card p {
    max-width: 520px;
    margin: 0;
    color: var(--muted) !important;
    font-size: 14px;
    line-height: 1.7;
}

.member-stack {
    margin-top: 19px;
    display: flex;
}

.member-stack span {
    width: 35px;
    height: 35px;
    margin-left: -7px;
    display: grid;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--indigo);
    font-size: 8px;
    font-weight: 800;
}

.member-stack span:first-child {
    margin-left: 0;
    background: #ec4899;
}

.member-stack span:nth-child(2) {
    background: #10b981;
}

.member-stack span:nth-child(3) {
    background: #f59e0b;
}

.whatsapp-bubble {
    align-self: flex-start;
    margin-top: 18px;
    padding: 10px 14px;
    border-radius: 11px;
    color: #047857;
    background: #d1fae5;
    font-size: 12px;
    font-weight: 700;
}

.feature-card__icon i,
.feature-card__icon img,
.feature-card__icon svg {
    width: 22px;
    height: 22px;
    display: block;
    flex: 0 0 22px;
    object-fit: contain;
}

.feature-card__icon svg {
    overflow: visible;
}

.billing-preview,
.attendance-preview {
    align-self: flex-start;
    margin-top: 19px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--surface);
}

.billing-preview span,
.billing-preview strong,
.attendance-preview span,
.attendance-preview strong,
.attendance-preview em {
    display: block;
}

.billing-preview span {
    color: var(--muted);
    font-size: 12px;
}

.billing-preview span i {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
    background: var(--indigo);
}

.billing-preview strong {
    margin-top: 6px;
    font-size: 12px;
}

.billing-preview em {
    margin-left: 8px;
    padding: 3px 6px;
    border-radius: 999px;
    color: #047857;
    background: #d1fae5;
    font-size: 10px;
    font-style: normal;
}

.attendance-preview {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 10px;
}

.attendance-preview span {
    grid-row: span 2;
    align-self: center;
    padding: 8px;
    border-radius: 8px;
    color: #fff;
    background: var(--indigo);
    font-size: 12px;
    font-weight: 800;
}

.attendance-preview strong {
    font-size: 12px;
}

.attendance-preview em {
    color: #059669;
    font-size: 10px;
    font-style: normal;
}

.qr-preview {
    min-width: 205px;
    margin-top: 19px;
    padding: 9px 11px;
    display: grid;
    grid-template-columns: 39px 1fr;
    gap: 2px 10px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--surface);
}

.qr-preview > span {
    grid-row: span 2;
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: var(--indigo);
}

.qr-preview > span i {
    font-size: 20px;
}

.qr-preview strong,
.biometric-preview strong {
    color: var(--text);
    font-size: 11px;
}

.qr-preview em,
.biometric-preview em {
    color: #059669;
    font-size: 10px;
    font-style: normal;
}

.qr-preview b,
.biometric-preview b {
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 999px;
    color: #047857;
    background: #d1fae5;
    font-size: 8px;
    font-style: normal;
}

.biometric-preview {
    min-width: 205px;
    margin-top: 19px;
    padding: 9px 11px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--surface);
}

.biometric-preview > span {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--indigo);
    background: var(--indigo-soft);
}

.biometric-preview > span i {
    font-size: 21px;
}

.biometric-preview strong,
.biometric-preview em {
    display: block;
}

.feature-preview {
    align-self: flex-start;
    min-width: 190px;
    margin-top: 19px;
    padding: 10px 12px;
    display: grid;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--surface);
}

.feature-preview span,
.feature-preview strong {
    display: flex;
    align-items: center;
    gap: 7px;
}

.feature-preview span {
    color: var(--muted);
    font-size: 11px;
}

.feature-preview span i {
    color: var(--indigo);
    font-size: 11px;
}

.feature-preview strong {
    color: var(--text);
    font-size: 12px;
}

.feature-preview strong b {
    margin-left: auto;
    padding: 3px 6px;
    border-radius: 999px;
    color: #047857;
    background: #d1fae5;
    font-size: 9px;
    font-weight: 800;
}

.feature-preview--alert strong b,
.feature-preview--lead strong b {
    color: #b45309;
    background: #fef3c7;
}

.feature-preview--secure strong b {
    color: #4f46e5;
    background: #e0e7ff;
}

.feature-preview--expense strong b {
    color: #be185d;
    background: #fce7f3;
}

.report-preview {
    width: 150px;
    height: 42px;
    margin-top: 19px;
    padding: 5px 8px 0;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    border-bottom: 1px solid #cbd5e1;
}

.report-preview i {
    flex: 1;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(to top, var(--indigo), #a5b4fc);
}

.app-preview {
    margin-top: 19px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.app-preview span {
    padding: 6px 9px;
    border-radius: 999px;
    color: var(--indigo);
    background: var(--indigo-soft);
    font-size: 12px;
    font-weight: 800;
}

.section--showcase {
    background: #fff;
}

.section--app {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 83% 22%, rgba(56, 189, 248, .22), transparent 24%), radial-gradient(circle at 18% 78%, rgba(129, 140, 248, .16), transparent 27%), linear-gradient(135deg, #060817 0%, #111936 52%, #17103a 100%);
}

.section--app::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    bottom: -260px;
    border: 1px solid rgba(125, 211, 252, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(125, 211, 252, .035), 0 0 0 120px rgba(125, 211, 252, .02);
}

.section--app .container {
    position: relative;
    z-index: 1;
}

.app-section__intro {
    max-width: 1050px;
    margin-bottom: 56px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 70px;
    align-items: end;
}

.app-section__intro h2 {
    margin: 16px 0 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.03;
    letter-spacing: -.05em;
}

.app-section__intro h2 span {
    color: #9edcff;
}

.app-section__intro > p {
    margin: 0;
    color: #b9c4e3;
    font-size: 17px;
    line-height: 1.8;
}

.app-showcase {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 46px;
    align-items: center;
    padding: 42px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .025) 62%), radial-gradient(circle at 82% 50%, rgba(96, 165, 250, .16), transparent 38%);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.app-showcase__copy h3 {
    max-width: 390px;
    margin: 19px 0 26px;
    color: #fff;
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.1;
    letter-spacing: -.04em;
}

.app-showcase__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9edcff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.app-showcase__label i {
    color: #67e8f9;
}

.app-benefits {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 18px;
    list-style: none;
}

.app-benefits li {
    display: flex;
    gap: 12px;
    color: #c3cce5;
    font-size: 13px;
    line-height: 1.6;
}

.app-benefits li > i {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #09112b;
    background: #67e8f9;
    font-size: 10px;
}

.app-benefits strong,
.app-download-note strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-size: 14px;
}

.app-download-note {
    margin-top: 28px;
    padding: 15px 16px;
    display: flex;
    gap: 12px;
    border: 1px solid rgba(125, 211, 252, .18);
    border-radius: 16px;
    color: #9eacd0;
    background: rgba(15, 23, 42, .42);
    font-size: 11px;
    line-height: 1.55;
}

.app-download-note > i {
    padding-top: 3px;
    color: #67e8f9;
}

.app-showcase__visual {
    min-width: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px 0 20px 24px;
    border-left: 1px solid rgba(148, 163, 184, .2);
    background: radial-gradient(circle at 35% 45%, rgba(125, 211, 252, .13), transparent 32%);
}

.app-device {
    position: relative;
    flex: 0 0 clamp(210px, 23vw, 285px);
    padding: 10px;
    border: 5px solid #27345c;
    border-radius: 31px;
    background: #050817;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .5), 0 0 0 1px rgba(125, 211, 252, .28), 0 0 45px rgba(56, 189, 248, .12);
}

.app-device::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    box-shadow: inset 0 0 30px rgba(103, 232, 249, .12);
    pointer-events: none;
}

.app-device__notch {
    position: absolute;
    z-index: 2;
    top: 11px;
    left: 50%;
    width: 72px;
    height: 13px;
    border-radius: 0 0 12px 12px;
    background: #050817;
    transform: translateX(-50%);
}

.app-device img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.app-screen-rail {
    min-width: 0;
    max-height: 490px;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 20px 8px 20px 0;
    scrollbar-width: thin;
    scrollbar-color: #5268a6 transparent;
}

.app-screen-card {
    flex: 0 0 148px;
    padding: 6px;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 22px;
    background: rgba(5, 8, 23, .75);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
    transform: rotate(2deg);
}

.app-screen-card:nth-child(even) {
    transform: rotate(-2deg) translateY(18px);
}

.app-screen-card img {
    width: 100%;
    height: 390px;
    display: block;
    object-fit: cover;
    object-position: top center;
    border-radius: 15px;
}

.showcase-row {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 75px;
    align-items: center;
    margin-bottom: 120px;
}

.showcase-row > * {
    min-width: 0;
}

.showcase-row--reverse {
    grid-template-columns: 1.15fr .85fr;
    margin-bottom: 0;
}

.showcase-row--reverse .showcase-copy {
    order: 2;
}

.showcase-row--reverse .showcase-visual {
    order: 1;
}

.showcase-copy h2 {
    max-width: 560px;
    margin: 15px 0 20px;
    font-size: clamp(44px, 4.7vw, 60px);
    line-height: 1.09;
    letter-spacing: -.045em;
}

.showcase-copy>p {
    max-width: 500px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
}

.check-list {
    margin: 25px 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-size: 15px;
    font-weight: 700;
}

.check-list span {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--indigo);
    font-size: 9px;
}

.text-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--indigo);
    color: var(--indigo);
    font-size: 13px;
    font-weight: 800;
}

.showcase-visual {
    position: relative;
    min-height: 520px;
}

.showcase-visual--dashboard {
    padding: 34px;
    border-radius: 32px;
    background: linear-gradient(145deg, #eef0ff, #f8fafc);
}

.showcase-visual--invoice {
    padding: 28px;
    border-radius: 34px;
    background: radial-gradient(circle at 20% 20%, rgba(99, 102, 241, .12), transparent 36%), linear-gradient(145deg, #eef2ff, #f8fafc);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
}

.showcase-visual--biometric {
    padding: 28px;
    border-radius: 34px;
    background: radial-gradient(circle at 22% 18%, rgba(56, 189, 248, .16), transparent 30%), radial-gradient(circle at 80% 15%, rgba(139, 92, 246, .16), transparent 28%), linear-gradient(145deg, #0f172a, #1e1b4b 45%, #0f172a);
}

.invoice-preview {
    position: relative;
    overflow: hidden;
    border: 1px solid #d7defe;
    border-radius: 26px;
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(12px);
    box-shadow: 0 28px 70px rgba(79, 70, 229, .15);
}

.invoice-preview__bar {
    min-height: 60px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid rgba(199, 210, 254, .65);
    background: linear-gradient(180deg, #111827, #1f2937);
    color: #fff;
}

.invoice-preview__bar strong {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.invoice-preview__dots {
    display: flex;
    gap: 6px;
}

.invoice-preview__dots i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .24);
}

.invoice-preview__dots i:first-child {
    background: #f87171;
}

.invoice-preview__dots i:nth-child(2) {
    background: #fbbf24;
}

.invoice-preview__dots i:nth-child(3) {
    background: #34d399;
}

.invoice-preview__chip {
    padding: 7px 11px;
    border-radius: 999px;
    color: #dbeafe;
    background: rgba(99, 102, 241, .22);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.invoice-preview__body {
    padding: 16px 16px 10px;
    background: linear-gradient(180deg, #fff, #f8fbff);
}

.invoice-preview__body img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center top;
    border-radius: 14px;
}

.invoice-preview__meta {
    padding: 12px 16px 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    background: linear-gradient(180deg, #f8fbff, #eef2ff);
}

.invoice-preview__meta div {
    padding: 11px 12px;
    border: 1px solid #e0e7ff;
    border-radius: 14px;
    background: rgba(255, 255, 255, .88);
}

.invoice-preview__meta strong {
    display: block;
    color: var(--text);
    font-size: 15px;
    line-height: 1;
}

.invoice-preview__meta span {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 9px;
    font-weight: 700;
}

.biometric-cloud {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(15, 23, 42, .78), rgba(30, 27, 75, .95));
    box-shadow: 0 28px 70px rgba(15, 23, 42, .26);
}

.biometric-cloud__top {
    padding: 6px 4px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
}

.biometric-cloud__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.biometric-cloud__badge i {
    color: #7dd3fc;
}

.biometric-cloud__top strong {
    color: #dbeafe;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.biometric-cloud__image {
    position: relative;
    padding: 10px;
    border: 1px solid rgba(96, 165, 250, .18);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(15, 23, 42, .4), rgba(15, 23, 42, .18));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.biometric-cloud__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
}

.biometric-cloud__stats {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.biometric-cloud__stats div {
    padding: 12px 13px;
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

.biometric-cloud__stats strong {
    display: block;
    font-size: 19px;
    line-height: 1;
    letter-spacing: -.04em;
}

.biometric-cloud__stats span {
    display: block;
    margin-top: 6px;
    color: #cbd5e1;
    font-size: 9px;
    font-weight: 700;
}

.biometric-cloud__float {
    position: absolute;
    z-index: 3;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff;
    background: rgba(15, 23, 42, .62);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 35px rgba(15, 23, 42, .28);
    font-size: 10px;
    font-weight: 800;
}

.biometric-cloud__float i {
    color: #7dd3fc;
}

.biometric-cloud__float--one {
    left: 20px;
    bottom: 14px;
}

.biometric-cloud__float--two {
    right: 22px;
    top: 10px;
}

.showcase-frame {
    min-height: 420px;
    padding: 14px;
    overflow: hidden;
    border: 1px solid #c7d2fe;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #f9fbff);
    box-shadow: var(--shadow);
}

.showcase-frame img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center top;
    border-radius: 12px;
}

.showcase-tag {
    position: absolute;
    right: -8px;
    bottom: 17px;
    padding: 14px 17px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 13px;
    color: #fff;
    background: var(--indigo);
    box-shadow: 0 15px 35px rgba(79, 70, 229, .32);
}

.showcase-tag span,
.showcase-tag strong {
    display: block;
}

.showcase-tag span {
    font-size: 9px;
}

.showcase-tag strong {
    margin-bottom: 3px;
    font-size: 12px;
}

.showcase-visual--messages {
    min-height: 560px;
    overflow: hidden;
    border-radius: 32px;
    background: linear-gradient(145deg, #312e81, #6366f1);
}

.message-phone {
    position: absolute;
    width: 205px;
    height: 420px;
    padding: 7px;
    overflow: hidden;
    border: 5px solid #111827;
    border-radius: 30px;
    background: #111827;
    box-shadow: 0 28px 60px rgba(0, 0, 0, .3);
}

.message-phone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 19px;
}

.message-phone--back {
    left: 55px;
    top: 84px;
    transform: rotate(-7deg);
    opacity: .75;
}

.message-phone--front {
    left: 235px;
    top: 45px;
    transform: rotate(5deg);
}

.message-float {
    position: absolute;
    z-index: 3;
    padding: 10px 13px;
    border-radius: 999px;
    color: #334155;
    background: #fff;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .18);
    font-size: 10px;
    font-weight: 800;
}

.message-float--one {
    left: 18px;
    top: 35px;
}

.message-float--two {
    right: 14px;
    bottom: 35px;
}

.mini-stat-grid {
    margin: 24px 0 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.mini-stat-grid div {
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
}

.mini-stat-grid strong,
.mini-stat-grid span {
    display: block;
}

.mini-stat-grid strong {
    margin-bottom: 4px;
    font-size: 12px;
}

.mini-stat-grid span {
    color: var(--muted);
    font-size: 9px;
}

.member-ui {
    height: 100%;
    padding: 18px;
    color: var(--text);
    background: #f8fafc;
    font-family: "Manrope", sans-serif;
}

.member-ui__header,
.member-ui__header>div,
.member-ui__identity,
.member-ui__facts,
.membership-health>div,
.member-ui__bottom,
.member-ui__bottom>div {
    display: flex;
    align-items: center;
}

.member-ui__header {
    justify-content: space-between;
}

.member-ui__header>div {
    gap: 9px;
}

.member-ui__mark {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: var(--indigo);
    font-size: 10px;
    font-weight: 800;
}

.member-ui__header strong {
    font-size: 10px;
}

.member-ui__header button {
    padding: 8px 11px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: var(--indigo);
    font-size: 7px;
    font-weight: 800;
}

.member-ui__toolbar {
    margin-top: 14px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #94a3b8;
    background: #fff;
    font-size: 7px;
}

.member-ui__toolbar>div {
    display: flex;
    gap: 5px;
}

.member-ui__toolbar b {
    padding: 4px 7px;
    border-radius: 6px;
    color: #64748b;
    background: #f1f5f9;
    font-size: 6px;
}

.member-ui__toolbar b:first-child {
    color: #fff;
    background: var(--indigo);
}

.member-ui__profile {
    margin-top: 10px;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #fff;
}

.member-ui__identity {
    gap: 9px;
}

.member-ui__identity>span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #8b5cf6, #4f46e5);
    font-size: 9px;
    font-weight: 800;
}

.member-ui__identity div {
    flex: 1;
}

.member-ui__identity strong,
.member-ui__identity small {
    display: block;
}

.member-ui__identity strong {
    font-size: 10px;
}

.member-ui__identity small {
    margin-top: 2px;
    color: #94a3b8;
    font-size: 6px;
}

.member-ui__identity em {
    padding: 4px 7px;
    border-radius: 999px;
    color: #047857;
    background: #d1fae5;
    font-size: 6px;
    font-style: normal;
    font-weight: 800;
}

.member-ui__facts {
    margin-top: 14px;
    gap: 8px;
}

.member-ui__facts>div {
    flex: 1;
    padding: 9px;
    border-radius: 8px;
    background: #f8fafc;
}

.member-ui__facts small,
.member-ui__facts strong {
    display: block;
}

.member-ui__facts small {
    color: #94a3b8;
    font-size: 6px;
}

.member-ui__facts strong {
    margin-top: 3px;
    font-size: 7px;
}

.membership-health {
    margin-top: 12px;
}

.membership-health>div {
    justify-content: space-between;
}

.membership-health strong,
.membership-health small {
    display: block;
}

.membership-health strong {
    font-size: 7px;
}

.membership-health small {
    margin-top: 2px;
    color: #94a3b8;
    font-size: 6px;
}

.membership-health b {
    color: var(--indigo);
    font-size: 9px;
}

.membership-health>i {
    height: 6px;
    margin-top: 7px;
    display: block;
    overflow: hidden;
    border-radius: 99px;
    background: #e2e8f0;
}

.membership-health>i span {
    width: 79%;
    height: 100%;
    display: block;
    border-radius: inherit;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
}

.member-ui__bottom {
    margin-top: 10px;
    gap: 10px;
}

.member-ui__bottom>div {
    flex: 1;
    align-self: stretch;
    gap: 6px;
}

.member-ui__bottom>div>span {
    flex: 1;
    padding: 11px 8px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #fff;
}

.member-ui__bottom strong,
.member-ui__bottom small {
    display: block;
}

.member-ui__bottom strong {
    font-size: 12px;
}

.member-ui__bottom small {
    margin-top: 3px;
    color: #94a3b8;
    font-size: 5px;
}

.member-ui__bottom aside {
    width: 41%;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #fff;
}

.member-ui__bottom aside>strong {
    align-self: flex-start;
    margin-right: auto;
    font-size: 6px;
}

.member-ui__bottom aside i {
    width: 10px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 3px;
    font-style: normal;
}

.member-ui__bottom aside i span {
    color: #94a3b8;
    font-size: 4px;
}

.member-ui__bottom aside i b {
    display: block;
    border-radius: 2px 2px 0 0;
    background: var(--indigo);
}

.section--steps {
    color: #fff;
    background: var(--navy);
}

.section--steps h2 {
    color: #fff;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .13);
}

.steps-grid article {
    position: relative;
    min-height: 285px;
    padding: 30px;
    background: var(--navy);
}

.step-number {
    position: absolute;
    top: 26px;
    right: 26px;
    color: #55556d;
    font-size: 10px;
    font-weight: 800;
}

.step-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 50px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    color: #a5b4fc;
    background: rgba(99, 102, 241, .12);
}

.steps-grid h3 {
    color: #fff;
    font-size: 19px;
}

.steps-grid p {
    margin: 9px 0 0;
    color: #8f8fa8;
    font-size: 11px;
    line-height: 1.7;
}

.steps-cta {
    margin-top: 30px;
    text-align: center;
}

.section--audience {
    background: var(--surface);
}

.audience-panel {
    position: relative;
    overflow: hidden;
    padding: 60px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 60px;
    align-items: center;
    border: 1px solid #d9ddff;
    border-radius: 34px;
    background:
        radial-gradient(circle at 86% 15%, rgba(129, 140, 248, .22), transparent 28%),
        radial-gradient(circle at 70% 100%, rgba(45, 212, 191, .10), transparent 32%),
        linear-gradient(135deg, #fff 0%, #f8f9ff 54%, #eef2ff 100%);
    box-shadow: 0 24px 60px rgba(67, 56, 202, .10);
}

.audience-panel::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(99, 102, 241, .16);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(99, 102, 241, .045), 0 0 0 56px rgba(99, 102, 241, .025);
    pointer-events: none;
}

.audience-copy,
.audience-list {
    position: relative;
    z-index: 1;
}

.audience-copy h2 {
    margin: 15px 0 18px;
    font-size: clamp(38px, 4.7vw, 58px);
    line-height: 1.02;
    letter-spacing: -.05em;
}

.audience-copy h2 span {
    color: #747bb1;
}

.audience-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
}

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

.audience-list span {
    min-height: 68px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 18px;
    color: #334155;
    background: rgba(255, 255, 255, .72) !important;
    box-shadow: 0 10px 22px rgba(30, 41, 59, .04);
    font-size: 13px;
    font-weight: 700;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.audience-list span:hover {
    border-color: #a5b4fc;
    box-shadow: 0 14px 28px rgba(79, 70, 229, .12);
    transform: translateY(-3px);
}

.audience-list i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: var(--indigo);
    background: #eef0ff;
}

.section--why-choose {
    background: linear-gradient(180deg, #f8fafc, #eef2ff);
}

.why-choose-panel {
    padding: 54px;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 36px;
    align-items: stretch;
    border: 1px solid #dbe4ff;
    border-radius: 34px;
    background: radial-gradient(circle at top left, rgba(99, 102, 241, .14), transparent 34%), linear-gradient(180deg, #fff, #f8fafc);
    box-shadow: 0 20px 50px rgba(15, 23, 42, .06);
}

.why-choose-copy {
    padding-right: 16px;
}

.why-choose-copy h2 {
    margin: 15px 0 16px;
    font-size: clamp(38px, 4.8vw, 58px);
    line-height: 1.02;
    letter-spacing: -.06em;
}

.why-choose-copy p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.85;
}

.why-choose-pills {
    margin: 24px 0 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.why-choose-pills span {
    padding: 12px 16px;
    border: 1px solid #dbe4ff;
    border-radius: 999px;
    color: #334155;
    background: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.why-choose-card {
    position: relative;
    padding: 24px;
    overflow: hidden;
    border: 1px solid #dbe4ff;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .05);
}

.why-choose-card--accent {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(145deg, #11113a, #4f46e5);
}

.why-choose-card--accent p,
.why-choose-card--accent h3 {
    color: #fff;
}

.why-choose-card__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #4f46e5;
    background: #eef2ff;
    font-size: 18px;
}

.why-choose-card--accent .why-choose-card__icon {
    color: #fff;
    background: rgba(255, 255, 255, .15);
}

.why-choose-card h3 {
    margin: 18px 0 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: -.03em;
}

.why-choose-card p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.75;
}

.why-choose-card--accent p {
    color: #fff;
}

.section--reviews {
    background: #fff;
}

.section--reviews .section-heading--split {
    align-items: end;
}

.section--reviews .section-heading--split>div>p {
    max-width: 520px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.8;
}

.rating-summary {
    display: flex;
    gap: 13px;
    align-items: center;
    justify-content: flex-end;
}

.rating-summary>strong {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -.06em;
}

.rating-summary span {
    color: #f59e0b;
    font-size: 13px;
}

.rating-summary small {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 10px;
}

.review-strip {
    margin-bottom: 26px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.review-strip__item {
    position: relative;
    padding: 20px 18px;
    overflow: hidden;
    border: 1px solid #dbe4ff;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff, #f7f9ff);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .05);
}

.review-strip__item strong {
    display: block;
    color: var(--text);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -.05em;
}

.review-strip__item span {
    display: block;
    margin-top: 8px;
    color: var(--indigo);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.review-strip__item p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.7;
}

.testimonial-carousel {
    width: 100vw;
    overflow: hidden;
    margin: 0 calc(50% - 50vw);
    padding: 2px clamp(12px, 4vw, 56px);
}

.testimonial-carousel__track {
    display: flex;
    width: 200%;
    animation: testimonial-scroll 42s linear infinite;
}

.testimonial-carousel__group {
    flex: 0 0 50%;
    display: flex;
    gap: 16px;
    padding: 0 2px;
}

.testimonial-carousel:hover .testimonial-carousel__track,
.testimonial-carousel:focus-within .testimonial-carousel__track {
    animation-play-state: paused;
}

@keyframes testimonial-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.testimonial-card {
    flex: 0 0 calc((100% - 32px) / 3);
    min-height: 330px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
}

.testimonial-card--featured {
    color: #fff;
    background: linear-gradient(145deg, #11113a, #312e81);
    border-color: transparent;
    transform: translateY(-10px);
    box-shadow: var(--shadow);
}

.testimonial-card--featured blockquote,
.testimonial-card--featured strong,
.testimonial-card--featured .testimonial-card__metric,
.testimonial-card--featured .testimonial-card__location {
    color: #fff;
}

.testimonial-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 18px;
}

.testimonial-card__metric {
    padding: 7px 10px;
    border-radius: 999px;
    color: #312e81;
    background: #e0e7ff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.testimonial-card__location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
}

.testimonial-card__location i {
    color: var(--indigo);
}

.testimonial-stars {
    color: #f59e0b;
    font-size: 11px;
}

.testimonial-card blockquote {
    margin: 22px 0 24px;
    color: #334155;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.65;
}

.testimonial-person {
    margin-top: auto;
    padding-top: 18px;
    display: flex;
    gap: 11px;
    align-items: center;
    border-top: 1px solid rgba(148, 163, 184, .22);
}

.testimonial-person>span {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--indigo);
    font-size: 12px;
    font-weight: 800;
}

.testimonial-person strong,
.testimonial-person small {
    display: block;
}

.testimonial-person strong {
    font-size: 14px;
}

.testimonial-person small {
    margin-top: 3px;
    color: #94a3b8;
    font-size: 11px;
    line-height: 1.4;
}

.section--video-reviews {
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.video-reviews-layout {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 24px;
    align-items: start;
}

.video-reviews-player {
    position: sticky;
    top: 110px;
}

.video-reviews-player__frame {
    overflow: hidden;
    border: 1px solid #dbe4ff;
    border-radius: 26px;
    background: #0f172a;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .16);
    aspect-ratio: 16 / 9;
}

.video-reviews-player__frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.video-reviews-player__footer {
    margin-top: 16px;
    padding: 16px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.video-reviews-player__footer strong {
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    letter-spacing: -.03em;
}

.video-reviews-player__footer span {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}

.video-review-list {
    display: grid;
    gap: 14px;
}

.video-review-card {
    display: grid;
    grid-template-columns: 150px 1fr;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
}

.video-review-card__media {
    position: relative;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(145deg, #4f46e5, #7c3aed);
}

.video-review-card:nth-child(2) .video-review-card__media {
    background: linear-gradient(145deg, #0f172a, #2563eb);
}

.video-review-card:nth-child(3) .video-review-card__media {
    background: linear-gradient(145deg, #0f766e, #0ea5e9);
}

.video-review-card__media i {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    font-size: 18px;
    backdrop-filter: blur(8px);
}

.video-review-card__duration {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px 8px;
    border-radius: 999px;
    color: #fff;
    background: rgba(15, 23, 42, .55);
    font-size: 9px;
    font-weight: 800;
}

.video-review-card__body {
    padding: 18px 18px 16px;
}

.video-review-card__brand {
    display: block;
    color: var(--indigo);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.video-review-card h3 {
    margin: 8px 0 9px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -.03em;
}

.video-review-card p {
    margin: 0 0 14px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.75;
}

.video-review-card .text-link {
    font-size: 12px;
}

.video-reviews-heading-note {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--indigo);
    font-size: 13px;
    font-weight: 800;
}

.video-reviews-heading-note i {
    font-size: 32px;
}

.video-reviews-heading-note small {
    display: block;
    margin-bottom: 3px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
}

.video-review-carousel {
    width: 100vw;
    margin: 42px calc(50% - 50vw) 0;
    overflow: hidden;
    padding: 4px clamp(12px, 4vw, 56px) 12px;
}

.video-review-carousel__track {
    display: flex;
    width: max-content;
    animation: video-review-scroll 54s linear infinite;
}

.video-review-carousel__group {
    flex: 0 0 auto;
    display: flex;
    gap: 18px;
}

.video-review-carousel:hover .video-review-carousel__track,
.video-review-carousel:focus-within .video-review-carousel__track {
    animation-play-state: paused;
}

.video-review-tile {
    position: relative;
    flex: 0 0 clamp(220px, 21vw, 330px);
    overflow: hidden;
    aspect-ratio: 9 / 14;
    border: 1px solid #dbe4ff;
    border-radius: 24px;
    background: #0f172a;
    box-shadow: 0 20px 38px rgba(15, 23, 42, .16);
}

.video-review-tile iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    background: #0f172a;
}

.video-review-tile__poster {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: #0f172a;
}

.video-review-tile__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    color: #fff;
    background: rgba(79, 70, 229, .9);
    box-shadow: 0 14px 34px rgba(7, 7, 26, .35);
    font-size: 19px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}

.video-review-tile__play:hover,
.video-review-tile__play:focus-visible {
    background: #4338ca;
    transform: translate(-50%, -50%) scale(1.08);
}

.video-review-tile--playing .video-review-tile__caption {
    display: none;
}

.video-review-tile__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 48px 18px 18px;
    color: #fff;
    background: linear-gradient(transparent, rgba(7, 7, 26, .92));
    pointer-events: none;
}

.video-review-tile__caption span,
.video-review-tile__caption strong {
    display: block;
}

.video-review-tile__caption span {
    margin-bottom: 5px;
    color: #c7d2fe;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.video-review-tile__caption strong {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 1.25;
}

@keyframes video-review-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.section--pricing {
    background: var(--surface);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: center;
}

.pricing-card {
    position: relative;
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}

.pricing-card--featured {
    padding-top: 45px;
    padding-bottom: 45px;
    color: #fff;
    background: var(--navy);
    border-color: var(--navy);
    box-shadow: var(--shadow);
}

.pricing-card--featured .pricing-name,
.pricing-card--featured .pricing-price sup,
.pricing-card--featured .pricing-price strong,
.pricing-card--featured li {
    color: #fff;
}

.popular-badge {
    position: absolute;
    top: 0;
    right: 25px;
    padding: 7px 12px;
    border-radius: 0 0 9px 9px;
    color: #fff;
    background: var(--indigo);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.pricing-name {
    font-size: 17px;
    font-weight: 800;
}

.pricing-price {
    margin: 22px 0 14px;
    display: flex;
    align-items: flex-end;
}

.pricing-price sup {
    align-self: flex-start;
    margin: 8px 4px 0 0;
    font-size: 15px;
    font-weight: 800;
}

.pricing-price strong {
    font-size: 45px;
    line-height: .9;
    letter-spacing: -.06em;
}

.pricing-price span {
    margin-left: 6px;
    color: #94a3b8;
    font-size: 9px;
}

.pricing-card>p {
    min-height: 58px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}

.pricing-card .button {
    width: 100%;
    margin: 10px 0 23px;
}

.pricing-card ul {
    margin: 0;
    padding: 22px 0 0;
    display: grid;
    gap: 12px;
    border-top: 1px solid rgba(148, 163, 184, .2);
    list-style: none;
}

.pricing-card li {
    color: #475569;
    font-size: 12px;
}

.pricing-card li i {
    margin-right: 6px;
    color: var(--green);
}

.pricing-note {
    margin: 25px 0 0;
    color: var(--muted);
    font-size: 10px;
    text-align: center;
}

.section--faq {
    background: #fff;
}

.section--legal {
    min-height: 65vh;
    background:
        radial-gradient(circle at 90% 0%, rgba(129, 140, 248, .16), transparent 28%),
        linear-gradient(180deg, #f8faff 0%, #fff 70%);
}

.legal-card {
    max-width: 1040px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 68px);
    border: 1px solid #e1e6f5;
    border-radius: 30px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 24px 60px rgba(30, 41, 59, .08);
}

.legal-card > .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.legal-card h3 {
    margin: 0 0 42px !important;
    color: var(--text);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    letter-spacing: -.055em;
}

.legal-card h5,
.legal-card h6 {
    margin: 30px 0 12px;
    color: var(--text);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    line-height: 1.25;
}

.legal-card p,
.legal-card li,
.legal-card a {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.85;
}

.legal-card ul,
.legal-card ol {
    padding-left: 22px;
}

.legal-card .accordion-item {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #e1e6f5;
    border-radius: 16px;
    background: #fff;
}

.legal-card .accordion-item__header {
    padding: 20px 22px;
    background: #f8faff;
}

.legal-card .accordion-item__title {
    color: var(--text);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.legal-card .accordion-item__body {
    padding: 4px 22px 18px;
}

.legal-card .accordion-item__body p {
    margin: 0;
}

.faq-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 80px;
    align-items: start;
}

.faq-intro {
    position: sticky;
    top: 120px;
}

.faq-intro h2 {
    margin: 15px 0 18px;
    font-size: clamp(35px, 4.1vw, 50px);
    line-height: 1.07;
    letter-spacing: -.05em;
}

.faq-intro p {
    color: var(--muted);
    font-size: 12px;
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-item {
    border-bottom: 1px solid var(--line);
}

.faq-item button {
    width: 100%;
    min-height: 76px;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 0;
    color: var(--text);
    background: transparent;
    font-size: 13px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    outline: none;
    transition: background .2s ease, padding .2s ease, box-shadow .2s ease;
}

.faq-item button[aria-expanded="true"] {
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 14px;
    background: linear-gradient(90deg, #f4f6ff, #fff);
    box-shadow: inset 0 0 0 1px #cfd7ff;
}

.faq-item button:focus-visible {
    border-radius: 14px;
    box-shadow: 0 0 0 3px rgba(91, 82, 246, .18), inset 0 0 0 1px var(--indigo);
}

.faq-item button i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--indigo);
    font-size: 8px;
    transition: .2s ease;
}

.faq-item button[aria-expanded="true"] i {
    transform: rotate(45deg);
    background: var(--indigo-soft);
}

.faq-item p {
    margin: -2px 45px 23px 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.75;
}

.section--contact {
    padding-top: 30px;
    background: #fff;
}

.contact-panel {
    padding: 58px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 60px;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(145deg, #11113a, #312e81);
}

.contact-copy h2 {
    margin: 15px 0 19px;
    color: #fff;
    font-size: clamp(42px, 4.8vw, 60px);
    line-height: 1.04;
    letter-spacing: -.05em;
}

.contact-copy>p {
    color: #b8b8cf;
    font-size: 15px;
    line-height: 1.85;
}

.contact-points {
    margin-top: 34px;
    display: grid;
    gap: 15px;
}

.contact-points>div {
    display: flex;
    gap: 12px;
    align-items: center;
}

.contact-points>div>i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 11px;
    color: #a5b4fc;
}

.contact-points span,
.contact-points strong {
    display: block;
}

.contact-points span {
    color: #9494ae;
    font-size: 10px;
}

.contact-points strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 13px;
}

.contact-form-wrap {
    padding: 31px;
    border-radius: 20px;
    color: var(--text);
    background: #fff;
    box-shadow: 0 28px 65px rgba(0, 0, 0, .25);
}

.form-heading {
    margin-bottom: 22px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.form-heading span {
    font-size: 19px;
    font-weight: 800;
}

.form-heading small {
    color: var(--muted);
    font-size: 9px;
}

.honeypot {
    position: absolute;
    left: -9999px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 13px;
}

.demo-form .form-group {
    margin-bottom: 13px;
}

.demo-form label {
    margin-bottom: 6px;
    color: #475569;
    font-size: 10px;
    font-weight: 800;
}

.demo-form .form-control,
.demo-form .custom-select {
    min-height: 46px;
    padding: 10px 13px;
    border: 1px solid #dbe1e8;
    border-radius: 9px;
    color: var(--text);
    background: #fff;
    font-size: 12px;
    box-shadow: none;
}

.demo-form textarea.form-control {
    min-height: 76px;
}

.demo-form .form-control:focus,
.demo-form .custom-select:focus {
    border-color: var(--indigo);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, .1);
}

.verification-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.verification-input {
    height: 46px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #dbe1e8;
    border-radius: 9px;
}

.verification-input span {
    padding: 0 11px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.verification-input input {
    width: 58px;
    height: 100%;
    border: 0;
    border-left: 1px solid #dbe1e8;
    text-align: center;
    outline: 0;
}

.verification-row .button {
    min-width: 180px;
}

.form-privacy {
    margin: 13px 0 0;
    color: var(--muted);
    font-size: 9px;
    text-align: center;
}

.site-footer {
    padding: 80px 0 0;
    color: #fff;
    background: var(--navy);
}

.footer-cta {
    padding-bottom: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-cta h2 {
    max-width: 680px;
    margin: 14px 0 0;
    color: #fff;
    font-size: clamp(36px, 4.7vw, 56px);
    line-height: 1.05;
    letter-spacing: -.05em;
}

.footer-grid {
    padding: 20px 0;
    display: grid;
    grid-template-columns: 1.6fr .7fr .8fr 1fr;
    gap: 50px;
}

.footer-brand>a img {
    width: 175px;
    filter: brightness(0) invert(1);
}

.footer-brand>p {
    max-width: 300px;
    margin: 18px 0 20px;
    color: #fff;
    font-size: 12px;
    line-height: 1.8;
}

.store-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.store-badges a {
    height: 42px;
    display: flex;
    align-items: center;
}

.store-badges img {
    width: auto;
    height: 100%;
    display: block;
    object-fit: contain;
}

.footer-goodfirms {
    width: 150px;
    margin-top: 24px;
    display: block;
}

.footer-goodfirms img {
    display: block;
    width: 150px;
    height: auto;
}

.site-footer h6 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.footer-links {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 11px;
    list-style: none;
}

.footer-links li,
.footer-links a {
    color: #8f8fa8;
    font-size: 11px;
    line-height: 1.6;
}

.footer-links a:hover {
    color: #fff;
}

.footer-review-badges {
    margin-top: 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-review-badges a {
    display: flex;
    align-items: center;
    min-height: 52px;
}

.footer-review-badges img {
    display: block;
    width: auto;
    max-width: 170px;
    max-height: 58px;
    object-fit: contain;
}

.footer-review-badges a:last-child img {
    max-width: 145px;
    max-height: 48px;
}

.footer-bottom {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.footer-socials {
    display: flex;
    gap: 7px;
}

.footer-socials a {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
}

.floating-actions {
    position: fixed;
    z-index: 1060;
    right: 17px;
    bottom: 162px;
    display: flex;
    gap: 10px;
}

.floating-actions__item {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 999px;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .25);
}

.floating-actions__item--whatsapp {
    padding: 0 16px;
    background: #25d366;
}

.floating-actions__item--call {
    width: 45px;
    background: var(--indigo);
}

.floating-actions__item span {
    font-size: 10px;
    font-weight: 800;
}

.ui-to-top {
    position: fixed;
    right: 24px;
    bottom: 92px;
    width: 44px !important;
    height: 44px;
    display: grid !important;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    color: #fff !important;
    background: var(--indigo);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .22);
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity .25s ease, transform .25s ease, background .2s ease;
    z-index: 1040;
}

.ui-to-top.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.ui-to-top:hover {
    color: #fff !important;
    background: #4338ca;
}

.grecaptcha-badge {
    right: auto !important;
    left: 16px !important;
    bottom: 10px !important;
    z-index: 1050 !important;
}

.thanks-hero {
    min-height: 70vh;
    padding: 100px 0;
    display: grid;
    place-items: center;
    background: var(--surface);
}

.thanks-panel {
    max-width: 720px;
    margin: auto;
    padding: 55px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow);
    text-align: center;
}

.thanks-panel h1 {
    margin: 12px 0 18px;
    font-size: clamp(40px, 5.7vw, 66px);
    letter-spacing: -.055em;
}

.thanks-panel p {
    color: var(--muted);
    line-height: 1.8;
}

/* Readability pass: body text stays conversational while display type remains compact. */
.steps-grid h3 {
    font-size: 21px;
    letter-spacing: -.025em;
}

.steps-grid p {
    max-width: 280px;
    font-size: 13px;
    line-height: 1.75;
}

.audience-copy p {
    max-width: 440px;
    font-size: 15px;
}

.audience-list span {
    font-size: 18px;
}

.testimonial-card blockquote {
    font-size: 18px;
    line-height: 1.75;
}

.testimonial-person strong {
    font-size: 13px;
}

.testimonial-person small {
    font-size: 10px;
}

.pricing-name {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
}

.pricing-card>p {
    min-height: 65px;
    font-size: 13px;
}

.pricing-card li {
    font-size: 12px;
}

.faq-intro p {
    max-width: 430px;
    font-size: 14px;
    line-height: 1.75;
}

.faq-item button {
    font-size: 15px;
}

.faq-item p {
    font-size: 13px;
    line-height: 1.8;
}

.contact-copy>p {
    max-width: 470px;
    font-size: 15px;
}

.contact-points span {
    font-size: 10px;
}

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

.form-heading span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 19px;
}

.form-heading small {
    font-size: 9px;
}

.demo-form label {
    font-size: 10px;
}

.demo-form .form-control,
.demo-form .custom-select {
    font-size: 12px;
}

.form-privacy {
    font-size: 9px;
}

@keyframes starTwinkle {

    0%,
    100% {
        opacity: .22;
        transform: scale(.72);
    }

    48% {
        opacity: 1;
        transform: scale(1.7);
    }

    58% {
        opacity: .7;
        transform: scale(1.15);
    }
}

@keyframes shootingStar {

    0%,
    74% {
        opacity: 0;
        transform: translate3d(0, 0, 0) rotate(-38deg);
    }

    76% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(var(--shooting-dx, -760px), var(--shooting-dy, 520px), 0) rotate(-38deg);
    }
}

@keyframes clientMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }

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

@media (prefers-reduced-motion: reduce) {

    .twinkle-stars i,
    .shooting-star,
    .client-track,
    .testimonial-carousel__track,
    .video-review-carousel__track,
    .feature-card,
    .proof-stats article,
    .why-choose-card,
    .steps-grid article,
    .app-feature-bar > div,
    .dashboard-window,
    .showcase-frame,
    .biometric-cloud,
    .biometric-cloud__image img,
    .biometric-cloud__float,
    .app-device--hero,
    .app-float-screen {
        animation: none !important;
    }

    .scroll-reveal,
    .hero .hero__copy-wrap,
    .hero .hero-product {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .twinkle-stars i {
        opacity: .65;
        transform: none;
    }

    * {
        scroll-behavior: auto !important;
    }
}

/* Dynamic GGMS blog */
.blog-page {
    background: #f7f9ff;
}

.blog-hero {
    position: relative;
    overflow: hidden;
    padding: 132px 0 86px;
    color: #fff;
    background: radial-gradient(circle at 82% 20%, rgba(56, 189, 248, .2), transparent 24%), linear-gradient(135deg, #080b22, #171449 58%, #243b82);
}

.blog-hero::after {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    right: -120px;
    bottom: -260px;
    border: 1px solid rgba(125, 211, 252, .25);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(125, 211, 252, .04), 0 0 0 120px rgba(125, 211, 252, .025);
}

.blog-hero .container {
    position: relative;
    z-index: 1;
}

.blog-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #9edcff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.blog-hero__eyebrow i {
    width: 38px;
    height: 1px;
    background: #67e8f9;
}

.blog-hero__eyebrow small {
    color: #aeb9d9;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.blog-hero__grid {
    margin-top: 42px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 110px;
    align-items: end;
}

.blog-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(54px, 6.8vw, 88px);
    line-height: .94;
    letter-spacing: -.07em;
}

.blog-hero h1 span {
    color: #9edcff;
}

.blog-hero__grid p,
.blog-hero--category p {
    max-width: 510px;
    margin: 24px 0 0;
    color: #bbc7e5;
    font-size: 17px;
    line-height: 1.8;
}

.blog-search {
    max-width: 500px;
    margin-top: 28px;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(158, 220, 255, .28);
    border-radius: 14px;
    background: rgba(255, 255, 255, .09);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .12);
}

.blog-search > i {
    margin-left: 11px;
    color: #67e8f9;
    font-size: 14px;
}

.blog-search input {
    min-width: 0;
    flex: 1;
    padding: 10px 2px;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font: inherit;
    font-size: 13px;
}

.blog-search input::placeholder {
    color: #aebbd8;
}

.blog-search button {
    padding: 11px 16px;
    border: 0;
    border-radius: 9px;
    color: #08102e;
    background: #9edcff;
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
}

.blog-search button:hover {
    background: #fff;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.blog-hero__signal {
    max-width: 360px;
    padding: 24px;
    display: flex;
    gap: 14px;
    border: 1px solid rgba(158, 220, 255, .22);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
    color: #b8c4e2;
    font-size: 11px;
    line-height: 1.6;
}

.blog-hero__signal i {
    color: #67e8f9;
    font-size: 22px;
}

.blog-hero__signal strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 13px;
}

.blog-categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-categories a {
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: #c5d0ec;
    font-size: 11px;
    font-weight: 800;
}

.blog-categories a:hover,
.blog-categories a.is-active {
    color: #09112b;
    background: #9edcff;
    border-color: #9edcff;
}

.blog-categorybar {
    margin-bottom: 34px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border: 1px solid #dfe5f2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(22, 38, 78, .05);
}

.blog-categorybar > span {
    color: #74819d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.blog-categorybar .blog-categories a {
    border-color: #dfe5f2;
    color: #53617d;
}

.blog-categorybar .blog-categories a:hover,
.blog-categorybar .blog-categories a.is-active {
    color: #fff;
    background: #5b55ee;
    border-color: #5b55ee;
}

.blog-listing {
    padding-top: 76px;
}

.blog-listing__heading {
    margin-bottom: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.blog-listing__heading p {
    margin: 0;
    color: #71809d;
    font-size: 13px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.blog-card {
    overflow: hidden;
    border: 1px solid #dfe5f2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(22, 38, 78, .06);
    transition: transform .3s ease, box-shadow .3s ease;
}

.blog-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 55px rgba(22, 38, 78, .13);
}

.blog-card--featured {
    grid-column: auto;
    display: block;
}

.blog-card__image {
    position: relative;
    min-height: 220px;
    display: block;
    overflow: hidden;
    background: linear-gradient(145deg, #17214c, #4f46e5);
}

.blog-card--featured .blog-card__image {
    min-height: 220px;
}

.blog-pagination {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.blog-pagination a {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe5f2;
    border-radius: 12px;
    color: #526484;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.blog-pagination a:hover,
.blog-pagination a.is-active {
    border-color: #5b55ee;
    color: #fff;
    background: #5b55ee;
    transform: translateY(-2px);
}

.blog-pagination__arrow {
    font-size: 18px !important;
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.blog-card:hover .blog-card__image img {
    transform: scale(1.05);
}

.blog-card__image span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 9px 11px;
    border-radius: 999px;
    color: #fff;
    background: rgba(8, 11, 34, .78);
    font-size: 10px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.blog-card__image span b {
    margin-left: 5px;
    color: #9edcff;
}

.blog-card__body {
    padding: 25px;
}

.blog-card__body > small,
.blog-article__header > small {
    color: #68789a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.blog-card__body > small i,
.blog-article__header > small i {
    width: 4px;
    height: 4px;
    margin: 0 7px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #5b55ee;
}

.blog-card h2 {
    margin: 14px 0 12px;
    color: #14213d;
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: -.04em;
}

.blog-card h2 a:hover {
    color: #4f46e5;
}

.blog-card p {
    margin: 0;
    color: #68789a;
    font-size: 13px;
    line-height: 1.75;
}

.blog-card__link {
    margin-top: 20px;
    display: inline-flex;
    gap: 8px;
    color: #4f46e5;
    font-size: 11px;
    font-weight: 800;
}

.blog-empty {
    padding: 80px 20px;
    text-align: center;
    border: 1px solid #dfe5f2;
    border-radius: 24px;
    background: #fff;
}

.blog-empty i {
    color: #5b55ee;
    font-size: 32px;
}

.blog-empty h2 {
    margin: 17px 0 8px;
    color: #14213d;
    font-size: 25px;
}

.blog-empty p {
    margin: 0;
    color: #68789a;
    font-size: 14px;
}

.section--blog-teaser {
    background: linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
}

.blog-teaser-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-teaser-card {
    overflow: hidden;
    border: 1px solid #dfe5f2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(22, 38, 78, .05);
    transition: transform .3s ease, box-shadow .3s ease;
}

.blog-teaser-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(22, 38, 78, .12);
}

.blog-teaser-card > a {
    display: block;
}

.blog-teaser-card__image {
    overflow: hidden;
    height: 230px;
    background: #17214c;
}

.blog-teaser-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.blog-teaser-card:hover .blog-teaser-card__image img {
    transform: scale(1.06);
}

.blog-teaser-card > a > div:last-child {
    padding: 24px 23px 26px;
}

.blog-teaser-card small {
    color: #71809d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.blog-teaser-card small i {
    width: 3px;
    height: 3px;
    margin: 0 4px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #5b55ee;
}

.blog-teaser-card h3 {
    margin: 12px 0 18px;
    color: #172441;
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: -.03em;
}

.blog-teaser-card span,
.blog-teaser__link {
    color: #4f46e5;
    font-size: 12px;
    font-weight: 800;
}

.blog-teaser-card span b {
    margin-left: 4px;
}

.blog-teaser__link {
    margin-top: 28px;
}

.blog-hero--category {
    padding-bottom: 90px;
}

.blog-hero--category h1 {
    margin-top: 18px;
    font-size: clamp(48px, 6vw, 76px);
}

.blog-article {
    position: relative;
    overflow: hidden;
    padding: 135px 0 100px;
    background: radial-gradient(circle at 88% 8%, rgba(99, 102, 241, .1), transparent 24%), linear-gradient(180deg, #f8faff 0%, #f2f5fb 100%);
}

.blog-article::before {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    top: 390px;
    left: -330px;
    border: 1px solid rgba(99, 102, 241, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(99, 102, 241, .035), 0 0 0 110px rgba(99, 102, 241, .02);
}

.blog-back {
    position: relative;
    z-index: 1;
    padding: 10px 15px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #dce3f1;
    border-radius: 999px;
    color: #4f46e5;
    font-size: 12px;
    font-weight: 800;
    background: rgba(255, 255, 255, .75);
    box-shadow: 0 8px 20px rgba(22, 38, 78, .04);
}

.blog-article__header {
    max-width: 940px;
    margin: 55px auto 0;
    text-align: left;
}

.blog-article__header h1 {
    max-width: 900px;
    margin: 18px 0 21px;
    color: #101a32;
    font-size: clamp(44px, 5.5vw, 78px);
    line-height: .98;
    letter-spacing: -.07em;
}

.blog-article__header p {
    max-width: 760px;
    margin: 0 0 24px;
    color: #68789a;
    font-size: 18px;
    line-height: 1.75;
}

.blog-article__layout {
    max-width: 1040px;
    margin: 46px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 55px;
    align-items: start;
}

.blog-article__cover {
    max-width: 1040px;
    height: clamp(300px, 46vw, 560px);
    margin: 48px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 10px solid #fff;
    border-radius: 30px;
    background: linear-gradient(145deg, #17214c, #dbe4f4);
    box-shadow: 0 25px 65px rgba(22, 38, 78, .16), 0 0 0 1px #dfe5f2;
}

.blog-article__cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.blog-article__content {
    padding: 46px 50px;
    border: 1px solid #e0e6f3;
    border-radius: 26px;
    color: #425170;
    background: #fff;
    box-shadow: 0 18px 45px rgba(22, 38, 78, .06);
    font-size: 17px;
    line-height: 1.95;
}

.blog-article__content h2,
.blog-article__content h3,
.blog-article__content h4 {
    color: #14213d;
    line-height: 1.25;
}

.blog-article__content h2 {
    margin-top: 34px;
    font-size: 30px;
    letter-spacing: -.04em;
}

.blog-article__content h3,
.blog-article__content h4 {
    margin-top: 28px;
    font-size: 22px;
}

.blog-article__content a {
    color: #4f46e5;
    text-decoration: underline;
    text-decoration-color: rgba(79, 70, 229, .28);
    text-underline-offset: 3px;
}

.blog-article__content blockquote {
    margin: 28px 0;
    padding: 20px 24px;
    border-left: 4px solid #6366f1;
    border-radius: 0 14px 14px 0;
    color: #26365a;
    background: #f0f2ff;
}

.blog-article__content img {
    height: auto;
    border-radius: 15px;
}

.blog-article__aside {
    position: sticky;
    top: 110px;
    padding: 28px;
    border: 1px solid rgba(158, 220, 255, .2);
    border-radius: 24px;
    color: #fff;
    background: radial-gradient(circle at 100% 0, rgba(103, 232, 249, .3), transparent 35%), linear-gradient(145deg, #11183a, #4f46e5);
    box-shadow: 0 22px 48px rgba(63, 64, 160, .22);
}

.blog-article__aside span {
    color: #9edcff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.blog-article__aside strong {
    display: block;
    margin: 12px 0 24px;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -.04em;
}

.blog-article__aside .button {
    width: 100%;
    font-size: 11px;
}

@media (max-width: 767.98px) {
    .blog-hero {
        padding: 105px 0 50px;
    }

    .blog-hero__grid,
    .blog-card--featured,
    .blog-article__layout {
        grid-template-columns: 1fr;
    }

    .blog-hero__grid {
        gap: 28px;
    }

    .blog-hero h1 {
        font-size: clamp(48px, 14vw, 66px);
    }

    .blog-hero__grid p,
    .blog-hero--category p {
        font-size: 15px;
    }

    .blog-hero__signal {
        max-width: none;
    }

    .blog-search {
        max-width: none;
    }

    .blog-categorybar {
        display: block;
        padding: 18px;
    }

    .blog-categorybar > span {
        display: block;
        margin-bottom: 14px;
    }

    .blog-listing {
        padding-top: 55px;
    }

    .blog-listing__heading {
        display: block;
    }

    .blog-listing__heading p {
        margin-top: 10px;
    }

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

    .blog-teaser-grid {
        grid-template-columns: 1fr;
    }

    .blog-card--featured .blog-card__image {
        min-height: 235px;
    }

    .blog-card__body {
        padding: 21px;
    }

    .blog-article {
        padding: 105px 0 65px;
    }

    .blog-article__header {
        margin-top: 38px;
        text-align: left;
    }

    .blog-article__header p {
        font-size: 15px;
    }

    .blog-article__layout {
        gap: 24px;
        margin-top: 38px;
    }

    .blog-article__cover {
        height: 235px;
        margin-top: 38px;
        border-radius: 20px;
    }

    .blog-article__content {
        padding: 24px 20px;
        font-size: 15px;
    }

    .blog-article__aside {
        position: static;
    }
}

@media (max-width: 1100px) {
    .phone-preview {
        right: -10px;
    }

    .notification-toast {
        left: -10px;
    }

    .showcase-row {
        gap: 50px;
    }

    .message-phone--front {
        left: 205px;
    }

    .message-phone--back {
        left: 35px;
    }

    .contact-panel {
        padding: 45px;
        gap: 40px;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        padding: 16px 0 8px;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .site-nav {
        margin: 0 !important;
    }

    .site-nav__actions {
        padding: 12px 0 4px;
        justify-content: space-between;
    }

    .hero {
        min-height: 920px;
    }

    .hero h2.new_h1 {
        font-size: 60px;
    }

    .hero-product {
        width: 94%;
        height: auto;
    }

    .hero-product--image img {
        width: 100%;
        height: auto;
    }

    .hero-product__app {
        right: -38px;
        bottom: -22px;
        width: 180px;
    }

    .dashboard-shell {
        height: 385px;
    }

    .dashboard-content {
        grid-template-columns: 1fr;
    }

    .activity-card {
        display: none;
    }

    .phone-preview {
        width: 145px;
        height: 290px;
    }

    .notification-toast {
        bottom: 5px;
    }

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

    .social-proof__review {
        max-width: 620px;
        padding: 0;
        border-left: 0;
    }

    .proof-stats {
        grid-template-columns: 1fr 1fr;
    }

    .client-logo {
        width: 164px;
        height: 88px;
    }

    .client-logo img {
        max-width: 118px;
        max-height: 58px;
    }

    .section {
        padding: 80px 0;
    }

    .section-heading--split {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .feature-bento {
        grid-template-columns: 1fr 1fr;
    }

    .feature-card--wide {
        grid-column: auto;
    }

    .review-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .showcase-row,
    .showcase-row--reverse {
        grid-template-columns: 1fr;
        gap: 42px;
        margin-bottom: 80px;
    }

    .showcase-row--reverse .showcase-copy,
    .showcase-row--reverse .showcase-visual {
        order: initial;
    }

    .showcase-copy {
        max-width: 650px;
    }

    .showcase-visual {
        width: 100%;
        max-width: 680px;
        margin: auto;
    }

    .audience-panel {
        padding: 45px;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .why-choose-panel {
        padding: 40px;
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .why-choose-copy {
        padding-right: 0;
    }

    .why-choose-grid {
        grid-template-columns: 1fr 1fr;
    }

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

    .testimonial-card {
        flex-basis: calc((100% - 16px) / 2);
    }

    .testimonial-card {
        min-height: auto;
    }

    .testimonial-card--featured {
        transform: none;
    }

    .video-reviews-layout {
        grid-template-columns: 1fr;
    }

    .video-reviews-player {
        position: static;
    }

    .video-review-card {
        grid-template-columns: 1fr;
    }

    .video-review-card__media {
        min-height: 200px;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 630px;
        margin: auto;
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq-intro {
        position: static;
    }

    .contact-panel {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
    }

    .footer-brand {
        grid-column: span 3;
    }
}

@media (max-width: 767.98px) {
    .biometric-cloud__float--two {
    right: 16px;
    top: 25px;
}
.biometric-cloud__float--one {
    left: 100px;
    bottom: 0px;
}
    .container {
        width: calc(100% - 24px);
    }

    .site-brand img {
        width: 125px;
    }

    .hero {
        min-height: 815px;
        padding-top: 45px;
    }

    .hero h2.new_h1 {
        margin-top: 24px;
        font-size: clamp(36px, 10.5vw, 50px);
        overflow-wrap: anywhere;
        line-height: 1.04;
        letter-spacing: -.03em;
    }

    .hero h2.new_h1 .hero-line--top {
        font-size: .95em;
        margin-bottom: 8px;
    }

    .hero h2.new_h1 .hero-line--accent {
        margin-bottom: 10px;
        padding-bottom: .1em;
        line-height: 1.12;
    }

    .hero h2.new_h1 .hero-line--bottom {
        white-space: normal;
        font-size: .88em;
        letter-spacing: -.04em;
        line-height: 1.08;
    }

    .hero__copy-wrap {
        width: 100%;
        padding: 0 4px;
    }

    .hero__copy-wrap>p {
        font-size: 15px;
        line-height: 1.8;
    }

    .hero-news {
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    .hero__actions {
        width: 100%;
        padding: 0 12px;
        flex-direction: column;
    }

    .hero__actions .button {
        width: 100%;
        max-width: 340px;
        margin: auto;
    }

    .hero__microcopy {
        padding: 0 8px;
        gap: 8px 15px;
        font-size: 11px;
    }

    .hero-trust {
        margin-top: 25px;
        padding: 0 6px;
    }

    .hero-trust span {
        min-height: 31px;
        padding: 0 10px;
        font-size: 10px;
    }

    .twinkle-stars i:nth-child(n+25) {
        display: none;
    }

    .shooting-star:nth-child(n+7) {
        display: none;
    }

    .floating-actions {
        display: none;
    }

    .ui-to-top {
        right: 16px;
        bottom: 76px;
        width: 40px;
        height: 40px;
    }

    #tawkchat-container,
    #tawkchat-minified-wrapper,
    iframe[title="chat widget"] {
        display: none !important;
    }

    .grecaptcha-badge {
        display: none !important;
    }

    .hero-product__app {
        display: none;
    }

    .hero-product {
        width: 100%;
        height: auto;
        margin-top: 38px;
    }

    .hero-product--image img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }

    .dashboard-window__bar {
        height: 36px;
    }

    .dashboard-url {
        width: 190px;
        padding: 5px 9px;
    }

    .dashboard-shell {
        height: 300px;
    }

    .dashboard-sidebar {
        width: 40px;
        padding: 9px 5px;
    }

    .dashboard-mark {
        width: 28px;
        height: 28px;
    }

    .dashboard-sidebar>span {
        width: 26px;
        height: 26px;
    }

    .dashboard-main {
        padding: 10px;
    }

    .dashboard-actions {
        display: none;
    }

    .dashboard-kpis {
        grid-template-columns: 1fr 1fr;
    }

    .dashboard-kpis>div {
        min-height: 73px;
        padding: 9px;
    }

    .dashboard-kpis>div:nth-child(n+3) {
        display: none;
    }

    .dashboard-kpis strong {
        font-size: 15px;
    }

    .dashboard-content {
        margin-top: 7px;
    }

    .revenue-chart {
        min-height: 145px;
        padding: 10px;
    }

    .chart-area {
        height: 80px;
    }

    .studio-name__brand {
        width: 92px;
        height: 46px;
    }

    .phone-preview {
        display: none;
    }

    .notification-toast {
        left: 8px;
        bottom: -13px;
    }

    .social-proof {
        padding: 70px 0 62px;
    }

    .social-proof__heading h2 {
        font-size: 44px;
    }

    .review-strip {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 20px;
    }

    .proof-stats {
        grid-template-columns: 1fr 1fr;
        gap: 11px;
    }

    .proof-stats article {
        min-height: 172px;
        padding: 18px;
    }

    .proof-stats article>em {
        display: none;
    }

    .proof-stats strong {
        font-size: 28px;
    }

    .client-cloud {
        padding: 20px 16px;
    }

    .client-cloud__label {
        line-height: 1.6;
        font-size: 11px;
    }

    .client-logo {
        width: 160px;
        height: 86px;
    }

    .client-logo img {
        max-width: 116px;
        max-height: 58px;
    }

    .section--features {
        padding-top: 78px;
    }

    .section {
        padding: 65px 0;
    }

    .section-heading {
        margin-bottom: 33px;
    }

    .section-heading h2 {
        font-size: 40px;
        line-height: 1.05;
    }

    .section--app {
        padding: 72px 0;
    }

    .app-section__intro {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    .app-section__intro h2 {
        font-size: clamp(38px, 10vw, 50px);
    }

    .app-section__intro > p {
        font-size: 15px;
        line-height: 1.7;
    }

    .app-showcase {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 22px 16px 20px;
        border-radius: 24px;
    }

    .app-showcase__copy h3 {
        margin: 15px 0 20px;
        font-size: 30px;
    }

    .app-showcase__visual {
        align-items: flex-start;
        flex-direction: column;
        padding: 4px 0 0;
        border-left: 0;
        background: none;
    }

    .app-device {
        align-self: center;
        flex-basis: min(78vw, 270px);
    }

    .app-screen-rail {
        width: 100%;
        max-height: none;
        padding: 8px 4px 14px;
    }

    .app-screen-card {
        flex-basis: 112px;
    }

    .app-screen-card img {
        height: 280px;
    }

    .section--reviews .section-heading--split {
        gap: 24px;
    }

    .section--reviews .section-heading h2 {
        max-width: 100%;
        font-size: clamp(34px, 10vw, 40px);
        letter-spacing: -.04em;
        overflow-wrap: normal;
    }

    .section--reviews .section-heading--split > div,
    .rating-summary {
        min-width: 0;
    }

    .rating-summary {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .feature-bento {
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: 240px;
        padding: 22px;
    }

    .showcase-copy h2 {
        font-size: 40px;
        line-height: 1.05;
    }

    .showcase-visual {
        min-height: 400px;
    }

    .showcase-visual--dashboard {
        padding: 20px;
    }

    .showcase-visual--invoice {
        padding: 14px;
    }

    .showcase-visual--biometric {
        padding: 14px;
    }

    .invoice-preview__bar {
        min-height: 50px;
        padding: 0 14px;
        gap: 10px;
    }

    .invoice-preview__bar strong {
        font-size: 11px;
    }

    .invoice-preview__chip {
        padding: 5px 8px;
        font-size: 7px;
    }

    .invoice-preview__body {
        padding: 10px 10px 6px;
    }

    .invoice-preview__meta {
        grid-template-columns: 1fr;
        padding: 8px 10px 10px;
    }

    .invoice-preview__meta div {
        padding: 10px 11px;
    }

    .invoice-preview__meta strong {
        font-size: 14px;
    }

    .biometric-cloud {
        padding: 11px;
    }

    .biometric-cloud__top {
        padding: 2px 0 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .biometric-cloud__top strong {
        font-size: 11px;
    }

    .biometric-cloud__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .biometric-cloud__stats div:last-child {
        grid-column: 1 / -1;
    }

    .biometric-cloud__stats div {
        padding: 11px 12px;
    }

    .biometric-cloud__stats strong {
        font-size: 16px;
    }

    .biometric-cloud__float {
        font-size: 9px;
    }

    .showcase-frame {
        height: 340px;
    }

    .showcase-tag {
        right: 5px;
        bottom: 5px;
    }

    .showcase-visual--messages {
        min-height: 450px;
    }

    .message-phone {
        width: 165px;
        height: 340px;
    }

    .message-phone--back {
        left: 12px;
        top: 75px;
    }

    .message-phone--front {
        left: auto;
        right: 14px;
        top: 35px;
    }

    .message-float--one {
        left: 7px;
        top: 18px;
    }

    .message-float--two {
        right: 7px;
        bottom: 18px;
    }

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

    .steps-grid article {
        min-height: 225px;
    }

    .step-icon {
        margin-bottom: 30px;
    }

    .audience-panel {
        padding: 32px 22px;
    }

    .audience-copy h2 {
        font-size: 39px;
    }

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

    .why-choose-panel {
        padding: 28px 20px;
        border-radius: 26px;
    }

    .why-choose-copy h2 {
        font-size: 38px;
    }

    .why-choose-copy p {
        font-size: 15px;
    }

    .why-choose-pills {
        margin: 22px 0 24px;
        gap: 8px;
    }

    .why-choose-pills span {
        padding: 10px 13px;
        font-size: 10px;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
    }

    .why-choose-card {
        padding: 20px;
    }

    .why-choose-card h3 {
        font-size: 17px;
    }

    .testimonial-card,
    .pricing-card {
        padding: 24px;
    }

    .testimonial-card {
        flex: 0 0 calc(100vw - 48px);
        width: calc(100vw - 48px);
        min-width: 0;
        box-sizing: border-box;
    }

    .testimonial-carousel__track {
        width: max-content;
        display: flex;
        animation: testimonial-scroll 42s linear infinite;
        animation-play-state: running !important;
    }

    .testimonial-carousel__group {
        flex: 0 0 auto;
        width: max-content;
        display: flex;
        gap: 12px;
        min-width: 0;
    }

    .testimonial-carousel__group[aria-hidden="true"] {
        display: flex;
    }

    .testimonial-card blockquote {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .video-reviews-player__footer strong {
        font-size: 16px;
    }

    .video-review-card h3 {
        font-size: 17px;
    }

    .faq-item button {
        font-size: 14px;
    }

    .contact-panel {
        padding: 32px 18px;
        border-radius: 24px;
    }

    .contact-copy h2 {
        font-size: 42px;
    }

    .contact-form-wrap {
        padding: 22px 17px;
    }

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

    .form-heading,
    .verification-row {
        flex-direction: column;
        align-items: stretch;
    }

    .verification-row .button {
        width: 100%;
    }

    .verification-input {
        width: min(100%, 220px);
        min-height: 46px;
    }

    .footer-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px 25px;
    }

    .footer-brand {
        grid-column: span 2;
    }

    .footer-bottom {
        padding: 18px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .floating-actions__item--whatsapp {
        width: 45px;
        padding: 0;
    }

    .floating-actions__item--whatsapp span {
        display: none;
    }
}

.video-review-card {
    cursor: pointer;
}

.video-review-card:focus-within {
    outline: 2px solid rgba(79, 70, 229, .35);
    outline-offset: 2px;
}

.text-link--button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
}

.text-link--button:hover {
    color: #4f46e5;
}

/* App showcase refresh */
.section--app {
    color: #13203b;
    background: #eef3ff;
}

.section--app::before {
    right: -140px;
    bottom: -310px;
    border-color: rgba(79, 70, 229, .13);
    box-shadow: 0 0 0 60px rgba(79, 70, 229, .04), 0 0 0 120px rgba(79, 70, 229, .025);
}

.app-hero {
    min-height: 650px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 56px;
    align-items: center;
}

.app-hero__copy {
    position: relative;
    z-index: 2;
}

.app-hero__copy h2 {
    max-width: 560px;
    margin: 18px 0 22px;
    color: #101a32;
    font-size: clamp(46px, 5vw, 72px);
    line-height: 1.01;
    letter-spacing: -.06em;
}

.app-hero__copy h2 span {
    color: #6372b4;
}

.app-hero__copy > p {
    max-width: 490px;
    margin: 0;
    color: #61708e;
    font-size: 18px;
    line-height: 1.8;
}

.app-hero__actions {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.app-hero__actions > span {
    color: #53648e;
    font-size: 11px;
    font-weight: 800;
}

.app-hero__actions > span i {
    margin-right: 5px;
    color: #4f46e5;
}

.app-hero__stats {
    margin-top: 46px;
    padding-top: 20px;
    display: flex;
    gap: 26px;
    border-top: 1px solid rgba(99, 114, 180, .2);
}

.app-hero__stats span {
    color: #71809d;
    font-size: 10px;
}

.app-hero__stats strong {
    display: block;
    margin-bottom: 4px;
    color: #192747;
    font-size: 15px;
}

.app-hero__visual {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-hero__visual::before {
    content: "";
    position: absolute;
    inset: 8% 2% 8% 8%;
    border: 1px solid rgba(99, 102, 241, .18);
    border-radius: 44px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .74), rgba(224, 231, 255, .62));
    box-shadow: 0 26px 70px rgba(68, 80, 150, .14), inset 0 1px 0 #fff;
    transform: rotate(2deg);
}

.app-device--hero {
    z-index: 3;
    flex-basis: clamp(220px, 24vw, 300px);
    border-color: #202c59;
}

.app-float-screen {
    position: absolute;
    z-index: 4;
    width: 145px;
    padding: 7px 7px 10px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 20px 45px rgba(35, 48, 102, .2);
}

.app-float-screen img {
    width: 100%;
    height: 190px;
    display: block;
    object-fit: cover;
    object-position: top center;
    border-radius: 12px;
}

.app-float-screen span {
    display: block;
    padding: 8px 3px 0;
    color: #26345c;
    font-size: 10px;
    font-weight: 800;
}

.app-float-screen--one {
    top: 16%;
    left: 1%;
    transform: rotate(-8deg);
}

.app-float-screen--two {
    top: 10%;
    right: 0;
    transform: rotate(7deg);
}

.app-float-screen--three {
    right: 1%;
    bottom: 12%;
    transform: rotate(5deg);
}

.app-orbit {
    position: absolute;
    z-index: 1;
    border: 1px dashed rgba(79, 70, 229, .24);
    border-radius: 50%;
}

.app-orbit--one {
    width: 440px;
    height: 440px;
}

.app-orbit--two {
    width: 560px;
    height: 560px;
    border-color: rgba(56, 189, 248, .2);
}

.app-feature-bar {
    position: relative;
    z-index: 3;
    margin-top: 18px;
    padding: 22px 26px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    border: 1px solid #d8e0fb;
    border-radius: 22px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 14px 40px rgba(62, 79, 145, .08);
}

.app-feature-bar > div {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #6c7895;
    font-size: 11px;
    line-height: 1.55;
}

.app-feature-bar i {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(145deg, #6366f1, #3b82f6);
}

.app-feature-bar strong {
    display: block;
    margin-bottom: 2px;
    color: #1d2b4d;
    font-size: 12px;
}

@media (max-width: 767.98px) {
    .app-hero {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .app-hero__copy h2 {
        font-size: clamp(40px, 11vw, 54px);
    }

    .app-hero__copy > p {
        font-size: 15px;
        line-height: 1.7;
    }

    .app-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .app-hero__actions .button {
        width: 100%;
    }

    .app-hero__stats {
        margin-top: 28px;
        gap: 14px;
        justify-content: space-between;
    }

    .app-hero__visual {
        min-height: 560px;
    }

    .app-hero__visual::before {
        inset: 7% 0 7% 0;
        border-radius: 30px;
    }

    .app-device--hero {
        flex-basis: min(64vw, 250px);
    }

    .app-float-screen {
        width: 106px;
        padding: 5px 5px 7px;
        border-radius: 14px;
    }

    .app-float-screen img {
        height: 145px;
        border-radius: 9px;
    }

    .app-float-screen span {
        padding-top: 6px;
        font-size: 8px;
    }

    .app-float-screen--one {
        top: 17%;
        left: -3%;
    }

    .app-float-screen--two {
        top: 11%;
        right: -3%;
    }

    .app-float-screen--three {
        right: -3%;
        bottom: 11%;
    }

    .app-orbit--one {
        width: 320px;
        height: 320px;
    }

    .app-orbit--two {
        width: 420px;
        height: 420px;
    }

    .app-feature-bar {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px;
        border-radius: 18px;
    }
}

/* Lightweight motion for gym workflows */
@keyframes gymRiseIn {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

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

@keyframes gymGlow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(103, 232, 249, 0); }
    50% { box-shadow: 0 0 0 8px rgba(103, 232, 249, .08); }
}

.feature-card,
.proof-stats article,
.why-choose-card,
.steps-grid article,
.app-feature-bar > div {
    animation: gymRiseIn .7s cubic-bezier(.2, .75, .25, 1) both;
}

.feature-card:nth-child(2),
.proof-stats article:nth-child(2),
.why-choose-card:nth-child(2),
.steps-grid article:nth-child(2),
.app-feature-bar > div:nth-child(2) { animation-delay: .08s; }

.feature-card:nth-child(3),
.proof-stats article:nth-child(3),
.why-choose-card:nth-child(3),
.steps-grid article:nth-child(3),
.app-feature-bar > div:nth-child(3) { animation-delay: .16s; }

.feature-card:nth-child(4),
.proof-stats article:nth-child(4) { animation-delay: .24s; }

.feature-card:hover {
    transform: translateY(-8px) rotate(-.35deg);
}

.proof-stats article:hover,
.why-choose-card:hover,
.steps-grid article:hover {
    transform: translateY(-6px);
}

.dashboard-window,
.showcase-frame,
.biometric-cloud,
.app-device--hero {
    animation: gymRiseIn .9s cubic-bezier(.2, .75, .25, 1) both;
}

.biometric-cloud__image img {
    animation: gymGlow 4.5s ease-in-out infinite;
}

.biometric-cloud__float--one {
    animation: gymFloat 4.2s ease-in-out infinite;
}

.biometric-cloud__float--two {
    animation: gymFloat 4.2s 1.1s ease-in-out infinite;
}

.app-float-screen--one {
    animation: gymFloat 5s ease-in-out infinite;
}

.app-float-screen--two {
    animation: gymFloat 5s 1.2s ease-in-out infinite;
}

.app-float-screen--three {
    animation: gymFloat 5s 2.2s ease-in-out infinite;
}

.app-hero__stats strong {
    transition: color .25s ease, transform .25s ease;
}

.app-hero__stats span:hover strong {
    color: #4f46e5;
    transform: translateX(3px);
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .75s ease var(--reveal-delay, 0ms), transform .75s cubic-bezier(.2, .75, .25, 1) var(--reveal-delay, 0ms);
}

.scroll-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.hero .hero__copy-wrap,
.hero .hero-product {
    animation: gymRiseIn .85s cubic-bezier(.2, .75, .25, 1) both;
}

.hero .hero-product {
    animation-delay: .16s;
}

.showcase-row.scroll-reveal.is-visible .showcase-copy {
    animation: gymRiseIn .65s ease both;
}

.showcase-row.scroll-reveal.is-visible .showcase-visual {
    animation: gymRiseIn .75s .12s ease both;
}

.section--contact .contact-copy,
.section--contact .contact-form-wrap {
    transition: transform .35s ease, box-shadow .35s ease;
}

.section--contact .contact-form-wrap:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(15, 23, 42, .16);
}

@media (prefers-reduced-motion: reduce) {
    .scroll-reveal,
    .scroll-reveal.is-visible,
    .hero .hero__copy-wrap,
    .hero .hero-product {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }

    .ggms-preloader__visual,
    .ggms-preloader__progress i {
        animation: none !important;
    }
}
.testimonial-card--featured blockquote{
       color: #fff;
    }
.testimonial-card--featured .testimonial-card__metric{
       color: #312e81;
    }

.thanks-page {
    background: #080d27;
}

.thanks-page .thanks-hero {
    min-height: calc(100vh - 76px);
    padding: 120px 0 130px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 18%, rgba(79, 70, 229, .42), transparent 30%), radial-gradient(circle at 12% 90%, rgba(103, 232, 249, .12), transparent 25%), #080d27;
}

.thanks-page .thanks-hero::before,
.thanks-page .thanks-hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(158, 220, 255, .13);
    border-radius: 50%;
}

.thanks-page .thanks-hero::before {
    width: 620px;
    height: 620px;
    top: -300px;
    right: -180px;
}

.thanks-page .thanks-hero::after {
    width: 440px;
    height: 440px;
    bottom: -270px;
    left: -180px;
    box-shadow: 0 0 0 50px rgba(158, 220, 255, .025), 0 0 0 100px rgba(158, 220, 255, .018);
}

.thanks-page .thanks-hero .container {
    position: relative;
    z-index: 1;
}

.thanks-panel {
    max-width: 850px;
    margin: auto;
    padding: 60px 70px 45px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(158, 220, 255, .2);
    border-radius: 32px;
    text-align: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .055));
    box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
    backdrop-filter: blur(12px);
}

.thanks-panel__glow {
    width: 260px;
    height: 260px;
    position: absolute;
    top: -160px;
    left: calc(50% - 130px);
    border-radius: 50%;
    background: rgba(103, 232, 249, .17);
    filter: blur(20px);
}

.thanks-success {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    position: relative;
    display: grid;
    place-items: center;
    border: 1px solid rgba(103, 232, 249, .55);
    border-radius: 22px;
    color: #071332;
    background: linear-gradient(145deg, #9edcff, #67e8f9);
    box-shadow: 0 0 0 9px rgba(103, 232, 249, .1), 0 14px 35px rgba(103, 232, 249, .22);
    animation: thanksPulse 2.4s ease-in-out infinite;
}

.thanks-success i {
    font-size: 29px;
}

.thanks-kicker {
    position: relative;
    color: #9edcff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.thanks-panel h1 {
    position: relative;
    margin: 18px 0 22px;
    color: #fff;
    font-size: clamp(42px, 6vw, 72px);
    line-height: .98;
    letter-spacing: -.07em;
}

.thanks-panel h1 span {
    color: #9edcff;
}

.thanks-panel > p {
    max-width: 620px;
    margin: 0 auto;
    color: #c0cbe4;
    font-size: 16px;
    line-height: 1.8;
}

.thanks-timeline {
    margin: 39px 0 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(158, 220, 255, .18);
    border-bottom: 1px solid rgba(158, 220, 255, .18);
}

.thanks-timeline > div {
    padding: 20px 15px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    text-align: left;
}

.thanks-timeline > div + div {
    border-left: 1px solid rgba(158, 220, 255, .18);
}

.thanks-timeline b {
    color: #67e8f9;
    font-size: 10px;
}

.thanks-timeline strong,
.thanks-timeline small {
    display: block;
}

.thanks-timeline strong {
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
}

.thanks-timeline small {
    margin-top: 5px;
    color: #9faccc;
    font-size: 10px;
    line-height: 1.45;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.thanks-actions .button {
    min-width: 185px;
}

.thanks-actions .button--secondary {
    border-color: rgba(158, 220, 255, .26);
    color: #d7e4f8;
    background: rgba(255, 255, 255, .07);
}

.thanks-actions .button--secondary:hover {
    color: #071332;
    background: #fff;
}

.thanks-actions .button--secondary i {
    margin-right: 5px;
    color: #55d889;
}

.thanks-note {
    margin-top: 28px;
    display: block;
    color: #8998b9;
    font-size: 10px;
}

.thanks-note i {
    margin-right: 5px;
    color: #67e8f9;
}

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

@media (max-width: 767.98px) {
    .thanks-page .thanks-hero {
        min-height: calc(100vh - 65px);
        padding: 92px 0 75px;
    }

    .thanks-panel {
        padding: 42px 20px 30px;
        border-radius: 24px;
    }

    .thanks-success {
        width: 62px;
        height: 62px;
        border-radius: 18px;
    }

    .thanks-panel > p {
        font-size: 14px;
    }

    .thanks-timeline {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .thanks-timeline > div {
        padding: 14px 0;
    }

    .thanks-timeline > div + div {
        border-top: 1px solid rgba(158, 220, 255, .14);
        border-left: 0;
    }

    .thanks-actions {
        flex-direction: column;
    }

    .thanks-actions .button {
        width: 100%;
    }
}

/* Article detail page */
.blog-post {
    background: #f4f7fc;
}

.blog-post__hero {
    position: relative;
    overflow: hidden;
    padding: 126px 0 86px;
    color: #fff;
    background: radial-gradient(circle at 88% 18%, rgba(81, 120, 255, .36), transparent 28%), radial-gradient(circle at 10% 100%, rgba(66, 214, 226, .12), transparent 25%), #080d27;
}

.blog-post__hero::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -250px;
    bottom: -430px;
    border: 1px solid rgba(158, 220, 255, .2);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(158, 220, 255, .04), 0 0 0 110px rgba(158, 220, 255, .025);
}

.blog-post__hero .container,
.blog-post__reading .container {
    position: relative;
    z-index: 1;
}

.blog-post__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border: 1px solid rgba(158, 220, 255, .25);
    border-radius: 999px;
    color: #b9d8f2;
    background: rgba(255, 255, 255, .07);
    font-size: 12px;
    font-weight: 800;
}

.blog-post__back:hover {
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.blog-post__hero-grid {
    margin-top: 55px;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: 68px;
    align-items: center;
}

.blog-post__intro {
    max-width: 650px;
}

.blog-post__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9edcff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.blog-post__meta i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #67e8f9;
}

.blog-post__meta small {
    color: #b7c6e3;
    font-size: 10px;
    letter-spacing: .05em;
}

.blog-post__intro h1 {
    max-width: 680px;
    margin: 22px 0 24px;
    color: #fff;
    font-size: clamp(44px, 5vw, 76px);
    line-height: .98;
    letter-spacing: -.07em;
}

.blog-post__intro p {
    max-width: 590px;
    margin: 0;
    color: #bdc9e2;
    font-size: 17px;
    line-height: 1.8;
}

.blog-post__promise {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-post__promise span {
    padding: 10px 13px;
    border: 1px solid rgba(158, 220, 255, .2);
    border-radius: 10px;
    color: #b9c7e3;
    background: rgba(255, 255, 255, .06);
    font-size: 10px;
    font-weight: 700;
}

.blog-post__promise b {
    margin-right: 7px;
    color: #67e8f9;
    font-size: 9px;
}

.blog-post__media {
    min-width: 0;
    height: clamp(320px, 39vw, 500px);
    margin: 0;
    padding: 12px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(158, 220, 255, .25);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .04));
    box-shadow: 0 28px 65px rgba(0, 0, 0, .28);
}

.blog-post__media img {
    width: 100%;
    min-height: 0;
    flex: 1;
    display: block;
    object-fit: contain;
    border-radius: 17px;
    background: #eef2f8;
}

.blog-post__media figcaption {
    padding: 13px 4px 1px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    color: #8fa1c6;
    font-size: 10px;
    font-weight: 700;
}

.blog-post__media figcaption span {
    color: #67e8f9;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.blog-post__reading {
    padding: 72px 0 110px;
}

.blog-post__reading-grid {
    max-width: 1160px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 38px;
    align-items: start;
}

.blog-post__content {
    min-width: 0;
    padding: 52px 58px;
    border: 1px solid #e0e6f1;
    border-radius: 26px;
    color: #465675;
    background: #fff;
    box-shadow: 0 20px 55px rgba(21, 38, 76, .08);
    font-size: 17px;
    line-height: 1.95;
}

.blog-post__content > p:first-child {
    color: #26385e;
    font-size: 20px;
    line-height: 1.75;
}

.blog-post__content h2,
.blog-post__content h3,
.blog-post__content h4 {
    margin: 34px 0 14px;
    color: #101a32;
    line-height: 1.25;
    letter-spacing: -.04em;
}

.blog-post__content h2 { font-size: 30px; }
.blog-post__content h3 { font-size: 25px; }
.blog-post__content h4 { font-size: 21px; }

.blog-post__content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.blog-post__content a {
    color: #4f46e5;
    text-decoration: underline;
    text-decoration-color: rgba(79, 70, 229, .25);
    text-underline-offset: 3px;
}

.blog-post__aside {
    position: sticky;
    top: 110px;
    padding: 25px;
    border-radius: 24px;
    color: #fff;
    background: radial-gradient(circle at 100% 0, rgba(103, 232, 249, .3), transparent 34%), linear-gradient(145deg, #10183d, #4f46e5);
    box-shadow: 0 22px 50px rgba(63, 64, 160, .2);
}

.blog-post__aside-mark {
    width: 44px;
    height: 44px;
    margin-bottom: 28px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #0d1740;
    background: #9edcff;
}

.blog-post__aside > span {
    color: #9edcff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.blog-post__aside strong {
    display: block;
    margin: 12px 0 14px;
    color: #fff;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -.05em;
}

.blog-post__aside p {
    margin: 0 0 23px;
    color: #c2cbea;
    font-size: 13px;
    line-height: 1.65;
}

.blog-post__aside .button {
    width: 100%;
    font-size: 11px;
}

.blog-post__aside-link {
    margin-top: 20px;
    display: inline-flex;
    gap: 8px;
    color: #d8eaff;
    font-size: 11px;
    font-weight: 800;
}

@media (max-width: 900px) {
    .blog-post__hero-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .blog-post__intro {
        max-width: 760px;
    }

    .blog-post__media {
        max-width: 760px;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .blog-post__hero {
        padding: 105px 0 58px;
    }

    .blog-post__hero-grid {
        margin-top: 38px;
    }

    .blog-post__meta {
        flex-wrap: wrap;
        row-gap: 7px;
        font-size: 9px;
    }

    .blog-post__intro h1 {
        font-size: clamp(42px, 13vw, 62px);
    }

    .blog-post__intro p {
        font-size: 15px;
    }

    .blog-post__media {
        height: 285px;
        padding: 8px;
        border-radius: 20px;
    }

    .blog-post__media img {
        border-radius: 13px;
    }

    .blog-post__reading {
        padding: 42px 0 70px;
    }

    .blog-post__reading-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .blog-post__content {
        padding: 29px 22px;
        font-size: 15px;
        line-height: 1.85;
        border-radius: 20px;
    }

    .blog-post__content > p:first-child {
        font-size: 17px;
    }

    .blog-post__content h2 { font-size: 25px; }
    .blog-post__content h3 { font-size: 21px; }

    .blog-post__aside {
        position: static;
    }
}
