@font-face {
  font-family: "Ruben";
  src: url("assets/ruben.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome Brands";
  src: url("assets/fa-brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --black: #050607;
  --panel: #0d1012;
  --panel-2: #14181b;
  --line: rgba(255, 255, 255, 0.13);
  --muted: #9aa1a6;
  --white: #f4f6f7;
  --red: #e41725;
  --red-bright: #ff3340;
  --silver: #cfd4d7;
  --max: 1660px;
  --font: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  --tech: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--white); background: var(--black); font-family: var(--font); -webkit-font-smoothing: antialiased; }
body::before { position: fixed; z-index: -2; inset: 0; background: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 56px 56px; content: ""; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: #000; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; min-height: 100px; display: flex; align-items: center; gap: clamp(24px,3vw,58px); padding: 10px clamp(24px,3vw,58px); border: 0; border-bottom: 1px solid rgba(255,255,255,.24); background: linear-gradient(115deg,rgba(202,25,35,.96),rgba(151,10,20,.94) 55%,rgba(94,4,12,.96)); backdrop-filter: blur(20px) saturate(1.2); box-shadow: 0 16px 46px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.18); transition: min-height .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header::before { position: absolute; inset: 0; background: linear-gradient(105deg,transparent 15%,rgba(255,255,255,.1) 42%,transparent 64%); opacity: .7; pointer-events: none; content: ""; }
.site-header::after { position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: linear-gradient(90deg,transparent,var(--red-bright),#fff,var(--red-bright),transparent); box-shadow: 0 0 18px rgba(255,20,35,.72); opacity: .75; pointer-events: none; content: ""; }
.site-header > * { position: relative; z-index: 1; }
.site-header.scrolled { min-height: 82px; background: linear-gradient(115deg,rgba(175,16,26,.97),rgba(105,5,14,.98)); box-shadow: 0 12px 38px rgba(0,0,0,.48); }
.brand { min-width: clamp(270px,20vw,355px); display: flex; align-items: center; text-decoration: none; }
.brand img { width: clamp(265px,19vw,340px); height: 78px; object-fit: contain; object-position: left center; filter: drop-shadow(0 5px 12px rgba(0,0,0,.32)) drop-shadow(0 0 8px rgba(255,255,255,.12)); transition: height .25s ease, transform .25s ease; }
.brand:hover img { transform: translateY(-2px); }
.site-header.scrolled .brand img { height: 64px; }
.main-nav { flex: 1; display: flex; justify-content: center; align-items: center; gap: clamp(16px,1.7vw,34px); }
.main-nav > a, .nav-group > button { position: relative; padding: 19px 0; border: 0; color: rgba(255,255,255,.88); background: none; font: 700 15px Arial, Helvetica, sans-serif; letter-spacing: .045em; text-shadow: 0 1px 2px rgba(0,0,0,.28); text-decoration: none; text-transform: uppercase; cursor: pointer; transition: color .2s ease, transform .2s ease; }
.main-nav > a:not(.nav-cta)::after, .nav-group > button::after { position: absolute; right: 50%; bottom: 10px; left: 50%; height: 2px; background: #fff; box-shadow: 0 0 10px rgba(255,255,255,.75); content: ""; transition: right .22s ease,left .22s ease; }
.main-nav > a:hover, .main-nav > a.active, .nav-group > button:hover { color: #fff; transform: translateY(-1px); }
.main-nav > a:hover::after, .main-nav > a.active::after, .nav-group > button:hover::after, .nav-group.open > button::after { right: 0; left: 0; }
.main-nav .nav-cta { padding: 15px 20px; border: 1px solid rgba(255,255,255,.52); color: #fff; background: rgba(0,0,0,.14); box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.main-nav .nav-cta:hover { border-color: #fff; background: rgba(0,0,0,.24); box-shadow: 0 8px 22px rgba(70,0,7,.24); }
.nav-group { position: relative; }
.nav-group button span { color: var(--red); }
.nav-submenu { position: absolute; top: calc(100% - 4px); left: -20px; width: 250px; display: grid; padding: 10px; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(145deg,rgba(89,4,11,.98),rgba(16,8,10,.98)); box-shadow: 0 20px 50px rgba(0,0,0,.55); opacity: 0; transform: translateY(-6px); pointer-events: none; transition: .2s ease; }
.nav-group:hover .nav-submenu, .nav-group:focus-within .nav-submenu, .nav-group.open .nav-submenu { opacity: 1; transform: none; pointer-events: auto; }
.nav-submenu a { padding: 14px 12px; border-left: 1px solid transparent; color: #c6cbce; font: 700 13px Arial, Helvetica, sans-serif; letter-spacing: .035em; line-height: 1.4; text-decoration: none; text-transform: uppercase; }
.nav-submenu a:hover { border-left-color: var(--red); color: #fff; background: rgba(255,255,255,.04); }
.menu-toggle { display: none; }

.social-dock { position: fixed; z-index: 90; top: 50%; left: 0; display: grid; gap: 7px; transform: translateY(-50%); }
.social-dock a { --social-color: #222; position: relative; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--social-color); text-decoration: none; box-shadow: 0 5px 18px rgba(0,0,0,.24); transition: width .24s ease, filter .2s ease; }
.social-dock a:hover, .social-dock a:focus-visible { filter: brightness(1.08); outline: 0; }
.social-dock i { position: relative; z-index: 2; width: 50px; flex: 0 0 50px; text-align: center; font: normal 400 25px/1 "Font Awesome Brands"; }
.social-dock span { position: absolute; z-index: 1; top: 0; left: 48px; height: 50px; display: flex; align-items: center; padding: 0 18px 0 12px; color: #fff; background: var(--social-color); font: 700 13px Arial, Helvetica, sans-serif; letter-spacing: .02em; white-space: nowrap; opacity: 0; transform: translateX(-12px); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
.social-dock a:hover span, .social-dock a:focus-visible span { opacity: 1; transform: none; }
.social-facebook { --social-color: #128be0 !important; }
.social-instagram { --social-color: rgb(224,17,107) !important; }
.social-youtube { --social-color: rgb(224,17,17) !important; }
.social-tiktok { --social-color: rgb(10,0,0) !important; }
.social-whatsapp { --social-color: rgb(14,178,22) !important; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; padding: 160px max(5vw, 32px) 72px; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; filter: saturate(.98) contrast(1.02) brightness(.82); transform: scale(1.015); animation: hero-in 1.6s ease-out both; }
.hero::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.66) 0%,rgba(0,0,0,.24) 43%,rgba(0,0,0,.03) 72%),linear-gradient(0deg,rgba(5,6,7,.9) 0%,rgba(5,6,7,.12) 32%,transparent 55%); content: ""; }
.hero-content { position: relative; z-index: 2; width: min(850px, 100%); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: #aeb5b9; font: 700 12px var(--tech); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 54px; height: 1px; background: var(--red); box-shadow: 0 0 10px var(--red); content: ""; }
.hero h1, .page-hero h1 { margin: 0; font-family: "Ruben", Impact, sans-serif; font-weight: 400; font-size: clamp(60px, 9.8vw, 164px); line-height: .82; letter-spacing: .012em; text-transform: uppercase; }
.hero h1 span, .page-hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.55); }
.hero h1 span { font-size: clamp(40px, 7vw, 112px); white-space: nowrap; }
.hero-lead { max-width: 720px; margin: 34px 0 0; color: #d6dade; font-size: clamp(18px, 1.7vw, 26px); line-height: 1.48; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid var(--red); color: #fff; background: var(--red); font: 700 12px var(--tech); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: .2s ease; }
.button:hover { background: var(--red-bright); box-shadow: 0 0 26px rgba(228,23,37,.35); transform: translateY(-2px); }
.button.secondary { border-color: var(--line); background: rgba(0,0,0,.34); }
.button.secondary:hover { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.08); box-shadow: none; }

.section { padding: clamp(80px, 10vw, 150px) max(5vw, 28px); }
.section-inner { width: min(var(--max), 100%); margin: auto; }
.section-head { display: grid; grid-template-columns: minmax(280px,.85fr) 1.15fr; gap: 8vw; align-items: end; margin-bottom: 60px; }
.section-head h2 { margin: 0; font-family: "Ruben", Impact, sans-serif; font-weight: 400; font-size: clamp(52px, 6vw, 104px); line-height: .9; letter-spacing: .012em; text-transform: uppercase; }
.section-head p { max-width: 660px; margin: 0 0 5px; color: #aab0b4; font-size: clamp(16px, 1.35vw, 21px); line-height: 1.7; }
.section-light { color: #111416; background: #d4d4d0; }
.section-light .eyebrow, .section-light .section-head p { color: #5e6568; }
.section-light .eyebrow::before { background: var(--red); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.section-light .feature-grid { border-color: rgba(0,0,0,.16); }
.feature-card { min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #fff; background: var(--panel); text-decoration: none; overflow: hidden; position: relative; }
.section-light .feature-card { border-color: rgba(0,0,0,.16); }
.feature-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.28) brightness(.48); transition: .45s ease; }
.feature-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.93), transparent 72%); content: ""; }
.feature-card:hover img { filter: grayscale(0) brightness(.65); transform: scale(1.035); }
.feature-card > *:not(img) { position: relative; z-index: 1; }
.feature-card small { margin-bottom: 10px; color: var(--red-bright); font: 700 11px var(--tech); letter-spacing: .09em; }
.feature-card h3 { margin: 0; font-family: "Ruben", Impact, sans-serif; font-weight: 400; font-size: clamp(28px, 2.5vw, 44px); letter-spacing: .015em; text-transform: uppercase; }
.feature-card p { margin: 14px 0 0; color: #b7bdc0; font-size: 14px; line-height: 1.55; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stat { padding: 36px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat strong { display: block; color: #fff; font-size: clamp(28px, 3.4vw, 56px); letter-spacing: -.05em; }
.stat span { display: block; margin-top: 8px; color: #9ba2a6; font: 700 11px var(--tech); letter-spacing: .09em; text-transform: uppercase; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote { padding: 32px; border: 1px solid rgba(0,0,0,.15); background: rgba(255,255,255,.42); }
.quote p { margin: 0; font-size: 16px; line-height: 1.7; }
.quote strong { display: block; margin-top: 24px; font: 700 11px var(--tech); letter-spacing: .08em; text-transform: uppercase; }
.reviews-section { overflow: hidden; }
.reviews-shell { position: relative; padding: 0 54px; }
.reviews-viewport { overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; }
.reviews-viewport::-webkit-scrollbar { display: none; }
.reviews-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 360px); gap: 18px; padding: 4px 2px 18px; }
.review-card { min-height: 320px; display: flex; flex-direction: column; scroll-snap-align: start; box-sizing: border-box; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 3px; color: #141719; background: #f3f3f0; box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.review-head { display: grid; grid-template-columns: 46px 1fr 25px; align-items: center; gap: 12px; }
.review-head strong, .review-head small { display: block; }
.review-head strong { overflow: hidden; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.review-head small { margin-top: 3px; color: #777d80; font-size: 12px; }
.review-avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg,#7b090f,#e41725); font-weight: 800; }
.google-mark { justify-self: end; font-size: 22px; font-weight: 900; background: conic-gradient(from -45deg,#4285f4 0 25%,#34a853 0 45%,#fbbc05 0 68%,#ea4335 0); -webkit-background-clip: text; background-clip: text; color: transparent; }
.review-stars { margin: 21px 0 13px; color: #f2ad00; font-size: 20px; letter-spacing: 2px; }
.review-card p { margin: 0; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; color: #202426; font-size: 16px; line-height: 1.62; }
.review-verified { margin-top: auto; padding-top: 22px; color: #666d71; font: 700 10px var(--tech); letter-spacing: .06em; text-transform: uppercase; }
.review-loading { justify-content: center; }
.reviews-arrow { position: absolute; z-index: 2; top: 44%; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color: #fff; background: #111416; font: 27px/1 Arial,sans-serif; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.reviews-arrow:hover { border-color: var(--red-bright); background: var(--red); transform: scale(1.06); }
.reviews-prev { left: 0; }
.reviews-next { right: 0; }
.reviews-meta { display: flex; justify-content: space-between; gap: 16px; margin-top: 8px; color: #9ba2a6; font: 700 11px var(--tech); letter-spacing: .06em; text-transform: uppercase; }
.reviews-meta a { color: #d9dddf; text-decoration: none; }
.reviews-meta a:hover { color: var(--red-bright); }
.rent-band { position: relative; min-height: 590px; display: grid; align-items: center; overflow: hidden; padding: 100px max(5vw,28px); }
.rent-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.35) saturate(.75); }
.rent-band::after { position: absolute; inset: 0; background: linear-gradient(90deg,#050607 0%,rgba(5,6,7,.82) 42%,transparent); content: ""; }
.rent-band-content { position: relative; z-index: 1; width: min(720px,100%); }
.rent-band h2 { margin: 0; font-family: "Ruben", Impact, sans-serif; font-weight: 400; font-size: clamp(52px,7vw,112px); line-height: .9; letter-spacing: .012em; text-transform: uppercase; }
.rent-band p { max-width: 650px; color: #c3c8cb; font-size: 18px; line-height: 1.65; }

.page-hero { position: relative; min-height: 72svh; display: flex; align-items: end; padding: 180px max(5vw,28px) 70px; overflow: hidden; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.74) saturate(.94) contrast(1.02); }
.page-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,6,7,.62),rgba(5,6,7,.05) 72%),linear-gradient(0deg,rgba(5,6,7,.82) 0%,transparent 42%); content: ""; }
.page-hero-content { position: relative; z-index: 1; width: min(var(--max),100%); margin: auto; }
.page-hero h1 { max-width: 1180px; font-size: clamp(56px,8vw,132px); }
.page-intro { padding-top: 72px; }
.article-section { background: radial-gradient(circle at 82% 8%,rgba(228,23,37,.075),transparent 26%),linear-gradient(135deg,#dcdcd7,#c8c8c3); }
.article-layout { width: min(1280px,100%); margin: auto; }
.article-section .article-body { max-width: 1080px; }
.article-section .article-body > p:first-child { color: #202427; }
.article-section .article-body p, .article-section .article-body li { color: #4f565a; }
.article-section .article-body h2, .article-section .article-body h3 { color: #111416; }
.article-section .article-body h2 { padding-top: 22px; border-top: 1px solid rgba(0,0,0,.14); }
.article-section .article-body a { color: #a60d18; text-decoration-color: rgba(166,13,24,.35); text-underline-offset: 3px; }
.article-section .article-body blockquote { margin-inline: 0; padding: 22px 28px; border-left: 3px solid var(--red); background: rgba(255,255,255,.48); }
.article-visuals { display: grid; grid-template-columns: minmax(0,5fr) minmax(0,7fr); align-items: start; gap: 18px; margin-top: clamp(58px,7vw,96px); padding: clamp(18px,3vw,38px); border: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at 10% 15%,rgba(228,23,37,.13),transparent 28%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(135deg,#171a1d,#242a2e); background-size: auto,52px 52px,52px 52px,auto; box-shadow: 0 26px 58px rgba(20,24,27,.2); }
.article-visuals.single { grid-template-columns: minmax(0,1fr); max-width: 980px; }
.article-visuals:not(.single) .article-visual:nth-child(3n) { grid-column: 1 / -1; }
.article-visual { position: relative; display: block; width: 100%; margin: 0; padding: 0; overflow: hidden; border: 0; color: #fff; background: #111416; box-shadow: 0 22px 50px rgba(27,29,30,.18); cursor: zoom-in; }
.article-visual img { display: block; width: 100%; height: auto; transition: transform .55s ease,filter .55s ease; }
.article-visual::after { position: absolute; inset: 45% 0 0; background: linear-gradient(0deg,rgba(4,5,6,.82),transparent); content: ""; }
.article-visual:hover img { transform: scale(1.025); filter: saturate(1.08); }
.article-visual span { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: #fff; font: 700 12px Arial,Helvetica,sans-serif; letter-spacing: .055em; text-align: left; text-transform: uppercase; }
.conversion-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 30px 0 62px; }
.basis-gallery { grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 48px; }
.conversion-card { position: relative; min-height: 270px; padding: 0; overflow: hidden; border: 0; background: #111416; box-shadow: 0 14px 32px rgba(20,24,27,.15); cursor: zoom-in; }
.conversion-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .42s ease,filter .42s ease; }
.conversion-card::after { position: absolute; inset: 52% 0 0; background: linear-gradient(0deg,rgba(3,4,5,.82),transparent); content: ""; }
.conversion-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.conversion-card span { position: absolute; z-index: 1; right: 15px; bottom: 14px; left: 15px; color: #fff; font: 700 11px Arial,Helvetica,sans-serif; letter-spacing: .05em; text-align: left; text-transform: uppercase; }
.article-grid { width: min(1460px, 100%); display: grid; grid-template-columns: 210px minmax(0,1fr); gap: clamp(42px, 5vw, 86px); }
.article-aside { position: sticky; top: 120px; align-self: start; }
.article-aside p { margin: 0; padding: 18px 0 18px 18px; border-left: 2px solid rgba(228,23,37,.8); color: #b3b9bd; font: 700 12px var(--tech); line-height: 1.9; letter-spacing: .08em; text-transform: uppercase; }
.article-body { min-width: 0; }
.article-body > p:first-child { color: #f0f2f3; font-size: clamp(25px,2.25vw,38px); line-height: 1.5; letter-spacing: -.015em; }
.article-body p, .article-body li { color: #c0c5c8; font-size: 19px; line-height: 1.82; }
.article-body h2 { margin: 64px 0 24px; color: #fff; font-family: "Ruben", Impact, sans-serif; font-weight: 400; font-size: clamp(42px,4.2vw,76px); line-height: .95; letter-spacing: .012em; text-transform: uppercase; }
.article-body h3 { margin: 45px 0 16px; color: #fff; font-family: "Ruben", Impact, sans-serif; font-weight: 400; font-size: 31px; letter-spacing: .01em; text-transform: uppercase; }
.article-body ul { padding-left: 22px; }
.article-body li::marker { color: var(--red); }
.original-copy a { color: #fff; text-decoration-color: var(--red); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.original-copy a:hover { color: #ff727b; }
.original-copy blockquote { margin: 36px 0; padding: 6px 0 6px 24px; border-left: 2px solid var(--red); }
.original-copy blockquote p { color: #e2e5e7; }
.article-media { margin: 58px 0; padding: clamp(14px,2.2vw,28px); border: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle at 12% 18%,rgba(228,23,37,.12),transparent 30%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(135deg,#171a1d,#242a2e); background-size: auto,52px 52px,52px 52px,auto; box-shadow: 0 24px 52px rgba(20,24,27,.18); }
.article-media img { display: block; width: 100%; height: auto; border: 1px solid var(--line); }
.article-media figcaption { margin-top: 14px; color: #c3c9cc; font: 700 11px var(--tech); letter-spacing: .07em; text-transform: uppercase; }
.video-embed { position: relative; width: min(100%,960px); aspect-ratio: 16 / 9; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; margin: 52px 0; overflow: hidden; padding: 34px; color: #fff; text-align: center; background: radial-gradient(circle at 50% 45%,rgba(228,23,37,.24),transparent 28%),linear-gradient(135deg,#171a1d,#070809); box-shadow: 0 22px 46px rgba(19,22,24,.2); }
.video-embed::before { position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 42px 42px; pointer-events: none; content: ""; }
.video-embed > * { position: relative; z-index: 1; }
.video-embed-mark { width: 74px; height: 74px; display: grid; place-items: center; padding-left: 5px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: #fff; background: var(--red); box-shadow: 0 0 34px rgba(228,23,37,.38); font-size: 27px; }
.video-embed strong { font-size: clamp(22px,2.4vw,34px); }
.video-embed span { color: #b8c0c4; font-size: 14px; }
.video-embed .button { margin-top: 4px; }
.video-embed.loaded { padding: 0; background: #000; }
.video-embed.loaded::before { display: none; }
.video-embed iframe { width: 100%; height: 100%; border: 0; }
.video-embed.vertical { width: min(100%,520px); aspect-ratio: 9 / 16; max-height: 780px; }
.data-grid { display: grid; grid-template-columns: repeat(2,1fr); margin: 36px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.data-grid div { padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.data-grid span { display: block; color: #929a9f; font: 700 11px var(--tech); letter-spacing: .07em; text-transform: uppercase; }
.data-grid strong { display: block; margin-top: 8px; font-size: 19px; }
.timeline { margin-top: 50px; border-top: 1px solid var(--line); }
.timeline article { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.timeline time { color: var(--red-bright); font: 700 11px var(--tech); letter-spacing: .08em; }
.timeline h3 { margin: 0 0 10px; }
.timeline p { margin: 0; }
.comparison-grid, .gallery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.gallery-grid { grid-template-columns: repeat(3,1fr); }
.gallery-card { position: relative; display: block; min-height: 340px; padding: 0; border: 0; background: #111; overflow: hidden; cursor: zoom-in; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: .4s ease; }
.gallery-card:hover img { transform: scale(1.035); filter: brightness(.76); }
.gallery-card span { position: absolute; left: 18px; bottom: 16px; padding: 7px 9px; color: #fff; background: rgba(0,0,0,.72); font: 700 11px var(--tech); letter-spacing: .07em; text-transform: uppercase; }
.rental-gallery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin: 36px 0 70px; }
.rental-gallery-card { position: relative; min-height: 230px; padding: 0; overflow: hidden; border: 0; background: #111416; cursor: zoom-in; box-shadow: 0 12px 28px rgba(20,24,27,.13); }
.rental-gallery-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease,filter .4s ease; }
.rental-gallery-card::after { position: absolute; inset: 50% 0 0; background: linear-gradient(0deg,rgba(3,4,5,.78),transparent); content: ""; }
.rental-gallery-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.rental-gallery-card span { position: absolute; z-index: 1; right: 14px; bottom: 13px; left: 14px; color: #fff; font: 700 11px Arial,Helvetica,sans-serif; letter-spacing: .045em; text-align: left; text-transform: uppercase; }

.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.contact-copy h2 { margin: 0; font-family: "Ruben", Impact, sans-serif; font-weight: 400; font-size: clamp(48px,6vw,98px); line-height: .92; letter-spacing: .012em; text-transform: uppercase; }
.contact-copy p { color: #aeb4b8; font-size: 17px; line-height: 1.7; }
.contact-links { display: grid; gap: 10px; margin-top: 28px; }
.contact-links a { color: #fff; font: 700 13px var(--tech); letter-spacing: .05em; text-decoration: none; }
.contact-links a::before { color: var(--red); content: "// "; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #a4abb0; font: 700 11px var(--tech); letter-spacing: .07em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; padding: 16px; border: 1px solid var(--line); border-radius: 0; color: #fff; background: #0d1012; outline: 0; }
.field input:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
.field input[type="date"], .field input[type="time"] { color-scheme: dark; cursor: pointer; }
.field input[type="date"]::-webkit-calendar-picker-indicator, .field input[type="time"]::-webkit-calendar-picker-indicator { cursor: pointer; filter: invert(1); opacity: .8; }
.field textarea { min-height: 180px; resize: vertical; }
.spam-field { position: relative; padding: 18px; border: 1px solid rgba(228,23,37,.38); background: rgba(228,23,37,.055); }
.spam-field input[type="number"] { max-width: 220px; }
.spam-field input[type="hidden"] { display: none; }
.consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 10px; color: #9ca3a7; font-size: 13px; line-height: 1.5; }
.consent input { margin-top: 3px; accent-color: var(--red); }
.form-status { grid-column: 1 / -1; min-height: 24px; color: #c1c6c9; font-size: 14px; }
.form-status.success { color: #8fd89d; }
.form-status.error { color: #ff777f; }
.hp { position: absolute !important; left: -9999px !important; }
.contact-section { position: relative; overflow: hidden; color: #f4f6f7; background: radial-gradient(circle at 12% 22%,rgba(228,23,37,.14),transparent 32%),linear-gradient(135deg,#171a1d,#242a2e); }
.contact-section::before { position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 52px 52px; pointer-events: none; content: ""; }
.contact-section .section-inner { position: relative; z-index: 1; }
.contact-section .contact-copy h2 { max-width: 620px; font-family: var(--font); font-weight: 800; font-size: clamp(44px,5vw,78px); line-height: 1.02; letter-spacing: -.045em; text-transform: none; }
.contact-section .contact-copy p { color: #b8c0c4; }
.contact-section .field label { color: #b7bec2; }
.contact-section .field input, .contact-section .field textarea { border-color: rgba(255,255,255,.17); background: rgba(5,7,8,.72); }
.contact-section .consent { color: #aeb5b9; }
.contact-section .consent a { color: #fff; }

.legal { padding-top: 170px; }
.legal .article-body { max-width: 900px; margin: auto; }
.legal .article-body > p:first-child { font-size: 19px; }
.legal h1 { margin: 0 0 45px; font-family: "Ruben", Impact, sans-serif; font-weight: 400; font-size: clamp(52px,8vw,112px); letter-spacing: .012em; text-transform: uppercase; }
.legal .article-body h2 { margin: 58px 0 20px; font-family: Arial,Helvetica,sans-serif; font-size: clamp(28px,3vw,40px); font-weight: 800; line-height: 1.15; letter-spacing: -.02em; text-transform: none; }
.legal .article-body h3 { margin: 34px 0 12px; font-family: Arial,Helvetica,sans-serif; font-size: clamp(21px,2vw,27px); font-weight: 800; line-height: 1.25; letter-spacing: -.01em; text-transform: none; }
.legal .article-body p, .legal .article-body li { font-size: 17px; line-height: 1.75; }
.legal address { color: #d6dade; font-style: normal; font-size: 18px; line-height: 1.8; }

.site-footer { min-height: 420px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 80px 24px 45px; text-align: center; border-top: 1px solid var(--line); background: #030404; }
.site-footer > img { width: min(420px,80vw); height: 100px; object-fit: contain; opacity: .85; }
.footer-tagline { margin: 0; color: #a7adb1; font-size: 15px; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer nav a { color: #d5d9db; font: 700 13px var(--tech); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.copyright, .trademark { margin: 0; color: #92999d; font: 12px var(--tech); line-height: 1.65; letter-spacing: .025em; }
.trademark { max-width: 700px; }
.lightbox { width: min(1100px,94vw); max-width: none; padding: 0; border: 1px solid rgba(255,255,255,.2); color: #fff; background: #070809; }
.lightbox::backdrop { background: rgba(0,0,0,.92); backdrop-filter: blur(7px); }
.lightbox img { display: block; width: 100%; max-height: 82vh; object-fit: contain; }
.lightbox button { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.3); color: #fff; background: rgba(0,0,0,.72); font-size: 28px; cursor: pointer; }
.lightbox p { margin: 0; padding: 14px 20px; color: #aeb4b8; font: 700 11px var(--tech); letter-spacing: .07em; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes hero-in { from { opacity: 0; transform: scale(1.09); } }

@media (max-width: 1080px) {
  .site-header { min-height: 82px; padding-inline: 22px; }
  .brand { min-width: 220px; }
  .brand img { width: 220px; height: 62px; }
  .main-nav { gap: 14px; }
  .main-nav > a, .nav-group > button { font-size: 13px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .site-header { top: 0; left: 0; right: 0; min-height: 76px; padding: 7px 12px 7px 18px; }
  .brand { min-width: 0; }
  .brand img { width: 210px; height: 56px; }
  .menu-toggle { margin-left: auto; width: 54px; height: 52px; display: grid; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.42); color: #fff; background: rgba(0,0,0,.13); cursor: pointer; }
  .menu-toggle span { width: 24px; height: 1px; background: #fff; transition: .2s ease; }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .main-nav { position: fixed; top: 76px; left: 0; right: 0; max-height: calc(100svh - 76px); display: none; align-items: stretch; overflow-y: auto; padding: 18px; border: 0; border-top: 1px solid rgba(255,255,255,.15); background: linear-gradient(160deg,rgba(105,5,14,.99),rgba(8,8,9,.99) 76%); box-shadow: 0 22px 44px rgba(0,0,0,.48); }
  .main-nav.open { display: grid; }
  .main-nav > a, .nav-group > button { width: 100%; padding: 16px 6px; text-align: left; font-size: 15px; transform: none; }
  .main-nav > a::after, .nav-group > button::after { display: none; }
  .nav-group > button { display: flex; justify-content: space-between; }
  .nav-submenu { position: static; width: auto; display: none; padding: 0 0 8px 12px; border: 0; border-left: 1px solid var(--red); box-shadow: none; opacity: 1; transform: none; pointer-events: auto; }
  .nav-group.open .nav-submenu { display: grid; }
  .main-nav .nav-cta { text-align: center; }
  .social-dock { top: auto; bottom: 16px; left: 8px; display: flex; gap: 5px; transform: none; }
  .social-dock a { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 8px 24px rgba(0,0,0,.36); }
  .social-dock i { width: 42px; flex-basis: 42px; font-size: 21px; }
  .social-dock span { display: none; }
  .hero { min-height: 860px; padding-top: 135px; }
  .hero::before { background: linear-gradient(0deg,#050607 0%,rgba(5,6,7,.25) 58%,rgba(5,6,7,.08)); }
  .hero h1, .page-hero h1 { line-height: .86; }
  .section-head, .article-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .article-aside { position: static; }
  .article-visuals { grid-template-columns: 1fr; }
  .conversion-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .basis-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .feature-grid, .quote-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .feature-card { min-height: 430px; }
  .page-hero { min-height: 620px; }
  .timeline article { grid-template-columns: 1fr; gap: 12px; }
  .gallery-grid, .comparison-grid { grid-template-columns: 1fr 1fr; }
  .rental-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gallery-card { min-height: 280px; }
  .contact-form { grid-template-columns: 1fr; }
  .field { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .brand img { width: min(205px, 56vw); height: 52px; }
  .hero { min-height: 760px; padding: 130px 20px 58px; }
  .hero-bg { object-position: 58% center; }
  .hero h1, .page-hero h1 { font-size: clamp(52px,17vw,82px); }
  .hero-lead { font-size: 17px; }
  .button { width: 100%; }
  .section { padding: 76px 20px; }
  .section-head { margin-bottom: 38px; }
  .section-head h2 { font-size: clamp(44px,14vw,68px); }
  .feature-card { min-height: 360px; padding: 24px; }
  .stats { grid-template-columns: 1fr; }
  .rent-band { min-height: 660px; padding: 80px 20px; }
  .rent-band::after { background: linear-gradient(0deg,#050607 0%,rgba(5,6,7,.62) 80%); }
  .page-hero { min-height: 540px; padding: 150px 20px 55px; }
  .article-body p, .article-body li { font-size: 17px; }
  .conversion-gallery { gap: 8px; margin-bottom: 50px; }
  .conversion-card { min-height: 190px; }
  .data-grid, .gallery-grid, .comparison-grid { grid-template-columns: 1fr; }
  .gallery-card { min-height: 310px; }
  .rental-gallery { gap: 8px; margin-bottom: 52px; }
  .rental-gallery-card { min-height: 180px; }
  .contact-section .contact-copy h2 { font-size: clamp(40px,12vw,58px); }
  .legal { padding-top: 130px; }
  .site-footer nav { flex-wrap: wrap; justify-content: center; }
  .reviews-shell { padding: 0; }
  .reviews-track { grid-auto-columns: 86vw; gap: 12px; }
  .review-card { min-height: 315px; padding: 22px; }
  .reviews-arrow { display: none; }
  .reviews-meta { flex-direction: column; line-height: 1.5; }
}

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