
:root {
  --black: #050505;
  --black-soft: #090909;
  --surface: rgba(16, 16, 16, 0.82);
  --surface-strong: rgba(19, 19, 19, 0.96);
  --surface-light: #151515;
  --white: #f7f5f2;
  --muted: #a8a8a8;
  --muted-dark: #727272;
  --blood: #740016;
  --blood-soft: #920620;
  --red: #ad0828;
  --bright-red: #e3133d;
  --bright-red-2: #ff4567;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(227, 19, 61, 0.42);
  --shadow-red: 0 0 40px rgba(227, 19, 61, 0.22);
  --shadow-red-strong: 0 0 70px rgba(227, 19, 61, 0.34);
  --radius: 22px;
  --container: 1200px;
  --header-height: 78px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(227, 19, 61, 0.08), transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(227, 19, 61, 0.09), transparent 30%),
    linear-gradient(180deg, #040404, #060606 35%, #040404 100%);
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a, button, input, textarea { font: inherit; }
a { color: inherit; }
button { color: inherit; }
::selection { background: rgba(227, 19, 61, 0.45); color: #fff; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.noscript {
  position: fixed; z-index: 3000; left: 12px; right: 12px; top: 12px; padding: 12px;
  background: #fff; color: #000; text-align: center; border-radius: 10px;
}
.page-noise {
  position: fixed; inset: 0; z-index: 1000; pointer-events: none; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='.7'/%3E%3C/svg%3E");
}
.global-gradient {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(circle at 50% -5%, rgba(255,255,255,0.05), transparent 25%),
    radial-gradient(circle at 70% 35%, rgba(227, 19, 61, 0.08), transparent 20%),
    radial-gradient(circle at 30% 65%, rgba(255,255,255,0.03), transparent 20%);
}
.aura-intro {
  position: fixed; inset: 0; z-index: 2500; display: grid; place-items: center; overflow: hidden;
  background: radial-gradient(circle at center, #090909 0%, #020202 66%);
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.aura-intro.hidden { opacity: 0; visibility: hidden; }
.aura-grid, .hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 58px 58px;
}
.aura-grid { animation: gridMove 14s linear infinite; }
.aura-orb {
  position: absolute; border-radius: 999px; filter: blur(8px);
  background: radial-gradient(circle, rgba(227, 19, 61, 0.45), rgba(116, 0, 22, 0.12) 44%, transparent 70%);
}
.aura-orb-main { width: min(540px, 90vw); aspect-ratio: 1; animation: auraPulse 2.2s ease-in-out infinite; }
.aura-orb-side { width: 220px; height: 220px; left: 18%; top: 28%; opacity: .9; animation: floatDrift 6s ease-in-out infinite; }
.aura-line {
  position: absolute; width: min(560px, 72vw); height: 1px;
  background: linear-gradient(90deg, transparent, var(--bright-red), transparent);
  box-shadow: 0 0 34px var(--bright-red), 0 0 60px rgba(255,255,255,.08); animation: lineReveal 1.2s ease both;
}
.aura-logo {
  position: relative; z-index: 2; font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 9vw, 6.6rem); font-weight: 700; letter-spacing: 0.22em;
  text-shadow: 0 0 44px rgba(227, 19, 61, 0.55), 0 0 14px rgba(255,255,255,0.1);
  animation: logoReveal 1.15s 0.35s ease both;
}
.aura-tagline {
  position: absolute; z-index: 2; transform: translateY(84px); color: #b4b4b4;
  font-size: 0.68rem; letter-spacing: 0.32em; animation: fadeUp 0.8s 1.1s ease both;
}
.skip-intro {
  position: absolute; right: 24px; bottom: 24px; z-index: 4; cursor: pointer;
  border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px;
  background: rgba(15,15,15,.85); color: #b5b5b5;
}
.social-rail {
  position: fixed; z-index: 450; left: 16px; top: 50%; transform: translateY(-50%);
  display: grid; gap: 10px; opacity: .45; transition: opacity .25s ease;
}
.social-rail:hover { opacity: 1; }
.social-link, .nav-social {
  display: grid; place-items: center; text-decoration: none; font-weight: 700;
  width: 42px; height: 42px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.03);
  backdrop-filter: blur(10px); color: #d7d7d7; box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}
.social-link:hover, .nav-social:hover {
  color: #fff; border-color: rgba(227,19,61,.36); box-shadow: var(--shadow-red);
  transform: translateY(-2px);
}
.site-header {
  position: fixed; z-index: 500; top: 0; left: 0; width: 100%;
  background: linear-gradient(to bottom, rgba(5,5,5,.95), rgba(5,5,5,.72), transparent);
  backdrop-filter: blur(14px);
}
.navbar { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  display: inline-flex; text-decoration: none; font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem; font-weight: 700; letter-spacing: 0.08em;
}
.brand span { color: var(--bright-red); text-shadow: 0 0 18px rgba(227, 19, 61, .5); }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a {
  position: relative; color: #bebebe; text-decoration: none; font-size: .86rem; transition: color .25s ease;
}
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 1px;
  background: linear-gradient(90deg, var(--bright-red), rgba(255,255,255,.6)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.nav-right { display:flex; align-items:center; gap: 12px; }
.nav-socials { display:flex; align-items:center; gap: 8px; }
.nav-whatsapp, .button-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; padding: 12px 18px;
  text-decoration: none; background: linear-gradient(135deg, var(--bright-red), var(--blood)); color: #fff; font-size: .85rem; font-weight: 700;
  box-shadow: 0 0 34px rgba(169,0,32,.25), inset 0 0 18px rgba(255,255,255,.05);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.nav-whatsapp:hover, .button-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-red-strong); filter: brightness(1.03); }
