:root {
    --ink: #201b38;
    --muted: #68647b;
    --purple: #6d4aff;
    --purple-dark: #4a28d9;
    --blue: #4068ff;
    --lavender: #f4f2fb;
    --lavender-2: #ebe7fa;
    --aqua: #55e4da;
    --panel: #27273b;
    --white: #fff;
    --line: rgba(41, 32, 83, .12);
    --shadow: 0 22px 70px rgba(69, 48, 151, .14);
    --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #faf9fe; font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(250, 249, 254, .86); border-bottom: 1px solid rgba(42, 32, 84, .07); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; min-height: 78px; gap: 34px; }
.brand img { width: 138px; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a, .nav-login { color: #4f4a62; font-size: 14px; font-weight: 600; }
.main-nav a:hover, .nav-login:hover { color: var(--purple); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 14px 24px; color: #fff; background: linear-gradient(135deg, var(--purple), var(--blue)); border: 0; border-radius: 12px; box-shadow: 0 10px 24px rgba(91, 69, 238, .24); font-size: 15px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(91, 69, 238, .3); }
.button--small { min-height: 44px; padding: 10px 18px; font-size: 13px; }
.button--dark { background: var(--ink); box-shadow: none; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; background: transparent; border: 0; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 2px; }

.hero { position: relative; overflow: hidden; padding: 84px 0 44px; background: radial-gradient(circle at 72% 15%, rgba(105, 74, 255, .13), transparent 28%), linear-gradient(180deg, #fcfbff 0%, #f7f5fc 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; min-height: 590px; gap: 50px; }
.hero-copy { padding-bottom: 30px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--purple); font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.eyebrow-dot { width: 8px; height: 8px; background: var(--aqua); border-radius: 50%; box-shadow: 0 0 0 6px rgba(85, 228, 218, .16); }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; }
.hero h1 { max-width: 620px; margin: 22px 0 24px; font-size: clamp(48px, 5.6vw, 78px); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--purple); }
.hero-copy > p { max-width: 535px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { color: var(--ink); font-size: 14px; font-weight: 700; }
.text-link i { margin-left: 6px; color: var(--purple); }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.hero-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero-note strong { color: var(--ink); }
.avatar-stack { display: flex; }
.avatar-stack i { width: 31px; height: 31px; margin-left: -8px; border: 3px solid #fff; border-radius: 50%; background: linear-gradient(135deg, #8a71ff, #d7d0ff); }
.avatar-stack i:first-child { margin-left: 0; background: linear-gradient(135deg, #56ddd2, #d0fff9); }
.avatar-stack i:last-child { background: linear-gradient(135deg, #ffb17b, #ffe0ca); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb--one { top: 90px; right: -100px; width: 280px; height: 280px; background: rgba(97, 74, 255, .09); }
.hero-orb--two { bottom: 70px; left: -80px; width: 190px; height: 190px; background: rgba(85, 228, 218, .08); }

.phone-stage { position: relative; height: 610px; }
.glow { position: absolute; top: 50%; left: 52%; width: 440px; height: 440px; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(101, 75, 255, .32), rgba(101, 75, 255, 0) 67%); border-radius: 50%; }
.phone { position: absolute; overflow: hidden; width: 220px; height: 448px; background: #15131e; border: 8px solid #17151e; border-radius: 38px; box-shadow: 0 25px 55px rgba(29, 22, 61, .24); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-speaker { position: absolute; z-index: 4; top: 8px; left: 50%; width: 72px; height: 19px; transform: translateX(-50%); background: #17151e; border-radius: 12px; }
.phone--back { top: 45px; right: 20px; transform: rotate(6deg); opacity: .94; }
.phone--middle { top: 90px; left: 48%; transform: translateX(-50%) rotate(1deg); }
.phone--front { z-index: 3; bottom: 18px; left: 40px; transform: rotate(-4deg); background: linear-gradient(160deg, #4c2fd0, #674dff 55%, #2d1f82); }
.mini-profile { display: flex; flex-direction: column; align-items: center; height: 100%; padding: 58px 18px 20px; color: #fff; text-align: center; background: radial-gradient(circle at top right, rgba(85, 228, 218, .32), transparent 33%); }
.mini-avatar { display: grid; place-items: center; width: 76px; height: 76px; margin-bottom: 17px; color: var(--purple-dark); background: #fff; border-radius: 50%; font: 800 24px "Manrope"; box-shadow: 0 10px 25px rgba(21, 14, 70, .28); }
.mini-kicker { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; opacity: .72; }
.mini-profile h2 { margin: 8px 0 4px; font-size: 23px; line-height: 1.04; }
.mini-profile p { margin: 0 0 20px; font-size: 11px; opacity: .78; }
.mini-profile a { width: 100%; margin-bottom: 10px; padding: 12px; color: var(--ink); background: #fff; border-radius: 10px; font-size: 11px; font-weight: 700; box-shadow: 0 8px 17px rgba(21, 14, 70, .13); }
.floating-card { position: absolute; z-index: 5; padding: 12px 15px; background: rgba(255, 255, 255, .94); border: 1px solid rgba(255,255,255,.7); border-radius: 12px; box-shadow: 0 16px 35px rgba(43, 31, 93, .18); backdrop-filter: blur(10px); font-size: 12px; font-weight: 700; }
.floating-card--top { top: 57px; left: 0; color: var(--purple); }
.floating-card--top i { margin-right: 7px; }
.floating-card--bottom { right: -6px; bottom: 85px; display: flex; align-items: center; gap: 9px; }
.floating-card--bottom strong { color: var(--purple); font: 800 30px "Manrope"; }
.floating-card--bottom span { color: var(--muted); font-size: 10px; line-height: 1.25; }
.trust-strip { display: flex; align-items: center; gap: 42px; padding: 24px 0 10px; border-top: 1px solid var(--line); }
.trust-strip > p { width: 190px; margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.trust-items { display: flex; flex: 1; justify-content: space-between; gap: 22px; color: #9b97a9; }
.trust-items span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.trust-items i { font-size: 19px; }

.value-section { padding-top: 72px; }
.value-panel { position: relative; overflow: hidden; padding: 78px 72px 68px; color: #fff; background: var(--panel); border-radius: 34px; box-shadow: var(--shadow); }
.value-lines { position: absolute; right: -120px; bottom: -230px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.section-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-heading h2 { margin: 13px 0 16px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { max-width: 660px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.7; }
.section-heading--light { position: relative; z-index: 2; }
.section-heading--light p { color: #bbb9c8; }
.eyebrow--light { color: var(--aqua); }
.value-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 62px; }
.value-grid article { padding-right: 24px; }
.icon-box { display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 24px; color: var(--aqua); background: rgba(85, 228, 218, .1); border: 1px solid rgba(85, 228, 218, .22); border-radius: 16px; font-size: 22px; }
.value-grid h3 { margin-bottom: 10px; font-size: 18px; }
.value-grid p { margin: 0; color: #aaa8b9; font-size: 14px; line-height: 1.65; }

.features { background: linear-gradient(180deg, #faf9fe, #f4f1fb); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 970px; margin: 0 auto; }
.feature-card { display: flex; align-items: flex-start; gap: 20px; min-height: 126px; padding: 25px 28px; background: #fff; border: 1px solid rgba(72, 51, 151, .07); border-radius: 18px; box-shadow: 0 8px 28px rgba(48, 32, 106, .045); transition: transform .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(48, 32, 106, .09); }
.feature-card > span { display: grid; place-items: center; flex: 0 0 auto; width: 45px; height: 45px; color: #fff; background: linear-gradient(135deg, var(--purple), var(--blue)); border-radius: 13px; }
.feature-card h3 { margin-bottom: 7px; font-size: 16px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.showcase { background: #f4f1fb; }
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.showcase-visual { position: relative; min-height: 470px; }
.dashboard-card { position: absolute; top: 30px; left: 0; width: 390px; padding: 24px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); }
.dashboard-head { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.dashboard-head strong { color: var(--ink); }
.dashboard-chart { display: flex; align-items: flex-end; height: 145px; gap: 15px; margin-top: 22px; padding: 15px 15px 0; background: linear-gradient(180deg, rgba(109,74,255,.09), transparent); border-bottom: 1px solid var(--line); }
.dashboard-chart i { flex: 1; height: 40%; background: linear-gradient(180deg, #7760ff, #b9adff); border-radius: 8px 8px 0 0; }
.dashboard-chart i:nth-child(2) { height: 58%; }.dashboard-chart i:nth-child(3) { height: 48%; }.dashboard-chart i:nth-child(4) { height: 78%; }.dashboard-chart i:nth-child(5) { height: 65%; }.dashboard-chart i:nth-child(6) { height: 88%; }.dashboard-chart i:nth-child(7) { height: 72%; }
.dashboard-stats { display: flex; gap: 30px; margin-top: 20px; color: var(--muted); font-size: 10px; }
.dashboard-stats strong { display: block; color: var(--ink); font-size: 14px; }
.profile-card { position: absolute; right: 0; bottom: 0; width: 235px; min-height: 315px; padding: 31px 22px; color: #fff; background: linear-gradient(155deg, #6f51ff, #2d206f); border: 7px solid #fff; border-radius: 24px; box-shadow: var(--shadow); text-align: center; transform: rotate(3deg); }
.profile-card__avatar { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 14px; color: var(--purple); background: #fff; border-radius: 50%; font: 800 23px "Manrope"; }
.profile-card strong { display: block; font: 700 17px "Manrope"; }
.profile-card span { display: block; margin: 4px 0 20px; font-size: 10px; opacity: .75; }
.profile-card i { display: block; height: 35px; margin-top: 10px; background: rgba(255,255,255,.95); border-radius: 8px; }
.showcase-copy h2 { margin: 13px 0 19px; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.showcase-copy > p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.showcase-copy ul { padding: 0; margin: 28px 0 34px; list-style: none; }
.showcase-copy li { margin: 13px 0; color: #4f4b62; font-size: 14px; }
.showcase-copy li i { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 9px; color: var(--purple); background: #e9e4ff; border-radius: 50%; font-size: 9px; }

.steps { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { position: relative; overflow: hidden; min-height: 260px; padding: 36px; background: var(--lavender); border-radius: 22px; }
.step:nth-child(2) { background: #ece9ff; }.step:nth-child(3) { background: #e7f8f6; }
.step > span { display: block; margin-bottom: 52px; color: var(--purple); font: 800 13px "Manrope"; }
.step h3 { margin-bottom: 10px; font-size: 22px; }
.step p { margin: 0; color: var(--muted); line-height: 1.65; }
.step::after { content: ""; position: absolute; top: -50px; right: -50px; width: 140px; height: 140px; border: 1px solid rgba(109, 74, 255, .13); border-radius: 50%; box-shadow: 0 0 0 24px rgba(109, 74, 255, .045); }

.final-cta { padding-top: 42px; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; min-height: 330px; padding: 64px 70px; color: #fff; background: linear-gradient(120deg, #27263a 0%, #302653 62%, #4428a8 100%); border-radius: 32px; box-shadow: var(--shadow); }
.cta-panel h2 { margin: 14px 0 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.02; letter-spacing: -.05em; }
.cta-circle { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 0 0 auto; width: 150px; height: 150px; color: var(--ink); background: var(--aqua); border-radius: 50%; font-weight: 800; transition: transform .25s ease; }
.cta-circle:hover { transform: rotate(-5deg) scale(1.05); }
.cta-circle i { margin-bottom: 10px; font-size: 20px; }

.site-footer { padding: 60px 0 38px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 55px; }
.footer-grid img { width: 126px; margin-bottom: 12px; }
.footer-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-grid nav { display: flex; gap: 24px; color: #565168; font-size: 13px; font-weight: 700; }
.copyright { white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1020px) {
    .main-nav { display: none; position: absolute; top: 70px; right: 20px; left: 20px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 13px 14px; }
    .menu-toggle { display: block; margin-left: auto; }
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-actions, .hero-note { justify-content: center; }
    .phone-stage { width: min(650px, 100%); margin: -30px auto 0; }
    .trust-strip { flex-direction: column; align-items: flex-start; }
    .trust-strip > p { width: auto; }
    .trust-items { width: 100%; flex-wrap: wrap; }
    .showcase-grid { grid-template-columns: 1fr; gap: 60px; }
    .showcase-visual { width: min(570px, 100%); margin: 0 auto; }
    .showcase-copy { max-width: 700px; margin: 0 auto; text-align: center; }
    .showcase-copy ul { display: inline-block; text-align: left; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 28px, 620px); }
    .section { padding: 76px 0; }
    .nav-wrap { min-height: 68px; }
    .brand img { width: 112px; }
    .nav-actions .nav-login { display: none; }
    .nav-actions .button { display: none; }
    .hero { padding-top: 62px; }
    .hero-grid { min-height: auto; gap: 28px; }
    .hero h1 { font-size: clamp(45px, 14vw, 65px); }
    .hero-copy > p { font-size: 16px; }
    .hero-actions { flex-direction: column; gap: 18px; }
    .hero-actions .button { width: 100%; max-width: 310px; }
    .phone-stage { height: 515px; transform: scale(.88); transform-origin: top center; margin-bottom: -55px; }
    .phone { width: 185px; height: 385px; border-width: 6px; border-radius: 30px; }
    .phone--front { left: 5px; }.phone--back { right: 0; }.phone--middle { left: 54%; }
    .floating-card--top { left: -5px; }.floating-card--bottom { right: -10px; }
    .trust-items { display: grid; grid-template-columns: repeat(2, 1fr); }
    .value-panel { padding: 58px 26px 48px; border-radius: 24px; }
    .value-grid, .steps-grid { grid-template-columns: 1fr; }
    .value-grid article { padding: 0; text-align: center; }
    .icon-box { margin-inline: auto; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { padding: 22px; }
    .showcase-visual { min-height: 390px; transform: scale(.86); transform-origin: left top; margin-bottom: -55px; }
    .dashboard-card { width: 350px; }
    .profile-card { width: 205px; }
    .cta-panel { flex-direction: column; align-items: flex-start; gap: 45px; padding: 48px 28px; }
    .cta-circle { align-self: flex-end; width: 125px; height: 125px; }
    .footer-grid { grid-template-columns: 1fr; align-items: start; gap: 28px; }
    .footer-grid nav { flex-wrap: wrap; }
}

@media (max-width: 430px) {
    .phone-stage { width: 112%; margin-left: -6%; transform: scale(.76); margin-bottom: -105px; }
    .hero-note { align-items: flex-start; text-align: left; }
    .trust-items { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
    .section-heading h2 { font-size: 34px; }
    .showcase-visual { width: 116%; transform: scale(.72); margin-right: -16%; margin-bottom: -115px; }
}
