:root {
    --ink: #111329;
    --ink-soft: #525874;
    --purple: #5547e8;
    --purple-dark: #3729bb;
    --purple-soft: #eeecff;
    --blue: #4c75ff;
    --mint: #26b99a;
    --peach: #ff9a76;
    --line: #e5e7f1;
    --surface: #ffffff;
    --surface-soft: #f5f6fb;
    --page: #fbfbfe;
    --dark: #17152d;
    --shadow-sm: 0 12px 34px rgba(30, 31, 66, .08);
    --shadow-lg: 0 30px 90px rgba(36, 29, 99, .18);
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 32px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 105px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--page);
    font-family: "Manrope", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

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

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

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

:focus-visible {
    outline: 3px solid #6d5fff;
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    z-index: 200;
    top: 12px;
    left: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    color: #fff;
    background: var(--ink);
    transform: translateY(-150%);
    transition: transform .2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.shell {
    width: min(1216px, calc(100% - 48px));
    margin-inline: auto;
}

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

.site-header {
    position: fixed;
    z-index: 100;
    top: 16px;
    left: 50%;
    width: min(1216px, calc(100% - 32px));
    transform: translateX(-50%);
}

.nav-shell {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    min-height: 66px;
    padding: 8px 9px 8px 14px;
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: 22px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 16px 50px rgba(28, 29, 71, .1);
    backdrop-filter: blur(20px);
    transition: box-shadow .25s ease, background .25s ease;
}

.site-header.is-scrolled .nav-shell {
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 50px rgba(28, 29, 71, .15);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
}

.brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(135deg, #6456ef, #4334ce);
    box-shadow: 0 10px 24px rgba(85, 71, 232, .28);
}

.brand-mark img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.brand-name {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.03em;
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.desktop-nav a {
    padding: 10px 13px;
    border-radius: 12px;
    color: #4c506b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    transition: color .2s ease, background .2s ease;
}

.desktop-nav a:hover {
    color: var(--ink);
    background: #f1f1f8;
}

.desktop-nav a.is-active {
    color: var(--purple-dark);
    background: var(--purple-soft);
    box-shadow: inset 0 0 0 1px rgba(85, 71, 232, .08);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-login {
    padding: 10px 12px;
    color: #4d516c;
    font-size: 14px;
    font-weight: 700;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 19px;
    border: 1px solid transparent;
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

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

.button-primary,
.button-nav {
    color: #fff;
    background: linear-gradient(135deg, #6457f0, #4c3cda);
    box-shadow: 0 12px 28px rgba(85, 71, 232, .24);
}

.button-primary:hover,
.button-nav:hover {
    box-shadow: 0 16px 35px rgba(85, 71, 232, .32);
}

.button-secondary {
    border-color: #dddfea;
    color: var(--ink);
    background: rgba(255, 255, 255, .8);
}

.button-white {
    color: var(--purple-dark);
    background: #fff;
    box-shadow: 0 12px 30px rgba(18, 14, 61, .18);
}

.button-large {
    min-height: 56px;
    padding-inline: 24px;
    border-radius: 16px;
    font-size: 15px;
}

.menu-button {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 13px;
    background: #f1f1f8;
    cursor: pointer;
}

.menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 5px auto;
    border-radius: 2px;
    background: var(--ink);
    transition: transform .2s ease;
}

.menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-menu {
    display: none;
}

.noscript-nav {
    position: relative;
    z-index: 5;
    display: flex;
    width: min(1216px, calc(100% - 32px));
    margin: 98px auto -74px;
    padding: 12px;
    flex-wrap: wrap;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.noscript-nav a {
    padding: 9px 12px;
    border-radius: 10px;
    color: var(--ink-soft);
    background: var(--surface-soft);
    font-size: 14px;
    font-weight: 700;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 160px 0 54px;
    background:
        radial-gradient(circle at 15% 15%, rgba(117, 102, 255, .14), transparent 30%),
        radial-gradient(circle at 88% 24%, rgba(105, 219, 211, .18), transparent 29%),
        linear-gradient(180deg, #f7f6ff 0%, #fbfbfe 72%);
}

.hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: .32;
    background-image: radial-gradient(rgba(73, 67, 125, .22) .7px, transparent .7px);
    background-size: 20px 20px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 78%);
    pointer-events: none;
}

.hero-orb {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.hero-orb-one {
    top: 120px;
    right: -140px;
    width: 410px;
    height: 410px;
    border: 1px solid rgba(85, 71, 232, .15);
}

.hero-orb-two {
    top: 240px;
    right: -40px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(38, 185, 154, .2);
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 62px;
    align-items: center;
}

.hero-copy {
    padding: 24px 0;
}

.eyebrow,
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 20px;
    color: var(--purple-dark);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.eyebrow {
    padding: 9px 13px;
    border: 1px solid rgba(85, 71, 232, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 8px 24px rgba(53, 48, 110, .06);
    letter-spacing: .035em;
    text-transform: none;
}

.eyebrow-dot {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 0 4px rgba(38, 185, 154, .15);
}

.hero h1 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(52px, 5.6vw, 78px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.065em;
}

.hero h1 span,
.section-heading h2 span,
.product-heading h2 span,
.ecosystem-copy h2 span,
.launch-heading h2 span,
.final-copy h2 span {
    color: var(--purple);
}

.hero-lead {
    max-width: 610px;
    margin: 26px 0 0;
    color: var(--ink-soft);
    font-size: 18px;
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 30px;
}

.hero-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 22px;
}

.hero-notes span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #686d85;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.hero-notes i {
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border-radius: 50%;
    color: #168b72;
    background: #ddf7ef;
    font-size: 10px;
    font-style: normal;
}

.hero-visual {
    position: relative;
    min-width: 0;
    padding: 48px 8px 48px 20px;
}

.hero-mascot {
    position: absolute;
    z-index: 3;
    right: -36px;
    bottom: 18px;
    width: 250px;
    max-width: none;
    height: auto;
    filter: drop-shadow(0 20px 24px rgba(23, 20, 80, .22));
    pointer-events: none;
    user-select: none;
}

.visual-glow {
    position: absolute;
    inset: 8% 5% 0 10%;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(96, 82, 235, .36), rgba(89, 221, 207, .27));
    filter: blur(58px);
}

.app-window {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 38px 110px rgba(45, 37, 112, .23), 0 8px 30px rgba(28, 29, 66, .08);
    transform: perspective(1100px) rotateY(-2.5deg) rotateX(1deg);
}

.app-window-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    min-height: 61px;
    padding: 10px 14px;
    border-bottom: 1px solid #e9eaf1;
}

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

.window-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d6d7e1;
}

.window-dots span:first-child {
    background: #ff997c;
}

.window-dots span:nth-child(2) {
    background: #f4ca66;
}

.window-dots span:last-child {
    background: #61cfae;
}

.window-date {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
    min-width: 0;
}

.window-date span {
    color: #85899d;
    font-size: 9px;
    font-weight: 700;
}

.window-date strong {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-window-top button,
.ui-page-head button {
    min-height: 33px;
    padding: 0 12px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: var(--purple);
    font-size: 9px;
    font-weight: 800;
}

.app-workspace {
    display: grid;
    grid-template-columns: 92px 1fr;
    min-height: 388px;
}

.demo-sidebar {
    padding: 14px 10px;
    border-right: 1px solid #e9eaf1;
    background: #fafaff;
}

.demo-brand {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 22px;
    font-size: 9px;
}

.demo-brand > span {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 7px;
    color: #fff;
    background: var(--purple);
    font-weight: 800;
}

.demo-nav-item {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 5px 0;
    padding: 8px 7px;
    border-radius: 8px;
    color: #8a8da0;
    font-size: 8px;
    font-weight: 700;
}

.demo-nav-item i {
    width: 9px;
    height: 9px;
    border: 1.5px solid currentColor;
    border-radius: 3px;
}

.demo-nav-item.active {
    color: var(--purple);
    background: #eceaff;
}

.demo-calendar {
    min-width: 0;
    padding: 15px 13px;
    background: #f7f8fc;
}

.demo-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.demo-summary > div {
    padding: 10px;
    border: 1px solid #ececf3;
    border-radius: 10px;
    background: #fff;
}

.demo-summary span,
.demo-summary strong {
    display: block;
}

.demo-summary span {
    color: #9699a9;
    font-size: 7px;
}

.demo-summary strong {
    margin-top: 3px;
    font-size: 15px;
}

.demo-days {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 10px;
}

.demo-day {
    min-width: 0;
    padding: 8px 7px 10px;
    border: 1px solid #e6e7ef;
    border-radius: 11px;
    background: #fff;
}

.demo-day.today {
    border-color: #a69ef5;
    box-shadow: inset 0 0 0 1px rgba(85, 71, 232, .08);
}

.demo-day-title {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 2px 2px 8px;
}

.demo-day-title span {
    color: #999bad;
    font-size: 7px;
    font-weight: 800;
}

.demo-day-title b {
    font-size: 11px;
}

.demo-day-title em {
    margin-left: auto;
    padding: 3px 4px;
    border-radius: 4px;
    color: var(--purple);
    background: var(--purple-soft);
    font-size: 5px;
    font-style: normal;
    font-weight: 800;
}

.demo-slot {
    margin: 6px 0;
    padding: 9px 8px;
    border-radius: 8px;
}

.demo-slot small,
.demo-slot strong,
.demo-slot span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.demo-slot small {
    font-size: 6px;
    font-weight: 800;
}

.demo-slot strong {
    margin: 3px 0;
    font-size: 7px;
}

.demo-slot span {
    color: #74778b;
    font-size: 6px;
}

.demo-slot.lavender {
    background: #eeecff;
}

.demo-slot.blue {
    background: #e7f0ff;
}

.demo-slot.mint {
    background: #e4f8f1;
}

.demo-slot.peach {
    background: #fff0e9;
}

.demo-free {
    padding: 18px 3px;
    color: #9a9dae;
    text-align: center;
    font-size: 7px;
}

.demo-free strong {
    color: #696d82;
}

.floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: 15px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 48px rgba(32, 31, 83, .15);
    backdrop-filter: blur(14px);
}

.booking-alert {
    right: -21px;
    bottom: 6px;
    min-width: 180px;
    padding: 12px 14px;
    animation: float-card 5s ease-in-out infinite;
}

.floating-icon {
    display: grid;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: var(--mint);
    font-weight: 800;
}

.booking-alert small,
.booking-alert strong,
.booking-alert p {
    display: block;
    margin: 0;
}

.booking-alert small {
    color: #999bad;
    font-size: 7px;
}

.booking-alert strong {
    margin: 2px 0;
    font-size: 10px;
}

.booking-alert p {
    color: #777b91;
    font-size: 8px;
}

.online-alert {
    top: 17px;
    left: -2px;
    max-width: 175px;
    padding: 10px 13px;
    animation: float-card 5.5s 1s ease-in-out infinite;
}

.online-alert > div {
    min-width: 0;
}

.online-alert strong,
.online-alert small {
    display: block;
}

.online-alert strong {
    font-size: 9px;
}

.online-alert small {
    margin-top: 2px;
    color: #83869a;
    font-size: 6px;
    line-height: 1.3;
}

.online-dot {
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border: 2px solid #d8f5ed;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 0 4px rgba(38, 185, 154, .12);
}

.hero-strip {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 36px;
    padding: 15px;
    border: 1px solid rgba(228, 228, 239, .8);
    border-radius: 24px;
    background: rgba(255, 255, 255, .74);
    box-shadow: 0 14px 40px rgba(35, 34, 79, .06);
    backdrop-filter: blur(16px);
}

.hero-strip > div {
    display: flex;
    min-height: 72px;
    padding: 12px 18px;
    align-items: center;
    gap: 12px;
    border-right: 1px solid var(--line);
}

.hero-strip > div:last-child {
    border-right: 0;
}

.hero-strip strong {
    flex: 0 0 auto;
    color: var(--purple);
    font-size: 18px;
    letter-spacing: -.04em;
}

.hero-strip span {
    color: #777b91;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.niche-band {
    overflow: hidden;
    padding: 20px 0;
    color: #fff;
    background: var(--ink);
}

.niche-track {
    display: flex;
    width: max-content;
    min-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 27px;
    padding: 0 24px;
}

.niche-track span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}

