:root {
  --navy: #0b1628;
  --navy-2: #12253a;
  --navy-3: #173149;
  --cyan: #22c7f2;
  --cyan-dark: #16aeda;
  --white: #ffffff;
  --light: #f3f6f9;
  --pale: #dce5ed;
  --gray: #697789;
  --charcoal: #1c2735;
  --background: #ffffff;
  --foreground: #0b1628;
  --card: #ffffff;
  --card-foreground: #0b1628;
  --popover: #ffffff;
  --popover-foreground: #0b1628;
  --primary: #0b1628;
  --primary-foreground: #ffffff;
  --secondary: #f3f6f9;
  --secondary-foreground: #0b1628;
  --muted: #f3f6f9;
  --muted-foreground: #697789;
  --accent: #22c7f2;
  --accent-foreground: #0b1628;
  --destructive: #d92d20;
  --border: #dce5ed;
  --input: #dce5ed;
  --ring: #22c7f2;
  --radius: 0.75rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--navy);
  font-family: "Aptos", "Segoe UI", Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 800;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover,
button:hover {
  transform: translateY(-1px);
}

.icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.18em;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon-check {
  color: var(--cyan);
  font-size: 1rem;
}

.screen-row .icon {
  color: var(--cyan);
  font-size: 1.05rem;
}

.service-icon .icon {
  font-size: 1.4rem;
}

::selection {
  background: var(--cyan);
  color: var(--navy);
}

.site-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(220, 229, 237, 0.82);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: 176px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(9%) sepia(25%) saturate(1322%) hue-rotate(175deg) brightness(92%) contrast(97%);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  color: #405064;
  font-size: 0.9rem;
  font-weight: 650;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--cyan);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--navy);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta,
.primary-action,
.form-submit {
  border: 0;
  background: var(--cyan);
  color: var(--navy);
  box-shadow: none;
  font-weight: 800;
}

.header-cta:hover,
.primary-action:hover,
.form-submit:hover {
  background: #55d7f7;
  color: var(--navy);
}

.header-cta svg,
.primary-action svg,
.secondary-action svg,
.form-submit svg,
.process-button svg {
  width: 18px;
  height: 18px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background: var(--navy);
  color: var(--white);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 199, 242, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 199, 242, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent 5%, black 55%, transparent 100%);
}

.hero-section::after {
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(34, 199, 242, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(34, 199, 242, 0.035), 0 0 0 128px rgba(34, 199, 242, 0.025);
  content: "";
}

.hero-signal {
  position: absolute;
  z-index: 1;
  width: 130px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), rgba(34, 199, 242, 0));
  opacity: 0.45;
}

.hero-signal::before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.signal-one {
  top: 26%;
  left: 5%;
  transform: rotate(-15deg);
}

.signal-two {
  right: 9%;
  bottom: 18%;
  transform: rotate(18deg);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.82fr);
  gap: clamp(50px, 7vw, 94px);
  align-items: center;
  min-height: 720px;
  padding: 96px 0;
}

.eyebrow,
.kicker {
  margin: 0 0 18px;
  color: var(--cyan-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cyan);
}

.eyebrow span {
  width: 34px;
  height: 2px;
  background: var(--cyan);
}

.hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.25rem, 6vw, 6.15rem);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.hero-copy h1 strong {
  color: var(--cyan);
  font-weight: inherit;
}

.hero-lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: #b8c6d4;
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-actions a {
  min-height: 52px;
  padding-inline: 22px;
}

