:root {
  --ink: #061318;
  --ink-2: #091b21;
  --petrol: #0d343b;
  --petrol-2: #15515a;
  --teal: #16d4d8;
  --teal-soft: #8be9e8;
  --teal-pale: #dff7f5;
  --gold: #d9ae56;
  --gold-soft: #f2d389;
  --paper: #faf9f4;
  --cream: #f0eee6;
  --white: #fff;
  --muted: #586b70;
  --line: rgba(7, 39, 45, .14);
  --dark-line: rgba(255, 255, 255, .12);
  --shadow: 0 30px 80px rgba(4, 28, 34, .14);
  --radius: 24px;
  --container: 1200px;
  --wide: 1370px;
  --header-height: 98px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); overflow-x: hidden; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif; font-size: 18px; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; overflow-x: hidden; overflow-x: clip; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--teal-soft); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; border-radius: 5px; }

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 3000; padding: 12px 18px; color: var(--ink); background: var(--white); border-radius: 10px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.wide-container { width: min(calc(100% - 60px), var(--wide)); margin-inline: auto; }
.section { padding: 112px 0; }

.page-progress { position: fixed; inset: 0 0 auto; z-index: 2000; height: 3px; pointer-events: none; }
.page-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--teal), var(--gold)); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--white); border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled { background: rgba(5, 18, 23, .91); border-color: rgba(255,255,255,.09); box-shadow: 0 12px 38px rgba(0,0,0,.2); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; gap: 35px; }
.brand { width: 232px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; aspect-ratio: 3 / 1; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: clamp(24px, 2.5vw, 40px); margin-left: auto; }
.primary-nav a { position: relative; padding: 10px 0; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 670; transition: color .2s ease; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background: var(--teal); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.primary-nav a:hover { color: var(--white); }
.primary-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 13px; padding: 14px 23px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 780; line-height: 1.2; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button > span { transition: transform .25s var(--ease); }
.button:hover > span { transform: translateX(4px); }
.button-large { min-height: 60px; padding-inline: 29px; font-size: 15px; }
.button-primary { color: var(--ink); background: var(--teal); box-shadow: 0 15px 34px rgba(22,212,216,.2); }
.button-primary:hover { background: var(--teal-soft); box-shadow: 0 19px 42px rgba(22,212,216,.28); }
.button-ghost { color: var(--white); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.2); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-client { flex: 0 0 auto; min-height: 48px; color: var(--white); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); }
.button-client:hover { background: rgba(255,255,255,.16); }
.button-gold { color: var(--ink); background: var(--gold-soft); box-shadow: 0 15px 34px rgba(217,174,86,.16); }
.button-gold:hover { background: #ffe5a8; box-shadow: 0 19px 42px rgba(217,174,86,.24); }

.nav-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 11px; color: inherit; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; cursor: pointer; }
.nav-toggle span { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--white); transition: transform .25s ease, opacity .25s ease; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 23px; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 820; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 1px; background: var(--teal); }
.eyebrow-dark { color: var(--petrol-2); }
.section-number { margin-bottom: 27px; color: var(--gold-soft); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.hero { position: relative; min-height: 950px; padding: 165px 0 50px; color: var(--white); background: radial-gradient(circle at 72% 40%, rgba(22,212,216,.105), transparent 32%), radial-gradient(circle at 5% 10%, rgba(217,174,86,.08), transparent 24%), linear-gradient(135deg, #041116 0%, #082229 56%, #07171c 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .23; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px); background-size: 70px 70px; -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%); mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-field { position: absolute; inset: 0; pointer-events: none; }
.field-orbit { position: absolute; border: 1px solid rgba(139,233,232,.12); border-radius: 50%; }
.field-orbit-a { width: 1020px; height: 550px; top: 90px; right: -350px; transform: rotate(-17deg); }
.field-orbit-b { width: 620px; height: 990px; top: 40px; left: -470px; border-color: rgba(217,174,86,.09); transform: rotate(22deg); }
.field-glow { position: absolute; width: 500px; height: 500px; right: 10%; top: 23%; border-radius: 50%; background: rgba(22,212,216,.04); filter: blur(80px); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(510px,.93fr) minmax(620px,1.07fr); grid-template-rows: auto auto auto; align-items: center; column-gap: 54px; row-gap: 0; }
.hero-copy { position: relative; z-index: 3; grid-column: 1; grid-row: 1; padding-top: 4px; }
.hero h1 { max-width: 730px; margin: 0 0 30px; font-size: clamp(60px, 5.55vw, 84px); font-weight: 650; line-height: .98; letter-spacing: -.055em; }
.hero h1 em { display: inline-block; color: var(--teal-soft); font-style: normal; font-weight: 420; }
.hero-lead { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(18px,1.45vw,21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 38px; }
.hero-metrics { display: grid; grid-column: 1; grid-row: 3; grid-template-columns: repeat(3,1fr); width: 100%; max-width: 620px; margin-top: 24px; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.hero-metrics > div { display: flex; min-height: 112px; align-items: center; justify-content: center; gap: 13px; padding: 20px 14px; border-right: 1px solid rgba(255,255,255,.13); text-align: left; }
.hero-metrics > div:last-child { border-right: 0; }
.hero-metrics strong { min-width: 70px; color: var(--white); font-size: 43px; font-weight: 560; line-height: 1; letter-spacing: -.045em; text-align: right; }
.hero-metrics span { color: rgba(255,255,255,.52); font-size: 11px; font-weight: 750; line-height: 1.4; letter-spacing: .04em; text-transform: uppercase; }

.ecosystem-stage { position: relative; grid-column: 2; grid-row: 1 / 4; width: 640px; height: 660px; justify-self: end; }
.stage-halo { position: absolute; width: 500px; height: 500px; left: 70px; top: 80px; border-radius: 50%; background: radial-gradient(circle, rgba(22,212,216,.09), transparent 67%); border: 1px solid rgba(22,212,216,.12); animation: halo-breathe 5s ease-in-out infinite; }
.stage-halo span, .stage-halo i { position: absolute; border-radius: 50%; }
.stage-halo span { width: 9px; height: 9px; right: 55px; top: 58px; background: var(--teal); box-shadow: 0 0 22px var(--teal); }
.stage-halo i { width: 6px; height: 6px; left: 20px; bottom: 143px; background: var(--gold); box-shadow: 0 0 18px var(--gold); }
@keyframes halo-breathe { 50% { opacity: .65; transform: scale(1.02); } }
.stage-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; transform: translate(-50%,-50%) rotate(-16deg); }
.stage-orbit-one { width: 570px; height: 355px; }
.stage-orbit-two { width: 365px; height: 590px; border-color: rgba(217,174,86,.1); transform: translate(-50%,-50%) rotate(30deg); }
.core-hub { position: absolute; z-index: 5; left: 50%; top: 50%; display: flex; width: 205px; height: 205px; align-items: center; justify-content: center; flex-direction: column; padding: 25px; transform: translate(-50%,-50%); text-align: center; background: radial-gradient(circle at 30% 20%, #16414a, #07171c 70%); border: 1px solid rgba(139,233,232,.28); border-radius: 50%; box-shadow: 0 24px 70px rgba(0,0,0,.4), inset 0 0 40px rgba(22,212,216,.05); }
.core-pulse { position: absolute; inset: -17px; border: 1px solid rgba(22,212,216,.2); border-radius: 50%; animation: core-pulse 3.8s ease-in-out infinite; }
@keyframes core-pulse { 50% { opacity: .25; transform: scale(1.06); } }
.core-kicker { color: rgba(255,255,255,.42); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.core-hub > strong { margin: 8px 0 3px; font-size: 25px; line-height: 1; letter-spacing: .08em; }
.core-hub > strong small { color: var(--teal); font-size: 11px; letter-spacing: .02em; }
.core-hub > p { min-height: 18px; margin: 7px 0 10px; color: var(--teal-soft); font-size: 10px; font-weight: 650; transition: opacity .2s ease; }
.core-dots { display: flex; gap: 5px; }
.core-dots i { width: 4px; height: 4px; background: rgba(255,255,255,.28); border-radius: 50%; transition: width .3s ease, background .3s ease; }
.core-dots i.is-active { width: 15px; background: var(--teal); border-radius: 99px; }
.orbit-module { position: absolute; z-index: 4; width: 225px; min-height: 128px; padding: 17px; color: var(--white); background: rgba(10,32,38,.82); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; box-shadow: 0 20px 48px rgba(0,0,0,.25); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); transition: border-color .5s ease, transform .5s var(--ease), box-shadow .5s ease, opacity .5s ease; }
.orbit-module.is-active { border-color: rgba(22,212,216,.7); box-shadow: 0 25px 60px rgba(0,0,0,.35), 0 0 0 1px rgba(22,212,216,.12), 0 0 35px rgba(22,212,216,.11); transform: scale(1.055); }
.module-funeral { top: 7px; left: 208px; }
.module-cemetery { right: -4px; top: 263px; }
.module-future { left: 204px; bottom: 4px; }
.module-crematory { left: -4px; top: 263px; }
.module-head { display: flex; align-items: center; gap: 12px; }
.module-head > span { display: grid; width: 35px; height: 35px; place-items: center; flex: 0 0 auto; color: var(--teal-soft); background: rgba(22,212,216,.1); border: 1px solid rgba(22,212,216,.23); border-radius: 10px; font-size: 10px; font-weight: 850; }
.module-head div { display: grid; }
.module-head small { color: rgba(255,255,255,.38); font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.module-head h2 { margin: 0; font-size: 16px; line-height: 1.25; letter-spacing: -.015em; }
.mini-dashboard { display: flex; height: 36px; align-items: end; gap: 4px; margin-top: 11px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.08); }
.mini-dashboard .bar { display: block; width: 5px; background: var(--teal); border-radius: 2px 2px 0 0; opacity: .75; }
.bar-a { height: 11px; }.bar-b { height: 18px; }.bar-c { height: 24px; }
.mini-dashboard b { margin: auto 0 0 auto; color: rgba(255,255,255,.5); font-size: 7px; font-weight: 700; text-transform: uppercase; }
.mini-spaces { display: grid; grid-template-columns: repeat(6,1fr); gap: 4px; margin-top: 15px; }
.mini-spaces i { height: 22px; background: rgba(22,212,216,.16); border: 1px solid rgba(22,212,216,.22); border-radius: 4px; }
.mini-spaces i.busy { background: rgba(217,174,86,.22); border-color: rgba(217,174,86,.4); }
.mini-pipeline { display: flex; align-items: center; gap: 4px; margin-top: 21px; }
.mini-pipeline i { width: 9px; height: 9px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 4px rgba(22,212,216,.08); }
.mini-pipeline i:last-child { background: var(--gold); box-shadow: 0 0 0 4px rgba(217,174,86,.08); }
.mini-pipeline b { flex: 1; height: 1px; background: rgba(255,255,255,.17); }
.mini-agenda { display: flex; align-items: center; gap: 8px; margin-top: 15px; padding: 9px; background: rgba(255,255,255,.04); border-radius: 8px; }
.mini-agenda span { color: var(--gold-soft); font-family: ui-monospace, monospace; font-size: 9px; }
.mini-agenda i { width: 5px; height: 5px; background: #76da98; border-radius: 50%; }
.mini-agenda b { color: rgba(255,255,255,.48); font-size: 7px; text-transform: uppercase; }
.hero-signature { position: relative; z-index: 2; display: flex; max-width: 1370px; align-items: center; gap: 20px; margin: 54px auto 0; padding: 0 30px; color: rgba(255,255,255,.37); font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.hero-signature i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.14), rgba(22,212,216,.32), rgba(255,255,255,.14)); }

.marquee { position: relative; z-index: 6; grid-column: 1 / -1; grid-row: 2; width: 100vw; max-width: none; margin-top: 26px; margin-left: calc(50% - 50vw); color: #f8edc9; background: linear-gradient(90deg, #071419 0%, #101e20 20%, #182621 50%, #101e20 80%, #071419 100%); border-top: 1px solid rgba(201,156,71,.48); border-bottom: 1px solid rgba(231,199,101,.42); box-shadow: 0 14px 34px rgba(0,0,0,.3), inset 0 1px rgba(239,224,124,.08); overflow: hidden; }
.marquee::before, .marquee::after { content: ""; position: absolute; z-index: 2; inset: 0 auto 0; width: 80px; pointer-events: none; }
.marquee::before { left: 0; background: linear-gradient(90deg, #071419, transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, #071419, transparent); }
.marquee-track { display: flex; width: max-content; animation: marquee 82s linear infinite; }
.marquee-group { display: flex; min-width: max-content; align-items: center; gap: 34px; padding: 15px 34px 15px 0; }
.marquee-group span { color: #e7c765; font-size: 12px; font-weight: 820; letter-spacing: .105em; text-shadow: 0 0 18px rgba(201,156,71,.12); text-transform: uppercase; white-space: nowrap; }
.marquee-group i { width: 7px; height: 7px; background: #c99c47; border: 1px solid #efe07c; border-radius: 50%; box-shadow: 0 0 12px rgba(231,199,101,.28); }
@keyframes marquee { to { transform: translateX(-50%); } }

.ecosystem { position: relative; background: linear-gradient(180deg, #f2f1eb 0%, var(--paper) 100%); }
.ecosystem::before { content: ""; position: absolute; width: 600px; height: 600px; left: -320px; top: -160px; border: 1px solid rgba(22,212,216,.12); border-radius: 50%; pointer-events: none; }
.ecosystem-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 105px; align-items: end; margin-bottom: 65px; }
.ecosystem-heading h2, .kiosk-copy h2, .dinovyx-copy h2, .plans-heading h2, .funexpo-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(42px,4.45vw,64px); font-weight: 620; line-height: 1.06; letter-spacing: -.045em; }
.heading-note { display: grid; grid-template-columns: 76px 1fr; gap: 20px; align-items: start; padding: 24px 0 0; border-top: 1px solid var(--line); }
.note-index { color: var(--teal); font-family: ui-monospace, monospace; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.heading-note p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.unit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.unit-card { position: relative; min-height: 340px; padding: 27px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease; }
.unit-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -90px; bottom: -90px; border: 1px solid rgba(22,212,216,.18); border-radius: 50%; }
.unit-card:hover { transform: translateY(-7px); border-color: rgba(22,212,216,.42); box-shadow: var(--shadow); }
.unit-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 55px; }
.unit-card-top span { color: var(--muted); font-family: ui-monospace, monospace; font-size: 11px; }
.unit-card-top i { display: grid; width: 45px; height: 45px; place-items: center; color: var(--petrol); background: var(--teal-pale); border-radius: 50%; font-style: normal; font-size: 11px; font-weight: 850; }
.unit-card-cemetery .unit-card-top i { background: #edf2df; }
.unit-card-future .unit-card-top i { background: #e8edf7; }
.unit-card-crematory .unit-card-top i { background: #f4e9de; }
.unit-card h3 { margin: 0 0 13px; color: var(--petrol); font-size: 27px; line-height: 1.1; letter-spacing: -.03em; }
.unit-card p { margin: 0 0 24px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.unit-card-list { display: flex; flex-wrap: wrap; gap: 6px; }
.unit-card-list span { padding: 6px 9px; color: var(--petrol); background: #f2f6f4; border-radius: 99px; font-size: 10px; font-weight: 760; }
.shared-foundation { position: relative; left: 50%; width: 100vw; margin-top: 22px; margin-left: -50vw; color: var(--white); background: radial-gradient(circle at 88% 20%, rgba(22,212,216,.11), transparent 25%), linear-gradient(110deg, #082229, #0d343b 58%, #09242a); border-top: 1px solid rgba(22,212,216,.16); border-bottom: 1px solid rgba(255,255,255,.08); box-shadow: inset 0 1px rgba(255,255,255,.03); }
.shared-foundation-inner { display: grid; grid-template-columns: .62fr 1.38fr; gap: 62px; align-items: center; width: min(calc(100% - 48px), var(--container)); min-height: 235px; margin-inline: auto; padding: 38px 0; }
.foundation-intro { display: grid; gap: 3px; }
.foundation-intro span { color: var(--teal-soft); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.foundation-intro strong { max-width: 380px; font-size: 25px; line-height: 1.28; letter-spacing: -.02em; }
.foundation-items { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.foundation-items span { display: flex; min-height: 62px; align-items: center; justify-content: center; padding: 14px 17px; color: rgba(255,255,255,.84); background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.14); border-radius: 13px; font-size: 13px; font-weight: 740; line-height: 1.3; text-align: center; transition: border-color .25s ease, background .25s ease; }
.foundation-items span:hover { background: rgba(22,212,216,.07); border-color: rgba(22,212,216,.32); }

.kiosk { position: relative; color: var(--white); background: radial-gradient(circle at 17% 48%, rgba(217,174,86,.09), transparent 31%), linear-gradient(130deg, #061419, #0c2b31 69%, #08191e); overflow: hidden; }
.kiosk-orbit { position: absolute; width: 850px; height: 850px; left: -410px; top: -120px; border: 1px solid rgba(22,212,216,.12); border-radius: 50%; }
.kiosk-orbit::before, .kiosk-orbit::after { content: ""; position: absolute; border-radius: 50%; }
.kiosk-orbit::before { inset: 105px; border: 1px solid rgba(255,255,255,.06); }
.kiosk-orbit::after { width: 9px; height: 9px; right: 119px; top: 105px; background: var(--teal); box-shadow: 0 0 24px var(--teal); }
.kiosk-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 105px; align-items: center; }
.kiosk-visual { position: relative; height: 720px; }
.kiosk-path { position: absolute; width: 470px; height: 250px; left: 40px; bottom: 33px; border: 1px dashed rgba(22,212,216,.27); border-radius: 50%; transform: rotate(-15deg); }
.device { position: absolute; margin: 0; padding: 11px; background: #02090c; border: 1px solid rgba(255,255,255,.19); border-radius: 29px; box-shadow: 0 38px 85px rgba(0,0,0,.48); overflow: hidden; }
.device img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.device-speaker { position: absolute; z-index: 3; width: 44px; height: 6px; left: 50%; top: 17px; transform: translateX(-50%); background: #02090c; border-radius: 99px; }
.device-back { width: 320px; height: 515px; top: 10px; left: 7px; transform: rotate(-5deg); opacity: .75; }
.device-front { z-index: 2; width: 363px; height: 575px; right: 0; bottom: 0; transform: rotate(3deg); }
.touch-point { position: absolute; z-index: 4; display: grid; width: 46px; height: 46px; right: 72px; top: 305px; place-items: center; background: rgba(22,212,216,.12); border: 1px solid rgba(22,212,216,.55); border-radius: 50%; animation: touch 2.2s ease-in-out infinite; }
.touch-point i { width: 10px; height: 10px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 18px var(--teal); }
@keyframes touch { 50% { transform: scale(1.18); opacity: .65; } }
.prospect-card { position: absolute; z-index: 5; display: grid; grid-template-columns: 36px 1fr 7px; gap: 12px; align-items: center; right: -29px; bottom: 38px; min-width: 245px; padding: 14px; color: var(--ink); background: rgba(255,255,255,.96); border-radius: 15px; box-shadow: 0 22px 55px rgba(0,0,0,.35); transform: rotate(-2deg); }
.prospect-icon { display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: var(--teal); border-radius: 50%; font-size: 20px; }
.prospect-card div { display: grid; }
.prospect-card small { color: var(--petrol-2); font-size: 7px; font-weight: 850; letter-spacing: .1em; }
.prospect-card strong { font-size: 13px; line-height: 1.3; }
.prospect-card p { margin: 0; color: var(--muted); font-size: 9px; }
.prospect-card > i { width: 7px; height: 7px; background: #4bd67e; border-radius: 50%; box-shadow: 0 0 0 4px rgba(75,214,126,.12); }
.kiosk-copy { max-width: 650px; }
.kiosk-lead { margin: 28px 0 35px; color: rgba(255,255,255,.7); font-size: 19px; line-height: 1.68; }
.kiosk-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--dark-line); }
.kiosk-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 18px 0; border-bottom: 1px solid var(--dark-line); }
.kiosk-steps li > span { display: grid; width: 34px; height: 34px; place-items: center; color: var(--teal); border: 1px solid rgba(22,212,216,.38); border-radius: 50%; font-family: ui-monospace, monospace; font-size: 11px; }
.kiosk-steps strong { font-size: 16px; }
.kiosk-steps p { margin: 2px 0 0; color: rgba(255,255,255,.54); font-size: 14px; line-height: 1.5; }
.human-note { display: grid; grid-template-columns: 31px 1fr; gap: 13px; margin-top: 25px; padding: 16px; background: rgba(217,174,86,.07); border: 1px solid rgba(217,174,86,.2); border-radius: 13px; }
.human-note > i { display: grid; width: 28px; height: 28px; place-items: center; color: var(--gold-soft); border: 1px solid rgba(217,174,86,.38); border-radius: 50%; font-style: normal; font-size: 11px; }
.human-note p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; }
.human-note strong { color: var(--white); }

.dinovyx { color: var(--white); background: linear-gradient(90deg, rgba(22,212,216,.035) 1px, transparent 1px), linear-gradient(rgba(22,212,216,.035) 1px, transparent 1px), #091721; background-size: 58px 58px; }
.partner-header { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px; margin-bottom: 70px; padding-bottom: 34px; border-bottom: 1px solid var(--dark-line); text-align: center; }
.partner-brands { display: flex; align-items: center; justify-content: center; gap: 25px; padding: 17px 28px; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; box-shadow: inset 0 1px rgba(255,255,255,.04); }
.partner-funova { width: 255px; height: auto; aspect-ratio: 3 / 1; object-fit: contain; }
.dinovyx-brand { display: flex; align-items: center; gap: 12px; }
.dinovyx-brand img { width: 63px; height: 63px; object-fit: contain; }
.dinovyx-brand strong { font-size: 20px; letter-spacing: .12em; }
.alliance-label { display: flex; align-items: center; gap: 12px; color: var(--gold-soft); font-size: 11px; font-weight: 830; letter-spacing: .17em; text-transform: uppercase; }
.alliance-label::before, .alliance-label::after { content: ""; width: 40px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.alliance-label::after { transform: rotate(180deg); }
.partnership-link { display: flex; width: 92px; align-items: center; justify-content: center; }
.partnership-link i { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(22,212,216,.25), var(--teal)); box-shadow: 0 0 10px rgba(22,212,216,.25); }
.partnership-link i:last-child { background: linear-gradient(90deg, var(--teal), rgba(22,212,216,.25)); }
.partnership-link b { display: grid; width: 38px; height: 38px; place-items: center; flex: 0 0 auto; color: var(--ink); background: var(--teal); border: 5px solid #0c2029; border-radius: 50%; font-size: 7px; font-weight: 900; }
.alliance-status { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.46); font-size: 9px; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.alliance-status i { width: 6px; height: 6px; background: #62dd8c; border-radius: 50%; box-shadow: 0 0 0 4px rgba(98,221,140,.08), 0 0 14px rgba(98,221,140,.45); }
.dinovyx-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.continuity-map { display: grid; grid-template-columns: .88fr 76px 1.12fr; align-items: center; }
.contract-card, .memorial-card { min-height: 495px; border-radius: 20px; box-shadow: 0 25px 65px rgba(0,0,0,.3); }
.contract-card { overflow: hidden; color: var(--ink); background: #f5f6f3; border: 1px solid rgba(255,255,255,.18); }
.mock-window-bar { display: flex; height: 41px; align-items: center; gap: 5px; padding: 0 13px; background: #dfe6e4; }
.mock-window-bar > span { width: 6px; height: 6px; background: #aab8b6; border-radius: 50%; }
.mock-window-bar small { margin-left: auto; color: var(--petrol-2); font-size: 7px; font-weight: 850; letter-spacing: .1em; }
.contract-content { padding: 28px; }
.mock-label { color: var(--petrol-2); font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.contract-content h3 { margin: 7px 0 28px; font-size: 24px; line-height: 1.15; letter-spacing: -.03em; }
.contract-lines { display: grid; gap: 10px; }
.contract-lines i { display: block; height: 10px; background: #dfe7e5; border-radius: 99px; }
.contract-lines i:nth-child(2) { width: 77%; }.contract-lines i:nth-child(3) { width: 48%; }
.contract-status { display: flex; align-items: center; gap: 12px; margin-top: 50px; padding: 14px; background: #e5f5ef; border: 1px solid #c8e8db; border-radius: 12px; }
.contract-status > span { display: grid; width: 29px; height: 29px; place-items: center; color: #176746; background: #bde8d4; border-radius: 50%; font-size: 12px; }
.contract-status div { display: grid; }
.contract-status strong { font-size: 11px; }.contract-status small { color: #59736a; font-size: 8px; }
.continuity-bridge { position: relative; z-index: 2; display: flex; align-items: center; }
.continuity-bridge span { flex: 1; height: 1px; background: var(--teal); box-shadow: 0 0 14px rgba(22,212,216,.45); }
.continuity-bridge i { display: grid; width: 42px; height: 42px; place-items: center; color: var(--ink); background: var(--teal); border: 6px solid #091721; border-radius: 50%; font-style: normal; font-size: 7px; font-weight: 900; }
.memorial-card { display: flex; flex-direction: column; padding: 26px; background: linear-gradient(145deg, #14333c, #0c2029); border: 1px solid rgba(139,233,232,.21); }
.memorial-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--dark-line); }
.memorial-top span { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.memorial-top i { color: #73dc98; font-style: normal; font-size: 8px; }
.memorial-person { display: flex; align-items: center; gap: 14px; margin-top: 23px; }
.memorial-person > div { display: grid; width: 54px; height: 54px; place-items: center; flex: 0 0 auto; color: var(--ink); background: var(--gold-soft); border-radius: 50%; font-size: 13px; font-weight: 850; }
.memorial-person > span { display: grid; }
.memorial-person strong { font-size: 14px; line-height: 1.3; }.memorial-person small { color: rgba(255,255,255,.46); font-size: 8px; }
.memory-gallery { margin-top: 20px; padding: 12px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
.gallery-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }
.gallery-heading span { font-size: 9px; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }
.gallery-heading small { color: rgba(255,255,255,.38); font-size: 7px; }
.gallery-slides { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 6px; height: 76px; overflow: hidden; }
.memory-photo { position: relative; display: block; overflow: hidden; background: linear-gradient(145deg, #466973, #1b3b45); border-radius: 7px; }
.memory-photo::before { content: ""; position: absolute; width: 25px; height: 25px; left: 50%; top: 14px; transform: translateX(-50%); background: rgba(236,214,174,.68); border-radius: 50%; }
.memory-photo::after { content: ""; position: absolute; width: 55px; height: 45px; left: 50%; bottom: -17px; transform: translateX(-50%); background: rgba(233,226,204,.48); border-radius: 50% 50% 10px 10px; }
.photo-two { background: linear-gradient(145deg, #6b5b42, #2d2921); opacity: .78; }.photo-two::before { background: rgba(224,193,146,.6); }
.photo-three { background: linear-gradient(145deg, #53634a, #263229); opacity: .72; }.photo-three::after { background: rgba(210,218,194,.42); }
.gallery-controls { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 7px; color: rgba(255,255,255,.42); }
.gallery-controls > i { width: 4px; height: 4px; background: rgba(255,255,255,.25); border-radius: 50%; }.gallery-controls > i.active { width: 12px; background: var(--teal); border-radius: 99px; }.gallery-controls span { margin-inline: 4px; font-size: 10px; }
.memorial-screen { display: grid; grid-template-columns: 31px 1fr auto; gap: 10px; align-items: center; margin-top: 11px; padding: 10px; background: rgba(22,212,216,.07); border: 1px solid rgba(22,212,216,.16); border-radius: 10px; }
.screen-symbol { position: relative; display: block; width: 29px; height: 21px; border: 1px solid var(--teal-soft); border-radius: 4px; }.screen-symbol::after { content: ""; position: absolute; width: 9px; height: 1px; left: 9px; bottom: -5px; background: var(--teal-soft); box-shadow: 0 3px var(--teal-soft); }.screen-symbol i { position: absolute; inset: 4px; background: rgba(22,212,216,.18); }
.memorial-screen > div { display: grid; }.memorial-screen strong { font-size: 9px; }.memorial-screen small { color: rgba(255,255,255,.4); font-size: 7px; }.memorial-screen > b { color: #62dd8c; font-size: 7px; }
.memorial-card blockquote { margin: 15px 0; color: rgba(255,255,255,.68); font-family: Georgia, serif; font-size: 13px; line-height: 1.45; font-style: italic; }
.memorial-features { display: flex; gap: 7px; margin-top: auto; }
.memorial-features span { padding: 7px 9px; color: var(--teal-soft); background: rgba(22,212,216,.08); border: 1px solid rgba(22,212,216,.17); border-radius: 99px; font-size: 8px; font-weight: 750; }
.dinovyx-copy > p { margin: 28px 0 33px; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.68; }
.dinovyx-benefits { display: grid; border-top: 1px solid var(--dark-line); }
.dinovyx-benefits > span { display: grid; grid-template-columns: 35px 1fr; padding: 16px 0; border-bottom: 1px solid var(--dark-line); }
.dinovyx-benefits i { grid-row: 1 / 3; color: var(--teal); font-family: ui-monospace, monospace; font-size: 10px; font-style: normal; }
.dinovyx-benefits strong { font-size: 14px; }.dinovyx-benefits small { color: rgba(255,255,255,.45); font-size: 12px; }

.workflow { padding: 75px 0; background: var(--cream); }
.workflow-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 70px; align-items: center; }
.workflow-title-block h2 { margin: 0; font-size: clamp(39px,4vw,56px); line-height: 1.02; letter-spacing: -.045em; }
.workflow-steps { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workflow-steps li { position: relative; min-height: 196px; padding: 25px 19px; border-right: 1px solid var(--line); }
.workflow-steps li:last-child { border-right: 0; }
.workflow-steps li::after { content: "→"; position: absolute; right: -8px; top: 31px; z-index: 2; display: grid; width: 16px; height: 16px; place-items: center; color: var(--petrol); background: var(--cream); font-size: 11px; }
.workflow-steps li:last-child::after { display: none; }
.workflow-steps span { display: block; margin-bottom: 38px; color: var(--teal); font-family: ui-monospace, monospace; font-size: 10px; }
.workflow-steps strong { display: block; margin-bottom: 9px; color: var(--petrol); font-size: 16px; }
.workflow-steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.plans { background: var(--paper); }
.plans-heading { display: grid; grid-template-columns: 1.12fr .88fr; gap: 100px; align-items: end; margin-bottom: 65px; }
.plans-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 18px; }
.plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.plan-card { position: relative; display: flex; min-height: 640px; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s ease; }
.plan-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.plan-start { background: #eef8f5; }.plan-pro { color: var(--white); background: var(--petrol); border-color: var(--petrol); }.plan-full { color: var(--white); background: radial-gradient(circle at 88% 8%, rgba(255,226,151,.18), transparent 25%), linear-gradient(145deg, #34240a 0%, #6e4e16 62%, #402b0b 100%); border-color: rgba(217,174,86,.72); box-shadow: 0 28px 70px rgba(83,57,10,.26), inset 0 1px rgba(255,239,196,.2); transform: translateY(-8px); }
.plan-accent { position: absolute; left: 0; top: 0; width: 100%; height: 5px; background: var(--teal); }
.plan-pro .plan-accent { background: var(--gold-soft); }.plan-full .plan-accent { height: 6px; background: linear-gradient(90deg, #9f701d, #ffe09a, #b77d1d); }
.plan-gold-badge { margin: -34px -34px 24px; padding: 11px 34px 10px; color: #fff2ca; background: linear-gradient(90deg, rgba(255,255,255,.02), rgba(255,222,145,.15)); border-bottom: 1px solid rgba(255,224,154,.2); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-align: right; text-transform: uppercase; }
.plan-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 38px; }
.plan-header span { color: var(--petrol-2); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.plan-pro .plan-header span { color: var(--gold-soft); }.plan-full .plan-header span { color: #ffe1a0; }
.plan-header strong { color: rgba(13,52,59,.18); font-size: 38px; font-weight: 500; line-height: 1; }
.plan-pro .plan-header strong { color: rgba(255,255,255,.15); }.plan-full .plan-header strong { color: rgba(255,236,188,.25); }
.plan-card h3 { margin: 0 0 11px; color: var(--petrol); font-size: 31px; line-height: 1.1; letter-spacing: -.035em; }
.plan-pro h3, .plan-full h3 { color: var(--white); }
.plan-description { min-height: 68px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.plan-pro .plan-description { color: rgba(255,255,255,.58); }.plan-full .plan-description { color: rgba(255,248,230,.67); }
.plan-focus { display: flex; align-items: end; gap: 12px; margin: 28px 0 27px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-pro .plan-focus { border-color: rgba(255,255,255,.13); }.plan-full .plan-focus { border-color: rgba(255,226,159,.22); }
.plan-focus strong { color: var(--petrol); font-size: 55px; font-weight: 520; line-height: .8; letter-spacing: -.05em; }
.plan-pro .plan-focus strong { color: var(--teal-soft); }.plan-full .plan-focus strong { color: #ffe09a; text-shadow: 0 0 24px rgba(255,214,121,.18); }
.plan-focus span { max-width: 115px; color: var(--muted); font-size: 11px; font-weight: 760; line-height: 1.3; text-transform: uppercase; }
.plan-pro .plan-focus span { color: rgba(255,255,255,.48); }.plan-full .plan-focus span { color: rgba(255,244,218,.57); }
.plan-card ul { display: grid; gap: 11px; margin: 0 0 30px; padding: 0; list-style: none; }
.plan-card li { position: relative; padding-left: 21px; color: #3f5b5f; font-size: 13px; }
.plan-pro li { color: rgba(255,255,255,.7); }.plan-full li { color: rgba(255,248,231,.77); }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 850; }
.plan-full li::before { color: #ffdc89; }
.plan-cta { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 19px; color: var(--petrol); border-top: 1px solid var(--line); font-size: 13px; font-weight: 820; }
.plan-pro .plan-cta { color: var(--white); border-color: rgba(255,255,255,.13); }.plan-full .plan-cta { color: #fff5d9; border-color: rgba(255,224,154,.22); }.plan-full .plan-cta span { color: #ffe09a; }.plan-cta span { color: var(--teal); font-size: 17px; transition: transform .25s ease; }.plan-cta:hover span { transform: translateX(5px); }
.plans-note { max-width: 800px; margin: 38px auto 0; color: var(--muted); font-size: 13px; text-align: center; }

.funexpo { position: relative; color: var(--white); background: radial-gradient(circle at 15% 50%, rgba(217,174,86,.1), transparent 30%), #100f0c; overflow: hidden; }
.event-orbit { position: absolute; width: 850px; height: 530px; right: -310px; top: -160px; border: 1px solid rgba(217,174,86,.13); border-radius: 50%; transform: rotate(-18deg); }
.event-orbit span { position: absolute; inset: 75px; border: 1px solid rgba(255,255,255,.06); border-radius: inherit; }
.event-orbit i { position: absolute; width: 8px; height: 8px; left: 90px; bottom: 83px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 22px var(--gold); }
.funexpo-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.event-poster { position: relative; min-height: 510px; padding: 36px; background: linear-gradient(145deg, rgba(217,174,86,.08), rgba(255,255,255,.01)); border: 1px solid rgba(217,174,86,.35); border-radius: 22px; box-shadow: 0 35px 85px rgba(0,0,0,.3); overflow: hidden; }
.event-poster::before { content: ""; position: absolute; width: 440px; height: 440px; left: -260px; top: 30px; border: 1px solid rgba(217,174,86,.2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(217,174,86,.025), 0 0 0 110px rgba(217,174,86,.018); }
.poster-top { position: relative; z-index: 1; display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.44); font-size: 8px; font-weight: 780; letter-spacing: .18em; }
.poster-top i { flex: 1; height: 1px; background: rgba(217,174,86,.28); }
.event-logo { position: relative; z-index: 1; width: 238px; height: 238px; margin: 18px auto 0; object-fit: contain; border-radius: 14px; filter: drop-shadow(0 15px 28px rgba(0,0,0,.25)); }
.poster-date { position: relative; z-index: 1; display: grid; justify-items: center; gap: 7px; margin-top: 9px; text-align: center; }
.poster-date strong { color: var(--gold-soft); font-size: 63px; font-weight: 400; line-height: .8; letter-spacing: -.06em; }.poster-date span { color: rgba(255,255,255,.48); font-size: 10px; font-weight: 720; line-height: 1.3; letter-spacing: .14em; }
.poster-footer { position: absolute; left: 36px; right: 36px; bottom: 32px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 7px; padding-top: 18px; border-top: 1px solid rgba(217,174,86,.23); text-align: center; }.poster-funova-logo { display: block; width: 150px; height: auto; object-fit: contain; }.poster-footer small { color: rgba(255,255,255,.4); font-size: 8px; text-transform: uppercase; }
.event-tag { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; color: var(--gold-soft); font-size: 11px; font-weight: 820; letter-spacing: .15em; text-transform: uppercase; }.event-tag span { width: 30px; height: 1px; background: var(--gold); }
.funexpo-copy { text-align: center; }
.event-tag { justify-content: center; }
.funexpo-copy > p { max-width: 630px; margin: 28px auto 35px; color: rgba(255,255,255,.67); font-size: 18px; }.funexpo-copy > p strong { color: var(--white); }
.event-actions { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 15px; }.event-actions > span { color: rgba(255,255,255,.33); font-size: 9px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }

.contact { position: relative; color: var(--white); background: linear-gradient(140deg, #0d3a42, #06161b 70%); overflow: hidden; }
.contact-rings { position: absolute; width: 780px; height: 780px; right: -350px; top: -230px; border: 1px solid rgba(22,212,216,.12); border-radius: 50%; }
.contact-rings span, .contact-rings i { position: absolute; border-radius: 50%; }.contact-rings span { inset: 100px; border: 1px solid rgba(255,255,255,.06); }.contact-rings i { inset: 210px; border: 1px solid rgba(217,174,86,.09); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .84fr 1.16fr; gap: 100px; align-items: center; }
.contact-copy > p { max-width: 540px; margin: 28px 0 29px; color: rgba(255,255,255,.68); font-size: 18px; }
.contact-promises { display: grid; gap: 9px; margin-bottom: 35px; }.contact-promises span { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.64); font-size: 12px; font-weight: 700; }.contact-promises i { display: grid; width: 21px; height: 21px; place-items: center; color: var(--teal); border: 1px solid rgba(22,212,216,.34); border-radius: 50%; font-style: normal; font-size: 9px; }
.whatsapp-direct { display: inline-flex; align-items: center; gap: 15px; }.whatsapp-icon { display: grid; width: 50px; height: 50px; place-items: center; color: var(--white); background: #25d366; border-radius: 50%; box-shadow: 0 13px 30px rgba(37,211,102,.2); }.whatsapp-icon svg { width: 26px; height: 26px; }.whatsapp-direct > span:last-child { display: grid; }.whatsapp-direct small { color: rgba(255,255,255,.48); font-size: 10px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }.whatsapp-direct strong { font-size: 18px; }
.contact-form { padding: 39px; color: var(--ink); background: var(--paper); border: 1px solid rgba(255,255,255,.4); border-radius: 24px; box-shadow: 0 35px 85px rgba(0,0,0,.3); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 27px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.form-heading > div { display: grid; }.form-heading span { font-size: 18px; font-weight: 820; }.form-heading small { color: var(--muted); font-size: 11px; }.form-heading > i { display: grid; width: 42px; height: 42px; place-items: center; flex: 0 0 auto; color: var(--teal); border: 1px solid rgba(22,212,216,.33); border-radius: 50%; font-family: ui-monospace, monospace; font-style: normal; font-size: 10px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.contact-form label { display: grid; gap: 7px; margin-bottom: 18px; color: var(--petrol); font-size: 12px; font-weight: 780; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: var(--ink); background: var(--white); border: 1px solid rgba(7,39,45,.17); border-radius: 11px; outline: none; }.contact-form input, .contact-form select { height: 51px; padding: 0 14px; }.contact-form textarea { min-height: 94px; padding: 13px 14px; resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(22,212,216,.11); }.contact-form ::placeholder { color: #98a5a7; font-weight: 400; }.form-submit { width: 100%; margin-top: 3px; }.form-note { margin: 12px 0 0; color: #7c8c8f; font-size: 10px; text-align: center; }

.site-footer { color: rgba(255,255,255,.63); background: #040e12; }
.footer-top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; padding-top: 74px; padding-bottom: 60px; }.footer-brand img { width: 300px; height: auto; aspect-ratio: 3 / 1; object-fit: contain; }.footer-brand p { max-width: 420px; margin: 24px 0 0; font-size: 14px; line-height: 1.65; }.footer-nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }.footer-nav > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-nav strong { margin-bottom: 10px; color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.footer-nav a, .footer-nav span { font-size: 13px; }.footer-nav a:hover { color: var(--teal-soft); }.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 23px; padding-bottom: 23px; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }

.floating-actions { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; }.float-top { display: grid; width: 43px; height: 43px; place-items: center; color: var(--gold-soft); background: rgba(5,18,23,.9); border: 1px solid rgba(217,174,86,.35); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.18); opacity: 0; pointer-events: none; transform: translateY(10px) scale(.9); transition: opacity .25s ease, transform .3s var(--ease), background .25s ease; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }.float-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }.float-top:hover { color: var(--ink); background: var(--gold-soft); transform: translateY(-3px); }.float-top span { font-size: 18px; line-height: 1; }.float-more { display: flex; height: 48px; align-items: center; gap: 12px; padding: 0 8px 0 18px; color: var(--white); background: rgba(5,18,23,.88); border: 1px solid rgba(255,255,255,.15); border-radius: 99px; box-shadow: 0 14px 35px rgba(0,0,0,.2); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-size: 11px; font-weight: 760; }.float-more i { display: grid; width: 32px; height: 32px; place-items: center; color: var(--ink); background: var(--white); border-radius: 50%; font-style: normal; }.float-whatsapp { display: grid; width: 58px; height: 58px; place-items: center; color: var(--white); background: #25d366; border: 3px solid rgba(255,255,255,.92); border-radius: 50%; box-shadow: 0 16px 38px rgba(0,0,0,.25), 0 0 0 6px rgba(37,211,102,.08); transition: transform .25s var(--ease), box-shadow .25s ease; }.float-whatsapp svg { width: 30px; height: 30px; }.float-whatsapp:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 20px 45px rgba(0,0,0,.3), 0 0 0 8px rgba(37,211,102,.1); }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s var(--ease), transform .8s var(--ease); }.reveal-delay-short { transition-delay: .08s; }.reveal-delay { transition-delay: .16s; }.reveal-delay-long { transition-delay: .24s; }.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1240px) {
  :root { --wide: 1140px; --container: 1080px; }
  .brand { width: 210px; }.primary-nav { gap: 22px; }.primary-nav a { font-size: 13px; }
  .hero-layout { grid-template-columns: minmax(460px,.92fr) minmax(545px,1.08fr); column-gap: 20px; row-gap: 0; }.ecosystem-stage { width: 570px; transform: scale(.91); transform-origin: center right; }
  .unit-card { padding: 24px; }.kiosk-layout { gap: 70px; }.dinovyx-layout { gap: 55px; }.contact-layout { gap: 65px; }
}

@media (min-width: 1241px) {
  .ecosystem-stage, .ecosystem-stage.reveal.is-visible { transform: translateY(-96px); }
  .module-future { bottom: 90px; }
}

@media (min-width: 1021px) and (max-width: 1240px) {
  .ecosystem-stage, .ecosystem-stage.reveal.is-visible { transform: translateY(-96px) scale(.91); }
  .module-future { bottom: 90px; }
}

@media (min-width: 1021px) {
  .hero-metrics { grid-column: 1 / -1; width: min(100%, 960px); max-width: 960px; margin-top: 28px; justify-self: center; }
  .hero-metrics > div { min-height: 126px; gap: 17px; padding: 24px 20px; }
  .hero-metrics strong { min-width: 92px; font-size: 58px; }
  .hero-metrics span { font-size: 12px; line-height: 1.45; }
}

@media (max-width: 1020px) {
  :root { --header-height: 80px; }.section { padding: 92px 0; }.wide-container { width: min(calc(100% - 38px), var(--wide)); }
  .brand { width: 190px; }.nav-toggle { display: block; order: 2; }.button-client { margin-left: auto; order: 1; }.primary-nav { position: fixed; inset: var(--header-height) 0 auto; display: grid; gap: 0; padding: 18px; background: rgba(5,18,23,.98); border-bottom: 1px solid rgba(255,255,255,.1); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: transform .35s var(--ease), opacity .25s ease, visibility .25s ease; }.primary-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }.primary-nav a { padding: 14px 10px; font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.08); }.nav-open .nav-toggle span:first-child { transform: translateY(6px) rotate(45deg); }.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }.nav-open .nav-toggle span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: 0; padding-top: 140px; }.hero-layout { grid-template-columns: 1fr; row-gap: 0; }.hero-copy, .marquee, .hero-metrics, .ecosystem-stage { grid-column: 1; grid-row: auto; }.hero-copy { max-width: 790px; }.ecosystem-stage { width: 640px; margin: 20px auto 0; justify-self: center; transform: none; }.hero-signature { margin-top: 20px; }
  .ecosystem-heading, .plans-heading { grid-template-columns: 1fr; gap: 38px; }.heading-note { max-width: 760px; }.unit-grid { grid-template-columns: 1fr 1fr; }.unit-card { min-height: 300px; }.shared-foundation-inner { grid-template-columns: 1fr; gap: 26px; }.foundation-intro strong { max-width: 620px; }.foundation-items { justify-content: flex-start; }
  .kiosk-layout, .dinovyx-layout, .funexpo-layout, .contact-layout { grid-template-columns: 1fr; }.kiosk-layout { gap: 45px; }.kiosk-visual { width: min(100%,650px); margin: 0 auto; }.kiosk-copy { max-width: 760px; }.dinovyx-layout { gap: 60px; }.continuity-map { max-width: 760px; }.dinovyx-copy { max-width: 760px; }.workflow-layout { grid-template-columns: 1fr; gap: 40px; }.workflow-title-block h2 br { display: none; }.plan-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }.plan-card { min-height: 0; }.plan-description { min-height: 0; }.event-poster { width: 100%; max-width: 680px; margin-inline: auto; }.funexpo-layout { gap: 55px; }.funexpo-copy { max-width: 720px; margin-inline: auto; }.contact-copy { max-width: 720px; }.footer-top { grid-template-columns: 1fr; gap: 52px; }
}

@media (max-width: 700px) {
  body { font-size: 17px; }.section { padding: 76px 0; }.container { width: min(calc(100% - 28px), var(--container)); }.wide-container { width: min(calc(100% - 28px), var(--wide)); }
  .header-inner { gap: 12px; }.brand { width: 165px; }.button-client { min-height: 42px; padding: 10px 14px; font-size: 11px; }.nav-toggle { width: 42px; height: 42px; }
  .hero { padding-top: 105px; }.hero h1 { font-size: clamp(47px,14vw,65px); }.hero-lead { font-size: 18px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-metrics { margin-top: 20px; }.hero-metrics > div { min-height: 96px; gap: 7px; padding: 15px 7px; }.hero-metrics strong { min-width: 0; font-size: 31px; text-align: center; }.hero-metrics span { font-size: 8px; }.ecosystem-stage { display: grid; width: 100%; height: auto; grid-template-columns: 1fr 1fr; gap: 10px; padding: 35px 0 10px; }.stage-halo, .stage-orbit, .core-hub { display: none; }.orbit-module, .orbit-module.is-active, .module-funeral, .module-cemetery, .module-future, .module-crematory { position: relative; inset: auto; width: auto; min-height: 126px; transform: none; }.orbit-module.is-active { border-color: rgba(22,212,216,.52); }.hero-signature { padding-inline: 14px; font-size: 8px; }.hero-signature span { max-width: 120px; }
  .marquee { margin-top: 28px; }.marquee-group { gap: 27px; padding: 14px 27px 14px 0; }.marquee-group span { font-size: 10px; letter-spacing: .09em; }
  .ecosystem-heading h2, .kiosk-copy h2, .dinovyx-copy h2, .plans-heading h2, .funexpo-copy h2, .contact-copy h2 { font-size: clamp(38px,10.5vw,49px); }.ecosystem-heading { margin-bottom: 48px; }.heading-note { grid-template-columns: 45px 1fr; gap: 13px; }.heading-note p { font-size: 16px; }.unit-grid { grid-template-columns: 1fr; }.unit-card { min-height: 275px; }.unit-card-top { margin-bottom: 38px; }.shared-foundation { padding: 0; }.shared-foundation-inner { width: min(calc(100% - 28px), var(--container)); min-height: 0; padding: 36px 0; }.foundation-intro strong { font-size: 22px; }.foundation-items { grid-template-columns: 1fr 1fr; gap: 10px; }.foundation-items span { min-height: 70px; padding: 15px 11px; font-size: 12px; }
  .kiosk-visual { height: 545px; }.device-back { width: 235px; height: 390px; }.device-front { width: 270px; height: 440px; }.prospect-card { right: 0; bottom: 17px; min-width: 220px; }.kiosk-path { width: 360px; height: 210px; left: 0; }.kiosk-lead { font-size: 17px; }.kiosk-steps p { font-size: 13px; }
  .partner-header { width: 100%; align-items: center; gap: 18px; text-align: center; }.partner-brands { display: grid; width: min(100%,269px); grid-template-columns: minmax(0,1fr); place-items: center; gap: 18px; margin: 0 auto; padding: 20px 42px; position: static; transform: none; border-radius: 24px; text-align: center; }.partner-funova { display: block; width: min(100%,185px); max-width: 185px; height: auto; margin: 0 auto; position: static; transform: none; object-fit: contain; }.partnership-link { width: 68px; margin: 0 auto; position: static; transform: none; }.dinovyx-brand { width: max-content; max-width: 100%; align-items: center; justify-content: center; justify-self: center; margin: 0 auto; position: static; transform: none; text-align: center; }.dinovyx-brand img { width: 48px; max-width: 48px; height: auto; flex: 0 0 auto; object-fit: contain; }.dinovyx-brand strong { display: block; font-size: 14px; text-align: center; }.alliance-status { align-self: center; justify-content: center; margin: 0 auto; position: static; transform: none; text-align: center; }.continuity-map { grid-template-columns: 1fr; gap: 0; }.contract-card, .memorial-card { min-height: 425px; }.continuity-bridge { height: 70px; flex-direction: column; }.continuity-bridge span { width: 1px; height: auto; flex: 1; }.continuity-bridge i { flex: 0 0 auto; }.dinovyx-copy > p { font-size: 17px; }
  .workflow { padding: 65px 0; }.workflow-steps { grid-template-columns: 1fr 1fr; }.workflow-steps li { min-height: 170px; border-bottom: 1px solid var(--line); }.workflow-steps li:nth-child(2) { border-right: 0; }.workflow-steps li:nth-child(2)::after { display: none; }.workflow-steps li::after { top: auto; right: -8px; bottom: 25px; }.workflow-steps span { margin-bottom: 28px; }
  .plan-card { padding: 29px 25px; }.plan-card h3 { font-size: 29px; }.plan-full { transform: none; }.plan-gold-badge { margin: -29px -25px 23px; padding-inline: 25px; }
  .event-poster { min-height: 440px; padding: 27px; }.event-logo { width: 205px; height: 205px; margin-top: 10px; }.poster-date { margin-top: 6px; }.poster-date strong { font-size: 48px; }.poster-footer { left: 27px; right: 27px; bottom: 27px; flex-direction: column; gap: 5px; }.poster-footer small { max-width: none; text-align: center; }.event-actions { align-items: center; flex-direction: column; }.event-actions .button { width: 100%; }
  .contact-form { padding: 29px 21px; }.form-row { grid-template-columns: 1fr; gap: 0; }.footer-brand img { width: 255px; }.footer-nav { grid-template-columns: 1fr 1fr; }.footer-nav > div:last-child { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .floating-actions { right: 12px; bottom: 12px; }.float-top { width: 40px; height: 40px; }.float-more { padding: 7px; }.float-more > span { display: none; }.float-whatsapp { width: 55px; height: 55px; }
}

@media (max-width: 410px) {
  .button-client { display: none; }.nav-toggle { margin-left: auto; }.brand { width: 180px; }.hero-metrics span { letter-spacing: 0; }.orbit-module { padding: 13px; }.module-head { gap: 8px; }.module-head > span { width: 30px; height: 30px; }.module-head h2 { font-size: 14px; }.kiosk-visual { height: 495px; }.device-back { width: 210px; height: 350px; }.device-front { width: 240px; height: 400px; }.touch-point { right: 46px; top: 210px; }.prospect-card { min-width: 205px; }.poster-top span:last-child { display: none; }.poster-brand span { font-size: 42px; }.poster-date strong { font-size: 42px; }
}

@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; }.marquee-track { animation: none; }
}