.niche-track i {
    color: #8579ff;
    font-style: normal;
}

.section-heading {
    max-width: 770px;
    margin-bottom: 52px;
}

.section-heading.centered {
    margin-inline: auto;
    text-align: center;
}

.section-heading h2,
.product-heading h2,
.ecosystem-copy h2,
.launch-heading h2,
.audience-copy h2,
.final-copy h2 {
    margin: 0;
    font-size: clamp(38px, 4.5vw, 61px);
    line-height: 1.08;
    letter-spacing: -.055em;
}

.section-heading > p:last-child {
    max-width: 610px;
    margin: 20px auto 0;
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.7;
}

.story-section {
    background: #fff;
}

.journey {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.journey-card {
    position: relative;
    min-height: 375px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: #fff;
    box-shadow: var(--shadow-sm);
    list-style: none;
}

.journey-card-accent {
    border-color: #d9d4ff;
    background: linear-gradient(160deg, #fbfaff, #efedff);
}

.journey-number {
    position: absolute;
    top: 20px;
    right: 22px;
    color: #bbbccb;
    font-size: 13px;
    font-weight: 800;
}

.journey-icon {
    position: relative;
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 48px;
    place-items: center;
    border-radius: 18px;
    color: var(--purple);
    background: var(--purple-soft);
}

.journey-icon-link span {
    position: absolute;
    width: 22px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 8px;
    transform: rotate(-36deg);
}

.journey-icon-link span:last-child {
    transform: translate(10px, -8px) rotate(-36deg);
}

.journey-icon-calendar::before {
    content: "";
    position: absolute;
    inset: 14px 13px 12px;
    border: 2px solid currentColor;
    border-radius: 7px;
}

.journey-icon-calendar::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 14px;
    width: 30px;
    border-top: 2px solid currentColor;
}

.journey-icon-calendar b {
    position: relative;
    z-index: 2;
    margin-top: 8px;
    font-size: 12px;
}

.journey-icon-check {
    color: #178d73;
    background: #def7ef;
    font-size: 24px;
    font-weight: 800;
}

.journey-card h3 {
    margin: 0;
    font-size: 22px;
    letter-spacing: -.035em;
}

.journey-card > p {
    margin: 12px 0 24px;
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.6;
}

.journey-preview {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

.link-preview {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid #ebebf2;
    border-radius: 13px;
    background: #f8f8fc;
}

.preview-avatar {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: var(--purple);
    font-size: 12px;
    font-weight: 800;
}

.link-preview strong,
.link-preview small {
    display: block;
}

.link-preview strong {
    font-size: 9px;
}

.link-preview small {
    margin-top: 3px;
    color: #9699aa;
    font-size: 7px;
}

.time-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.time-preview span {
    padding: 10px 4px;
    border: 1px solid #ddddec;
    border-radius: 10px;
    color: #73768a;
    background: rgba(255, 255, 255, .7);
    text-align: center;
    font-size: 9px;
    font-weight: 700;
}

.time-preview span.selected {
    border-color: var(--purple);
    color: #fff;
    background: var(--purple);
    box-shadow: 0 8px 20px rgba(85, 71, 232, .24);
}

.status-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 13px;
    border: 1px solid #dbeee8;
    border-radius: 13px;
    background: #f0fbf7;
    font-size: 9px;
}

.status-preview span {
    color: #777d8d;
}

.status-preview strong {
    padding: 6px 8px;
    border-radius: 7px;
    color: #147961;
    background: #d7f3e9;
}

.product-section {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 6%, rgba(96, 83, 235, .24), transparent 28%),
        radial-gradient(circle at 10% 100%, rgba(39, 185, 155, .12), transparent 26%),
        var(--dark);
}

