:root {
  --black: #050505;
  --ink: #101014;
  --white: #f7f7f7;
  --muted: #a8a8b0;
  --pink: #ff2bb9;
  --blue: #5b5cff;
  --line: rgba(255,255,255,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 520px; height: 520px; border-radius: 50%; pointer-events: none; z-index: 0; background: radial-gradient(circle, rgba(91,92,255,.16), rgba(255,43,185,.07) 34%, transparent 68%); transform: translate(-50%,-50%); transition: opacity .3s; }

.nav { position: relative; z-index: 10; height: 92px; display: flex; justify-content: space-between; align-items: center; }
.brand { width: 132px; height: 74px; display: grid; place-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; display: block; }
.nav nav { display: flex; align-items: center; gap: 32px; font-size: .92rem; }
.nav nav a { transition: color .2s; }
.nav nav a:hover { color: var(--pink); }
.nav-cta { border: 1px solid var(--line); border-radius: 999px; padding: 12px 20px; }

.hero { min-height: calc(100vh - 92px); position: relative; display: flex; flex-direction: column; justify-content: center; padding-block: 50px 90px; isolation: isolate; }
.eyebrow, .section-kicker { font-size: .78rem; font-weight: 700; letter-spacing: .2em; color: #b8b8c2; }
.hero h1 { position: relative; z-index: 2; margin: 28px 0 42px; max-width: 980px; font: 700 clamp(4.2rem, 9.5vw, 9rem)/.84 "Space Grotesk", sans-serif; letter-spacing: -.075em; }
.gradient-text { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.45); background: linear-gradient(90deg,var(--pink),#a47cff,var(--blue)); background-clip: text; -webkit-background-clip: text; }
.hero-bottom { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.hero-bottom p { max-width: 480px; font-size: 1.2rem; line-height: 1.5; color: #c5c5cc; }
.primary, .dark-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-width: 238px; padding: 18px 20px; border-radius: 999px; font-weight: 700; background: var(--white); color: var(--black); transition: transform .25s, background .25s; }
.primary:hover { background: var(--pink); }
.primary b, .dark-button b { font-size: 1.3rem; }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; z-index: -1; }
.orbit-one { width: 430px; aspect-ratio: 1; right: -50px; top: 7%; display: grid; place-items: center; animation: float 7s ease-in-out infinite; }
.orbit-one::before { content: ""; position: absolute; inset: 28px; border: 1px dashed rgba(255,43,185,.35); border-radius: inherit; animation: spin 20s linear infinite; }
.orbit-one span { font: 700 8rem/.8 "Space Grotesk"; color: rgba(255,255,255,.025); }
.orbit-two { width: 20px; height: 20px; background: var(--pink); border: none; right: 32%; top: 17%; box-shadow: 0 0 40px var(--pink); }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--pink); color: #070707; transform: rotate(-1deg) scale(1.01); }
.ticker-track { display: flex; width: max-content; padding: 16px 0; font: 700 1.05rem "Space Grotesk"; letter-spacing: .05em; animation: ticker 22s linear infinite; }
.ticker-track span { padding-right: 22px; }

.clients { padding-block: 140px 155px; overflow: hidden; }
.clients-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.clients-heading h2 { margin: 24px 0 0; font: 600 clamp(3.2rem,6vw,6.2rem)/.96 "Space Grotesk"; letter-spacing: -.06em; }
.clients-heading h2 em { color: var(--pink); font-style: normal; }
.clients-heading > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.logo-marquee { position: relative; overflow: hidden; width: 100%; }
.logo-marquee::before,.logo-marquee::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 3; width: min(12vw,160px); pointer-events: none; }
.logo-marquee::before { left: 0; background: linear-gradient(90deg,var(--black),transparent); }
.logo-marquee::after { right: 0; background: linear-gradient(-90deg,var(--black),transparent); }
.logo-track { display: flex; width: max-content; animation: logo-scroll 44s linear infinite; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.logo-group { display: flex; gap: 18px; padding-right: 18px; }
.client-card { position: relative; width: 230px; height: 160px; flex: 0 0 230px; padding: 24px 24px 42px; display: grid; place-items: center; overflow: hidden; border-radius: 22px; background: #f6f6f7; border: 1px solid #dedee4; color: #111; transition: transform .25s, border-color .25s; }
.client-card:hover { transform: translateY(-5px); border-color: var(--pink); }
.client-card img { display: block; width: 100%; height: 82px; object-fit: contain; }
.client-card img[src*="vespa"], .doctor-card img { filter: brightness(0); }
.client-card span { position: absolute; left: 18px; right: 18px; bottom: 14px; color: #62626b; font-size: .7rem; text-align: center; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.doctor-card img { height: 66px; }
.type-card { align-content: center; gap: 4px; }
.type-card strong { font: 700 1.7rem "Space Grotesk"; letter-spacing: -.04em; }
.type-card small { color: #777780; font-size: .62rem; letter-spacing: .18em; }

.services { padding-block: 160px; }
.service-grid { margin-top: 45px; display: grid; gap: 58px; }
.service-copy { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.plans-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.service-copy h2, .merch-heading h2, .contact h2, .future-copy h2 { margin: 0; font: 600 clamp(3.2rem, 6vw, 6.2rem)/.96 "Space Grotesk"; letter-spacing: -.06em; }
.service-copy h2 em { color: var(--pink); font-style: normal; }
.service-copy p { max-width: 460px; margin: 0 0 8px; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.price-card { position: relative; overflow: hidden; background: linear-gradient(150deg, #fcfcfc, #dcdcf4); color: #08080a; border-radius: 28px; padding: 38px; min-height: 490px; display: flex; flex-direction: column; transform-style: preserve-3d; box-shadow: 0 24px 80px rgba(0,0,0,.45); }
.card-shine { position: absolute; inset: -100%; background: radial-gradient(circle at center, rgba(255,255,255,.8), transparent 28%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.price-card:hover .card-shine { opacity: .7; }
.pill { align-self: flex-start; border: 1px solid #aaaab6; border-radius: 999px; padding: 8px 13px; font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.price { margin-top: 38px; font: 700 clamp(3.3rem,6vw,5.7rem)/1 "Space Grotesk"; letter-spacing: -.08em; }
.price sup { font-size: .4em; vertical-align: top; }
.price small, .product-card small { font: 700 .75rem "DM Sans"; letter-spacing: .1em; }
.price-card ul { list-style: none; padding: 0; margin: 38px 0 auto; display: grid; gap: 15px; font-weight: 600; }
.price-card li { border-top: 1px solid #c1c1cc; padding-top: 15px; }
.price-card i { color: var(--blue); font-style: normal; margin-right: 10px; }
.price-card.featured { background: linear-gradient(145deg,#5b5cff,#a33ddd 58%,#ff2bb9); color: white; }
.price-card.featured .pill { border-color: rgba(255,255,255,.48); }
.price-card.featured li { border-color: rgba(255,255,255,.3); }
.price-card.featured i { color: white; }
.price-card.featured .mini { color: rgba(255,255,255,.72); }
.dark-button { background: var(--black); color: white; width: 100%; }
.dark-button:hover { background: var(--blue); }
.mini { display: block; text-align: center; margin-top: 13px; font-size: .74rem; color: #5d5d66; }

.future { padding: 20px 0 160px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.future-visual { position: relative; height: 650px; overflow: hidden; border-radius: 30px; background: #101014; }
.future-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 40%,rgba(0,0,0,.88)); pointer-events: none; }
.future-visual img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.future-visual:hover img { transform: scale(1.04); }
.future-overlay { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 34px; display: flex; justify-content: space-between; align-items: end; gap: 25px; }
.future-overlay span { max-width: 130px; font-size: .72rem; line-height: 1.5; letter-spacing: .14em; font-weight: 700; color: #c8c8d0; }
.future-overlay strong { text-align: right; font: 600 2rem/1.05 "Space Grotesk"; letter-spacing: -.04em; }
.future-copy h2 { margin-top: 30px; }
.future-copy h2 em { color: var(--blue); font-style: normal; }
.future-copy > p { margin: 30px 0; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.future-points { display: flex; flex-wrap: wrap; gap: 10px; }
.future-points span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; color: #cfcfd6; font-size: .7rem; letter-spacing: .12em; font-weight: 700; }

.merch { background: #f0f0f2; color: #09090b; padding-block: 130px; border-radius: 46px 46px 0 0; }
.merch .section-kicker { color: #6f6f77; }
.merch-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin: 40px 0 65px; }
.merch-heading p { max-width: 420px; margin: 0 0 8px; color: #5d5d65; line-height: 1.6; font-size: 1.08rem; }
.merch-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; }
.merch-photo { position: relative; min-height: 540px; border-radius: 28px; overflow: hidden; background: #111; }
.merch-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.merch-photo:hover img { transform: scale(1.045); }
.photo-tag { position: absolute; left: 22px; bottom: 22px; background: white; color: #111; padding: 11px 16px; border-radius: 99px; font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.product-stack { display: grid; gap: 24px; }
.product-card { position: relative; overflow: hidden; min-height: 258px; padding: 30px; border-radius: 28px; color: white; background: #0c0c0f; display: flex; flex-direction: column; justify-content: space-between; transform-style: preserve-3d; }
.product-card::after { content: "AF"; position: absolute; right: -15px; bottom: -35px; color: rgba(255,255,255,.045); font: 700 9rem "Space Grotesk"; }
.product-card.accent { background: linear-gradient(145deg,#5b5cff,#8d3cda 55%,#ff2bb9); }
.product-card span { font-size: .8rem; letter-spacing: .14em; font-weight: 700; }
.product-card p { color: #bdbdc5; }
.product-card.accent p { color: white; opacity: .82; }
.product-card strong { font: 700 3rem "Space Grotesk"; letter-spacing: -.05em; }

.contact { padding-block: 130px; }
.contact-panel { position: relative; overflow: hidden; padding: clamp(32px,6vw,72px); border: 1px solid var(--line); border-radius: 34px; background: radial-gradient(circle at 15% 25%, rgba(255,43,185,.18), transparent 28%), radial-gradient(circle at 90% 80%, rgba(91,92,255,.22), transparent 30%), #0b0b0e; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px,7vw,90px); }
.contact-copy > span { font-size: .76rem; letter-spacing: .18em; font-weight: 700; color: #b9b9c1; }
.contact h2 { margin: 26px 0 50px; }
.contact h2 i { font-style: normal; color: var(--pink); }
.contact-copy > p { color: var(--muted); line-height: 1.65; max-width: 410px; }
.whatsapp-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 30px; }
.wa-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #25d366; color: #071c0e; font-size: 1.3rem; font-weight: 700; transition: transform .25s; }
.whatsapp-icon { width: 25px; height: 25px; display: block; flex: none; }
.whatsapp-link:hover .wa-icon { transform: rotate(12deg) scale(1.06); }
.whatsapp-link small { display: block; color: #96969f; font-size: .66rem; letter-spacing: .14em; margin-bottom: 4px; }
.lead-form { position: relative; z-index: 2; display: grid; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form label { display: grid; gap: 8px; color: #cfcfd5; font-size: .82rem; font-weight: 600; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.055); color: white; font: inherit; font-size: 1rem; padding: 15px 16px; outline: none; transition: border .2s, background .2s, box-shadow .2s; }
.lead-form textarea { resize: vertical; min-height: 110px; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #777780; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--pink); background: rgba(255,255,255,.08); box-shadow: 0 0 0 3px rgba(255,43,185,.1); }
.lead-form select option { color: #101014; }
.submit-button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 17px 19px; border-radius: 99px; background: #25d366; color: #071c0e; font: 700 1rem "DM Sans"; }
.submit-button:hover { background: #63e692; }
.form-note { margin: -5px 0 0; color: #85858e; font-size: .76rem; line-height: 1.45; }
.floating-whatsapp { position: fixed; z-index: 15; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; padding: 13px 17px; border-radius: 99px; background: #25d366; color: #071c0e; font-weight: 700; box-shadow: 0 12px 34px rgba(0,0,0,.34); transition: transform .2s, box-shadow .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(37,211,102,.22); }
footer { min-height: 120px; padding-block: 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; color: #888891; font-size: .78rem; letter-spacing: .09em; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: white; font-weight: 700; }
.footer-brand img { width: 56px; height: 34px; object-fit: cover; object-position: left; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes logo-scroll { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(18px) rotate(3deg); } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } .cursor-glow { display:none; } }
@media (max-width: 820px) {
  .nav { height: 76px; }.nav nav a:not(.nav-cta) { display:none; }.nav-cta { padding: 10px 16px; }
  .hero { min-height: calc(100svh - 76px); }.hero h1 { font-size: clamp(3.6rem,16vw,6.4rem); }.hero-bottom { align-items:flex-start; flex-direction:column; }.orbit-one { width: 280px; right:-130px; top:20%; }
  .service-grid,.merch-layout,.future,.contact-panel { grid-template-columns:1fr; gap:50px; }.service-copy { align-items:flex-start; flex-direction:column; }.plans-grid { grid-template-columns:1fr; }.services { padding-block:110px; }.future { padding-bottom:110px; }.future-visual { height:520px; }.price-card { min-height:450px; }.merch { padding-block:100px; border-radius:30px 30px 0 0; }
  .clients { padding-block:110px; }.clients-heading { align-items:flex-start; flex-direction:column; }.client-card { width:205px; flex-basis:205px; }
  .merch-heading { align-items:flex-start; flex-direction:column; }.merch-photo { min-height:400px; }.product-stack { grid-template-columns:1fr 1fr; }.product-card { min-height:230px; }
}
@media (max-width: 560px) {
  .shell { width:min(100% - 28px,1180px); }.hero h1 { font-size:clamp(3.2rem,17vw,5rem); }.hero-bottom p { font-size:1.05rem; }.primary { width:100%; }
  .brand { width:106px; height:60px; }.product-stack { grid-template-columns:1fr; }.future-visual { height:410px; }.future-overlay { left:20px; right:20px; bottom:20px; align-items:flex-start; flex-direction:column; }.future-overlay strong { text-align:left; }.merch-photo { min-height:330px; }.contact-panel { padding:38px 24px; }.contact h2 { font-size:3rem; }.field-row { grid-template-columns:1fr; }.floating-whatsapp span { display:none; }.floating-whatsapp { width:52px; height:52px; justify-content:center; padding:0; right:16px; bottom:16px; } footer { align-items:flex-start; flex-direction:column; gap:18px; }
}