.whatsapp-icon { font-size: 1.15rem; line-height: 1; }
.menu-button {
  display: none; width: 42px; height: 42px; padding: 9px; cursor: pointer;
  border: 1px solid var(--line); border-radius: 12px; background: rgba(16,16,16,.9);
}
.menu-button span { display:block; width:100%; height:2px; margin:5px 0; background:#fff; transition: transform .25s ease, opacity .25s ease; }
.menu-button.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.active span:nth-child(2) { opacity: 0; }
.menu-button.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display:none; }
.hero {
  position: relative; min-height: 100vh; display:flex; align-items:center; overflow:hidden; padding: calc(var(--header-height) + 76px) 0 88px;
}
.hero-grid { opacity:.7; }
.hero-mesh {
  position:absolute; inset:0; pointer-events:none; background:
   radial-gradient(circle at 70% 30%, rgba(255,255,255,.09), transparent 16%),
   radial-gradient(circle at 68% 29%, rgba(227, 19, 61, .23), transparent 26%),
   radial-gradient(circle at 40% 70%, rgba(227, 19, 61, .12), transparent 16%);
}
.mouse-spotlight {
  position:absolute; width:540px; height:540px; border-radius:50%; pointer-events:none; z-index:1;
  background: radial-gradient(circle, rgba(255,255,255,.06) 0%, rgba(227, 19, 61, .08) 32%, transparent 72%);
  filter: blur(14px); opacity:.65; transform: translate(-50%, -50%);
}
.hero-layout {
  position:relative; z-index:2; display:grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap:60px; align-items:center;
}
.hero-copy { max-width: 760px; }
.eyebrow { display:flex; align-items:center; gap:10px; color:#cacaca; font-size:.7rem; letter-spacing:.22em; }
.eyebrow span { width:28px; height:1px; background: var(--bright-red); box-shadow: 0 0 10px var(--bright-red); }
.hero-badge {
  display:inline-flex; margin-top:16px; padding:8px 12px; border-radius:999px;
  border:1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03);
  color:#d5d5d5; font-size:.71rem; letter-spacing:.14em;
}
h1, h2, h3 { margin:0; font-family:"Space Grotesk", sans-serif; }
h1 { max-width:900px; margin-top:24px; font-size: clamp(3.3rem, 7.5vw, 7.4rem); line-height:.94; letter-spacing:-.06em; }
h1 em, h2 em { color: var(--bright-red-2); font-style: normal; text-shadow: 0 0 38px rgba(227, 19, 61, 0.34), 0 0 12px rgba(255,255,255,0.1); }
.hero-copy > p { max-width:680px; margin:28px 0 0; color:#c1c1c1; font-size: clamp(1rem, 1.45vw, 1.17rem); line-height:1.8; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.button { display:inline-flex; min-height:52px; align-items:center; justify-content:center; gap:9px; border-radius:999px; padding:0 22px; text-decoration:none; font-size:.9rem; font-weight:700; }
.button-secondary { border:1px solid var(--line); background: rgba(255,255,255,.04); color:#fff; transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.button-secondary:hover { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); transform: translateY(-2px); }
.trust-line { display:flex; align-items:center; gap:8px; margin-top:21px; color:#a0a0a0; font-size:.79rem; }
.trust-shield { width:20px; height:20px; display:grid; place-items:center; border:1px solid var(--line-strong); border-radius:999px; color:var(--bright-red); }
.hero-mini-stats { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.mini-stat {
  min-width: 150px; padding: 14px 16px; border-radius: 18px; border:1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025)); backdrop-filter: blur(12px);
}
.mini-stat strong { display:block; font-size: .95rem; }
.mini-stat span { display:block; margin-top:4px; color:#9f9f9f; font-size:.8rem; }
.hero-glow { position:absolute; border-radius:50%; filter:blur(100px); }
.hero-glow-one { width:570px; height:570px; top:13%; right:3%; background: rgba(116,0,22,.22); }
.hero-glow-two { width:360px; height:360px; left:12%; bottom:-12%; background: rgba(255,255,255,.04); }
.hero-glow-three { width:260px; height:260px; left:48%; top:14%; background: rgba(227,19,61,.14); }
.orbit-scene { position:relative; width:420px; max-width:100%; aspect-ratio:1; justify-self:end; perspective: 1200px; }
.scene-card {
  position:absolute; border:1px solid rgba(255,255,255,.08); border-radius: 22px; backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); box-shadow: inset 0 0 30px rgba(255,255,255,.02);
}
.scene-card-a { width:160px; height:110px; right:24px; top:28px; transform: rotate(10deg) translateZ(30px); }
.scene-card-b { width:120px; height:84px; left:18px; bottom:56px; transform: rotate(-12deg) translateZ(20px); }
.orbit { position:absolute; border-radius:50%; }
.orbit-outer { inset:0; border:1px solid rgba(255,255,255,.1); animation: orbitRotate 34s linear infinite; }
.orbit-inner { inset:58px; border:1px solid rgba(227,19,61,.24); animation: orbitRotateReverse 21s linear infinite; }
.orbit-core {
  position:absolute; inset:145px; display:grid; place-items:center; border-radius:50%;
  background: radial-gradient(circle at 35% 30%, #ff4d6d, #7a0019 48%, #090909 73%);
  box-shadow: 0 0 74px rgba(227,19,61,.45), inset 0 0 30px rgba(255,255,255,.12);
  font-family: "Space Grotesk", sans-serif; font-size: 3rem; font-weight: 700;
}
.orbit-node {
  position:absolute; width:56px; height:56px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.14); border-radius:50%;
  background: rgba(16,16,16,.94); color:#fff; box-shadow: 0 0 26px rgba(227,19,61,.13); font-size:.68rem; font-weight:700;
}
.node-top { top:-28px; left:calc(50% - 28px); }
.node-right { top:calc(50% - 28px); right:-28px; }
.node-bottom { bottom:-28px; left:calc(50% - 28px); }
.node-left { top:calc(50% - 28px); left:-28px; }
.scroll-indicator {
  position:absolute; left:50%; bottom:24px; transform: translateX(-50%); display:flex; align-items:center; gap:11px; color:#707070; font-size:.61rem; letter-spacing:.18em;
}
.scroll-indicator span { width:1px; height:28px; background: linear-gradient(var(--bright-red), transparent); animation: scrollPulse 1.8s ease-in-out infinite; }
.section { position:relative; z-index:2; padding:110px 0; }
.section-heading { max-width:850px; margin-bottom:52px; }
.section-heading h2, .contact-copy h2, .statement-box h2 { margin-top:18px; font-size: clamp(2.5rem, 5vw, 5.1rem); line-height:1.03; letter-spacing:-.05em; }
.section-heading > p, .process-heading > p { max-width:670px; margin:21px 0 0; color:#adadad; line-height:1.75; }
.services-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; }
.service-card {
  position:relative; min-height:330px; overflow:hidden; padding:30px; border:1px solid var(--line); border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06); transform-style: preserve-3d;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.service-card::before {
  content:""; position:absolute; left:-20%; right:-20%; bottom:-65%; height:75%; opacity:0;
  background: radial-gradient(circle, rgba(227,19,61,.28), transparent 70%); transition: opacity .35s ease;
}
.service-card::after {
  content:""; position:absolute; inset:0; background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,.08) 50%, transparent 80%);
  transform: translateX(-120%); transition: transform .7s ease;
}
.service-card:hover { transform: translateY(-8px); border-color: rgba(227,19,61,.44); box-shadow: var(--shadow-red), inset 0 1px 0 rgba(255,255,255,.06); }
.service-card:hover::before { opacity:1; }
.service-card:hover::after { transform: translateX(120%); }
.service-index { position:absolute; top:18px; right:22px; color:#343434; font-family: "Space Grotesk", sans-serif; font-size:2.35rem; font-weight:700; }
.service-symbol {
  width:50px; height:50px; margin-top:34px; display:grid; place-items:center; border:1px solid rgba(227,19,61,.32);
  border-radius:15px; background: rgba(227,19,61,.07); color: var(--bright-red-2); font-size:.8rem; font-weight:700;
  box-shadow: inset 0 0 16px rgba(255,255,255,.03);
}
.service-card h3 { margin-top:25px; font-size:1.3rem; }
.service-card p { color:#b0b0b0; font-size:.95rem; line-height:1.72; }
.service-whatsapp { position:relative; z-index:2; display:inline-flex; align-items:center; gap:8px; margin-top:13px; color:#fff; text-decoration:none; font-size:.83rem; font-weight:700; }
.statement-section { padding:30px 0; }
.statement-box { padding:92px 0; text-align:center; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.statement-star { color: var(--bright-red-2); font-size:2rem; text-shadow: 0 0 16px rgba(227,19,61,.4); }
.statement-box h2 { max-width:1010px; margin-inline:auto; }
.statement-box p { color:#aaa; font-size:1.05rem; line-height:1.7; }
.process-heading { max-width:none; display:grid; grid-template-columns: 1.2fr .8fr; align-items:end; gap:60px; }
.process-heading > p { margin-bottom:8px; }
.process-list { border-top:1px solid var(--line); }
.process-item { display:grid; grid-template-columns:110px 1fr; gap:30px; align-items:center; padding:35px 0; border-bottom:1px solid var(--line); }
.process-number { color: var(--bright-red-2); font-family:"Space Grotesk", sans-serif; font-weight:700; }
.process-item h3 { font-size:1.58rem; }
.process-item p { margin:8px 0 0; color:#ababab; line-height:1.7; }
.package-builder {
  display:grid; grid-template-columns: 1.25fr .75fr; overflow:hidden; border:1px solid var(--line); border-radius:27px;
  background: linear-gradient(180deg, rgba(10,10,10,.96), rgba(9,9,9,.98)); box-shadow: inset 0 0 70px rgba(227,19,61,.05);
}
.package-options { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; padding:28px; }
.package-option {
  display:flex; align-items:center; gap:12px; min-height:62px; cursor:pointer; border:1px solid var(--line); border-radius:15px; padding:14px 16px;
  background: #101010; text-align:left; transition: border-color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.package-option:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.16); }
.package-option span { width:29px; height:29px; flex:0 0 auto; display:grid; place-items:center; border-radius:8px; background:#1a1a1a; }
.package-option.active { border-color: var(--bright-red); background: rgba(169,0,32,.09); box-shadow: var(--shadow-red); }
.package-option.active span { background: var(--bright-red); }
.package-summary {
  display:flex; flex-direction:column; justify-content:center; padding:40px; background:
    radial-gradient(circle at 50% 15%, rgba(255,255,255,.06), transparent 25%),
    linear-gradient(145deg, #190006, #090909);
}
.package-rocket { color: var(--bright-red-2); font-size:2rem; text-shadow: 0 0 12px rgba(227,19,61,.45); }
.package-summary h3 { margin-top:20px; font-size:1.75rem; }
.package-summary p { color:#b0b0b0; line-height:1.7; }
.package-submit, .contact-submit {
  display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:50px; margin-top:20px; border:0; border-radius:999px; padding:0 19px;
  background:#fff; color:#050505; cursor:pointer; text-decoration:none; font-weight:800; transition: transform .25s ease, box-shadow .25s ease;
}
.package-submit:hover, .contact-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(255,255,255,.16); }
.faq-list { max-width:920px; }
.faq-item { border-bottom:1px solid var(--line); }
.faq-question { width:100%; display:flex; align-items:center; justify-content:space-between; cursor:pointer; border:0; padding:25px 0; background:transparent; text-align:left; font-size:1rem; font-weight:700; }
.faq-question span { transition: transform .25s ease; }
.faq-item.open .faq-question span { transform: rotate(180deg); }
.faq-answer { max-height:0; overflow:hidden; transition:max-height .35s ease; }
.faq-answer p { margin:0; padding:0 0 25px; color:#ababab; line-height:1.7; }
.contact-section {
  position:relative; overflow:hidden; margin:40px max(20px, 4vw) 80px; border:1px solid rgba(227,19,61,.24); border-radius:32px;
  background: linear-gradient(180deg, rgba(9,9,9,.96), rgba(8,8,8,.98));
}
.contact-glow { position:absolute; width:720px; height:420px; top:50%; left:50%; transform:translate(-50%, -50%); border-radius:50%; background: rgba(116,0,22,.26); filter: blur(110px); }
.contact-layout { position:relative; display:grid; grid-template-columns:1fr .85fr; gap:70px; align-items:center; padding-block:95px; }
.contact-copy p { max-width:620px; color:#b0b0b0; line-height:1.8; }
.contact-form {
  display:grid; gap:17px; padding:28px; border:1px solid var(--line); border-radius:22px; background: rgba(12,12,12,.76); backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 0 50px rgba(227,19,61,.06);
}
.contact-form label { display:grid; gap:8px; color:#d2d2d2; font-size:.79rem; font-weight:600; }
.contact-form input, .contact-form textarea {
  width:100%; border:1px solid var(--line); border-radius:13px; padding:14px 15px; outline:none; background:#0e0e0e; color:#fff; font-size:1rem;
  resize:vertical; transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.contact-form textarea { min-height:150px; line-height:1.55; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--bright-red); box-shadow: 0 0 0 3px rgba(227,19,61,.11); background:#101010; }
.contact-submit { width:100%; margin-top:4px; }
.form-note { margin:0; color:#757575; font-size:.72rem; line-height:1.5; }
.footer { border-top:1px solid var(--line); padding:52px 0; }
.footer-grid { display:grid; grid-template-columns: 1fr auto; gap:32px; align-items:center; }
.footer-brand { margin-bottom:12px; }
.footer-grid p { margin:0; color:#919191; }
.footer-links, .footer-socials { display:flex; flex-wrap:wrap; gap:21px; }
.footer-links a, .footer-socials a { color:#aaa; text-decoration:none; font-size:.85rem; }
.footer-links a:hover, .footer-socials a:hover { color:#fff; }
.copyright { grid-column:1 / -1; padding-top:26px; border-top:1px solid var(--line); font-size:.78rem; }
.floating-whatsapp {
  position:fixed; z-index:600; right:22px; bottom:22px; width:56px; height:56px; display:grid; place-items:center; border-radius:50%;
  background: linear-gradient(135deg, var(--bright-red), var(--blood)); color:#fff; text-decoration:none; box-shadow: 0 12px 35px rgba(169,0,32,.42);
}
.floating-whatsapp span { font-size:1.5rem; }
.reveal { opacity:0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity:1; transform: translateY(0); }
@keyframes gridMove { from { background-position:0 0; } to { background-position:58px 58px; } }
@keyframes auraPulse { 0%,100% { transform: scale(.94); opacity:.68; } 50% { transform: scale(1.08); opacity:1; } }
@keyframes floatDrift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-24px); } }
@keyframes lineReveal { from { transform: scaleX(0); opacity:0; } to { transform: scaleX(1); opacity:1; } }
@keyframes logoReveal { from { opacity:0; transform:translateY(18px) scale(.96); letter-spacing:1em; } to { opacity:1; transform:translateY(0) scale(1); letter-spacing:.22em; } }
@keyframes fadeUp { from { opacity:0; transform: translateY(95px); } to { opacity:1; transform: translateY(84px); } }
@keyframes orbitRotate { to { transform: rotate(360deg); } }
@keyframes orbitRotateReverse { to { transform: rotate(-360deg); } }
@keyframes scrollPulse { 0%,100% { opacity:.35; transform: scaleY(.75); } 50% { opacity:1; transform: scaleY(1); } }
@media (max-width: 1180px) {
  .nav-socials { display:none; }
}
@media (max-width: 1000px) {
  .desktop-nav, .nav-whatsapp, .social-rail { display:none; }
  .menu-button { display:block; }
  .mobile-menu {
    position: fixed; z-index: 450; top: calc(var(--header-height) - 2px); left: 18px; right: 18px; display: grid; gap: 9px;
    visibility:hidden; opacity:0; transform: translateY(-12px); border:1px solid var(--line); border-radius:20px; padding:17px;
    background: rgba(11,11,11,.96); backdrop-filter: blur(18px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }
  .mobile-menu.open { visibility: visible; opacity:1; transform: translateY(0); }
  .mobile-menu a { border-radius:12px; padding:13px 14px; background:#131313; text-decoration:none; }
  .mobile-whatsapp { background: linear-gradient(135deg, var(--bright-red), var(--blood)) !important; font-weight:700; }
  .mobile-socials { display:grid; gap:9px; margin-top:4px; }
  .hero-layout { grid-template-columns:1fr; }
  .orbit-scene { position:absolute; right:-120px; width:390px; opacity:.38; }
  .hero-copy { position:relative; z-index:3; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-heading { grid-template-columns:1fr; gap:18px; }
  .package-builder { grid-template-columns:1fr; }
  .contact-layout { grid-template-columns:1fr; }
}
@media (max-width: 680px) {
  :root { --header-height: 70px; }
  .container { width: min(100% - 36px, var(--container)); }
  .hero { min-height:100svh; padding-top: calc(var(--header-height) + 70px); }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { display:grid; }
  .button { width:100%; }
  .hero-mini-stats { display:grid; grid-template-columns:1fr; }
  .orbit-scene { right:-210px; width:360px; }
  .section { padding:82px 0; }
  .services-grid { grid-template-columns:1fr; }
  .statement-box { padding:75px 0; }
  .process-item { grid-template-columns:48px 1fr; gap:17px; }
  .package-options { grid-template-columns:1fr; padding:20px; }
  .package-summary { padding:30px 20px; }
  .contact-section { margin-bottom:55px; }
  .contact-layout { padding-block:70px; }
  .contact-form { padding:20px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-links, .footer-socials { padding-top:20px; border-top:1px solid var(--line); }
  .copyright { grid-column:auto; }
}
@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; }
}


/* ===== NEXTAP SEO MULTI-PAGE EXTENSIONS ===== */
.skip-to-content {
  position: fixed; top: 10px; left: 10px; z-index: 4000; padding: 11px 15px;
  border-radius: 10px; background: #fff; color: #050505; text-decoration: none;
  transform: translateY(-150%); transition: transform .2s ease;
}
.skip-to-content:focus { transform: translateY(0); }
.desktop-nav a[aria-current="page"], .mobile-menu a[aria-current="page"] { color: #fff; }
.desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.inner-page { min-height: 100vh; }
.inner-hero {
  position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden;
  padding: calc(var(--header-height) + 92px) 0 90px;
  border-bottom: 1px solid var(--line);
}
.inner-hero::after {
  content: ""; position: absolute; inset: auto 0 0; height: 220px; pointer-events: none;
  background: linear-gradient(transparent, rgba(5,5,5,.96));
}
.inner-hero .container { position: relative; z-index: 3; }
.inner-hero-copy { max-width: 920px; }
.inner-hero h1 {
  max-width: 1050px; margin-top: 23px; font-size: clamp(3.1rem, 7vw, 6.9rem);
  line-height: .96; letter-spacing: -.058em;
}
.inner-hero p {
  max-width: 760px; margin: 26px 0 0; color: #c0c0c0; font-size: clamp(1rem, 1.6vw, 1.18rem); line-height: 1.82;
}
.inner-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.inner-orb {
  position: absolute; width: 480px; height: 480px; right: 5vw; top: 50%; transform: translateY(-45%);
  border-radius: 50%; border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 0 90px rgba(227,19,61,.04);
}
.inner-orb::before, .inner-orb::after {
  content: ""; position: absolute; border-radius: 50%;
}
.inner-orb::before {
  inset: 75px; border: 1px solid rgba(227,19,61,.22); animation: orbitRotate 24s linear infinite;
}
.inner-orb::after {
  inset: 155px; background: radial-gradient(circle at 35% 30%, #ff4d6d, #7a0019 48%, #090909 73%);
  box-shadow: 0 0 85px rgba(227,19,61,.42), inset 0 0 32px rgba(255,255,255,.1);
}
.breadcrumb-bar { margin-bottom: 24px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #858585; font-size: .78rem; }
.breadcrumbs a { color: #bdbdbd; text-decoration: none; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs .sep { color: var(--bright-red); }
.content-section { position: relative; z-index: 2; padding: 95px 0; }
.content-section.compact { padding: 70px 0; }
.content-section.muted-section {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.006));
}
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: 70px; align-items: start; }
.content-copy h2 { font-size: clamp(2.25rem, 4.6vw, 4.4rem); line-height: 1.04; letter-spacing: -.045em; }
.content-copy h3 { margin-top: 33px; font-size: 1.45rem; }
.content-copy p, .content-copy li { color: #b2b2b2; line-height: 1.82; }
.content-copy p { margin: 19px 0; }
.content-copy ul, .content-copy ol { padding-left: 20px; }
.content-copy a:not(.button) { color: #fff; text-decoration-color: rgba(227,19,61,.55); text-underline-offset: 4px; }
.content-copy strong { color: #f5f5f5; }
.sticky-panel { position: sticky; top: 112px; }
.info-panel {
  position: relative; overflow: hidden; padding: 29px; border: 1px solid var(--line); border-radius: 24px;
  background: linear-gradient(150deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 0 54px rgba(227,19,61,.065);
}
.info-panel::before {
  content: ""; position: absolute; width: 260px; height: 260px; right: -120px; top: -120px;
  border-radius: 50%; background: rgba(227,19,61,.16); filter: blur(45px);
}
.info-panel > * { position: relative; }
.info-panel h2, .info-panel h3 { font-size: 1.5rem; }
.info-panel p { color: #a9a9a9; line-height: 1.7; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 23px 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; color: #c1c1c1; line-height: 1.55; }
.check-list li::before {
  content: "✓"; width: 22px; height: 22px; display: grid; place-items: center;
  border: 1px solid rgba(227,19,61,.35); border-radius: 50%; color: var(--bright-red-2); font-size: .72rem;
}
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 21px; }
.pill { padding: 9px 12px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.025); color: #c5c5c5; font-size: .77rem; }
.feature-grid, .related-grid, .metric-grid, .case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card, .related-card, .metric-card, .case-card {
  position: relative; overflow: hidden; min-height: 230px; padding: 27px; border: 1px solid var(--line); border-radius: 21px;
  background: linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.014));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.feature-card:hover, .related-card:hover, .metric-card:hover, .case-card:hover {
  transform: translateY(-6px); border-color: rgba(227,19,61,.36); box-shadow: var(--shadow-red);
}
.card-kicker { color: var(--bright-red-2); font-size: .68rem; letter-spacing: .16em; font-weight: 800; }
.feature-card h3, .related-card h3, .metric-card h3, .case-card h3 { margin-top: 16px; font-size: 1.28rem; }
.feature-card p, .related-card p, .metric-card p, .case-card p { color: #a7a7a7; line-height: 1.68; }
.related-card a, .case-card a { display: inline-flex; margin-top: 12px; color: #fff; text-decoration: none; font-size: .84rem; font-weight: 700; }
.service-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.service-links a {
  padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025);
  color: #c7c7c7; text-decoration: none; font-size: .76rem;
}
.service-card-actions { position: relative; z-index: 3; display: flex; flex-wrap: wrap; gap: 13px; align-items: center; margin-top: 14px; }
.service-page-link { color: #fff; text-decoration: none; font-size: .83rem; font-weight: 800; }
.service-whatsapp.secondary-link { color: #a8a8a8; }
.service-card-actions a:hover { color: var(--bright-red-2); }
.process-timeline { display: grid; gap: 15px; }
.timeline-item {
  display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 25px;
  border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.018);
}
.timeline-number { color: var(--bright-red-2); font-family: "Space Grotesk", sans-serif; font-weight: 800; }
.timeline-item h3 { font-size: 1.3rem; }
.timeline-item p { margin: 7px 0 0; color: #a7a7a7; line-height: 1.65; }
.inline-cta {
  position: relative; overflow: hidden; margin-top: 38px; padding: 31px; border: 1px solid rgba(227,19,61,.28); border-radius: 23px;
  background: linear-gradient(140deg, rgba(116,0,22,.32), rgba(12,12,12,.9));
}
.inline-cta::before { content: ""; position: absolute; width: 300px; height: 300px; top: -180px; right: -100px; border-radius: 50%; background: rgba(227,19,61,.22); filter: blur(60px); }
.inline-cta > * { position: relative; }
.inline-cta h3 { margin: 0; font-size: 1.6rem; }
.inline-cta p { margin: 11px 0 20px; color: #b5b5b5; }
.page-faq { max-width: 960px; }
.page-faq .faq-question { font-size: 1.05rem; }
.cta-band {
  position: relative; z-index: 2; overflow: hidden; margin: 25px max(20px,4vw) 80px; padding: 88px 24px;
  border: 1px solid rgba(227,19,61,.28); border-radius: 31px; text-align: center;
  background: radial-gradient(circle at 50% 20%, rgba(227,19,61,.18), transparent 36%), #090909;
}
.cta-band h2 { max-width: 880px; margin: 17px auto 0; font-size: clamp(2.4rem,5vw,4.8rem); line-height: 1.03; letter-spacing: -.05em; }
.cta-band p { max-width: 680px; margin: 19px auto 0; color: #adadad; line-height: 1.75; }
.cta-band .hero-actions { justify-content: center; }
.contact-page-form { max-width: 850px; margin: 0 auto; }
.contact-methods { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 36px; }
.contact-method {
  padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.024); text-decoration: none;
}
.contact-method strong { display: block; font-family: "Space Grotesk", sans-serif; }
.contact-method span { display: block; margin-top: 7px; color: #969696; font-size: .84rem; }
.legal-copy { max-width: 880px; }
.legal-copy h2 { margin-top: 42px; font-size: 1.75rem; }
.legal-copy p, .legal-copy li { color: #b0b0b0; line-height: 1.8; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 100px 24px; text-align: center; }
.not-found h1 { font-size: clamp(5rem, 18vw, 12rem); color: var(--bright-red); }
.not-found h2 { margin-top: 10px; font-size: 2rem; }
.not-found p { max-width: 590px; margin: 16px auto 25px; color: #aaa; line-height: 1.7; }
.footer-grid { grid-template-columns: 1fr auto auto; }
.footer-legal { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 16px; padding-top: 22px; border-top: 1px solid var(--line); }
.footer-legal a { color: #777; text-decoration: none; font-size: .76rem; }
.footer-legal a:hover { color: #fff; }
.copyright { grid-column: 1 / -1; padding-top: 0; border-top: 0; }
@media (max-width: 1000px) {
  .inner-orb { right: -170px; opacity: .34; }
  .content-grid { grid-template-columns: 1fr; gap: 45px; }
  .sticky-panel { position: static; }
  .feature-grid, .related-grid, .metric-grid, .case-grid { grid-template-columns: repeat(2,1fr); }
  .contact-methods { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-legal, .copyright { grid-column: auto; }
}
@media (max-width: 680px) {
  .inner-hero { min-height: 610px; padding-top: calc(var(--header-height) + 72px); }
  .inner-hero h1 { font-size: clamp(2.85rem,14vw,4.6rem); }
  .inner-orb { width: 350px; height: 350px; right: -230px; }
  .feature-grid, .related-grid, .metric-grid, .case-grid { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 45px 1fr; gap: 13px; padding: 20px; }
  .content-section { padding: 78px 0; }
  .cta-band { padding: 70px 20px; }
}