.product-heading {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 50px;
}

.product-heading h2 span {
    color: #968cff;
}

.product-heading > p {
    margin: 0 0 5px;
    color: #b8b8c9;
    font-size: 16px;
    line-height: 1.65;
}

.section-label-light {
    color: #aaa2ff;
}

.product-showcase {
    display: grid;
    grid-template-columns: 286px minmax(0, 1fr);
    gap: 20px;
}

.product-tabs {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.product-tab {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0;
    min-height: 85px;
    padding: 14px 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 16px;
    color: #c5c4d0;
    background: rgba(255, 255, 255, .045);
    cursor: pointer;
    text-align: left;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.product-tab:hover {
    transform: translateX(3px);
    background: rgba(255, 255, 255, .075);
}

.product-tab strong,
.product-tab small {
    display: block;
}

.product-tab strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}

.product-tab small {
    margin-top: 6px;
    color: #8f8e9e;
    font-size: 13px;
    line-height: 1.35;
}

.product-tab.is-active {
    border-color: rgba(150, 140, 255, .4);
    background: linear-gradient(135deg, rgba(108, 91, 245, .22), rgba(255, 255, 255, .07));
    box-shadow: inset 3px 0 0 #8c80ff;
}

.product-screen {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    background: #f8f9fc;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.screen-toolbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 47px;
    padding: 0 14px;
    border-bottom: 1px solid #e6e7ef;
    color: #777b8e;
    background: #fff;
}

.screen-toolbar > div {
    display: flex;
    gap: 5px;
}

.screen-toolbar > div span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #dbdce4;
}

.screen-toolbar > div span:first-child {
    background: #ff927a;
}

.screen-toolbar > div span:nth-child(2) {
    background: #f3c762;
}

.screen-toolbar > div span:last-child {
    background: #54cba8;
}

.screen-toolbar small {
    font-size: 8px;
    font-weight: 700;
}

.screen-toolbar b {
    justify-self: end;
    padding: 4px 7px;
    border-radius: 6px;
    color: #16846a;
    background: #e3f8f0;
    font-size: 7px;
}

.product-ui {
    display: grid;
    grid-template-columns: 53px minmax(0, 1fr);
    min-height: 470px;
    color: var(--ink);
    background: #f6f7fb;
}

.product-ui-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 14px;
    border-right: 1px solid #e5e6ee;
    background: #fff;
}

.product-ui-logo {
    display: grid;
    width: 27px;
    height: 27px;
    margin-bottom: 11px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: var(--purple);
    font-size: 10px;
    font-weight: 800;
}

.product-ui-sidebar > span {
    width: 18px;
    height: 18px;
    border: 1.5px solid #b8bac8;
    border-radius: 5px;
}

.product-ui-sidebar > span.is-active {
    border-color: var(--purple);
    background: #eceaff;
    box-shadow: inset 0 0 0 4px #eceaff;
}

.product-panel {
    min-width: 0;
    padding: 18px 20px 16px;
    animation: panel-in .35s ease;
}

.product-panel[hidden] {
    display: none;
}

.ui-page-head {
    display: flex;
    min-height: 43px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ui-page-head small,
.ui-page-head strong {
    display: block;
}

.ui-page-head small {
    color: #9295a6;
    font-size: 6px;
    font-weight: 800;
    letter-spacing: .08em;
}

.ui-page-head strong {
    margin-top: 2px;
    font-size: 18px;
    letter-spacing: -.04em;
}

.ui-stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 14px;
}

.ui-stat-row > div {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 10px 11px;
    border: 1px solid #e6e7ee;
    border-radius: 10px;
    background: #fff;
}

.ui-stat-row span {
    grid-column: 1 / -1;
    color: #979aab;
    font-size: 6px;
}

.ui-stat-row strong {
    margin-top: 2px;
    font-size: 14px;
}

.ui-stat-row i {
    align-self: end;
    color: #5d62a0;
    font-size: 6px;
    font-style: normal;
}

.ui-calendar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    margin-top: 10px;
}

