:root {
  --ink: #18082d;
  --ink-2: #2b1248;
  --plum: #4c1478;
  --violet: #7134ea;
  --pink: #ef006f;
  --coral: #ff4e48;
  --blue: #2738f5;
  --paper: #f8f5fb;
  --white: #fff;
  --muted: #6e6677;
  --line: rgba(30, 9, 52, .13);
  --radius: 30px;
  --shell: min(1180px, calc(100vw - 48px));
  --shadow: 0 28px 80px rgba(48, 13, 80, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 128px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; background: white; padding: 10px 16px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 18px 0; transition: padding .25s ease; }
.site-header.scrolled { padding: 10px 0; }
.nav-shell {
  width: var(--shell); margin: auto; padding: 11px 12px 11px 18px; border: 1px solid rgba(39, 15, 65, .08);
  border-radius: 18px; display: flex; align-items: center; justify-content: space-between;
  background: rgba(250, 248, 252, .82); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(48, 10, 77, .07);
}
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { width: 91px; height: 36px; object-fit: contain; object-position: left center; }
.brand span { border-left: 1px solid var(--line); padding-left: 10px; font-size: 11px; line-height: 1; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav > a { color: #51475c; font-size: 13px; font-weight: 650; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -5px; background: var(--pink); transition: right .2s; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.site-nav .nav-cta { padding: 11px 16px; border-radius: 11px; color: white; background: var(--ink); transition: transform .2s, background .2s; }
.site-nav .nav-cta:hover { transform: translateY(-2px); background: var(--plum); }
.language-picker { height: 34px; padding: 3px; display: inline-flex; align-items: center; gap: 1px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.72); }
.language-picker span { color: #c5bacb; font-size: 9px; }
.language-picker button { min-width: 30px; height: 26px; padding: 0 6px; border: 0; border-radius: 7px; color: #887e90; background: transparent; font-size: 10px; font-weight: 850; letter-spacing: .08em; transition: color .2s, background .2s, box-shadow .2s; }
.language-picker button:hover { color: var(--ink); }
.language-picker button.active { color: white; background: linear-gradient(135deg, var(--plum), var(--pink)); box-shadow: 0 5px 12px rgba(92, 19, 121, .2); }
.language-picker button:focus-visible { outline: 2px solid var(--pink); outline-offset: 2px; }
.menu-button { display: none; width: 44px; height: 42px; border: 0; border-radius: 10px; background: var(--ink); position: relative; }
.menu-button > span:not(.sr-only) { position: absolute; left: 12px; right: 12px; height: 1px; background: white; top: 17px; transition: .2s; }
.menu-button > span:last-child { top: 24px; }

.hero { position: relative; min-height: 840px; padding: 190px 0 0; background: linear-gradient(145deg, #fbf9fc 0%, #f4ecf8 55%, #f7f3fa 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(50,20,76,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(50,20,76,.07) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { width: 600px; height: 600px; right: -280px; top: -100px; background: radial-gradient(circle, rgba(255, 65, 73, .20), rgba(238, 0, 112, .07) 48%, transparent 70%); }
.hero-glow-two { width: 580px; height: 580px; left: -380px; bottom: -280px; background: radial-gradient(circle, rgba(81, 46, 239, .16), transparent 70%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 60px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: var(--plum); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: linear-gradient(90deg, var(--pink), var(--coral)); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(58px, 6.4vw, 90px); line-height: .97; letter-spacing: -.065em; font-weight: 680; }
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; color: var(--pink); font-weight: 400; }
.hero-intro { max-width: 590px; margin: 31px 0 0; color: #5f5668; font-size: 19px; line-height: 1.65; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 22px; border: 0; border-radius: 13px; font-weight: 750; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: linear-gradient(120deg, var(--ink) 20%, var(--plum)); box-shadow: 0 16px 35px rgba(39, 10, 64, .2); }
.button-primary:hover { box-shadow: 0 20px 38px rgba(39, 10, 64, .28); }
.text-link { color: var(--ink); font-size: 14px; font-weight: 750; border-bottom: 1px solid rgba(32,8,51,.25); padding-bottom: 4px; }
.text-link span { margin-left: 8px; color: var(--pink); }

.hero-visual { position: relative; height: 520px; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; width: 330px; height: 330px; left: 75px; top: 79px; border-radius: 50%; background: conic-gradient(from 230deg, var(--blue), #8c32e9, var(--pink), var(--coral), var(--blue)); box-shadow: 0 35px 90px rgba(106, 23, 172, .28); }
.hero-visual::after { content: ""; position: absolute; width: 250px; height: 250px; left: 115px; top: 119px; border-radius: 50%; background: #f4edf7; z-index: 0; }
.orbit { position: absolute; border: 1px solid rgba(71, 22, 107, .17); border-radius: 50%; z-index: -1; }
.orbit-one { width: 450px; height: 450px; left: 15px; top: 18px; }
.orbit-two { width: 560px; height: 560px; left: -40px; top: -37px; border-style: dashed; }
.hero-card { position: absolute; z-index: 3; background: rgba(255,255,255,.92); border: 1px solid rgba(67, 23, 96, .1); box-shadow: 0 28px 60px rgba(49, 14, 76, .18); backdrop-filter: blur(12px); }
.hero-card-main { width: 330px; top: 74px; left: 62px; border-radius: 25px; padding: 22px; transform: rotate(-3deg); }
.mini-topbar { display: flex; gap: 5px; margin-bottom: 26px; }
.mini-topbar span { width: 5px; height: 5px; border-radius: 50%; background: #d6ccd9; }
.hero-card-main > p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.overview-row { display: flex; justify-content: space-between; align-items: flex-end; margin: 10px 0 22px; }
.overview-row strong { display: block; font-size: 29px; line-height: 1.1; letter-spacing: -.04em; }
.overview-row small { display: block; color: var(--muted); font-size: 11px; margin-top: 5px; }
.trend { padding: 5px 8px; background: #fde8f1; color: #b90059; font-size: 10px; font-weight: 800; border-radius: 7px; }
.chart { height: 110px; display: flex; align-items: flex-end; gap: 9px; padding-top: 12px; border-bottom: 1px solid #e9e2ec; background: repeating-linear-gradient(to bottom, transparent, transparent 31px, #eee8f0 32px); }
.chart i { flex: 1; height: var(--h); min-height: 10px; border-radius: 4px 4px 0 0; background: linear-gradient(to top, var(--violet), var(--pink)); }
.hero-card-small { display: flex; gap: 12px; align-items: center; width: 238px; right: -18px; bottom: 88px; padding: 16px; border-radius: 16px; transform: rotate(4deg); }
.hero-card-small strong, .hero-card-small small { display: block; }
.hero-card-small strong { font-size: 12px; }
.hero-card-small small { color: var(--muted); font-size: 9px; }
.pulse-dot { width: 32px; height: 32px; border-radius: 50%; background: #efe9ff; position: relative; flex: none; }
.pulse-dot::after { content: ""; position: absolute; inset: 10px; border-radius: inherit; background: var(--violet); box-shadow: 0 0 0 6px rgba(116,53,237,.13); }
.hero-token { position: absolute; z-index: 4; display: grid; place-items: center; border-radius: 50%; color: white; font-weight: 800; box-shadow: 0 12px 30px rgba(42, 12, 64, .24); }
.token-one { width: 72px; height: 72px; top: 18px; right: 58px; background: linear-gradient(145deg, var(--coral), var(--pink)); font-size: 23px; transform: rotate(8deg); }
.token-two { width: 52px; height: 52px; bottom: 44px; left: 22px; background: linear-gradient(145deg, var(--violet), var(--blue)); font-size: 11px; }
.proof-strip { position: relative; z-index: 3; margin-top: 80px; padding: 24px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 30px; color: #786f80; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.proof-strip p { margin: 0; font-weight: 800; color: var(--ink); }
.proof-strip > div { display: flex; gap: 45px; }

.section-heading { display: grid; grid-template-columns: 1fr 400px; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading h2, .custom h2, .process h2, .contact h2 { margin: 0; font-size: clamp(45px, 5vw, 67px); line-height: 1.03; letter-spacing: -.055em; font-weight: 650; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.product-card { min-height: 720px; position: relative; border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 20px 60px rgba(52,14,82,.08); }
.product-copy { position: relative; z-index: 3; padding: 45px 44px 0; }
.product-label { display: flex; align-items: center; gap: 8px; margin-bottom: 24px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-label i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.product-card h3 { margin: 0; font-size: 42px; line-height: 1.05; letter-spacing: -.05em; }
.product-card h3 span { font-family: Georgia, serif; font-weight: 400; font-style: italic; }
.product-card .product-copy > p { max-width: 455px; margin: 20px 0; font-size: 15px; }
.product-card ul { list-style: none; margin: 22px 0 26px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.product-card li { padding: 7px 11px; border-radius: 30px; font-size: 10px; font-weight: 700; }
.card-link { display: inline-flex; gap: 12px; align-items: center; font-size: 13px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.card-link span { transition: transform .2s; }
.card-link:hover span { transform: translate(3px, -3px); }
.loyalty-card { color: white; background: radial-gradient(circle at 88% 18%, rgba(255,136,94,.7), transparent 36%), linear-gradient(150deg, #9b0c67, #ee006c 48%, #ff4b4c); }
.loyalty-card::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; right: -100px; bottom: -80px; box-shadow: 0 0 0 35px rgba(255,255,255,.03), 0 0 0 70px rgba(255,255,255,.025); }
.loyalty-card .product-label { color: #ffd7e7; }
.loyalty-card li { background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.12); }
.loyalty-visual { position: absolute; z-index: 2; left: 0; right: 0; bottom: -84px; height: 365px; }
.loyalty-phone { position: absolute; width: 245px; height: 450px; left: calc(50% - 122px); top: 0; padding: 14px 17px; border: 7px solid #210a31; border-radius: 40px; color: var(--ink); background: linear-gradient(160deg, #fff 60%, #f2e8f7); box-shadow: 0 34px 60px rgba(37, 6, 54, .32); transform: rotate(-5deg); }
.phone-bar { display: flex; justify-content: space-between; font-size: 8px; font-weight: 800; padding: 0 7px; }
.phone-bar i { width: 44px; height: 12px; margin-top: -7px; background: #210a31; border-radius: 0 0 10px 10px; }
.phone-brand { margin-top: 25px; line-height: .8; }
.phone-brand b { display: block; font-size: 20px; letter-spacing: -.06em; }
.phone-brand small { color: var(--pink); font-weight: 800; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.reward-card { margin-top: 18px; padding: 17px; color: white; border-radius: 17px; background: linear-gradient(140deg, var(--ink), #6d1f88 64%, var(--pink)); box-shadow: 0 13px 25px rgba(47,13,70,.2); }
.reward-card > span { font-size: 7px; letter-spacing: .15em; font-weight: 800; }
.reward-card > strong { display: block; margin: 8px 0 13px; font-size: 25px; }
.stamps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.stamps i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.3); font-size: 9px; font-style: normal; }
.stamps i:nth-child(-n+8) { background: white; color: var(--pink); }
.loyalty-phone > p { margin: 20px 4px; font-size: 11px; color: var(--muted); }
.float-chip { position: absolute; z-index: 4; padding: 10px 15px; border-radius: 12px; background: white; color: var(--ink); box-shadow: 0 16px 35px rgba(57,12,74,.23); font-size: 10px; font-weight: 800; }
.chip-one { left: 40px; top: 90px; transform: rotate(6deg); }
.chip-two { right: 28px; top: 188px; color: var(--pink); transform: rotate(-5deg); }

.gym-card { color: white; background: radial-gradient(circle at 110% 120%, #3f2eff, transparent 45%), linear-gradient(145deg, #19092f, #32105a 66%, #241170); }
.gym-card::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(115deg, transparent, transparent 38px, rgba(255,255,255,.018) 39px, rgba(255,255,255,.018) 40px); }
.gym-card .product-label { color: #b9a9ff; }
.gym-card h3 span { color: #a390ff; }
.gym-card .product-copy > p { color: #c7bbd2; }
.gym-card li { background: rgba(135,111,255,.12); border: 1px solid rgba(170,151,255,.16); color: #ded7ff; }
.gym-visual { position: absolute; height: 305px; left: 28px; right: -45px; bottom: -14px; perspective: 800px; }
.gym-app { display: flex; height: 290px; color: var(--ink); background: #f7f5fb; border: 7px solid #130721; border-radius: 19px 19px 0 0; box-shadow: -20px 30px 65px rgba(6,1,13,.45); overflow: hidden; transform: rotate(-2deg) rotateY(-5deg); transform-origin: left bottom; }
.gym-app aside { width: 48px; padding: 14px 10px; background: #1f0a37; display: flex; flex-direction: column; align-items: center; gap: 21px; }
.app-mark { width: 26px; height: 26px; display: grid; place-items: center; color: white; font-weight: 900; background: linear-gradient(145deg, var(--pink), var(--blue)); border-radius: 8px; font-size: 11px; margin-bottom: 8px; }
.gym-app aside i { width: 16px; height: 4px; border-radius: 5px; background: rgba(255,255,255,.22); }
.gym-app aside i:first-of-type { background: #b390ff; }
.gym-screen { flex: 1; padding: 21px; }
.screen-head { display: flex; justify-content: space-between; font-weight: 800; font-size: 12px; }
.screen-head b { color: var(--muted); font-size: 9px; }
.gym-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 18px 0; }
.gym-stats div { padding: 13px; border-radius: 11px; background: white; border: 1px solid #e7dfee; }
.gym-stats small, .gym-stats strong { display: block; }
.gym-stats small { color: var(--muted); font-size: 7px; }
.gym-stats strong { margin-top: 5px; font-size: 18px; }
.class-title { display: flex; justify-content: space-between; margin: 10px 0; font-size: 9px; }
.class-title small { color: var(--violet); }
.class-row { display: flex; align-items: center; gap: 9px; padding: 8px; margin-top: 7px; border-radius: 9px; background: white; }
.class-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 7px; color: white; background: var(--violet); font-style: normal; font-size: 8px; }
.class-row p { flex: 1; margin: 0; line-height: 1.25; }
.class-row p b, .class-row p span { display: block; }
.class-row p b { font-size: 8px; }.class-row p span { color: var(--muted); font-size: 6px; }
.class-row > small { padding: 3px 6px; color: var(--violet); background: #eee9ff; border-radius: 8px; font-size: 6px; }

.sites-card { grid-column: 1 / -1; min-height: 490px; color: var(--ink); background: radial-gradient(circle at 94% 15%, rgba(255, 111, 84, .22), transparent 31%), linear-gradient(135deg, #fffaf6, #f2ebfb 62%, #ece7ff); border: 1px solid rgba(68, 27, 98, .08); }
.sites-card::before { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; bottom: -340px; border-radius: 50%; border: 1px solid rgba(105, 47, 152, .14); box-shadow: 0 0 0 46px rgba(105, 47, 152, .035), 0 0 0 92px rgba(105, 47, 152, .025); }
.sites-card .product-copy { width: 52%; padding: 52px 48px; }
.sites-card .product-label { color: #7b2cad; }
.sites-card h3 { font-size: 48px; }
.sites-card h3 span { color: #c60069; }
.sites-card .product-copy > p { color: #61566a; }
.sites-card li { color: #5e386f; background: rgba(255,255,255,.62); border: 1px solid rgba(91,39,126,.12); }
.sites-visual { position: absolute; z-index: 2; left: 52%; right: -42px; top: 55px; bottom: -70px; perspective: 900px; }
.sites-browser { height: 410px; overflow: hidden; border: 7px solid #241034; border-radius: 20px; background: #fffdf9; box-shadow: -24px 34px 70px rgba(52, 21, 72, .22); transform: rotate(1.5deg) rotateY(-3deg); transform-origin: left center; }
.sites-browser-bar { height: 32px; display: flex; align-items: center; gap: 5px; padding: 0 11px; color: #9c91a2; background: #f1edf3; font-size: 7px; }
.sites-browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #d6ccd9; }
.sites-browser-bar i:first-child { background: #ff6f69; }
.sites-browser-bar span { margin-left: 8px; padding: 4px 70px; border-radius: 5px; background: white; }
.sites-page { padding: 22px 25px; }
.sites-page-nav { display: flex; align-items: center; justify-content: space-between; color: #332c36; font-size: 7px; text-transform: uppercase; letter-spacing: .13em; }
.sites-page-nav b { font-size: 13px; letter-spacing: .06em; }
.sites-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: center; margin-top: 34px; }
.sites-page-grid small, .sites-page-grid strong, .sites-page-grid em { display: block; }
.sites-page-grid small { color: #a34767; font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sites-page-grid strong { margin-top: 12px; font-family: Georgia, serif; font-size: 28px; line-height: 1.02; font-weight: 400; letter-spacing: -.04em; }
.sites-page-grid em { margin-top: 25px; font-size: 7px; font-style: normal; font-weight: 800; }
.sites-page-art { position: relative; height: 265px; overflow: hidden; background: linear-gradient(150deg, #c98571, #e6b8a0 47%, #7c4663); }
.sites-page-art::before { content: ""; position: absolute; width: 150px; height: 205px; left: 75px; bottom: -48px; border-radius: 80px 80px 20px 20px; background: linear-gradient(150deg, #f3ded0, #b7685f); box-shadow: -24px -8px 45px rgba(76,35,51,.2); transform: rotate(-8deg); }
.sites-page-art i { position: absolute; border-radius: 50%; background: rgba(255,248,236,.8); }
.sites-page-art i:nth-child(1) { width: 70px; height: 70px; left: 30px; top: 30px; }
.sites-page-art i:nth-child(2) { width: 35px; height: 35px; right: 30px; top: 45px; background: #4d2443; }
.sites-page-art i:nth-child(3) { width: 85px; height: 18px; right: 23px; bottom: 28px; border-radius: 50%; background: rgba(73,32,54,.28); }
.sites-mobile { position: absolute; width: 145px; height: 275px; right: 18px; bottom: 8px; padding: 16px; border: 6px solid #241034; border-radius: 25px; color: white; background: linear-gradient(rgba(36,16,52,.08), rgba(36,16,52,.5)), linear-gradient(145deg, #d0957c, #814462); box-shadow: 0 22px 45px rgba(47,17,62,.28); transform: rotate(-4deg); }
.sites-mobile > div { display: flex; justify-content: space-between; align-items: center; font-size: 8px; letter-spacing: .1em; }
.sites-mobile > div i { width: 14px; height: 1px; background: white; box-shadow: 0 4px white; }
.sites-mobile > strong { display: block; margin-top: 70px; font-family: Georgia, serif; font-size: 19px; line-height: 1.05; font-weight: 400; }
.sites-mobile > span { display: inline-block; margin-top: 24px; padding-bottom: 2px; border-bottom: 1px solid rgba(255,255,255,.7); font-size: 7px; font-weight: 800; }

.custom { position: relative; color: white; background: var(--ink); overflow: hidden; }
.custom::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(rgba(255,255,255,.6) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(90deg, black, transparent 45%, black); }
.custom-orb { position: absolute; border-radius: 50%; filter: blur(25px); opacity: .2; }
.orb-left { width: 450px; height: 450px; left: -250px; top: 30%; background: var(--pink); }
.orb-right { width: 500px; height: 500px; right: -280px; bottom: -100px; background: var(--blue); }
.custom .shell { position: relative; z-index: 2; }
.eyebrow-light { color: #cfbfe0; }
.custom-intro { max-width: 900px; }
.custom-intro h2 { font-size: clamp(50px, 6vw, 78px); }
.custom-intro h2 em { background: linear-gradient(90deg, #ff6d5c, #f20a7a, #aa4bea); -webkit-background-clip: text; background-clip: text; color: transparent; }
.custom-intro > p:last-child { max-width: 630px; margin: 30px 0 0; color: #b9abc7; font-size: 18px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 80px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.11); border-radius: 24px; overflow: hidden; }
.capability { min-height: 315px; position: relative; padding: 34px; background: rgba(27, 9, 50, .88); }
.capability > span { color: #7f6f8d; font-size: 11px; font-weight: 800; }
.capability h3 { margin: 52px 0 12px; font-size: 20px; }
.capability p { margin: 0; color: #a99cb5; font-size: 14px; }
.capability-icon { position: absolute; right: 28px; top: 29px; width: 75px; height: 75px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; }
.capability-icon i { position: absolute; display: block; width: 13px; height: 13px; border-radius: 4px; background: var(--pink); }
.capability-icon i:nth-child(1) { top: 16px; left: 16px; }.capability-icon i:nth-child(2) { top: 16px; right: 16px; background: var(--violet); }.capability-icon i:nth-child(3) { bottom: 16px; left: 30px; background: var(--coral); }
.capability-icon.connected::after { content: ""; position: absolute; left: 22px; top: 22px; width: 31px; height: 31px; border: 1px solid #a950d3; transform: rotate(45deg); }
.capability-icon.bars { display: flex; align-items: flex-end; justify-content: center; gap: 6px; padding-bottom: 15px; }
.capability-icon.bars i { position: static; width: 10px; border-radius: 3px 3px 0 0; }
.capability-icon.bars i:nth-child(1) { height: 18px; }.capability-icon.bars i:nth-child(2) { height: 34px; }.capability-icon.bars i:nth-child(3) { height: 27px; }
.build-banner { margin-top: 20px; padding: 35px 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 22px; background: linear-gradient(120deg, #5d1280, #b50067 58%, #ef3f4f); }
.build-banner p { margin: 0 0 2px; color: #f1cce4; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.build-banner h3 { margin: 0; font-size: 22px; }
.button-light { color: var(--ink); background: white; box-shadow: 0 16px 30px rgba(32,4,45,.16); white-space: nowrap; }

.process { background: #fbf9fc; }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.process-copy { position: sticky; top: 135px; }
.process-copy > p:not(.eyebrow) { max-width: 410px; color: var(--muted); font-size: 16px; }
.process-note { margin-top: 60px; width: 240px; height: 150px; padding: 22px; display: flex; justify-content: space-between; flex-direction: column; color: white; border-radius: 18px; background: linear-gradient(145deg, var(--plum), var(--pink)); transform: rotate(-3deg); box-shadow: var(--shadow); }
.process-note span { font-size: 10px; opacity: .6; }.process-note p { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.35; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 38px 0 44px; border-bottom: 1px solid var(--line); }
.steps li > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: var(--pink); background: #f3e8f4; font-size: 10px; font-weight: 800; }
.steps h3 { margin: 0 0 8px; font-size: 25px; letter-spacing: -.03em; }.steps p { margin: 0; color: var(--muted); font-size: 15px; }

.contact { padding-top: 0; background: #fbf9fc; }
.contact-card { position: relative; padding: 75px 70px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; color: white; border-radius: 32px; background: radial-gradient(circle at 0 100%, #591774, transparent 45%), linear-gradient(130deg, var(--ink), #2e0a4d); overflow: hidden; }
.contact-card::after { content: ""; position: absolute; width: 400px; height: 400px; right: -260px; top: -250px; border: 70px solid rgba(236,0,112,.35); border-radius: 50%; }
.contact-copy { position: relative; z-index: 2; }
.contact-copy h2 { font-size: clamp(44px, 5vw, 64px); }.contact-copy > p:last-child { max-width: 410px; margin-top: 25px; color: #bcaac9; }
.contact-form { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 16px; }
.contact-form label { display: block; }.contact-form label.full { grid-column: 1 / -1; }
.contact-form label > span { display: block; margin-bottom: 7px; color: #d5c7df; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; outline: 0; padding: 13px 14px; color: white; background: rgba(255,255,255,.07); resize: vertical; transition: border-color .2s, background .2s; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8e7b9c; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #bc72df; background: rgba(255,255,255,.1); }
.contact-form .button { justify-self: start; }
.form-status { align-self: center; margin: 0; color: #dbbfea; font-size: 12px; }

.site-footer { color: white; background: #11051f; padding: 70px 0 26px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 60px; padding-bottom: 65px; }
.brand-footer img { width: 105px; }.brand-footer span { border-color: rgba(255,255,255,.18); color: #c7b9d0; }
.footer-top > p { margin: 0; color: #cbbfd3; font-family: Georgia, serif; font-size: 25px; line-height: 1.2; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; font-size: 12px; color: #b7a9c0; }.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); color: #756882; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-layout { grid-template-columns: 1fr 460px; gap: 20px; }
  .hero h1 { font-size: 66px; }
  .proof-strip > div { gap: 22px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 690px; }
  .process-layout { gap: 60px; }
  .contact-card { gap: 50px; padding: 65px 50px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 700px); }
  .section { padding: 92px 0; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] > span:nth-of-type(2) { top: 21px; transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:last-child { top: 21px; transform: rotate(-45deg); }
  .site-nav { position: fixed; top: 84px; left: 16px; right: 16px; display: flex; flex-direction: column; align-items: stretch; gap: 4px; padding: 12px; border-radius: 17px; background: #fbf9fc; box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: .2s; }
  .site-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .site-nav > a { padding: 13px 12px; font-size: 14px; }.site-nav .nav-cta { text-align: center; margin-top: 5px; }
  .site-nav .language-picker { align-self: flex-start; margin: 8px 12px 4px; }
  .hero { padding-top: 155px; min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; }.hero h1 { font-size: clamp(55px, 12vw, 78px); }
  .hero-visual { width: min(100%, 520px); margin: 35px auto 0; }
  .proof-strip { margin-top: 20px; }.proof-strip > div { display: grid; grid-template-columns: 1fr 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .sites-card { min-height: 790px; }
  .sites-card .product-copy { width: auto; padding-right: 42px; }
  .sites-visual { left: 28px; right: -105px; top: auto; bottom: -75px; height: 380px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability { min-height: 260px; }
  .process-layout { grid-template-columns: 1fr; }.process-copy { position: static; }.process-note { display: none; }
  .contact-card { grid-template-columns: 1fr; gap: 45px; }
  .footer-top { grid-template-columns: 1fr 1fr; }.footer-top > p { grid-column: 2; grid-row: 1; }.footer-links { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 24px); --radius: 22px; }
  .site-header { padding-top: 10px; }.nav-shell { padding-left: 13px; }.brand img { width: 79px; }.brand span { font-size: 9px; }
  .hero { padding-top: 135px; }.hero h1 { font-size: 52px; }.hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { height: 420px; transform: scale(.82); transform-origin: center top; margin-bottom: -65px; }
  .hero-card-small { right: -5px; }.proof-strip { display: none; }
  .section-heading h2, .custom h2, .process h2, .contact h2 { font-size: 43px; }
  .product-card { min-height: 720px; }.product-copy { padding: 34px 25px 0; }.product-card h3 { font-size: 36px; }.product-card .product-copy > p { font-size: 14px; }.loyalty-visual { transform: scale(.9); transform-origin: center bottom; }
  .gym-visual { left: 15px; right: -100px; transform: scale(.92); transform-origin: left bottom; }
  .sites-card { min-height: 790px; }.sites-card .product-copy { padding: 34px 25px 0; }.sites-card h3 { font-size: 38px; }
  .sites-visual { left: 17px; right: -185px; bottom: -70px; transform: scale(.9); transform-origin: left bottom; }
  .sites-mobile { right: 115px; }
  .custom-intro h2 { font-size: 44px; }.capability { padding: 28px; }.build-banner { align-items: flex-start; flex-direction: column; padding: 28px; }
  .steps li { grid-template-columns: 48px 1fr; gap: 16px; }.steps p { font-size: 14px; }
  .contact { padding-top: 0; }.contact-card { width: 100%; border-radius: 0; padding: 65px 24px; }.contact-form { grid-template-columns: 1fr; }.contact-form label.full { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }.footer-top > p { grid-column: 1; grid-row: 2; }.footer-links { grid-column: 1; }.footer-bottom { gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