.secondary-action {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.secondary-action:hover {
  border-color: var(--cyan);
  background: rgba(34, 199, 242, 0.08);
  color: var(--white);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
  color: #91a3b6;
  font-size: 0.79rem;
  font-weight: 700;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-proof svg {
  width: 16px;
  color: var(--cyan);
}

.hero-panel {
  position: relative;
  border: 1px solid rgba(34, 199, 242, 0.22);
  border-radius: 22px;
  background: rgba(17, 38, 59, 0.86);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.hero-panel::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 20px var(--cyan);
  content: "";
}

.panel-topline,
.panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  color: #a9b9c9;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.status-dot {
  padding-right: 18px;
  color: var(--cyan);
}

.diagnostic-screen {
  margin: 0 14px;
  border: 1px solid rgba(220, 229, 237, 0.12);
  border-radius: 13px;
  background: rgba(4, 15, 29, 0.52);
  overflow: hidden;
}

.screen-header {
  display: flex;
  justify-content: space-between;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(220, 229, 237, 0.1);
  color: #6f869b;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
}

.screen-row {
  display: grid;
  grid-template-columns: 28px 28px 1fr 18px;
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(220, 229, 237, 0.09);
  color: #e7eef5;
  font-size: 0.9rem;
  font-weight: 700;
}

.screen-row:last-child {
  border-bottom: 0;
}

.screen-row > svg:not(.row-arrow) {
  width: 21px;
  color: var(--cyan);
}

.row-index {
  color: #597186;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
}

.row-arrow {
  width: 16px;
  color: #5c7286;
}

.screen-row .row-arrow {
  color: #5c7286;
}

.panel-footer {
  justify-content: flex-start;
  letter-spacing: 0;
  text-transform: none;
}

.panel-footer svg {
  width: 15px;
  color: var(--cyan);
}

.contact-strip {
  background: var(--cyan);
  color: var(--navy);
}

.strip-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.strip-inner p {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.strip-links {
  display: flex;
  gap: 26px;
  align-items: center;
}

.strip-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 750;
}

.strip-links svg {
  width: 17px;
}

.section {
  padding: 112px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 52px;
}

.section-heading h2,
.process-intro h2,
.local-copy h2,
.contact-copy h2 {
  max-width: 680px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.25rem, 4vw, 4.1rem);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.section-heading > p,
.process-intro > p,
.local-copy > p,
.contact-copy > p {
  margin: 0;
  color: var(--gray);
  font-size: 1.02rem;
  line-height: 1.72;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--pale);
  border-left: 1px solid var(--pale);
}

.service-card {
  min-height: 318px;
  padding: 32px 28px;
  border-right: 1px solid var(--pale);
  border-bottom: 1px solid var(--pale);
  background: var(--white);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  position: relative;
  z-index: 1;
  background: var(--light);
  box-shadow: 0 24px 55px rgba(11, 22, 40, 0.08);
  transform: translateY(-5px);
}

.service-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
}

.service-card-top > span {
  color: #9aabba;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
}

.service-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 13px;
  background: var(--navy);
  color: var(--cyan);
}

.service-icon svg {
  width: 25px;
}

.service-card h3 {
  margin: 0 0 15px;
  font-size: 1.16rem;
  font-weight: 800;
}

.service-card p {
  margin: 0;
  color: var(--gray);
  font-size: 0.92rem;
  line-height: 1.7;
}

.process-section {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.process-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(34, 199, 242, 0.22), transparent);
  content: "";
}

.process-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 100px;
  align-items: start;
}

.kicker-light {
  color: var(--cyan);
}

.process-intro h2 {
  color: var(--white);
}

.process-intro > p {
  margin-top: 26px;
  color: #aebdcb;
}

.process-button {
  margin-top: 34px;
  border-color: rgba(255, 255, 255, 0.26);
  background: transparent;
  color: var(--white);
}

.process-button:hover {
  border-color: var(--cyan);
  background: rgba(34, 199, 242, 0.08);
  color: var(--white);
}

.steps-list {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.step-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.step-number {
  color: var(--cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.85rem;
  font-weight: 800;
}

.step-item h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}

.step-item p {
  margin: 0;
  color: #aebdcb;
  font-size: 0.92rem;
  line-height: 1.68;
}

.local-section {
  background: var(--light);
}

.local-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 84px;
  align-items: center;
}

.local-copy > p {
  max-width: 650px;
  margin-top: 25px;
}

.audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.audience-list span {
  padding: 10px 15px;
  border: 1px solid var(--pale);
  border-radius: 999px;
  background: var(--white);
  color: #435366;
  font-size: 0.78rem;
  font-weight: 750;
}

.area-card {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 22px;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 28px 70px rgba(11, 22, 40, 0.14);
}

.area-card::after {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(34, 199, 242, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(34, 199, 242, 0.04), 0 0 0 60px rgba(34, 199, 242, 0.025);
  content: "";
}

.area-card > svg {
  width: 32px;
  height: 32px;
  margin-bottom: 38px;
  color: var(--cyan);
}

.area-card p {
  margin: 0 0 12px;
  color: #91a4b6;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.area-card h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.area-card h3 span {
  color: var(--cyan);
}

.area-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 34px;
  color: var(--cyan);
  font-size: 0.86rem;
  font-weight: 800;
}

.area-card a svg {
  width: 16px;
}

.contact-section {
  background: var(--white);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: start;
}

.contact-copy > p {
  margin-top: 25px;
}

.direct-contact {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.direct-contact a {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--pale);
}

.direct-contact a > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  background: var(--light);
  color: var(--cyan-dark);
}

.direct-contact svg {
  width: 20px;
}