.ui-calendar > div {
    min-width: 0;
    min-height: 270px;
    padding: 7px;
    border: 1px solid #e5e6ed;
    border-radius: 10px;
    background: #fff;
}

.ui-calendar > div.is-today {
    border-color: #9d94f3;
    box-shadow: inset 0 0 0 1px rgba(85, 71, 232, .08);
}

.ui-calendar header {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px 2px 8px;
    color: #878a9e;
}

.ui-calendar header b {
    font-size: 7px;
}

.ui-calendar header span {
    color: var(--ink);
    font-size: 10px;
    font-weight: 800;
}

.ui-calendar header em {
    margin-left: auto;
    padding: 3px 4px;
    border-radius: 4px;
    color: var(--purple);
    background: var(--purple-soft);
    font-size: 5px;
    font-style: normal;
    font-weight: 800;
}

.ui-calendar article {
    margin: 5px 0;
    padding: 9px 7px;
    border-left: 2px solid currentColor;
    border-radius: 7px;
}

.ui-calendar article.purple {
    color: #6658dc;
    background: #efedff;
}

.ui-calendar article.green {
    color: #188b70;
    background: #e5f8f2;
}

.ui-calendar article.blue {
    color: #4373d6;
    background: #e9f1ff;
}

.ui-calendar article.orange {
    color: #cb6d48;
    background: #fff0e9;
}

.ui-calendar article small,
.ui-calendar article strong,
.ui-calendar article span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-calendar article small {
    font-size: 6px;
    font-weight: 800;
}

.ui-calendar article strong {
    margin: 3px 0;
    color: var(--ink);
    font-size: 7px;
}

.ui-calendar article span {
    color: #7e8193;
    font-size: 6px;
}

.ui-calendar > div > p {
    margin: 10px 0;
    color: #aaacb9;
    font-size: 6px;
    text-align: center;
}

.ui-schedule-legend {
    display: flex;
    gap: 16px;
    margin: 17px 0 11px;
    color: #7e8192;
    font-size: 7px;
}

.ui-schedule-legend span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ui-schedule-legend i {
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: #dedafc;
}

.ui-schedule-legend span:last-child i {
    background: #eff0f4;
}

.ui-schedule {
    overflow: hidden;
    border: 1px solid #e5e6ed;
    border-radius: 11px;
    background: #fff;
}

.schedule-row {
    display: grid;
    grid-template-columns: 1.45fr repeat(5, 1fr);
    align-items: center;
    min-height: 70px;
    border-top: 1px solid #edecf2;
}

.schedule-row:first-child {
    border-top: 0;
}

.schedule-row > * {
    min-width: 0;
    padding: 8px 6px;
    text-align: center;
}

.schedule-row > strong {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-left: 11px;
    text-align: left;
    font-size: 8px;
}

.schedule-head {
    min-height: 34px;
    color: #888b9d;
    background: #f6f7fa;
    font-size: 6px;
    font-weight: 800;
}

.schedule-head > strong {
    font-size: 6px;
}

.avatar {
    display: grid;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 8px;
    font-size: 7px;
    font-style: normal;
}

.avatar-one {
    color: #594acb;
    background: #e8e5ff;
}

.avatar-two {
    color: #13856b;
    background: #e0f5ee;
}

.avatar-three {
    color: #c66c48;
    background: #ffede5;
}

.schedule-row .shift,
.schedule-row .off {
    justify-self: center;
    width: calc(100% - 10px);
    padding: 8px 3px;
    border-radius: 7px;
    font-size: 6px;
    font-weight: 800;
}

.schedule-row .shift {
    color: #5e51ce;
    background: #eceaff;
}

.schedule-row .off {
    color: #a5a7b4;
    background: #f3f4f7;
}

.ui-status {
    padding: 7px 9px;
    border-radius: 7px;
    color: #187b64;
    background: #dff6ee;
    font-size: 7px;
    font-weight: 800;
}

.ui-status-soft {
    color: #5a50be;
    background: #eceaff;
}

.ui-booking {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 12px;
    margin-top: 18px;
}

.ui-form,
.ui-booking-summary {
    padding: 15px;
    border: 1px solid #e4e5ec;
    border-radius: 12px;
    background: #fff;
}

.ui-form > label,
.ui-form > div {
    display: grid;
    gap: 7px;
    margin-bottom: 10px;
}

.ui-form > div {
    grid-template-columns: 1fr 1fr;
}

.ui-form label {
    display: block;
    padding: 10px;
    border: 1px solid #e7e8ef;
    border-radius: 9px;
    background: #fafbfc;
}

.ui-form label span,
.ui-form label strong,
.ui-form label small {
    display: block;
}

.ui-form label span {
    color: #9699aa;
    font-size: 6px;
}

.ui-form label strong {
    margin-top: 4px;
    font-size: 8px;
}

.ui-form label small {
    margin-top: 3px;
    color: #85889a;
    font-size: 6px;
}

.ui-booking-summary {
    display: flex;
    flex-direction: column;
}

.ui-booking-summary > small {
    color: #9295a7;
    font-size: 7px;
}

.ui-booking-summary > strong {
    margin: 4px 0 20px;
    font-size: 24px;
    letter-spacing: -.05em;
}

.ui-booking-summary > span {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 5px 0;
    color: #6d7184;
    font-size: 6px;
}

.ui-booking-summary > span i {
    display: grid;
    width: 14px;
    height: 14px;
    place-items: center;
    border-radius: 5px;
    color: #15846a;
    background: #e1f6ee;
    font-size: 7px;
    font-style: normal;
    font-weight: 800;
}

.ui-booking-summary button {
    min-height: 34px;
    margin-top: auto;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: var(--purple);
    font-size: 7px;
    font-weight: 800;
}

.ui-settings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
}

.ui-settings article {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: 116px;
    padding: 13px;
    border: 1px solid #e4e5ec;
    border-radius: 12px;
    background: #fff;
}

.ui-settings article > i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    color: var(--purple);
    background: var(--purple-soft);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.ui-settings article strong,
.ui-settings article span {
    display: block;
}

.ui-settings article strong {
    font-size: 9px;
}

.ui-settings article span {
    margin-top: 4px;
    color: #8c8fa0;
    font-size: 6px;
}

.ui-settings article b {
    padding: 6px 7px;
    border-radius: 7px;
    color: #5851ad;
    background: #f0effb;
    font-size: 6px;
}

.screen-caption {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    border-top: 1px solid #e5e6ed;
    color: #696d81;
    background: #fff;
}

.screen-caption p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.caption-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 0 4px rgba(38, 185, 154, .12);
}

.ecosystem-section {
    overflow: hidden;
    background: #fff;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 80px;
    align-items: center;
}

