
@font-face {
 font-family: 'Bricolage Grotesque';
 font-style: normal;
 font-weight: 400 800;
 font-display: swap;
 src: url('/assets/fonts/bricolage-grotesque.woff2') format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
 font-family: 'Instrument Serif';
 font-style: italic;
 font-weight: 400;
 font-display: swap;
 src: url('/assets/fonts/instrument-serif-italic.woff2') format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
 font-family: 'Instrument Serif';
 font-style: normal;
 font-weight: 400;
 font-display: swap;
 src: url('/assets/fonts/instrument-serif.woff2') format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
 font-family: 'Onest';
 font-style: normal;
 font-weight: 300 700;
 font-display: swap;
 src: url('/assets/fonts/onest.woff2') format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@property --bg-inner { syntax: '<color>'; inherits: true; initial-value: #3d1170; }
@property --bg-mid { syntax: '<color>'; inherits: true; initial-value: #1a0a2e; }
@property --bg-outer { syntax: '<color>'; inherits: true; initial-value: #07050a; }
@property --sec { syntax: '<color>'; inherits: true; initial-value: #a855f7; }
:root {
 --font-display: 'Bricolage Grotesque', 'Segoe UI', sans-serif;
 --font-body: 'Onest', 'Segoe UI', sans-serif;
 --font-signature: 'Instrument Serif', Georgia, serif;
 --font-mono: ui-monospace, 'SFMono-Regular', 'Cascadia Code', Menlo, monospace;
 --g: #ce6df6;
 --g2: #ef58a5;
 --g3: #f29b1d;
 --g4: #34b9dc;
 --bg: #07050a;
 --surface: #100c15;
 --surface-raised: #18131f;
 --paper: #f5eff7;
 --text: #e9e1ed;
 --muted: #aaa0b2;
 --muted-strong: #c3bac9;
 --border: rgba(71, 57, 82, .58);
 --border-strong: rgba(117, 89, 133, .72);
 --glass-bg: rgba(255, 255, 255, .05);
 --glass-border: rgba(255, 255, 255, .12);
 --gp: linear-gradient(115deg, var(--g), var(--g2));
 --gr: linear-gradient(90deg, var(--g), var(--g2), var(--g3), var(--g4));
 --sec-rgb: 168, 85, 247;
 
 --on-sec: #0a0400;
 
 --r-lg: 40px;
 --r-md: 24px;
 --r-sm: 12px;
 --radius-lg: 1.125rem;
 --ease-out: cubic-bezier(.16, 1, .3, 1);
 --ease-state: cubic-bezier(.65, 0, .35, 1);
 transition:
 --bg-inner 1.2s var(--ease-state),
 --bg-mid 1.2s var(--ease-state),
 --bg-outer 1.2s var(--ease-state),
 --sec .8s var(--ease-state);
}
body[data-section='gaming'] { --sec: #a855f7; --sec-rgb: 168, 85, 247; --bg-inner: #3d1170; --bg-mid: #1a0a2e; --bg-outer: #07050a; }
body[data-section='professional'] { --sec: #22c55e; --sec-rgb: 34, 197, 94; --bg-inner: #0c4d33; --bg-mid: #062318; --bg-outer: #050a07; }
body[data-section='discoteche'] { --sec: #eab308; --sec-rgb: 234, 179, 8; --bg-inner: #6b4a06; --bg-mid: #2c1e03; --bg-outer: #0d0a01; }
body[data-section='web'] { --sec: #34b9dc; --sec-rgb: 52, 185, 220; --bg-inner: #0b4a63; --bg-mid: #05222e; --bg-outer: #020c11; }
body[data-section='neutral'] { --sec: #ce6df6; --sec-rgb: 206, 109, 246; --bg-inner: #33115e; --bg-mid: #170a28; --bg-outer: #07050a; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html {
 scroll-behavior: smooth;
 -webkit-text-size-adjust: 100%;
 overflow-x: clip;
}
body {
 background: var(--bg);
 color: var(--text);
 font-family: var(--font-body);
 font-size: 1rem;
 line-height: 1.65;
 overflow-x: clip;
 -webkit-font-smoothing: antialiased;
 min-height: 100svh;
 
 transition:
 --bg-inner 1.2s var(--ease-state),
 --bg-mid 1.2s var(--ease-state),
 --bg-outer 1.2s var(--ease-state),
 --sec .8s var(--ease-state);
}
h1, h2, h3, h4 {
 color: var(--paper);
 font-family: var(--font-display);
 font-weight: 760;
 text-wrap: balance;
 letter-spacing: -.03em;
}
p { text-wrap: pretty; }
a, button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: none; cursor: pointer; }
img { max-width: 100%; display: block; }
ul, ol { list-style: none; }
::selection { background: rgba(206, 109, 246, .34); color: var(--paper); }
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
 outline: 3px solid #d98ff5;
 outline-offset: 3px;
 border-radius: 4px;
}
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: rgba(168, 85, 247, .5); border-radius: 4px; }
#backdrop {
 position: fixed;
 inset: 0;
 z-index: -1;
 pointer-events: none;
 background: radial-gradient(circle at 50% 42%, var(--bg-inner) 0%, var(--bg-mid) 45%, var(--bg-outer) 100%);
}
body::before {
 content: '';
 position: fixed;
 inset: 0;
 z-index: 3;
 pointer-events: none;
 background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
 opacity: .018;
}
#motes {
 position: fixed;
 inset: 0;
 z-index: 2;
 pointer-events: none;
 overflow: hidden;
}
.mote {
 position: absolute;
 border-radius: 50%;
 background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, .9), rgba(var(--sec-rgb), .35) 45%, transparent 70%);
 box-shadow: 0 0 12px rgba(var(--sec-rgb), .45);
 pointer-events: none;
}
@keyframes riseUp {
 0% { transform: translateY(0) translateX(0) scale(.6); opacity: 0; }
 10% { opacity: .45; }
 90% { opacity: .45; }
 100% { transform: translateY(-110vh) translateX(30px) scale(1); opacity: 0; }
}
@keyframes bk { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes fadeIn { to { opacity: 1; } }
.skip-link {
 position: absolute;
 left: -9999px;
 top: 0;
 z-index: 999;
 padding: .8rem 1.2rem;
 background: var(--surface-raised);
 color: var(--paper);
 border-radius: 0 0 12px 0;
 text-decoration: none;
}
.skip-link:focus { left: 0; }
.header {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 300;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 1rem;
 padding: 1.5rem 4%;
 transition: padding .4s var(--ease-out), background .4s var(--ease-out), backdrop-filter .4s var(--ease-out);
}
.header.is-stuck {
 padding-top: .8rem;
 padding-bottom: .8rem;
 background: rgba(7, 5, 10, .72);
 backdrop-filter: blur(18px);
 -webkit-backdrop-filter: blur(18px);
 border-bottom: 1px solid var(--border);
}
.logo {
 display: flex;
 align-items: center;
 gap: .6rem;
 font-family: var(--font-display);
 font-weight: 800;
 font-size: 1.25rem;
 letter-spacing: -.02em;
 color: var(--paper);
 text-decoration: none;
 flex: none;
}
.logo i { color: var(--sec); font-style: normal; }
.logo-mark {
 width: 26px;
 height: 26px;
 border-radius: 9px;
 background: var(--gp);
 box-shadow: 0 0 22px rgba(206, 109, 246, .45);
}
.nav {
 display: flex;
 gap: .25rem;
 padding: .4rem;
 border-radius: 100px;
 background: rgba(255, 255, 255, .07);
 border: 1px solid rgba(255, 255, 255, .16);
 box-shadow: 0 8px 32px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(255, 255, 255, .06);
 backdrop-filter: blur(20px);
 -webkit-backdrop-filter: blur(20px);
}
.nav-item {
 color: var(--muted);
 text-decoration: none;
 font-size: .82rem;
 font-weight: 500;
 padding: .5rem 1.05rem;
 border-radius: 100px;
 white-space: nowrap;
 transition: color .3s var(--ease-out), background .3s var(--ease-out);
}
.nav-item:hover { color: var(--paper); background: rgba(255, 255, 255, .08); }
.nav-item[aria-current='page'] {
 background: var(--sec);
 color: var(--on-sec);
 font-weight: 600;
}
.header-end { display: flex; align-items: center; gap: .7rem; }
.lang-toggle {
 display: flex;
 gap: .35rem;
 padding: .45rem .7rem;
 border-radius: 100px;
 background: rgba(255, 255, 255, .05);
 border: 1px solid var(--glass-border);
 color: var(--muted);
 font-size: .72rem;
 font-weight: 600;
 letter-spacing: .06em;
 backdrop-filter: blur(12px);
}
.lang-toggle span { transition: color .3s var(--ease-out); }
.lang-toggle .on { color: var(--paper); }
.contact-btn {
 padding: .78rem 1.6rem;
 border-radius: 100px;
 background: rgba(0, 0, 0, .5);
 border: 1px solid var(--glass-border);
 color: var(--paper);
 text-decoration: none;
 font-weight: 600;
 font-size: .84rem;
 white-space: nowrap;
 backdrop-filter: blur(12px);
 transition: transform .3s var(--ease-out), background .3s var(--ease-out);
}
.contact-btn:hover { background: rgba(0, 0, 0, .72); transform: translateY(-2px); }
.menu-btn {
 display: none;
 width: 44px;
 height: 44px;
 border-radius: var(--r-sm);
 border: 1px solid var(--glass-border);
 background: rgba(255, 255, 255, .05);
 backdrop-filter: blur(12px);
 position: relative;
}
.menu-btn span {
 position: absolute;
 left: 13px;
 width: 18px;
 height: 2px;
 border-radius: 2px;
 background: var(--paper);
 transition: transform .35s var(--ease-out), opacity .2s linear;
}
.menu-btn span:nth-child(1) { top: 16px; }
.menu-btn span:nth-child(2) { top: 21px; }
.menu-btn span:nth-child(3) { top: 26px; }
body.menu-open .menu-btn span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
body.menu-open .menu-btn span:nth-child(2) { opacity: 0; }
body.menu-open .menu-btn span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.mobile-menu {
 position: fixed;
 inset: 0;
 z-index: 290;
 display: flex;
 flex-direction: column;
 justify-content: center;
 gap: .4rem;
 padding: 6rem 8vw 3rem;
 background: rgba(7, 5, 10, .93);
 backdrop-filter: blur(24px);
 -webkit-backdrop-filter: blur(24px);
 opacity: 0;
 visibility: hidden;
 transition: opacity .4s var(--ease-out), visibility .4s;
}
body.menu-open .mobile-menu { opacity: 1; visibility: visible; }
body.menu-open { overflow: hidden; }
.mobile-menu a {
 font-family: var(--font-display);
 font-size: clamp(1.8rem, 8vw, 2.6rem);
 font-weight: 800;
 letter-spacing: -.04em;
 color: var(--paper);
 text-decoration: none;
 padding: .35rem 0;
 border-bottom: 1px solid var(--border);
}
.mobile-menu a[aria-current='page'] { color: var(--sec); }
.primary-btn {
 position: relative;
 z-index: 0;
 display: inline-flex;
 align-items: center;
 gap: 1.4rem;
 padding: .4rem .4rem .4rem 1.5rem;
 border-radius: 100px;
 background: rgba(0, 0, 0, .5);
 border: 1px solid var(--glass-border);
 color: var(--paper);
 text-decoration: none;
 font-weight: 700;
 font-size: .9rem;
 width: fit-content;
 overflow: hidden;
 backdrop-filter: blur(12px);
 transition: transform .3s var(--ease-out);
}
.primary-btn::before {
 content: '';
 position: absolute;
 inset: 0;
 z-index: -1;
 background: var(--sec);
 transform: translateY(101%);
 transition: transform .45s var(--ease-out);
}
.primary-btn:hover { transform: translateY(-3px); color: var(--on-sec); }
.primary-btn:hover::before { transform: translateY(0); }
.primary-btn:hover .plus-icon { background: var(--on-sec); color: var(--sec); }
.plus-icon {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 38px;
 height: 38px;
 border-radius: 50%;
 background: var(--sec);
 color: var(--on-sec);
 font-size: 1.4rem;
 font-weight: 900;
 line-height: 1;
 padding-bottom: 2px;
 flex: none;
}
.outline-btn {
 display: inline-flex;
 align-items: center;
 gap: .5rem;
 padding: .85rem 1.6rem;
 border-radius: 100px;
 border: 1px solid var(--border-strong);
 color: var(--paper);
 text-decoration: none;
 font-size: .88rem;
 font-weight: 500;
 transition: border-color .3s var(--ease-out), background .3s var(--ease-out);
}
.outline-btn:hover { border-color: var(--sec); background: rgba(var(--sec-rgb), .1); }
.cta-group { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
main { position: relative; z-index: 4; }
.section { position: relative; padding: clamp(4.5rem, 10vw, 8.5rem) clamp(16px, 4vw, 60px); }
.section + .section { padding-top: clamp(3rem, 6vw, 5.5rem); }
.section-inner { max-width: 1300px; margin: 0 auto; }
.section-head { margin-bottom: clamp(2.5rem, 5vw, 3.6rem); }
.section-head.center { text-align: center; }
.sec-tag {
 display: inline-block;
 font-size: .72rem;
 letter-spacing: .18em;
 text-transform: uppercase;
 color: var(--sec);
}
.sh {
 font-size: clamp(2rem, 4.6vw, 3.4rem);
 line-height: 1.05;
 letter-spacing: -.035em;
 margin-top: .3rem;
}
.sig {
 font-family: var(--font-signature);
 font-style: italic;
 font-weight: 400;
 letter-spacing: -.01em;
 
 color: var(--sec);
}
.section-lead {
 color: var(--muted);
 font-size: 1rem;
 line-height: 1.75;
 max-width: 52ch;
 margin-top: 1rem;
}
.section-head.center .section-lead { margin-left: auto; margin-right: auto; }
.reveal {
 opacity: 0;
 transform: translateY(28px);
 transition: opacity .75s var(--ease-out), transform .75s var(--ease-out);
}
.reveal.in { opacity: 1; transform: none; }
.reveal:focus-within {
 opacity: 1;
 transform: none;
 transition: none; 
}
.final-cta .cta-card {
 position: relative;
 overflow: hidden;
 max-width: 760px;
 margin: 0 auto;
 text-align: center;
 padding: clamp(2.5rem, 6vw, 4rem) 2rem;
 border-radius: var(--r-md);
 background: rgba(var(--sec-rgb), .07);
 border: 1px solid rgba(var(--sec-rgb), .2);
}
.final-cta .cta-card::before {
 content: '';
 position: absolute;
 inset: 0;
 pointer-events: none;
 background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(var(--sec-rgb), .12), transparent);
}
.final-cta .cta-card > * { position: relative; }
.final-cta h2 { filter: drop-shadow(0 0 30px rgba(var(--sec-rgb), .35)); margin: .4rem auto 1rem; }
.final-cta p { color: var(--muted); font-size: .95rem; line-height: 1.75; margin-bottom: 2.2rem; }
.final-cta .cta-group { justify-content: center; }
.site-footer {
 position: relative;
 z-index: 4;
 border-top: 1px solid var(--border);
 padding: 2.4rem clamp(16px, 4vw, 60px);
 background: rgba(7, 5, 10, .6);
}
.site-footer__inner {
 max-width: 1300px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 1.4rem;
 flex-wrap: wrap;
}
.site-footer__brand {
 font-family: var(--font-display);
 font-size: 1.3rem;
 font-weight: 800;
 letter-spacing: -.03em;
 color: var(--paper);
 text-decoration: none;
}
.site-footer__brand span { color: var(--sec); }
.site-footer__meta { color: var(--muted); font-size: .78rem; margin-top: .2rem; }
.site-footer__nav { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.site-footer__nav a {
 color: var(--muted);
 text-decoration: none;
 font-size: .82rem;
 transition: color .3s var(--ease-out);
}
.site-footer__nav a:hover { color: var(--paper); }
@media (max-width: 1080px) {
 .nav { display: none; }
 .menu-btn { display: block; }
 .contact-btn { display: none; }
}
@media (max-width: 620px) {
 .header { padding: 1rem 5%; }
 .site-footer__inner { flex-direction: column; align-items: flex-start; }
}
@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; }
}
.worlds-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 1.1rem;
}
.world-card {
 --world-accent: var(--sec);
 position: relative;
 border-radius: var(--r-md);
 overflow: hidden;
 border: 1px solid var(--border);
 background: rgba(255, 255, 255, .03);
 transition: transform .5s var(--ease-out), border-color .5s var(--ease-out), box-shadow .5s var(--ease-out);
}
.world-card:hover {
 transform: translateY(-6px);
 border-color: var(--world-accent);
 box-shadow: 0 24px 60px rgba(0, 0, 0, .5), 0 0 40px rgba(0, 0, 0, .2);
}
.world-card a { text-decoration: none; color: inherit; display: block; height: 100%; }
.world-card__media {
 position: relative;
 aspect-ratio: 1 / 1;
 overflow: hidden;
 background: var(--surface);
}
.world-card__media img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform .7s var(--ease-out);
}
.world-card:hover .world-card__media img { transform: scale(1.06); }
.world-card__media::after {
 content: '';
 position: absolute;
 inset: 0;
 background: linear-gradient(to top, rgba(7, 5, 10, .95), rgba(7, 5, 10, .1));
}
.world-card__content { padding: 1.2rem 1.3rem 1.4rem; }
.world-card__content header {
 display: flex;
 align-items: baseline;
 justify-content: space-between;
 margin-bottom: .6rem;
}
.world-card__label {
 font-size: .72rem;
 letter-spacing: .16em;
 text-transform: uppercase;
 color: var(--world-accent);
}
.world-card__number {
 font-family: var(--font-display);
 font-size: .78rem;
 color: var(--muted);
}
.world-card__content h3 { font-size: 1.15rem; line-height: 1.25; margin-bottom: .9rem; }
.world-card__services {
 display: flex;
 flex-wrap: wrap;
 gap: .35rem;
 margin-bottom: 1.1rem;
}
.world-card__services span {
 font-size: .68rem;
 padding: .25rem .6rem;
 border-radius: 100px;
 color: var(--muted-strong);
 border: 1px solid var(--border);
 background: rgba(255, 255, 255, .03);
}
.world-card__cta {
 display: inline-flex;
 align-items: center;
 gap: .45rem;
 font-size: .82rem;
 font-weight: 600;
 color: var(--world-accent);
}
.world-card:hover .world-card__cta svg { transform: translateX(4px); }
.world-card__cta svg { transition: transform .35s var(--ease-out); }
.crumbs {
 display: flex;
 align-items: center;
 gap: .5rem;
 font-size: .76rem;
 color: var(--muted);
 margin-bottom: .4rem;
}
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--paper); }
.service-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 gap: 1rem;
}
.service-card {
 position: relative;
 padding: 1.6rem 1.5rem;
 border-radius: var(--r-md);
 border: 1px solid var(--border);
 background: rgba(255, 255, 255, .03);
 overflow: hidden;
 transition: transform .45s var(--ease-out), border-color .45s var(--ease-out);
}
.service-card::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 height: 2px;
 width: 0;
 background: var(--sec);
 transition: width .5s var(--ease-out);
}
.service-card:hover { transform: translateY(-4px); border-color: rgba(var(--sec-rgb), .5); }
.service-card:hover::before { width: 100%; }
.service-card__num {
 font-family: var(--font-display);
 font-size: .74rem;
 letter-spacing: .12em;
 color: var(--sec);
}
.service-card h3 { font-size: 1.08rem; margin: .5rem 0 .5rem; }
.service-card p { color: var(--muted); font-size: .88rem; line-height: 1.65; }
.service-card ul { margin-top: .9rem; display: flex; flex-wrap: wrap; gap: .35rem; }
.service-card li {
 font-size: .68rem;
 padding: .25rem .6rem;
 border-radius: 100px;
 color: var(--muted-strong);
 border: 1px solid var(--border);
}
.process-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 1rem;
}
.process-step {
 position: relative;
 padding: 1.5rem 1.4rem;
 border-radius: var(--r-md);
 border: 1px solid var(--border);
 background: rgba(255, 255, 255, .03);
 overflow: hidden;
 transition: border-color .45s var(--ease-out);
}
.process-step::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 height: 2px;
 width: 0;
 background: var(--sec);
 transition: width .5s var(--ease-out);
}
.process-step:hover { border-color: rgba(var(--sec-rgb), .45); }
.process-step:hover::before { width: 100%; }
.process-number {
 font-family: var(--font-display);
 font-size: .72rem;
 letter-spacing: .14em;
 color: var(--sec);
}
.process-step h3 { font-size: 1.02rem; margin: .5rem 0 .45rem; }
.process-step p { color: var(--muted); font-size: .86rem; line-height: 1.6; }
.web-grid {
 display: grid;
 grid-template-columns: 1.05fr .95fr;
 gap: clamp(2rem, 5vw, 4.5rem);
 align-items: center;
}
.browser-wrap { perspective: 1200px; }
.browser {
 border-radius: var(--r-md);
 overflow: hidden;
 border: 1px solid var(--glass-border);
 background: rgba(255, 255, 255, .04);
 backdrop-filter: blur(10px);
 box-shadow: 0 40px 80px rgba(0, 0, 0, .55), 0 0 60px rgba(var(--sec-rgb), .18);
 transform: rotateX(6deg) rotateY(-8deg);
 transition: transform .8s var(--ease-out);
}
.browser:hover { transform: rotateX(0deg) rotateY(0deg); }
.browser-bar {
 display: flex;
 align-items: center;
 gap: .4rem;
 padding: .7rem .9rem;
 background: rgba(7, 5, 10, .7);
 border-bottom: 1px solid var(--border);
}
.browser-bar .dot {
 width: 9px;
 height: 9px;
 border-radius: 50%;
 background: rgba(255, 255, 255, .18);
}
.browser-url {
 flex: 1;
 margin-left: .6rem;
 padding: .28rem .8rem;
 border-radius: 100px;
 background: rgba(255, 255, 255, .05);
 border: 1px solid var(--border);
 font-size: .68rem;
 color: var(--muted);
}
.browser-live {
 display: inline-flex;
 align-items: center;
 gap: .35rem;
 font-size: .62rem;
 letter-spacing: .12em;
 text-transform: uppercase;
 color: var(--sec);
}
.browser-live i {
 width: 6px;
 height: 6px;
 border-radius: 50%;
 background: var(--sec);
 box-shadow: 0 0 8px var(--sec);
 animation: bk 2s ease-in-out infinite;
}
.browser-view {
 position: relative;
 aspect-ratio: 16 / 10;
 overflow: hidden;
 background: var(--surface);
}
.browser-shot {
 position: absolute;
 inset: 0;
 background-size: cover;
 background-position: top center;
 opacity: 0;
 transition: opacity .8s var(--ease-out);
}
.browser-shot.is-active { opacity: 1; animation: scrollDrift 9s ease-in-out infinite alternate; }
@keyframes scrollDrift {
 from { background-position: top center; }
 to { background-position: bottom center; }
}
.browser-code {
 display: flex;
 align-items: center;
 gap: .1rem;
 padding: .7rem .9rem;
 background: #0b0812;
 border-top: 1px solid var(--border);
 font-family: var(--font-mono);
 font-size: .72rem;
 color: #7fd7ea;
 min-height: 2.4rem;
 overflow: hidden;
 white-space: nowrap;
}
.caret {
 display: inline-block;
 width: 7px;
 height: 1em;
 background: var(--sec);
 animation: caretBlink 1.05s steps(1) infinite;
}
@keyframes caretBlink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
.web-list { display: flex; flex-direction: column; margin: 1.6rem 0 2rem; }
.web-list li {
 display: grid;
 grid-template-columns: 2.6rem 1fr;
 align-items: baseline;
 gap: .3rem 1rem;
 padding: 1rem 0;
 border-top: 1px solid var(--border);
 transition: padding-left .35s var(--ease-out);
}
.web-list li:hover { padding-left: .6rem; }
.web-list li:last-child { border-bottom: 1px solid var(--border); }
.web-list b {
 font-family: var(--font-display);
 font-size: .78rem;
 letter-spacing: .1em;
 color: var(--sec);
}
.web-list h3 { font-size: 1.05rem; letter-spacing: -.02em; }
.web-list p { grid-column: 2; color: var(--muted); font-size: .87rem; line-height: 1.6; }
.chip-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.3rem; }
.chip-row span {
 display: inline-flex;
 align-items: center;
 gap: .4rem;
 padding: .42rem .85rem;
 border-radius: 100px;
 font-size: .75rem;
 background: rgba(255, 255, 255, .04);
 border: 1px solid rgba(var(--sec-rgb), .32);
 color: var(--muted-strong);
}
.chip-row svg { color: var(--sec); flex: none; }
.contact-grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: clamp(2rem, 5vw, 4rem);
 align-items: start;
}
.form-card {
 padding: clamp(1.6rem, 3vw, 2.4rem);
 border-radius: var(--r-md);
 border: 1px solid var(--border);
 background: rgba(255, 255, 255, .03);
 backdrop-filter: blur(10px);
}
.field { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.1rem; }
.field label { font-size: .78rem; letter-spacing: .04em; color: var(--muted-strong); }
.field input,
.field select,
.field textarea {
 padding: .85rem 1rem;
 border-radius: var(--r-sm);
 background: rgba(7, 5, 10, .55);
 border: 1px solid var(--border);
 color: var(--paper);
 font-size: .92rem;
 transition: border-color .3s var(--ease-out), background .3s var(--ease-out);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
 border-color: var(--sec);
 background: rgba(7, 5, 10, .8);
}
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-note { font-size: .74rem; color: var(--muted); margin-top: 1rem; line-height: 1.6; }
.form-status {
 margin-top: 1rem;
 padding: .9rem 1.1rem;
 border-radius: var(--r-sm);
 border: 1px solid rgba(var(--sec-rgb), .4);
 background: rgba(var(--sec-rgb), .08);
 font-size: .85rem;
 display: none;
}
.form-status.is-visible { display: block; }
.info-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.6rem; }
.info-item {
 display: flex;
 gap: .9rem;
 align-items: flex-start;
 padding: 1.1rem 1.2rem;
 border-radius: var(--r-sm);
 border: 1px solid var(--border);
 background: rgba(255, 255, 255, .03);
}
.info-item svg { color: var(--sec); flex: none; margin-top: .2rem; }
.info-item h3 { font-size: .95rem; margin-bottom: .2rem; }
.info-item p { color: var(--muted); font-size: .84rem; line-height: 1.6; }
@media (max-width: 1200px) {
 .worlds-grid { grid-template-columns: repeat(2, 1fr); }
 .web-grid, .contact-grid { grid-template-columns: 1fr; }
 .browser { transform: none; }
}
@media (max-width: 900px) {
 .process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
 .worlds-grid, .process-grid { grid-template-columns: 1fr; }
 .field-row { grid-template-columns: 1fr; }
}
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: vtOut .28s var(--ease-state) both; }
::view-transition-new(root) { animation: vtIn .42s var(--ease-out) both; }
@keyframes vtOut { to { opacity: 0; transform: translateY(-12px); } }
@keyframes vtIn { from { opacity: 0; transform: translateY(18px); } }
.header { view-transition-name: site-header; }
.site-footer { view-transition-name: site-footer; }
@media (prefers-reduced-motion: reduce) {
 ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
}
.progress {
 position: fixed;
 top: 0;
 left: 0;
 height: 2px;
 width: 100%;
 z-index: 400;
 background: var(--sec);
 transform: scaleX(0);
 transform-origin: left;
 box-shadow: 0 0 12px rgba(206, 109, 246, .7);
 pointer-events: none;
}
.rail {
 position: fixed;
 right: 1.6rem;
 top: 50%;
 transform: translateY(-50%);
 z-index: 150;
 display: flex;
 flex-direction: column;
 gap: .9rem;
 align-items: flex-end;
}
.rail a {
 display: flex;
 align-items: center;
 gap: .6rem;
 color: var(--muted);
 text-decoration: none;
 font-size: .66rem;
 letter-spacing: .12em;
 text-transform: uppercase;
 opacity: .45;
 transition: opacity .35s var(--ease-out), color .35s var(--ease-out);
}
.rail a span { opacity: 0; transform: translateX(6px); transition: opacity .35s var(--ease-out), transform .35s var(--ease-out); }
.rail a i { display: block; width: 22px; height: 2px; border-radius: 2px; background: currentColor; transition: width .35s var(--ease-out); }
.rail a:hover, .rail a.is-active { opacity: 1; color: var(--paper); }
.rail a:hover span { opacity: 1; transform: none; }
.rail a.is-active i { width: 40px; background: var(--sec); }
@media (max-width: 1500px) { .rail { display: none; } }
.reveal-words .rw-mask {
 display: inline-block;
 overflow: hidden;
 vertical-align: bottom;
 padding: .16em .06em;
 margin: -.16em -.06em;
}
.reveal-words .rw-word {
 display: inline-block;
 transform: translateY(115%);
 transition: transform .9s var(--ease-out);
}
.reveal-words.in .rw-word { transform: none; }
.reveal-words .sig .rw-word { color: var(--sec); }
@media (prefers-reduced-motion: reduce) {
 .reveal-words .rw-word { transform: none; }
}
.preloader {
 position: fixed;
 inset: 0;
 z-index: 900;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 1.4rem;
 background: #07050a;
 transition: opacity .7s var(--ease-state), visibility .7s;
}
.preloader::before {
 content: '';
 position: absolute;
 inset: 0;
 background-image:
 linear-gradient(rgba(168, 85, 247, .05) 1px, transparent 1px),
 linear-gradient(90deg, rgba(168, 85, 247, .05) 1px, transparent 1px);
 background-size: 60px 60px;
}
.preloader::after {
 content: '';
 position: absolute;
 width: 420px;
 height: 420px;
 border-radius: 50%;
 background: radial-gradient(circle, rgba(206, 109, 246, .16) 0%, transparent 65%);
 filter: blur(60px);
}
.preloader.is-out { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader img {
 position: relative;
 width: clamp(96px, 14vw, 150px);
 filter: drop-shadow(0 0 40px rgba(206, 109, 246, .45));
 animation: preIn .8s var(--ease-out) both;
}
.preloader span {
 position: relative;
 font-size: .7rem;
 letter-spacing: .42em;
 text-transform: uppercase;
 color: var(--muted);
 animation: preIn .8s var(--ease-out) .12s both;
}
.preloader i {
 position: relative;
 display: block;
 width: min(220px, 40vw);
 height: 2px;
 border-radius: 2px;
 background: rgba(255, 255, 255, .12);
 overflow: hidden;
}
.preloader i::after {
 content: '';
 display: block;
 height: 100%;
 width: 0;
 background: var(--gp);
 animation: loadBar 1.6s var(--ease-out) forwards;
}
@keyframes preIn { from { opacity: 0; transform: translateY(24px) scale(.96); } }
@keyframes loadBar { to { width: 100%; } }
.watermark {
 position: absolute;
 pointer-events: none;
 opacity: .05;
 mix-blend-mode: screen;
 filter: grayscale(1) brightness(2);
 z-index: 0;
 will-change: transform;
}
.watermark--right { right: -6%; top: 8%; width: min(48vw, 620px); }
.watermark--left { left: -10%; bottom: -8%; width: min(42vw, 520px); }
.section:has(.watermark) { overflow: clip; }
@media (max-width: 900px) { .watermark { display: none; } }
.monogram-frame {
 position: relative;
 width: 100%;
 max-width: 460px;
 margin-inline: auto;
 border-radius: var(--r-md);
 overflow: hidden;
 border: 1px solid var(--glass-border);
 background: rgba(255, 255, 255, .04);
 box-shadow: 0 40px 90px rgba(0, 0, 0, .55), 0 0 70px rgba(var(--sec-rgb), .2);
}
.monogram-frame img { width: 100%; display: block; }
.monogram-frame .mono-meta {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 display: flex;
 justify-content: space-between;
 padding: .9rem 1.1rem;
 font-size: .62rem;
 letter-spacing: .22em;
 text-transform: uppercase;
 color: var(--muted);
 background: linear-gradient(to bottom, rgba(7, 5, 10, .85), transparent);
}
.monogram-frame .mono-caption {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 display: flex;
 justify-content: space-between;
 gap: .5rem;
 padding: 1.6rem 1.1rem .9rem;
 font-size: .68rem;
 letter-spacing: .12em;
 text-transform: uppercase;
 color: var(--muted-strong);
 background: linear-gradient(to top, rgba(7, 5, 10, .92), transparent);
}
.wave-canvas {
 position: absolute;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 150px;
 pointer-events: none;
 z-index: 2;
}
.worlds-story { position: relative; display: none; }
@media (min-width: 900px) {
 .worlds-story { display: block; }
 .worlds-grid-fallback { display: none; }
}
.story-stage {
 position: sticky;
 top: 0;
 height: 100svh;
 
 margin-bottom: -100svh;
 z-index: 1;
 display: grid;
 grid-template-columns: 1fr 1fr;
 align-items: center;
 gap: clamp(2rem, 5vw, 5rem);
 padding: 6rem clamp(16px, 4vw, 60px) 4rem;
 max-width: 1400px;
 margin: 0 auto;
}
.story-copy { position: relative; min-height: 420px; }
.story-panel {
 position: absolute;
 inset: 0;
 display: flex;
 flex-direction: column;
 justify-content: center;
 gap: 1rem;
 opacity: 0;
 transform: translateY(26px);
 
 visibility: hidden;
 transition: opacity .6s var(--ease-out), transform .6s var(--ease-out), visibility .6s;
 pointer-events: none;
}
.story-panel.is-active { opacity: 1; transform: none; visibility: visible; pointer-events: auto; }
.story-index {
 font-family: var(--font-display);
 font-size: .8rem;
 letter-spacing: .3em;
 color: var(--sec);
}
.story-panel h3 {
 font-size: clamp(2.6rem, 5.4vw, 4.6rem);
 line-height: .95;
 letter-spacing: -.045em;
}
.story-panel h3 em {
 font-family: var(--font-signature);
 font-style: italic;
 font-weight: 400;
 background: var(--gp);
 -webkit-background-clip: text;
 background-clip: text;
 color: transparent;
}
.story-panel p { color: var(--muted); font-size: 1rem; line-height: 1.7; max-width: 44ch; }
.story-services { display: flex; flex-wrap: wrap; gap: .4rem; }
.story-services span {
 font-size: .72rem;
 padding: .3rem .75rem;
 border-radius: 100px;
 border: 1px solid rgba(var(--sec-rgb), .4);
 background: rgba(var(--sec-rgb), .07);
 color: var(--muted-strong);
}
.story-visual {
 position: relative;
 width: min(100%, 60vh);
 aspect-ratio: 1;
 margin: 0 auto;
 perspective: 1400px;
}
.story-panel .outline-btn { align-self: flex-start; }
.story-card {
 position: absolute;
 inset: 0;
 border-radius: var(--r-md);
 overflow: hidden;
 border: 1px solid rgba(255, 255, 255, .16);
 box-shadow: 0 40px 90px rgba(0, 0, 0, .6);
 opacity: 0;
 transform: translateY(40px) scale(.94) rotateX(6deg);
 transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
.story-card {
 background:
 radial-gradient(circle at 50% 30%, rgba(var(--sec-rgb), .22), transparent 62%),
 #0a0710;
}
.story-card img { width: 100%; height: 100%; object-fit: cover; }
.story-card::after {
 content: '';
 position: absolute;
 inset: 0;
 background: linear-gradient(to top, rgba(7, 5, 10, .8), transparent 55%),
 radial-gradient(circle at 70% 20%, rgba(var(--sec-rgb), .25), transparent 60%);
}
.story-card.is-active { opacity: 1; transform: none; }
.story-card.is-past { opacity: 0; transform: translateY(-40px) scale(.94); }
.story-steps { position: relative; z-index: 2; pointer-events: none; }
.story-step { height: 100svh; }
.story-dots {
 position: absolute;
 left: clamp(16px, 4vw, 60px);
 bottom: 3rem;
 display: flex;
 gap: .5rem;
 z-index: 5;
}
.story-dots i {
 width: 26px;
 height: 3px;
 border-radius: 3px;
 background: rgba(255, 255, 255, .18);
 transition: background .4s var(--ease-out), width .4s var(--ease-out);
}
.story-dots i.is-active { background: var(--sec); width: 46px; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.6rem; }
.filter-btn {
 padding: .45rem 1.05rem;
 border-radius: 100px;
 border: 1px solid var(--border);
 background: rgba(255, 255, 255, .03);
 color: var(--muted);
 font-size: .78rem;
 transition: color .3s var(--ease-out), border-color .3s var(--ease-out), background .3s var(--ease-out);
}
.filter-btn:hover { color: var(--paper); border-color: var(--border-strong); }
.filter-btn.is-active { color: var(--on-sec); background: var(--sec); border-color: transparent; font-weight: 600; }
.gallery {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: .9rem;
}
.gallery-item {
 position: relative;
 border-radius: var(--r-md);
 overflow: hidden;
 border: 1px solid var(--border);
 background:
 radial-gradient(circle at 50% 35%, rgba(var(--sec-rgb), .16), transparent 65%),
 var(--surface);
 aspect-ratio: 1 / 1;
 cursor: zoom-in;
 padding: 0;
 transition: opacity .45s var(--ease-out), transform .45s var(--ease-out), border-color .45s var(--ease-out);
}
.gallery-item img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform .8s var(--ease-out), filter .6s var(--ease-out);
 filter: saturate(.9);
}
.gallery-item:hover img { transform: scale(1.06); filter: saturate(1.15); }
.gallery-item:hover { border-color: rgba(var(--sec-rgb), .6); }
.gallery-item figcaption {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: .6rem;
 padding: 1.6rem .9rem .8rem;
 font-size: .76rem;
 font-weight: 600;
 color: var(--paper);
 text-align: left;
 background: linear-gradient(to top, rgba(7, 5, 10, .92), transparent);
}
.gallery-item figcaption b { font-weight: 500; font-size: .66rem; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
.gallery-item.is-hidden { opacity: 0; transform: scale(.96); pointer-events: none; position: absolute; visibility: hidden; }
.lightbox {
 position: fixed;
 inset: 0;
 z-index: 500;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: clamp(1rem, 5vw, 4rem);
 background: rgba(5, 3, 8, .92);
 backdrop-filter: blur(18px);
 opacity: 0;
 visibility: hidden;
 transition: opacity .4s var(--ease-out), visibility .4s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img {
 max-width: 100%;
 max-height: 78vh;
 border-radius: var(--r-md);
 border: 1px solid var(--glass-border);
 box-shadow: 0 40px 100px rgba(0, 0, 0, .7);
 transform: scale(.96);
 transition: transform .45s var(--ease-out);
}
.lightbox.is-open img { transform: none; }
.lightbox-bar {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 2rem;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 1.2rem;
 color: var(--muted);
 font-size: .82rem;
}
.lightbox-bar strong { color: var(--paper); font-weight: 600; }
.lightbox button {
 width: 42px;
 height: 42px;
 border-radius: 50%;
 border: 1px solid var(--glass-border);
 background: rgba(255, 255, 255, .06);
 color: var(--paper);
 transition: background .3s var(--ease-out);
}
.lightbox button:hover { background: rgba(255, 255, 255, .16); }
.lightbox .lb-close { position: absolute; top: 1.5rem; right: 1.5rem; }
.faq { max-width: 860px; margin: 0 auto; }
.faq details {
 border-top: 1px solid var(--border);
 padding: .2rem 0;
}
.faq details:last-of-type { border-bottom: 1px solid var(--border); }
.faq summary {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 1.5rem;
 padding: 1.25rem .2rem;
 cursor: pointer;
 list-style: none;
 font-family: var(--font-display);
 font-size: 1.05rem;
 font-weight: 700;
 letter-spacing: -.02em;
 color: var(--paper);
 transition: color .3s var(--ease-out);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--sec); }
.faq summary::after {
 content: '';
 flex: none;
 width: 12px;
 height: 12px;
 border-right: 2px solid var(--sec);
 border-bottom: 2px solid var(--sec);
 transform: rotate(45deg) translate(-2px, -2px);
 transition: transform .35s var(--ease-out);
}
.faq details[open] summary::after { transform: rotate(-135deg) translate(-2px, -2px); }
.faq .faq-body { padding: 0 .2rem 1.4rem; color: var(--muted); font-size: .93rem; line-height: 1.75; max-width: 68ch; }
.faq details[open] .faq-body { animation: faqIn .45s var(--ease-out) both; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } }
.configurator {
 padding: clamp(1.6rem, 3vw, 2.4rem);
 border-radius: var(--r-md);
 border: 1px solid rgba(var(--sec-rgb), .28);
 background: rgba(255, 255, 255, .03);
 backdrop-filter: blur(10px);
}
.conf-step { margin-bottom: 1.6rem; }
.conf-step > p { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .7rem; }
.conf-step > p b { color: var(--sec); margin-right: .5rem; }
.conf-options { display: flex; flex-wrap: wrap; gap: .5rem; }
.conf-opt {
 padding: .55rem 1rem;
 border-radius: 100px;
 border: 1px solid var(--border);
 background: rgba(255, 255, 255, .03);
 color: var(--muted-strong);
 font-size: .84rem;
 transition: transform .3s var(--ease-out), border-color .3s var(--ease-out), background .3s var(--ease-out), color .3s var(--ease-out);
}
.conf-opt:hover { transform: translateY(-2px); border-color: var(--border-strong); color: var(--paper); }
.conf-opt.is-on {
 border-color: var(--sec);
 background: rgba(var(--sec-rgb), .14);
 color: var(--paper);
 font-weight: 600;
}
.conf-summary {
 margin-top: 1.4rem;
 padding: 1.1rem 1.2rem;
 border-radius: var(--r-sm);
 border: 1px solid var(--border);
 background: rgba(7, 5, 10, .5);
 font-size: .88rem;
 line-height: 1.7;
 color: var(--muted);
}
.conf-summary b { color: var(--paper); }
.conf-summary .conf-empty { color: var(--muted); }
.sticky-cta {
 position: fixed;
 left: 50%;
 bottom: 1.4rem;
 z-index: 250;
 display: flex;
 align-items: center;
 gap: 1rem;
 padding: .55rem .55rem .55rem 1.3rem;
 border-radius: 100px;
 border: 1px solid var(--glass-border);
 background: rgba(16, 12, 21, .82);
 backdrop-filter: blur(20px);
 box-shadow: 0 20px 50px rgba(0, 0, 0, .55);
 transform: translate(-50%, 140%);
 transition: transform .6s var(--ease-out);
}
.sticky-cta.is-visible { transform: translate(-50%, 0); }
.sticky-cta p { font-size: .84rem; color: var(--muted-strong); white-space: nowrap; }
.sticky-cta p b { color: var(--paper); font-weight: 600; }
.sticky-cta a {
 padding: .6rem 1.2rem;
 border-radius: 100px;
 background: var(--sec);
 color: var(--on-sec);
 font-size: .82rem;
 font-weight: 700;
 text-decoration: none;
 white-space: nowrap;
}
.sticky-cta .cta-dismiss { width: 30px; height: 30px; border-radius: 50%; color: var(--muted); font-size: 1rem; line-height: 1; }
.sticky-cta .cta-dismiss:hover { color: var(--paper); background: rgba(255, 255, 255, .08); }
@media (max-width: 620px) {
 .sticky-cta { left: 1rem; right: 1rem; transform: translateY(140%); width: auto; }
 .sticky-cta.is-visible { transform: none; }
 .sticky-cta p { white-space: normal; font-size: .78rem; }
}
.ticker:hover .tick-track { animation-play-state: paused; }
.magnetic { will-change: transform; }
.tilt { transform-style: preserve-3d; will-change: transform; }
.tilt > * { transform: translateZ(0); }
@media (max-width: 1200px) {
 .gallery { grid-template-columns: repeat(3, 1fr); }
 .story-stage { grid-template-columns: 1fr; }
 .story-visual { display: none; }
 .story-copy { min-height: 340px; }
}
@media (max-width: 620px) {
 .gallery { grid-template-columns: repeat(2, 1fr); }
 .gallery-item figcaption { padding: 1.2rem .6rem .6rem; font-size: .68rem; }
 .gallery-item figcaption b { display: none; }
}
.section-head { position: relative; }
.eyebrow {
 display: flex;
 align-items: center;
 gap: .7rem;
 font-size: .72rem;
 letter-spacing: .18em;
 text-transform: uppercase;
 color: var(--sec);
 margin-bottom: .9rem;
}
.eyebrow::before {
 content: '';
 width: 28px;
 height: 1px;
 background: currentColor;
 flex: none;
}
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::after {
 content: '';
 width: 28px;
 height: 1px;
 background: currentColor;
 flex: none;
}
.section-num {
 position: absolute;
 top: -.4rem;
 right: 0;
 font-family: var(--font-display);
 font-size: .74rem;
 letter-spacing: .14em;
 color: var(--muted);
 opacity: .6;
}
.proof {
 position: relative;
 overflow: hidden;
 border-radius: var(--r-md);
 border: 1px solid var(--border);
 background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
 padding: 1.6rem 0 1.8rem;
}
.proof::before {
 content: '';
 position: absolute;
 inset: -1px;
 border-radius: var(--r-md);
 padding: 1px;
 background: linear-gradient(120deg, transparent 20%, rgba(var(--sec-rgb), .55), transparent 80%);
 -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
 -webkit-mask-composite: xor;
 mask-composite: exclude;
 pointer-events: none;
}
.proof-label {
 display: block;
 text-align: center;
 font-size: .72rem;
 letter-spacing: .2em;
 text-transform: uppercase;
 color: var(--muted);
 margin-bottom: 1.4rem;
}
.proof-track {
 display: flex;
 gap: 1rem;
 width: max-content;
 animation: proofScroll 42s linear infinite;
}
.proof:hover .proof-track { animation-play-state: paused; }
@keyframes proofScroll {
 from { transform: translateX(0); }
 to { transform: translateX(-50%); }
}
.proof-item {
 width: 108px;
 height: 108px;
 flex: none;
 border-radius: var(--r-md);
 overflow: hidden;
 border: 1px solid var(--border);
 background: #0a0710;
 filter: grayscale(1) brightness(.85);
 opacity: .7;
 transition: filter .5s var(--ease-out), opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.proof-item img { width: 100%; height: 100%; object-fit: cover; }
.proof:hover .proof-item { opacity: .85; }
.proof-item:hover {
 filter: none;
 opacity: 1;
 transform: translateY(-4px) scale(1.04);
 border-color: rgba(var(--sec-rgb), .6);
}
.proof-fade {
 position: absolute;
 top: 0;
 bottom: 0;
 width: 90px;
 z-index: 2;
 pointer-events: none;
}
.proof-fade.is-left { left: 0; background: linear-gradient(to right, #0b0810, transparent); }
.proof-fade.is-right { right: 0; background: linear-gradient(to left, #0b0810, transparent); }
.paths {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 1.2rem;
 align-items: stretch;
}
.path-card {
 position: relative;
 display: flex;
 flex-direction: column;
 gap: 1rem;
 padding: clamp(1.6rem, 3vw, 2.4rem);
 border-radius: var(--r-md);
 border: 1px solid var(--border);
 background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
 overflow: hidden;
 transition: border-color .5s var(--ease-out), transform .5s var(--ease-out);
}
.path-card::after {
 content: '';
 position: absolute;
 top: -40%;
 right: -30%;
 width: 320px;
 height: 320px;
 border-radius: 50%;
 background: radial-gradient(circle, rgba(var(--sec-rgb), .18), transparent 65%);
 pointer-events: none;
 transition: opacity .6s var(--ease-out);
 opacity: .7;
}
.path-card:hover { transform: translateY(-4px); border-color: rgba(var(--sec-rgb), .5); }
.path-card:hover::after { opacity: 1; }
.path-flag {
 align-self: flex-start;
 padding: .3rem .8rem;
 border-radius: 100px;
 font-size: .66rem;
 letter-spacing: .14em;
 text-transform: uppercase;
 border: 1px solid rgba(var(--sec-rgb), .45);
 background: rgba(var(--sec-rgb), .12);
 color: var(--paper);
}
.path-card h3 {
 font-size: clamp(1.5rem, 2.4vw, 2rem);
 letter-spacing: -.035em;
 line-height: 1.1;
}
.path-for {
 font-size: .84rem;
 color: var(--muted);
 padding-bottom: 1rem;
 border-bottom: 1px solid var(--border);
}
.path-for b { color: var(--muted-strong); font-weight: 600; }
.path-list { display: flex; flex-direction: column; gap: .75rem; }
.path-list li {
 display: grid;
 grid-template-columns: 20px 1fr;
 gap: .7rem;
 align-items: start;
 font-size: .92rem;
 line-height: 1.6;
 color: var(--muted-strong);
}
.path-list svg { color: var(--sec); margin-top: .32rem; }
.path-card .primary-btn { margin-top: auto; }
.guarantee {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 1px;
 border: 1px solid var(--border);
 border-radius: var(--r-md);
 overflow: hidden;
 background: var(--border);
}
.guarantee > div {
 padding: 1.6rem 1.4rem;
 background: #0b0810;
 display: flex;
 flex-direction: column;
 gap: .5rem;
 transition: background .45s var(--ease-out);
}
.guarantee > div:hover { background: #120d1b; }
.guarantee svg { color: var(--sec); }
.guarantee h3 { font-size: .98rem; letter-spacing: -.02em; }
.guarantee p { font-size: .84rem; color: var(--muted); line-height: 1.6; }
.stack-row {
 display: flex;
 flex-wrap: wrap;
 gap: .5rem;
 margin-bottom: 1.4rem;
}
.stack-row span {
 display: inline-flex;
 align-items: center;
 gap: .5rem;
 padding: .5rem .95rem;
 border-radius: 100px;
 font-size: .8rem;
 color: var(--muted-strong);
 border: 1px solid var(--border);
 background: rgba(255, 255, 255, .035);
 transition: border-color .35s var(--ease-out), color .35s var(--ease-out), transform .35s var(--ease-out);
}
.stack-row span:hover {
 border-color: rgba(var(--sec-rgb), .5);
 color: var(--paper);
 transform: translateY(-2px);
}
.stack-row img { width: 15px; height: 15px; opacity: .85; }
.site-footer--rich { padding-top: clamp(3rem, 6vw, 4.5rem); }
.footer-grid {
 max-width: 1300px;
 margin: 0 auto;
 display: grid;
 grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
 gap: clamp(1.6rem, 4vw, 3rem);
 padding-bottom: 2.4rem;
 border-bottom: 1px solid var(--border);
}
.footer-brand p {
 color: var(--muted);
 font-size: .88rem;
 line-height: 1.7;
 max-width: 34ch;
 margin-top: .7rem;
}
.footer-col h4 {
 font-size: .72rem;
 letter-spacing: .16em;
 text-transform: uppercase;
 color: var(--muted);
 margin-bottom: .9rem;
 font-weight: 500;
}
.footer-col a,
.footer-col span {
 display: block;
 font-size: .88rem;
 color: var(--muted-strong);
 text-decoration: none;
 padding: .28rem 0;
 transition: color .3s var(--ease-out), transform .3s var(--ease-out);
}
.footer-col a:hover { color: var(--paper); transform: translateX(3px); }
.footer-col a.footer-cta {
 display: inline-flex;
 width: fit-content;
}
.footer-cta {
 display: inline-flex;
 align-items: center;
 gap: .6rem;
 margin-top: .8rem;
 padding: .7rem 1.3rem;
 border-radius: 100px;
 background: var(--sec);
 color: var(--on-sec);
 font-size: .84rem;
 font-weight: 700;
 text-decoration: none;
 transition: transform .3s var(--ease-out);
}
.footer-cta:hover { transform: translateY(-2px); }
.footer-legal {
 max-width: 1300px;
 margin: 0 auto;
 padding-top: 1.4rem;
 display: flex;
 justify-content: space-between;
 gap: 1rem;
 flex-wrap: wrap;
 font-size: .76rem;
 color: var(--muted);
}
@media (max-width: 1000px) {
 .paths { grid-template-columns: 1fr; }
 .guarantee { grid-template-columns: repeat(2, 1fr); }
 .footer-grid { grid-template-columns: 1fr 1fr; }
 .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
 .guarantee { grid-template-columns: 1fr; }
 .footer-grid { grid-template-columns: 1fr; }
 .proof-item { width: 84px; height: 84px; }
 .section-num { display: none; }
}
.legal-doc { max-width: 68ch; }
.legal-doc h2 {
 font-size: clamp(1.2rem, 2.2vw, 1.5rem);
 letter-spacing: -.025em;
 margin: 2.6rem 0 .8rem;
 padding-top: 1.6rem;
 border-top: 1px solid var(--border);
}
.legal-doc h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.legal-doc p { color: var(--muted); font-size: .95rem; line-height: 1.8; margin-bottom: 1rem; }
.legal-doc strong { color: var(--paper); font-weight: 600; }
.legal-doc a { color: var(--sec); text-decoration: none; border-bottom: 1px solid rgba(var(--sec-rgb), .4); }
.legal-doc a:hover { border-bottom-color: var(--sec); }
.legal-doc code {
 font-family: var(--font-mono);
 font-size: .86em;
 padding: .1rem .4rem;
 border-radius: 6px;
 background: rgba(255, 255, 255, .06);
 color: var(--muted-strong);
}
.legal-list { margin: 0 0 1.2rem; display: flex; flex-direction: column; gap: .7rem; }
.legal-list li {
 color: var(--muted);
 font-size: .92rem;
 line-height: 1.7;
 padding-left: 1.1rem;
 position: relative;
}
.legal-list li::before {
 content: '';
 position: absolute;
 left: 0;
 top: .65em;
 width: 5px;
 height: 5px;
 border-radius: 50%;
 background: var(--sec);
}
.legal-updated {
 margin-top: 2.6rem;
 padding-top: 1.4rem;
 border-top: 1px solid var(--border);
 font-size: .8rem;
 color: var(--muted);
}
.price-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 1rem;
}
.price-card {
 position: relative;
 padding: 1.6rem 1.4rem;
 border-radius: var(--r-md);
 border: 1px solid var(--border);
 background: rgba(255, 255, 255, .03);
 transition: border-color .45s var(--ease-out), transform .45s var(--ease-out);
}
.price-card:hover { border-color: rgba(var(--sec-rgb), .5); transform: translateY(-4px); }
.price-card b {
 display: block;
 font-family: var(--font-display);
 font-size: .74rem;
 letter-spacing: .14em;
 color: var(--sec);
 margin-bottom: .7rem;
}
.price-card h3 { font-size: 1.05rem; letter-spacing: -.02em; margin-bottom: .5rem; }
.price-card p { color: var(--muted); font-size: .87rem; line-height: 1.65; }
.price-note {
 margin-top: 1.6rem;
 padding: 1.2rem 1.4rem;
 border-radius: var(--r-sm);
 border: 1px solid rgba(var(--sec-rgb), .3);
 background: rgba(var(--sec-rgb), .06);
 color: var(--muted-strong);
 font-size: .92rem;
 line-height: 1.7;
}
.price-note b { color: var(--paper); }
@media (max-width: 1000px) { .price-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .price-grid { grid-template-columns: 1fr; } }
.footer-legal-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.footer-legal-links a { color: var(--muted); text-decoration: none; transition: color .3s var(--ease-out); }
.footer-legal-links a:hover { color: var(--paper); }
.liquid-glass {
 position: relative;
 overflow: hidden;
 background: rgba(255, 255, 255, .01);
 background-blend-mode: luminosity;
 backdrop-filter: blur(4px);
 -webkit-backdrop-filter: blur(4px);
 border: none;
 box-shadow: inset 0 1px 1px rgba(255, 255, 255, .1);
}
.liquid-glass::before {
 content: "";
 position: absolute;
 inset: 0;
 border-radius: inherit;
 padding: 1.4px;
 background: linear-gradient(180deg,
 rgba(255, 255, 255, .45) 0%,
 rgba(255, 255, 255, .15) 20%,
 rgba(255, 255, 255, 0) 40%,
 rgba(255, 255, 255, 0) 60%,
 rgba(255, 255, 255, .15) 80%,
 rgba(255, 255, 255, .45) 100%);
 -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
 -webkit-mask-composite: xor;
 mask-composite: exclude;
 pointer-events: none;
}
.nav.liquid-glass,
.btn-pill.liquid-glass,
.lang-toggle.liquid-glass,
.contact-btn.liquid-glass { border: none; }
.nav-divider {
 position: absolute;
 left: 0;
 right: 0;
 bottom: -3px;
 height: 1px;
 background: linear-gradient(90deg, transparent, rgba(var(--sec-rgb), .45), transparent);
 pointer-events: none;
}
.hero-blob {
 position: absolute;
 top: 50%;
 left: 50%;
 width: min(984px, 120vw);
 height: 527px;
 transform: translate(-50%, -50%);
 background: #0a0710;
 opacity: .9;
 filter: blur(82px);
 pointer-events: none;
 z-index: 3;
}
.svc-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 gap: 2.5rem .75rem;
 width: 100%;
 max-width: 1100px;
 margin: 0 auto;
}
.svc {
 position: relative;
 display: flex;
 flex-direction: column;
 width: 100%;
 margin: 0 auto;
 text-decoration: none;
}
.svc-glow {
 position: absolute;
 inset: 0;
 height: 100%;
 border-radius: var(--r-lg);
 opacity: .6;
 filter: blur(45px);
 pointer-events: none;
 background: var(--gp);
}
.svc:nth-child(3n + 2) .svc-glow { background: linear-gradient(137deg, #fff, var(--sec)); }
.svc-card {
 position: relative;
 z-index: 1;
 min-height: 300px;
 border-radius: var(--r-lg);
 border: 8px solid transparent;
 overflow: hidden;
 
 background:
 linear-gradient(#18131f, #18131f) padding-box,
 var(--gp) border-box;
 transition: transform var(--d-lift, .35s) var(--ease-out);
}
.svc:nth-child(3n + 2) .svc-card {
 background:
 linear-gradient(#18131f, #18131f) padding-box,
 linear-gradient(137deg, #fff, var(--sec)) border-box;
}
.svc:hover .svc-card { transform: translateY(-6px); }
.svc-inner {
 width: 100%;
 height: 100%;
 min-height: 284px;
 padding: 1.75rem;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 gap: 1rem;
}
.svc-inner > svg { color: rgba(255, 255, 255, .9); }
.svc h3 { font-size: 1.25rem; font-weight: 600; letter-spacing: -.02em; margin-bottom: .75rem; }
.svc p { color: var(--muted-strong); font-size: .875rem; line-height: 1.6; }
.svc-more {
 display: inline-flex;
 align-items: center;
 gap: .45rem;
 margin-top: 1rem;
 font-size: .82rem;
 font-weight: 700;
 color: var(--paper);
 transition: gap .25s var(--ease-out);
}
.svc:hover .svc-more { gap: .8rem; }
@media (max-width: 900px) {
 .svc-grid { grid-template-columns: 1fr; max-width: 340px; }
 
 .svc-glow { opacity: .4; filter: blur(30px); }
}
.feat-section {
 position: relative;
 overflow: hidden;
 background-image:
 linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
 linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
 background-size: 60px 60px;
 background-position: top center;
}
.feat-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
 gap: 20px;
 margin-bottom: 40px;
}
.feat-card {
 position: relative;
 display: flex;
 flex-direction: column;
 min-height: 320px;
 transition: transform .35s var(--ease-out);
}
.feat-card:hover { transform: translateY(-4px); }
.feat-card-main {
 position: relative;
 z-index: 1;
 flex: 1;
 min-height: 290px;
 padding: 28px;
 border-radius: var(--r-md);
 overflow: hidden;
 display: flex;
 flex-direction: column;
 gap: 16px;
 border: none;
 box-shadow: inset 0 -4px 15px -2px rgba(255, 255, 255, .9);
 
 background:
 radial-gradient(circle at 10% 10%, rgba(var(--sec-rgb), .31) 0%, transparent 40%),
 linear-gradient(180deg, #0f0a16 0%, #0f0a16 40%, rgba(var(--sec-rgb), .55) 80%, #e6d7f5 96%, #fff 100%);
}
.feat-card.is-alt .feat-card-main {
 background:
 radial-gradient(circle at 10% 10%, rgba(239, 88, 165, .31) 0%, transparent 40%),
 linear-gradient(180deg, #0f0a16 0%, #0f0a16 40%, rgba(239, 88, 165, .5) 80%, #f7d8e8 96%, #fff 100%);
}
.feat-icon {
 position: relative;
 z-index: 2;
 width: 44px;
 height: 44px;
 border-radius: var(--r-sm);
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 background: linear-gradient(145deg, rgba(30, 20, 40, .9) 0%, rgba(8, 5, 12, .98) 100%);
 border: 1px solid rgba(var(--sec-rgb), .22);
 box-shadow: 0 0 12px rgba(var(--sec-rgb), .12), inset 0 1px 0 rgba(255, 255, 255, .08);
}
.feat-icon::before {
 content: '';
 position: absolute;
 top: -10px;
 left: -10px;
 width: 32px;
 height: 32px;
 border-radius: 50%;
 opacity: .65;
 background: radial-gradient(circle, rgba(var(--sec-rgb), .55) 0%, transparent 70%);
}
.feat-icon svg { position: relative; z-index: 1; stroke: rgba(255, 255, 255, .88); }
.feat-body { position: relative; z-index: 2; }
.feat-title { font-family: var(--font-display); font-size: 22px; font-weight: 700; line-height: 1.3; color: #fff; }
.feat-desc { font-size: 14px; color: rgba(255, 255, 255, .68); line-height: 1.65; margin-top: .5rem; }
.feat-link {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 margin-top: 1rem;
 font-size: 13.5px;
 font-weight: 700;
 color: #fff;
 text-decoration: none;
 transition: gap .25s var(--ease-out), opacity .2s;
}
.feat-link:hover { gap: 10px; opacity: .85; }
.feat-tags { display: flex; gap: 32px; padding-top: 10px; flex-wrap: wrap; }
.feat-tag {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 font-size: 13px;
 font-weight: 600;
 color: rgba(255, 255, 255, .68);
}
.feat-tag svg { fill: rgba(255, 255, 255, .6); }
@media (max-width: 900px) {
 .feat-grid { grid-template-columns: 1fr; }
 .feat-tags { gap: 16px; }
}
.pill-marquee {
 position: relative;
 overflow: hidden;
 -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
 mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.pill-track {
 display: flex;
 gap: 1rem;
 width: max-content;
 animation: pillScroll 34s linear infinite;
}
.pill-marquee:hover .pill-track { animation-play-state: paused; }
@keyframes pillScroll {
 from { transform: translateX(0); }
 to { transform: translateX(-50%); }
}
.pill {
 position: relative;
 flex: none;
 width: 160px;
 height: 96px;
 border-radius: 100px;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
 border: 1px solid var(--border);
 background: rgba(255, 255, 255, .03);
 transition: border-color .4s var(--ease-out), transform .4s var(--ease-out);
}
.pill::before {
 content: '';
 position: absolute;
 inset: 0;
 background: var(--gp);
 opacity: 0;
 transform: scale(1.5);
 transition: opacity .45s var(--ease-out), transform .45s var(--ease-out);
}
.pill:hover { border-color: rgba(var(--sec-rgb), .6); transform: translateY(-3px); }
.pill:hover::before { opacity: .16; transform: scale(1); }
.pill img {
 position: relative;
 z-index: 1;
 width: 64px;
 height: 64px;
 object-fit: cover;
 border-radius: 50%;
 
 filter: grayscale(1) brightness(.9);
 transition: filter .45s var(--ease-out);
}
.pill:hover img { filter: none; }
@media (max-width: 620px) { .pill { width: 128px; height: 78px; } .pill img { width: 52px; height: 52px; } }
.price-hero {
 position: relative;
 overflow: hidden;
 isolation: isolate;
}
.price-bg {
 position: absolute;
 inset: 0;
 z-index: 0;
 background-image: url('/assets/media/prezzi-bg.jpg');
 background-size: cover;
 background-position: center;
 opacity: .45;
}
.price-bg::after {
 content: '';
 position: absolute;
 inset: 0;
 background: linear-gradient(180deg, rgba(7, 5, 10, .55), rgba(7, 5, 10, .92));
}
.price-watermark {
 position: relative;
 z-index: 2;
 text-align: center;
 pointer-events: none;
}
.price-watermark .pw-eyebrow {
 font-size: clamp(1.4rem, 3vw, 2.8rem);
 font-weight: 600;
 color: rgba(var(--sec-rgb), 1);
 margin-bottom: -.35em;
 position: relative;
 z-index: 2;
}
.price-watermark .pw-big {
 font-family: var(--font-display);
 font-size: clamp(4rem, 14vw, 11rem);
 font-weight: 800;
 line-height: .9;
 letter-spacing: -.05em;
 background: linear-gradient(180deg, #fff 0%, var(--sec) 100%);
 -webkit-background-clip: text;
 background-clip: text;
 color: transparent;
}
@supports (filter: url(#noise)) {
 @media (min-width: 1024px) {
 .price-watermark .pw-big { filter: url(#c3-noise); }
 }
}
.tiers {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 24px;
 max-width: 1100px;
 margin: 0 auto;
}
.tier {
 position: relative;
 display: flex;
 flex-direction: column;
 min-height: 520px;
 padding: 50px 24px;
 border-radius: var(--r-lg);
 border: 1px solid rgba(255, 255, 255, .18);
 background: linear-gradient(135deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .4));
 transition: transform .6s var(--ease-out), border-color .6s var(--ease-out), background .6s var(--ease-out);
}
.tier::before {
 content: '';
 position: absolute;
 inset: 0;
 border-radius: inherit;
 background: linear-gradient(135deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 0) 50%);
 pointer-events: none;
}
.tier:hover { transform: translateY(-12px) scale(1.01); border-color: rgba(var(--sec-rgb), .7); background: rgba(15, 15, 15, .6); }
.tier.is-featured { border-color: rgba(var(--sec-rgb), .5); background: linear-gradient(135deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .55)); }
.tier-label { font-size: 1.1rem; font-weight: 400; color: rgba(255, 255, 255, .65); }
.tier-price { font-family: var(--font-display); font-size: 2.8rem; font-weight: 500; letter-spacing: -.02em; margin: .3rem 0; }
.tier-price small { font-size: .9rem; font-weight: 400; color: var(--muted); letter-spacing: 0; }
.tier-desc { font-size: .88rem; color: rgba(255, 255, 255, .68); min-height: 3.2em; margin-bottom: 40px; line-height: 1.6; }
.tier ul { display: flex; flex-direction: column; gap: 18px; margin-bottom: 24px; }
.tier li { display: flex; align-items: flex-start; gap: 14px; font-size: .92rem; color: rgba(255, 255, 255, .8); line-height: 1.5; }
.tier li i {
 flex: none;
 width: 28px;
 height: 28px;
 border-radius: 50%;
 background: rgba(255, 255, 255, .15);
 display: flex;
 align-items: center;
 justify-content: center;
}
.tier li svg { stroke: #fff; }
.tier .tier-cta {
 margin-top: auto;
 align-self: center;
 padding: 10px 32px;
 border-radius: 100px;
 background: #fff;
 color: #0a0400;
 font-size: .88rem;
 font-weight: 600;
 text-decoration: none;
 transition: transform .3s var(--ease-out), background .3s var(--ease-out);
}
.tier .tier-cta:hover { background: #f5f5f5; transform: scale(1.02); }
@media (min-width: 1024px) {
 .tier { backdrop-filter: blur(14px) brightness(.91); -webkit-backdrop-filter: blur(14px) brightness(.91); }
}
@media (max-width: 1024px) {
 .tiers {
 display: flex;
 overflow-x: auto;
 scroll-snap-type: x mandatory;
 scrollbar-width: none;
 padding-bottom: 1rem;
 max-width: 100%;
 }
 .tiers::-webkit-scrollbar { display: none; }
 .tier { flex: 0 0 300px; scroll-snap-align: center; min-height: auto; padding: 36px 22px; }
 .tier-dots { display: flex; }
}
.tier-dots { display: none; justify-content: center; gap: .5rem; margin-top: 1.2rem; }
.tier-dots i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, .25); }
.tier-dots i.is-on { background: var(--sec); width: 20px; border-radius: 4px; }
.footer-cards {
 max-width: 1150px;
 margin: 0 auto;
 display: grid;
 grid-template-columns: 350px 1fr;
 gap: 16px;
 align-items: stretch;
}
.footer-video-card {
 position: relative;
 min-height: 340px;
 border-radius: var(--r-lg);
 padding: 32px;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 background: #2a0f4a;
 box-shadow: 0 12px 40px rgba(var(--sec-rgb), .25);
}
.footer-video-card video {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 z-index: 0;
 pointer-events: none;
}
.footer-video-card > *:not(video) { position: relative; z-index: 1; }
.fvc-brand { display: flex; align-items: center; gap: .7rem; }
.fvc-mark {
 width: 32px;
 height: 32px;
 border-radius: 8px;
 background: rgba(255, 255, 255, .15);
 border: 1.5px solid rgba(255, 255, 255, .85);
 display: flex;
 align-items: center;
 justify-content: center;
 font-family: var(--font-display);
 font-weight: 800;
 font-size: .95rem;
 color: #fff;
}
.fvc-name { font-size: 22px; font-weight: 700; letter-spacing: -.02em; color: #fff; }
.fvc-tagline {
 margin-top: auto;
 margin-bottom: 28px;
 font-size: 19px;
 font-weight: 400;
 line-height: 1.45;
 color: #fff;
}
.fvc-tagline span { color: rgba(255, 255, 255, .65); }
.fvc-social { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.fvc-social > span { font-size: .78rem; color: rgba(255, 255, 255, .75); }
.fvc-icons { display: flex; gap: .5rem; }
.fvc-icons a {
 width: 36px;
 height: 36px;
 border-radius: 9px;
 background: #0e1014;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 box-shadow: 0 6px 18px rgba(0, 0, 0, .35), 0 2px 6px rgba(0, 0, 0, .2);
 transition: transform .3s var(--ease-out), background .3s var(--ease-out);
}
.fvc-icons a:hover { background: #000; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0, 0, 0, .5); }
.footer-links-card {
 position: relative;
 border-radius: var(--r-lg);
 padding: 40px;
 background: var(--surface);
 border: 1px solid var(--border);
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 overflow: visible;
}
.footer-badge {
 position: absolute;
 top: -36px;
 right: 40px;
 z-index: 10;
 text-align: center;
}
.footer-badge .cube {
 width: 96px;
 height: 96px;
 border-radius: var(--r-md);
 transform: rotate(-10deg);
 background: var(--gp);
 display: flex;
 align-items: center;
 justify-content: center;
 box-shadow:
 inset 3px 3px 8px rgba(255, 255, 255, .35),
 inset -3px -3px 12px rgba(0, 0, 0, .18),
 8px 14px 28px rgba(var(--sec-rgb), .35);
}
.footer-badge .cube span {
 font-family: var(--font-display);
 font-size: 42px;
 font-weight: 700;
 color: #fff;
 transform: rotate(10deg);
 text-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}
.footer-badge .hint {
 display: flex;
 align-items: center;
 gap: .35rem;
 margin-top: .5rem;
 transform: rotate(-4deg);
 font-size: .72rem;
 color: var(--muted);
}
.footer-watermark {
 max-width: 1150px;
 margin: -40px auto 0;
 pointer-events: none;
 user-select: none;
 position: relative;
 z-index: 0;
 line-height: 0;
}
.footer-watermark svg { display: block; width: 100%; height: auto; overflow: visible; }
.footer-watermark text {
 font-family: var(--font-display);
 font-weight: 700;
 letter-spacing: -.03em;
 fill: rgba(255, 255, 255, .05);
}
@media (max-width: 900px) {
 .footer-cards { grid-template-columns: 1fr; }
 .footer-video-card { min-height: auto; }
 .footer-badge { right: 12px; top: -28px; }
 .footer-badge .cube { width: 72px; height: 72px; }
 .footer-badge .cube span { font-size: 32px; }
 .footer-links-card { padding: 24px; }
}
.footer-links-card .footer-grid {
 grid-template-columns: 1fr 1fr 1.4fr;
 gap: clamp(1.2rem, 3vw, 2.4rem);
 padding-bottom: 1.8rem;
 border-bottom: 1px solid var(--line, rgba(255,255,255,.1));
 max-width: none;
}
.footer-links-card .footer-col span { line-height: 1.6; }
.footer-links-card .footer-legal { padding-top: 1.2rem; max-width: none; }
.footer-links-card .footer-col a.footer-cta { margin-top: 1rem; white-space: nowrap; }
@media (max-width: 900px) {
 .footer-links-card .footer-grid { grid-template-columns: 1fr 1fr; }
 .footer-links-card .footer-col:last-child { grid-column: 1 / -1; }
}
.card,
.hero-tag,
.trust-icon,
.nav-arrow,
.form-card,
.configurator,
.sticky-cta,
.browser,
.proof,
.path-card,
.price-card,
.tier,
.footer-links-card {
 position: relative;
}
.card::after,
.hero-tag::after,
.form-card::after,
.configurator::after,
.sticky-cta::after,
.browser::after,
.path-card::before,
.price-card::after,
.footer-links-card::after {
 content: "";
 position: absolute;
 inset: 0;
 border-radius: inherit;
 padding: 1px;
 background: linear-gradient(180deg,
 rgba(255, 255, 255, .28) 0%,
 rgba(255, 255, 255, .08) 22%,
 rgba(255, 255, 255, 0) 45%,
 rgba(255, 255, 255, 0) 58%,
 rgba(255, 255, 255, .08) 80%,
 rgba(255, 255, 255, .28) 100%);
 -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
 -webkit-mask-composite: xor;
 mask-composite: exclude;
 pointer-events: none;
 z-index: 3;
}
.btn-pill,
.primary-btn,
.tier-cta,
.footer-cta,
.conf-go {
 min-height: 48px; 
 border-radius: 100px;
 font-weight: 700;
 letter-spacing: -.01em;
}
.tier-cta,
.footer-cta {
 display: inline-flex;
 align-items: center;
 gap: .6rem;
 padding: 0 1.6rem;
}
.btn-ghost {
 min-height: 48px;
 padding: .6rem 1.4rem;
 border-radius: 100px;
 border: 1px solid var(--border-strong);
 backdrop-filter: none;
}
.btn-ghost:hover { border-color: var(--sec); background: rgba(var(--sec-rgb), .1); }
.svc-more,
.feat-link,
.world-card__cta,
.web-list h3 + p + a {
 display: inline-flex;
 align-items: center;
 gap: .45rem;
 font-size: .84rem;
 font-weight: 700;
 letter-spacing: -.01em;
 transition: gap .25s var(--ease-out);
}
.svc:hover .svc-more,
.feat-link:hover,
.world-card:hover .world-card__cta { gap: .8rem; }
.hero-v2--page {
 width: calc(100% - clamp(16px, 4vw, 48px) * 2);
 max-width: 1400px;
 margin: clamp(88px, 11vh, 116px) auto 0;
 border-radius: var(--r-lg);
 border: 1px solid var(--line, rgba(255, 255, 255, .1));
 
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 40px 100px rgba(0, 0, 0, .45);
 min-height: clamp(360px, 50vh, 600px);
}
.hero-v2--page .hero-v2__inner { padding-top: clamp(3rem, 7vw, 5rem); }
@media (max-width: 620px) {
 .hero-v2--page { border-radius: var(--r-md); margin-top: 84px; }
}
.section-num { font-variant-numeric: tabular-nums; }
.eyebrow + .sh, .eyebrow + h1 { margin-top: 0; }
.feat-tag svg, .guarantee svg, .path-list svg { flex: none; }
.btn-pill,
.primary-btn,
.tier-cta,
.footer-cta,
.conf-go,
.outline-btn,
.btn-ghost {
 height: 52px;
 min-height: 52px;
 box-sizing: border-box;
}
.outline-btn, .btn-ghost { padding-block: 0; }
.btn-pill { padding-block: 0; }
.primary-btn { padding-block: 0; }
@media (pointer: coarse), (max-width: 900px) {
 .logo,
 .lang-toggle,
 .filter-btn,
 .feat-link,
 .svc-more,
 .crumbs a,
 .footer-legal-links a,
 .footer-col a,
 .nav-arrow,
 .fvc-icons a {
 min-height: 44px;
 display: inline-flex;
 align-items: center;
 }
 .filter-btn { padding-inline: 1.1rem; }
 .feat-link, .svc-more { padding-block: .6rem; }
}
.sticky-cta { bottom: calc(1.4rem + env(safe-area-inset-bottom, 0px)); }
@media (pointer: coarse), (max-width: 900px) {
 .fvc-icons a, .nav-arrow, .cta-dismiss, .menu-btn { min-width: 44px; justify-content: center; }
 .footer-col a, .footer-legal-links a, .mobile-menu a { min-width: 44px; }
}
#backdrop {
 position: fixed;
 inset: 0;
 z-index: -1;
 overflow: hidden;
 background: var(--bg-outer, #07050a);
}
#backdrop video {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 opacity: .72;
 
 transform: scale(1.04);
}
#backdrop::after {
 content: '';
 position: absolute;
 inset: 0;
 
 background:
 radial-gradient(circle at 50% 38%, rgba(var(--sec-rgb), .22) 0%, transparent 58%),
 linear-gradient(180deg, rgba(7, 5, 10, .42) 0%, rgba(7, 5, 10, .72) 55%, rgba(7, 5, 10, .90) 100%);
}
.hero-v2 .hero-video, .hero-v2 .hero-video-overlay { display: none; }
.hero-v2--page { background: rgba(255, 255, 255, .022); backdrop-filter: blur(2px); }
.price-bg { display: none; }
.nav { position: relative; }
.nav-indicator {
 position: absolute;
 top: .4rem;
 left: 0;
 height: calc(100% - .8rem);
 width: 0;
 border-radius: 100px;
 background: var(--sec);
 pointer-events: none;
 opacity: 0;
 transform: translate3d(0, 0, 0);
 transition:
 transform .42s var(--ease-out),
 width .42s var(--ease-out),
 background .8s var(--ease-state),
 opacity .3s var(--ease-out);
 will-change: transform, width;
}
.nav-indicator.is-ready { opacity: 1; }
.nav-indicator.is-hover { transition-duration: .26s, .26s, .8s, .3s; }
.nav-item[aria-current='page'] { background: none; color: var(--on-sec); }
.nav-item { position: relative; z-index: 1; }
.nav-item:hover { background: none; }
.nav.is-pointing .nav-item.is-target { color: var(--on-sec); }
.nav.is-pointing .nav-item[aria-current='page']:not(.is-target) { color: var(--muted); }
.header {
 transform: translate3d(0, 0, 0);
 transition:
 transform .5s var(--ease-out),
 padding .4s var(--ease-out),
 background .4s var(--ease-out),
 backdrop-filter .4s var(--ease-out);
}
.header.is-away { transform: translate3d(0, -120%, 0); }
@media (prefers-reduced-motion: reduce) {
 .nav-indicator { transition: none; }
 .header { transition: none; }
 .header.is-away { transform: none; }
 #backdrop video { display: none; }
}
@media (max-width: 767px) {
 #backdrop video { display: none; }
 #backdrop { background: var(--bg-outer, #07050a) url('/assets/media/bg-poster.jpg') center / cover; }
}
.hero-v2 .hero-video {
 display: block;
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 z-index: 0;
 opacity: 0; 
 mix-blend-mode: screen;
 pointer-events: none;
}
.hero-v2 .hero-video-overlay {
 display: block;
 position: absolute;
 inset: 0;
 z-index: 1;
 pointer-events: none;
 
 background:
 radial-gradient(ellipse 80% 60% at 50% 45%, rgba(7, 5, 10, .62) 0%, rgba(7, 5, 10, .28) 60%, transparent 100%),
 linear-gradient(180deg, rgba(7, 5, 10, .35) 0%, transparent 30%, transparent 70%, rgba(7, 5, 10, .55) 100%);
}
.hero-v2__inner, .hero-v2 .scroll-hint { z-index: 10; }
.hero-v2--page { overflow: hidden; }
@media (max-width: 767px), (prefers-reduced-motion: reduce) {
 
 .hero-v2 .hero-video { display: none; }
 .hero-v2 { background-image: url('/assets/media/hero-poster.jpg'); background-size: cover; background-position: center; }
 .hero-v2--page { background-blend-mode: luminosity; }
}
.hero-v2--page .crumbs { opacity: 1; color: var(--muted-strong); }
.hero-v2--page .crumbs a { color: var(--muted-strong); }
.hero-v2--page .crumbs a:hover { color: var(--paper); }
.hero-v2 {
 position: relative;
 width: 100%;
 min-height: 100svh;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 background: #000;
 color: #fff;
 isolation: isolate;
}
.hero-video {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 opacity: .6;
 z-index: 0;
}
.hero-video-overlay {
 position: absolute;
 inset: 0;
 z-index: 1;
 background: rgba(0, 0, 0, .6);
 backdrop-filter: blur(2px);
 -webkit-backdrop-filter: blur(2px);
}
.hero-glow {
 position: absolute;
 border-radius: 50%;
 filter: blur(120px);
 mix-blend-mode: screen;
 pointer-events: none;
 z-index: 2;
}
.hero-glow--tl {
 top: -20%;
 left: 20%;
 width: 600px;
 height: 600px;
 background: rgba(var(--sec-rgb), .3);
}
.hero-glow--br {
 bottom: -10%;
 right: 20%;
 width: 500px;
 height: 500px;
 background: rgba(var(--sec-rgb), .2);
}
.hero-v2__inner {
 position: relative;
 z-index: 10;
 max-width: 64rem;
 margin: 0 auto;
 padding: 8rem 1.5rem 4rem;
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
 gap: 3rem;
}
.hero-pre {
 font-family: var(--font-signature);
 font-style: normal;
 font-weight: 400;
 font-size: 1.875rem;
 line-height: 1.1;
 color: #fff;
 opacity: 0;
 animation: heroUp .6s cubic-bezier(.16, 1, .3, 1) forwards;
}
.hero-title {
 font-family: var(--font-display);
 font-weight: 600;
 font-size: 3.75rem;
 line-height: .9;
 letter-spacing: -.055em;
 
 background: linear-gradient(to bottom, #fff 0%, #fff 55%, var(--sec) 100%);
 -webkit-background-clip: text;
 background-clip: text;
 color: transparent;
 opacity: 0;
 transform: scale(.9);
 animation: heroScale .6s cubic-bezier(.16, 1, .3, 1) .2s forwards;
}
.hero-sub {
 font-family: var(--font-body);
 font-size: 1.125rem;
 line-height: 1.65;
 color: #fff;
 max-width: 36rem;
 opacity: 0;
 animation: heroFade .6s cubic-bezier(.16, 1, .3, 1) .4s forwards;
}
.hero-actions {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 1.5rem;
 opacity: 0;
 animation: heroUp .5s cubic-bezier(.16, 1, .3, 1) .6s forwards;
}
@keyframes heroUp {
 from { opacity: 0; transform: translateY(20px); }
 to { opacity: 1; transform: none; }
}
@keyframes heroScale {
 from { opacity: 0; transform: scale(.9); }
 to { opacity: 1; transform: scale(1); }
}
@keyframes heroFade {
 from { opacity: 0; }
 to { opacity: .7; }
}
.btn-pill {
 display: inline-flex;
 align-items: center;
 gap: 1rem;
 padding: .5rem .5rem .5rem 1.5rem;
 border-radius: 100px;
 background: #fff;
 color: #0a0400;
 font-family: var(--font-body);
 font-weight: 500;
 font-size: 1.125rem;
 text-decoration: none;
 transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
}
.btn-pill:hover {
 transform: scale(1.05);
 box-shadow: 0 0 20px rgba(255, 255, 255, .3);
}
.btn-pill i {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 height: 40px;
 border-radius: 50%;
 background: var(--sec);
 color: var(--on-sec);
 flex: none;
 transition: background .3s var(--ease-out), transform .3s var(--ease-out);
}
.btn-pill:hover i { transform: translateX(3px); }
.btn-ghost {
 display: inline-flex;
 align-items: center;
 gap: .5rem;
 padding: .5rem 1rem;
 border-radius: .5rem;
 color: rgba(255, 255, 255, .7);
 font-family: var(--font-body);
 text-decoration: none;
 backdrop-filter: blur(4px);
 transition: color .3s var(--ease-out), background .3s var(--ease-out);
}
.btn-ghost:hover { color: #fff; background: rgba(255, 255, 255, .05); }
.btn-ghost svg { transition: transform .3s var(--ease-out); }
.btn-ghost:hover svg { transform: translateX(4px); }
.hero-worlds {
 position: relative;
 z-index: 10;
 display: flex;
 gap: .6rem;
 flex-wrap: wrap;
 justify-content: center;
 opacity: 0;
 animation: heroUp .5s cubic-bezier(.16, 1, .3, 1) .8s forwards;
}
.hero-world {
 display: flex;
 align-items: center;
 gap: .6rem;
 padding: .5rem .5rem .5rem .55rem;
 border-radius: 100px;
 border: 1px solid rgba(255, 255, 255, .16);
 background: rgba(255, 255, 255, .06);
 backdrop-filter: blur(14px);
 color: rgba(255, 255, 255, .75);
 font-size: .82rem;
 font-weight: 500;
 cursor: pointer;
 transition: color .35s var(--ease-out), border-color .35s var(--ease-out), background .35s var(--ease-out), transform .35s var(--ease-out);
}
.hero-world img {
 width: 26px;
 height: 26px;
 border-radius: 50%;
 object-fit: cover;
 flex: none;
}
.hero-world span { padding-right: .6rem; }
.hero-world:hover { color: #fff; transform: translateY(-2px); border-color: rgba(255, 255, 255, .35); }
.hero-world.is-on {
 color: #fff;
 border-color: var(--sec);
 background: rgba(var(--sec-rgb), .18);
 box-shadow: 0 0 24px rgba(var(--sec-rgb), .35);
}
.scroll-hint {
 position: absolute;
 bottom: 1.6rem;
 left: 50%;
 transform: translateX(-50%);
 width: 22px;
 height: 36px;
 border: 1px solid rgba(255, 255, 255, .22);
 border-radius: var(--r-md);
 z-index: 10;
}
.scroll-hint span {
 position: absolute;
 top: 7px;
 left: 50%;
 width: 3px;
 height: 7px;
 margin-left: -1.5px;
 border-radius: 2px;
 background: var(--sec);
 animation: scrollDot 1.9s var(--ease-out) infinite;
}
@keyframes scrollDot {
 0% { transform: translateY(0); opacity: 0; }
 30% { opacity: 1; }
 100% { transform: translateY(14px); opacity: 0; }
}
.hero-v2--page { min-height: 74svh; }
.hero-v2--page .hero-v2__inner {
 padding: 9rem 1.5rem 3.5rem;
 gap: 1.8rem;
}
.hero-v2--page .hero-pre { font-size: clamp(1.3rem, 3vw, 2.2rem); }
.hero-v2--page .hero-title {
 font-size: clamp(2.8rem, 8vw, 6.5rem);
}
.hero-v2--page .hero-sub { max-width: 42rem; }
.hero-v2--page .crumbs { justify-content: center; opacity: .75; }
.hero-v2--page .hero-actions { animation-delay: .5s; }
@media (min-width: 640px) {
 .hero-pre { font-size: 3rem; }
 .hero-title { font-size: 6rem; }
 .hero-sub { font-size: 1.25rem; }
 .hero-actions { flex-direction: row; }
}
@media (min-width: 1024px) {
 .hero-pre { font-size: 48px; }
 .hero-title { font-size: 136px; }
}
@media (max-width: 640px) {
 .hero-v2__inner { gap: 2.2rem; padding-top: 7rem; }
 .hero-glow--tl, .hero-glow--br { width: 320px; height: 320px; }
}
@media (prefers-reduced-motion: reduce) {
 .hero-pre, .hero-title, .hero-sub, .hero-actions, .hero-worlds {
 animation: none !important;
 opacity: 1;
 transform: none;
 }
 .hero-sub { opacity: .7; }
 .hero-video { display: none; }
}
:root {
 --ring: 0 0 0 1px rgba(var(--sec-rgb), .14);
 --lift-1: 0 8px 24px rgba(10, 4, 24, .45), 0 0 0 1px rgba(var(--sec-rgb), .12);
 --lift-2: 0 18px 50px rgba(10, 4, 24, .55), 0 0 0 1px rgba(var(--sec-rgb), .18);
}
.cine {
 position: relative;
 height: 100svh;
 overflow: hidden;
 isolation: isolate;
}
.cine-slot {
 position: absolute;
 top: 50%;
 left: 50%;
 width: clamp(150px, 14vw, 210px);
 aspect-ratio: 16 / 9;
 transform: translate(-50%, -50%);
 visibility: hidden;
 pointer-events: none;
}
.cine-media {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 2;
 overflow: hidden;
 border-radius: var(--r-md);
 background: #06040a;
 box-shadow: var(--lift-2);
 will-change: top, left, width, height, border-radius;
}
.cine-media video {
 width: 100%;
 height: 100%;
 object-fit: cover;
 mix-blend-mode: screen;
 opacity: .9;
}
.cine-copy {
 position: absolute;
 inset: 0;
 z-index: 3;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 text-align: center;
 padding: 6rem clamp(16px, 5vw, 60px) 0;
 pointer-events: none;
}
.cine-copy > * { pointer-events: auto; }
.cine-copy .hero-pre { margin-bottom: .2em; }
.cine-scrim {
 position: absolute;
 inset: 0;
 z-index: 4;
 opacity: 0;
 pointer-events: none;
 background: linear-gradient(180deg, rgba(7, 5, 10, .74) 0%, rgba(7, 5, 10, .18) 34%, rgba(7, 5, 10, .18) 62%, rgba(7, 5, 10, .80) 100%);
}
.cine-beat {
 position: absolute;
 inset: 0;
 z-index: 5;
 display: flex;
 align-items: center;
 justify-content: center;
 perspective: 1000px;
 pointer-events: none;
}
.cine-word {
 font-family: var(--font-display);
 font-weight: 800;
 font-size: clamp(2.6rem, 9vw, 8rem);
 line-height: .9;
 letter-spacing: -.05em;
 color: var(--paper);
 opacity: 0;
 will-change: transform, opacity;
}
.cine-note {
 position: absolute;
 z-index: 6;
 left: clamp(16px, 4vw, 48px);
 bottom: clamp(28px, 6vh, 56px);
 width: min(380px, calc(100% - clamp(32px, 8vw, 96px)));
 display: flex;
 flex-direction: column;
 gap: 1rem;
 opacity: 0;
 pointer-events: none;
}
.cine-note i {
 width: 14px;
 height: 14px;
 border-radius: 50%;
 background: var(--sec);
 box-shadow: 0 0 14px var(--sec);
}
.cine-note p {
 font-size: .92rem;
 line-height: 1.5;
 color: var(--paper);
 text-shadow: 0 2px 12px rgba(0, 0, 0, .6);
}
.arc {
 position: relative;
 width: 100%;
 height: 560px;
 margin-top: 2rem;
}
.arc-card {
 position: absolute;
 top: 0;
 left: 50%;
 width: 300px;
 height: 420px;
 margin-left: -150px;
 border-radius: var(--r-lg);
 overflow: hidden;
 display: flex;
 flex-direction: column;
 transition:
 transform .55s cubic-bezier(.22, 1, .36, 1),
 opacity .55s ease,
 box-shadow .55s ease;
 will-change: transform;
}
.arc-card {
 background: linear-gradient(135deg, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, .05) 100%);
 backdrop-filter: blur(18px) saturate(140%);
 -webkit-backdrop-filter: blur(18px) saturate(140%);
 box-shadow: inset 0 1px 1px rgba(255, 255, 255, .28), var(--ring);
}
.arc-card.is-center {
 background: #100c17;
 box-shadow:
 0 8px 24px rgba(10, 4, 24, .5),
 0 0 60px rgba(var(--sec-rgb), .38),
 0 0 110px rgba(var(--sec-rgb), .18),
 0 0 0 1px rgba(var(--sec-rgb), .45);
 backdrop-filter: none;
 -webkit-backdrop-filter: none;
}
.arc-card figure { flex: 1; overflow: hidden; background: #0a0710; }
.arc-card img { width: 100%; height: 100%; object-fit: cover; }
.arc-card figcaption {
 padding: 1.1rem 1.3rem 1.3rem;
 display: flex;
 flex-direction: column;
 gap: .3rem;
}
.arc-card .arc-t {
 font-family: var(--font-display);
 font-size: 1.02rem;
 font-weight: 700;
 letter-spacing: -.02em;
 color: rgba(255, 255, 255, .82);
}
.arc-card.is-center .arc-t { color: var(--paper); }
.arc-card .arc-k {
 font-size: .7rem;
 letter-spacing: .14em;
 text-transform: uppercase;
 color: var(--muted);
}
.arc-card.is-center .arc-k { color: var(--sec); }
.arc-nav {
 position: absolute;
 left: 50%;
 bottom: -18px;
 transform: translateX(-50%);
 display: flex;
 gap: .6rem;
 z-index: 200;
}
.arc-nav button {
 width: 46px;
 height: 46px;
 border-radius: 100px;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: transform .3s var(--ease-out), background .3s var(--ease-out);
}
.arc-nav .arc-prev {
 background: rgba(255, 255, 255, .16);
 color: var(--paper);
 filter: drop-shadow(0 0 6px rgba(var(--sec-rgb), .7));
}
.arc-nav .arc-next {
 background: var(--sec);
 color: var(--on-sec);
 box-shadow: 0 6px 18px rgba(10, 4, 24, .4);
}
.arc-nav button:hover { transform: translateY(-2px); }
@media (max-width: 900px) {
 .arc { height: 470px; }
 .arc-card { width: 230px; height: 330px; margin-left: -115px; border-radius: var(--r-md); }
 .arc-nav { bottom: -10px; }
 .arc-nav button { width: 42px; height: 42px; }
}
@media (prefers-reduced-motion: reduce) {
 .arc-card { transition: none; }
}
.section { padding: clamp(3rem, 6vw, 5.2rem) clamp(16px, 4vw, 60px); }
.section + .section { padding-top: clamp(2.2rem, 4vw, 3.6rem); }
.section-head { margin-bottom: clamp(1.6rem, 3vw, 2.4rem); }
.section-lead { margin-top: .7rem; }
.hero-v2 { min-height: 88svh; }
.hero-v2__inner { gap: 1.6rem; padding: 7rem 1.5rem 3rem; }
.hero-v2--page { min-height: clamp(300px, 40vh, 440px); }
.hero-v2--page .hero-v2__inner { padding: 6.5rem 1.5rem 2.6rem; gap: 1.1rem; }
.hero-video-wrap {
 position: absolute;
 inset: 0;
 z-index: 0;
 overflow: hidden;
 pointer-events: none;
}
.hero-video-wrap video {
 width: 100%;
 height: 100%;
 object-fit: cover;
 mix-blend-mode: screen;
 opacity: .85;
}
.hero-v2 .hero-video-overlay {
 display: block;
 z-index: 1;
 background:
 radial-gradient(ellipse 80% 60% at 50% 45%, rgba(7, 5, 10, .62) 0%, rgba(7, 5, 10, .28) 60%, transparent 100%),
 linear-gradient(180deg, rgba(7, 5, 10, .35) 0%, transparent 30%, transparent 70%, rgba(7, 5, 10, .55) 100%);
}
.worlds-story .story-step { height: 72svh; }
.story-stage { height: 72svh; margin-bottom: -72svh; padding: 5rem clamp(16px,4vw,60px) 3rem; }
.arc { height: 460px; margin-top: 1rem; }
.arc-card { height: 360px; }
.paths { gap: .9rem; }
.path-card { gap: .8rem; padding: clamp(1.3rem, 2.4vw, 1.9rem); }
.path-list { gap: .55rem; }
.guarantee > div { padding: 1.2rem 1.1rem; gap: .35rem; }
.price-card { padding: 1.2rem 1.1rem; }
.feat-card { min-height: 280px; }
.feat-card-main { min-height: 250px; padding: 22px; gap: 12px; }
.svc-card { min-height: 260px; }
.svc-inner { min-height: 244px; padding: 1.4rem; }
.tier { min-height: auto; padding: 34px 22px; }
.tier ul { gap: 12px; margin-bottom: 18px; }
.tier-desc { margin-bottom: 26px; min-height: 0; }
.web-list li { padding: .8rem 0; }
.faq summary { padding: 1rem .2rem; }
.faq .faq-body { padding-bottom: 1.1rem; }
.final-cta .cta-card { padding: clamp(2rem, 4vw, 2.8rem) 1.6rem; }
.site-footer--rich { padding-top: clamp(2.4rem, 4vw, 3.4rem); }
.footer-video-card { min-height: 280px; padding: 26px; }
.footer-links-card { padding: 30px; }
.footer-grid { padding-bottom: 1.8rem; }
.footer-watermark { margin-top: -24px; }
.proof { padding: 1.2rem 0 1.4rem; }
.proof-item { width: 92px; height: 92px; }
@media (max-width: 900px) {
 .hero-v2__inner { padding: 6rem 1.2rem 2.4rem; gap: 1.3rem; }
 .arc { height: 400px; }
 .arc-card { height: 300px; }
}
.hero-video-wrap .hero-video { display: block; position: static; opacity: 1; }
#backdrop::after {
 background:
 radial-gradient(circle at 50% 42%, rgba(var(--sec-rgb), .20) 0%, transparent 62%),
 linear-gradient(180deg, rgba(7, 5, 10, .58) 0%, rgba(7, 5, 10, .52) 50%, rgba(7, 5, 10, .62) 100%);
}
.worlds-story {
 position: relative;
 overflow: clip;
}
.story-stage {
 height: 100svh;
 margin-bottom: -100svh;
 padding: 5rem clamp(16px, 4vw, 60px) 3rem;
}
.worlds-story .story-step { height: 78svh; }
.story-panel { visibility: hidden; }
.story-panel.is-active { visibility: visible; }
#lavori { position: relative; z-index: 6; }
.arc-card figure {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 1.1rem;
 background: #0a0710;
}
.arc-card img { width: 100%; height: 100%; object-fit: contain; }
.world-card__media img { object-fit: contain; padding: .8rem; }
.card-thumb { background-size: contain; background-repeat: no-repeat; background-color: #0a0710; }
.hero-world img { object-fit: contain; background: #0a0710; padding: 2px; }
.pill img { object-fit: contain; padding: 6px; }
.logo-mark {
 width: 30px;
 height: 30px;
 border-radius: var(--r-sm);
 background: #0d0913 url('/assets/img/logo-256.webp') center / 78% no-repeat;
 box-shadow: 0 0 0 1px rgba(var(--sec-rgb), .35), 0 0 18px rgba(var(--sec-rgb), .28);
 transition: box-shadow .4s var(--ease-out), transform .4s var(--ease-out);
}
.logo:hover .logo-mark { transform: rotate(-6deg) scale(1.04); box-shadow: 0 0 0 1px var(--sec), 0 0 26px rgba(var(--sec-rgb), .5); }
.nav-item {
 overflow: hidden;
 display: inline-flex;
 align-items: center;
 height: 34px;
}
.nav-roll {
 display: block;
 position: relative;
 overflow: hidden;
 height: 1.15em;
 line-height: 1.15em;
}
.nav-roll span {
 display: block;
 transition: transform .42s cubic-bezier(.22, 1, .36, 1);
}
.nav-roll span + span { position: absolute; top: 100%; left: 0; }
.nav-item:hover .nav-roll span,
.nav-item:focus-visible .nav-roll span { transform: translateY(-100%); }
.sticky-cta {
 display: grid;
 grid-template-columns: 1fr auto auto;
 align-items: center;
 gap: 1.2rem;
 padding: .6rem .6rem .6rem 1.5rem;
 max-width: min(760px, calc(100vw - 2rem));
 border-radius: 100px;
 background: rgba(14, 10, 20, .88);
 backdrop-filter: blur(22px);
 -webkit-backdrop-filter: blur(22px);
 box-shadow: 0 20px 50px rgba(0, 0, 0, .55), 0 0 0 1px rgba(var(--sec-rgb), .28);
}
.sticky-cta p {
 font-size: .88rem;
 line-height: 1.35;
 color: var(--muted-strong);
 white-space: normal;
 min-width: 0;
}
.sticky-cta p b { display: block; color: var(--paper); font-weight: 600; }
.sticky-cta a {
 height: 44px;
 display: inline-flex;
 align-items: center;
 padding: 0 1.4rem;
 white-space: nowrap;
 flex: none;
}
.sticky-cta .cta-dismiss { width: 36px; height: 36px; flex: none; }
@media (max-width: 620px) {
 .sticky-cta { grid-template-columns: 1fr auto; gap: .7rem; padding: .6rem .6rem .6rem 1rem; }
 .sticky-cta p { font-size: .78rem; }
 .sticky-cta .cta-dismiss { grid-column: 2; grid-row: 1; justify-self: end; }
 .sticky-cta a { grid-column: 1 / -1; grid-row: 2; justify-content: center; }
}
.footer-video-card { justify-content: space-between; gap: 1.4rem; }
.fvc-mark {
 width: 38px;
 height: 38px;
 border-radius: var(--r-sm);
 background: rgba(0, 0, 0, .35) url('/assets/img/logo-256.webp') center / 76% no-repeat;
 border: 1px solid rgba(255, 255, 255, .5);
 font-size: 0;
}
.fvc-tagline { font-size: 1.15rem; line-height: 1.4; }
.footer-links-card .footer-col h4 {
 padding-bottom: .6rem;
 border-bottom: 1px solid var(--line, rgba(255, 255, 255, .1));
 margin-bottom: 1rem;
}
.footer-col a { position: relative; width: fit-content; }
.footer-col a::after {
 content: '';
 position: absolute;
 left: 0;
 bottom: 2px;
 width: 100%;
 height: 1px;
 background: var(--sec);
 transform: scaleX(0);
 transform-origin: right;
 transition: transform .4s var(--ease-out);
}
.footer-col a:hover::after { transform: scaleX(1); transform-origin: left; }
.footer-watermark { margin-top: -16px; padding: 0 clamp(16px, 4vw, 60px); }
.footer-legal { align-items: center; gap: .8rem 1.4rem; }
.footer-badge { top: -42px; right: -14px; }
.footer-badge .cube { width: 78px; height: 78px; }
.footer-badge .cube span { font-size: 34px; }
.footer-badge .hint { justify-content: flex-end; margin-top: .4rem; }
.footer-links-card .footer-col:last-child { padding-top: 1.6rem; }
.footer-col a.footer-cta {
 height: 46px;
 min-height: 46px;
 line-height: 1;
 padding: 0 1.4rem;
 align-items: center;
 margin-top: 1.1rem;
}
@media (max-width: 900px) {
 .footer-badge { top: -34px; right: 8px; }
 .footer-badge .cube { width: 64px; height: 64px; }
 .footer-badge .cube span { font-size: 28px; }
 .footer-links-card .footer-col:last-child { padding-top: 0; }
}
.footer-badge { top: -64px; right: 10px; }
.footer-links-card .footer-col:last-child { padding-top: 0; }
@media (max-width: 900px) { .footer-badge { top: -52px; } }
.footer-badge { top: -92px; }
@media (max-width: 900px) { .footer-badge { top: -74px; right: 6px; } }
.nav-roll span + span { color: var(--sec); font-weight: 600; }
.nav-item { transition: color .42s var(--ease-out); }
.nav-roll span { transition: transform .46s cubic-bezier(.34, 1.2, .3, 1); }
.nav-item[aria-current='page'] .nav-roll span + span { color: var(--on-sec); }
.hero-v2 { min-height: 100svh; }
.hero-video-wrap {
 inset: 0 0 -18vh 0;
 -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 46%, rgba(0, 0, 0, .72) 68%, rgba(0, 0, 0, .3) 84%, transparent 100%);
 mask-image: linear-gradient(to bottom, #000 0%, #000 46%, rgba(0, 0, 0, .72) 68%, rgba(0, 0, 0, .3) 84%, transparent 100%);
}
.hero-v2 .hero-video-overlay {
 inset: 0 0 -18vh 0;
 -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 46%, rgba(0, 0, 0, .72) 68%, rgba(0, 0, 0, .3) 84%, transparent 100%);
 mask-image: linear-gradient(to bottom, #000 0%, #000 46%, rgba(0, 0, 0, .72) 68%, rgba(0, 0, 0, .3) 84%, transparent 100%);
}
.hero-v2--page .hero-video {
 -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 55%, rgba(0, 0, 0, .5) 80%, transparent 100%);
 mask-image: linear-gradient(to bottom, #000 0%, #000 55%, rgba(0, 0, 0, .5) 80%, transparent 100%);
}
.hero-v2 { overflow: visible; }
.hero-v2__inner { position: relative; z-index: 10; }
.hero-video-wrap,
.hero-v2 .hero-video-overlay {
 inset: 0 0 -26vh 0;
 -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 24%, rgba(0,0,0,.88) 44%, rgba(0,0,0,.62) 60%, rgba(0,0,0,.34) 74%, rgba(0,0,0,.12) 88%, transparent 100%);
 mask-image: linear-gradient(to bottom, #000 0%, #000 24%, rgba(0,0,0,.88) 44%, rgba(0,0,0,.62) 60%, rgba(0,0,0,.34) 74%, rgba(0,0,0,.12) 88%, transparent 100%);
}
.hero-v2--page .hero-video {
 -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 34%, rgba(0,0,0,.7) 58%, rgba(0,0,0,.35) 78%, transparent 100%);
 mask-image: linear-gradient(to bottom, #000 0%, #000 34%, rgba(0,0,0,.7) 58%, rgba(0,0,0,.35) 78%, transparent 100%);
}
.site-footer { border-top: none; }
.site-footer--rich .footer-grid { border-bottom: none; }
.footer-legal { border-top: 1px solid var(--line, rgba(255,255,255,.1)); margin-top: 1.4rem; }
.header.is-away { transform: none; } 
.header {
 transition:
 transform .55s cubic-bezier(.22, 1, .36, 1),
 padding .55s cubic-bezier(.22, 1, .36, 1),
 max-width .55s cubic-bezier(.22, 1, .36, 1);
 max-width: 100%;
 margin: 0 auto;
 left: 0;
 right: 0;
}
.header.is-condensed {
 max-width: min(1080px, calc(100% - 2.4rem));
 padding: .5rem .6rem .5rem 1rem;
 margin-top: .7rem;
 border-radius: 100px;
 background: rgba(12, 8, 18, .72);
 backdrop-filter: blur(22px) saturate(150%);
 -webkit-backdrop-filter: blur(22px) saturate(150%);
 border-bottom: none;
 box-shadow: 0 18px 44px rgba(0, 0, 0, .5), 0 0 0 1px rgba(var(--sec-rgb), .22);
}
.header.is-condensed .nav {
 background: transparent;
 box-shadow: none;
 backdrop-filter: none;
 -webkit-backdrop-filter: none;
}
.header.is-condensed .nav::before { opacity: 0; }
.header.is-condensed .nav-divider { opacity: 0; }
.header.is-condensed .logo { font-size: 1.1rem; }
.header.is-condensed .logo-mark { width: 26px; height: 26px; }
.header.is-condensed .contact-btn { padding: .6rem 1.2rem; }
@media (max-width: 620px) {
 .header.is-condensed { max-width: calc(100% - 1.2rem); padding: .45rem .5rem .45rem .8rem; }
}
@media (prefers-reduced-motion: reduce) { .header { transition: none; } }
