:root {
  --navy: #061b35;
  --navy-deep: #03101f;
  --ink: #dceafd;
  --muted: #92a7c0;
  --line: rgba(177, 217, 255, 0.18);
  --glass: rgba(10, 34, 61, 0.58);
  --blue: #32a7ff;
  --aqua: #4ae4d0;
  --violet: #7976ff;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  --mono: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 88% 7%, rgba(50,167,255,.22), transparent 28rem), radial-gradient(circle at 12% 38%, rgba(74,228,208,.1), transparent 24rem), var(--navy-deep); font-family: var(--font); line-height: 1.5; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .16; background-image: linear-gradient(rgba(155,213,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(155,213,255,.08) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 74%); }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 2px solid #78e9ff; outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 10; padding: .75rem 1rem; background: white; color: #000; border-radius: .5rem; } .skip-link:focus { top: 1rem; }
.site-header, main, footer { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; }
.site-header { position: relative; height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: .95rem; font-weight: 800; letter-spacing: -.03em; }
.brand-copy { display: grid; gap: .08rem; line-height: 1.05; }.brand-copy strong { font-size: .95rem; }.brand-copy small { color: var(--muted); font-size: .62rem; font-weight: 600; letter-spacing: .01em; }
.brand-icon { display: block; width: 32px; height: 32px; border: 1px solid rgba(116,218,255,.52); border-radius: 9px; object-fit: cover; box-shadow: 0 0 18px rgba(50,167,255,.28), inset 0 1px 0 rgba(255,255,255,.35); }
.primary-nav { display: flex; align-items: center; gap: 1.35rem; font-size: .84rem; color: var(--muted); } .primary-nav a:hover, .primary-nav a[aria-current="page"], .text-link:hover { color: white; } .primary-nav a[aria-current="page"] { text-decoration: underline; text-decoration-color: rgba(112, 225, 255, .55); text-underline-offset: .42rem; } .nav-contact { color: white; padding: .62rem 1rem; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,255,255,.06); }
.menu-toggle { display: none; align-items: center; gap: .7rem; min-height: 42px; padding: .55rem .75rem; border: 1px solid var(--line); border-radius: .7rem; color: white; background: rgba(255,255,255,.06); font: 700 .78rem var(--font); cursor: pointer; }.menu-toggle-icon { display: grid; gap: 5px; width: 18px; }.menu-toggle-icon span { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .2s ease; }.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:first-child { transform: translateY(3px) rotate(45deg); }.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:last-child { transform: translateY(-3px) rotate(-45deg); }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3rem; min-height: 670px; padding: 5.5rem 0; }
.eyebrow { display: flex; align-items: center; gap: .6rem; margin: 0 0 1rem; color: #82dfff; font: 500 .72rem/1 var(--mono); text-transform: uppercase; letter-spacing: .12em; } .eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; } h1 { max-width: 700px; margin-bottom: 1.4rem; font-size: clamp(3.1rem, 6vw, 5.75rem); line-height: .97; letter-spacing: -.075em; } h1 em { color: #7ceadb; font-style: normal; } .hero-lede { max-width: 600px; color: var(--muted); font-size: 1.08rem; }
.hero-app-identity { display: flex; align-items: center; gap: .85rem; margin-bottom: 1.35rem; }.hero-app-identity img { display: block; width: 58px; height: 58px; border-radius: 14px; object-fit: cover; box-shadow: 0 12px 32px rgba(25,117,255,.3); }.hero-app-identity div { display: grid; gap: .25rem; }.hero-app-identity strong { color: #e7f5ff; font-size: 1rem; }.hero-app-identity span { color: #83dfff; font: 500 .65rem var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.hero-actions, .contact-links { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 49px; padding: .75rem 1.05rem; border: 0; border-radius: .8rem; font: 700 .9rem var(--font); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }.button:hover { transform: translateY(-2px); }.button-primary { background: linear-gradient(135deg, #24bcd6, #3975ff); color: white; box-shadow: 0 10px 30px rgba(43,129,255,.25); }.button-secondary { border: 1px solid var(--line); color: #c6d8ee; background: rgba(255,255,255,.04); }
.hero-art { position: relative; display: grid; place-items: center; min-height: 430px; overflow: hidden; border: 1px solid var(--line); border-radius: 2rem; isolation: isolate; background: radial-gradient(circle at 50% 38%, rgba(26,176,245,.25), rgba(7,27,53,.2) 50%, transparent 70%); box-shadow: inset 0 1px 0 rgba(255,255,255,.09); }.hero-art::before { content: ""; position: absolute; inset: 1rem; border: 1px solid rgba(98,212,255,.13); border-radius: 1.2rem; }.hero-art p { position: absolute; bottom: 1.25rem; margin: 0; color: rgba(211,235,255,.7); font: .67rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }.orb { position: absolute; border-radius: 50%; filter: blur(5px); opacity: .8; }.orb-one { width: 310px; height: 310px; background: radial-gradient(circle at 32% 28%, rgba(125,251,255,.75), rgba(29,132,255,.24) 40%, transparent 68%); }.orb-two { width: 220px; height: 220px; transform: translate(115px, -115px); background: rgba(120,78,255,.3); filter: blur(22px); }.signal { position: absolute; height: 1px; transform-origin: left; background: linear-gradient(90deg, transparent, #81eaff, transparent); opacity: .65; }.signal-one { width: 370px; transform: rotate(27deg); }.signal-two { width: 300px; transform: rotate(-38deg); }.core { position: relative; display: grid; place-items: center; width: 195px; height: 195px; border: 1px solid rgba(180,247,255,.58); border-radius: 50%; color: white; background: radial-gradient(circle at 35% 25%, rgba(230,255,255,.7), rgba(12,136,218,.42) 25%, rgba(6,40,100,.7) 66%); box-shadow: inset 0 0 30px rgba(227,255,255,.52), 0 0 48px rgba(33,176,255,.42); }.core::after { content: ""; width: 130px; height: 130px; border: 1px dashed rgba(210,255,255,.52); border-radius: 50%; }.core strong { position: absolute; z-index: 1; font-size: 3.3rem; letter-spacing: -.12em; text-shadow: 0 0 18px white; }.core-ring { position: absolute; inset: -25px; border: 1px solid rgba(147,236,255,.35); border-radius: 50%; }.ring-two { inset: -53px; border-style: dashed; }.core-node { position: absolute; z-index: 2; width: 9px; height: 9px; border-radius: 50%; background: #e0ffff; box-shadow: 0 0 12px 3px #38e9ff; }.node-one { top: -27px; left: 31px; }.node-two { right: -30px; bottom: 48px; }.node-three { left: -37px; bottom: 33px; }
.hero-product-visual { position: relative; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; min-width: 0; min-height: 470px; padding-left: 1rem; }.hero-product-visual::before { content: ""; position: absolute; inset: 5% -8% 12% 12%; border-radius: 50%; background: radial-gradient(circle, rgba(48,168,255,.3), rgba(78,73,255,.12) 42%, transparent 68%); filter: blur(20px); }.hero-device { position: relative; z-index: 1; width: 100%; }.product-proof { position: relative; z-index: 1; align-self: flex-start; margin: 1rem 0 0 1rem; padding: .52rem .7rem; border: 1px solid rgba(91,219,202,.25); border-radius: 99px; color: #9ce8dc; background: rgba(14,77,79,.28); font: 500 .68rem var(--mono); }
.intro-band { position: relative; margin: 1.5rem 0 0; padding: 3.4rem 8%; overflow: hidden; border: 1px solid rgba(151,226,255,.3); border-radius: 1.65rem; text-align: center; background: radial-gradient(circle at 12% 0%, rgba(126,236,255,.2), transparent 20rem), linear-gradient(135deg, rgba(123,218,255,.13), rgba(18,76,132,.18) 48%, rgba(100,91,232,.16)); box-shadow: inset 0 1px 0 rgba(255,255,255,.25), inset 0 -1px 0 rgba(111,198,255,.08), 0 24px 70px rgba(0,0,0,.24); backdrop-filter: blur(28px) saturate(145%); -webkit-backdrop-filter: blur(28px) saturate(145%); }.intro-band::before { content: ""; position: absolute; top: 0; right: 8%; left: 8%; height: 1px; background: linear-gradient(90deg, transparent, rgba(225,251,255,.78), transparent); }.intro-band::after { content: ""; position: absolute; top: -90px; right: -40px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(112,98,255,.2), transparent 68%); pointer-events: none; }.intro-band p { position: relative; z-index: 1; max-width: 870px; margin: 0 auto; color: #e7f4ff; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 600; letter-spacing: -.04em; text-shadow: 0 2px 24px rgba(44,160,255,.15); }
.section { padding: 8rem 0; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }.section-heading .eyebrow { align-self: flex-start; }.section-heading h2, .ecosystem h2, .contact-section h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.07em; }.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.capability-card { min-height: 275px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.45rem; border: 1px solid var(--line); border-radius: 1.25rem; background: var(--glass); backdrop-filter: blur(15px); }.capability-card.featured { background: linear-gradient(160deg, rgba(35,133,241,.38), rgba(10,27,64,.72)); border-color: rgba(89,198,255,.55); }.card-number { color: #79d6ff; font: .78rem var(--mono); }.capability-card h3 { margin-bottom: .7rem; font-size: 1.3rem; letter-spacing: -.04em; }.capability-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }.card-arrow { align-self: end; color: #a4ebff; font-size: 1.15rem; }
.feature-status { display: inline-flex; width: max-content; margin-bottom: .8rem; padding: .28rem .48rem; border: 1px solid rgba(105,219,255,.22); border-radius: 99px; color: #a7e8ff; background: rgba(40,141,210,.12); font: 500 .58rem var(--mono); text-transform: uppercase; letter-spacing: .05em; }.feature-status.pending, .product-status.pending { border-color: rgba(255,190,102,.24); color: #ffd08e; background: rgba(164,93,23,.16); }
.method-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 5rem; border-top: 1px solid var(--line); }.method-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }.method-list li { display: grid; grid-template-columns: 62px 1fr; gap: 1rem; padding: 1.25rem 0; border-top: 1px solid var(--line); }.method-list li:last-child { border-bottom: 1px solid var(--line); }.method-list span { color: var(--aqua); font: .73rem var(--mono); padding-top: .35rem; }.method-list h3 { margin-bottom: .3rem; font-size: 1.26rem; }.method-list p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.office-feature { display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(320px, .86fr); align-items: center; gap: clamp(2.5rem, 6vw, 6.5rem); padding: 8rem 0; }.office-visual { min-width: 0; }.office-device { overflow: hidden; padding: .7rem; border: 1px solid rgba(129,222,255,.38); border-radius: 1.6rem; background: linear-gradient(145deg, rgba(199,248,255,.33), rgba(20,63,112,.55) 14%, rgba(3,16,33,.92) 46%); box-shadow: 0 28px 70px rgba(0,0,0,.32), inset 0 1px 1px rgba(255,255,255,.46); }.office-device-top { display: flex; align-items: center; gap: .35rem; min-height: 28px; padding: 0 .4rem .55rem; color: rgba(218,240,255,.7); font: .58rem var(--mono); letter-spacing: .04em; }.office-device-top span { width: 8px; height: 8px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.18); }.office-device-top p { flex: 1; margin: 0; text-align: center; }.office-device img, .office-gallery-card img { display: block; width: 100%; height: auto; border: 1px solid rgba(166,227,255,.18); border-radius: .95rem; background: #101b2e; }.office-gallery-card { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(160px, .85fr); align-items: center; gap: 1rem; margin: 1rem 0 0; padding: .65rem; border: 1px solid rgba(124,226,255,.18); border-radius: 1rem; background: rgba(6,29,55,.46); }.office-gallery-card figcaption { display: grid; gap: .4rem; padding: .4rem .7rem .4rem 0; }.office-gallery-card strong { color: #ddf6ff; font-size: .88rem; line-height: 1.2; }.office-gallery-card span { color: var(--muted); font-size: .76rem; line-height: 1.45; }.office-caption { margin: .9rem 0 0; color: var(--muted); font: .68rem var(--mono); }.office-copy h2 { max-width: 600px; margin: 0; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1; letter-spacing: -.07em; }.office-copy > p:not(.eyebrow):not(.office-note) { margin: 1.5rem 0 0; color: #b1c5da; }.office-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin: 2rem 0; padding: 0; list-style: none; }.office-benefits li { display: grid; align-content: start; gap: .45rem; min-height: 118px; padding: .95rem; border: 1px solid rgba(153,219,255,.12); border-radius: .9rem; background: rgba(5,28,54,.36); }.office-benefits strong { color: #ddf6ff; font-size: .84rem; line-height: 1.25; }.office-benefits span { color: var(--muted); font-size: .78rem; line-height: 1.45; }.office-note { margin: 1rem 0 0; color: var(--muted); font-size: .72rem; }
.office-statement { max-width: 560px; margin: 1.7rem 0 0; color: #ddf6ff; font-size: 1.08rem; line-height: 1.35; letter-spacing: -.025em; }
.office-note strong { color: #cfe8ff; }
.ecosystem { display: grid; grid-template-columns: 1fr .9fr; gap: 4rem; padding: 6rem; border: 1px solid rgba(95,203,255,.3); border-radius: 2rem; background: radial-gradient(circle at 85% 15%, rgba(93,84,255,.25), transparent 30rem), linear-gradient(145deg, rgba(15,61,113,.8), rgba(5,19,39,.92)); }.ecosystem-copy > p:not(.eyebrow) { max-width: 600px; margin: 1.6rem 0 0; color: #b1c5da; }.product-stack { display: grid; align-content: center; gap: .8rem; }.product-stack > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; column-gap: .9rem; min-height: 88px; padding: .85rem 1rem; border: 1px solid rgba(177,217,255,.16); border-radius: 1rem; background: rgba(2,16,34,.44); }.product-stack strong { font-size: .92rem; }.product-stack small { grid-column: 2; color: var(--muted); font-size: .76rem; }.product-icon { grid-row: span 3; display: grid; place-items: center; width: 38px; height: 38px; border-radius: .75rem; background: linear-gradient(140deg, #16b2ef, #2474ed); font-size: 1.2rem; }.product-status { grid-column: 2; width: max-content; margin-top: .3rem; padding: .22rem .45rem; border: 1px solid rgba(125,222,255,.2); border-radius: 99px; color: #a9e7ff; background: rgba(51,151,210,.12); font: 500 .6rem var(--mono); text-transform: uppercase; letter-spacing: .06em; }.team { background: linear-gradient(140deg, #45d6c5, #21a6bd); }.studio { background: linear-gradient(140deg, #9a74ff, #4654c9); }
.security-section { border-top: 1px solid var(--line); }.security-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }.security-card { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; min-height: 160px; padding: 1.3rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(3,22,43,.58); }.security-card > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: .8rem; color: #b5f3eb; background: linear-gradient(145deg, rgba(30,181,199,.45), rgba(44,90,213,.38)); font-size: 1.15rem; }.security-card h3 { margin-bottom: .45rem; font-size: 1.08rem; }.security-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.apps-section { border-top: 1px solid var(--line); }.app-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }.app-card { display: grid; align-content: start; gap: 1.15rem; min-width: 0; padding: 1.15rem; border: 1px solid var(--line); border-radius: 1.25rem; background: rgba(4,24,47,.62); }.app-card.featured { border-color: rgba(77,202,255,.46); background: linear-gradient(155deg, rgba(35,133,241,.28), rgba(6,24,49,.82)); }.app-card > img { display: block; width: 88px; height: 88px; border-radius: 20px; object-fit: cover; box-shadow: 0 15px 34px rgba(0,0,0,.28); }.app-card h3 { margin: .65rem 0 .45rem; font-size: 1.08rem; letter-spacing: -.035em; }.app-card p { margin: 0; color: var(--muted); font-size: .82rem; }.app-state { display: inline-flex; width: max-content; padding: .25rem .45rem; border: 1px solid rgba(107,221,255,.22); border-radius: 99px; color: #a7eaff; background: rgba(40,141,210,.12); font: 500 .57rem var(--mono); text-transform: uppercase; letter-spacing: .05em; }.app-state.internal { color: #c4bbff; border-color: rgba(160,139,255,.24); background: rgba(94,67,179,.16); }.app-state.pending { color: #ffd08e; border-color: rgba(255,190,102,.24); background: rgba(164,93,23,.16); }
.general-hero { min-height: 720px; }.general-hero h1 { font-size: clamp(3.2rem, 6vw, 5.65rem); }.general-hero .hero-art { min-height: 510px; }
.general-services .section-heading { display: block; max-width: 800px; }.general-services .section-heading .eyebrow { margin-bottom: 1.35rem; }.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }.service-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 350px; padding: 1.5rem; overflow: hidden; border: 1px solid var(--line); border-radius: 1.25rem; background: rgba(4,24,47,.66); }.service-card::after { content: ""; position: absolute; right: -90px; bottom: -100px; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(50,167,255,.18), transparent 68%); pointer-events: none; }.service-card-icon { position: absolute; top: 1.35rem; right: 1.35rem; width: 72px; height: 72px; border-radius: 17px; object-fit: cover; box-shadow: 0 15px 32px rgba(0,0,0,.3); }.service-index { margin-bottom: auto; color: #6ed8ff; font: .72rem var(--mono); }.service-label { display: inline-flex; width: max-content; margin: 3rem 0 .8rem; color: #8ae9dc; font: 500 .64rem var(--mono); text-transform: uppercase; letter-spacing: .07em; }.service-card h3 { margin-bottom: .7rem; font-size: 1.35rem; letter-spacing: -.045em; }.service-card p { margin-bottom: 1.35rem; color: var(--muted); font-size: .9rem; }.service-card .text-link { margin-top: auto; }.service-card-product { border-color: rgba(80,207,255,.48); background: linear-gradient(155deg, rgba(35,133,241,.3), rgba(6,24,49,.84)); }
.general-autonomos { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(2.5rem, 6vw, 6rem); padding: 7rem 6%; border: 1px solid rgba(88,204,255,.32); border-radius: 2rem; background: radial-gradient(circle at 85% 10%, rgba(84,77,255,.24), transparent 28rem), linear-gradient(145deg, rgba(13,58,106,.8), rgba(4,18,37,.94)); }.general-autonomos h2, .general-contact h2 { margin: 0; font-size: clamp(2.4rem, 4.6vw, 4.5rem); line-height: .98; letter-spacing: -.07em; }.general-autonomos-copy > p:not(.eyebrow) { max-width: 520px; margin: 1.4rem 0 1.8rem; color: #aec5db; }.general-autonomos .hero-app-identity { margin: 1.7rem 0; }.general-office-device { min-width: 0; transform: rotate(1.2deg); }
.general-contact { display: grid; justify-items: center; padding: 9rem 8%; text-align: center; }.general-contact .eyebrow { justify-content: center; }.general-contact h2 { max-width: 880px; }.general-contact > p:not(.eyebrow) { max-width: 690px; margin: 1.4rem auto 1.8rem; color: var(--muted); }.general-contact small { margin-top: 1rem; color: var(--muted); font: .65rem var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.general-contact-layout { width: min(100%, 1080px); grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); }.general-contact-aside > img { display: block; width: 88px; height: 88px; margin-bottom: 1.2rem; border-radius: 20px; box-shadow: 0 14px 34px rgba(0,0,0,.3); }.general-contact-aside .eyebrow { justify-content: flex-start; }.general-contact-aside .text-link { align-self: flex-start; margin-top: .8rem; }.general-contact .contact-form a { color: #91dcff; text-decoration: underline; text-underline-offset: 2px; }
.sales-hero { min-height: 720px; }.hero-launch-offer { position: relative; display: grid; grid-template-columns: auto auto auto 32px; align-items: center; width: max-content; max-width: 100%; gap: .8rem; margin-top: 1.4rem; padding: .55rem .6rem .55rem .8rem; overflow: hidden; border: 1px solid rgba(154,242,255,.4); border-radius: 99px; color: #eafaff; background: linear-gradient(115deg, rgba(27,147,184,.24), rgba(72,87,209,.22)); box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 16px 40px rgba(0,41,92,.2); backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%); }.hero-launch-offer::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.08) 48%, transparent 72%); pointer-events: none; }.hero-launch-offer > * { position: relative; z-index: 1; }.hero-launch-offer > span { color: #94e9df; font: 500 .58rem var(--mono); text-transform: uppercase; letter-spacing: .06em; }.hero-launch-offer strong { font-size: .82rem; }.hero-launch-offer small { padding-left: .8rem; border-left: 1px solid rgba(181,228,255,.22); color: #a9c4dc; font-size: .68rem; }.hero-launch-offer i { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #062b40; background: linear-gradient(145deg, #8af0df, #69c4f1); font-style: normal; font-weight: 800; }.hero-launch-offer:hover { border-color: rgba(167,247,255,.72); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 18px 46px rgba(16,106,185,.25); }.sales-proofline { margin: 1.4rem 0 0; color: #8fb6d3; font: 500 .66rem var(--mono); letter-spacing: .04em; }.product-promise { position: relative; z-index: 1; align-self: flex-start; margin: 1rem 0 0 1rem; padding: .52rem .75rem; border: 1px solid rgba(91,219,202,.28); border-radius: 99px; color: #a9f1e5; background: rgba(14,77,79,.3); font: 500 .68rem var(--mono); }.sales-intro { background: linear-gradient(90deg, rgba(22,142,226,.17), rgba(79,91,219,.16)); }
.pain-heading { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; }.pain-heading h2 { max-width: 780px; }.pain-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }.pain-card { min-height: 230px; padding: 1.45rem; border: 1px solid rgba(177,217,255,.16); border-radius: 1.2rem; background: linear-gradient(145deg, rgba(7,32,59,.72), rgba(4,18,36,.7)); }.pain-card > span { display: block; margin-bottom: 2.2rem; color: #6ed8ff; font: .68rem var(--mono); }.pain-card h3 { max-width: 460px; margin-bottom: .75rem; font-size: 1.28rem; line-height: 1.18; letter-spacing: -.04em; }.pain-card p { max-width: 520px; margin: 0; color: var(--muted); font-size: .88rem; }
.benefit-section { border-top: 1px solid var(--line); }.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }.benefit-card { display: grid; grid-template-columns: 44px 1fr; align-content: start; gap: 1rem; min-height: 225px; padding: 1.35rem; border: 1px solid var(--line); border-radius: 1.2rem; background: rgba(4,24,47,.62); }.benefit-card.featured { border-color: rgba(77,202,255,.4); background: linear-gradient(155deg, rgba(31,123,220,.26), rgba(6,24,49,.78)); }.benefit-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: .85rem; color: #eaffff; background: linear-gradient(145deg, rgba(30,181,199,.75), rgba(44,90,213,.72)); font-weight: 800; }.benefit-card h3 { margin: .35rem 0 .55rem; font-size: 1.16rem; letter-spacing: -.04em; }.benefit-card p { margin: 0; color: var(--muted); font-size: .84rem; }.sales-method { border-top: 1px solid var(--line); }.sales-method .section-heading { display: block; }.sales-method .section-heading h2 { max-width: 480px; }
.sales-product { border-top: 1px solid var(--line); }.sales-product-copy > p:not(.eyebrow) { font-size: 1rem; }.sales-benefits { display: grid; gap: .8rem; margin: 2rem 0; padding: 0; list-style: none; }.sales-benefits li { display: grid; grid-template-columns: 26px 1fr; gap: .8rem; padding: .9rem 0; border-top: 1px solid var(--line); }.sales-benefits li:last-child { border-bottom: 1px solid var(--line); }.sales-benefits li > span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #062338; background: #72e3d3; font-size: .72rem; font-weight: 800; }.sales-benefits strong { color: #e1f3ff; font-size: .92rem; }.sales-benefits p { margin: .25rem 0 0; color: var(--muted); font-size: .8rem; }
.trust-section { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(2.5rem, 6vw, 6rem); padding: 7rem 5%; border: 1px solid rgba(91,211,255,.28); border-radius: 2rem; background: radial-gradient(circle at 85% 15%, rgba(71,83,221,.22), transparent 26rem), linear-gradient(145deg, rgba(11,51,91,.8), rgba(4,18,36,.94)); }.trust-copy h2 { max-width: 560px; margin: 0; font-size: clamp(2.35rem, 4vw, 3.9rem); line-height: 1; letter-spacing: -.065em; }.trust-copy > p:not(.eyebrow) { max-width: 540px; margin: 1.4rem 0 1.8rem; color: #afc5da; }.trust-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }.trust-grid article { display: grid; grid-template-columns: 38px 1fr; gap: .8rem; min-height: 160px; padding: 1.1rem; border: 1px solid rgba(177,217,255,.15); border-radius: 1rem; background: rgba(2,18,37,.46); }.trust-grid article > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: .75rem; color: #c5fff7; background: linear-gradient(145deg, rgba(37,181,190,.52), rgba(49,91,202,.5)); }.trust-grid h3 { margin: .25rem 0 .45rem; font-size: .98rem; letter-spacing: -.03em; }.trust-grid p { margin: 0; color: var(--muted); font-size: .78rem; }
.purchase-section { border-top: 1px solid var(--line); }.purchase-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); align-items: end; gap: clamp(2rem, 6vw, 6rem); margin-bottom: 2.5rem; }.purchase-heading h2 { max-width: 700px; margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: .96; letter-spacing: -.075em; }.purchase-heading > p { max-width: 490px; margin: 0 0 .45rem; color: #adc4da; font-size: 1rem; }.plan-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }.plan-card { position: relative; display: flex; flex-direction: column; min-height: 720px; padding: clamp(1.5rem, 3vw, 2.2rem); overflow: hidden; border: 1px solid rgba(167,218,255,.2); border-radius: 1.65rem; background: linear-gradient(145deg, rgba(13,46,79,.72), rgba(3,18,37,.9)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }.plan-card::after { content: ""; position: absolute; right: -110px; bottom: -130px; width: 310px; height: 310px; border-radius: 50%; background: radial-gradient(circle, rgba(50,167,255,.2), transparent 67%); pointer-events: none; }.plan-card-featured { border-color: rgba(90,211,255,.55); background: radial-gradient(circle at 90% 10%, rgba(92,78,255,.32), transparent 22rem), linear-gradient(145deg, rgba(19,87,145,.86), rgba(5,24,51,.96)); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 24px 70px rgba(13,90,169,.18); }.plan-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }.plan-label, .plan-recommended { display: inline-flex; width: max-content; padding: .4rem .65rem; border: 1px solid rgba(121,221,255,.28); border-radius: 99px; color: #a9ebff; background: rgba(31,133,193,.15); font: 500 .64rem var(--mono); text-transform: uppercase; letter-spacing: .07em; }.plan-recommended { color: #072943; border-color: rgba(159,255,236,.7); background: #7ce5d6; font-weight: 700; }.plan-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(130,223,255,.22); border-radius: 50%; color: #9cecff; background: rgba(31,122,187,.18); }.plan-card h3 { position: relative; z-index: 1; max-width: 430px; margin: 3rem 0 .9rem; font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: 1; letter-spacing: -.06em; }.plan-intro { position: relative; z-index: 1; max-width: 470px; min-height: 72px; color: #abc3d9; }.plan-price { position: relative; z-index: 1; display: flex; align-items: baseline; gap: .55rem; margin: 1.1rem 0 .7rem; }.plan-price strong { color: #f1f8ff; font-size: clamp(3rem, 6vw, 5rem); line-height: .9; letter-spacing: -.08em; }.plan-price span { color: #a9c4dc; font-size: .86rem; font-weight: 700; }.plan-trial { position: relative; z-index: 1; display: grid; gap: .16rem; min-height: 48px; margin: 0; }.plan-trial strong { color: #8ceadd; font-size: .82rem; }.plan-trial span { color: #8fa9c1; font-size: .7rem; }.annual-domain-bonus { position: relative; z-index: 1; display: grid; grid-template-columns: 52px 1fr; gap: .9rem; margin: 1.25rem 0 0; padding: 1rem; border: 1px solid rgba(154,255,230,.38); border-radius: 1rem; background: linear-gradient(135deg, rgba(62,190,174,.22), rgba(31,104,183,.25)); box-shadow: inset 0 1px 0 rgba(255,255,255,.16); }.domain-bonus-icon { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(182,255,240,.35); border-radius: .85rem; color: #06283b; background: linear-gradient(145deg, #8cf1df, #61bde8); font: 800 .64rem var(--mono); text-transform: uppercase; box-shadow: 0 10px 24px rgba(19,135,172,.24); }.annual-domain-bonus > div { display: grid; gap: .25rem; }.domain-bonus-label { color: #9ff5e7; font: 500 .59rem var(--mono); text-transform: uppercase; letter-spacing: .06em; }.annual-domain-bonus strong { color: #efffff; font-size: .88rem; line-height: 1.25; }.annual-domain-bonus small { color: #a8c8d8; font-size: .67rem; line-height: 1.4; }.plan-benefits { position: relative; z-index: 1; display: grid; gap: .75rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; color: #d7eaf7; font-size: .86rem; }.plan-benefits li { display: grid; grid-template-columns: 22px 1fr; gap: .65rem; align-items: center; }.plan-benefits li span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #062338; background: #72e3d3; font-size: .62rem; font-weight: 800; }.plan-card .button { position: relative; z-index: 1; align-self: flex-start; margin-top: auto; }.launch-offer { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); margin-top: 1rem; padding: clamp(1.6rem, 4vw, 3rem); overflow: hidden; border: 1px solid rgba(162,238,255,.42); border-radius: 1.65rem; background: radial-gradient(circle at 85% 20%, rgba(109,81,255,.38), transparent 23rem), linear-gradient(135deg, rgba(17,109,155,.78), rgba(7,27,58,.94)); box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 24px 70px rgba(0,0,0,.2); backdrop-filter: blur(26px) saturate(145%); -webkit-backdrop-filter: blur(26px) saturate(145%); }.launch-offer::before { content: ""; position: absolute; top: 0; right: 8%; left: 8%; height: 1px; background: linear-gradient(90deg, transparent, rgba(227,253,255,.85), transparent); }.launch-offer-copy, .launch-offer-action { position: relative; z-index: 1; }.launch-badge { display: inline-flex; align-items: center; gap: .45rem; width: max-content; margin-bottom: 1.4rem; padding: .42rem .7rem; border: 1px solid rgba(164,255,235,.42); border-radius: 99px; color: #bcfff4; background: rgba(39,152,149,.2); font: 500 .63rem var(--mono); text-transform: uppercase; letter-spacing: .07em; }.launch-offer h3 { max-width: 680px; margin: 0 0 .75rem; font-size: clamp(2rem, 4vw, 3.55rem); line-height: .98; letter-spacing: -.065em; }.launch-offer-copy p { max-width: 650px; margin: 0; color: #b6cfe2; }.launch-offer-action { display: grid; justify-items: start; gap: .75rem; }.launch-offer-action small { max-width: 350px; color: #9db6cc; font-size: .72rem; }.purchase-path { display: grid; grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 5vw, 5rem); margin-top: 1rem; padding: clamp(1.6rem, 4vw, 3rem); border: 1px solid rgba(158,224,255,.23); border-radius: 1.65rem; background: rgba(5,28,54,.62); backdrop-filter: blur(22px) saturate(135%); -webkit-backdrop-filter: blur(22px) saturate(135%); }.purchase-path-index { display: block; margin-bottom: 2.4rem; color: #72dff1; font: .66rem var(--mono); letter-spacing: .08em; }.purchase-path h3 { margin-bottom: .8rem; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1; letter-spacing: -.055em; }.purchase-path-heading p { margin: 0; color: var(--muted); font-size: .88rem; }.purchase-path ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }.purchase-path li { display: grid; grid-template-columns: 48px 1fr; gap: .85rem; padding: 1rem 0; border-top: 1px solid var(--line); }.purchase-path li:last-child { border-bottom: 1px solid var(--line); }.purchase-path li > span { padding-top: .25rem; color: var(--aqua); font: .68rem var(--mono); }.purchase-path strong { color: #e0f1ff; font-size: .94rem; }.purchase-path li p { margin: .2rem 0 0; color: var(--muted); font-size: .79rem; }.purchase-assurance { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 1rem; overflow: hidden; border: 1px solid rgba(157,220,255,.2); border-radius: 1.2rem; background: rgba(157,220,255,.2); }.purchase-assurance > span { display: grid; gap: .2rem; min-height: 104px; padding: 1.25rem; background: rgba(3,19,39,.92); }.purchase-assurance strong { color: #dbf1ff; font-size: .86rem; }.purchase-assurance small { color: var(--muted); font-size: .72rem; }
.conversion-band { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 4rem; border: 1px solid rgba(86,207,255,.34); border-radius: 1.7rem; background: radial-gradient(circle at 85% 20%, rgba(95,74,255,.3), transparent 24rem), linear-gradient(145deg, rgba(15,67,118,.88), rgba(5,21,43,.94)); }.conversion-band h2 { max-width: 750px; margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.065em; }.conversion-band .button { flex: 0 0 auto; }
.sales-contact > p:not(.eyebrow) { margin-bottom: 0; }.sales-contact-layout { grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr); }.sales-contact-aside > img { display: block; width: 88px; height: 88px; margin-bottom: 1rem; border-radius: 20px; box-shadow: 0 14px 34px rgba(0,0,0,.3); }.sales-contact-aside .text-link { margin-top: 1rem; }
.policy-hero { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 5rem; min-height: 620px; padding: 6rem 0; }.policy-hero h1 { max-width: 800px; }.policy-hero > div:first-child > p:not(.eyebrow):not(.policy-date) { max-width: 680px; color: #a8bfd5; font-size: 1.08rem; }.policy-date { margin: 2rem 0 0; color: #78dcca; font: 500 .67rem var(--mono); text-transform: uppercase; letter-spacing: .07em; }.policy-symbol { position: relative; display: grid; place-items: center; min-height: 380px; overflow: hidden; border: 1px solid rgba(104,211,255,.28); border-radius: 2rem; background: radial-gradient(circle, rgba(48,179,216,.26), rgba(39,73,178,.13) 42%, rgba(4,20,39,.4) 70%); }.policy-symbol::before, .policy-symbol::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(119,229,255,.22); border-radius: 50%; }.policy-symbol::after { width: 330px; height: 330px; border-style: dashed; }.policy-shield { position: absolute; color: rgba(174,248,255,.24); font-size: 15rem; line-height: 1; text-shadow: 0 0 36px rgba(57,200,255,.35); }.policy-symbol strong { position: relative; z-index: 1; color: #eaffff; font-size: 1.5rem; line-height: 1.1; text-align: center; letter-spacing: -.04em; }.policy-intro { max-width: 930px; margin: 0 auto; padding: 5rem 6%; border: 1px solid var(--line); border-radius: 1.5rem; text-align: center; background: linear-gradient(145deg, rgba(15,65,111,.55), rgba(6,24,48,.72)); }.policy-intro .eyebrow { justify-content: center; }.policy-intro h2, .policy-heading h2, .policy-contact h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.065em; }.policy-intro > p:not(.eyebrow) { max-width: 720px; margin: 1.3rem auto 0; color: #adc3d7; }.policy-section { padding: 8rem 0; border-top: 1px solid var(--line); }.policy-intro + .policy-section { margin-top: 7rem; }.policy-heading { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: 3rem; margin-bottom: 3rem; }.policy-heading h2 { max-width: 760px; }.policy-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; }.policy-card-grid article { min-height: 250px; padding: 1.3rem; border: 1px solid var(--line); border-radius: 1.1rem; background: rgba(4,24,47,.62); }.policy-card-grid article > span { display: block; margin-bottom: 3rem; color: #73dff4; font: .68rem var(--mono); }.policy-card-grid h3 { margin-bottom: .65rem; font-size: 1.08rem; letter-spacing: -.035em; }.policy-card-grid p, .policy-list p { margin: 0; color: var(--muted); font-size: .82rem; }.policy-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }.policy-list article { min-height: 170px; padding: 1.35rem; border-left: 2px solid #50d2d0; background: linear-gradient(90deg, rgba(26,124,162,.13), rgba(4,24,47,.36)); }.policy-list h3 { margin-bottom: .55rem; font-size: 1.08rem; }.policy-statement { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }.policy-statement p { min-height: 180px; margin: 0; padding: 1.4rem; border: 1px solid var(--line); border-radius: 1.1rem; color: #b5cade; background: rgba(4,24,47,.52); }.response-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; margin: 0; padding: 0; list-style: none; }.response-steps li { min-height: 220px; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(3,20,40,.62); }.response-steps li > span { display: block; margin-bottom: 2.4rem; color: #74e1d5; font: .68rem var(--mono); }.response-steps h3 { margin-bottom: .55rem; font-size: 1rem; }.response-steps p { margin: 0; color: var(--muted); font-size: .8rem; }.policy-contact { display: grid; justify-items: center; padding: 8rem 7%; border: 1px solid rgba(89,204,255,.3); border-radius: 2rem; text-align: center; background: radial-gradient(circle at 50% 0%, rgba(47,153,221,.22), transparent 25rem), rgba(5,24,47,.65); }.policy-contact .eyebrow { justify-content: center; }.policy-contact h2 { max-width: 750px; }.policy-contact > p:not(.eyebrow) { max-width: 680px; margin: 1.3rem 0 1.8rem; color: var(--muted); }
.core-brand-icon { position: absolute; z-index: 1; display: block; width: 142px; height: 142px; border: 1px solid rgba(201,248,255,.45); border-radius: 34px; object-fit: cover; box-shadow: 0 0 34px rgba(52,192,255,.42), inset 0 1px 0 rgba(255,255,255,.35); }.brand-proofline { margin: 1.4rem 0 0; color: #8eb5d2; font: 500 .67rem var(--mono); letter-spacing: .055em; }.audience-section { border-bottom: 1px solid var(--line); }.audience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }.audience-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 430px; padding: 1.7rem; overflow: hidden; border: 1px solid var(--line); border-radius: 1.5rem; background: rgba(4,24,47,.64); }.audience-card::after { content: ""; position: absolute; right: -100px; bottom: -120px; width: 310px; height: 310px; border-radius: 50%; background: radial-gradient(circle, rgba(65,181,238,.19), transparent 68%); pointer-events: none; }.audience-card.autonomous-card { border-color: rgba(76,204,255,.46); background: radial-gradient(circle at 90% 10%, rgba(67,77,218,.28), transparent 20rem), linear-gradient(145deg, rgba(16,75,131,.74), rgba(5,22,44,.92)); }.audience-top { display: flex; align-items: center; justify-content: space-between; width: 100%; }.audience-number { color: #72dcf1; font: .72rem var(--mono); }.audience-label { display: inline-block; margin: 3.2rem 0 .8rem; color: #7fe2d6; font: 500 .65rem var(--mono); text-transform: uppercase; letter-spacing: .07em; }.audience-top .audience-label { margin: 0; }.audience-top img { display: block; width: 60px; height: 60px; border-radius: 14px; box-shadow: 0 14px 30px rgba(0,0,0,.32); }.audience-card h3 { max-width: 520px; margin: 0 0 .8rem; font-size: clamp(2rem, 3vw, 3.25rem); line-height: 1; letter-spacing: -.065em; }.audience-card > p { max-width: 560px; color: #a9c0d4; }.audience-card ul { display: grid; gap: .45rem; margin: 1.2rem 0 1.8rem; padding: 0; color: #c7def0; list-style: none; font-size: .82rem; }.audience-card li::before { content: "→"; margin-right: .55rem; color: #75e1d3; }.audience-card .button { margin-top: auto; }
.home-products { margin: 2rem 0 8rem; padding: 6rem 5%; border: 1px solid rgba(82,202,255,.28); border-radius: 2rem; background: radial-gradient(circle at 85% 8%, rgba(85,73,226,.23), transparent 28rem), linear-gradient(145deg, rgba(11,52,94,.84), rgba(4,18,37,.96)); }.home-products-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }.home-products-heading h2 { max-width: 770px; margin: 0; font-size: clamp(2.4rem, 4.5vw, 4.6rem); line-height: .98; letter-spacing: -.07em; }.featured-product { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: center; gap: 3rem; padding: 2.2rem; border: 1px solid rgba(120,221,255,.27); border-radius: 1.5rem; background: rgba(2,17,36,.55); }.product-brandline { display: flex; align-items: center; gap: .9rem; }.product-brandline img { display: block; width: 64px; height: 64px; border-radius: 15px; box-shadow: 0 14px 34px rgba(0,0,0,.32); }.product-brandline div { display: grid; gap: .2rem; }.product-brandline span { color: #75dfd5; font: 500 .62rem var(--mono); text-transform: uppercase; letter-spacing: .06em; }.product-brandline strong { font-size: 1rem; }.featured-product h3 { margin: 1.6rem 0 .8rem; font-size: clamp(2rem, 3.6vw, 3.6rem); line-height: .98; letter-spacing: -.065em; }.featured-product-copy > p { color: #a9bfd3; }.featured-product-copy .button { margin-top: .8rem; }.featured-product-visual { min-width: 0; transform: rotate(.6deg); }.product-preview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; margin-top: .9rem; }.product-preview-grid article { display: grid; grid-template-columns: 64px 1fr; gap: .9rem; min-height: 170px; padding: 1.1rem; border: 1px solid rgba(177,217,255,.14); border-radius: 1rem; background: rgba(2,17,36,.42); }.product-preview-grid img { display: block; width: 64px; height: 64px; border-radius: 15px; box-shadow: 0 12px 28px rgba(0,0,0,.28); }.product-preview-grid span { color: #79d9ef; font: 500 .58rem var(--mono); text-transform: uppercase; letter-spacing: .05em; }.product-preview-grid h3 { margin: .35rem 0 .4rem; font-size: 1rem; }.product-preview-grid p { margin: 0; color: var(--muted); font-size: .76rem; }.brand-method { border-top: 1px solid var(--line); }.home-security { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); align-items: center; gap: clamp(2.5rem, 7vw, 7rem); padding: 6rem 7%; border: 1px solid rgba(90,207,255,.27); border-radius: 2rem; background: radial-gradient(circle at 15% 50%, rgba(43,164,203,.2), transparent 22rem), rgba(4,22,43,.72); }.home-security-symbol { position: relative; display: grid; place-items: center; align-content: center; gap: 1rem; min-height: 300px; border: 1px solid rgba(112,219,255,.2); border-radius: 50%; background: radial-gradient(circle, rgba(49,167,214,.25), transparent 66%); }.home-security-symbol img { position: relative; z-index: 1; display: block; width: min(58%, 220px); height: auto; border-radius: 22%; box-shadow: 0 18px 55px rgba(14,109,255,.32), 0 0 38px rgba(65,202,255,.22); }.home-security-symbol strong { position: relative; z-index: 1; color: #e7fbff; font-size: .84rem; line-height: 1.12; text-align: center; letter-spacing: -.02em; }.home-security-copy h2 { max-width: 670px; margin: 0; font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1; letter-spacing: -.065em; }.home-security-copy > p:not(.eyebrow) { max-width: 650px; margin: 1.4rem 0 1.8rem; color: #aac1d5; }.general-contact-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1.2rem; }
.products-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); align-items: center; gap: 4rem; min-height: 720px; padding: 5rem 0 6rem; }.products-hero-copy h1 { max-width: 790px; }.products-hero-copy > p:not(.eyebrow) { max-width: 670px; color: #a9c0d5; font-size: 1.08rem; }.ecosystem-stage { position: relative; min-height: 520px; border: 1px solid rgba(95,209,255,.26); border-radius: 2rem; background: radial-gradient(circle at 50% 50%, rgba(38,166,212,.27), rgba(47,67,178,.12) 42%, transparent 70%); }.ecosystem-stage::before, .ecosystem-stage::after { content: ""; position: absolute; inset: 17%; border: 1px solid rgba(118,224,255,.23); border-radius: 50%; }.ecosystem-stage::after { inset: 7%; border-style: dashed; }.ecosystem-center { position: absolute; z-index: 2; inset: 50% auto auto 50%; display: grid; justify-items: center; gap: .7rem; transform: translate(-50%, -50%); }.ecosystem-center img { display: block; width: 112px; height: 112px; border-radius: 27px; box-shadow: 0 0 54px rgba(51,178,255,.42); }.ecosystem-center span { color: #d9f5ff; font-size: .8rem; font-weight: 800; line-height: 1.2; text-align: center; }.ecosystem-product { position: absolute; z-index: 3; display: grid; justify-items: center; gap: .35rem; }.ecosystem-product img { display: block; width: 72px; height: 72px; border-radius: 17px; box-shadow: 0 15px 34px rgba(0,0,0,.35); }.ecosystem-product strong { color: #bfe6f7; font-size: .65rem; }.ecosystem-office { top: 8%; left: 13%; }.ecosystem-team { top: 12%; right: 11%; }.ecosystem-workspace { right: 8%; bottom: 9%; }.ecosystem-mail { bottom: 8%; left: 12%; }.products-intro { margin-bottom: 1rem; }.product-catalog { border-bottom: 1px solid var(--line); }.catalog-featured { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); align-items: center; gap: 3.5rem; padding: 3rem; border: 1px solid rgba(83,204,255,.36); border-radius: 1.7rem; background: radial-gradient(circle at 90% 8%, rgba(82,75,224,.23), transparent 23rem), linear-gradient(145deg, rgba(14,62,109,.82), rgba(4,20,41,.94)); }.catalog-featured-copy .product-brandline img { width: 72px; height: 72px; border-radius: 17px; }.catalog-featured h3 { margin: 1.7rem 0 .9rem; font-size: clamp(2.3rem, 4.2vw, 4.3rem); line-height: .98; letter-spacing: -.07em; }.catalog-featured-copy > p { color: #adc3d7; }.catalog-points { display: grid; gap: .55rem; margin: 1.6rem 0 2rem; padding: 0; color: #cce2f0; list-style: none; font-size: .82rem; }.catalog-points li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: .55rem; border-radius: 50%; color: #062338; background: #70e1d1; font-size: .65rem; font-weight: 800; }.catalog-featured-visual { min-width: 0; }.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; margin-top: 1rem; }.catalog-grid article { display: flex; flex-direction: column; align-items: flex-start; min-height: 410px; padding: 1.35rem; border: 1px solid var(--line); border-radius: 1.25rem; background: rgba(4,24,47,.62); }.catalog-grid img { display: block; width: 92px; height: 92px; margin-bottom: 2.3rem; border-radius: 22px; box-shadow: 0 16px 36px rgba(0,0,0,.3); }.catalog-grid article > span { color: #74d9eb; font: 500 .61rem var(--mono); text-transform: uppercase; letter-spacing: .06em; }.catalog-grid h3 { margin: .5rem 0 .2rem; font-size: 1.2rem; letter-spacing: -.035em; }.catalog-grid h4 { margin: 0 0 .75rem; color: #d9ecf9; font-size: 1.05rem; letter-spacing: -.035em; }.catalog-grid p { color: var(--muted); font-size: .83rem; }.catalog-grid .text-link { margin-top: auto; }.product-principles { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 4.5rem; padding: 8rem 0; border-bottom: 1px solid var(--line); }.product-principles-copy h2 { margin: 0; font-size: clamp(2.4rem, 4.4vw, 4.3rem); line-height: 1; letter-spacing: -.07em; }.product-principles-copy > p:not(.eyebrow) { margin: 1.4rem 0 0; color: #a9c0d4; }.product-principles-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }.product-principles-grid article { min-height: 190px; padding: 1.15rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(4,24,47,.52); }.product-principles-grid span { display: block; margin-bottom: 2rem; color: #73deda; font: .66rem var(--mono); }.product-principles-grid h3 { margin-bottom: .5rem; font-size: 1rem; }.product-principles-grid p { margin: 0; color: var(--muted); font-size: .78rem; }
.contact-section { padding: 9rem 8% 7rem; text-align: center; }.contact-section .eyebrow { justify-content: center; }.contact-section h2 { max-width: 800px; margin: 0 auto 1rem; }.contact-section > p:not(.eyebrow) { color: var(--muted); }.text-link { align-self: center; color: #96dbff; font-weight: 700; font-size: .92rem; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(240px, .7fr); gap: 1rem; max-width: 970px; margin: 2.5rem auto 0; text-align: left; }.contact-form, .contact-aside { padding: 1.45rem; border: 1px solid var(--line); border-radius: 1.25rem; background: rgba(3,16,33,.6); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }.contact-form label { display: grid; gap: .45rem; margin-bottom: .9rem; color: #c7d9ef; font-size: .78rem; font-weight: 700; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(164,211,255,.2); border-radius: .7rem; padding: .75rem .8rem; color: white; background: rgba(1,10,22,.58); font: .9rem var(--font); }.contact-form textarea { resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid #3fb9ff; outline-offset: 2px; }.consent { grid-template-columns: 17px 1fr; align-items: start; }.consent input { margin-top: .15rem; }.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }.form-submit p { margin: 0; color: var(--muted); font-size: .76rem; }.honeypot { position: absolute !important; left: -9999px; opacity: 0; }.contact-aside { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }.contact-aside .eyebrow { justify-content: flex-start; }.contact-aside h3 { margin: .2rem 0 .65rem; font-size: 1.35rem; letter-spacing: -.05em; }.contact-aside p:not(.eyebrow) { color: var(--muted); font-size: .9rem; }.contact-aside .button { margin: 1.1rem 0 .8rem; }
.contact-chat { width: min(570px, calc(100% - 2rem)); max-height: min(700px, calc(100% - 2rem)); padding: 0; color: var(--ink); border: 1px solid rgba(133,218,255,.42); border-radius: 1.4rem; background: #071b34; box-shadow: 0 22px 90px rgba(0,0,0,.6); }.contact-chat::backdrop { background: rgba(0,9,21,.72); backdrop-filter: blur(8px); }.chat-top { display: flex; align-items: start; justify-content: space-between; padding: 1.25rem 1.3rem; border-bottom: 1px solid var(--line); }.chat-top .eyebrow { margin-bottom: .45rem; }.chat-top h2 { margin: 0; font-size: 1.25rem; }.icon-button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: .65rem; color: white; background: rgba(255,255,255,.06); font-size: 1.4rem; cursor: pointer; }.chat-messages { display: grid; gap: .75rem; min-height: 150px; max-height: 300px; overflow-y: auto; padding: 1.25rem 1.3rem .5rem; }.chat-bubble { max-width: 85%; margin: 0; padding: .8rem .9rem; border-radius: .9rem .9rem .9rem .2rem; color: #e5f4ff; background: rgba(55,123,186,.26); font-size: .9rem; }.chat-bubble.visitor { justify-self: end; border-radius: .9rem .9rem .2rem .9rem; background: linear-gradient(135deg, #277ee9, #4357d2); }.chat-options { display: flex; flex-wrap: wrap; gap: .55rem; padding: 1rem 1.3rem; }.chat-options button { padding: .7rem .8rem; border: 1px solid rgba(134,214,255,.38); border-radius: .65rem; color: #ccefff; background: rgba(20,107,181,.2); font: .8rem var(--font); cursor: pointer; }.chat-options button:hover { background: rgba(29,144,221,.38); }.chat-note { margin: 0; padding: 0 1.3rem 1.3rem; color: var(--muted); font-size: .72rem; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 124px; padding: 1.25rem 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }.footer-brand, .footer-meta { display: grid; gap: .55rem; }.footer-brand p, .footer-meta p { margin: 0; }.footer-meta { justify-items: end; max-width: 430px; text-align: right; }.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; color: #b9d7f1; font-weight: 700; }.footer-links a:hover { color: white; }
@media (max-width: 860px) { .site-header { height: 76px; }.menu-toggle { display: inline-flex; }.primary-nav { position: absolute; z-index: 8; top: calc(100% + .65rem); right: 0; left: 0; display: grid; gap: .2rem; padding: .75rem; border: 1px solid rgba(125,213,255,.28); border-radius: 1rem; background: rgba(3,16,33,.98); box-shadow: 0 18px 50px rgba(0,0,0,.45); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }.primary-nav[data-open] { opacity: 1; visibility: visible; transform: translateY(0); }.primary-nav a { padding: .8rem .9rem; border-radius: .65rem; }.primary-nav a:hover { background: rgba(255,255,255,.06); }.primary-nav .nav-contact { margin-top: .25rem; text-align: center; }.hero, .method-section, .office-feature, .ecosystem, .contact-layout, .general-autonomos { grid-template-columns: 1fr; }.hero { min-height: auto; padding: 4rem 0; }.hero-art, .general-hero .hero-art { min-height: 350px; }.section, .office-feature { padding: 5rem 0; }.section-heading { display: block; }.section-heading .eyebrow { margin-bottom: 1.3rem; }.capability-grid { grid-template-columns: 1fr; }.capability-card { min-height: 190px; }.method-section { gap: 2rem; }.office-feature { gap: 2.5rem; }.office-gallery-card { grid-template-columns: 1fr; }.office-gallery-card figcaption { padding: .15rem .35rem .4rem; }.office-benefits { grid-template-columns: 1fr; }.office-benefits li { min-height: 0; }.ecosystem { gap: 3rem; padding: 2rem; }.contact-section { padding-inline: 0; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 300px; }.general-autonomos { padding: 3rem 1.5rem; }.general-office-device { transform: none; } }
@media (max-width: 860px) { .hero-product-visual { min-height: 0; padding: 1rem 0 0; }.product-proof { margin-left: 0; }.security-grid { grid-template-columns: 1fr; } }
@media (max-width: 980px) { .app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { footer { flex-direction: column; align-items: flex-start; }.footer-meta { justify-items: start; text-align: left; }.footer-links { justify-content: flex-start; } }
@media (max-width: 520px) { .site-header, main, footer { width: min(100% - 2rem, 1180px); }.hero { gap: 2rem; } h1 { font-size: 3rem; }.hero-art { min-height: 300px; border-radius: 1.3rem; }.core { transform: scale(.82); }.intro-band { padding-inline: 1rem; }.section-heading h2, .office-copy h2, .ecosystem h2, .contact-section h2 { font-size: 2.25rem; }.office-benefits li { grid-template-columns: 1fr; gap: .35rem; }.form-row { grid-template-columns: 1fr; }.form-submit { align-items: flex-start; flex-direction: column; } footer { justify-content: center; padding: 1.4rem 0; } }
@media (max-width: 520px) { .brand-copy small { display: none; }.hero-device { border-radius: 1.1rem; }.product-proof { font-size: .6rem; }.security-card { grid-template-columns: 38px 1fr; padding: 1rem; }.security-card > span { width: 36px; height: 36px; } }
@media (max-width: 520px) { .hero-app-identity { align-items: flex-start; }.hero-app-identity span { line-height: 1.45; }.app-grid { grid-template-columns: 1fr; }.app-card { grid-template-columns: 72px 1fr; }.app-card > img { width: 72px; height: 72px; border-radius: 17px; } }
@media (max-width: 860px) { .sales-hero { min-height: auto; }.pain-heading, .purchase-heading, .launch-offer, .purchase-path { grid-template-columns: 1fr; }.pain-heading h2 { max-width: 680px; }.purchase-heading > p { max-width: 680px; }.benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.conversion-band { align-items: flex-start; flex-direction: column; padding: 2.5rem; }.sales-contact-layout { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .pain-grid, .benefit-grid, .plan-grid, .purchase-assurance { grid-template-columns: 1fr; }.pain-card, .benefit-card, .plan-card { min-height: 0; }.plan-card { padding: 1.35rem; }.plan-card h3 { margin-top: 2.4rem; }.plan-intro { min-height: 0; }.plan-price strong { font-size: 3.7rem; }.plan-card .button, .launch-offer .button { width: 100%; }.launch-offer, .purchase-path { padding: 1.35rem; }.launch-offer h3 { font-size: 2.2rem; }.purchase-path-index { margin-bottom: 1.5rem; }.purchase-assurance { gap: 1px; }.purchase-assurance > span { min-height: 0; }.conversion-band { padding: 2rem 1.35rem; }.sales-proofline { line-height: 1.7; }.product-promise { margin-left: 0; } }

/* Alineación editorial consistente: etiqueta y título comparten el mismo eje de lectura. */
.section-heading,
.pain-heading,
.policy-heading {
  display: block;
  max-width: 820px;
  margin-bottom: 2.5rem;
}

.section-heading .eyebrow,
.pain-heading .eyebrow,
.policy-heading .eyebrow {
  margin-bottom: 1.35rem;
}

.section-heading h2,
.pain-heading h2,
.policy-heading h2 {
  max-width: 780px;
}

.contact-form [data-state="sending"] {
  opacity: .72;
  cursor: progress;
}

.form-submit p[data-state="success"] { color: #8ff0d8; }
.form-submit p[data-state="error"] { color: #ffc79c; }
@media (max-width: 520px) { .sales-hero h1 { font-size: 3rem; }.hero-launch-offer { grid-template-columns: 1fr 32px; width: 100%; border-radius: 1rem; padding: .8rem; }.hero-launch-offer > span, .hero-launch-offer strong, .hero-launch-offer small { grid-column: 1; }.hero-launch-offer strong { font-size: .95rem; }.hero-launch-offer small { padding-left: 0; border-left: 0; }.hero-launch-offer i { grid-column: 2; grid-row: 1 / span 3; }.sales-contact { padding-top: 6rem; }.sales-contact-aside > img { width: 72px; height: 72px; border-radius: 17px; } }
@media (max-width: 980px) { .policy-card-grid, .response-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 860px) { .trust-section, .policy-hero, .policy-heading { grid-template-columns: 1fr; }.trust-section { padding: 3rem 1.5rem; }.policy-hero { gap: 2.5rem; min-height: auto; padding: 4rem 0; }.policy-symbol { min-height: 330px; }.policy-heading { gap: 1rem; }.policy-section { padding: 6rem 0; } }
@media (max-width: 620px) { .trust-grid, .policy-card-grid, .policy-list, .policy-statement, .response-steps { grid-template-columns: 1fr; }.trust-grid article, .policy-card-grid article, .policy-list article, .policy-statement p, .response-steps li { min-height: 0; }.policy-card-grid article > span, .response-steps li > span { margin-bottom: 1.8rem; }.policy-intro { padding: 3rem 1.3rem; }.policy-intro + .policy-section { margin-top: 5rem; }.policy-symbol { min-height: 280px; }.policy-symbol::before { width: 210px; height: 210px; }.policy-symbol::after { width: 260px; height: 260px; }.policy-shield { font-size: 11rem; }.policy-contact { padding: 5rem 1.3rem; } }
@media (max-width: 980px) { .product-preview-grid, .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.products-hero { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 2.5rem; } }
@media (max-width: 860px) { .audience-grid, .featured-product, .products-hero, .catalog-featured, .product-principles, .home-security { grid-template-columns: 1fr; }.home-products-heading { align-items: flex-start; flex-direction: column; }.featured-product, .catalog-featured { gap: 2.5rem; }.featured-product-visual { transform: none; }.products-hero { min-height: auto; padding: 4rem 0 5rem; }.ecosystem-stage { min-height: 480px; }.product-principles { gap: 2.5rem; padding: 6rem 0; }.home-security { gap: 2.5rem; padding: 4rem 6%; }.home-security-symbol { width: min(100%, 360px); min-height: 320px; margin: 0 auto; } }
@media (max-width: 620px) { .product-preview-grid, .catalog-grid, .product-principles-grid { grid-template-columns: 1fr; }.audience-card { min-height: 360px; padding: 1.35rem; }.home-products { padding: 4rem 1.3rem; }.featured-product, .catalog-featured { padding: 1.35rem; }.product-preview-grid article, .catalog-grid article { min-height: 0; }.catalog-grid img { margin-bottom: 1.6rem; }.ecosystem-stage { min-height: 390px; border-radius: 1.4rem; }.ecosystem-center img { width: 90px; height: 90px; border-radius: 22px; }.ecosystem-product img { width: 60px; height: 60px; border-radius: 15px; }.ecosystem-office { top: 7%; left: 8%; }.ecosystem-team { top: 9%; right: 7%; }.ecosystem-workspace { right: 6%; bottom: 7%; }.ecosystem-mail { bottom: 6%; left: 8%; }.home-security { padding: 3.5rem 1.3rem; }.home-security-symbol { min-height: 270px; }.home-security-symbol > span { font-size: 10rem; } }
@media (max-width: 520px) { .brand-proofline { line-height: 1.7; }.home-products-heading h2, .product-principles-copy h2, .home-security-copy h2 { font-size: 2.25rem; }.products-hero h1 { font-size: 2.85rem; }.product-preview-grid article { grid-template-columns: 56px 1fr; }.product-preview-grid img { width: 56px; height: 56px; border-radius: 13px; }.catalog-featured h3 { font-size: 2.45rem; }.ecosystem-stage { min-height: 350px; }.ecosystem-center span, .ecosystem-product strong { font-size: .58rem; }.ecosystem-center img { width: 78px; height: 78px; border-radius: 19px; }.ecosystem-product img { width: 52px; height: 52px; border-radius: 13px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
