:root {
  --ink: #171d26;
  --ink-2: #202833;
  --ink-3: #111720;
  --text: #f7f8fb;
  --muted: #647084;
  --line: #dfe4ec;
  --paper: #ffffff;
  --soft: #f4f6f9;
  --gold: #f8d447;
  --gold-dark: #d7ad19;
  --green: #5b8f78;
  --blue: #456486;
  --radius: 8px;
  --shadow: 0 24px 60px rgba(21, 29, 41, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.modal-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shell {
  width: min(100% - 32px, 1240px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.utility-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 36px;
  padding: 6px max(16px, calc((100vw - 1240px) / 2));
  color: #141414;
  background: var(--gold);
  font-size: 0.92rem;
  font-weight: 800;
}

.utility-bar p {
  margin: 0;
}

.utility-bar a {
  white-space: nowrap;
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 74px;
  padding: 0 max(16px, calc((100vw - 1240px) / 2));
  color: var(--text);
  background: #171c26;
  border-bottom: 4px solid var(--gold);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark,
.panel-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 36px;
  flex: 0 0 auto;
  border: 3px solid var(--gold);
  border-top-width: 4px;
  border-radius: 16px 16px 18px 18px;
}

.brand-mark::before,
.panel-icon::before {
  content: "";
  position: absolute;
  inset: -5px 4px auto;
  height: 12px;
  background: inherit;
  border-top: 3px solid currentColor;
  transform: rotate(-18deg);
  opacity: 0.35;
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: clamp(14px, 2vw, 26px);
  align-items: center;
  font-size: 0.92rem;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.78);
}

.site-nav a {
  padding-block: 26px;
}

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

.nav-call,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: var(--radius);
  font-weight: 900;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-call,
.btn-primary {
  color: #151922;
  background: var(--gold);
  box-shadow: 0 12px 24px rgba(248, 212, 71, 0.25);
}

.nav-call:hover,
.btn-primary:hover {
  transform: translateY(-1px);
  background: #ffe064;
}

.btn-secondary {
  color: var(--text);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.btn-dark {
  color: #ffffff;
  background: var(--ink);
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: currentColor;
}

.section-dark {
  color: var(--text);
  background:
    radial-gradient(circle at 78% 24%, rgba(248, 212, 71, 0.09), transparent 25rem),
    linear-gradient(135deg, #101720 0%, #202833 100%);
}

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

.hero {
  padding: clamp(52px, 7vw, 96px) 0 clamp(48px, 7vw, 82px);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.96fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  padding: 4px 14px;
  color: #151922;
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 4.8vw, 4.2rem);
  font-weight: 950;
}

.hero-copy > p {
  max-width: 680px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.02rem, 1.7vw, 1.22rem);
}

.hero-actions,
.cta-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(96px, 1fr));
  gap: 18px;
  max-width: 560px;
  margin-top: 30px;
}