.direct-contact div {
  display: grid;
  gap: 3px;
}

.direct-contact small {
  color: var(--gray);
  font-size: 0.73rem;
}

.direct-contact strong {
  color: var(--navy);
  font-size: 0.96rem;
}

.assistance-form {
  padding: 34px;
  border: 1px solid var(--pale);
  border-radius: 20px;
  background: var(--light);
  box-shadow: 0 28px 75px rgba(11, 22, 40, 0.09);
}

.form-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--pale);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-heading span:last-child {
  color: var(--cyan-dark);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field-group {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.field-group label {
  color: #3b4a5b;
  font-size: 0.8rem;
  font-weight: 750;
}

.field-group input,
.field-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d4dee7;
  min-height: 47px;
  border-color: #d4dee7;
  border-radius: 10px;
  background: var(--white);
  color: var(--navy);
  box-shadow: none;
}

.field-group textarea {
  min-height: 120px;
  resize: vertical;
}

.field-group input:focus-visible,
.field-group textarea:focus-visible {
  border-color: var(--cyan-dark);
  box-shadow: 0 0 0 3px rgba(34, 199, 242, 0.14);
}

.form-submit {
  width: 100%;
  min-height: 52px;
}

.form-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.email-submit {
  width: 100%;
  min-height: 52px;
  border-color: #b8c7d4;
  background: var(--white);
  color: var(--navy);
  font-weight: 800;
}

.email-submit:hover {
  border-color: var(--cyan-dark);
  background: rgba(34, 199, 242, 0.08);
  color: var(--navy);
}

.form-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.legal-consent {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin: 2px 0 18px;
  padding: 13px 14px;
  border: 1px solid var(--pale);
  border-radius: 10px;
  background: var(--white);
}

.legal-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: var(--cyan-dark);
}

.legal-consent button {
  margin-top: 2px;
  border-color: #aebdca;
}

.legal-consent button[data-state="checked"] {
  border-color: var(--cyan-dark);
  background: var(--cyan-dark);
  color: var(--white);
}

.legal-consent label {
  color: #526174;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}

.legal-consent a {
  color: var(--cyan-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-note {
  margin: 13px 0 0;
  color: var(--gray);
  font-size: 0.72rem;
  text-align: center;
}

.site-footer {
  padding: 70px 0 24px;
  background: #07111f;
  color: #a7b7c7;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.9fr;
  gap: 70px;
  padding-bottom: 52px;
}

.footer-main > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-logo {
  width: 210px;
  height: auto;
  margin-bottom: 10px;
}

.footer-main p {
  margin: 0;
  font-size: 0.88rem;
}

.footer-label {
  margin-bottom: 8px !important;
  color: var(--white);
  font-size: 0.76rem !important;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-main a,
.footer-main span {
  font-size: 0.84rem;
}

.footer-main a:hover {
  color: var(--cyan);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #718498;
  font-size: 0.73rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-legal a:hover {
  color: var(--cyan);
}

.legal-page {
  min-height: 100vh;
  background: var(--light);
}

.legal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--navy);
}

.legal-header-inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-logo {
  display: block;
  width: 176px;
  height: auto;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c0cedb;
  font-size: 0.83rem;
  font-weight: 750;
}

.legal-back:hover {
  color: var(--cyan);
}

.legal-back svg {
  width: 17px;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 0 74px;
  background: var(--navy);
  color: var(--white);
}

.legal-hero::after {
  position: absolute;
  right: -100px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(34, 199, 242, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(34, 199, 242, 0.035), 0 0 0 88px rgba(34, 199, 242, 0.02);
  content: "";
}

.legal-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 870px;
}

.legal-hero-inner > p {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  font-weight: 790;
  letter-spacing: -0.055em;
  line-height: 1;
}

.legal-intro {
  max-width: 720px;
  margin-top: 24px;
  color: #b4c3d1;
  font-size: 1.04rem;
  line-height: 1.7;
}

.legal-hero-inner > span {
  display: block;
  margin-top: 25px;
  color: #7f94a8;
  font-size: 0.73rem;
}

.legal-content {
  width: min(860px, calc(100% - 48px));
  padding-top: 84px;
  padding-bottom: 100px;
}

.legal-content section {
  padding: 0 0 38px;
  margin: 0 0 38px;
  border-bottom: 1px solid var(--pale);
}

.legal-content section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-content h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.legal-content p,
.legal-content li,
.legal-content dd,
.legal-content dt {
  color: #536274;
  font-size: 0.94rem;
  line-height: 1.76;
}

.legal-content p {
  margin: 0 0 16px;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content ul {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-content strong {
  color: var(--navy);
}

.legal-content a {
  color: #087fa2;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-identity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 22px 0;
  overflow: hidden;
  border: 1px solid var(--pale);
  border-radius: 14px;
  background: var(--pale);
}

.legal-identity div {
  padding: 16px 18px;
  background: var(--white);
}

.legal-identity dt {
  color: #8090a0;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-identity dd {
  margin: 3px 0 0;
  color: var(--navy);
  font-weight: 700;
}

.cookie-table {
  margin: 24px 0 8px;
  overflow: hidden;
  border: 1px solid var(--pale);
  border-radius: 13px;
  background: var(--white);
}

.cookie-table > div {
  display: grid;
  grid-template-columns: 0.8fr 1.45fr 0.75fr;
}

.cookie-table span {
  padding: 15px 16px;
  border-right: 1px solid var(--pale);
  color: #536274;
  font-size: 0.82rem;
  line-height: 1.5;
}

.cookie-table span:last-child {
  border-right: 0;
}

.cookie-table-head {
  border-bottom: 1px solid var(--pale);
  background: var(--navy);
}

.cookie-table-head span {
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-weight: 800;
}

.legal-footer {
  padding: 58px 0 24px;
  background: #07111f;
  color: #9caec0;
}

.legal-footer-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
}

.legal-footer-main p {
  margin: 0;
  font-size: 0.85rem;
}

.legal-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.legal-contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
}

.legal-contact-links a:hover {
  color: var(--cyan);
}

.legal-contact-links svg {
  width: 16px;
}

.legal-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #718498;
  font-size: 0.73rem;
}

.legal-footer-bottom nav {
  display: flex;
  gap: 18px;
}

.legal-footer-bottom a:hover {
  color: var(--cyan);
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--cyan);
  color: var(--navy);
  box-shadow: 0 14px 35px rgba(11, 22, 40, 0.23);
  transition: transform 180ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-4px);
}

