:root {
  --ink: #102033;
  --muted: #5d6b7b;
  --line: #d8e1ea;
  --soft: #f4f7fa;
  --paper: #ffffff;
  --teal: #008f8b;
  --teal-dark: #006f72;
  --cyan: #28c7d6;
  --gold: #f2b84b;
  --red: #d95f4b;
  --navy: #071827;
  --shadow: 0 18px 45px rgba(16, 32, 51, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-wrap,
.section-inner,
.footer-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 182px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  border-radius: 6px;
}

.site-footer .brand-logo {
  background: #fff;
  padding: 4px 6px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, var(--teal), var(--cyan)),
    var(--teal);
  position: relative;
  box-shadow: 0 10px 22px rgba(0, 143, 139, 0.25);
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: #fff;
}

.brand-mark::before {
  width: 20px;
  height: 4px;
  left: 11px;
  top: 13px;
  border-radius: 999px;
  transform: rotate(-22deg);
}

.brand-mark::after {
  width: 4px;
  height: 18px;
  left: 19px;
  top: 17px;
  border-radius: 999px;
  transform: rotate(22deg);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-text span:first-child {
  font-size: 1.05rem;
}

.brand-text span:last-child {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 700;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 1.3rem;
  cursor: pointer;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 3px;
}

.nav-links a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 10px 12px;
  border-radius: 8px;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ink);
  background: #eaf5f4;
}

.nav-links .nav-cta {
  color: #fff;
  background: var(--teal-dark);
  margin-left: 6px;
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta.active {
  color: #fff;
  background: #005f62;
}

.hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: end;
  color: #fff;
  position: relative;
  background:
    linear-gradient(90deg, rgba(7, 24, 39, 0.9) 0%, rgba(7, 24, 39, 0.66) 40%, rgba(7, 24, 39, 0.2) 100%),
    url("safelink-hero.png") center / cover no-repeat;
}

.sub-hero {
  color: #fff;
  background:
    linear-gradient(105deg, rgba(7, 24, 39, 0.94), rgba(0, 111, 114, 0.82)),
    url("safelink-hero.png") center / cover no-repeat;
}

.hero .section-inner,
.sub-hero .section-inner {
  padding: 72px 0 56px;
}

.hero-content {
  width: min(680px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

h1,
h2,
h3 {
  line-height: 1.08;
  margin: 0;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.45rem, 6vw, 5.6rem);
  max-width: 760px;
}

.sub-hero h1 {
  font-size: clamp(2.15rem, 5vw, 4.3rem);
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

h3 {
  font-size: 1.18rem;
}

.lead {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.84);
  max-width: 650px;
  margin: 20px 0 0;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--gold);
  color: #17212d;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
}

.btn-dark {
  background: var(--teal-dark);
  color: #fff;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  width: min(760px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-stats div {
  padding: 18px;
}

.hero-stats strong {
  display: block;
  font-size: 1.6rem;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

section {
  padding: 78px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}

.section-head p {
  margin: 0;
  max-width: 520px;
  color: var(--muted);
}

.soft {
  background: var(--soft);
}

.grid-3,
.grid-4,
.plan-grid {
  display: grid;
  gap: 18px;
}

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

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

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

.card,
.plan,
.contact-panel,
.map-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.card,
.plan {
  padding: 24px;
}

.card p,
.plan p {
  color: var(--muted);
  margin: 12px 0 0;
}

.icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  color: #fff;
  background: var(--teal-dark);
  font-weight: 900;
}

.icon.gold {
  background: var(--gold);
  color: #1b2633;
}

.icon.red {
  background: var(--red);
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding-left: 28px;
  position: relative;
  color: var(--muted);
}

.feature-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
  position: absolute;
  left: 0;
  top: 8px;
}

.visual-panel {
  min-height: 420px;
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(7, 24, 39, 0.12), rgba(40, 199, 214, 0.18)),
    url("safelink-hero.png") center / cover no-repeat;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.plan {
  position: relative;
}

.plan.featured {
  border-color: var(--teal);
  box-shadow: var(--shadow);
}

.tag {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 10px;
  background: #eaf5f4;
  color: var(--teal-dark);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.price {
  display: flex;
  align-items: end;
  gap: 4px;
  margin: 18px 0 6px;
}

.price strong {
  font-size: 2.5rem;
  line-height: 1;
}

.price span {
  color: var(--muted);
}

.plan ul {
  list-style: none;
  margin: 22px 0;
  padding: 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.plan li::before {
  content: "+";
  color: var(--teal-dark);
  font-weight: 900;
  margin-right: 8px;
}

.band {
  background: var(--navy);
  color: #fff;
}

.band p {
  color: rgba(255, 255, 255, 0.78);
}

.coverage-form,
.contact-form {
  display: grid;
  gap: 12px;
}

.input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

.map-panel {
  padding: 20px;
  background:
    linear-gradient(90deg, rgba(0, 143, 139, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(0, 143, 139, 0.12) 1px, transparent 1px),
    #f8fbfd;
  background-size: 36px 36px;
  min-height: 360px;
  display: grid;
  align-content: center;
  gap: 16px;
}

.coverage-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 10px rgba(0, 143, 139, 0.14);
}

.steps {
  counter-reset: step;
}

.step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.step::before {
  counter-increment: step;
  content: counter(step);
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--teal-dark);
  color: #fff;
  font-weight: 900;
}

.faq {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  color: var(--muted);
  margin-bottom: 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.contact-panel {
  padding: 24px;
}

.contact-panel p {
  color: var(--muted);
}

.site-footer {
  background: #07121d;
  color: #fff;
  padding: 46px 0 28px;
}

.footer-inner {
  display: grid;
  gap: 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, 1fr);
  gap: 24px;
}

.footer-grid h3 {
  font-size: 0.98rem;
}

.footer-grid p,
.footer-grid a,
.footer-bottom {
  color: rgba(255, 255, 255, 0.68);
}

.footer-grid a {
  display: block;
  text-decoration: none;
  margin-top: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 20px;
  font-size: 0.9rem;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
}

.policy-summary,
.policy-content {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.policy-summary {
  padding: 22px;
  position: sticky;
  top: 100px;
}

.policy-summary p,
.policy-content p,
.policy-content li {
  color: var(--muted);
}

.policy-content {
  padding: 30px;
}

.policy-section + .policy-section {
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.policy-section h2 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.policy-section ul {
  padding-left: 20px;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links .nav-cta {
    margin-left: 0;
  }

  .grid-3,
  .grid-4,
  .plan-grid,
  .split,
  .contact-layout,
  .policy-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .policy-summary {
    position: static;
  }

  .hero {
    min-height: auto;
  }

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

  .section-head {
    display: block;
  }

  .section-head p {
    margin-top: 12px;
  }

  .input-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .nav-wrap,
  .section-inner,
  .footer-inner {
    width: min(100% - 28px, 1160px);
  }

  section {
    padding: 56px 0;
  }

  .hero .section-inner,
  .sub-hero .section-inner {
    padding: 54px 0 42px;
  }

  .button-row {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .brand-text span:first-child {
    font-size: 0.98rem;
  }

  .brand-logo {
    width: 150px;
    height: 48px;
  }
}
