:root {
  color-scheme: light;
  --ink: #18213a;
  --navy: #21346f;
  --navy-dark: #14234f;
  --teal: #086a75;
  --cream: #f7f1e8;
  --paper: #fffdf9;
  --white: #ffffff;
  --green: #1f9d59;
  --red: #d93036;
  --amber: #b76505;
  --muted: #596174;
  --line: #d8d4cc;
  --soft-line: #ebe7df;
  --focus: #0b74de;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea,
select {
  font: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

a,
button {
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  margin: 0;
  font-size: clamp(2.65rem, 6vw, 5.1rem);
  letter-spacing: -0.055em;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.45rem);
  letter-spacing: -0.04em;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  letter-spacing: -0.018em;
}

p {
  margin: 0 0 1em;
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(216, 212, 204, 0.86);
  background: rgba(255, 253, 249, 0.96);
}

.nav-shell,
.wrap {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.nav-shell {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 750;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 9px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: #333c52;
  font-size: 0.95rem;
  font-weight: 620;
  text-decoration: none;
  transition: color 150ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--teal);
}

.button,
.site-nav .button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border: 1px solid var(--navy);
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.button:hover,
.site-nav .button:hover {
  border-color: var(--navy-dark);
  background: var(--navy-dark);
  color: var(--white);
}

.button.secondary {
  border-color: #aeb5c3;
  background: transparent;
  color: var(--ink);
}

.button.secondary:hover {
  border-color: var(--ink);
  background: #f0ede7;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
}

.menu-button svg {
  width: 22px;
  height: 22px;
}

.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.7fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: center;
  min-height: 690px;
  padding-block: 76px 64px;
}

.hero-copy {
  max-width: 760px;
}

.hero-copy .lede {
  max-width: 680px;
  margin: 24px 0 0;
  color: #454d60;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.conversion-note {
  margin: 14px 0 0;
  color: #3f475a;
  font-size: 0.9rem;
  font-weight: 620;
}

.service-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 670px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.9rem;
}

.service-note svg {
  flex: 0 0 20px;
  margin-top: 3px;
}

.hero-product {
  position: relative;
  justify-self: center;
  width: min(100%, 390px);
}

.phone-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 330px);
  margin-inline: auto;
  border: 9px solid var(--ink);
  border-radius: 40px;
  background: #000;
  box-shadow: 16px 18px 0 rgba(33, 52, 111, 0.14);
}

.phone-frame img {
  width: 100%;
  height: auto;
}

.hero-signal {
  position: absolute;
  right: -12px;
  bottom: 68px;
  width: 215px;
  padding: 14px 16px;
  border: 1px solid #f0b4b7;
  border-radius: 10px;
  background: #fff7f7;
  color: #7a2024;
  font-size: 0.89rem;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 6px 18px rgba(24, 33, 58, 0.12);
}

.proof-bar {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  padding: 20px 24px;
  border-right: 1px solid var(--line);
  color: #3f475a;
  font-size: 0.95rem;
  font-weight: 650;
  text-align: center;
}

.proof-list li:first-child {
  border-left: 1px solid var(--line);
}

.forwarding-section {
  background: var(--paper);
}

.forwarding-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: clamp(48px, 8vw, 108px);
  align-items: center;
}

.forwarding-copy {
  max-width: 650px;
}

.forwarding-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}

.text-link {
  color: var(--teal);
  font-weight: 750;
  text-underline-offset: 4px;
}

.text-link:hover {
  color: var(--navy);
}

