:root {
  --black: #030303;
  --carbon: #111317;
  --panel: #17191d;
  --red: #e31b23;
  --red-hot: #ff3340;
  --silver: #c7cbd1;
  --white: #f5f5f5;
  --gold: #d4af37;
  --line: rgba(255, 255, 255, 0.13);
  --muted: #a6abb4;
  --page: min(1240px, calc(100vw - 64px));
  --pointer-x: 50vw;
  --pointer-y: 50vh;
  --mx: 0;
  --my: 0;
  --scroll: 0;
  --hero-x: 0px;
  --hero-y: 0px;
  --scroll-hero-y: 0px;
  --scroll-booking-y: 0px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; }
body::before {
  content: ""; position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: .23;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--white); outline-offset: 4px; }
em { color: var(--red-hot); font-style: normal; text-shadow: 0 0 36px rgba(227, 27, 35, .23); }

.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 1200; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--red), #ff6871, var(--gold)); box-shadow: 0 0 18px rgba(227,27,35,.7); }
.cursor-aura { position: fixed; z-index: 1100; left: var(--pointer-x); top: var(--pointer-y); width: 320px; aspect-ratio: 1; border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(227,27,35,.12), transparent 67%); mix-blend-mode: screen; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 94px; display: flex; align-items: center; gap: 40px; padding: 0 max(32px, calc((100vw - 1380px) / 2)); transition: .35s ease; }
.site-header::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(#030303e6, transparent); transition: .35s; }
.site-header.is-scrolled { height: 78px; background: rgba(3,3,3,.76); border-bottom: 1px solid var(--line); backdrop-filter: blur(22px) saturate(140%); }
.site-header.is-scrolled::after { opacity: 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 43px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--white); font: 900 .7rem/1 Arial; letter-spacing: -.06em; position: relative; background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.12), transparent 45%), #0b0c0e; box-shadow: 0 0 0 5px rgba(255,255,255,.025); }
.brand-mark::after { content: ""; position: absolute; width: 7px; height: 7px; right: -2px; bottom: 5px; border-radius: 50%; background: var(--red); box-shadow: 0 0 14px var(--red); }
.brand-type { display: flex; flex-direction: column; font: 900 1.05rem/.9 "Arial Black", Arial, sans-serif; letter-spacing: .06em; }
.brand-type b { color: var(--red-hot); }
.brand-type small { margin-top: 6px; color: #9da2aa; font: 600 .48rem/1 Inter, Arial, sans-serif; letter-spacing: .25em; text-transform: uppercase; }
.nav { margin: 0 auto; display: flex; gap: 34px; }
.nav a { position: relative; color: #e9eaed; font-size: .79rem; font-weight: 750; letter-spacing: .05em; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 0; height: 2px; background: var(--red); box-shadow: 0 0 10px var(--red); transition: width .25s; }
.nav a:hover::after { width: 100%; }
.menu-button { display: none; }

.button { min-height: 56px; padding: 0 24px; display: inline-flex; justify-content: center; align-items: center; gap: 13px; border: 1px solid transparent; border-radius: 999px; background: linear-gradient(135deg, #f32932, #b50810); color: #fff; font-size: .78rem; font-weight: 850; letter-spacing: .045em; box-shadow: 0 14px 40px rgba(227,27,35,.2), inset 0 1px rgba(255,255,255,.28); transition: transform .25s, box-shadow .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 18px 48px rgba(227,27,35,.34), inset 0 1px rgba(255,255,255,.32); }
.button span:last-child { font-size: 1rem; }
.button-small { min-height: 46px; padding-inline: 19px; }
.button-ghost { background: rgba(9,10,12,.58); border-color: rgba(255,255,255,.22); backdrop-filter: blur(14px); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.button-gold { color: #090909; background: linear-gradient(135deg, #f5dc7b, var(--gold) 50%, #8b6911); }
.play { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); font-size: .55rem; }

.hero { min-height: 100svh; position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; padding: 150px max(32px, calc((100vw - 1380px) / 2)) 100px; background: #030303; }
.hero-backdrop { position: absolute; z-index: -5; inset: 0; overflow: hidden; }
.hero-backdrop img, .hero-backdrop video { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; filter: saturate(.72) contrast(1.14) brightness(.56); transform: scale(1.09) translate3d(var(--hero-x), calc(var(--hero-y) + var(--scroll-hero-y)), 0); }
.hero-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #030303 0%, rgba(3,3,3,.93) 34%, rgba(3,3,3,.53) 66%, rgba(3,3,3,.68) 100%), linear-gradient(0deg, #030303 0%, transparent 32%, rgba(3,3,3,.24) 100%); }
.hero-grid { position: absolute; z-index: -3; inset: 0; opacity: .27; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 88px 88px; transform: perspective(600px) rotateX(64deg) translateY(52%); transform-origin: bottom; mask-image: linear-gradient(transparent 25%, #000 90%); }
.hero-beam { position: absolute; z-index: -1; height: 1px; background: linear-gradient(90deg, transparent, var(--red-hot), transparent); filter: drop-shadow(0 0 11px var(--red)); opacity: .55; }
.beam-one { width: 120vw; top: 34%; left: -10vw; transform: rotate(-7deg); animation: beam 6s ease-in-out infinite; }
.beam-two { width: 80vw; top: 67%; left: 30vw; transform: rotate(12deg); animation: beam 7s 1.2s ease-in-out infinite reverse; }
.hero-content { position: relative; z-index: 5; width: min(700px, 52vw); padding-top: 30px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: #e8eaed; font-size: .69rem; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 16px var(--red); }
.hero h1, .section h2, .booking h2 { margin: 0; font-family: "Arial Black", Impact, sans-serif; text-transform: uppercase; letter-spacing: -.055em; line-height: .88; text-wrap: balance; }
.hero h1 { font-size: clamp(4.2rem, 7.5vw, 8.5rem); text-shadow: 0 12px 50px #000; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.74); background: linear-gradient(90deg, #fff, #8d939c, #fff); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; animation: metal 6s linear infinite; }
.hero-copy { max-width: 620px; margin: 27px 0 0; color: #e1e3e7; font-size: clamp(1rem, 1.25vw, 1.16rem); line-height: 1.75; text-shadow: 0 2px 16px #000; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 31px; }
.hero-metrics { display: flex; gap: 0; margin-top: 52px; }
.hero-metrics div { display: flex; flex-direction: column; min-width: 150px; padding: 0 22px; border-left: 1px solid var(--line); }
.hero-metrics div:first-child { padding-left: 0; border-left: 0; }
.hero-metrics strong { font: 900 1.5rem/1 "Arial Black", Arial; }
.hero-metrics span { margin-top: 8px; color: var(--muted); font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; }
.reveal-now { animation: heroReveal .85s both; }
.hero h1.reveal-now { animation-delay: .08s; }
.hero-copy.reveal-now { animation-delay: .16s; }
.hero-actions.reveal-now { animation-delay: .24s; }
.hero-metrics.reveal-now { animation-delay: .32s; }

.car-stage { position: absolute; z-index: 3; width: min(640px, 45vw); height: min(650px, 70vh); right: max(42px, calc((100vw - 1420px) / 2)); top: 52%; transform: translateY(-48%) perspective(1200px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transform-style: preserve-3d; transition: transform .12s ease-out; }
.car-frame { position: absolute; inset: 10% 0 8% 5%; border-radius: 46% 54% 50% 50% / 36% 42% 58% 64%; overflow: hidden; border: 1px solid rgba(255,255,255,.16); transform: translateZ(36px); box-shadow: 0 55px 110px #000, 0 0 70px rgba(227,27,35,.13); clip-path: polygon(8% 0, 100% 8%, 94% 94%, 0 100%); }
.car-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: contrast(1.13) saturate(.9); transform: scale(1.08); }
.car-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(125deg, rgba(255,255,255,.12), transparent 28%, transparent 68%, rgba(227,27,35,.17)), linear-gradient(0deg, rgba(0,0,0,.57), transparent 45%); }
.scan-line { position: absolute; z-index: 2; left: 0; right: 0; top: -10%; height: 2px; background: linear-gradient(90deg, transparent, #fff, var(--red), transparent); box-shadow: 0 0 18px var(--red); animation: scan 4.7s ease-in-out infinite; }
.stage-orbit { position: absolute; border: 1px solid rgba(227,27,35,.2); border-radius: 50%; transform-style: preserve-3d; }
.orbit-one { width: 95%; aspect-ratio: 1; left: 4%; top: 7%; transform: translateZ(-40px) rotateX(67deg) rotateZ(12deg); box-shadow: 0 0 70px rgba(227,27,35,.07) inset; animation: orbit 14s linear infinite; }
.orbit-two { width: 74%; aspect-ratio: 1; left: 17%; top: 17%; border-style: dashed; transform: translateZ(75px) rotateY(71deg) rotateZ(-8deg); animation: orbit 11s linear infinite reverse; }
.stage-floor { position: absolute; width: 90%; height: 22%; left: 10%; bottom: -2%; border-radius: 50%; transform: rotateX(72deg) translateZ(-80px); background: radial-gradient(ellipse, rgba(227,27,35,.33), rgba(10,10,10,.12) 50%, transparent 72%); filter: blur(6px); }
.floating-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 15px; background: rgba(11,12,15,.67); backdrop-filter: blur(18px) saturate(150%); box-shadow: 0 18px 50px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.08); transform: translateZ(90px); animation: float 4.6s ease-in-out infinite; }
.floating-chip b { font: 900 1.2rem/1 "Arial Black", Arial; color: #fff; }
.floating-chip span { color: #c5c8ce; font-size: .62rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .07em; }
.floating-chip span b { color: #66e89a; font: 750 .62rem/1 Inter, Arial; }
.floating-chip i { width: 9px; height: 9px; border-radius: 50%; background: #66e89a; box-shadow: 0 0 14px #66e89a; }
.chip-one { left: -3%; top: 14%; }
.chip-two { right: -6%; top: 39%; animation-delay: -1.1s; }
.chip-three { left: 2%; bottom: 5%; animation-delay: -2.2s; }
.hero-index { position: absolute; z-index: 4; right: 31px; top: 50%; display: flex; flex-direction: column; align-items: center; gap: 13px; color: #b9bdc5; }
.hero-index span { font: 900 .75rem/1 Arial; }
.hero-index i { width: 1px; height: 90px; background: linear-gradient(var(--red), rgba(255,255,255,.12)); }
.hero-index small { writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .22em; font-size: .56rem; }
.scroll-cue { position: absolute; z-index: 6; left: max(32px, calc((100vw - 1380px) / 2)); bottom: 28px; display: flex; align-items: center; gap: 12px; color: #aeb2b9; font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; }
.scroll-cue i { width: 64px; height: 1px; background: linear-gradient(90deg, var(--red), transparent); animation: cue 1.8s ease-in-out infinite; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: #090a0c; }
.marquee > div { width: max-content; display: flex; animation: marquee 26s linear infinite; }
.marquee span { display: flex; align-items: center; gap: 28px; padding: 18px 28px; color: #c6c9cf; font: 850 .68rem/1 Arial; letter-spacing: .18em; }
.marquee i { color: var(--red); font-size: .5rem; }

.section { position: relative; width: var(--page); margin-inline: auto; padding: 130px 0; }
.section::before { content: ""; position: absolute; z-index: -1; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(227,27,35,.075), transparent 70%); pointer-events: none; }
.section h2, .booking h2 { font-size: clamp(3rem, 5.9vw, 6.4rem); }
.section-number { position: absolute; right: 0; top: 82px; color: rgba(255,255,255,.045); font: 900 clamp(8rem, 19vw, 18rem)/1 "Arial Black", Arial; }
.standard { min-height: 900px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 9vw; align-items: center; }
.elementor .standard .elementor-widget-html > .elementor-widget-container { display: grid; grid-template-columns: .86fr 1.14fr; gap: 9vw; align-items: center; width: 100%; }
.standard::before { right: -20%; top: 15%; }
.standard-copy { position: relative; z-index: 2; }
.standard-copy > p:not(.eyebrow) { max-width: 535px; margin: 30px 0; color: var(--silver); font-size: 1.08rem; line-height: 1.85; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.3); font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { color: var(--red-hot); }
.image-stack { position: relative; height: 650px; transform: perspective(1200px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transform-style: preserve-3d; transition: transform .15s; }
.image-plane { position: absolute; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 38px 90px rgba(0,0,0,.55); }
.image-plane img { width: 100%; height: 100%; object-fit: cover; }
.plane-main { inset: 7% 4% 5% 15%; z-index: 2; border-radius: 7px 80px 7px 7px; transform: translateZ(52px); }
.plane-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(255,255,255,.1), transparent 35%, rgba(227,27,35,.13)); }
.plane-back { width: 56%; height: 42%; left: -4%; bottom: -1%; z-index: 4; border-radius: 4px; transform: translateZ(108px) rotate(-3deg); }
.image-caption { position: absolute; z-index: 5; right: -2%; top: 3%; width: 230px; padding: 19px; border: 1px solid var(--line); background: rgba(8,9,11,.73); backdrop-filter: blur(16px); transform: translateZ(122px); }
.image-caption span { display: block; margin-bottom: 9px; color: var(--red-hot); font: 800 .58rem/1 Arial; letter-spacing: .16em; text-transform: uppercase; }
.image-caption b { font-size: .74rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .07em; }
.depth-ruler { position: absolute; right: -18px; bottom: 14%; z-index: 6; display: flex; flex-direction: column; gap: 12px; }
.depth-ruler i { width: 22px; height: 1px; background: var(--silver); opacity: .4; }
.depth-ruler i:nth-child(3) { width: 45px; background: var(--red); opacity: 1; }

.services { width: 100%; padding-inline: max(32px, calc((100vw - 1380px) / 2)); background: linear-gradient(180deg, #030303, #101216 48%, #030303); }
.services::before { left: 30%; top: 25%; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 62px; }
.section-heading h2 { font-size: clamp(3rem, 5.3vw, 5.7rem); }
.section-heading > p { max-width: 430px; margin: 0 0 7px; color: var(--silver); font-size: .98rem; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.service-card { --rx: 0deg; --ry: 0deg; position: relative; min-height: 500px; grid-column: span 4; overflow: hidden; isolation: isolate; border: 1px solid var(--line); border-radius: 24px; transform: perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)); transform-style: preserve-3d; transition: transform .12s, border-color .3s, box-shadow .3s; background: #0c0d0f; }
.service-card:nth-child(1), .service-card:nth-child(5) { grid-column: span 5; }
.service-card:nth-child(2), .service-card:nth-child(6) { grid-column: span 7; }
.service-card:hover { border-color: rgba(227,27,35,.5); box-shadow: 0 34px 85px rgba(0,0,0,.55), 0 0 42px rgba(227,27,35,.09); }
.service-card::after { content: ""; position: absolute; z-index: 3; inset: 0; opacity: 0; pointer-events: none; background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(255,255,255,.2), transparent 31%); mix-blend-mode: soft-light; transition: opacity .25s; }
.service-card:hover::after { opacity: 1; }
.service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s; }
.service-card:hover > img { transform: scale(1.07); filter: saturate(1.08); }
.service-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,4,5,.98) 1%, rgba(4,4,5,.77) 37%, rgba(4,4,5,.1) 76%), linear-gradient(120deg, rgba(227,27,35,.12), transparent 43%); }
.service-top, .service-content { position: absolute; z-index: 2; left: 28px; right: 28px; transform: translateZ(35px); }
.service-top { top: 26px; display: flex; justify-content: space-between; align-items: center; }
.service-top span { color: var(--red-hot); font: 900 .68rem/1 Arial; letter-spacing: .14em; }
.service-top small { padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(5,5,5,.43); backdrop-filter: blur(9px); font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.service-content { bottom: 27px; }
.service-content h3 { margin: 0; font: 900 clamp(1.45rem, 2.3vw, 2.25rem)/1 "Arial Black", Arial; letter-spacing: -.035em; text-transform: uppercase; }
.service-content p { max-width: 480px; margin: 13px 58px 0 0; color: #d2d5db; font-size: .87rem; line-height: 1.6; }
.service-content a { position: absolute; right: 0; bottom: 0; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.06); transition: .25s; }
.service-card:hover .service-content a { background: var(--red); transform: rotate(45deg); }

.transformation { width: 100%; padding-inline: max(32px, calc((100vw - 1380px) / 2)); background: radial-gradient(circle at 20% 50%, rgba(227,27,35,.12), transparent 30%), #090a0c; }
.compare-shell { display: grid; grid-template-columns: minmax(0, 1fr) 310px; min-height: 650px; border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: #111317; box-shadow: 0 45px 110px rgba(0,0,0,.44); }
.compare-stage { --comparison: 52%; position: relative; min-height: 650px; overflow: hidden; }
.compare-stage > img, .compare-before, .compare-before img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-before { width: var(--comparison); overflow: hidden; border-right: 2px solid #fff; box-shadow: 8px 0 35px rgba(0,0,0,.4); }
.compare-before img { width: calc(100vw - 310px); max-width: none; }
.compare-stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(0,0,0,.35), transparent 38%); }
.compare-stage input { position: absolute; z-index: 6; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.compare-handle { position: absolute; z-index: 5; left: var(--comparison); top: 50%; transform: translate(-50%,-50%); }
.compare-handle span { width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; background: var(--red); font-weight: 900; box-shadow: 0 10px 28px rgba(0,0,0,.45), 0 0 25px rgba(227,27,35,.4); }
.compare-label { position: absolute; z-index: 4; top: 22px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(3,3,3,.7); backdrop-filter: blur(10px); font-size: .61rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.before-label { left: 22px; }.after-label { right: 22px; }
.compare-panel { padding: 36px 30px; border-left: 1px solid var(--line); background: linear-gradient(145deg, #1b1e23, #0b0c0e); }
.panel-index { color: #9298a1; font: 750 .56rem/1 monospace; letter-spacing: .08em; text-transform: uppercase; }
.finish-score { display: flex; align-items: end; gap: 12px; padding: 43px 0 36px; border-bottom: 1px solid var(--line); }
.finish-score strong { font: 900 5.2rem/.72 "Arial Black", Arial; color: transparent; -webkit-text-stroke: 1px var(--white); }
.finish-score span { color: #aeb3bb; font-size: .62rem; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }
.compare-panel ul { margin: 22px 0 0; padding: 0; list-style: none; }
.compare-panel li { display: flex; justify-content: space-between; gap: 10px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #aeb3bb; font-size: .72rem; }
.compare-panel li b { color: #fff; text-transform: uppercase; font-size: .64rem; }

.process { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; }
.elementor .process .elementor-widget-html > .elementor-widget-container { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; align-items: start; width: 100%; }
.process::before { left: -25%; top: 5%; }
.process-intro { position: sticky; top: 140px; }
.process-intro p:last-child { max-width: 440px; color: var(--silver); line-height: 1.7; }
.process-rail { position: relative; }
.process-rail::before { content: ""; position: absolute; left: 43px; top: 44px; bottom: 80px; width: 1px; background: linear-gradient(var(--red), rgba(255,255,255,.1), var(--gold)); }
.process-step { min-height: 185px; display: grid; grid-template-columns: 88px 1fr; gap: 28px; position: relative; }
.process-orb { width: 88px; height: 88px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.12), transparent 38%), #0d0e11; box-shadow: 0 18px 50px rgba(0,0,0,.45); position: relative; }
.process-orb::after { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(227,27,35,.38); border-radius: 50%; animation: orbit 9s linear infinite; }
.process-orb span { font: 900 .7rem/1 Arial; z-index: 2; }
.process-orb i { position: absolute; right: -3px; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 14px var(--red); }
.process-step > div:last-child { padding: 13px 0 42px; border-bottom: 1px solid var(--line); }
.process-step small { color: var(--red-hot); font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.process-step h3 { margin: 8px 0 9px; font: 900 2.1rem/1 "Arial Black", Arial; letter-spacing: -.04em; text-transform: uppercase; }
.process-step p { margin: 0; color: var(--muted); font-size: .86rem; }

.work { width: 100%; padding-inline: max(32px, calc((100vw - 1380px) / 2)); background: linear-gradient(180deg, #030303, #0c0d10); }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filters button { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.03); color: #cdd0d5; cursor: pointer; font-size: .63rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: .25s; }
.filters button.is-active, .filters button:hover { background: var(--red); border-color: var(--red); color: #fff; box-shadow: 0 8px 25px rgba(227,27,35,.24); }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 14px; }
.work-item { position: relative; grid-column: span 4; border: 0; padding: 0; overflow: hidden; border-radius: 18px; background: #111; cursor: pointer; text-align: left; }
.work-item:nth-child(1), .work-item:nth-child(5) { grid-column: span 7; grid-row: span 2; }
.work-item:nth-child(2), .work-item:nth-child(6) { grid-column: span 5; }
.work-item > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s, filter .4s; }
.work-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.78), transparent 48%); }
.work-item:hover > img { transform: scale(1.06); filter: saturate(1.1); }
.work-item > span { position: absolute; z-index: 2; left: 22px; bottom: 20px; display: flex; flex-direction: column; }
.work-item > span b { font: 900 1.15rem/1 "Arial Black", Arial; text-transform: uppercase; }
.work-item > span small { margin-top: 7px; color: #c3c7cd; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.work-item > i { position: absolute; z-index: 2; right: 18px; top: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; background: rgba(0,0,0,.36); backdrop-filter: blur(8px); font-style: normal; transition: .3s; }
.work-item:hover > i { background: var(--red); transform: rotate(45deg); }

.packages::before { right: 5%; top: 20%; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.package-card { --rx: 0deg; --ry: 0deg; position: relative; min-height: 590px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, rgba(31,34,39,.98), rgba(8,9,11,.98)); transform: perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)); transform-style: preserve-3d; transition: transform .12s, border-color .3s, box-shadow .3s; }
.package-card::before { content: ""; position: absolute; width: 300px; height: 300px; right: -150px; top: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.09), transparent 65%); }
.package-card:hover { border-color: rgba(227,27,35,.46); box-shadow: 0 35px 80px rgba(0,0,0,.42); }
.package-featured { transform: perspective(1000px) translateY(-16px) rotateX(var(--rx)) rotateY(var(--ry)); border-color: rgba(227,27,35,.63); box-shadow: 0 0 60px rgba(227,27,35,.11); }
.package-no { position: absolute; right: 28px; top: 24px; color: rgba(255,255,255,.09); font: 900 4.5rem/1 "Arial Black", Arial; }
.package-card > small { color: var(--red-hot); font-size: .61rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.package-card h3 { margin: 36px 0 0; font: 900 2.3rem/1 "Arial Black", Arial; letter-spacing: -.04em; text-transform: uppercase; transform: translateZ(24px); }
.price { margin: 23px 0; font: 900 2.2rem/1 "Arial Black", Arial; }
.price span { color: var(--muted); font: 650 .62rem/1 Inter, Arial; text-transform: uppercase; }
.package-card > p { min-height: 76px; color: var(--silver); font-size: .88rem; line-height: 1.65; }
.package-card ul { min-height: 170px; margin: 24px 0 30px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.package-card li { margin: 13px 0; color: #e1e3e6; font-size: .79rem; }
.package-card li::before { content: "✓"; margin-right: 10px; color: var(--red-hot); font-weight: 900; }
.package-card .button { width: 100%; }
.recommended { position: absolute; z-index: 2; left: 38px; top: -1px; padding: 9px 13px; border-radius: 0 0 9px 9px; background: var(--red); font-size: .55rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.review-band { width: var(--page); margin: 0 auto 130px; display: grid; grid-template-columns: 1fr .82fr; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: #0c0d10; }
.review-band > div:first-child { padding: clamp(38px, 6vw, 80px); align-self: center; }
.review-band blockquote { margin: 25px 0 35px; font: 700 clamp(1.55rem, 2.5vw, 2.45rem)/1.35 Georgia, serif; letter-spacing: -.025em; }
.review-author { display: flex; align-items: center; gap: 13px; }
.review-author > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--red); font-weight: 900; }
.review-author p { display: flex; flex-direction: column; margin: 0 auto 0 0; }
.review-author b { font-size: .74rem; text-transform: uppercase; letter-spacing: .07em; }
.review-author small { color: var(--muted); font-size: .65rem; margin-top: 4px; }
.review-author > div { color: var(--gold); letter-spacing: .12em; }
.review-image { position: relative; min-height: 530px; overflow: hidden; }
.review-image img { width: 100%; height: 100%; object-fit: cover; }
.review-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,13,16,.4), transparent 45%); }
.review-image span { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(3,3,3,.64); backdrop-filter: blur(10px); font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; }

.booking { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; padding: 120px max(32px, calc((100vw - 1380px) / 2)); }
.booking > img, .booking-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.booking > img { object-position: 64% center; transform: scale(1.05) translateY(var(--scroll-booking-y)); }
.booking-overlay { background: linear-gradient(90deg, rgba(3,3,3,.98) 0%, rgba(3,3,3,.83) 42%, rgba(3,3,3,.14) 82%), linear-gradient(0deg, #030303 0%, transparent 35%); }
.booking-content { position: relative; z-index: 2; max-width: 850px; }
.booking-content > p:not(.eyebrow) { max-width: 610px; margin: 28px 0 33px; color: #e0e2e6; font-size: 1.05rem; line-height: 1.7; }
.booking-content > div { display: flex; gap: 12px; flex-wrap: wrap; }
.booking-code { position: absolute; z-index: 2; right: max(32px, calc((100vw - 1380px) / 2)); bottom: 40px; color: rgba(255,255,255,.52); font: 700 .58rem/1.7 monospace; text-align: right; letter-spacing: .13em; }

.dxp-static-footer { width: var(--page); min-height: 260px; margin: auto; display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 45px; align-items: start; padding: 65px 0 35px; }
.dxp-static-footer > p { max-width: 420px; margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.7; }
.dxp-static-footer > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.dxp-static-footer > div a { color: #d8dbe0; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.dxp-static-footer > small { grid-column: 1 / -1; padding-top: 27px; border-top: 1px solid var(--line); color: #7e838c; font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }

[data-reveal] { opacity: 1; transform: none; }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(38px); transition: opacity .8s, transform .8s cubic-bezier(.2,.72,.2,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }
.motion-ready .service-card[data-reveal], .motion-ready .package-card[data-reveal] { transform: perspective(1000px) translateY(38px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)); }
.motion-ready .service-card[data-reveal].is-visible, .motion-ready .package-card[data-reveal].is-visible { opacity: 1; transform: perspective(1000px) translateY(0) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)); }
.motion-ready .package-featured[data-reveal].is-visible { transform: perspective(1000px) translateY(-16px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)); }

.lightbox { position: fixed; z-index: 2000; inset: 0; display: none; place-items: center; padding: 35px; background: rgba(0,0,0,.92); backdrop-filter: blur(18px); animation: fade .25s; }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: min(1300px, 94vw); max-height: 88vh; border-radius: 20px; box-shadow: 0 35px 100px #000; }
.lightbox button { position: absolute; z-index: 2; right: 24px; top: 24px; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.08); font-size: 1.5rem; cursor: pointer; }

@keyframes heroReveal { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes metal { to { background-position: 200% center; } }
@keyframes beam { 0%,100% { opacity: .16; translate: -8% 0; } 50% { opacity: .8; translate: 8% 0; } }
@keyframes scan { 0%,15% { top: -10%; opacity: 0; } 30% { opacity: 1; } 75% { opacity: .8; } 90%,100% { top: 108%; opacity: 0; } }
@keyframes orbit { to { rotate: 360deg; } }
@keyframes float { 0%,100% { translate: 0 -5px; } 50% { translate: 0 7px; } }
@keyframes cue { 0%,100% { transform: scaleX(.35); transform-origin: left; } 50% { transform: scaleX(1); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes fade { from { opacity: 0; } }

@media (max-width: 1100px) {
  :root { --page: min(100% - 40px, 1020px); }
  .site-header { padding-inline: 22px; }
  .site-header > .button { display: none; }
  .hero { min-height: 940px; padding-inline: 24px; align-items: flex-start; }
  .hero-content { width: 72%; padding-top: 80px; }
  .car-stage { width: 54vw; height: 570px; right: -2vw; top: 64%; opacity: .88; }
  .hero-index { display: none; }
  .standard { gap: 5vw; }
  .image-stack { height: 560px; }
  .service-card { grid-column: span 6 !important; }
  .compare-shell { grid-template-columns: 1fr 260px; }
  .package-card { padding: 30px; }
}

@media (max-width: 780px) {
  :root { --page: calc(100% - 26px); }
  body::before, .cursor-aura { display: none; }
  .site-header { height: 76px; padding-inline: 14px; background: rgba(3,3,3,.78); backdrop-filter: blur(18px); }
  .brand-mark { width: 39px; }
  .brand-type { font-size: .92rem; }
  .menu-button { display: flex; width: 44px; height: 44px; margin-left: auto; padding: 0; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.05); }
  .menu-button span { width: 17px; height: 1px; background: #fff; }
  .nav { position: fixed; inset: 76px 13px auto; display: none; flex-direction: column; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(5,5,6,.96); backdrop-filter: blur(24px); box-shadow: 0 20px 60px #000; }
  .nav.is-open { display: flex; }
  .nav a { padding: 15px 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero { min-height: 900px; padding: 115px 14px 100px; }
  .hero-backdrop img, .hero-backdrop video { object-position: 62% center; }
  .hero-backdrop::after { background: linear-gradient(180deg, rgba(3,3,3,.86), rgba(3,3,3,.7) 48%, #030303 88%), linear-gradient(90deg, rgba(3,3,3,.75), transparent); }
  .hero-grid { background-size: 55px 55px; }
  .hero-content { width: 100%; padding-top: 0; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5.6rem); line-height: .91; }
  .hero-copy { max-width: 94%; font-size: .96rem; line-height: 1.65; }
  .hero-actions { gap: 9px; }
  .button { min-height: 52px; padding-inline: 19px; }
  .hero-metrics { margin-top: 38px; justify-content: space-between; }
  .hero-metrics div { min-width: 0; padding: 0 11px; }
  .hero-metrics strong { font-size: 1.15rem; }
  .hero-metrics span { font-size: .52rem; }
  .car-stage { width: 88vw; height: 360px; right: -11vw; top: 79%; opacity: .68; pointer-events: none; }
  .floating-chip { transform: scale(.8); }
  .chip-two, .chip-three { display: none; }
  .scroll-cue { left: 14px; bottom: 22px; }
  .section { padding: 88px 0; }
  .section h2, .booking h2 { font-size: clamp(2.75rem, 13vw, 4.4rem); }
  .standard { min-height: 0; grid-template-columns: 1fr; gap: 65px; }
  .elementor .standard .elementor-widget-html > .elementor-widget-container { grid-template-columns: 1fr; gap: 65px; }
  .section-number { top: 40px; font-size: 8rem; }
  .image-stack { height: 480px; }
  .plane-main { inset: 4% 0 8% 11%; }
  .plane-back { width: 60%; height: 36%; left: 0; }
  .image-caption { right: 0; width: 190px; }
  .services, .transformation, .work { padding-inline: 13px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading > p { margin-top: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { grid-column: auto !important; min-height: 430px; }
  .compare-shell { grid-template-columns: 1fr; min-height: 0; }
  .compare-stage { min-height: 470px; }
  .compare-before img { width: calc(100vw - 26px); }
  .compare-panel { display: none; }
  .process { grid-template-columns: 1fr; gap: 50px; }
  .elementor .process .elementor-widget-html > .elementor-widget-container { grid-template-columns: 1fr; gap: 50px; }
  .process-intro { position: static; }
  .process-step { grid-template-columns: 68px 1fr; gap: 20px; }
  .process-orb { width: 68px; height: 68px; }
  .process-rail::before { left: 33px; }
  .process-step h3 { font-size: 1.65rem; }
  .work-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 340px; }
  .work-item { grid-column: auto !important; grid-row: auto !important; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: 0; }
  .package-featured, .package-featured[data-reveal].is-visible { transform: none; }
  .package-card > p, .package-card ul { min-height: 0; }
  .review-band { grid-template-columns: 1fr; margin-bottom: 88px; }
  .review-image { min-height: 380px; }
  .review-author { flex-wrap: wrap; }
  .review-author > div { width: 100%; margin-left: 58px; }
  .booking { min-height: 720px; padding: 90px 14px; }
  .booking-overlay { background: linear-gradient(180deg, rgba(3,3,3,.79), rgba(3,3,3,.83) 55%, #030303 100%); }
  .booking-code { right: 14px; }
  .dxp-static-footer { grid-template-columns: 1fr; gap: 28px; padding-top: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1; transform: none !important; }
  .hero-backdrop img, .hero-backdrop video, .booking > img { transform: none; }
  .cursor-aura { display: none; }
}
