:root {
  --teal: #49b39c;
  --teal-bright: #83ddc5;
  --teal-deep: #1f6e5d;
  --navy: #1a2c30;
  --ink: #203235;
  --cream: #fffcd5;
  --paper: #f5f1e7;
  --white: #fffef9;
  --coral: #ec765d;
  --muted: #708083;
  --line: rgba(26,44,48,.13);
  --shadow: 0 26px 80px rgba(15,35,39,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: 'Poppins', sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button { font: inherit; }

.site-header { position: absolute; z-index: 20; top: 0; left: 50%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(1600px,calc(100% - 8vw)); min-height: 96px; border-bottom: 1px solid rgba(255,255,255,.12); color: white; transform: translateX(-50%); }
.brand img { display: block; width: 150px; filter: brightness(0) invert(1); }
.site-header nav { display: flex; gap: 32px; }
.site-header nav a { color: rgba(255,255,255,.64); font-size: 9px; font-weight: 600; letter-spacing: .04em; text-decoration: none; transition: color .2s; }
.site-header nav a:hover { color: var(--teal-bright); }
.dev-chip { justify-self: end; padding: 8px 11px; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.62); font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.dev-chip i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 4px rgba(131,221,197,.12); }

.hero { position: relative; display: grid; grid-template-columns: minmax(400px,.83fr) minmax(550px,1.17fr); align-items: center; min-height: 890px; padding: 160px max(5vw,40px) 100px; overflow: hidden; background: var(--navy); color: white; }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .12; background-image: url('assets/network-pattern.png'); background-size: 620px; }
.hero::after { content: 'WALK · CARE · TRUST ·'; position: absolute; left: 5vw; bottom: -38px; color: rgba(255,255,255,.024); font-family: 'Fredoka'; font-size: clamp(80px,12vw,180px); font-weight: 700; white-space: nowrap; }
.hero-orbit { position: absolute; width: 810px; height: 810px; right: -330px; top: 110px; border: 1px solid rgba(73,179,156,.18); border-radius: 50%; box-shadow: 0 0 0 65px rgba(73,179,156,.018), 0 0 0 130px rgba(73,179,156,.012); }
.hero-copy { position: relative; z-index: 3; max-width: 680px; padding-left: clamp(0px,3vw,50px); }
.eyebrow { margin: 0 0 10px; color: var(--teal-deep); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: var(--teal-bright); }
.hero h1 { margin: 0; font-family: 'Fredoka'; font-size: clamp(62px,7vw,112px); font-weight: 600; letter-spacing: -.06em; line-height: .85; }
.hero h1 span { color: var(--teal); }
.hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 34px 0; color: rgba(255,255,255,.59); font-size: 13px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 210px; padding: 15px 17px; font-size: 9px; font-weight: 600; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 17px; }
.button.primary { background: var(--teal); color: var(--navy); }
.button.ghost { border: 1px solid rgba(255,255,255,.2); color: white; }
.button.ghost:hover { background: rgba(255,255,255,.06); }
.button.pro-button { background: var(--coral); color: white; }
.button.pro-button:hover { background: #f1836c; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 0 rgba(131,221,197,.45); animation: pulse 2s infinite; }
.hero-proof div { display: grid; }
.hero-proof strong { font-size: 9px; }
.hero-proof small { color: rgba(255,255,255,.39); font-size: 7px; }

.product-stage { position: relative; z-index: 3; justify-self: end; width: min(760px,100%); height: 570px; perspective: 1200px; }
.dashboard-preview { position: absolute; top: 50px; right: -5vw; display: grid; grid-template-columns: 48px 1fr; width: 720px; height: 445px; overflow: hidden; background: #f4f0e4; box-shadow: 0 42px 90px rgba(0,0,0,.32); transform: rotateY(-5deg) rotateX(1deg); }
.dashboard-preview aside { display: grid; align-content: start; justify-items: center; gap: 25px; padding: 15px 9px; background: var(--navy); }
.dashboard-preview aside img { width: 31px; margin-bottom: 26px; }
.dashboard-preview aside i { width: 15px; height: 15px; border-radius: 3px; background: rgba(255,255,255,.13); }
.dashboard-preview aside i:first-of-type { background: var(--teal); }
.preview-canvas { padding: 32px; background-image: radial-gradient(rgba(26,44,48,.07) 1px, transparent 1px); background-size: 13px 13px; }
.preview-head { display: flex; align-items: flex-start; justify-content: space-between; color: var(--navy); }
.preview-head div { display: grid; }
.preview-head small { color: var(--teal-deep); font-size: 6px; font-weight: 700; letter-spacing: .1em; }
.preview-head strong { margin-top: 4px; font-family: 'Fredoka'; font-size: 25px; letter-spacing: -.04em; }
.preview-head > b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--teal); font-family: 'Fredoka'; font-size: 8px; }
.preview-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 25px; }
.preview-metrics > span { display: grid; min-height: 85px; padding: 15px; border: 1px solid rgba(26,44,48,.1); background: var(--white); color: var(--navy); }
.preview-metrics > span:first-child { background: var(--teal); }
.preview-metrics small { color: var(--muted); font-size: 6px; font-weight: 700; text-transform: uppercase; }
.preview-metrics b { margin-top: 9px; font-family: 'Fredoka'; font-size: 26px; }
.preview-lower { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8px; height: 120px; margin-top: 8px; }
.preview-bars { display: flex; align-items: end; justify-content: space-around; padding: 21px 18px 15px; border: 1px solid rgba(26,44,48,.1); background: var(--white); }
.preview-bars span { width: 16px; background: var(--teal); }
.preview-bars span:last-child { background: var(--navy); }
.preview-radar { position: relative; display: grid; place-content: center; justify-items: center; overflow: hidden; background: var(--navy); }
.preview-radar::before { content: ''; position: absolute; width: 115px; height: 115px; border: 1px solid rgba(73,179,156,.17); border-radius: 50%; box-shadow: 0 0 0 23px rgba(73,179,156,.03); }
.preview-radar i { z-index: 2; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.preview-radar b { z-index: 2; margin-top: 4px; color: white; font-family: 'Fredoka'; font-size: 21px; }
.preview-radar small { z-index: 2; color: rgba(255,255,255,.4); font-size: 6px; text-transform: uppercase; }
.preview-rows { display: grid; gap: 7px; margin-top: 13px; }
.preview-rows i { display: block; height: 9px; background: linear-gradient(90deg, rgba(26,44,48,.12) 24%, rgba(26,44,48,.05) 24%); }
.phone-preview { position: absolute; z-index: 4; left: 3%; bottom: 0; width: 196px; height: 395px; padding: 17px 17px 19px; overflow: hidden; border: 5px solid #0c181a; border-radius: 30px; background: var(--cream); color: var(--navy); box-shadow: 0 30px 75px rgba(0,0,0,.38); transform: rotate(-3deg); }
.phone-preview::after { content: ''; position: absolute; width: 170px; height: 170px; right: -90px; top: 28px; border: 1px solid rgba(73,179,156,.27); border-radius: 50%; }
.phone-top { display: flex; justify-content: space-between; color: #829092; font-size: 6px; }
.phone-top i { width: 42px; height: 9px; margin-top: -17px; border-radius: 0 0 7px 7px; background: #0c181a; }
.phone-preview > img { display: block; width: 38px; margin: 29px 0 34px; }
.phone-preview > small { color: var(--teal-deep); font-size: 6px; font-weight: 700; letter-spacing: .12em; }
.phone-preview > strong { display: block; margin-top: 2px; font-family: 'Fredoka'; font-size: 31px; letter-spacing: -.05em; }
.dog-card { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; margin-top: 23px; padding: 13px; background: white; box-shadow: 0 10px 25px rgba(26,44,48,.08); }
.dog-card > b { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--teal); font-family: 'Fredoka'; font-size: 10px; }
.dog-card > span { display: grid; }
.dog-card small { color: var(--teal-deep); font-size: 5px; font-weight: 700; letter-spacing: .1em; }
.dog-card strong { font-size: 8px; }
.phone-preview button { position: absolute; left: 17px; right: 17px; bottom: 20px; padding: 12px; border: 0; background: var(--navy); color: white; font-size: 7px; font-weight: 600; text-align: left; }
.stage-note { position: absolute; z-index: 5; right: 1%; bottom: 16px; display: flex; align-items: center; gap: 11px; padding: 13px 16px; background: var(--teal); color: var(--navy); box-shadow: 0 18px 45px rgba(0,0,0,.24); }
.stage-note > span { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid rgba(26,44,48,.25); border-radius: 50%; font-family: 'Fredoka'; font-size: 9px; font-weight: 700; }
.stage-note div { display: grid; }
.stage-note small { font-size: 5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.stage-note strong { font-size: 8px; }

.demo-cockpit { padding: 92px max(5vw,40px); overflow: hidden; background: var(--navy); color: white; }
.cockpit-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 40px; align-items: end; max-width: 1420px; margin: 0 auto 42px; }
.cockpit-heading h2 { margin: 2px 0 8px; font-family: 'Fredoka'; font-size: clamp(52px,6vw,88px); font-weight: 600; letter-spacing: -.055em; line-height: .92; }
.cockpit-heading > div:first-child > p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.55); font-size: 15px; line-height: 1.7; }
.runtime-card { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; min-width: 310px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); }
.runtime-pulse { width: 13px; height: 13px; border-radius: 50%; background: #d4a04d; box-shadow: 0 0 0 7px rgba(212,160,77,.12); }
.runtime-card.is-online .runtime-pulse { background: var(--teal-bright); box-shadow: 0 0 0 7px rgba(131,221,197,.12); animation: pulse 1.8s infinite; }
.runtime-card.is-offline .runtime-pulse { background: var(--coral); }
.runtime-card div { display: grid; gap: 2px; }
.runtime-card small { color: var(--teal-bright); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.runtime-card strong { font-family: 'Fredoka'; font-size: 21px; }
.runtime-card em { color: rgba(255,255,255,.48); font-size: 11px; font-style: normal; }
.cockpit-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 1420px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.cockpit-links a { display: grid; min-height: 170px; padding: 24px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); color: white; text-decoration: none; transition: background .2s,transform .2s; }
.cockpit-links a:hover { z-index: 2; background: var(--teal-deep); transform: translateY(-3px); }
.cockpit-links small { color: var(--teal-bright); font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.cockpit-links strong { margin-top: 25px; font-family: 'Fredoka'; font-size: clamp(24px,2.2vw,34px); font-weight: 600; }
.cockpit-links span { align-self: end; color: rgba(255,255,255,.58); font-size: 13px; font-weight: 600; }
.identity-console { display: grid; grid-template-columns: auto auto minmax(240px,1fr); gap: 26px; align-items: center; max-width: 1420px; margin: 28px auto 0; padding: 19px 22px; background: var(--cream); color: var(--navy); }
.identity-brand { display: flex; gap: 12px; align-items: center; padding-right: 24px; border-right: 1px solid rgba(26,44,48,.14); }
.identity-brand > img { width: 48px; height: 48px; object-fit: contain; }
.identity-brand > span { display: grid; }
.identity-brand small { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .09em; }
.identity-brand strong { font-family: 'Fredoka'; font-size: 17px; }
.identity-speakers { display: flex; gap: 9px; }
.identity-speakers span { display: grid; justify-items: center; gap: 4px; }
.identity-speakers img { width: 53px; height: 53px; border: 3px solid white; border-radius: 50%; object-fit: cover; box-shadow: 0 5px 15px rgba(26,44,48,.17); }
.identity-speakers b { font-size: 10px; }
.identity-console > p { justify-self: end; max-width: 390px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; text-align: right; }

.access-section { max-width: 1500px; margin: 0 auto; padding: 110px clamp(24px,5vw,75px); }
.section-intro { display: grid; grid-template-columns: .6fr 1fr; align-items: end; gap: 40px; margin-bottom: 44px; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -25px; }
.section-intro h2 { margin: 0; font-family: 'Fredoka'; font-size: clamp(48px,5vw,74px); font-weight: 600; letter-spacing: -.055em; line-height: .92; }
.section-intro > p:not(.eyebrow) { max-width: 500px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.access-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.access-card { position: relative; min-height: 465px; padding: 36px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.access-card::after { content: ''; position: absolute; width: 220px; height: 220px; right: -130px; top: -120px; border: 1px solid rgba(73,179,156,.15); border-radius: 50%; }
.admin-access { background: var(--navy); color: white; }
.admin-access::after { border-color: rgba(73,179,156,.18); box-shadow: 0 0 0 39px rgba(73,179,156,.025); }
.download-access { background: var(--teal); }
.download-access > p:not(.eyebrow) { color: #173d3a; }
.help-access { background: var(--cream); }
.pro-access { background: var(--navy); color: white; }
.pro-access::after { border-color: rgba(236,118,93,.22); box-shadow: 0 0 0 39px rgba(236,118,93,.025); }
.help-access { grid-column: 1 / -1; min-height: 420px; }
.card-number { position: absolute; right: 28px; top: 15px; color: rgba(26,44,48,.055); font-family: 'Fredoka'; font-size: 92px; font-weight: 700; }
.admin-access .card-number { color: rgba(255,255,255,.035); }
.access-icon { position: relative; z-index: 2; display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 57px; border-radius: 50%; background: rgba(73,179,156,.14); color: var(--teal-deep); font-family: 'Fredoka'; font-size: 19px; font-weight: 700; }
.admin-access .access-icon { background: var(--teal); color: var(--navy); }
.download-access .access-icon { background: rgba(255,255,255,.45); color: var(--navy); }
.pro-access .access-icon { width: 52px; border-radius: 4px; background: var(--coral); color: white; font-size: 13px; letter-spacing: .08em; }
.access-card h3 { max-width: 520px; margin: 0 0 11px; font-family: 'Fredoka'; font-size: clamp(29px,3vw,42px); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.access-card > p:not(.eyebrow) { max-width: 600px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.75; }
.admin-access > p:not(.eyebrow) { color: rgba(255,255,255,.48); }
.pro-access > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.credential-box { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 8px; margin-top: 25px; padding: 15px; background: rgba(255,255,255,.06); }
.credential-box > div { display: grid; gap: 5px; }
.credential-box small, .mini-path small, .apk-meta small { color: var(--teal-bright); font-size: 6px; font-weight: 700; letter-spacing: .1em; }
.credential-box code { color: white; font-family: 'Fredoka'; font-size: 17px; }
.credential-box button { padding: 9px 10px; border: 1px solid rgba(255,255,255,.16); background: transparent; color: var(--teal-bright); font-size: 7px; font-weight: 700; cursor: pointer; }
.mini-path { display: grid; gap: 6px; margin-top: 30px; padding: 15px; border-left: 3px solid var(--teal); background: var(--paper); }
.mini-path small { color: var(--teal-deep); }
.mini-path code { overflow: hidden; color: var(--navy); font-size: 9px; text-overflow: ellipsis; }
.apk-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 29px; }
.apk-meta > span { display: grid; gap: 5px; padding: 13px; border: 1px solid rgba(26,44,48,.14); }
.apk-meta small { color: rgba(26,44,48,.55); }
.apk-meta strong { font-family: 'Fredoka'; font-size: 15px; }
.pro-access .apk-meta > span { border-color: rgba(255,255,255,.15); }
.pro-access .apk-meta small { color: var(--teal-bright); }
.pro-access .apk-meta strong { color: white; }
.help-access ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.help-access li { padding: 9px; border: 1px solid rgba(26,44,48,.1); color: var(--teal-deep); font-size: 7px; font-weight: 700; text-transform: uppercase; }
.card-link { position: absolute; left: 36px; right: 36px; bottom: 31px; display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; background: var(--teal); color: var(--navy); font-size: 8px; font-weight: 700; text-decoration: none; transition: transform .2s; }
.card-link:hover { transform: translateY(-2px); }
.card-link span { font-size: 16px; }
.card-link.dark { background: var(--navy); color: white; }
.card-link.download { background: var(--navy); color: white; }
.card-link.pro-download { background: var(--coral); color: white; }
.pro-flow { display: flex; align-items: center; gap: 9px; margin-top: 26px; }
.pro-flow span { padding: 9px 11px; border: 1px solid rgba(255,255,255,.17); color: var(--cream); font-size: 13px; font-weight: 600; }
.pro-flow i { color: var(--teal-bright); font-size: 15px; font-style: normal; }
.pro-credential { grid-template-columns: minmax(0,1.5fr) minmax(0,1fr) auto; background: rgba(255,255,255,.07); }
.pro-credential code { overflow-wrap: anywhere; font-size: 14px; }

.story-section { padding: 105px max(5vw,40px) 115px; background: var(--teal-deep); color: white; }
.story-heading { display: flex; align-items: end; justify-content: space-between; max-width: 1350px; margin: 0 auto 65px; }
.story-heading h2 { margin: 0; font-family: 'Fredoka'; font-size: clamp(45px,5vw,72px); font-weight: 600; letter-spacing: -.055em; }
.journey { display: grid; grid-template-columns: repeat(4,1fr); max-width: 1350px; margin: 0 auto; }
.journey article { position: relative; min-height: 280px; padding: 0 32px; border-left: 1px solid rgba(255,255,255,.14); }
.journey article:first-child { padding-left: 0; border-left: 0; }
.journey article b { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 45px; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; color: var(--cream); font-family: 'Fredoka'; }
.journey-line { position: absolute; top: 21px; left: 75px; right: -1px; border-top: 1px dashed rgba(255,255,255,.21); }
.journey small { color: var(--teal-bright); font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.journey h3 { margin: 8px 0; font-family: 'Fredoka'; font-size: 27px; font-weight: 600; }
.journey p { margin: 0; color: rgba(255,255,255,.54); font-size: 9px; line-height: 1.75; }
.journey code { color: var(--teal-bright); }
.journey a { position: absolute; left: 32px; bottom: 0; color: var(--cream); font-size: 8px; font-weight: 600; text-decoration: none; }
.journey article:first-child a { left: 0; }

.capabilities-section { display: grid; grid-template-columns: minmax(330px,.72fr) minmax(550px,1.28fr); gap: 90px; max-width: 1420px; margin: 0 auto; padding: 120px clamp(24px,5vw,65px); }
.capability-copy h2 { margin: 0; font-family: 'Fredoka'; font-size: clamp(48px,5vw,75px); font-weight: 600; letter-spacing: -.055em; line-height: .92; }
.capability-copy > p:not(.eyebrow) { max-width: 470px; margin: 27px 0; color: var(--muted); font-size: 10px; line-height: 1.8; }
.capability-copy > a { color: var(--teal-deep); font-size: 9px; font-weight: 700; text-decoration: none; }
.capability-list { display: grid; grid-template-columns: repeat(2,1fr); }
.capability-list > div { display: grid; grid-template-columns: 38px 1fr; padding: 23px 18px; border-top: 1px solid var(--line); }
.capability-list > div:nth-child(odd) { border-right: 1px solid var(--line); }
.capability-list span { grid-row: 1 / 3; color: var(--teal); font-family: 'Fredoka'; font-size: 19px; font-weight: 700; }
.capability-list strong { font-family: 'Fredoka'; font-size: 17px; }
.capability-list small { margin-top: 4px; color: var(--muted); font-size: 7.5px; }

.partner-contact { display: grid; grid-template-columns: minmax(320px,.8fr) minmax(520px,1.2fr); gap: clamp(50px,8vw,130px); align-items: center; padding: 110px max(5vw,40px); background: #e9f4ed; }
.partner-heading { max-width: 650px; }
.partner-heading h2 { margin: 0; color: var(--navy); font-family: 'Fredoka'; font-size: clamp(46px,5vw,74px); font-weight: 600; letter-spacing: -.055em; line-height: .95; }
.partner-heading h2 span { color: var(--teal-deep); }
.partner-heading > p:not(.eyebrow) { margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.partner-mail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.partner-mail-grid article { display: flex; min-height: 310px; padding: 30px; flex-direction: column; border: 1px solid rgba(26,44,48,.12); background: var(--paper); }
.partner-mail-grid article.active-mailbox { background: var(--navy); color: white; }
.partner-mail-grid article > span { color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.partner-mail-grid h3 { margin: 55px 0 12px; font-family: 'Fredoka'; font-size: 31px; font-weight: 600; }
.partner-mail-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.partner-mail-grid .active-mailbox p { color: rgba(255,255,255,.6); }
.partner-mail-grid a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(26,44,48,.12); color: var(--teal-deep); font-size: 15px; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
.partner-mail-grid .active-mailbox a { border-color: rgba(255,255,255,.15); color: var(--teal-bright); }
.partner-mail-grid a b { font-size: 22px; }

.final-cta { position: relative; display: grid; justify-items: center; padding: 100px 24px; overflow: hidden; background: var(--navy); color: white; text-align: center; }
.final-cta::before { content: ''; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(73,179,156,.17); border-radius: 50%; box-shadow: 0 0 0 55px rgba(73,179,156,.022),0 0 0 110px rgba(73,179,156,.016); }
.final-cta > * { position: relative; z-index: 2; }
.final-cta > img { width: 62px; margin-bottom: 26px; }
.final-cta h2 { margin: 3px 0 10px; font-family: 'Fredoka'; font-size: clamp(43px,5vw,72px); font-weight: 600; letter-spacing: -.05em; }
.final-cta h2 span { color: var(--teal); }
.final-cta > p:not(.eyebrow) { margin: 0 0 30px; color: rgba(255,255,255,.48); font-size: 10px; }
.final-cta > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 90px; padding: 20px 5vw; background: #101e21; color: rgba(255,255,255,.34); font-size: 7px; }
.site-footer > img { width: 102px; filter: brightness(0) invert(1); opacity: .7; }
.site-footer p { margin: 0; }
.site-footer > div { justify-self: end; display: flex; gap: 19px; }
.site-footer a { color: rgba(255,255,255,.55); text-decoration: none; }
.copy-toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; padding: 13px 18px; background: var(--coral); color: white; font-size: 9px; font-weight: 600; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .25s; }
.copy-toast.show { opacity: 1; transform: none; }

@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(131,221,197,0); } 100% { box-shadow: 0 0 0 0 rgba(131,221,197,0); } }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; padding-top: 170px; }
  .hero-copy { max-width: 800px; }
  .product-stage { justify-self: center; margin-top: 50px; }
  .dashboard-preview { right: -40px; }
  .journey { grid-template-columns: repeat(2,1fr); gap: 50px 0; }
  .journey article:nth-child(3) { border-left: 0; padding-left: 0; }
  .journey article:nth-child(3) a { left: 0; }
  .capabilities-section { grid-template-columns: 1fr; gap: 50px; }
  .partner-contact { grid-template-columns: 1fr; }
  .cockpit-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .identity-console { grid-template-columns: auto 1fr; }
  .identity-console > p { grid-column: 1 / -1; justify-self: start; text-align: left; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 76px; width: calc(100% - 36px); }
  .site-header nav { display: none; }
  .brand img { width: 116px; }
  .hero { min-height: auto; padding: 135px 18px 80px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(54px,17vw,76px); }
  .hero-copy > p:not(.eyebrow) { font-size: 11px; }
  .button { min-width: 100%; }
  .product-stage { width: 100%; height: 430px; margin-top: 40px; }
  .dashboard-preview { top: 20px; right: -115px; width: 570px; height: 350px; transform: rotateY(-5deg) scale(.82); transform-origin: top center; }
  .phone-preview { left: 0; bottom: 0; transform: rotate(-2deg) scale(.78); transform-origin: bottom left; }
  .stage-note { right: 0; bottom: 20px; }
  .access-section { padding: 75px 16px; }
  .demo-cockpit { padding: 75px 18px; }
  .cockpit-heading { grid-template-columns: 1fr; gap: 24px; }
  .runtime-card { min-width: 0; }
  .cockpit-links { grid-template-columns: 1fr; }
  .cockpit-links a { min-height: 145px; }
  .identity-console { grid-template-columns: 1fr; }
  .identity-brand { padding: 0 0 14px; border-right: 0; border-bottom: 1px solid rgba(26,44,48,.14); }
  .identity-console > p { grid-column: auto; }
  .identity-speakers { justify-content: space-between; }
  .section-intro { grid-template-columns: 1fr; gap: 18px; }
  .section-intro .eyebrow { margin: 0; }
  .access-grid { grid-template-columns: 1fr; }
  .access-card { min-height: 480px; padding: 27px; }
  .credential-box { grid-template-columns: repeat(2,1fr); }
  .credential-box button { grid-column: 1 / -1; }
  .card-link { left: 27px; right: 27px; }
  .story-section { padding: 75px 18px; }
  .story-heading { display: block; }
  .journey { grid-template-columns: 1fr; gap: 0; }
  .journey article, .journey article:nth-child(3) { min-height: 245px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .journey article b { margin-bottom: 25px; }
  .journey-line { display: none; }
  .journey a, .journey article:first-child a, .journey article:nth-child(3) a { left: 0; bottom: 28px; }
  .capabilities-section { grid-template-columns: 1fr; padding: 80px 18px; }
  .capability-list { grid-template-columns: 1fr; }
  .capability-list > div:nth-child(odd) { border-right: 0; }
  .partner-contact { padding: 75px 18px; }
  .partner-mail-grid { grid-template-columns: 1fr; }
  .partner-mail-grid article { min-height: 290px; padding: 26px; }
  .final-cta { padding: 80px 18px; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; gap: 14px; text-align: center; }
  .site-footer > div { justify-self: center; }
}

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

/* V1 readability: content stays comfortable on phones, tablets and desktops. */
.site-header nav a,
.dev-chip,
.eyebrow,
.hero-proof small,
.journey small,
.site-footer { font-size: 13px; }
.hero-copy > p:not(.eyebrow),
.section-intro > p:not(.eyebrow),
.access-card > p:not(.eyebrow),
.capability-copy > p:not(.eyebrow) { font-size: 15px; }
.button,
.credential-box button,
.card-link,
.journey a,
.capability-copy > a { font-size: 14px; }
.hero-proof strong,
.credential-box code,
.apk-meta strong { font-size: 16px; }
.credential-box small,
.mini-path small,
.apk-meta small,
.help-access li,
.capability-list small { font-size: 13px; }
.mini-path code,
.journey p,
.final-cta > p:not(.eyebrow) { font-size: 14px; }

.download-access, .pro-access { min-height: 650px; }
.mobile-credential { grid-template-columns: minmax(0,1.5fr) minmax(0,1fr) auto; margin-top: 15px; background: var(--navy); }
.mobile-credential code { overflow-wrap: anywhere; font-size: 14px; }

@media (min-width: 761px) and (max-width: 1100px) {
  .access-card { min-height: 570px; padding: 30px; }
  .access-icon { margin-bottom: 40px; }
  .credential-box { grid-template-columns: 1fr; }
  .credential-box button { grid-column: auto; }
  .card-link { left: 30px; right: 30px; }
  .download-access, .pro-access { min-height: 770px; }
  .mobile-credential, .pro-credential { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .hero-copy > p:not(.eyebrow),
  .section-intro > p:not(.eyebrow),
  .access-card > p:not(.eyebrow),
  .capability-copy > p:not(.eyebrow) { font-size: 16px; }
  .access-card { min-height: 520px; }
  .download-access, .pro-access { min-height: 730px; }
  .help-access { grid-column: auto; min-height: 540px; }
  .mobile-credential, .pro-credential { grid-template-columns: 1fr; }
  .mobile-credential button, .pro-credential button { grid-column: auto; }
  .pro-flow { flex-wrap: wrap; }
  .site-footer > div { flex-wrap: wrap; justify-content: center; }
}

.directory-showcase { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr); gap: clamp(42px,6vw,100px); align-items: center; padding: 120px max(5vw,40px); overflow: hidden; background: var(--cream); }
.service-model { padding: 110px max(5vw,40px); background: var(--white); }
.service-model .section-intro { max-width: 780px; margin-bottom: 34px; }
.public-rate-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 1420px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.public-rate-grid article { display: grid; gap: 8px; min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.public-rate-grid article:nth-child(2) { background: var(--teal); }
.public-rate-grid small { color: var(--teal-deep); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.public-rate-grid strong { color: var(--navy); font-family: 'Fredoka'; font-size: 31px; }
.public-rate-grid b { color: var(--coral); font-family: 'Fredoka'; font-size: 26px; }
.public-rate-grid span { align-self: end; color: var(--muted); font-size: 13px; line-height: 1.55; }
.public-payment-note { max-width: 920px; margin: 22px 0 10px; color: var(--navy); font-size: 14px; line-height: 1.65; }
.public-market-list { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.public-market-list strong { margin-right: 5px; color: var(--teal-deep); font-size: 12px; }
.public-market-list span { padding: 7px 10px; background: var(--cream); color: var(--navy); font-size: 11px; font-weight: 700; }
.directory-art { position: relative; min-height: 670px; }
.directory-art img { display: block; object-fit: cover; box-shadow: var(--shadow); }
.ecosystem-image { width: min(720px,92%); height: 590px; border: 12px solid white; }
.cali-image { position: absolute; right: 0; bottom: 0; width: min(390px,52%); height: 290px; border: 9px solid var(--navy); }
.image-label { position: absolute; left: 24px; bottom: 42px; max-width: 300px; padding: 12px 14px; background: var(--navy); color: var(--teal-bright); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.directory-copy { max-width: 650px; }
.directory-copy h2 { margin: 0; color: var(--navy); font-family: 'Fredoka'; font-size: clamp(50px,5vw,78px); font-weight: 600; letter-spacing: -.055em; line-height: .92; }
.directory-copy h2 span { color: var(--teal-deep); }
.directory-copy > p:not(.eyebrow,.directory-disclaimer) { margin: 28px 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.directory-value { display: grid; margin: 28px 0; border-top: 1px solid var(--line); }
.directory-value article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; padding: 17px 0; border-bottom: 1px solid var(--line); }
.directory-value b { color: var(--coral); font-family: 'Fredoka'; font-size: 20px; }
.directory-value article > div { display: grid; gap: 4px; }
.directory-value strong { color: var(--navy); font-family: 'Fredoka'; font-size: 20px; }
.directory-value small { color: var(--muted); font-size: 13px; line-height: 1.55; }
.directory-disclaimer { padding: 13px 15px; border-left: 4px solid var(--coral); background: rgba(236,118,93,.08); color: #70443b; font-size: 13px; line-height: 1.55; }
.directory-copy > a { display: inline-flex; margin-top: 10px; color: var(--teal-deep); font-size: 14px; font-weight: 800; text-decoration: none; }

@media (max-width: 1100px) {
  .directory-showcase { grid-template-columns: 1fr; }
  .directory-art { max-width: 800px; }
  .directory-copy { max-width: 800px; }
}

@media (max-width: 760px) {
  .service-model { padding: 75px 18px; }
  .public-rate-grid { grid-template-columns: 1fr; }
  .directory-showcase { gap: 45px; padding: 75px 18px; }
  .directory-art { min-height: 475px; }
  .ecosystem-image { width: 96%; height: 410px; border-width: 7px; }
  .cali-image { width: 55%; height: 180px; border-width: 6px; }
  .image-label { left: 10px; bottom: 22px; max-width: 210px; font-size: 10px; }
  .directory-copy > p:not(.eyebrow,.directory-disclaimer) { font-size: 16px; }
  .directory-value small, .directory-disclaimer { font-size: 14px; }
}

/* V1.6.5 · centro operativo para OmniBrain, líneas, voz y cumplimiento. */
.comms-access { min-height: 650px; background: var(--teal-deep); color: white; }
.comms-access::after { border-color: rgba(131,221,197,.2); box-shadow: 0 0 0 42px rgba(131,221,197,.035); }
.comms-access .access-icon { border-radius: 4px; background: var(--cream); color: var(--navy); font-size: 14px; }
.comms-access > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.live-stack { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.live-stack span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.16); color: var(--cream); font-size: 12px; }
.live-stack i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 4px rgba(131,221,197,.12); }
.live-stack .scan i { background: var(--coral); box-shadow: 0 0 0 4px rgba(236,118,93,.14); }
.line-slots { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 16px; }
.line-slots span { display: grid; gap: 4px; padding: 13px; border-left: 3px solid var(--teal-bright); background: rgba(26,44,48,.24); }
.line-slots small { color: var(--teal-bright); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.line-slots strong { color: white; font-family: 'Fredoka'; font-size: 16px; }
.petwalk-access { min-height: 650px; background: var(--coral); color: var(--navy); }
.petwalk-access::after { border-color: rgba(26,44,48,.14); box-shadow: 0 0 0 42px rgba(26,44,48,.025); }
.petwalk-access .access-icon { width: 62px; border-radius: 4px; background: var(--navy); color: var(--cream); font-size: 12px; letter-spacing: .06em; }
.petwalk-access > p:not(.eyebrow) { color: rgba(26,44,48,.78); }
.petwalk-number { display: grid; gap: 7px; margin-top: 27px; padding: 18px; border: 1px solid rgba(26,44,48,.17); background: rgba(255,252,213,.25); }
.petwalk-number small { font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.petwalk-number strong { font-family: 'Fredoka'; font-size: clamp(22px,2.4vw,34px); }
.petwalk-number em { color: var(--cream); font-style: normal; }
.petwalk-number a { justify-self: start; color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; }
.legal-access { min-height: 540px; background: var(--cream); }
.legal-access .access-icon { border-radius: 4px; background: var(--navy); color: var(--cream); }
.legal-path { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 27px; }
.legal-path span { padding: 9px 11px; border: 1px solid rgba(26,44,48,.13); color: var(--teal-deep); font-size: 12px; font-weight: 700; }
.help-access { grid-column: auto; min-height: 540px; }

@media (max-width: 760px) {
  .comms-access, .petwalk-access { min-height: 680px; }
  .line-slots { grid-template-columns: 1fr; }
  .live-stack span, .legal-path span { font-size: 13px; }
  .petwalk-number strong { font-size: 27px; }
}
