:root {
  --petrol:#092c3a;
  --deep:#082632;
  --graphite:#14252d;
  --cream:#f5f3eb;
  --yellow:#ffc226;
  --muted:#b3c2c7;
  --ink-muted:#52666c;
  --line:rgba(225,239,241,.16);
  font-family:Arial,Helvetica,sans-serif;
  color:var(--cream);
  background:var(--petrol);
  font-synthesis:none;
  scroll-behavior:smooth;
  scroll-padding-top:100px
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit;
  cursor:pointer
}
button,a {
  -webkit-tap-highlight-color:transparent
}
svg {
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round
}
img {
  display:block;
  max-width:100%
}
.svg-defs {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
p {
  line-height:1.7;
  margin:0
}
h1,h2,h3,h4 {
  margin:0;
  font-weight:500;
  letter-spacing:-.045em
}
h2 {
  font-size:clamp(32px,3.3vw,46px);
  line-height:1.13
}
h3 {
  font-size:26px;
  line-height:1.18
}
h4 {
  font-size:19px;
  line-height:1.3;
  letter-spacing:-.02em
}
em {
  font-style:normal;
  color:var(--yellow)
}
.wrap {
  width:min(1200px,calc(100% - 96px));
  margin-inline:auto
}
.section-space {
  padding-block:108px
}
.section-light {
  background:var(--cream);
  color:var(--graphite)
}
.eyebrow,.tiny-label,.profile-number {
  font-size:12px;
  font-weight:600;
  letter-spacing:.13em;
  line-height:1.5
}
.eyebrow {
  margin-bottom:24px
}
.yellow-line {
  display:inline-block;
  width:24px;
  height:2px;
  background:var(--yellow);
  margin:0 9px 4px 0
}
.tiny-label {
  font-size:11px;
  letter-spacing:.1em
}
.lead {
  color:var(--muted);
  font-size:18px;
  max-width:490px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  padding:17px 22px;
  background:var(--yellow);
  color:var(--graphite);
  border:1px solid var(--yellow);
  border-radius:5px;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  transition:transform .2s,background .2s;
  min-height:48px
}
.button:hover {
  background:#ffd465;
  transform:translateY(-2px)
}
.button-small {
  padding:13px 16px;
  min-height:44px;
  font-size:13px
}
.text-link {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  font-size:14px;
  font-weight:600
}
.text-link span {
  transition:transform .2s
}
.text-link:hover span {
  transform:translate(3px,-2px)
}
:focus-visible {
  outline:3px solid var(--yellow);
  outline-offset:5px
}
.section-light :focus-visible {
  outline-color:#186b91
}
.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  padding:16px;
  background:var(--yellow);
  color:var(--graphite);
  z-index:100
}
.skip-link:focus {
  top:12px
}
.site-header {
  height:88px;
  position:sticky;
  top:0;
  background:rgba(9,44,58,.96);
  border-bottom:1px solid var(--line);
  z-index:20;
  backdrop-filter:blur(12px)
}
.header-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:100%
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:28px;
  font-weight:750;
  letter-spacing:-1.2px;
  white-space:nowrap
}
.brand b {
  color:var(--yellow)
}
.brand-mark {
  position:relative;
  width:43px;
  height:44px;
  overflow:hidden;
  display:block
}
.brand-mark img {
  max-width:none;
  width:151px;
  height:88px;
  position:absolute;
  top:-6px;
  left:-30px
}
.site-header nav {
  display:flex;
  align-items:center;
  gap:29px;
  font-size:13px
}
.site-header nav>a:not(.button) {
  padding-block:12px;
  color:#d0dbdd
}
.site-header nav>a:not(.button):hover {
  color:white
}
.nav-support {
  margin-left:16px
}
.menu-toggle {
  display:none
}
.hero {
  position:relative;
  background:radial-gradient(ellipse at 76% 40%,#164352 0%,transparent 53%),var(--petrol);
  overflow:hidden
}
.hero-grid {
  display:grid;
  grid-template-columns:1.08fr 1fr;
  gap:20px;
  min-height:680px;
  align-items:center;
  padding-top:50px;
  padding-bottom:44px
}
.hero-copy {
  position:relative;
  z-index:2
}
.hero-copy .eyebrow {
  font-size:10px;
  letter-spacing:.13em;
  margin-bottom:30px
}
h1 {
  font-size:clamp(43px,4.6vw,65px);
  line-height:1.075;
  letter-spacing:-.055em;
  margin-bottom:26px
}
h1 em {
  display:block
}
.hero-copy .lead {
  max-width:460px;
  font-size:17px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:28px;
  margin-top:31px
}
.hero-note {
  font-size:12px;
  color:#9eb4bc;
  margin-top:18px
}
.hero-endorsement {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  color:#a5bbc3;
  margin-top:48px;
  letter-spacing:.02em
}
.hero-endorsement strong {
  letter-spacing:.08em;
  color:#ecedeb;
  margin-left:4px
}
.mini-cube {
  font-size:25px
}
.hero-visual {
  position:relative;
  min-height:572px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 0 24px 35px
}
.blueprint {
  position:absolute;
  inset:15px -26px 12px -8px;
  background-image:linear-gradient(#aacbd508 1px,transparent 1px),linear-gradient(90deg,#aacbd508 1px,transparent 1px);
  background-size:42px 42px;
  border:1px solid #bad1d00d;
  mask-image:linear-gradient(90deg,transparent,black 20%,black 80%,transparent)
}
.blueprint:after {
  content:"";
  position:absolute;
  inset:48px 50px 67px 54px;
  border:1px solid #b0c3c51a;
  transform:skewY(-12deg)
}
.plan-label {
  position:absolute;
  top:20px;
  right:30px;
  font:9px monospace;
  letter-spacing:.15em;
  color:#75959f
}
.plan-cross {
  position:absolute;
  color:#6b8c99;
  font-size:24px;
  font-weight:200
}
.cross-one {
  bottom:75px;
  left:20px
}
.cross-two {
  right:10px;
  top:180px
}
.phone-frame {
  position:relative;
  display:block;
  width:240px;
  flex:none;
  padding:7px;
  border-radius:30px;
  background:#1b3039;
  border:1px solid #6d7f83;
  box-shadow:0 30px 65px #0005,8px 8px 0 #061e2799;
  transform:rotate(3deg);
  transition:transform .35s
}
.phone-frame:hover {
  transform:rotate(0) translateY(-4px)
}
.phone-frame img {
  width:100%;
  height:auto;
  border-radius:23px
}
.expand-badge {
  position:absolute;
  right:15px;
  bottom:15px;
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  background:#f5f3eb;
  color:var(--petrol);
  border:1px solid #c6d0cf;
  border-radius:50%;
  box-shadow:0 3px 12px #0002
}
.expand-badge svg {
  width:17px;
  height:17px
}
.visual-note {
  position:absolute;
  top:68px;
  left:5px;
  z-index:3;
  padding:18px 21px;
  border-radius:7px;
  background:linear-gradient(120deg,#244550e8,#1c3c48d9);
  border:1px solid #bed0d12a;
  box-shadow:0 12px 25px #0002
}
.visual-note .tiny-label {
  color:#b4c2c5;
  font-size:9px
}
.visual-note p {
  font-size:19px;
  line-height:1.35;
  letter-spacing:-.035em;
  margin-top:9px
}
.connection-card {
  position:absolute;
  right:-7px;
  bottom:69px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:17px 20px;
  background:linear-gradient(120deg,#29444beb,#243b45f5);
  border:1px solid #bfcfcc40;
  border-radius:8px;
  box-shadow:0 10px 35px #0003;
  z-index:3
}
.connection-card .tiny-label {
  font-size:9px;
  color:#c2cbca
}
.connection-card p {
  font-size:14px;
  margin-top:4px
}
.connection-icon {
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border:1px solid #d6b96b70;
  color:var(--yellow);
  border-radius:7px
}
.connection-dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--yellow);
  margin-left:10px
}
.visual-caption {
  position:absolute;
  bottom:0;
  font-size:10px;
  color:#a2b7bd;
  letter-spacing:.05em
}
.hero-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid var(--line);
  padding-block:25px;
  font-size:10px;
  letter-spacing:.09em;
  color:#b8c8cb
}
.hero-bottom a {
  font-size:12px;
  letter-spacing:0
}
.hero-bottom a span {
  margin-left:30px;
  color:var(--yellow)
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:40px;
  margin-bottom:48px
}
.section-heading>p {
  max-width:315px;
  font-size:16px;
  color:var(--muted)
}
.section-light .section-heading>p {
  color:var(--ink-muted)
}
.section-light .eyebrow {
  color:#52666c
}
.muted-heading {
  color:#6e7c7d
}
.profile-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}
.profile-card {
  border:1px solid #c8cecb;
  border-radius:8px;
  padding:0 28px 28px;
  overflow:hidden;
  background:linear-gradient(140deg,#ffffff90,#f0efe8a0);
  transition:transform .25s,border-color .25s
}
.profile-card:hover {
  transform:translateY(-5px);
  border-color:#9caead
}
.profile-art {
  height:195px;
  position:relative;
  display:grid;
  place-items:center;
  border-bottom:1px solid #ced5d0;
  margin-bottom:28px;
  background-image:linear-gradient(#8195980a 1px,transparent 1px),linear-gradient(90deg,#8195980a 1px,transparent 1px);
  background-size:24px 24px
}
.profile-art>svg {
  height:85px;
  width:85px;
  stroke-width:1;
  color:#184454;
  z-index:1
}
.drawing-circle {
  position:absolute;
  border:1px solid #b9c6c2;
  border-radius:50%;
  width:124px;
  height:124px;
  transform:rotate(-30deg)
}
.drawing-circle:before {
  position:absolute;
  content:"";
  height:20px;
  width:20px;
  border-radius:50%;
  background:#e9b74a;
  left:2px;
  top:2px
}
.profile-card:nth-child(2) .drawing-circle {
  border-radius:8px;
  transform:rotate(15deg);
  width:114px;
  height:114px
}
.profile-card:nth-child(3) .drawing-circle {
  border-radius:0;
  transform:rotate(45deg);
  width:94px;
  height:94px
}
.art-dimension {
  position:absolute;
  bottom:12px;
  font:8px monospace;
  letter-spacing:.13em;
  color:#647c83
}
.profile-number {
  font-size:10px;
  color:#637878
}
.profile-card h3 {
  margin-block:15px;
  font-size:28px
}
.profile-card>p {
  font-size:15px;
  color:var(--ink-muted);
  min-height:101px
}
.profile-card .text-link {
  font-size:12px;
  gap:10px;
  margin-top:22px;
  width:100%;
  border-top:1px solid #ced5d0;
  padding-top:20px
}
.how {
  background:var(--deep)
}
.flow-panel {
  background:linear-gradient(120deg,#2e47514d,#192f3980);
  border:1px solid var(--line);
  border-radius:10px;
  padding:24px 30px 18px
}
.flow-toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px
}
.flow-toolbar>.tiny-label {
  color:#adbdc3;
  font-size:10px
}
.motion-toggle {
  border:1px solid #9baeb536;
  background:transparent;
  color:#c7d3d5;
  font-size:11px;
  border-radius:4px;
  min-height:36px;
  padding:7px 12px;
  display:flex;
  gap:12px
}
.motion-toggle:hover {
  background:#ffffff0c
}
.connection-flow {
  display:grid;
  grid-template-columns:1fr 100px 1fr 100px 1fr;
  align-items:center;
  padding:40px 20px 25px
}
.flow-node {
  text-align:center
}
.node-symbol {
  width:78px;
  height:78px;
  border:1px solid #738e9680;
  background:#173944;
  border-radius:15px;
  display:grid;
  place-items:center;
  margin:0 auto 20px;
  color:#d5dddd;
  position:relative
}
.node-symbol svg {
  width:42px;
  height:42px;
  stroke-width:1.3
}
.flow-node h3 {
  font-size:19px;
  letter-spacing:-.015em
}
.flow-node p {
  font-size:12px;
  color:#a9bdc4;
  margin-top:10px
}
.flow-link {
  position:relative;
  height:1px;
  background:#627b8159;
  align-self:start;
  margin-top:38px
}
.flow-link b {
  position:absolute;
  right:-4px;
  top:-12px;
  color:#758c93;
  font-weight:400
}
.flow-link span {
  position:absolute;
  inset:0;
  background:var(--yellow);
  transform:scaleX(0);
  transform-origin:left;
  animation:connect 7.2s infinite;
  animation-play-state:paused
}
.flow-link:nth-child(4) span {
  animation-delay:2.4s
}
.node-symbol:after {
  content:"";
  position:absolute;
  inset:-1px;
  border:1px solid var(--yellow);
  border-radius:15px;
  opacity:0;
  animation:node 7.2s infinite;
  animation-play-state:paused
}
.flow-node:nth-child(3) .node-symbol:after {
  animation-delay:2.4s
}
.flow-node:nth-child(5) .node-symbol:after {
  animation-delay:4.8s
}
.is-running .flow-link span,.is-running .node-symbol:after {
  animation-play-state:running
}
.diagram-note {
  text-align:center;
  color:#94adb7;
  font-size:11px;
  border-top:1px solid #dae8ed0d;
  padding-top:16px
}
.steps {
  list-style:none;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:35px;
  padding:0;
  margin:38px 0 0
}
.steps li {
  display:flex;
  gap:17px
}
.steps li>span {
  font:12px monospace;
  color:var(--yellow);
  padding-top:5px
}
.steps h3 {
  font-size:18px;
  letter-spacing:-.02em
}
.steps p {
  color:#acbec5;
  font-size:14px;
  margin-top:11px
}
.product-layout {
  display:grid;
  grid-template-columns:1fr .83fr;
  gap:85px;
  align-items:center
}
.product-screen {
  margin:0
}
.tablet-frame {
  display:block;
  position:relative;
  background:#25353b;
  padding:9px;
  border-radius:18px;
  border:1px solid #9ba7a8;
  box-shadow:0 20px 40px #263a3b1a;
  max-width:480px;
  margin-inline:auto;
  transition:transform .25s
}
.tablet-frame:hover {
  transform:translateY(-4px)
}
.tablet-frame img {
  border-radius:10px;
  width:100%;
  height:auto
}
.product-screen figcaption {
  font-size:11px;
  color:#657779;
  margin-top:19px;
  text-align:center
}
.product-details>.eyebrow {
  font-size:10px
}
.product-details>h3 {
  font-size:34px
}
.feature-list {
  margin-top:30px
}
.feature-list article {
  display:flex;
  gap:20px;
  border-top:1px solid #cbd3ce;
  padding:22px 0
}
.feature-list article>span {
  font:11px monospace;
  color:#718084;
  padding-top:5px
}
.feature-list p {
  font-size:14px;
  color:var(--ink-muted);
  margin-top:8px
}
.small-gallery {
  display:flex;
  gap:24px;
  align-items:center;
  padding:17px;
  background:#e5e7df;
  border:1px solid #c9d2cd;
  border-radius:7px;
  margin-top:12px
}
.small-gallery img {
  width:58px;
  height:116px;
  object-fit:contain;
  border-radius:5px;
  box-shadow:0 4px 12px #0002
}
.small-gallery>span {
  display:flex;
  flex-direction:column;
  gap:9px
}
.small-gallery .tiny-label {
  font-size:9px;
  color:#607277
}
.small-gallery strong {
  font-size:20px;
  font-weight:500;
  line-height:1.2;
  letter-spacing:-.03em
}
.small-gallery .text-link {
  font-size:11px;
  justify-content:start
}
.capture-note {
  font-size:11px;
  color:#6a7a7c;
  margin-top:20px;
  line-height:1.6
}
.trust-grid {
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:90px
}
.trust .lead {
  font-size:16px;
  margin-top:25px;
  max-width:410px
}
.trust-list article {
  display:flex;
  gap:23px;
  padding:25px 0;
  border-bottom:1px solid var(--line)
}
.trust-list article:first-child {
  padding-top:0
}
.trust-list article>span {
  font-size:26px;
  color:var(--yellow);
  width:32px;
  flex:none
}
.trust-list h3 {
  font-size:20px;
  letter-spacing:-.025em
}
.trust-list p {
  color:var(--muted);
  font-size:14px;
  margin-top:9px
}
.social-grid {
  display:grid;
  grid-template-columns:1fr 1.1fr;
  padding-block:80px;
  gap:105px;
  align-items:center
}
.social-number {
  border-right:1px solid #c5cdc7;
  padding-right:70px;
  display:flex;
  flex-direction:column;
  align-items:flex-start
}
.social-number>.eyebrow {
  font-size:10px;
  margin-bottom:5px
}
.social-number>strong {
  font-size:155px;
  line-height:1.2;
  letter-spacing:-.09em;
  font-weight:500;
  color:#123b47
}
.social-number>strong span {
  font-size:85px;
  letter-spacing:-.05em
}
.social-denominator {
  font-size:9px;
  letter-spacing:.1em;
  color:#536a71
}
.social-bar {
  width:100%;
  height:5px;
  background:#d6dbd3;
  margin-top:25px
}
.social-bar>span {
  display:block;
  width:4%;
  height:100%;
  background:#ae800e
}
.social-copy>.eyebrow {
  font-size:10px
}
.social-copy h2 {
  font-size:37px
}
.social-copy>p:not(.eyebrow) {
  font-size:15px;
  color:var(--ink-muted);
  margin-top:23px
}
.social-copy .social-note {
  font-size:11px!important
}
.closing {
  background:radial-gradient(ellipse at 15% 85%,#16495866,transparent 60%),var(--deep)
}
.closing-grid {
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:90px;
  align-items:center
}
.closing h2 {
  font-size:43px
}
.closing p:not(.eyebrow) {
  font-size:15px;
  color:var(--muted);
  margin-top:24px;
  max-width:430px
}
.access-card {
  border:1px solid var(--line);
  border-radius:9px;
  padding:30px;
  background:linear-gradient(130deg,#ffffff0b,#ffffff03)
}
.access-status {
  font-size:10px;
  letter-spacing:.08em;
  color:var(--yellow)
}
.access-card h3 {
  font-size:24px;
  margin-top:18px
}
.closing .access-card p {
  font-size:13px;
  margin-top:15px
}
.access-card .button {
  margin-top:22px;
  width:100%;
  justify-content:space-between
}
.closing .access-card .ios-note {
  font-size:11px;
  text-align:center;
  color:#a2b6bf
}
.site-footer {
  background:#06212c;
  border-top:1px solid var(--line);
  padding-top:52px
}
.footer-main {
  display:grid;
  grid-template-columns:1.2fr .9fr 1fr 1fr;
  gap:35px;
  padding-bottom:45px
}
.footer-main>div>p {
  font-size:12px;
  color:#a9bdc5;
  margin-top:12px
}
.footer-main h3 {
  font-size:10px;
  letter-spacing:.12em;
  color:#b9c8cc;
  margin:7px 0 23px
}
.footer-main>div>a:not(.brand) {
  display:block;
  font-size:12px;
  margin-top:14px;
  color:#a9bdc5
}
.footer-main>div>a:hover {
  color:var(--yellow)
}
.footer-main>div>a.facebook-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:fit-content
}
.facebook-icon {
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#1877f2;
  color:#fff;
  font-family:Arial,sans-serif;
  font-size:17px;
  font-weight:700;
  line-height:1
}
.footer-main .codexa-link {
  margin-top:22px!important;
  font-size:11px!important
}
.codexa-link strong {
  color:#e7ebe8;
  letter-spacing:.05em
}
.footer-bottom {
  padding-block:23px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  color:#809da8;
  font-size:10px
}
.reveal {
  transition:opacity .65s,transform .65s
}
.reveal.is-pending {
  opacity:0;
  transform:translateY(18px)
}
dialog {
  border:1px solid #738990;
  border-radius:12px;
  background:#102f3c;
  color:var(--cream);
  padding:0;
  width:min(950px,94vw);
  max-height:94dvh
}
dialog::backdrop {
  background:#031118e8;
  backdrop-filter:blur(5px)
}
.viewer-panel {
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:14px
}
.viewer-toolbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px
}
.viewer-toolbar h2 {
  font-size:16px;
  letter-spacing:-.015em;
  line-height:1.4
}
.viewer-close {
  flex:none;
  display:flex;
  gap:15px;
  align-items:center;
  background:#e9eee8;
  color:#102f3c;
  border:0;
  padding:9px 13px;
  border-radius:4px;
  font-size:13px;
  min-height:42px
}
.viewer-close span {
  font-size:23px
}
.viewer-image-wrap {
  display:flex;
  justify-content:center;
  min-height:0
}
.viewer-image-wrap img {
  width:auto;
  height:auto;
  max-height:calc(94dvh - 145px);
  max-width:100%;
  object-fit:contain
}
.viewer-panel>a {
  font-size:12px;
  text-align:center;
  padding:5px
}
.viewer-open {
  overflow:hidden
}
@keyframes connect {
  0%,8% {
    transform:scaleX(0);
    opacity:.5
  }
  29%,75% {
    transform:scaleX(1);
    opacity:1
  }
  95%,100% {
    transform:scaleX(1);
    opacity:0
  }
}
@keyframes node {
  0%,33% {
    opacity:1
  }
  45%,100% {
    opacity:0
  }
}
@media(min-width:1450px) {
  .hero-grid {
    min-height:740px
  }
  .hero-visual {
    min-height:615px
  }
  .phone-frame {
    width:265px
  }
}
@media(max-width:1100px) {
  .wrap {
    width:calc(100% - 64px)
  }
  .site-header nav {
    gap:20px
  }
  .nav-support {
    margin-left:0
  }
  .hero-grid {
    grid-template-columns:1.05fr 1fr;
    min-height:640px
  }
  .hero-copy .eyebrow {
    font-size:9px
  }
  .hero-actions {
    gap:18px
  }
  .hero-actions .button {
    padding:16px;
    gap:10px;
    font-size:12px
  }
  .hero-actions .text-link {
    font-size:12px;
    gap:10px
  }
  .hero-visual {
    padding-left:25px;
    min-height:555px
  }
  .phone-frame {
    width:218px
  }
  .visual-note {
    left:0;
    top:49px;
    padding:14px
  }
  .visual-note p {
    font-size:16px
  }
  .connection-card {
    right:-10px;
    bottom:50px;
    padding:14px;
    gap:9px
  }
  .connection-card p {
    font-size:12px
  }
  .connection-icon {
    width:32px;
    height:32px
  }
  .connection-dot {
    margin-left:0
  }
  .section-space {
    padding-block:82px
  }
  .profile-card {
    padding-inline:20px
  }
  .profile-card h3 {
    font-size:24px
  }
  .profile-card>p {
    min-height:105px;
    font-size:14px
  }
  .profile-card .text-link {
    font-size:11px
  }
  .connection-flow {
    grid-template-columns:1fr 65px 1fr 65px 1fr;
    padding-inline:0
  }
  .product-layout {
    gap:50px
  }
  .product-details>h3 {
    font-size:29px
  }
  .feature-list article {
    padding-block:18px
  }
  .social-grid {
    gap:65px
  }
  .social-number {
    padding-right:35px
  }
  .closing-grid {
    gap:55px
  }
  .closing h2 {
    font-size:36px
  }
  .footer-main {
    gap:25px
  }
}
@media(max-width:800px) {
  .site-header {
    height:76px
  }
  .brand {
    font-size:25px
  }
  .menu-toggle {
    display:flex;
    align-items:center;
    gap:14px;
    color:var(--cream);
    background:none;
    border:1px solid var(--line);
    border-radius:4px;
    padding:10px 13px;
    min-height:44px;
    font-size:13px
  }
  .site-header nav {
    display:none;
    position:absolute;
    top:75px;
    left:0;
    right:0;
    padding:25px 32px;
    background:#092c3a;
    border-bottom:1px solid var(--line);
    box-shadow:0 15px 30px #0003;
    flex-direction:column;
    align-items:stretch;
    gap:8px
  }
  .site-header nav.is-open {
    display:flex
  }
  .hero-grid {
    gap:12px;
    padding-top:40px;
    min-height:620px
  }
  .hero-copy .eyebrow {
    max-width:240px;
    font-size:9px
  }
  h1 {
    font-size:42px
  }
  .hero-copy .lead {
    font-size:15px
  }
  .hero-actions {
    align-items:start;
    flex-direction:column;
    gap:18px
  }
  .hero-endorsement {
    margin-top:27px
  }
  .hero-visual {
    padding-left:5px;
    min-height:495px
  }
  .phone-frame {
    width:195px
  }
  .visual-note {
    top:12px;
    left:-10px;
    padding:11px
  }
  .visual-note .tiny-label {
    font-size:8px
  }
  .visual-note p {
    font-size:14px
  }
  .connection-card {
    right:-5px;
    bottom:48px;
    padding:12px
  }
  .connection-icon {
    display:none
  }
  .visual-caption {
    font-size:9px;
    bottom:10px;
    white-space:nowrap
  }
  .hero-bottom {
    font-size:8px
  }
  .hero-bottom a {
    font-size:11px
  }
  .section-heading {
    gap:30px
  }
  .section-heading>p {
    max-width:250px;
    font-size:14px
  }
  .profile-grid {
    gap:13px
  }
  .profile-card {
    padding-inline:15px
  }
  .profile-card h3 {
    font-size:21px
  }
  .profile-card>p {
    font-size:13px;
    min-height:113px
  }
  .profile-card .text-link {
    line-height:1.5
  }
  .profile-art {
    height:165px
  }
  .profile-art>svg {
    width:70px;
    height:70px
  }
  .drawing-circle {
    width:105px;
    height:105px
  }
  .profile-card:nth-child(2) .drawing-circle {
    width:95px;
    height:95px
  }
  .profile-card:nth-child(3) .drawing-circle {
    width:80px;
    height:80px
  }
  .art-dimension {
    font-size:6px
  }
  .steps {
    gap:24px
  }
  .steps li {
    gap:11px
  }
  .steps p {
    font-size:13px
  }
  .product-layout {
    gap:35px;
    grid-template-columns:1fr 1fr
  }
  .product-details>h3 {
    font-size:27px
  }
  .feature-list article {
    gap:12px
  }
  .feature-list p {
    font-size:13px
  }
  .feature-list h4 {
    font-size:17px
  }
  .small-gallery {
    gap:17px
  }
  .capture-note {
    font-size:10px
  }
  .trust-grid {
    gap:45px
  }
  .trust h2 {
    font-size:32px
  }
  .social-grid {
    gap:40px;
    padding-block:64px
  }
  .social-number>strong {
    font-size:135px
  }
  .social-copy h2 {
    font-size:30px
  }
  .social-copy>p:not(.eyebrow) {
    font-size:14px
  }
  .closing-grid {
    gap:30px
  }
  .closing h2 {
    font-size:33px
  }
  .access-card {
    padding:23px
  }
  .access-card h3 {
    font-size:21px
  }
  .footer-main {
    grid-template-columns:1.2fr 1fr;
    gap:35px
  }
}
@media(max-width:600px) {
  :root {
    scroll-padding-top:85px
  }
  .wrap {
    width:calc(100% - 40px)
  }
  .section-space {
    padding-block:64px
  }
  .site-header {
    height:72px
  }
  .site-header nav {
    top:71px;
    padding-inline:20px
  }
  .hero-grid {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    padding-block:38px 20px;
    gap:25px
  }
  .hero-copy .eyebrow {
    max-width:none;
    font-size:8px;
    letter-spacing:.08em;
    margin-bottom:22px
  }
  .hero-copy h1 {
    font-size:clamp(40px,10vw,56px);
    max-width:430px;
    margin-bottom:23px
  }
  .hero-copy .lead {
    font-size:16px;
    max-width:450px
  }
  .hero-actions {
    flex-direction:row;
    align-items:center;
    gap:22px;
    margin-top:25px
  }
  .hero-actions .button {
    font-size:12px;
    padding:16px 14px;
    gap:8px
  }
  .hero-actions .text-link {
    font-size:12px
  }
  .hero-actions .button svg {
    width:17px
  }
  .hero-note {
    font-size:11px;
    margin-top:13px
  }
  .hero-endorsement {
    display:none
  }
  .hero-visual {
    min-height:485px;
    padding:20px 0 32px;
    margin-inline:0;
    justify-content:center
  }
  .phone-frame {
    width:207px;
    transform:rotate(2deg)
  }
  .phone-frame:hover {
    transform:rotate(0)
  }
  .visual-note {
    left:0;
    top:37px;
    padding:12px 14px
  }
  .visual-note p {
    font-size:14px
  }
  .connection-card {
    right:0;
    bottom:58px;
    padding:12px 14px
  }
  .connection-icon {
    display:grid;
    width:30px;
    height:30px
  }
  .connection-card .tiny-label {
    font-size:8px
  }
  .connection-card p {
    font-size:12px
  }
  .visual-caption {
    bottom:5px;
    font-size:9px
  }
  .hero-bottom {
    padding-block:20px;
    gap:20px
  }
  .hero-bottom>span {
    font-size:8px;
    max-width:160px;
    line-height:1.6
  }
  .hero-bottom a {
    font-size:10px;
    white-space:nowrap
  }
  .hero-bottom a span {
    margin-left:10px
  }
  .section-heading {
    display:block;
    margin-bottom:32px
  }
  .eyebrow {
    font-size:10px;
    margin-bottom:18px
  }
  h2 {
    font-size:33px
  }
  .section-heading>p {
    margin-top:22px;
    max-width:100%;
    font-size:15px
  }
  .profile-grid {
    grid-template-columns:1fr;
    gap:20px
  }
  .profile-card {
    padding:0 24px 24px;
    display:grid;
    grid-template-columns:1fr 115px;
    column-gap:12px
  }
  .profile-art {
    grid-column:2;
    grid-row:1 / 4;
    height:auto;
    min-height:157px;
    margin:0 -12px 0 0;
    border-bottom:0;
    align-self:center
  }
  .profile-art>svg {
    width:66px;
    height:66px
  }
  .drawing-circle {
    width:90px;
    height:90px
  }
  .profile-card:nth-child(2) .drawing-circle {
    width:80px;
    height:80px
  }
  .profile-card:nth-child(3) .drawing-circle {
    width:68px;
    height:68px
  }
  .art-dimension {
    display:none
  }
  .profile-number {
    padding-top:27px;
    white-space:nowrap;
    font-size:9px
  }
  .profile-card h3 {
    font-size:26px;
    margin-top:17px;
    margin-bottom:15px
  }
  .profile-card>p {
    grid-column:1/-1;
    min-height:0;
    font-size:15px
  }
  .profile-card .text-link {
    grid-column:1/-1;
    font-size:12px;
    margin-top:20px
  }
  .flow-panel {
    padding:18px
  }
  .flow-toolbar {
    align-items:start
  }
  .flow-toolbar>.tiny-label {
    font-size:8px;
    max-width:150px
  }
  .motion-toggle {
    font-size:10px;
    padding:7px 8px;
    gap:6px;
    min-height:36px;
    white-space:nowrap
  }
  .connection-flow {
    grid-template-columns:1fr;
    padding:28px 8px 22px;
    gap:0
  }
  .flow-node {
    display:grid;
    grid-template-columns:58px 1fr;
    text-align:left;
    column-gap:20px;
    align-items:center
  }
  .node-symbol {
    width:58px;
    height:58px;
    border-radius:11px;
    margin:0;
    grid-row:1/3
  }
  .node-symbol:after {
    border-radius:11px
  }
  .node-symbol svg {
    width:32px;
    height:32px
  }
  .flow-node h3 {
    font-size:18px;
    align-self:end
  }
  .flow-node p {
    font-size:12px;
    margin-top:5px;
    align-self:start
  }
  .flow-link {
    width:1px;
    height:37px;
    margin:6px 0 6px 28px;
    align-self:auto
  }
  .flow-link span {
    transform-origin:top;
    animation-name:connect-vertical
  }
  .flow-link b {
    right:-4px;
    top:auto;
    bottom:-3px;
    transform:rotate(90deg);
    font-size:12px
  }
  .diagram-note {
    font-size:10px
  }
  .steps {
    grid-template-columns:1fr;
    margin-top:32px;
    gap:25px
  }
  .steps li {
    gap:21px
  }
  .steps p {
    font-size:14px;
    margin-top:7px
  }
  .product-layout {
    grid-template-columns:1fr;
    gap:38px
  }
  .tablet-frame {
    max-width:380px
  }
  .product-details>h3 {
    font-size:32px
  }
  .feature-list {
    margin-top:24px
  }
  .feature-list article {
    padding:20px 0;
    gap:20px
  }
  .feature-list p {
    font-size:14px
  }
  .feature-list h4 {
    font-size:19px
  }
  .small-gallery {
    padding:20px;
    gap:25px
  }
  .small-gallery strong {
    font-size:23px
  }
  .small-gallery .text-link {
    font-size:12px
  }
  .capture-note {
    font-size:11px
  }
  .trust-grid {
    grid-template-columns:1fr;
    gap:35px
  }
  .trust-list p {
    font-size:14px
  }
  .social-grid {
    grid-template-columns:1fr;
    gap:35px;
    padding-block:57px
  }
  .social-number {
    border-right:0;
    border-bottom:1px solid #c5cdc7;
    padding:0 0 30px;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center
  }
  .social-number>.eyebrow {
    grid-column:1/-1;
    font-size:10px
  }
  .social-number>strong {
    font-size:120px
  }
  .social-number>strong span {
    font-size:65px
  }
  .social-denominator {
    font-size:10px;
    line-height:1.8;
    padding-left:20px;
    max-width:160px
  }
  .social-bar {
    grid-column:1/-1;
    margin-top:0
  }
  .social-copy h2 {
    font-size:33px
  }
  .social-copy>p:not(.eyebrow) {
    font-size:15px
  }
  .closing-grid {
    grid-template-columns:1fr;
    gap:32px
  }
  .closing h2 {
    font-size:34px
  }
  .closing p:not(.eyebrow) {
    margin-top:20px
  }
  .access-card {
    padding:25px
  }
  .access-card h3 {
    font-size:25px
  }
  .closing .access-card p {
    font-size:14px
  }
  .footer-main {
    grid-template-columns:1fr 1fr;
    gap:34px 20px
  }
  .footer-main>div:first-child {
    grid-column:1/-1
  }
  .footer-main>div:last-child {
    grid-column:1/-1
  }
  .footer-main h3 {
    margin-bottom:21px
  }
  .footer-main>div>a:not(.brand) {
    font-size:12px
  }
  .footer-bottom {
    gap:25px;
    font-size:9px;
    line-height:1.5
  }
  .footer-bottom span:last-child {
    text-align:right;
    max-width:190px
  }
  .viewer-panel {
    padding:12px
  }
  .viewer-toolbar h2 {
    font-size:13px
  }
  .viewer-close {
    padding:7px 10px;
    font-size:12px;
    gap:7px
  }
  .viewer-image-wrap img {
    max-height:calc(94dvh - 140px)
  }
}
@keyframes connect-vertical {
  0%,8% {
    transform:scaleY(0);
    opacity:.5
  }
  29%,75% {
    transform:scaleY(1);
    opacity:1
  }
  95%,100% {
    transform:scaleY(1);
    opacity:0
  }
}
@media(prefers-reduced-motion:reduce) {
  :root {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
  .reveal.is-pending {
    opacity:1;
    transform:none
  }
  .phone-frame {
    transform:none
  }
  .flow-link span {
    transform:none;
    opacity:.8
  }
  .node-symbol:after {
    opacity:.5
  }
}
/* Legibilidad: el texto informativo nunca se trata como textura. */
.eyebrow,.tiny-label,.profile-number,.hero-copy .eyebrow,.hero-note,.hero-endorsement,.visual-note .tiny-label,.connection-card .tiny-label,.visual-caption,.hero-bottom>span,.flow-toolbar>.tiny-label,.diagram-note,.product-screen figcaption,.product-details>.eyebrow,.small-gallery .tiny-label,.capture-note,.social-number>.eyebrow,.social-copy>.eyebrow,.social-denominator,.social-copy .social-note,.access-status,.closing .access-card .ios-note,.footer-main h3,.footer-main .codexa-link,.footer-bottom {
  font-size:12px!important
}
.profile-card>p,.steps p,.feature-list p,.trust-list p,.social-copy>p:not(.eyebrow),.closing .access-card p {
  font-size:16px
}
.profile-card .text-link,.small-gallery .text-link,.motion-toggle,.flow-node p,.footer-main>div>a:not(.brand) {
  font-size:14px
}
.profile-card .text-link {
  line-height:1.4;
  min-height:44px
}
.motion-toggle,.viewer-close {
  min-height:44px
}
.art-dimension {
  font-size:9px
}
.visual-note {
  left:-14px;
  top:28px
}
.connection-card {
  bottom:34px;
  right:-7px
}
.visual-note .tiny-label,.connection-card .tiny-label {
  letter-spacing:.04em
}
.profile-card>p {
  min-height:110px
}
.profile-card .text-link {
  align-items:start
}
.hero-copy .eyebrow {
  max-width:460px;
  letter-spacing:.075em
}
.hero-bottom>span {
  letter-spacing:.04em
}
.visual-caption {
  bottom:-13px
}
.product-details>.eyebrow {
  letter-spacing:.07em
}
.footer-main>div>a:not(.brand) {
  line-height:1.5
}
.small-gallery .tiny-label {
  letter-spacing:.04em
}
@media(max-width:1100px) {
  .profile-card>p {
    min-height:140px
  }
  .hero-copy .eyebrow {
    max-width:310px
  }
  .visual-note {
    left:-10px;
    top:10px;
    max-width:180px
  }
  .visual-note p {
    font-size:16px
  }
  .connection-card {
    bottom:29px
  }
  .hero-visual {
    padding-bottom:28px
  }
  .visual-caption {
    bottom:-9px;
    font-size:11px!important
  }
  .profile-grid {
    gap:17px
  }
  .profile-card .text-link {
    font-size:13px
  }
}
@media(min-width:601px) and (max-width:850px) {
  .profile-grid {
    grid-template-columns:1fr
  }
  .profile-card {
    display:grid;
    grid-template-columns:180px 1fr;
    column-gap:30px;
    padding:25px
  }
  .profile-art {
    grid-column:1;
    grid-row:1/5;
    min-height:210px;
    height:100%;
    margin:0;
    border:0
  }
  .profile-number {
    grid-column:2
  }
  .profile-card h3 {
    font-size:28px;
    grid-column:2
  }
  .profile-card>p {
    grid-column:2;
    min-height:0
  }
  .profile-card .text-link {
    grid-column:2;
    margin-top:15px
  }
  .product-layout {
    grid-template-columns:1fr;
    gap:40px
  }
  .product-details {
    max-width:600px;
    margin-inline:auto
  }
  .visual-note {
    display:none
  }
  .hero-bottom>span {
    max-width:340px
  }
  .closing-grid {
    grid-template-columns:1fr 1fr
  }
  .connection-card {
    max-width:265px
  }
  .connection-card .tiny-label {
    font-size:10px!important
  }
  .social-denominator {
    line-height:1.6
  }
}
@media(max-width:600px) {
  .hero-copy .eyebrow {
    max-width:310px;
    line-height:1.6;
    letter-spacing:.06em
  }
  .hero-visual {
    min-height:555px;
    padding:5px 0 85px
  }
  .visual-note {
    display:none
  }
  .connection-card {
    left:0;
    right:0;
    bottom:33px;
    justify-content:center;
    background:#23434f
  }
  .connection-card .tiny-label {
    font-size:11px!important
  }
  .connection-card p {
    font-size:14px
  }
  .visual-caption {
    bottom:4px;
    font-size:10px!important
  }
  .hero-bottom>span {
    font-size:10px!important
  }
  .hero-bottom a {
    font-size:12px
  }
  .profile-card>p {
    min-height:0
  }
  .profile-number {
    font-size:11px!important
  }
  .profile-card .text-link {
    font-size:14px
  }
  .flow-toolbar {
    flex-direction:column;
    gap:14px
  }
  .flow-toolbar>.tiny-label {
    max-width:none;
    font-size:11px!important
  }
  .flow-node p {
    font-size:13px
  }
  .social-number>.eyebrow {
    line-height:1.6
  }
  .social-denominator {
    font-size:11px!important
  }
  .footer-bottom {
    font-size:11px!important
  }
  .viewer-toolbar h2 {
    font-size:14px
  }
}
.capture-note,.product-screen figcaption {
  color:#52666c
}
.profile-card>p {
  color:#52666c
}
@media(max-width:360px) {
  .profile-card {
    grid-template-columns:1fr 85px;
    padding-inline:20px
  }
  .profile-art {
    margin-right:0
  }
  .profile-card h3 {
    font-size:23px
  }
  .hero-actions {
    gap:12px
  }
  .hero-actions .button {
    font-size:11px
  }
  .hero-actions .text-link {
    font-size:11px
  }
  .closing h2 {
    font-size:30px
  }
}

/* Soporte: formulario local y créditos de mantenimiento. */
.webmaster-link { color:var(--yellow); font-size:70%; font-weight:700; letter-spacing:.09em; margin-left:18px; display:inline-block; padding-block:8px; }
.webmaster-link:hover { color:#ffda79; }
.footer-credits { display:flex; align-items:center; flex-wrap:wrap; }
.support-trigger { border:0; padding:12px 0; background:transparent; color:#d0dbdd; font:inherit; text-align:left; }
.support-trigger:hover { color:var(--yellow); }
.footer-support { display:block; color:#a9bdc5; font-size:14px; padding:0; margin-top:14px; min-height:24px; }
#support-dialog,#sales-dialog { width:min(700px,94vw); max-height:92dvh; }
.support-panel { padding:30px; }
.support-heading { display:flex; justify-content:space-between; align-items:start; gap:20px; }
.support-heading .eyebrow { color:#b3c2c7; margin-bottom:10px; }
.support-heading h2 { font-size:32px; }
.support-close { flex:none; width:44px; height:44px; border:1px solid var(--line); border-radius:5px; background:#213f4b; color:var(--cream); font-size:28px; }
#support-intro,#sales-intro { font-size:14px; color:#b3c2c7; margin-block:18px 25px; }
#support-intro strong,#sales-intro strong { font-weight:500; color:var(--cream); }
.support-fields { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.support-fields label { display:flex; flex-direction:column; gap:8px; font-size:14px; color:var(--cream); min-width:0; }
.support-fields label>span { color:#b3c2c7; font-size:12px; display:contents; }
.field-wide { grid-column:1/-1; }
.support-fields input,.support-fields select,.support-fields textarea { width:100%; min-width:0; font:inherit; font-size:16px; color:var(--cream); background:#092632; border:1px solid #78909a; border-radius:5px; padding:12px; min-height:46px; }
.support-fields textarea { resize:vertical; }
.support-fields select { color-scheme:dark; }
.support-fields input::placeholder,.support-fields textarea::placeholder { color:#a7bbc3; }
.support-fields select:disabled { opacity:.65; cursor:not-allowed; }
.support-fields .confirmation-field { flex-direction:row; align-items:flex-start; gap:12px; cursor:pointer; line-height:1.5; }
.support-fields .confirmation-field input { width:22px; min-width:22px; min-height:22px; height:22px; margin:1px 0 0; padding:0; accent-color:var(--yellow); }
.support-fields .confirmation-field>span { display:block; color:var(--cream); font-size:14px; }
.character-limit { display:block!important; color:#b3c2c7!important; font-size:12px!important; }
.location-note { font-size:12px; color:#b3c2c7; margin-top:-7px; }
.support-delivery-note { font-size:13px; color:#c2d1d6; margin-top:23px; }
#support-status,.form-status { font-size:14px; color:var(--yellow); margin-top:12px; }
#support-status:empty,.form-status:empty { display:none; }
.support-actions { display:flex; justify-content:space-between; align-items:center; gap:18px; margin-top:22px; }
.support-actions>a { font-size:12px; color:#c2d1d6; }
.support-actions button:disabled { background:#485c64; border-color:#485c64; color:#d8e1e3; cursor:not-allowed; transform:none; }
@media(max-width:600px) {
  .support-panel { padding:20px; }
  .support-fields { grid-template-columns:1fr; gap:16px; }
  .support-heading h2 { font-size:28px; }
  .support-actions { align-items:stretch; flex-direction:column-reverse; }
  .support-actions>a { text-align:center; padding:7px; }
  .footer-credits { gap:5px 12px; }
  .webmaster-link { margin-left:0; }
}

/* Documentos legales: páginas locales con lectura y cierre en ventana superpuesta. */
#legal-dialog { width:min(1000px,94vw); height:92dvh; max-height:92dvh; overflow:hidden; }
.legal-dialog-panel { height:100%; display:flex; flex-direction:column; }
.legal-toolbar { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:16px 22px; flex:none; }
.legal-toolbar h2 { font-size:18px; line-height:1.4; letter-spacing:-.02em; }
#legal-frame { display:block; flex:1; min-height:0; width:100%; border:0; background:var(--cream); }
#legal-open-page { padding:14px 20px; text-align:center; font-size:13px; flex:none; }
@media(max-width:600px) { .legal-toolbar { padding:12px; gap:12px; }.legal-toolbar h2 { font-size:15px; }#legal-open-page { font-size:12px; } }

/* Publicidad: acceso reservado, pendiente de activación. */
.advertising-access { border:0; padding:12px 0; background:transparent; color:#b3c2c7; font:inherit; text-align:left; cursor:default; }
@media (min-width:801px) and (max-width:1000px) { .site-header nav { gap:14px; }.site-header .brand { font-size:24px; }.site-header .button-small { padding-inline:12px; } }

/* El PNG original actúa como máscara de luminancia: blanco visible, negro transparente. */
.codexa-signature { display:inline-flex; align-items:center; gap:7px; vertical-align:middle; white-space:nowrap; }
.codexa-monogram { display:inline-block; width:38px; height:32px; flex:none; background:#fff; mask-image:url("assets/codexa-monograma.png"); mask-mode:luminance; mask-size:72px 72px; mask-position:center; mask-repeat:no-repeat; }
.codexa-monogram img { display:none; }

/* Referido Hostinger, debajo del respaldo CODEXA. */
.footer-main>div>a.hostinger-referral{display:block;margin-top:18px;max-width:290px;color:#b3c2c7;font-size:12px;line-height:1.7}
.hostinger-referral strong{color:var(--yellow);font-weight:600}
.footer-main>div>a.hostinger-referral:hover{color:var(--cream)}