.ecosystem-copy > p:not(.section-label) {
    max-width: 490px;
    margin: 24px 0 0;
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.75;
}

.ecosystem-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 31px;
}

.text-link {
    color: var(--purple-dark);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.text-link span {
    margin-left: 5px;
}

.ecosystem-visual {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 590px;
    padding: 45px 24px;
}

.ecosystem-visual::before {
    content: "";
    position: absolute;
    inset: 7% 1%;
    border-radius: 46%;
    background: radial-gradient(circle, rgba(91, 77, 232, .17), rgba(89, 217, 201, .1) 40%, transparent 68%);
    filter: blur(12px);
}

.phone-card {
    position: relative;
    z-index: 2;
    min-width: 0;
    min-height: 445px;
    padding: 14px 14px 20px;
    overflow: hidden;
    border: 7px solid #fff;
    border-radius: 31px;
    background: #f8f8fc;
    box-shadow: 0 25px 62px rgba(42, 39, 94, .16);
}

.phone-client {
    transform: rotate(-3deg) translateY(13px);
}

.phone-business {
    transform: rotate(3deg) translateY(-9px);
}

.phone-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 24px;
    padding: 0 5px;
}

.phone-top span {
    width: 24px;
    height: 7px;
    border-radius: 6px;
    background: #17182b;
}

.phone-top small {
    font-size: 7px;
    font-weight: 800;
}

.phone-top i {
    width: 18px;
}

.phone-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 13px 0 17px;
}

.phone-logo {
    display: grid;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: var(--purple);
    font-size: 13px;
    font-weight: 800;
}

.phone-brand small,
.phone-brand strong {
    display: block;
}

.phone-brand small {
    color: #9699aa;
    font-size: 6px;
}

.phone-brand strong {
    margin-top: 3px;
    font-size: 9px;
}

.phone-search {
    padding: 11px;
    border: 1px solid #e8e8ef;
    border-radius: 11px;
    color: #a0a2b0;
    background: #fff;
    font-size: 7px;
}

.phone-service {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 10px;
    margin-top: 10px;
    padding: 9px;
    border: 1px solid #ededf3;
    border-radius: 13px;
    background: #fff;
}

.service-photo {
    height: 52px;
    border-radius: 10px;
}