.fine-print {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.call-route {
  padding: 12px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.route-step {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px 0;
}

.route-step.emphasized {
  margin-inline: -18px;
  padding-inline: 18px;
  border-left: 4px solid var(--teal);
  background: #edf6f5;
}

.route-number {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 800;
}

.route-step strong {
  font-size: 1.08rem;
}

.route-step p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.route-arrow {
  margin-left: 14px;
  color: var(--teal);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
}

.route-note {
  margin: 8px 0 0;
  padding: 18px 0 8px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.route-note strong {
  color: var(--ink);
}

.section {
  padding-block: clamp(72px, 9vw, 118px);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 52px;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
}

.process article {
  min-width: 0;
  padding: 28px 28px 0 0;
}

.process article + article {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.step-number {
  display: block;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 800;
}

.process p,
.feature-copy p {
  color: var(--muted);
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.1fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: center;
}

.feature-row + .feature-row {
  margin-top: 110px;
}

.feature-row.reverse .feature-copy {
  order: 2;
}

.feature-row.reverse .product-shot {
  order: 1;
}

.feature-copy {
  max-width: 560px;
}

.feature-copy ul,
.plain-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-copy li,
.plain-list li {
  position: relative;
  padding: 12px 0 12px 30px;
  border-top: 1px solid var(--soft-line);
}

.feature-copy li::before,
.plain-list li::before {
  position: absolute;
  top: 13px;
  left: 0;
  color: var(--green);
  content: "✓";
  font-weight: 900;
}

.product-shot {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--line);
  background: #f3eee6;
}

.product-shot img {
  width: min(100%, 380px);
  height: auto;
  margin-inline: auto;
  border: 1px solid #c6c1b9;
}

.safety-band {
  background: var(--navy);
  color: var(--white);
}

.safety-band h2,
.safety-band h3 {
  color: var(--white);
}

.safety-band .section-heading p,
.safety-band p {
  color: #dbe2f6;
}

.safety-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.safety-points article {
  padding: 26px 26px 0 0;
}

.safety-points article + article {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.plan {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1fr);
  gap: 64px;
  padding: clamp(30px, 5vw, 62px);
  border: 2px solid var(--ink);
  background: var(--white);
}

.plan-title {
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.plan-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ink);
}

.plan-option {
  padding: 18px 18px 0 0;
}

.plan-option + .plan-option {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.plan-option strong {
  display: block;
  font-size: 1.05rem;
}

.plan-option span {
  color: var(--muted);
  font-size: 0.9rem;
}

.plan .button {
  margin-top: 26px;
}

.conversion-band {
  padding-block: clamp(52px, 7vw, 78px);
  border-bottom: 1px solid #36456e;
  background: var(--navy);
  color: var(--white);
}

.conversion-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 48px;
  align-items: center;
}

.conversion-band h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.conversion-band p {
  max-width: 700px;
  margin: 0;
  color: #dbe2f6;
}

.conversion-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.conversion-action .button {
  border-color: var(--white);
  background: var(--white);
  color: var(--navy-dark);
}

.conversion-action .button:hover {
  border-color: #e5e9f3;
  background: #e5e9f3;
  color: var(--navy-dark);
}

.conversion-action span {
  max-width: 360px;
  color: #c9d2e8;
  font-size: 0.82rem;
}

.faq-list {
  max-width: 850px;
  margin-inline: auto;
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 22px 44px 22px 0;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  float: right;
  margin-right: -34px;
  color: var(--teal);
  content: "+";
  font-size: 1.5rem;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  max-width: 720px;
  padding: 0 0 22px;
  color: var(--muted);
}

.page-intro {
  padding-block: 72px 58px;
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

.page-intro .wrap {
  max-width: 940px;
  margin-left: max(20px, calc((100% - var(--max)) / 2));
}

.page-intro p {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.18rem;
}

.notice {
  padding: 18px 20px;
  border-left: 4px solid var(--amber);
  background: #fff7e9;
  color: #604112;
}

.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 64px;
}

.support-contact {
  align-self: start;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
}

.support-contact .button {
  width: 100%;
  margin-top: 10px;
}

.support-sections {
  border-top: 1px solid var(--ink);
}

.support-section {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.support-section p:last-child {
  margin-bottom: 0;
}

.support-section ul,
.legal-content ul {
  padding-left: 22px;
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ink);
}

.contact-item {
  padding: 28px 28px 28px 0;
  border-bottom: 1px solid var(--line);
}

.contact-item:nth-child(even) {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.contact-item a {
  color: var(--teal);
  font-weight: 750;
}

.form-page {
  max-width: 620px;
  margin-inline: auto;
}

.form-panel {
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
}

.field {
  margin-bottom: 20px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  font-weight: 700;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #9da5b4;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
}

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

.form-status {
  display: none;
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid currentColor;
}

.form-status.error {
  color: var(--red);
}

.form-status.success {
  color: #12733e;
}

.form-status[aria-hidden="false"] {
  display: block;
}

.site-footer {
  padding-block: 48px 32px;
  background: #11192d;
  color: #d9dfec;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 0.6fr);
  gap: 42px;
}

.footer-brand {
  max-width: 360px;
}

.footer-brand .brand {
  color: var(--white);
}

.footer-brand p {
  margin-top: 16px;
  color: #aeb8ce;
  font-size: 0.92rem;
}

.footer-links strong {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-size: 0.9rem;
}

.footer-links a {
  display: block;
  margin: 7px 0;
  color: #c1cada;
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid #39425a;
  color: #9da8bd;
  font-size: 0.82rem;
}

body.legal-page {
  background: var(--paper) !important;
  color: var(--ink);
}

.legal-page .header {
  position: static;
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  box-shadow: none;
}

.legal-page .header-content {
  width: min(calc(100% - 40px), var(--max));
  min-height: 74px;
  margin-inline: auto;
  padding: 0;
}

.legal-page .header .logo {
  background: none;
  color: var(--ink);
  font-size: 1.2rem;
  -webkit-text-fill-color: currentColor;
}

.legal-page .nav-btn {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 150ms ease, color 150ms ease;
}

.legal-page .nav-btn:hover {
  border-color: var(--teal);
  background: transparent;
  color: var(--teal);
}

.legal-page main.container {
  max-width: 880px;
  margin: 0 auto;
  padding: 64px 20px 80px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.legal-page main h1 {
  background: none;
  color: var(--ink);
  font-size: clamp(2.45rem, 5vw, 4rem);
  text-align: left;
  -webkit-text-fill-color: currentColor;
}

.legal-page main h2 {
  margin-top: 42px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 1.55rem;
}

.legal-page main h3,
.legal-page main p,
.legal-page main ul {
  color: var(--ink);
}

.legal-page .info-box,
.legal-page .security-box,
.legal-page .contact-info,
.legal-page .pricing-table,
.legal-page .regulatory-box,
.legal-page .warning-box {
  padding: 20px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: var(--white);
}

.legal-page footer {
  background: #f0ede7 !important;
  color: var(--muted);
}

@media (max-width: 900px) {
  .menu-button {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 74px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 16px 20px 22px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .site-nav[data-open="true"] {
    display: grid;
    gap: 8px;
  }

  .site-nav a {
    padding: 10px 0;
  }

  .site-nav .button {
    margin-top: 4px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-block: 62px;
  }

  .hero-product {
    width: min(100%, 430px);
  }

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

  .proof-list li:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .proof-list li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading,
  .feature-row,
  .forwarding-grid,
  .conversion-layout,
  .plan,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .feature-row.reverse .feature-copy,
  .feature-row.reverse .product-shot {
    order: initial;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .nav-shell,
  .wrap {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero-grid {
    gap: 46px;
    padding-block: 44px 54px;
  }

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

  .forwarding-actions {
    align-items: stretch;
  }

  .forwarding-actions .button {
    width: 100%;
  }

  .route-step.emphasized {
    margin-inline: 0;
    padding-inline: 14px;
  }

  .hero-signal {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 18px 8px 0;
  }

  .phone-frame {
    width: min(82%, 276px);
    border-width: 7px;
    border-radius: 34px;
    box-shadow: 10px 12px 0 rgba(33, 52, 111, 0.14);
  }

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

  .proof-list li {
    padding: 16px 10px;
    font-size: 0.82rem;
  }

  .section {
    padding-block: 64px;
  }

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

  .process,
  .safety-points,
  .plan-options,
  .contact-list {
    grid-template-columns: 1fr;
  }

  .process article,
  .process article + article,
  .safety-points article,
  .safety-points article + article,
  .plan-option,
  .plan-option + .plan-option,
  .contact-item,
  .contact-item:nth-child(even) {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .feature-row + .feature-row {
    margin-top: 72px;
  }

  .product-shot {
    padding: 16px;
  }

  .form-panel,
  .support-contact {
    padding: 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 22px;
  }

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

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

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