.hero-stats strong {
  display: block;
  color: var(--gold);
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.hero-panel,
.conversation-card {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: clamp(28px, 5vw, 44px);
  color: #151922;
  background: var(--gold);
}

.panel-icon {
  width: 44px;
  height: 52px;
  margin-bottom: 20px;
  border-color: #151922;
  color: #151922;
}

.panel-icon.small {
  width: 34px;
  height: 40px;
  margin-bottom: 14px;
  border-color: var(--gold);
  color: var(--gold);
}

.hero-panel h2 {
  margin-bottom: 16px;
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
}

.hero-panel p {
  margin-bottom: 22px;
  font-size: 1.05rem;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 0.55em;
  width: 7px;
  height: 4px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.services,
.trust,
.topics,
.testimonials,
.faq {
  padding: clamp(58px, 8vw, 104px) 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto clamp(34px, 5vw, 54px);
  text-align: center;
}

.section-heading h2,
.trust h2,
.testimonials h2,
.faq h2,
.cta h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.section-heading p,
.trust > .shell > div > p,
.faq p,
.cta p {
  color: var(--muted);
  font-size: 1.05rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card,
.topic-grid article,
.testimonial-grid figure,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 12px 30px rgba(23, 29, 38, 0.05);
}

.service-card {
  min-height: 242px;
  padding: 30px;
}

.card-icon {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  place-items: center;
  color: #151922;
  background: var(--gold);
  border-radius: var(--radius);
}

.card-icon::before,
.card-icon::after {
  content: "";
  position: absolute;
}

.card-icon.shield::before {
  width: 21px;
  height: 25px;
  border: 3px solid currentColor;
  border-radius: 12px 12px 14px 14px;
}

.card-icon.gauge::before {
  width: 25px;
  height: 14px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
}

.card-icon.gauge::after {
  width: 13px;
  height: 3px;
  background: currentColor;
  transform: rotate(-25deg) translate(5px, 3px);
  transform-origin: left center;
}

.card-icon.wifi::before {
  width: 28px;
  height: 28px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 26px 0 0;
  transform: rotate(-45deg);
}

.card-icon.wifi::after {
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  bottom: 13px;
}

.card-icon.key::before {
  width: 14px;
  height: 14px;
  left: 10px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.card-icon.key::after {
  width: 20px;
  height: 3px;
  right: 9px;
  background: currentColor;
}

.card-icon.family::before {
  width: 24px;
  height: 14px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  bottom: 12px;
}

.card-icon.family::after {
  width: 22px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-radius: 50%;
  top: 13px;
}

.card-icon.alert::before {
  width: 24px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.card-icon.alert::after {
  width: 3px;
  height: 15px;
  background: currentColor;
  box-shadow: 0 10px 0 currentColor;
}

.service-card h3,
.topic-grid h3,
.feature-list h3,
.conversation-card h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
}

.service-card p,
.topic-grid p,
.feature-list p,
.testimonial-grid blockquote,
.conversation-card p {
  color: var(--muted);
}

.trust {
  background: #ffffff;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.62fr);
  gap: clamp(34px, 6vw, 80px);
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}

.feature-list > div {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
}

.feature-list span {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px #dfeee7;
}

.conversation-card {
  padding: clamp(26px, 4vw, 38px);
  color: var(--text);
  background: var(--ink);
}

.conversation-card p {
  color: rgba(255, 255, 255, 0.72);
}

.conversation-card .btn {
  margin-block: 8px 14px;
}

.note {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.topic-grid article {
  padding: 26px;
}

.testimonials {
  background: #ffffff;
}

.testimonials h2 {
  text-align: center;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 32px;
}

.testimonial-grid figure {
  margin: 0;
  padding: 28px;
}

.testimonial-grid blockquote {
  margin: 0 0 18px;
  font-size: 1.02rem;
}

.testimonial-grid figcaption {
  font-weight: 900;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list details p {
  margin: 12px 0 0;
}

.cta {
  padding: clamp(42px, 7vw, 72px) 0;
}

.cta-inner {
  justify-content: space-between;
}

.cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: #111720;
  border-top: 4px solid var(--gold);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(150px, 0.65fr));
  gap: 32px;
  padding: 48px 0 36px;
}

.footer-brand {
  color: #ffffff;
  margin-bottom: 14px;
}

.site-footer h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 1rem;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 9px;
}

.site-footer a:hover {
  color: var(--gold);
}

.footer-phone {
  color: var(--gold);
  font-weight: 900;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
}

.assist-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15, 20, 27, 0.68);
  backdrop-filter: blur(5px);
}

.assist-modal[hidden] {
  display: none;
}

.assist-card {
  position: relative;
  width: min(100%, 448px);
  overflow: hidden;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(10, 12, 18, 0.32);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  color: #151922;
  background: transparent;
  border: 0;
  font-size: 1.35rem;
  cursor: pointer;
}

.assist-head {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 22px 24px;
  color: #151922;
  background: var(--gold);
}

.assist-head span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #ffffff;
  background: var(--ink);
  border-radius: 50%;
  font-weight: 950;
}

.assist-head h2 {
  margin-bottom: 2px;
  font-size: 1.05rem;
}

.assist-head p,
.assist-body p {
  margin-bottom: 0;
}

.assist-body {
  padding: 28px 24px 26px;
  text-align: center;
}

.assist-body > p:first-child {
  margin-bottom: 22px;
  color: var(--muted);
}

.assist-body .note {
  margin-top: 14px;
  color: var(--muted);
}

@media (max-width: 1040px) {
  .nav-wrap {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    display: none;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    padding: 8px 0 16px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-call {
    display: none;
  }

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

  .hero-panel,
  .conversation-card {
    max-width: 760px;
  }

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

@media (max-width: 760px) {
  .utility-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    font-size: 0.84rem;
  }

  .nav-wrap {
    min-height: 68px;
  }

  .brand {
    white-space: normal;
  }

  .brand-mark {
    width: 26px;
    height: 32px;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-stats,
  .card-grid,
  .topic-grid,
  .testimonial-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    gap: 12px;
  }

  .hero-stats div {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .service-card {
    min-height: auto;
  }

  .cta-inner,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-grid {
    gap: 22px;
  }
}

@media (max-width: 420px) {
  .shell {
    width: min(100% - 24px, 1240px);
  }

  .hero-panel,
  .service-card,
  .topic-grid article,
  .testimonial-grid figure,
  .conversation-card {
    padding: 22px;
  }

  .assist-head {
    grid-template-columns: 1fr;
    padding-right: 54px;
  }
}
