:root {
  --ink: #181b27;
  --ink-soft: #5c6070;
  --night: #050914;
  --night-2: #081225;
  --night-3: #0d1830;
  --pearl: #f2f0eb;
  --paper: #f8f6f1;
  --line-light: rgba(19, 28, 48, 0.14);
  --line-dark: rgba(151, 188, 255, 0.18);
  --cyan: #29caef;
  --blue: #4d83ff;
  --violet: #8c5cff;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Aptos", "Inter", "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; background: var(--night); color: #eef5ff; font-family: var(--sans); font-size: 16px; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
section { position: relative; }
.shell { width: var(--shell); margin-inline: auto; position: relative; z-index: 2; }
.dark-section { background: var(--night); color: #f4f6fb; overflow: hidden; }
.light-section { background: var(--pearl); color: var(--ink); overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -60px; background: var(--paper); color: var(--ink); padding: 12px 18px; border-radius: 8px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header { height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: fixed; inset: 0 0 auto 0; z-index: 100; background: rgba(5, 9, 20, .76); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(149, 177, 225, .12); }
.brand { display: inline-flex; align-items: center; justify-self: start; }
.brand img { width: 154px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; color: rgba(239, 246, 255, .76); }
.desktop-nav a { position: relative; padding: 28px 0 25px; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 18px; height: 1px; background: var(--cyan); transition: .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { left: 0; right: 0; }
.site-header > .button { justify-self: end; }
.menu-toggle { display: none; justify-self: end; width: 44px; height: 44px; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-toggle span { width: 18px; height: 1px; background: #fff; }
.mobile-nav { position: absolute; top: 76px; left: 0; right: 0; padding: 24px; background: rgba(5, 9, 20, .98); border-bottom: 1px solid var(--line-dark); display: grid; gap: 4px; }
.mobile-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 22px; border-radius: 3px; border: 1px solid transparent; font-size: 12px; font-weight: 650; letter-spacing: .02em; transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 11px; }
.button-primary { background: linear-gradient(100deg, #25c8eb 0%, #4c96ff 48%, #865dff 100%); color: #fff; box-shadow: 0 14px 38px rgba(51, 132, 243, .22); }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 0 18px 48px rgba(86, 108, 255, .36); }
.button-outline { border-color: rgba(200, 219, 255, .34); background: rgba(255, 255, 255, .025); }
.button-ghost { border-color: rgba(200, 219, 255, .3); background: rgba(8, 16, 32, .48); }
.button-ghost:hover { border-color: var(--cyan); background: rgba(32, 200, 238, .06); }

.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 650; letter-spacing: .22em; text-transform: uppercase; color: rgba(220, 235, 255, .65); }
.eyebrow > span { width: 26px; height: 1px; background: linear-gradient(90deg, var(--cyan), var(--violet)); }
.eyebrow-dark { color: #5d6474; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 em, h2 em { font-style: normal; background: linear-gradient(95deg, #39d7f2 0%, #668dff 50%, #a471ff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
h2 { font-size: clamp(42px, 5.2vw, 68px); line-height: .98; }
h3 { margin: 0; }

.hero { min-height: 760px; padding-top: 76px; border-bottom: 1px solid var(--line-dark); }
.hero::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(117, 181, 255, .36) .5px, transparent .6px); background-size: 44px 44px; opacity: .12; pointer-events: none; }
.hero-aurora { position: absolute; width: 850px; height: 600px; left: 42%; top: -260px; border-radius: 50%; background: radial-gradient(ellipse, rgba(80, 74, 255, .2), rgba(37, 199, 237, .06) 38%, transparent 69%); filter: blur(20px); }
.orbit-lines { position: absolute; width: 620px; height: 620px; right: -250px; top: 62px; border: 1px solid rgba(113, 182, 255, .13); border-radius: 50%; box-shadow: 0 0 0 95px rgba(103, 146, 255, .035), 0 0 0 190px rgba(103, 146, 255, .02); }
.hero-grid { min-height: 635px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; }
.hero-copy { z-index: 5; padding: 60px 0 38px; }
.hero h1 { max-width: 610px; font-size: clamp(56px, 5.5vw, 82px); line-height: .94; }
.hero-lead { max-width: 520px; margin: 27px 0 0; color: rgba(226, 235, 249, .68); font-size: 16px; line-height: 1.68; }
.button-row { margin-top: 35px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { margin-top: 45px; display: flex; gap: 20px; font-size: 10px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; color: rgba(208, 224, 248, .5); }
.hero-proof span { display: flex; align-items: center; gap: 9px; }
.hero-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.hero-visual { position: absolute; z-index: 1; right: -12vw; top: 20px; width: min(70vw, 1040px); height: 690px; pointer-events: none; }
.hero-visual::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 34%; background: linear-gradient(90deg, var(--night) 8%, transparent); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: screen; opacity: .94; }
.planet-halo { position: absolute; z-index: -1; width: 420px; height: 420px; border-radius: 50%; right: 17%; top: 17%; background: rgba(68, 128, 255, .2); filter: blur(65px); }
.signal-card { position: absolute; z-index: 3; min-width: 148px; padding: 11px 14px; border: 1px solid rgba(109, 190, 255, .28); background: rgba(4, 10, 23, .7); backdrop-filter: blur(10px); box-shadow: 0 10px 40px rgba(0,0,0,.25); }
.signal-card b, .signal-card span { display: block; }
.signal-card b { font-size: 8px; letter-spacing: .2em; color: var(--cyan); }
.signal-card span { margin-top: 5px; font-size: 10px; color: rgba(232, 242, 255, .72); }
.signal-one { right: 19%; top: 20%; }
.signal-two { right: 6%; bottom: 22%; }
.hero-index { height: 49px; display: flex; align-items: center; gap: 14px; border-top: 1px solid rgba(190, 214, 255, .1); color: rgba(206, 222, 246, .38); font-size: 8px; letter-spacing: .18em; }
.hero-index-line { width: 48px; height: 1px; background: rgba(132, 185, 255, .28); }

.challenge { padding: 112px 0 105px; }
.challenge::before, .difference::before { content: ""; position: absolute; width: 450px; height: 450px; border: 1px solid rgba(43, 150, 211, .1); border-radius: 50%; left: -330px; top: -100px; box-shadow: 0 0 0 60px rgba(43, 150, 211, .03), 0 0 0 120px rgba(43, 150, 211, .02); }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.split-heading h2 { max-width: 650px; }
.section-intro { max-width: 500px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.section-intro strong { display: block; color: var(--ink); margin-top: 18px; font-weight: 650; }
.challenge-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.challenge-card { min-height: 280px; padding: 30px; background: rgba(255,255,255,.32); border: 1px solid var(--line-light); position: relative; transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.challenge-card:hover { transform: translateY(-5px); border-color: rgba(31, 174, 226, .42); background: rgba(255,255,255,.55); }
.line-icon { width: 62px; height: 62px; border-radius: 50%; border: 1px solid rgba(21, 47, 79, .17); display: grid; place-items: center; color: #49779c; font-family: var(--serif); font-size: 18px; }
.challenge-card h3 { margin-top: 34px; font-size: 17px; font-weight: 600; }
.challenge-card p { margin: 13px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.card-line { position: absolute; left: 30px; right: 30px; bottom: 0; height: 2px; background: linear-gradient(90deg, var(--cyan), transparent); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.challenge-card:hover .card-line { transform: scaleX(1); }

.solutions { padding: 110px 0 118px; background: linear-gradient(140deg, #061021, #071329 58%, #0c1430); }
.cosmic-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(88, 150, 237, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(88, 150, 237, .05) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle at 50% 45%, black, transparent 72%); }
.center-heading { text-align: center; max-width: 720px; margin: 0 auto; }
.center-heading .eyebrow { justify-content: center; }
.center-heading p:last-child { color: rgba(220, 232, 250, .55); font-size: 14px; line-height: 1.7; margin: 24px auto 0; max-width: 630px; }
.solutions-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.solution-card { min-height: 315px; padding: 27px; border: 1px solid rgba(134, 179, 238, .2); background: linear-gradient(145deg, rgba(17, 35, 65, .72), rgba(6, 17, 37, .68)); position: relative; overflow: hidden; transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.solution-card::before { content: ""; position: absolute; inset: auto -70px -100px auto; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle, rgba(86, 87, 255, .2), transparent 68%); opacity: 0; transition: opacity .3s ease; }
.solution-card:hover { transform: translateY(-6px); border-color: rgba(59, 207, 248, .48); background: linear-gradient(145deg, rgba(20, 43, 78, .82), rgba(8, 20, 45, .82)); }
.solution-card:hover::before { opacity: 1; }
.solution-top { display: flex; justify-content: space-between; align-items: center; }
.solution-number { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(101, 185, 255, .28); border-radius: 50%; font-family: var(--serif); color: var(--cyan); }
.solution-arrow { color: rgba(220, 234, 255, .4); transition: color .25s, transform .25s; }
.solution-card:hover .solution-arrow { color: var(--cyan); transform: translate(2px, -2px); }
.solution-card h3 { margin-top: 27px; font-size: 17px; font-weight: 600; }
.solution-card > p { min-height: 62px; margin: 13px 0 0; color: rgba(217, 231, 250, .56); font-size: 12px; line-height: 1.72; }
.tag-row { margin-top: 23px; display: flex; flex-wrap: wrap; gap: 6px; }
.tag-row span { border: 1px solid rgba(129, 171, 232, .16); padding: 5px 8px; color: rgba(199, 219, 246, .44); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }

.method { padding: 110px 0 120px; }
.method-heading { align-items: start; }
.method-track { margin-top: 80px; display: grid; grid-template-columns: repeat(5, 1fr); position: relative; }
.method-track::before { content: ""; position: absolute; left: 9%; right: 9%; top: 39px; height: 1px; background: linear-gradient(90deg, transparent, rgba(51, 80, 113, .27) 12%, rgba(51, 80, 113, .27) 88%, transparent); }
.method-step { text-align: center; padding: 0 14px; position: relative; }
.method-node { width: 80px; height: 80px; margin: 0 auto; border-radius: 50%; border: 1px solid rgba(36, 72, 109, .2); background: var(--pearl); display: grid; place-items: center; box-shadow: 0 0 0 8px var(--pearl); position: relative; z-index: 2; }
.method-node::after { content: ""; width: 28px; height: 28px; border: 1px solid #5d7188; transform: rotate(45deg); opacity: .4; }
.method-node span { position: absolute; top: -28px; font-size: 9px; color: #667183; }
.method-step h3 { margin-top: 28px; font-size: 15px; }
.method-step p { margin: 10px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.65; }

.projects { padding: 112px 0 120px; background: radial-gradient(circle at 80% 0%, rgba(91, 66, 204, .14), transparent 37%), var(--night); }
.projects-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.projects-heading > p { margin: 0 0 5px; font-size: 13px; line-height: 1.6; color: rgba(217, 230, 249, .5); }
.projects-heading > p strong { color: rgba(244, 248, 255, .86); }
.projects-grid { margin-top: 58px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 16px; }
.project-card { min-height: 410px; border: 1px solid rgba(139, 176, 226, .22); background: rgba(9, 20, 40, .78); overflow: hidden; position: relative; display: grid; grid-template-columns: 1.02fr .98fr; }
.project-editorial { grid-template-columns: 1fr; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 60%, rgba(87, 98, 255, .1)); pointer-events: none; }
.project-copy { padding: 37px; z-index: 2; align-self: center; }
.project-label { font-size: 8px; color: var(--cyan); letter-spacing: .14em; }
.project-label.violet { color: #af88ff; }
.project-card h3 { margin-top: 16px; font-family: var(--serif); font-size: 34px; line-height: 1.02; font-weight: 400; }
.project-card p { color: rgba(218, 230, 247, .55); font-size: 12px; line-height: 1.7; }
.project-card a { display: inline-flex; gap: 30px; margin-top: 18px; font-size: 11px; font-weight: 600; }
.project-card a span { color: var(--cyan); }
.dashboard-art { width: 460px; height: 300px; align-self: center; margin-left: -20px; border: 1px solid rgba(99, 163, 237, .25); border-radius: 12px; background: linear-gradient(140deg, #111f3c, #081126); transform: perspective(800px) rotateY(-8deg) rotateZ(2deg); box-shadow: 0 35px 70px rgba(0,0,0,.4); position: relative; overflow: hidden; }
.dash-nav { height: 35px; border-bottom: 1px solid rgba(141, 188, 239, .12); }
.dash-chart { position: absolute; left: 35px; right: 38px; top: 65px; height: 105px; border-left: 1px solid rgba(125, 179, 239, .17); border-bottom: 1px solid rgba(125, 179, 239, .17); display: flex; align-items: end; gap: 22px; padding: 0 18px; }
.dash-chart i { width: 23px; background: linear-gradient(var(--cyan), rgba(75, 111, 255, .28)); border-radius: 3px 3px 0 0; }
.dash-chart i:nth-child(1) { height: 38%; }.dash-chart i:nth-child(2) { height: 58%; }.dash-chart i:nth-child(3) { height: 44%; }.dash-chart i:nth-child(4) { height: 83%; }.dash-chart i:nth-child(5) { height: 66%; }
.dash-rings { position: absolute; bottom: 31px; left: 46px; right: 46px; display: flex; gap: 24px; }
.dash-rings span { width: 58px; height: 58px; border-radius: 50%; border: 7px solid rgba(59, 199, 238, .8); border-left-color: rgba(69, 87, 196, .25); }
.dash-rings span:nth-child(2) { border-color: rgba(133, 90, 255, .8); border-bottom-color: rgba(69, 87, 196, .25); }
.book-interface { height: 190px; margin: 0 32px 26px; border: 1px solid rgba(135, 99, 239, .3); border-radius: 8px; background: #10172d; position: relative; transform: perspective(800px) rotateX(4deg); box-shadow: 0 25px 50px rgba(0,0,0,.35); }
.book-interface span { position: absolute; display: block; }
.book-sidebar { left: 0; top: 0; bottom: 0; width: 19%; border-right: 1px solid rgba(145, 171, 218, .15); background: rgba(5, 11, 24, .5); }
.book-page { left: 24%; top: 22px; width: 46%; bottom: 22px; background: linear-gradient(90deg, rgba(255,255,255,.07) 0 2px, transparent 2px 100%); background-size: 100% 18px; border-top: 12px solid rgba(255,255,255,.12); }
.book-panel { right: 4%; top: 22px; width: 20%; bottom: 22px; border: 1px solid rgba(145, 108, 250, .24); background: radial-gradient(circle at 50% 30%, rgba(112, 82, 255, .25), transparent 40%); }

.difference { padding: 92px 0; }
.kpis { padding: 105px 0; position: relative; overflow: hidden; }
.kpis::after { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; border: 1px solid rgba(43,150,211,.09); right: -290px; bottom: -210px; box-shadow: 0 0 0 60px rgba(43,150,211,.025), 0 0 0 120px rgba(43,150,211,.018); }
.kpi-grid { position: relative; z-index: 1; margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.kpi-grid article { min-height: 215px; padding: 30px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: rgba(255,255,255,.55); }
.kpi-grid article > span { color: #259ecb; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.kpi-grid h3 { margin: 30px 0 11px; font-family: var(--serif); font-size: 25px; line-height: 1.08; font-weight: 400; }
.kpi-grid p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.kpi-grid .kpi-cta { background: linear-gradient(135deg, #0b1d35, #111a3e); color: #fff; }
.kpi-cta p { color: rgba(220,233,250,.62); }
.kpi-cta .button { margin-top: 18px; padding: 12px 18px; }
.difference-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.difference h2 { font-size: clamp(40px, 4.1vw, 56px); }
.difference-items { display: grid; grid-template-columns: repeat(4, 1fr); }
.difference-items article { min-height: 200px; padding: 10px 24px; border-left: 1px solid var(--line-light); text-align: center; }
.difference-icon { display: block; color: #38bfea; font-family: var(--serif); font-size: 31px; margin-bottom: 23px; }
.difference-items h3 { font-size: 12px; }
.difference-items p { color: var(--ink-soft); font-size: 10px; line-height: 1.65; }

.meaning { padding: 112px 0; background: linear-gradient(130deg, #060b17, #0a142a); }
.meaning::before { content: ""; position: absolute; width: 700px; height: 700px; right: -390px; top: -280px; border-radius: 50%; border: 1px solid rgba(80, 178, 246, .13); box-shadow: 0 0 0 80px rgba(95, 102, 255, .025), 0 0 0 160px rgba(95, 102, 255, .018); }
.meaning-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.meaning-copy h2 { font-size: clamp(43px, 4.5vw, 60px); }
.meaning-copy > p:not(.eyebrow) { color: rgba(216, 230, 249, .58); line-height: 1.75; max-width: 520px; }
.text-link { display: inline-flex; gap: 22px; margin-top: 28px; color: #ecf5ff; font-size: 12px; border-bottom: 1px solid rgba(60, 199, 239, .45); padding-bottom: 8px; }
.letter-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.letter-grid > div { min-height: 132px; padding: 20px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); position: relative; background: rgba(255,255,255,.012); }
.letter-grid > div:hover { background: rgba(43, 194, 237, .05); }
.letter-grid span { display: block; font-family: var(--serif); font-size: 42px; color: var(--cyan); }
.letter-grid small { position: absolute; right: 15px; top: 15px; color: rgba(215, 228, 246, .25); font-size: 8px; }
.letter-grid b { display: block; margin-top: 12px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: rgba(227, 238, 252, .64); }

.contact { padding: 88px 0 92px; background: radial-gradient(circle at 90% 42%, rgba(69, 88, 231, .19), transparent 32%), #050a15; }
.contact-orbit { position: absolute; width: 540px; height: 260px; border: 1px solid rgba(83, 178, 250, .22); border-radius: 50%; right: -240px; top: 190px; transform: rotate(-23deg); box-shadow: 0 0 0 60px rgba(87, 81, 255, .025); }
.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.contact-orbit::before { left: 13%; top: 7%; }.contact-orbit::after { right: 7%; bottom: 24%; background: var(--violet); }
.contact-grid { display: grid; grid-template-columns: minmax(340px, .82fr) minmax(560px, 1.18fr); gap: 56px; align-items: start; }
.contact-copy { position: sticky; top: 118px; }
.contact-copy h2 { font-size: clamp(44px, 4.5vw, 62px); }
.contact-copy > p:not(.eyebrow) { color: rgba(218, 232, 250, .58); font-size: 13px; line-height: 1.75; margin-top: 28px; }
.contact-alternatives { display: grid; gap: 10px; margin-top: 30px; }
.contact-alternatives a { display: flex; justify-content: space-between; align-items: center; padding: 13px 15px; border: 1px solid rgba(131, 176, 233, .2); color: rgba(230, 240, 252, .78); font-size: 10px; letter-spacing: .04em; transition: border-color .2s, color .2s, background .2s; }
.contact-alternatives a:hover { border-color: var(--cyan); color: #fff; background: rgba(41, 202, 239, .06); }
.calendar-card { position: relative; min-width: 0; padding: 12px; border: 1px solid rgba(131, 176, 233, .21); background: rgba(13, 26, 50, .56); box-shadow: 0 24px 80px rgba(0, 0, 0, .24); backdrop-filter: blur(12px); }
.calendar-card-heading { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 3px 4px 17px; border-bottom: 1px solid rgba(131, 176, 233, .14); }
.calendar-card-heading span { color: var(--cyan); font-size: 8px; letter-spacing: .18em; }
.calendar-card-heading strong { color: rgba(237, 245, 255, .84); font-size: 11px; font-weight: 500; }
#my-cal-inline-30min { width: 100%; height: 590px; overflow: auto; margin-top: 10px; border-radius: 3px; background: #111; scrollbar-width: thin; scrollbar-color: rgba(104, 124, 160, .7) transparent; }
.response-note { display: flex; gap: 15px; margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--line-dark); }
.response-note > span { color: var(--cyan); }
.response-note b, .response-note small { display: block; }
.response-note b { font-size: 12px; }.response-note small { margin-top: 7px; color: rgba(216, 230, 249, .45); line-height: 1.55; }

.site-footer { background: #03070f; border-top: 1px solid rgba(138, 172, 218, .12); color: rgba(224, 235, 250, .62); }
.footer-main { padding: 58px 0 45px; display: grid; grid-template-columns: 1.1fr .7fr 1.2fr; gap: 80px; }
.footer-brand .brand { color: #eef5ff; }
.footer-brand .brand img { width: 180px; }
.footer-brand p { max-width: 260px; font-family: var(--serif); font-size: 20px; color: rgba(239, 246, 255, .75); }
.footer-location { display: block; max-width: 280px; font-size: 9px; line-height: 1.6; color: rgba(216, 231, 250, .35); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 10px; }
.footer-links b, .newsletter > b { margin-bottom: 8px; color: rgba(231, 240, 252, .76); text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.footer-links a:hover { color: var(--cyan); }
.newsletter p { margin: 0 0 17px; max-width: 360px; font-size: 10px; line-height: 1.6; }
.newsletter form { display: flex; }
.newsletter input { flex: 1; min-width: 0; height: 42px; padding: 0 13px; border: 1px solid rgba(136, 174, 224, .2); border-right: 0; background: rgba(255,255,255,.02); color: #fff; outline: none; font-size: 11px; }
.newsletter input:focus { border-color: var(--cyan); }
.newsletter form button { width: 48px; border: 1px solid rgba(136, 174, 224, .2); background: rgba(255,255,255,.03); cursor: pointer; }
.newsletter form button:hover { color: var(--cyan); }
.newsletter > small { display: block; margin-top: 9px; color: #83ddec; line-height: 1.5; }
.footer-bottom { min-height: 64px; border-top: 1px solid rgba(138, 172, 218, .1); display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 8px; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom button { padding: 0; border: 0; background: none; color: rgba(224, 235, 250, .45); font-size: 8px; cursor: pointer; }
.footer-bottom button:hover { color: var(--cyan); }

.modal-backdrop { position: fixed; z-index: 300; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(1, 4, 10, .78); backdrop-filter: blur(12px); }
.legal-modal { width: min(680px, 100%); max-height: calc(100vh - 48px); overflow: auto; padding: 46px; background: var(--paper); color: var(--ink); border: 1px solid rgba(84, 110, 148, .22); box-shadow: 0 30px 100px rgba(0,0,0,.5); position: relative; }
.legal-modal h2 { font-size: clamp(38px, 5vw, 54px); margin-bottom: 28px; }
.legal-modal > p:not(.eyebrow) { color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.legal-modal > small { display: block; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line-light); color: #717785; font-size: 10px; }
.modal-close { position: absolute; right: 18px; top: 16px; border: 0; background: none; color: var(--ink); font-size: 28px; cursor: pointer; }

.cookie-banner { position: fixed; z-index: 400; left: 50%; bottom: 20px; transform: translateX(-50%); width: min(920px, calc(100% - 32px)); padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: rgba(237,245,255,.88); background: rgba(5,11,23,.97); border: 1px solid rgba(93,213,236,.32); box-shadow: 0 18px 70px rgba(0,0,0,.55); backdrop-filter: blur(18px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; margin-bottom: 7px; color: #fff; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.cookie-banner p { max-width: 590px; margin: 0; color: rgba(222,235,252,.65); font-size: 11px; line-height: 1.65; }
.cookie-actions { display: flex; flex-shrink: 0; gap: 10px; }
.cookie-actions button { min-height: 40px; padding: 0 15px; border: 1px solid rgba(131,221,236,.35); color: #e9f8fb; background: transparent; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.cookie-actions .cookie-accept { border-color: var(--cyan); color: #041019; background: var(--cyan); }
.cookie-actions button:hover, .cookie-actions button:focus-visible { outline: 2px solid rgba(131,221,236,.65); outline-offset: 2px; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-visual { right: -23vw; width: 85vw; opacity: .82; }
  .projects-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 390px; }
  .project-editorial { grid-template-columns: .9fr 1.1fr; }
  .difference-grid { grid-template-columns: 1fr; gap: 55px; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 36px, 680px); }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 18px; }
  .desktop-nav, .site-header > .button { display: none; }
  .menu-toggle { display: flex; }
  .hero { min-height: auto; }
  .hero-grid { display: block; min-height: 720px; }
  .hero-copy { padding-top: 110px; }
  .hero h1 { max-width: 600px; }
  .hero-lead { max-width: 480px; }
  .hero-visual { top: 250px; right: -270px; width: 900px; height: 590px; opacity: .46; }
  .hero-visual::after { width: 64%; }
  .signal-card { display: none; }
  .hero-index { margin-top: 15px; }
  .split-heading, .meaning-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .challenge-grid, .solutions-grid { grid-template-columns: 1fr 1fr; }
  .method-track { grid-template-columns: 1fr; gap: 0; margin-top: 55px; }
  .method-track::before { left: 39px; top: 25px; bottom: 25px; right: auto; width: 1px; height: auto; }
  .method-step { display: grid; grid-template-columns: 80px 1fr; column-gap: 25px; text-align: left; padding: 0 0 34px; }
  .method-node { grid-row: 1 / 3; }
  .method-step h3 { margin-top: 13px; }
  .method-step p { padding-right: 30px; }
  .difference-items { grid-template-columns: 1fr 1fr; }
  .kpi-grid { grid-template-columns: 1fr 1fr; }
  .difference-items article { margin-bottom: 35px; }
  .meaning-grid { gap: 60px; }
  .contact-copy { position: static; }
  #my-cal-inline-30min { height: 650px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .newsletter { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 32px); }
  .brand img { width: 138px; }
  .hero-grid { min-height: 760px; }
  .hero-copy { padding-top: 92px; }
  .hero h1 { font-size: clamp(50px, 16vw, 66px); }
  .hero-lead { font-size: 14px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .hero-proof { flex-direction: column; gap: 9px; }
  .hero-visual { top: 355px; right: -280px; width: 740px; height: 500px; }
  .hero-index { display: none; }
  .challenge, .solutions, .method, .projects, .kpis, .difference, .meaning, .contact { padding-top: 82px; padding-bottom: 82px; }
  h2 { font-size: 44px; }
  .challenge-grid, .solutions-grid { grid-template-columns: 1fr; }
  .challenge-card { min-height: 250px; }
  .solution-card { min-height: 290px; }
  .projects-heading { display: block; }
  .projects-heading > p { margin-top: 25px; }
  .project-card, .project-editorial { grid-template-columns: 1fr; }
  .project-card h3 { font-size: 30px; }
  .dashboard-art { width: 430px; margin: -20px 0 15px 28px; }
  .difference-items { grid-template-columns: 1fr; }
  .kpi-grid { grid-template-columns: 1fr; }
  .kpi-grid article { min-height: 190px; }
  .difference-items article { border-left: 0; border-top: 1px solid var(--line-light); padding-top: 30px; }
  .letter-grid { grid-template-columns: 1fr 1fr; }
  .calendar-card { padding: 10px; }
  .calendar-card-heading { align-items: flex-start; flex-direction: column; gap: 6px; padding: 5px 5px 13px; }
  #my-cal-inline-30min { height: 700px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr; gap: 44px; }
  .newsletter { grid-column: auto; }
  .footer-bottom { padding: 22px 0; flex-direction: column; align-items: flex-start; }
  .footer-bottom div { flex-wrap: wrap; gap: 13px; }
  .legal-modal { padding: 38px 24px 28px; }
  .cookie-banner { bottom: 10px; padding: 19px; flex-direction: column; align-items: stretch; gap: 16px; }
  .cookie-actions { flex-direction: column-reverse; }
  .cookie-actions button { width: 100%; }
}

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

.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

/* Aviso de privacidad */
.legal-page { background: var(--paper); color: var(--ink); }
.privacy-hero { min-height: 560px; padding: 162px 0 90px; overflow: hidden; background: var(--night); color: #f4f7fc; }
.privacy-hero::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(117,181,255,.28) .5px, transparent .6px); background-size: 44px 44px; opacity: .1; pointer-events: none; }
.privacy-orb { position: absolute; width: 780px; height: 780px; right: -260px; top: -310px; border-radius: 50%; background: radial-gradient(circle, rgba(40,202,239,.2), rgba(91,91,255,.09) 35%, transparent 68%); border: 1px solid rgba(95,206,255,.13); box-shadow: 0 0 0 90px rgba(82,135,255,.025), 0 0 0 180px rgba(82,135,255,.018); }
.privacy-hero-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 90px; align-items: end; }
.privacy-hero h1 { max-width: 760px; font-size: clamp(58px, 7vw, 94px); line-height: .92; }
.privacy-hero h1 em { font-style: normal; background: linear-gradient(95deg,#39d7f2,#668dff 52%,#a471ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.privacy-hero-grid > div > p:last-child { max-width: 680px; margin: 30px 0 0; color: rgba(226,235,249,.65); font-size: 16px; line-height: 1.75; }
.privacy-summary { padding: 25px 0 5px 25px; border-left: 1px solid rgba(126,183,244,.22); display: grid; gap: 8px; }
.privacy-summary span { margin-top: 12px; color: rgba(216,231,250,.4); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.privacy-summary strong, .privacy-summary a { color: #eef6ff; font-size: 12px; font-weight: 500; }
.privacy-summary a { color: var(--cyan); }
.legal-summary-button { width: fit-content; padding: 0; border: 0; color: var(--cyan); background: transparent; font-size: 12px; font-weight: 600; cursor: pointer; }
.legal-summary-button:hover { color: #fff; }
.privacy-content { padding: 90px 0 120px; }
.privacy-layout { display: grid; grid-template-columns: 250px minmax(0,760px); gap: 90px; justify-content: center; align-items: start; }
.privacy-index { position: sticky; top: 110px; display: flex; flex-direction: column; border-top: 1px solid var(--line-light); }
.privacy-index b { padding: 18px 0 14px; color: #828896; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.privacy-index .privacy-index-group { margin-top: 18px; border-top: 1px solid var(--line-light); }
.privacy-index a { padding: 11px 0; border-top: 1px solid var(--line-light); color: #666b78; font-size: 11px; transition: color .2s,padding .2s; }
.privacy-index a:hover { padding-left: 5px; color: #286ee7; }
.privacy-document > section { scroll-margin-top: 110px; padding: 0 0 70px; margin: 0 0 70px; border-bottom: 1px solid var(--line-light); }
.privacy-document > section:last-child { margin-bottom: 0; }
.privacy-number { display: block; margin-bottom: 14px; color: #397cf0; font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.privacy-document h2 { max-width: 680px; margin-bottom: 30px; font-size: clamp(38px,5vw,58px); line-height: 1; }
.privacy-document h3 { margin: 34px 0 12px; font-size: 16px; }
.privacy-document p, .privacy-document li { color: #565c69; font-size: 14px; line-height: 1.85; }
.privacy-document a { color: #176be8; text-decoration: underline; text-decoration-color: rgba(23,107,232,.25); text-underline-offset: 3px; }
.privacy-document ul { margin: 18px 0; padding-left: 20px; }
.legal-document-divider { display: flex; align-items: center; gap: 16px; margin: 8px 0 72px; color: #176be8; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.legal-document-divider::before, .legal-document-divider::after { content: ""; height: 1px; flex: 1; background: var(--line-light); }
.privacy-note { margin: 30px 0 0; padding: 25px 28px; border-left: 3px solid var(--cyan); background: #eceff3; }
.privacy-note strong { color: #222735; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.privacy-note p { margin: 9px 0 0; font-size: 12px; }
.provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 25px 0 28px; }
.provider-grid > div { min-height: 210px; padding: 25px; border: 1px solid var(--line-light); background: rgba(255,255,255,.45); }
.provider-grid b { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.provider-grid p { font-size: 12px; line-height: 1.7; }
.provider-grid a { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.privacy-contact-button { display: inline-flex; gap: 25px; align-items: center; margin-top: 20px; padding: 16px 20px; color: #fff !important; background: linear-gradient(100deg,#25c8eb,#4c96ff 52%,#865dff); text-decoration: none !important; font-size: 11px; font-weight: 700; }
.privacy-cookie-button { margin-top: 15px; padding: 13px 18px; border: 1px solid #3179e7; color: #176be8; background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
.privacy-updated { padding-top: 20px; color: #777d89 !important; font-size: 11px !important; }
.privacy-footer-contact b { color: rgba(231,240,252,.76); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.privacy-footer-contact p { max-width: 330px; font-size: 11px; line-height: 1.6; }
.privacy-footer-contact a { color: var(--cyan); font-size: 12px; }
.footer-bottom a { color: rgba(224,235,250,.45); font-size: 8px; }
.footer-bottom a:hover { color: var(--cyan); }

@media (max-width: 860px) {
  .privacy-hero-grid, .privacy-layout { grid-template-columns: 1fr; gap: 55px; }
  .privacy-summary { max-width: 460px; }
  .privacy-index { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .privacy-index b { grid-column: 1 / -1; }
  .privacy-index a { padding-right: 12px; }
}
@media (max-width: 560px) {
  .privacy-hero { min-height: auto; padding: 125px 0 70px; }
  .privacy-hero h1 { font-size: 54px; }
  .privacy-content { padding: 65px 0 90px; }
  .privacy-layout { gap: 50px; }
  .privacy-index { grid-template-columns: 1fr; }
  .provider-grid { grid-template-columns: 1fr; }
  .privacy-document > section { padding-bottom: 50px; margin-bottom: 55px; }
  .privacy-document h2 { font-size: 40px; }
}