.floating-whatsapp svg {
  width: 25px;
  height: 25px;
}

@media (max-width: 1024px) {
  .desktop-nav {
    display: none;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    padding: 92px 0 80px;
  }

  .hero-panel {
    max-width: 680px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-layout,
  .contact-layout {
    gap: 60px;
  }
}

@media (max-width: 780px) {
  .site-shell {
    width: min(100% - 32px, 680px);
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-logo {
    width: 146px;
  }

  .header-cta {
    min-width: 42px;
    padding-inline: 12px;
    font-size: 0;
  }

  .header-cta svg {
    margin: 0;
  }

  .hero-section,
  .hero-layout {
    min-height: auto;
  }

  .hero-layout {
    gap: 52px;
    padding: 72px 0 62px;
  }

  .hero-copy h1 {
    font-size: clamp(3.1rem, 15vw, 4.6rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions a {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    gap: 10px;
  }

  .strip-inner,
  .strip-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .strip-inner {
    padding: 20px 0;
  }

  .strip-links {
    gap: 10px;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading,
  .process-layout,
  .local-layout,
  .contact-layout,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .process-layout,
  .local-layout,
  .contact-layout {
    gap: 42px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .process-section::before {
    display: none;
  }

  .footer-main {
    gap: 36px;
  }
}

@media (max-width: 540px) {
  .hero-copy h1 {
    font-size: clamp(2.75rem, 14vw, 3.65rem);
  }

  .panel-topline,
  .panel-footer {
    font-size: 0.61rem;
  }

  .status-dot {
    padding-right: 14px;
  }

  .screen-row {
    grid-template-columns: 22px 24px 1fr 16px;
    gap: 8px;
    padding-inline: 11px;
    font-size: 0.8rem;
  }

  .service-grid,
  .form-grid,
  .form-actions {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 250px;
  }

  .step-item {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .area-card,
  .assistance-form {
    padding: 26px;
  }

  .direct-contact strong {
    font-size: 0.86rem;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-legal {
    gap: 14px;
  }

  .legal-header-inner {
    min-height: 70px;
  }

  .legal-logo {
    width: 145px;
  }

  .legal-back {
    font-size: 0.74rem;
  }

  .legal-hero {
    padding: 60px 0 56px;
  }

  .legal-content {
    width: min(100% - 32px, 680px);
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .legal-identity {
    grid-template-columns: 1fr;
  }

  .cookie-table {
    overflow-x: auto;
  }

  .cookie-table > div {
    min-width: 620px;
  }

  .legal-footer-main,
  .legal-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-footer-bottom nav {
    flex-wrap: wrap;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