.service-photo-one {
    background:
        radial-gradient(circle at 68% 30%, #ffc99d 0 12%, transparent 13%),
        linear-gradient(145deg, #8e80ef, #d5cbff);
}

.service-photo-two {
    background:
        radial-gradient(circle at 35% 40%, #9ee3d3 0 16%, transparent 17%),
        linear-gradient(145deg, #dff8f2, #8fd8cb);
}

.phone-service > div:last-child {
    align-self: center;
    min-width: 0;
}

.phone-service strong,
.phone-service span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phone-service strong {
    font-size: 8px;
}

.phone-service span {
    margin-top: 4px;
    color: #8a8d9f;
    font-size: 6px;
}

.phone-label {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 10px;
    border-radius: 10px;
    color: var(--purple);
    background: #eceaff;
    text-align: center;
    font-size: 7px;
    font-weight: 800;
}

.business-greeting {
    padding: 16px 3px 12px;
}

.business-greeting small,
.business-greeting strong {
    display: block;
}

.business-greeting small {
    color: #9598a9;
    font-size: 7px;
}

.business-greeting strong {
    margin-top: 4px;
    font-size: 14px;
}

.business-stat {
    padding: 13px;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #6456ef, #4938cf);
}

.business-stat > span {
    font-size: 7px;
    opacity: .78;
}

.business-stat > strong {
    display: block;
    margin: 4px 0 9px;
    font-size: 20px;
}

.business-stat > div {
    height: 5px;
    overflow: hidden;
    border-radius: 5px;
    background: rgba(255, 255, 255, .24);
}

.business-stat > div i {
    display: block;
    width: 78%;
    height: 100%;
    border-radius: inherit;
    background: #fff;
}

.business-booking {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 9px;
    margin-top: 10px;
    padding: 11px;
    border: 1px solid #e8e8ef;
    border-radius: 11px;
    background: #fff;
}

.business-booking > b {
    color: var(--purple);
    font-size: 8px;
}

.business-booking strong,
.business-booking span {
    display: block;
}

.business-booking strong {
    font-size: 8px;
}

.business-booking span {
    margin-top: 3px;
    color: #8c8f9f;
    font-size: 6px;
}

.business-booking > i {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 7px;
    color: #11836a;
    background: #dff5ed;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
}

.ecosystem-connector {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
}

.ecosystem-connector span {
    width: 16px;
    border-top: 1px dashed #aaa4e7;
}

.ecosystem-connector b {
    display: grid;
    width: 37px;
    height: 37px;
    place-items: center;
    border: 1px solid #d9d5ff;
    border-radius: 50%;
    color: var(--purple);
    background: #fff;
    box-shadow: 0 10px 25px rgba(47, 41, 108, .12);
    font-size: 14px;
}

.sync-pill {
    position: absolute;
    z-index: 5;
    bottom: 32px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid #fff;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 35px rgba(37, 35, 85, .14);
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 11px;
    font-weight: 800;
}

.sync-pill span {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--mint);
}

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

.bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.bento-card {
    position: relative;
    min-height: 290px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #e4e5ed;
    border-radius: var(--radius-md);
    background: #fff;
    box-shadow: 0 10px 30px rgba(31, 31, 67, .045);
}

.bento-card h3 {
    margin: 10px 0 0;
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: -.045em;
}

.bento-card > p,
.bento-copy p {
    max-width: 370px;
    margin: 12px 0 0;
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.6;
}

.bento-kicker {
    color: var(--purple);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.bento-calendar {
    grid-column: span 7;
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    align-items: center;
    gap: 24px;
    min-height: 360px;
}

.bento-team {
    grid-column: span 5;
    color: #fff;
    background: linear-gradient(150deg, #6254eb, #4434c6);
}

.bento-team .bento-kicker,
.bento-team > p {
    color: rgba(255, 255, 255, .72);
}

.bento-link,
.bento-notify,
.bento-payment {
    grid-column: span 4;
}

.bento-service {
    grid-column: span 8;
}

.bento-icon {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 25px;
    place-items: center;
    border-radius: 14px;
    color: var(--purple);
    background: var(--purple-soft);
    font-size: 21px;
    font-weight: 800;
}

.bento-team .bento-icon {
    color: #fff;
    background: rgba(255, 255, 255, .16);
}

.mini-week {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    align-self: stretch;
    padding: 10px;
    border: 1px solid #e5e6ed;
    border-radius: 15px;
    background: #f7f8fb;
    transform: rotate(2deg);
}

.mini-week > div {
    padding: 8px 5px;
    border: 1px solid #ebeaf1;
    border-radius: 9px;
    background: #fff;
}

.mini-week > div.active {
    border-color: #9d93ef;
}

.mini-week span {
    display: block;
    margin-bottom: 11px;
    color: #85899c;
    font-size: 6px;
    font-weight: 800;
}

.mini-week i {
    display: block;
    height: 28px;
    margin: 5px 0;
    border-radius: 6px;
    background: #e8f1ff;
}

.mini-week i.long {
    height: 46px;
}

.mini-week i.short {
    height: 18px;
}

.mini-week i.violet {
    background: #eae7ff;
}

.mini-week i.mint {
    background: #dff6ef;
}

.team-faces {
    position: absolute;
    right: 26px;
    bottom: 25px;
    display: flex;
    align-items: center;
}

.team-faces span,
.team-faces i {
    display: grid;
    width: 43px;
    height: 43px;
    margin-left: -8px;
    place-items: center;
    border: 3px solid #5141d3;
    border-radius: 50%;
    color: #4e40c7;
    background: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.team-faces span:nth-child(2) {
    color: #167a66;
    background: #dff6ef;
}

.team-faces span:nth-child(3) {
    color: #b85c3d;
    background: #ffeadf;
}

.team-faces i {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.link-card {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 7px 7px 12px;
    border: 1px solid #e5e5ed;
    border-radius: 11px;
    background: #f8f8fb;
}

.link-card span {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    color: #74778a;
    font-size: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link-card button {
    min-height: 30px;
    padding: 0 8px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: var(--purple);
    font-size: 6px;
    font-weight: 800;
}

.bento-notify {
    color: #fff;
    background: var(--ink);
}

.bento-notify .bento-kicker,
.bento-notify > p {
    color: rgba(255, 255, 255, .67);
}

.notify-bubbles {
    position: absolute;
    right: 24px;
    bottom: 25px;
    left: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.notify-bubbles span {
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 999px;
    color: #d8d7e4;
    background: rgba(255, 255, 255, .07);
    font-size: 7px;
    font-weight: 700;
}

.bento-service {
    min-height: 290px;
    background: linear-gradient(135deg, #fff, #f5f4ff);
}

.service-builder {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: min(46%, 380px);
    padding: 10px;
    border: 1px solid #dedbea;
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.service-builder span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 11px;
    border-radius: 9px;
    color: #686c80;
    background: #f8f8fb;
    font-size: 8px;
}

.service-builder span + span {
    margin-top: 7px;
    color: var(--purple);
    background: #efedff;
}

.service-builder b {
    color: var(--ink);
    white-space: nowrap;
}

.payment-status {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    border-radius: 10px;
    color: #137b63;
    background: #e0f6ee;
    font-size: 8px;
    font-weight: 800;
}

.payment-status span {
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border-radius: 6px;
    color: #fff;
    background: var(--mint);
}

.launch-section {
    color: #fff;
    background: linear-gradient(135deg, #5547e8, #4030be);
}

.launch-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .13;
    background-image: radial-gradient(#fff .8px, transparent .8px);
    background-size: 20px 20px;
}

.launch-shell {
    position: relative;
    z-index: 2;
}

.launch-heading {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 80px;
    align-items: end;
}

.launch-heading h2 span {
    color: #c6c0ff;
}

.launch-heading > p {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, .74);
    font-size: 16px;
    line-height: 1.65;
}

.launch-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 52px 0 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    background: rgba(255, 255, 255, .08);
}

.launch-steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 13px;
    min-height: 112px;
    padding: 22px;
    border-right: 1px solid rgba(255, 255, 255, .14);
    list-style: none;
}

.launch-steps li:last-child {
    border-right: 0;
}

.launch-steps li > span {
    display: grid;
    width: 37px;
    height: 37px;
    place-items: center;
    border-radius: 11px;
    color: #4a3bc4;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
}

.launch-steps small,
.launch-steps strong {
    display: block;
}

.launch-steps small {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    line-height: 1.35;
}

.launch-steps strong {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.35;
}

.launch-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 28px;
}

.launch-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.launch-tags span {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    color: rgba(255, 255, 255, .76);
    background: rgba(255, 255, 255, .07);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.audience-section {
    background: #fff;
}

.audience-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: start;
}

.audience-copy p:last-child {
    max-width: 470px;
    margin: 22px 0 0;
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.65;
}

.audience-cards {
    border-top: 1px solid var(--line);
}

.audience-cards article {
    padding: 28px 4px;
    border-bottom: 1px solid var(--line);
}

.audience-cards h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: -.025em;
}

.audience-cards p {
    margin: 7px 0 0;
    color: #686d82;
    font-size: 14px;
    line-height: 1.6;
}

.final-cta {
    padding: 20px 0 100px;
    background: #fff;
}

.final-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: end;
    min-height: 435px;
    padding: 64px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 85% 5%, rgba(114, 232, 217, .24), transparent 30%),
        linear-gradient(135deg, #19172f, #292359 66%, #4336bd);
    box-shadow: 0 32px 80px rgba(29, 25, 79, .18);
}

.final-card::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .15;
    background-image: radial-gradient(#fff .7px, transparent .7px);
    background-size: 19px 19px;
    mask-image: linear-gradient(90deg, transparent, #000);
}

.final-copy,
.final-actions {
    position: relative;
    z-index: 3;
}

.final-badge {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: #dcd9ff;
    background: rgba(255, 255, 255, .08);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.final-copy h2 {
    font-size: clamp(39px, 4.4vw, 62px);
}

.final-copy h2 span {
    color: #a79fff;
}

.final-copy p {
    margin: 20px 0 0;
    color: #bbb9ca;
    font-size: 16px;
    line-height: 1.65;
}

.final-actions {
    display: flex;
    min-width: 245px;
    align-self: stretch;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 17px;
}

.final-mascot {
    width: 145px;
    height: auto;
    margin: 0 auto -4px;
    filter: drop-shadow(0 18px 22px rgba(4, 3, 26, .34));
    pointer-events: none;
    user-select: none;
}

.final-actions > a:last-child {
    color: #d4d1ee;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}

.final-decoration {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.final-decoration-one {
    top: -160px;
    right: -50px;
    width: 420px;
    height: 420px;
}

.final-decoration-two {
    top: -48px;
    right: 63px;
    width: 220px;
    height: 220px;
}

.site-footer {
    padding: 70px 0 28px;
    border-top: 1px solid var(--line);
    background: #f7f7fb;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    padding-bottom: 58px;
}

.brand-dark .brand-name {
    color: var(--ink);
}

.footer-brand > p {
    max-width: 340px;
    margin: 18px 0 0;
    color: #686d82;
    font-size: 14px;
    line-height: 1.6;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
}

.footer-links > div {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-links strong {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.45;
}

.footer-links a {
    width: max-content;
    color: #686d82;
    font-size: 14px;
    line-height: 1.45;
    transition: color .2s ease;
}

.footer-links a:hover {
    color: var(--purple);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    color: #686d82;
    font-size: 13px;
    line-height: 1.5;
}

@keyframes float-card {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
}

@keyframes panel-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1080px) {
    body.menu-open::before {
        content: "";
        position: fixed;
        z-index: 90;
        inset: 0;
        background: rgba(28, 25, 69, .16);
        backdrop-filter: blur(3px);
    }

    .desktop-nav {
        display: none;
    }

    .nav-shell {
        grid-template-columns: 1fr auto auto;
    }

    .menu-button {
        display: block;
    }

    .mobile-menu {
        position: absolute;
        top: 75px;
        right: 0;
        left: 0;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, .78);
        border-radius: 20px;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 24px 60px rgba(29, 29, 70, .18);
        backdrop-filter: blur(20px);
        max-height: calc(100vh - 88px);
        max-height: calc(100dvh - 88px);
        overflow-y: auto;
    }

    .mobile-menu.is-open {
        display: block;
    }

    .mobile-menu nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }

    .mobile-menu nav a {
        padding: 12px;
        border-radius: 11px;
        color: #575b72;
        background: #f5f5f9;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.4;
    }

    .mobile-menu nav a.is-active {
        color: var(--purple-dark);
        background: var(--purple-soft);
    }

    .mobile-menu-actions {
        display: grid;
        grid-template-columns: .7fr 1.3fr;
        gap: 8px;
        margin-top: 10px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .hero-copy {
        max-width: 760px;
    }

    .hero-visual {
        width: min(800px, 100%);
        margin-inline: auto;
    }

    .hero-mascot {
        right: -10px;
        bottom: 18px;
        width: 220px;
    }

    .hero-strip {
        grid-template-columns: 1fr 1fr;
    }

    .hero-strip > div:nth-child(2) {
        border-right: 0;
    }

    .hero-strip > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }

    .journey {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin-inline: auto;
    }

    .journey-card {
        min-height: 310px;
    }

    .journey-icon {
        margin-bottom: 28px;
    }

    .product-showcase {
        grid-template-columns: 1fr;
    }

    .product-tabs {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .product-tab {
        grid-template-columns: 1fr;
        min-height: 76px;
    }

    .ecosystem-grid,
    .audience-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .ecosystem-copy {
        max-width: 760px;
    }

    .ecosystem-visual {
        width: min(720px, 100%);
        margin-inline: auto;
    }

    .bento-calendar {
        grid-column: span 12;
    }

    .bento-team {
        grid-column: span 12;
    }

    .bento-link,
    .bento-notify {
        grid-column: span 6;
    }

    .bento-payment {
        grid-column: span 12;
    }

    .bento-service {
        grid-column: span 12;
    }

    .launch-heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .launch-heading > p {
        max-width: 650px;
    }

    .final-card {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .final-actions {
        width: min(330px, 100%);
    }
}

@media (max-width: 760px) {
    .shell {
        width: min(620px, calc(100% - 32px));
    }

    .section {
        padding: 78px 0;
    }

    .site-header {
        top: 9px;
        width: calc(100% - 18px);
    }

    .nav-shell {
        grid-template-columns: minmax(0, 1fr) auto auto;
        min-width: 0;
        min-height: 58px;
        padding: 6px 7px 6px 10px;
        border-radius: 18px;
    }

    .brand,
    .nav-actions {
        min-width: 0;
    }

    .brand-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 11px;
    }

    .brand-mark img {
        width: 27px;
        height: 27px;
    }

    .brand-name {
        font-size: 16px;
    }

    .nav-login {
        display: none;
    }

    .button-nav {
        min-height: 40px;
        padding-inline: 13px;
        border-radius: 11px;
        font-size: 14px;
    }

    .menu-button {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }

    .mobile-menu {
        top: 65px;
    }

    .mobile-menu nav {
        grid-template-columns: 1fr;
    }

    .hero {
        padding: 112px 0 38px;
    }

    .hero-copy {
        min-width: 0;
        max-width: 100%;
        padding: 16px 0 0;
    }

    .eyebrow {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .hero h1 {
        font-size: clamp(42px, 12.8vw, 57px);
        line-height: 1.01;
    }

    .hero-lead {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.65;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        min-width: 0;
        margin-top: 24px;
    }

    .hero-actions .button {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding-inline: 16px;
        white-space: normal;
        text-align: center;
    }

    .hero-notes {
        gap: 9px;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 17px;
    }

    .hero-visual {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding: 40px 0 37px;
    }

    .hero-mascot {
        right: -14px;
        bottom: 20px;
        width: 170px;
    }

    .app-window {
        width: 100%;
        max-width: 100%;
        border-radius: 18px;
        transform: none;
    }

    .app-window-top {
        grid-template-columns: auto 1fr;
        min-height: 48px;
        padding: 8px 10px;
    }

    .app-window-top button {
        display: none;
    }

    .app-workspace {
        grid-template-columns: 48px minmax(0, 1fr);
        min-height: 330px;
    }

    .demo-sidebar {
        padding: 10px 6px;
    }

    .demo-brand b,
    .demo-nav-item span {
        display: none;
    }

    .demo-brand {
        justify-content: center;
    }

    .demo-nav-item {
        justify-content: center;
        padding: 8px 4px;
    }

    .demo-calendar {
        padding: 10px 8px;
    }

    .demo-summary > div {
        min-width: 0;
        padding: 8px 6px;
    }

    .demo-summary span {
        font-size: 5px;
    }

    .demo-summary strong {
        font-size: 11px;
    }

    .demo-days {
        grid-template-columns: 1fr 1fr;
    }

    .demo-day:nth-child(3) {
        display: none;
    }

    .booking-alert {
        right: -5px;
        min-width: 165px;
    }

    .online-alert {
        left: -5px;
    }

    .hero-strip {
        grid-template-columns: 1fr 1fr;
        margin-top: 8px;
        padding: 8px;
        border-radius: 18px;
    }

    .hero-strip > div {
        min-height: 80px;
        padding: 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .hero-strip strong {
        font-size: 16px;
    }

    .hero-strip span {
        font-size: 14px;
    }

    .niche-track {
        width: 100%;
        min-width: 0;
        justify-content: flex-start;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-padding-inline: 24px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .niche-track > * {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .niche-track::-webkit-scrollbar {
        display: none;
    }

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

    .section-heading h2,
    .product-heading h2,
    .ecosystem-copy h2,
    .launch-heading h2,
    .audience-copy h2,
    .final-copy h2 {
        font-size: 38px;
    }

    .section-heading > p:last-child,
    .ecosystem-copy > p:not(.section-label) {
        font-size: 15px;
    }

    .journey-card {
        min-height: 330px;
        padding: 24px;
    }

    .product-heading {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 34px;
    }

    .product-tabs {
        display: flex;
        margin-right: -16px;
        padding-right: 16px;
        flex-direction: row;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .product-tabs::-webkit-scrollbar {
        display: none;
    }

    .product-tab {
        flex: 0 0 150px;
        min-height: 67px;
        padding: 10px;
        scroll-snap-align: start;
    }

    .niche-track.has-horizontal-overflow:not(.is-scroll-end),
    .product-tabs.has-horizontal-overflow:not(.is-scroll-end) {
        -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 30px), transparent 100%);
        mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 30px), transparent 100%);
    }

    .niche-track.has-horizontal-overflow:not(.is-scroll-start):not(.is-scroll-end),
    .product-tabs.has-horizontal-overflow:not(.is-scroll-start):not(.is-scroll-end) {
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 30px, #000 calc(100% - 30px), transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0, #000 30px, #000 calc(100% - 30px), transparent 100%);
    }

    .niche-track.has-horizontal-overflow.is-scroll-end:not(.is-scroll-start),
    .product-tabs.has-horizontal-overflow.is-scroll-end:not(.is-scroll-start) {
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 30px, #000 100%);
        mask-image: linear-gradient(90deg, transparent 0, #000 30px, #000 100%);
    }

    .product-tab small {
        display: none;
    }

    .product-screen {
        border-radius: 16px;
    }

    .product-ui {
        grid-template-columns: 34px minmax(0, 1fr);
        min-height: 430px;
    }

    .product-ui-sidebar {
        gap: 11px;
        padding-top: 10px;
    }

    .product-ui-logo {
        width: 22px;
        height: 22px;
    }

    .product-ui-sidebar > span {
        width: 13px;
        height: 13px;
    }

    .product-panel {
        padding: 13px 10px 12px;
    }

    .ui-page-head strong {
        font-size: 14px;
    }

    .ui-page-head button {
        padding-inline: 8px;
        font-size: 6px;
    }

    .ui-calendar {
        grid-template-columns: 1fr 1fr;
    }

    .ui-calendar > div {
        min-height: 145px;
    }

    .ui-calendar > div:nth-child(n+3) {
        display: none;
    }

    .schedule-row {
        grid-template-columns: 1.3fr repeat(3, 1fr);
    }

    .schedule-row > *:nth-child(n+5) {
        display: none;
    }

    .schedule-row > strong {
        padding-left: 5px;
    }

    .avatar {
        width: 19px;
        height: 19px;
    }

    .ui-booking {
        grid-template-columns: 1fr;
    }

    .ui-booking-summary {
        min-height: 135px;
    }

    .ui-booking-summary > strong {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .ui-settings {
        grid-template-columns: 1fr;
    }

    .ui-settings article {
        min-height: 70px;
    }

    .screen-caption {
        justify-content: flex-start;
    }

    .screen-caption p {
        font-size: 14px;
    }

    .ecosystem-visual {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        min-height: 450px;
        padding: 22px 0 42px;
    }

    .phone-card {
        min-height: 365px;
        padding: 10px 9px 17px;
        border-width: 4px;
        border-radius: 22px;
    }

    .phone-client,
    .phone-business {
        transform: none;
    }

    .ecosystem-connector {
        display: none;
    }

    .phone-service {
        grid-template-columns: 35px 1fr;
        gap: 6px;
        padding: 6px;
    }

    .service-photo {
        height: 35px;
    }

    .business-stat {
        padding: 10px;
    }

    .business-booking {
        gap: 5px;
        padding: 8px 6px;
    }

    .sync-pill {
        bottom: 11px;
    }

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

    .bento-calendar,
    .bento-team,
    .bento-link,
    .bento-notify,
    .bento-service,
    .bento-payment {
        grid-column: auto;
    }

    .bento-card,
    .bento-calendar {
        min-height: 300px;
        padding: 23px;
    }

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

    .mini-week {
        min-height: 160px;
    }

    .service-builder {
        right: 22px;
        bottom: 22px;
        left: 22px;
        width: auto;
    }

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

    .launch-steps li {
        min-height: 92px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

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

    .launch-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .launch-bottom .button {
        width: 100%;
    }

    .final-cta {
        padding: 10px 0 70px;
    }

    .final-card {
        min-height: 0;
        padding: 38px 25px;
        border-radius: 25px;
    }

    .final-actions {
        width: 100%;
        min-width: 0;
    }

    .final-mascot {
        width: 160px;
        margin-bottom: -2px;
    }

    .footer-top {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
    }

    .footer-brand,
    .footer-links {
        min-width: 0;
    }

    .footer-links {
        gap: 24px;
    }
}

@media (max-width: 480px) {
    .nav-shell {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 4px;
    }

    .nav-actions {
        display: none;
    }

    .mobile-menu-actions {
        grid-template-columns: 1fr;
    }

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

    .floating-card {
        display: none;
    }

    .hero-visual {
        padding-bottom: 16px;
    }

    .hero-mascot {
        right: -22px;
        bottom: -1px;
        width: 145px;
    }

    .hero-strip > div {
        min-height: 78px;
    }

    .hero-strip > div:nth-child(2n) {
        border-right: 0;
    }

    .hero-strip > div:nth-child(n+3) {
        border-bottom: 0;
    }

    .product-ui {
        grid-template-columns: 1fr;
    }

    .product-ui-sidebar {
        display: none;
    }

    .ui-stat-row > div {
        padding: 8px 6px;
    }

    .ui-page-head button {
        display: none;
    }

    .ecosystem-visual {
        gap: 6px;
    }

    .phone-card {
        min-height: 340px;
    }

    .phone-logo {
        width: 30px;
        height: 30px;
    }

    .phone-brand {
        gap: 6px;
    }

    .phone-client .phone-service + .phone-service {
        display: none;
    }

    .phone-business .business-booking + .business-booking {
        display: none;
    }

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

    .footer-links > div {
        min-width: 0;
    }

    .footer-links a {
        width: auto;
        overflow-wrap: anywhere;
    }

    .footer-links > div:last-child {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 360px) {
    .final-card {
        padding-inline: 22px;
    }

    .final-copy,
    .final-actions {
        min-width: 0;
    }

    .final-copy h2 {
        font-size: 32px;
        letter-spacing: -.045em;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
