:root {
  --access-ink: #062752;
  --access-navy: #041b38;
  --access-navy-deep: #020d22;
  --access-blue: #3aaeea;
  --access-sky: #83d5fb;
  --access-ice: #edf6fb;
  --access-paper: #f7fafc;
  --access-muted: #5f7189;
  --access-line: #d5e2ec;
  --access-shell: min(1320px, calc(100% - 64px));
  --access-ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--access-paper);
  color: var(--access-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #73cdf7; outline-offset: 4px; }
[hidden] { display: none !important; }

.access-shell { width: var(--access-shell); margin-inline: auto; }
.access-eyebrow,
.access-kicker,
.access-product-label {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  color: #a8dbf8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}
.access-eyebrow > span { display: inline-block; width: 38px; height: 2px; background: currentColor; box-shadow: 13px 0 12px rgba(113, 207, 249, .7); }
.access-eyebrow--blue { color: #267eaf; }
.access-kicker { color: #2c91c3; }

[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .75s var(--access-ease), transform .75s var(--access-ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* Header */
.access-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(183, 224, 246, .22);
  color: #fff;
  transition: background-color .28s ease, backdrop-filter .28s ease, box-shadow .28s ease;
}
.access-header.is-scrolled {
  position: fixed;
  background: rgba(3, 23, 51, .86);
  box-shadow: 0 10px 32px rgba(1, 9, 27, .18);
  backdrop-filter: blur(18px);
}
.access-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--access-shell);
  min-height: 92px;
  margin-inline: auto;
  gap: 30px;
}
.access-brand { display: inline-flex; align-items: center; width: 152px; height: 58px; }
.access-brand img { width: 100%; max-height: 58px; object-fit: contain; object-position: left center; }
.access-desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(21px, 2.5vw, 42px); margin-left: auto; }
.access-desktop-nav a { position: relative; padding: 8px 0; color: rgba(244, 250, 255, .92); font-size: 13px; font-weight: 700; }
.access-desktop-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--access-sky); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .22s var(--access-ease); }
.access-desktop-nav a:hover::after, .access-desktop-nav a:focus-visible::after { transform: scaleX(1); }
.access-header-cta,
.access-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  gap: 20px;
  padding: 14px 20px 14px 25px;
  border: 1px solid rgba(214, 243, 255, .65);
  border-radius: 6px;
  background: linear-gradient(135deg, #80d7ff, #35a8e9);
  color: #042650;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(18, 151, 219, .2);
  transition: transform .22s var(--access-ease), box-shadow .22s var(--access-ease), filter .22s ease;
}
.access-header-cta { min-height: 50px; padding-inline: 19px; color: #fff; background: rgba(48, 159, 221, .84); }
.access-primary-cta span, .access-header-cta span { font-size: 21px; font-weight: 400; line-height: 1; }
.access-primary-cta:hover, .access-header-cta:hover { filter: saturate(1.08) brightness(1.06); box-shadow: 0 15px 30px rgba(18, 151, 219, .34); transform: translateY(-2px); }
.access-mobile-nav { display: none; position: relative; }
.access-mobile-nav summary { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(188, 228, 251, .6); border-radius: 6px; cursor: pointer; list-style: none; }
.access-mobile-nav summary::-webkit-details-marker { display: none; }
.access-mobile-nav summary::before, .access-mobile-nav summary::after { width: 19px; height: 1px; background: #e5f6ff; content: ""; transition: transform .22s ease; }
.access-mobile-nav summary::after { margin-top: -10px; box-shadow: 0 8px 0 #e5f6ff; }
.access-mobile-nav[open] summary::before { transform: rotate(45deg) translate(3px, 3px); }
.access-mobile-nav[open] summary::after { box-shadow: none; transform: rotate(-45deg) translate(3px, -3px); }
.access-mobile-nav > nav { position: absolute; top: calc(100% + 12px); right: 0; display: grid; min-width: min(292px, calc(100vw - 32px)); padding: 13px; border: 1px solid rgba(184, 226, 250, .24); border-radius: 10px; background: rgba(4, 27, 56, .98); box-shadow: 0 18px 48px rgba(0,0,0,.3); }
.access-mobile-nav > nav > a:not(.access-mobile-contact) { padding: 13px 10px; color: #e8f5fc; font-size: 14px; font-weight: 700; }
.access-mobile-contact { display: flex; justify-content: space-between; gap: 12px; margin-top: 6px; padding: 13px 12px; border-radius: 5px; background: #6fc9f4; color: #03264f; font-size: 14px; font-weight: 800; }

/* Hero */
.access-hero { position: relative; isolation: isolate; min-height: clamp(720px, 56.4vw, 940px); overflow: hidden; background: var(--access-navy-deep); color: #fff; }
.access-hero-art, .access-hero-overlay { position: absolute; inset: 0; margin: 0; }
.access-hero-art { z-index: -2; background: #061c42; }
.access-hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: access-hero-appear 1.15s var(--access-ease) both; }
.access-hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(1, 12, 37, .98) 0%, rgba(2, 15, 43, .93) 29%, rgba(3, 19, 53, .52) 53%, rgba(3, 16, 45, .04) 78%), linear-gradient(0deg, rgba(2, 12, 32, .45), transparent 38%); }
.access-hero-content { display: flex; align-items: center; min-height: inherit; padding-top: 90px; padding-bottom: 54px; }
.access-hero-copy { width: min(580px, 49%); padding-top: 28px; }
.access-hero-copy h1 { max-width: 600px; margin: 26px 0 20px; font-size: clamp(50px, 5.1vw, 78px); font-weight: 800; letter-spacing: -.065em; line-height: .98; }
.access-hero-copy > p:not(.access-eyebrow) { max-width: 555px; margin: 0; color: #d0dfef; font-size: clamp(17px, 1.45vw, 20px); font-weight: 450; letter-spacing: -.025em; line-height: 1.55; }
.access-hero-copy .access-primary-cta { margin-top: 31px; }
.access-hero-copy small { display: block; margin-top: 24px; color: #a5cbe3; font-size: 11px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
@keyframes access-hero-appear { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: none; } }

/* Authority */
.access-authority { padding: clamp(88px, 10vw, 154px) 0 clamp(75px, 8vw, 125px); background: #fff; }
.access-authority-intro { display: grid; grid-template-columns: minmax(180px, .65fr) minmax(0, 1.65fr); gap: 40px; align-items: start; }
.access-authority-intro h2, .access-section-heading h2, .access-clients-heading h2, .access-faq h2 { margin: 0; color: var(--access-ink); font-size: clamp(38px, 4.2vw, 64px); font-weight: 800; letter-spacing: -.06em; line-height: .98; }
.access-authority-intro > div > p { max-width: 670px; margin: 25px 0 0; color: var(--access-muted); font-size: clamp(17px, 1.5vw, 21px); letter-spacing: -.02em; line-height: 1.55; }
.access-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin: clamp(63px, 7.2vw, 98px) 0; border-top: 1px solid var(--access-line); border-bottom: 1px solid var(--access-line); }
.access-stats div { min-height: 150px; padding: 30px 22px; border-right: 1px solid var(--access-line); }
.access-stats div:first-child { padding-left: 0; }
.access-stats div:last-child { border-right: 0; }
.access-stats dt { color: #0b80ba; font-size: clamp(38px, 4vw, 62px); font-weight: 800; letter-spacing: -.065em; line-height: 1; }
.access-stats dd { margin: 10px 0 0; color: #5b718a; font-size: 12px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.access-authority-story { display: grid; grid-template-columns: minmax(0, .93fr) minmax(420px, 1.07fr); gap: clamp(46px, 9vw, 135px); align-items: center; }
.access-authority-story h3 { max-width: 515px; margin: 20px 0; font-size: clamp(31px, 3.25vw, 48px); font-weight: 800; letter-spacing: -.056em; line-height: 1.03; }
.access-authority-story article > p:not(.access-kicker) { max-width: 500px; margin: 0; color: var(--access-muted); font-size: 17px; line-height: 1.65; }
.access-text-link { display: inline-flex; align-items: center; gap: 13px; margin-top: 27px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: #0876b2; font-size: 14px; font-weight: 800; transition: color .2s ease, gap .2s ease; }
.access-text-link:hover { gap: 18px; color: #034c85; }
.access-flow-visual { position: relative; min-height: 360px; overflow: hidden; border: 1px solid #b9d8e9; border-radius: 12px; background: linear-gradient(135deg, #edf8fd 0%, #d8edf8 52%, #e8f6fc 100%); }
.access-flow-visual::before, .access-flow-visual::after { position: absolute; border-radius: 999px; content: ""; }
.access-flow-visual::before { top: -210px; right: -130px; width: 500px; height: 500px; border: 1px solid rgba(36, 150, 209, .25); }
.access-flow-visual::after { bottom: -160px; left: -110px; width: 370px; height: 370px; background: radial-gradient(circle, rgba(54, 170, 230, .2), rgba(54, 170, 230, 0) 65%); }
.access-flow-door { position: absolute; top: 68px; width: 105px; height: 220px; border: 12px solid #0b3b70; border-bottom-width: 0; border-radius: 5px 5px 0 0; background: linear-gradient(135deg, #104a85, #0a2e59); box-shadow: inset -17px 0 rgba(0,0,0,.16), 12px 15px 22px rgba(16, 57, 94, .15); }
.access-flow-door::after { position: absolute; top: 88px; right: 21px; width: 9px; height: 9px; border-radius: 50%; background: #8addff; box-shadow: 0 0 0 6px rgba(129, 216, 255, .18); content: ""; }
.access-flow-door--one { left: 16%; transform: perspective(480px) rotateY(-11deg); }
.access-flow-door--two { right: 15%; transform: perspective(480px) rotateY(11deg); }
.access-flow-route { position: absolute; top: 57%; right: 24%; left: 24%; height: 1px; border-top: 2px dashed rgba(9, 126, 187, .7); transform: rotate(-5deg); }
.access-flow-signal { position: absolute; width: 19px; height: 19px; border-radius: 50%; border: 5px solid #fff; background: #2ca6e4; box-shadow: 0 0 0 8px rgba(44, 166, 228, .2), 0 4px 12px rgba(6, 69, 122, .25); animation: access-signal 2.6s ease-in-out infinite; }
.access-flow-signal--one { top: 49%; left: 39%; }
.access-flow-signal--two { top: 39%; right: 35%; animation-delay: .8s; }
.access-flow-visual figcaption { position: absolute; right: 25px; bottom: 22px; display: flex; align-items: center; gap: 11px; color: #0b426e; font-size: 12px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.access-flow-visual figcaption b { color: #1c93cf; font-size: 28px; letter-spacing: -.07em; }
@keyframes access-signal { 0%,100% { transform: scale(1); box-shadow: 0 0 0 8px rgba(44,166,228,.2), 0 4px 12px rgba(6,69,122,.25); } 50% { transform: scale(1.08); box-shadow: 0 0 0 14px rgba(44,166,228,.07), 0 4px 12px rgba(6,69,122,.25); } }

/* Client proof */
.access-clients { padding: clamp(75px, 8.5vw, 128px) 0; background: var(--access-ice); }
.access-clients-heading { display: grid; grid-template-columns: minmax(200px, .6fr) minmax(0, 1.4fr); gap: 38px; align-items: start; }
.access-client-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: clamp(45px, 5.5vw, 76px) 0 0; padding: 1px; background: #c7dce9; list-style: none; }
.access-client-grid li { display: grid; min-height: 154px; place-items: center; padding: 26px; background: #f8fcfe; transition: background-color .26s ease, transform .26s var(--access-ease); }
.access-client-grid li:hover { position: relative; z-index: 1; background: #fff; box-shadow: 0 15px 32px rgba(24, 88, 130, .11); transform: scale(1.025); }
.access-client-grid img { width: min(145px, 78%); max-height: 56px; object-fit: contain; filter: saturate(.8) contrast(.95); transition: filter .25s ease, transform .25s var(--access-ease); }
.access-client-grid li:hover img { filter: none; transform: scale(1.04); }
.access-client-grid .access-client-callout { grid-column: span 2; align-items: stretch; padding: 0; background: var(--access-ink); color: #fff; }
.access-client-callout a { display: flex; flex-direction: column; justify-content: space-between; width: 100%; min-height: 154px; padding: 25px 28px; }
.access-client-callout span { max-width: 250px; font-size: 19px; font-weight: 760; letter-spacing: -.038em; line-height: 1.08; }
.access-client-callout b { color: #8edbff; font-size: 12px; letter-spacing: .02em; }
.access-client-callout i { margin-left: 7px; font-size: 20px; font-style: normal; vertical-align: -2px; }

/* Applications */
.access-applications { padding: clamp(86px, 10vw, 145px) 0 88px; background: linear-gradient(145deg, #061e43, #04162f 72%); color: #fff; overflow: hidden; }
.access-section-heading { max-width: 790px; }
.access-section-heading h2 { margin-top: 20px; }
.access-section-heading > p:last-child { max-width: 680px; margin: 22px 0 0; color: var(--access-muted); font-size: 18px; line-height: 1.6; }
.access-section-heading--dark h2 { color: #fff; }
.access-section-heading--dark > p:last-child { color: #bed2e4; }
.access-application-tabs { display: flex; gap: 4px; margin-top: clamp(44px, 5.5vw, 73px); padding-bottom: 2px; border-bottom: 1px solid rgba(164, 211, 240, .25); overflow-x: auto; scrollbar-width: none; }
.access-application-tabs::-webkit-scrollbar { display: none; }
.access-application-tabs button { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; padding: 15px 14px 17px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #a7c4dc; cursor: pointer; font-size: 13px; font-weight: 750; transition: color .2s ease, border-color .2s ease; }
.access-application-tabs button span { color: #57bce9; font-size: 10px; font-weight: 800; }
.access-application-tabs button:hover, .access-application-tabs button.is-active { border-bottom-color: #81d9ff; color: #fff; }
.access-application-panel { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr); gap: clamp(40px, 7vw, 100px); align-items: center; min-height: 470px; padding: clamp(40px, 5vw, 72px) 0 35px; animation: access-panel-in .5s var(--access-ease) both; }
.access-application-panel figure { position: relative; min-height: 352px; margin: 0; overflow: hidden; border-radius: 10px; background: #0b315e; box-shadow: 20px 22px 0 rgba(58, 172, 233, .14); }
.access-application-panel figure::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(2, 16, 39, .74)); content: ""; }
.access-application-panel figure img { width: 100%; height: 100%; min-height: 352px; object-fit: cover; transition: transform 1.2s var(--access-ease); }
.access-application-panel figure:hover img { transform: scale(1.035); }
.access-application-panel figcaption { position: absolute; z-index: 1; bottom: 20px; left: 22px; display: flex; align-items: center; gap: 10px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.access-application-panel figcaption span { color: #83d9ff; font-size: 25px; letter-spacing: -.06em; }
.access-application-panel h3 { max-width: 470px; margin: 17px 0; font-size: clamp(30px, 3vw, 45px); font-weight: 800; letter-spacing: -.055em; line-height: 1.04; }
.access-application-panel > div > p:not(.access-kicker) { max-width: 470px; margin: 0; color: #c2d3e2; font-size: 17px; line-height: 1.62; }
.access-application-panel ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.access-application-panel li { padding: 7px 10px; border: 1px solid rgba(163, 218, 244, .25); border-radius: 999px; color: #9bdcfb; font-size: 11px; font-weight: 750; }
.access-application-outro { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: end; padding-top: 31px; border-top: 1px solid rgba(162, 210, 239, .25); }
.access-application-outro p { max-width: 700px; margin: 0; color: #bdd0e0; font-size: 16px; line-height: 1.6; }
.access-text-link--light { color: #83d8ff; }
.access-text-link--light:hover { color: #fff; }
@keyframes access-panel-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (max-width: 1060px) {
  :root { --access-shell: min(100% - 48px, 1120px); }
  .access-desktop-nav { gap: 20px; }
  .access-desktop-nav a { font-size: 12px; }
  .access-header-cta { padding-inline: 14px; }
  .access-hero-copy { width: 55%; }
  .access-authority-story { grid-template-columns: minmax(0, 1fr) minmax(350px, .95fr); gap: 55px; }
  .access-client-grid { grid-template-columns: repeat(3, 1fr); }
}

/* The navigation switches before the desktop links become cramped on tablets. */
@media (max-width: 860px) {
  .access-desktop-nav, .access-header-cta { display: none; }
  .access-mobile-nav { display: block; }
}

@media (max-width: 760px) {
  :root { --access-shell: calc(100% - 36px); }
  html { scroll-padding-top: 76px; }
  .access-header-inner { min-height: 74px; }
  .access-brand { width: 126px; height: 50px; }
  .access-brand img { max-height: 50px; }
  .access-desktop-nav, .access-header-cta { display: none; }
  .access-mobile-nav { display: block; }
  .access-hero { min-height: 925px; }
  .access-hero-art { inset: 505px 0 0; }
  .access-hero-art img { object-position: 79% center; }
  .access-hero-overlay { background: linear-gradient(180deg, #020b22 0 34%, rgba(2, 10, 30, .94) 50%, rgba(2, 13, 39, .32) 76%, rgba(2, 13, 39, .07) 100%), linear-gradient(90deg, rgba(2, 11, 33, .5), transparent 72%); }
  .access-hero-content { align-items: flex-start; min-height: 0; padding-top: 123px; }
  .access-hero-copy { width: 100%; padding-top: 0; }
  .access-hero-copy h1 { max-width: 500px; margin: 20px 0 17px; font-size: clamp(40px, 12.4vw, 56px); }
  .access-hero-copy > p:not(.access-eyebrow) { max-width: 480px; font-size: 16px; line-height: 1.55; }
  .access-hero-copy .access-primary-cta { width: 100%; margin-top: 25px; }
  .access-hero-copy small { margin-top: 22px; font-size: 9px; }
  .access-authority-intro, .access-clients-heading { grid-template-columns: 1fr; gap: 20px; }
  .access-authority-intro h2, .access-section-heading h2, .access-clients-heading h2, .access-faq h2 { font-size: clamp(36px, 10vw, 53px); }
  .access-authority-intro > div > p { margin-top: 18px; font-size: 17px; }
  .access-stats { grid-template-columns: repeat(2, 1fr); margin: 55px 0; }
  .access-stats div { min-height: 122px; padding: 23px 16px; border-bottom: 1px solid var(--access-line); }
  .access-stats div:nth-child(2) { border-right: 0; }
  .access-stats div:nth-child(-n + 2) { border-bottom: 1px solid var(--access-line); }
  .access-stats div:nth-child(3) { padding-left: 0; }
  .access-stats dt { font-size: 42px; }
  .access-stats dd { font-size: 10px; }
  .access-authority-story { grid-template-columns: 1fr; gap: 38px; }
  .access-authority-story h3 { font-size: 34px; }
  .access-flow-visual { min-height: 305px; }
  .access-flow-door { top: 55px; width: 84px; height: 185px; border-width: 9px; }
  .access-flow-door--one { left: 16%; }
  .access-flow-door--two { right: 15%; }
  .access-client-grid { grid-template-columns: repeat(2, 1fr); margin-top: 38px; }
  .access-client-grid li { min-height: 118px; padding: 18px; }
  .access-client-grid .access-client-callout { grid-column: span 2; }
  .access-client-callout a { min-height: 132px; }
  .access-applications { padding-bottom: 65px; }
  .access-section-heading > p:last-child { margin-top: 17px; font-size: 16px; }
  .access-application-tabs { margin-top: 36px; }
  .access-application-tabs button { padding: 12px 13px 14px; font-size: 12px; }
  .access-application-panel { grid-template-columns: 1fr; gap: 33px; min-height: 0; padding: 35px 0; }
  .access-application-panel figure, .access-application-panel figure img { min-height: 260px; }
  .access-application-panel h3 { font-size: 33px; }
  .access-application-panel > div > p:not(.access-kicker) { font-size: 16px; }
  .access-application-outro { grid-template-columns: 1fr; gap: 4px; align-items: start; }
}

@media (max-width: 420px) {
  :root { --access-shell: calc(100% - 30px); }
  .access-hero { min-height: 935px; }
  .access-hero-art { inset: 535px 0 0; }
  .access-hero-art img { object-position: 81% center; }
  .access-eyebrow, .access-kicker { font-size: 9px; letter-spacing: .1em; }
  .access-eyebrow > span { width: 28px; }
  .access-hero-copy h1 { font-size: 41px; }
  .access-hero-copy > p:not(.access-eyebrow) { font-size: 15px; }
  .access-flow-visual { min-height: 270px; }
  .access-client-grid li { min-height: 103px; }
}

/* Project flow */
.access-process { padding: clamp(84px, 9vw, 136px) 0; background: #fff; }
.access-process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: clamp(50px, 6vw, 82px) 0 35px; padding: 0; border-top: 1px solid var(--access-line); border-bottom: 1px solid var(--access-line); list-style: none; counter-reset: access-step; }
.access-process-list li { position: relative; min-height: 292px; padding: 34px 25px 30px; border-right: 1px solid var(--access-line); }
.access-process-list li:first-child { padding-left: 0; }
.access-process-list li:last-child { border-right: 0; }
.access-process-list b { display: block; color: #2397d0; font-size: 14px; letter-spacing: .06em; }
.access-process-list h3 { margin: 56px 0 13px; font-size: 22px; font-weight: 800; letter-spacing: -.045em; line-height: 1.08; }
.access-process-list p { margin: 0; color: var(--access-muted); font-size: 15px; line-height: 1.58; }
.access-outline-cta { display: inline-flex; align-items: center; gap: 15px; padding: 14px 0 8px; border-bottom: 1px solid #167fb7; color: #0874ac; font-size: 14px; font-weight: 800; transition: gap .2s ease, color .2s ease; }
.access-outline-cta:hover { gap: 20px; color: #034b82; }

/* Products */
.access-products { padding: clamp(88px, 10vw, 148px) 0 clamp(80px, 9vw, 126px); background: #eaf5fb; overflow: hidden; }
.access-product-stage { position: relative; margin-top: clamp(47px, 6vw, 76px); }
.access-product-tabs { display: flex; gap: 7px; padding-bottom: 17px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #a9cce1 transparent; }
.access-product-tabs button { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid #c0d8e8; border-radius: 999px; background: rgba(255,255,255,.52); color: #557089; cursor: pointer; font-size: 12px; font-weight: 760; transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s var(--access-ease); }
.access-product-tabs button span { color: #238ac1; font-size: 10px; }
.access-product-tabs button:hover { border-color: #67bfe9; transform: translateY(-2px); }
.access-product-tabs button.is-active { border-color: #0f80ba; background: #0c75ae; color: #fff; box-shadow: 0 9px 18px rgba(26, 123, 179, .2); }
.access-product-tabs button.is-active span { color: #b8ecff; }
.access-product-panels { min-height: 556px; }
.access-product-panel { display: grid; grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr); gap: clamp(50px, 9vw, 140px); align-items: center; min-height: 556px; animation: access-product-in .55s var(--access-ease) both; }
.access-product-visual { position: relative; display: grid; min-height: 460px; margin: 0; place-items: center; overflow: hidden; border-radius: 10px; background: radial-gradient(circle at 50% 32%, #fff 0, #f4fbff 32%, #d8eef9 100%); }
.access-product-visual::before { position: absolute; right: 7%; bottom: 9%; left: 7%; height: 14%; border-radius: 50%; background: radial-gradient(ellipse, rgba(11, 85, 133, .26), rgba(11, 85, 133, 0) 70%); content: ""; filter: blur(8px); }
.access-product-visual::after { position: absolute; top: -40%; left: -16%; width: 65%; aspect-ratio: 1; border: 1px solid rgba(39, 141, 194, .16); border-radius: 50%; content: ""; }
.access-product-visual img { position: relative; z-index: 1; width: auto; max-width: 70%; max-height: 398px; object-fit: contain; filter: drop-shadow(0 26px 18px rgba(3, 41, 72, .2)); animation: access-product-object .6s var(--access-ease) both; }
.access-product-visual--max img { max-width: 54%; max-height: 411px; }
.access-product-visual--idface img { max-width: 42%; max-height: 420px; }
.access-product-visual--idflex img { max-width: 60%; max-height: 360px; }
.access-product-visual--idclass img { max-width: 61%; max-height: 355px; }
.access-product-visual--idclass-facial img { max-width: 50%; max-height: 360px; }
.access-product-visual--revolution img { max-width: 92%; max-height: 365px; mix-blend-mode: multiply; filter: drop-shadow(0 20px 18px rgba(3, 41, 72, .24)); }
.access-product-copy { max-width: 590px; }
.access-product-label { color: #187bac; }
.access-product-copy h3 { margin: 16px 0 5px; color: #062a55; font-size: clamp(48px, 5.8vw, 80px); font-weight: 800; letter-spacing: -.075em; line-height: .95; }
.access-product-copy h4 { max-width: 510px; margin: 0; color: #0775b2; font-size: clamp(20px, 2vw, 27px); font-weight: 760; letter-spacing: -.045em; line-height: 1.12; }
.access-product-copy > p:not(.access-product-label) { max-width: 510px; margin: 22px 0 0; color: var(--access-muted); font-size: 17px; line-height: 1.6; }
.access-product-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 0; padding: 0; list-style: none; }
.access-product-copy li { padding: 7px 10px; border-radius: 999px; background: #d6ecf8; color: #38637d; font-size: 11px; font-weight: 760; }
.access-product-copy .access-text-link { margin-top: 29px; }
.access-product-controls { display: flex; align-items: center; gap: 16px; margin-top: -42px; padding-left: calc(45% + 10px); }
.access-product-controls button { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid #93bed7; border-radius: 50%; background: transparent; color: #076a9e; cursor: pointer; font-size: 21px; transition: background-color .2s ease, color .2s ease, transform .2s var(--access-ease); }
.access-product-controls button:hover { background: #0c77b0; color: #fff; transform: translateY(-2px); }
.access-product-controls p { display: flex; align-items: center; gap: 9px; margin: 0; color: #0b72a8; font-size: 13px; font-weight: 800; letter-spacing: .05em; }
.access-product-controls p i { width: 23px; height: 1px; background: #8dbbd6; }
.access-product-progress { width: min(185px, 16vw); height: 2px; overflow: hidden; background: #bbd7e8; }
.access-product-progress i { display: block; width: 0; height: 100%; background: #1994d0; }
.access-products-note { max-width: 690px; margin: 44px 0 0 auto; padding-top: 18px; border-top: 1px solid #bad6e7; color: #668096; font-size: 12px; line-height: 1.55; }
@keyframes access-product-in { from { opacity: 0; transform: translateX(15px); } to { opacity: 1; transform: none; } }
@keyframes access-product-object { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes access-product-progress { from { width: 0; } to { width: 100%; } }

/* Partner technologies */
.access-partners { padding: clamp(74px, 8vw, 111px) 0; background: #052451; color: #fff; }
.access-partners-inner { display: grid; grid-template-columns: minmax(0, .86fr) minmax(380px, 1.14fr); gap: clamp(48px, 9vw, 140px); align-items: center; }
.access-partners h2 { max-width: 560px; margin: 19px 0; color: #fff; font-size: clamp(36px, 3.8vw, 56px); font-weight: 800; letter-spacing: -.06em; line-height: 1; }
.access-partners p:not(.access-eyebrow) { max-width: 510px; margin: 0; color: #b8d3e6; font-size: 17px; line-height: 1.6; }
.access-partner-logos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.access-partner-logos img { display: block; width: 100%; height: 132px; padding: 34px; border: 1px solid rgba(161, 215, 243, .24); background: #fff; object-fit: contain; filter: none; }

/* Sectors */
.access-sectors { padding: clamp(80px, 9vw, 132px) 0; background: #fff; }
.access-sector-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: clamp(48px, 6vw, 76px) 0 0; padding: 1px; background: #d3e2eb; list-style: none; }
.access-sector-list li { display: flex; align-items: baseline; gap: 15px; min-height: 117px; padding: 29px 28px; background: #f8fcfe; transition: background .22s ease, transform .22s var(--access-ease); }
.access-sector-list li:hover { position: relative; z-index: 1; background: #edf8fd; box-shadow: 0 12px 25px rgba(21, 91, 138, .09); transform: translateY(-3px); }
.access-sector-list b { color: #2b98cc; font-size: 12px; }
.access-sector-list span { color: #12385e; font-size: clamp(18px, 1.8vw, 25px); font-weight: 780; letter-spacing: -.04em; }

/* FAQ */
.access-faq { padding: clamp(81px, 9vw, 132px) 0; background: #edf6fb; }
.access-faq-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(48px, 10vw, 155px); }
.access-faq header > p:last-child { max-width: 410px; margin: 20px 0 0; color: var(--access-muted); font-size: 16px; line-height: 1.6; }
.access-faq-list { border-top: 1px solid #bcd4e4; }
.access-faq-list details { border-bottom: 1px solid #bcd4e4; }
.access-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: #0b315d; cursor: pointer; font-size: 16px; font-weight: 760; line-height: 1.35; list-style: none; }
.access-faq-list summary::-webkit-details-marker { display: none; }
.access-faq-list summary span { display: grid; flex: 0 0 27px; width: 27px; height: 27px; place-items: center; border: 1px solid #8bbbd6; border-radius: 50%; color: #147db4; font-size: 20px; font-weight: 400; transition: transform .2s ease, background .2s ease, color .2s ease; }
.access-faq-list details[open] summary span { background: #147db4; color: #fff; transform: rotate(45deg); }
.access-faq-list details p { max-width: 680px; margin: -2px 45px 23px 0; color: #5d7187; font-size: 15px; line-height: 1.65; }

/* Closing + footer */
.access-closing { position: relative; overflow: hidden; padding: clamp(90px, 10vw, 154px) 0; background: radial-gradient(circle at 76% 36%, #0e5689 0, #063364 24%, #041c41 60%, #020c22 100%); color: #fff; }
.access-closing::before { position: absolute; top: -280px; right: -210px; width: 720px; height: 720px; border: 1px solid rgba(146, 220, 255, .16); border-radius: 50%; content: ""; }
.access-closing-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .74fr); gap: clamp(50px, 9vw, 145px); align-items: center; }
.access-closing h2 { max-width: 680px; margin: 22px 0; font-size: clamp(42px, 5vw, 74px); font-weight: 800; letter-spacing: -.068em; line-height: .97; }
.access-closing p:not(.access-eyebrow) { max-width: 555px; margin: 0; color: #c3d8e8; font-size: 18px; line-height: 1.6; }
.access-closing .access-primary-cta { margin-top: 31px; }
.access-closing ul { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 25px 0 0; padding: 0; list-style: none; color: #94d8fb; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.access-closing li:not(:last-child)::after { margin-left: 20px; color: #538eb3; content: "•"; }
.access-closing-art { position: relative; min-height: 365px; margin: 0; }
.access-closing-orbit { position: absolute; top: 9%; right: 0; bottom: 4%; left: 0; border: 1px solid rgba(144, 216, 255, .4); border-radius: 50%; transform: rotate(-33deg); }
.access-closing-orbit::after { position: absolute; top: 28%; right: -7px; width: 15px; height: 15px; border-radius: 50%; background: #94defe; box-shadow: 0 0 0 11px rgba(147,222,254,.14), 0 0 30px rgba(147,222,254,.6); content: ""; animation: access-signal 2.6s ease-in-out infinite; }
.access-closing-door { position: absolute; top: 18%; left: 34%; width: 106px; height: 205px; border: 9px solid #94defe; border-bottom: 0; border-radius: 5px 5px 0 0; background: linear-gradient(125deg, #195e91, #073163); box-shadow: inset -16px 0 rgba(1,17,44,.4), 0 26px 35px rgba(0,0,0,.2); transform: perspective(450px) rotateY(-18deg); }
.access-closing-door::after { position: absolute; top: 82px; right: 18px; width: 8px; height: 8px; border-radius: 50%; background: #b0ebff; box-shadow: 0 0 0 5px rgba(176,235,255,.18); content: ""; }
.access-closing-dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #74d1fa; box-shadow: 0 0 20px #74d1fa; }
.access-closing-dot--one { top: 16%; left: 22%; }
.access-closing-dot--two { right: 12%; bottom: 20%; }
.access-closing-art p { position: absolute; right: 0; bottom: 7%; display: grid; margin: 0; color: #dff4ff; text-align: right; }
.access-closing-art p b { font-size: 18px; letter-spacing: -.045em; }
.access-closing-art p span { margin-top: 4px; color: #86caea; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.access-footer { background: #020e25; color: #d9eafa; }
.access-footer-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(140px, .42fr) minmax(200px, .5fr); gap: clamp(30px, 8vw, 130px); padding: 66px 0 54px; }
.access-footer-brand { display: inline-flex; width: 154px; height: 59px; align-items: center; }
.access-footer-brand img { width: 100%; max-height: 59px; object-fit: contain; object-position: left center; }
.access-footer-inner > div:first-child > p { max-width: 330px; margin: 18px 0 0; color: #91acc1; font-size: 14px; line-height: 1.55; }
.access-footer nav, .access-footer-inner > div:last-child { display: grid; align-content: start; gap: 11px; }
.access-footer nav p, .access-footer-inner > div:last-child > p { margin: 0 0 7px; color: #77c9f2; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.access-footer nav a, .access-footer-inner > div:last-child a { color: #d8eafa; font-size: 13px; transition: color .18s ease; }
.access-footer nav a:hover, .access-footer-inner > div:last-child a:hover { color: #78d5ff; }
.access-footer-bottom { border-top: 1px solid rgba(156, 202, 232, .17); }
.access-footer-bottom > div { display: flex; justify-content: space-between; gap: 22px; padding: 20px 0; color: #7895ac; font-size: 11px; }
.access-footer-bottom a:hover { color: #c9eafe; }

@media (max-width: 1060px) {
  .access-product-panel { grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr); gap: 56px; }
  .access-product-controls { padding-left: 42%; }
  .access-partners-inner, .access-closing-inner { gap: 58px; }
}

@media (max-width: 760px) {
  .access-process-list { grid-template-columns: repeat(2, 1fr); margin-top: 42px; }
  .access-process-list li { min-height: 228px; padding: 22px 17px; border-bottom: 1px solid var(--access-line); }
  .access-process-list li:nth-child(2) { border-right: 0; }
  .access-process-list li:nth-child(3) { padding-left: 0; }
  .access-process-list h3 { margin-top: 38px; font-size: 19px; }
  .access-process-list p { font-size: 14px; }
  .access-product-stage { margin-top: 38px; }
  .access-product-tabs { margin-inline: -2px; padding-bottom: 14px; }
  .access-product-tabs button { font-size: 11px; }
  .access-product-panels { min-height: 0; }
  .access-product-panel { grid-template-columns: 1fr; gap: 34px; min-height: 0; padding-top: 8px; }
  .access-product-visual { min-height: 315px; }
  .access-product-visual img { max-height: 281px; }
  .access-product-visual--max img { max-height: 290px; }
  .access-product-visual--idface img { max-height: 290px; }
  .access-product-copy h3 { font-size: 53px; }
  .access-product-copy h4 { font-size: 22px; }
  .access-product-copy > p:not(.access-product-label) { font-size: 16px; }
  .access-product-controls { margin-top: 30px; padding-left: 0; }
  .access-product-progress { flex: 1; width: auto; }
  .access-products-note { margin-top: 32px; }
  .access-partners-inner { grid-template-columns: 1fr; gap: 34px; }
  .access-partner-logos img { height: 104px; padding: 25px; }
  .access-sector-list { grid-template-columns: repeat(2, 1fr); margin-top: 42px; }
  .access-sector-list li { min-height: 96px; padding: 21px 16px; }
  .access-sector-list span { font-size: 19px; }
  .access-faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .access-closing-inner { grid-template-columns: 1fr; gap: 20px; }
  .access-closing h2 { font-size: clamp(41px, 11vw, 55px); }
  .access-closing p:not(.access-eyebrow) { font-size: 16px; }
  .access-closing-art { min-height: 270px; max-width: 400px; width: 100%; margin: 0 auto; }
  .access-closing-door { left: 38%; width: 91px; height: 174px; }
  .access-footer-inner { grid-template-columns: 1fr 1fr; gap: 38px 28px; padding: 48px 0 42px; }
  .access-footer-inner > div:first-child { grid-column: span 2; }
}

@media (max-width: 420px) {
  .access-process-list li { min-height: 222px; padding-inline: 13px; }
  .access-process-list h3 { font-size: 18px; }
  .access-process-list p { font-size: 13px; }
  .access-product-copy h3 { font-size: 47px; }
  .access-product-copy h4 { font-size: 20px; }
  .access-product-controls { gap: 11px; }
  .access-product-controls button { width: 38px; height: 38px; }
  .access-partner-logos { gap: 9px; }
  .access-partner-logos img { height: 82px; padding: 17px; }
  .access-sector-list li { min-height: 86px; gap: 9px; padding: 17px 12px; }
  .access-sector-list span { font-size: 17px; }
  .access-faq-list summary { font-size: 15px; }
  .access-footer-bottom > div { flex-direction: column; gap: 8px; }
}

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

/* Access landing refinements — shared structure with ATA's other campaign pages. */
.access-authority-video {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid #b9d8e9;
  border-radius: 12px;
  background: #06234a;
  box-shadow: 22px 24px 0 rgba(48, 164, 223, .11);
}

.access-authority-video::after {
  position: absolute;
  right: 18px;
  bottom: 15px;
  left: 18px;
  height: 42%;
  background: linear-gradient(transparent, rgba(1, 14, 34, .78));
  content: "";
  pointer-events: none;
}

.access-authority-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.access-authority-video > span {
  position: absolute;
  z-index: 1;
  bottom: 23px;
  left: 24px;
  color: #e9f9ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.access-authority-partners {
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 48px);
  margin-top: clamp(52px, 6vw, 76px);
  padding-top: 25px;
  border-top: 1px solid var(--access-line);
}

.access-authority-partners p {
  flex: 0 0 auto;
  margin: 0 auto 0 0;
  color: #47708b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.access-authority-partners img {
  width: auto;
  max-width: 148px;
  max-height: 42px;
  object-fit: contain;
  object-position: center;
}

.access-clients-heading > div > p {
  max-width: 660px;
  margin: 21px 0 0;
  color: var(--access-muted);
  font-size: 17px;
  line-height: 1.6;
}

.access-client-grid {
  grid-template-columns: repeat(3, 1fr);
}

.access-client-grid .access-client-callout {
  grid-column: span 1;
}

.access-client-callout a {
  min-height: 154px;
}

.access-client-callout span {
  max-width: none;
  font-size: 17px;
}

.access-product-visual--max img {
  max-width: 42%;
  max-height: 372px;
}

.access-product-panel[data-access-product-panel="garra"] .access-product-visual {
  isolation: isolate;
}

.access-product-panel[data-access-product-panel="garra"] .access-product-visual img {
  max-width: 88%;
  max-height: 390px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 24px 18px rgba(3, 41, 72, .18));
}

.access-closing li:not(:last-child)::after {
  content: "\2022";
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 760px) {
  .access-authority-video,
  .access-authority-video iframe {
    min-height: 252px;
  }

  .access-authority-video > span {
    bottom: 17px;
    left: 18px;
    font-size: 9px;
  }

  .access-authority-partners {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 45px;
    padding-top: 21px;
  }

  .access-authority-partners p {
    grid-column: 1 / -1;
    margin: 0;
  }

  .access-authority-partners img {
    max-width: 132px;
    max-height: 36px;
  }

  .access-clients-heading > div > p {
    margin-top: 17px;
    font-size: 16px;
  }

  .access-client-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .access-client-grid .access-client-callout {
    grid-column: span 2;
  }
}

/* Shared campaign chrome: the Acesso header and footer intentionally use the
   same visual system as the Ponto and Segurança landings. */
.hero-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  height: 84px;
  padding: 0 max(24px, calc((100% - 1320px) / 2));
  border-bottom: 1px solid rgba(162, 214, 255, .24);
  background: linear-gradient(90deg, rgba(4, 24, 59, .8), rgba(7, 43, 88, .62) 55%, rgba(4, 22, 52, .76));
  box-shadow: 0 14px 38px rgba(0, 5, 24, .28), inset 0 -1px 0 rgba(197, 231, 255, .06);
  color: #fff;
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  backdrop-filter: blur(18px) saturate(145%);
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.hero-header.is-scrolled {
  border-bottom-color: rgba(178, 222, 250, .4);
  background: linear-gradient(90deg, rgba(3, 21, 52, .97), rgba(5, 45, 90, .95) 55%, rgba(3, 22, 52, .97));
  box-shadow: 0 12px 28px rgba(0, 7, 27, .36), inset 0 -1px 0 rgba(197, 231, 255, .08);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: 142px;
  height: 66px;
  transition: opacity .18s ease;
}

.brand:hover { opacity: .78; }

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.desktop-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-right: 28px;
  margin-left: auto;
}

.desktop-navigation a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0;
  color: #d7e9fa;
  font-size: 13px;
  font-weight: 720;
  transition: color .16s ease;
}

.desktop-navigation a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: #8bd3ff;
  content: "";
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity .16s ease, transform .16s ease;
}

.desktop-navigation a:hover,
.desktop-navigation a:focus-visible,
.desktop-navigation a[aria-current="page"] { color: #fff; }

.desktop-navigation a:hover::after,
.desktop-navigation a:focus-visible::after,
.desktop-navigation a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 12px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(177, 221, 250, .52);
  border-radius: 6px;
  background: rgba(33, 122, 190, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.header-action span {
  font-size: 19px;
  line-height: 1;
}

.header-action:hover,
.header-action:focus-visible {
  border-color: #fff;
  background: rgba(60, 160, 225, .34);
  color: #fff;
  transform: translateY(-2px);
}

.mobile-navigation {
  position: relative;
  display: none;
}

.site-footer {
  padding: 67px 0 25px;
  background: #05162f;
  color: #fff;
}

.site-footer-inner,
.site-footer-bottom {
  width: min(1240px, calc(100% - 96px));
  margin: 0 auto;
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(130px, .62fr) minmax(220px, .86fr);
  gap: clamp(34px, 8vw, 130px);
  padding-bottom: 58px;
}

.site-footer-brand > a {
  display: inline-flex;
  align-items: center;
  width: 136px;
  height: 68px;
}

.site-footer-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer-brand p {
  max-width: 300px;
  margin: 19px 0 0;
  color: #a9c4dc;
  font-size: 14px;
  line-height: 1.58;
}

.site-footer-links,
.site-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.site-footer-links > p,
.site-footer-contact > p {
  margin: 5px 0 4px;
  color: #74c9f4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.site-footer-links a,
.site-footer-contact a {
  color: #d9eaf6;
  font-size: 14px;
  line-height: 1.35;
  transition: color .16s ease, transform .16s ease;
}

.site-footer-contact a {
  display: inline-flex;
  gap: 8px;
  color: #fff;
  font-weight: 720;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible,
.site-footer-contact a:hover,
.site-footer-contact a:focus-visible {
  color: #73d2ff;
  transform: translateX(3px);
}

.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(159, 207, 241, .16);
  color: #7794ae;
  font-size: 11px;
  line-height: 1.4;
}

.site-footer-bottom p { margin: 0; }

@media (max-width: 960px) {
  .hero-header {
    height: 78px;
    padding: 0 32px;
  }

  .brand {
    width: 126px;
    height: 58px;
  }

  .desktop-navigation { gap: 16px; }
}

@media (max-width: 820px) {
  .hero-header { padding: 0 24px; }

  .desktop-navigation,
  .header-action { display: none; }

  .mobile-navigation { display: block; }

  .mobile-navigation summary {
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(188, 226, 255, .5);
    border-radius: 5px;
    background: rgba(11, 53, 99, .62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    cursor: pointer;
    list-style: none;
  }

  .mobile-navigation summary::-webkit-details-marker { display: none; }

  .mobile-navigation summary i {
    position: absolute;
    left: 12px;
    width: 18px;
    height: 1.5px;
    background: #edf8ff;
    transform-origin: center;
    transition: opacity .18s ease, top .18s ease, transform .18s ease;
  }

  .mobile-navigation summary i:nth-child(1) { top: 15px; }
  .mobile-navigation summary i:nth-child(2) { top: 21px; }
  .mobile-navigation summary i:nth-child(3) { top: 27px; }
  .mobile-navigation[open] summary i:nth-child(1) { top: 21px; transform: rotate(45deg); }
  .mobile-navigation[open] summary i:nth-child(2) { opacity: 0; }
  .mobile-navigation[open] summary i:nth-child(3) { top: 21px; transform: rotate(-45deg); }

  .mobile-navigation nav {
    position: absolute;
    z-index: 5;
    top: calc(100% + 10px);
    right: 0;
    display: grid;
    width: min(280px, calc(100vw - 48px));
    padding: 8px;
    border: 1px solid rgba(170, 217, 255, .25);
    border-radius: 7px;
    background: rgba(4, 25, 59, .94);
    box-shadow: 0 22px 45px rgba(0, 7, 25, .4);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    backdrop-filter: blur(20px) saturate(140%);
  }

  .mobile-navigation nav a {
    padding: 13px 12px;
    border-radius: 4px;
    color: #d7e9fa;
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-navigation nav a:hover,
  .mobile-navigation nav a:focus-visible,
  .mobile-navigation nav a[aria-current="page"] {
    background: rgba(91, 180, 239, .16);
    color: #fff;
  }

  .mobile-navigation nav .mobile-contact {
    margin-top: 4px;
    background: #ed624b;
    color: #fff;
  }

  .hero-header:has(.mobile-navigation[open]) + main .access-hero-content {
    padding-top: 244px;
  }
}

@media (max-width: 840px) {
  .site-footer-inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 680px) {
  .hero-header {
    height: 72px;
    padding: 0 16px;
  }

  .brand {
    width: 112px;
    height: 54px;
  }

  .site-footer { padding-top: 55px; }

  .site-footer-inner,
  .site-footer-bottom { width: calc(100% - 32px); }

  .site-footer-inner { padding-bottom: 43px; }

  .site-footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal],
  .js [data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
}

/* Preserve the approved hero composition from the access landing direction. */
.access-hero {
  min-height: max(720px, 100svh);
}

.access-hero-overlay {
  background:
    linear-gradient(90deg, rgba(2, 12, 29, .96) 0%, rgba(2, 12, 29, .9) 28%, rgba(2, 12, 29, .46) 49%, rgba(2, 12, 29, .06) 75%),
    linear-gradient(180deg, rgba(3, 14, 34, .36), rgba(3, 14, 34, .16) 54%, rgba(3, 14, 34, .42));
}

.access-hero-content {
  min-height: max(720px, 100svh);
  padding-top: 86px;
  padding-bottom: 74px;
}

.access-hero-copy {
  width: min(560px, 100%);
  padding-top: 0;
}

.access-hero-copy h1 {
  max-width: 600px;
  font-size: clamp(52px, 5.1vw, 78px);
}

.access-hero-copy > p:not(.access-eyebrow) {
  max-width: 505px;
  margin: 26px 0 0;
  color: #c4d5e6;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.55;
}

.access-hero-copy .access-primary-cta {
  min-width: 250px;
  margin-top: 28px;
}

.access-hero-copy small {
  color: #9ec1da;
}

@media (max-width: 760px) {
  .access-hero {
    min-height: 790px;
  }

  .access-hero-content {
    align-items: flex-start;
    min-height: 790px;
    padding-top: 125px;
  }

  .access-hero-art {
    top: 386px;
    bottom: 0;
  }

  .access-hero-art img {
    object-position: 80% center;
    transform: none;
  }

  .access-hero-overlay {
    background: linear-gradient(180deg, #020d20 0%, #020d20 42%, rgba(2, 13, 32, .95) 52%, rgba(2, 13, 32, .3) 79%, rgba(2, 13, 32, .12) 100%);
  }

  .access-hero-copy {
    max-width: 100%;
  }

  .access-hero-copy h1 {
    max-width: 365px;
    font-size: clamp(39px, 10.8vw, 47px);
    line-height: 1.02;
  }
}

@media (max-width: 400px) {
  .access-hero,
  .access-hero-content {
    min-height: 740px;
  }

  .access-hero-art {
    top: 370px;
  }

  .access-hero-copy h1 {
    font-size: 37px;
  }
}

/* Shared ATA authority and client system, aligned with the Ponto and Segurança landings. */
.authority-section {
  position: relative;
  overflow: hidden;
  padding: 116px 0 0;
  background: #edf5fb;
  color: #09284d;
}

.authority-container,
.client-area-inner {
  width: min(1240px, calc(100% - 96px));
  margin: 0 auto;
}

.authority-header {
  display: grid;
  grid-template-columns: minmax(210px, .66fr) minmax(0, 1.34fr);
  gap: 58px;
  align-items: start;
}

.authority-section .section-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 9px 0 0;
  color: #2875a8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.authority-section .section-kicker span {
  width: 32px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #0c91d8, rgba(12, 145, 216, .18));
}

.authority-header h2,
.client-area h2 {
  margin: 0;
  color: #09284d;
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.authority-header > div > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: #4d637c;
  font-size: 18px;
  line-height: 1.62;
}

.authority-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 62px 0 78px;
  border-top: 1px solid #cdddea;
  border-bottom: 1px solid #cdddea;
}

.authority-stats > div {
  min-width: 0;
  padding: 28px 26px 27px;
  border-left: 1px solid #cdddea;
}

.authority-stats > div:first-child {
  border-left: 0;
}

.authority-stats dt {
  color: #0b75b8;
  font-size: clamp(30px, 2.7vw, 44px);
  font-weight: 820;
  letter-spacing: -.065em;
  line-height: .95;
}

.authority-stats dd {
  margin: 10px 0 0;
  color: #5d7187;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.35;
  text-transform: uppercase;
}

.authority-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, .7fr);
  overflow: hidden;
  border-radius: 18px;
  background: #062a53;
  box-shadow: 0 24px 54px rgba(17, 59, 94, .16);
}

.authority-story {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 64px 50px;
  background: linear-gradient(132deg, #082f5d 0%, #052548 100%);
}

.authority-panel-kicker,
.authority-video-copy > p {
  margin: 0;
  color: #7ecfff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.authority-story h3 {
  max-width: 620px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(31px, 3.1vw, 47px);
  font-weight: 790;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.authority-story > p:not(.authority-panel-kicker) {
  max-width: 570px;
  margin: 23px 0 0;
  color: #c2d8eb;
  font-size: 16px;
  line-height: 1.65;
}

.authority-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  margin-top: 32px;
  padding: 0 21px 0 23px;
  border: 1px solid rgba(220, 246, 255, .84);
  border-radius: 6px;
  background: #93dbff;
  color: #07315b;
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.authority-action span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: rgba(4, 44, 82, .11);
  font-size: 17px;
}

.authority-action:hover,
.authority-action:focus-visible {
  background: #c9efff;
  box-shadow: 0 13px 27px rgba(0, 7, 31, .28);
  transform: translateY(-2px);
}

.partner-credentials {
  width: 100%;
  margin-top: 44px;
  padding-top: 35px;
  border-top: 1px solid rgba(153, 210, 246, .2);
}

.partner-credentials > p {
  margin: 0 0 13px;
  color: #9fc4df;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.partner-logo-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.authority-section--access .partner-logo-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.partner-logo-card {
  display: grid;
  min-width: 0;
  min-height: 100px;
  margin: 0;
  padding: 12px 11px 10px;
  border: 1px solid rgba(173, 220, 246, .18);
  border-radius: 8px;
  background: rgba(7, 49, 91, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  grid-template-rows: minmax(44px, 1fr) auto;
  gap: 7px;
}

.partner-logo-mark {
  display: grid;
  min-width: 0;
  place-items: center;
}

.partner-logo-mark img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 42px;
  height: auto;
  object-fit: contain;
}

.partner-logo-card--topdata {
  background: rgba(6, 61, 111, .88);
}

.partner-logo-card--topdata .partner-logo-mark img {
  max-width: 161px;
  max-height: 39px;
}

.partner-logo-card--controlid .partner-logo-mark img {
  max-width: 118px;
  max-height: 42px;
}

.partner-logo-card figcaption {
  min-height: 22px;
  color: #c6def0;
  font-size: 9px;
  font-weight: 740;
  letter-spacing: .015em;
  line-height: 1.28;
  text-align: center;
}

.authority-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 47px 34px 38px;
  background: #0a4779;
}

.authority-video-copy {
  width: min(100%, 280px);
}

.authority-video-copy > .authority-video-description {
  margin: 10px 0 0;
  color: #d7ebf7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.authority-video-frame {
  position: relative;
  width: min(100%, 278px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(205, 239, 255, .38);
  background: #03172e;
  box-shadow: 0 18px 34px rgba(0, 9, 28, .32);
}

.authority-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.client-area {
  margin-top: 106px;
  padding: 95px 0 106px;
  border-top: 1px solid #d9e5ee;
  background: #fff;
}

.client-area-header {
  display: grid;
  grid-template-columns: minmax(220px, .66fr) minmax(0, 1.34fr);
  gap: 58px;
  align-items: start;
}

.client-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 7px 0 0;
  color: #09284d;
}

.client-section-kicker-mark {
  display: grid;
  width: 23px;
  height: 29px;
  align-items: end;
  grid-template-columns: repeat(2, 4px);
  gap: 4px;
  padding-bottom: 2px;
  border-bottom: 2px solid #5cc3f4;
}

.client-section-kicker-mark i {
  display: block;
  width: 4px;
  border-radius: 99px;
  background: #0b86ca;
}

.client-section-kicker-mark i:first-child { height: 14px; }
.client-section-kicker-mark i:last-child { height: 23px; background: #50c1f2; }

.client-section-kicker-copy {
  display: grid;
  gap: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.client-section-kicker-copy > span {
  color: #5680a0;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .15em;
}

.client-section-kicker-copy strong {
  color: #167eb9;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: .055em;
}

.client-area h2 {
  max-width: 730px;
  font-size: clamp(36px, 3.5vw, 54px);
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin: 58px 0 0;
  padding: 1px;
  overflow: hidden;
  border: 1px solid #dbe6ee;
  background: #dbe6ee;
  list-style: none;
}

.client-logo-grid li {
  position: relative;
  display: grid;
  min-height: 134px;
  place-items: center;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}

.client-logo-grid li:not(.client-grid-callout) {
  transition: background-color 240ms ease, box-shadow 240ms ease;
}

.client-logo-grid li:not(.client-grid-callout)::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(108deg, transparent 36%, rgba(176, 226, 252, .52) 50%, transparent 64%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-125%);
}

.client-logo-grid img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 76px;
  object-fit: contain;
  transition: transform 260ms cubic-bezier(.2, .75, .25, 1);
}

.client-logo-grid .client-grid-callout {
  z-index: 1;
  display: block;
  padding: 0;
  overflow: hidden;
  background: #eaf6fd;
}

.client-grid-callout a {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 132px;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #eaf6fd;
  color: #09284d;
  isolation: isolate;
  transition: background-color 220ms ease;
}

.client-grid-callout a::before {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 2px;
  background: #1599dc;
  content: "";
  pointer-events: none;
}

.client-callout-title {
  display: grid;
  gap: 1px;
  margin: 0;
  color: #09284d;
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.client-callout-title > span {
  display: block;
  width: fit-content;
  white-space: nowrap;
}

.client-callout-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  color: #147bb5;
  font-size: 10px;
  font-weight: 760;
  line-height: 1.25;
  white-space: nowrap;
}

.client-callout-link i {
  display: inline-block;
  color: #0c639a;
  font-size: 14px;
  font-style: normal;
  line-height: .8;
  transition: transform 220ms ease;
}

@media (hover: hover) {
  .client-logo-grid li:not(.client-grid-callout):hover {
    background: #f4fbff;
    box-shadow: inset 0 0 0 1px rgba(104, 193, 237, .34);
  }

  .client-logo-grid li:not(.client-grid-callout):hover img {
    transform: scale(1.035);
  }

  .client-logo-grid li:not(.client-grid-callout):hover::after {
    opacity: 1;
    transform: translateX(125%);
    transition: opacity 120ms ease, transform 620ms ease;
  }

  .client-grid-callout a:hover { background: #dff2fc; }
  .client-grid-callout a:hover .client-callout-link i { transform: translateX(3px); }
}

@media (max-width: 960px) {
  .authority-section { padding-top: 80px; }

  .authority-container,
  .client-area-inner {
    width: min(100% - 64px, 920px);
  }

  .authority-header,
  .client-area-header {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .authority-section .section-kicker,
  .client-section-kicker { margin-top: 0; }

  .authority-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 48px 0 60px;
  }

  .authority-stats > div:nth-child(3) {
    border-top: 1px solid #cdddea;
    border-left: 0;
  }

  .authority-stats > div:nth-child(4) { border-top: 1px solid #cdddea; }

  .authority-spotlight {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  }

  .authority-story { padding: 49px 42px 40px; }
  .authority-video { padding: 38px 24px 32px; }

  .client-area {
    margin-top: 76px;
    padding: 76px 0 82px;
  }

  .client-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 44px;
  }
}

@media (max-width: 720px) {
  .authority-spotlight { grid-template-columns: 1fr; }
  .authority-story { min-height: 0; }

  .authority-video {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, .72fr);
    gap: 24px;
    align-items: center;
  }

  .authority-video-copy,
  .authority-video-frame { width: 100%; }
}

@media (max-width: 560px) {
  .authority-section { padding-top: 65px; }

  .authority-container,
  .client-area-inner { width: calc(100% - 32px); }

  .authority-section .section-kicker {
    font-size: 9px;
    letter-spacing: .11em;
  }

  .authority-section .section-kicker span { width: 24px; }

  .authority-header h2,
  .client-area h2 { font-size: clamp(34px, 9.6vw, 42px); }

  .authority-header > div > p {
    margin-top: 19px;
    font-size: 16px;
  }

  .authority-stats { margin: 38px 0 48px; }
  .authority-stats > div { padding: 21px 16px 20px; }
  .authority-stats dt { font-size: 31px; }

  .authority-stats dd {
    margin-top: 8px;
    font-size: 9px;
    letter-spacing: .01em;
  }

  .authority-spotlight { border-radius: 12px; }
  .authority-story { padding: 38px 24px 31px; }
  .authority-story h3 { margin-top: 14px; font-size: 31px; }

  .authority-story > p:not(.authority-panel-kicker) {
    margin-top: 18px;
    font-size: 15px;
  }

  .authority-action {
    width: 100%;
    margin-top: 25px;
  }

  .partner-credentials {
    margin-top: 34px;
    padding-top: 25px;
  }

  .partner-logo-row { gap: 6px; }

  .partner-logo-card {
    min-height: 91px;
    padding: 9px 5px 8px;
    border-radius: 6px;
    gap: 5px;
    grid-template-rows: minmax(38px, 1fr) auto;
  }

  .partner-logo-mark img { max-height: 34px; }
  .partner-logo-card--topdata .partner-logo-mark img { max-height: 30px; }
  .partner-logo-card--controlid .partner-logo-mark img { max-width: 76px; max-height: 30px; }

  .partner-logo-card figcaption {
    min-height: 21px;
    font-size: 8px;
    line-height: 1.22;
  }

  .authority-video {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 32px 24px 35px;
  }

  .authority-video-copy,
  .authority-video-frame { width: min(100%, 258px); }

  .authority-video-copy { justify-self: start; }

  .client-area {
    margin-top: 58px;
    padding: 62px 0 66px;
  }

  .client-section-kicker { gap: 10px; }
  .client-section-kicker-mark { width: 21px; height: 27px; }
  .client-section-kicker-copy > span { font-size: 8px; }
  .client-section-kicker-copy strong { font-size: 12px; }

  .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 35px;
  }

  .client-logo-grid li {
    min-height: 108px;
    padding: 14px;
  }

  .client-logo-grid img { height: 62px; }
  .client-logo-grid .client-grid-callout { padding: 0; }
  .client-grid-callout a { min-height: 106px; padding: 14px; }
  .client-callout-title { font-size: 16px; }
  .client-callout-link { font-size: 9px; }
  .client-callout-link i { font-size: 13px; }
}
