:root {
  --primary: #0b63ce;
  --primary-dark: #073f86;
  --sky: #17a8ff;
  --orange: #ff8a00;
  --orange-dark: #e67100;
  --navy: #0d1b2f;
  --text: #2d3748;
  --muted: #6b7280;
  --soft: #f4f8ff;
  --white: #ffffff;
  --border: rgba(13, 27, 47, 0.12);
  --shadow: 0 18px 50px rgba(13, 27, 47, 0.14);
  --shadow-soft: 0 12px 32px rgba(13, 27, 47, 0.08);
  --radius: 24px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

body:has(.sticky-call) {
  padding-bottom: 88px;
}

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

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

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

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.top-strip {
  background: var(--navy);
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}

.top-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #31d158;
  box-shadow: 0 0 0 6px rgba(49, 209, 88, 0.15);
  flex: 0 0 auto;
}

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

.simple-header {
  position: static;
}

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

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(11, 99, 206, 0.18);
  flex: 0 0 auto;
}

.brand-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand-copy strong {
  color: var(--navy);
  font-size: 18px;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-copy small {
  color: var(--muted);
  font-size: 13px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #4b5563;
  font-weight: 750;
  font-size: 15px;
}

.desktop-nav a {
  transition: color 0.2s ease;
}

.desktop-nav a:hover {
  color: var(--primary);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 46px;
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--primary-dark);
  background: var(--soft);
  border: 1px solid rgba(11, 99, 206, 0.14);
  white-space: nowrap;
}

.phone-pill span {
  color: var(--muted);
  font-weight: 700;
}

.phone-pill strong {
  font-weight: 900;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  border-radius: 999px;
  border: 0;
  padding: 13px 22px;
  cursor: pointer;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-large {
  min-height: 56px;
  padding: 16px 26px;
}

.btn-orange {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 14px 32px rgba(255, 138, 0, 0.30);
}

.btn-white {
  background: #fff;
  color: var(--primary-dark);
  border: 1px solid rgba(11, 99, 206, 0.16);
  box-shadow: var(--shadow-soft);
}

.hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 74px 0 58px;
  background:
    radial-gradient(circle at 8% 15%, rgba(23, 168, 255, 0.20), transparent 34%),
    radial-gradient(circle at 92% 84%, rgba(255, 138, 0, 0.16), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(13, 27, 47, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 27, 47, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 80%);
}

.hero-bg-shape {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.75;
}

.shape-one {
  width: 260px;
  height: 260px;
  left: -110px;
  top: 120px;
  background: rgba(11, 99, 206, 0.12);
}

.shape-two {
  width: 320px;
  height: 320px;
  right: -150px;
  bottom: 20px;
  background: rgba(255, 138, 0, 0.12);
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(11, 99, 206, 0.16);
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--primary-dark);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow-soft);
  margin-bottom: 18px;
}

.hero-content h1 {
  max-width: 760px;
  color: var(--navy);
  font-size: clamp(38px, 5.2vw, 68px);
  line-height: 0.98;
  letter-spacing: -2.4px;
  margin-bottom: 20px;
}

.hero-lead {
  max-width: 680px;
  color: #4b5563;
  font-size: clamp(17px, 2vw, 21px);
  margin-bottom: 26px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.hero-phone-card {
  max-width: 450px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.hero-phone-card span {
  display: block;
  color: var(--muted);
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 5px;
}

.hero-phone-card a {
  display: block;
  color: var(--primary-dark);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -1.2px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.trust-grid div {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  color: var(--navy);
  font-weight: 900;
}

.hero-panel {
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: var(--shadow);
}

.panel-alert {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-radius: 24px;
  padding: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), #173a68);
  margin-bottom: 18px;
}

.panel-icon {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  flex: 0 0 auto;
}

.panel-alert h2 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.panel-alert p {
  color: rgba(255, 255, 255, 0.78);
}

.problem-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  list-style: none;
  margin-bottom: 18px;
}

.problem-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-weight: 850;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 10px;
  background: #fff;
}

.problem-list span {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #198754;
  background: rgba(25, 135, 84, 0.12);
  flex: 0 0 auto;
}

.lead-form {
  display: grid;
  gap: 12px;
}

.lead-form label {
  display: grid;
  gap: 6px;
}

.lead-form label span {
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 14px;
  min-height: 52px;
  padding: 0 14px;
  color: var(--text);
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lead-form textarea {
  min-height: 132px;
  padding-top: 14px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgba(11, 99, 206, 0.55);
  box-shadow: 0 0 0 4px rgba(11, 99, 206, 0.10);
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.form-success {
  display: none;
  border-radius: 14px;
  padding: 12px 14px;
  color: #126b2f;
  background: rgba(49, 209, 88, 0.12);
  font-weight: 850;
  font-size: 14px;
}

.form-success a {
  color: #0b5f2a;
  text-decoration: underline;
}

.form-disclaimer {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
}

.section {
  padding: 72px 0;
}

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

.section-heading {
  max-width: 770px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading span,
.cta-band span {
  display: inline-block;
  color: var(--primary);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  margin-bottom: 9px;
}

.section-heading h2 {
  color: var(--navy);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
  letter-spacing: -1.3px;
  margin-bottom: 10px;
}

.section-heading p {
  color: var(--muted);
  font-size: 17px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.step-card,
.faq-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover,
.step-card:hover,
.faq-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  font-size: 25px;
  color: var(--primary-dark);
  background: linear-gradient(135deg, rgba(11, 99, 206, 0.12), rgba(23, 168, 255, 0.16));
  margin-bottom: 18px;
}

.service-card h3,
.step-card h3,
.faq-card h3 {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.service-card p,
.step-card p,
.faq-card p {
  color: var(--muted);
  margin-bottom: 16px;
}

.text-link {
  color: var(--primary-dark);
  font-weight: 950;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  font-weight: 950;
  margin-bottom: 16px;
}

.cta-section {
  padding-top: 0;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  border-radius: 34px;
  padding: 40px;
  color: #fff;
  background:
    radial-gradient(circle at left, rgba(23, 168, 255, 0.22), transparent 35%),
    linear-gradient(135deg, var(--navy), #123a68);
  box-shadow: var(--shadow);
}

.cta-band span {
  color: #95d8ff;
}

.cta-band h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.cta-phone {
  display: inline-block;
  color: #fff;
  font-weight: 950;
  font-size: 30px;
  line-height: 1;
  margin-top: 14px;
}

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

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.76);
  padding: 38px 0 26px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
  display: flex;
  gap: 13px;
  align-items: center;
  max-width: 520px;
}

.footer-brand img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  flex: 0 0 auto;
}

.footer-brand strong {
  color: #fff;
  display: block;
  font-size: 17px;
}

.footer-brand p {
  font-size: 14px;
  margin-top: 3px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 800;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding-top: 22px;
  font-size: 13px;
}

.footer-bottom p:last-child {
  max-width: 520px;
  text-align: right;
}

.sticky-call {
  position: fixed;
  z-index: 100;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 14px 46px rgba(13, 27, 47, 0.24);
}

.sticky-call small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
}

.sticky-call strong {
  display: block;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.15;
  white-space: nowrap;
}

.sticky-call .btn {
  min-height: 48px;
  padding: 12px 18px;
  flex-shrink: 0;
}

.legal-page {
  min-height: 64vh;
  padding: 58px 0;
  background:
    radial-gradient(circle at top left, rgba(23, 168, 255, 0.16), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}

.legal-card,
.contact-card {
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: clamp(24px, 4vw, 42px);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.legal-card {
  max-width: 920px;
}

.legal-card h1,
.contact-card h1 {
  color: var(--navy);
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -1.2px;
  margin-bottom: 10px;
}

.legal-updated,
.muted-text {
  color: var(--muted);
  margin-bottom: 26px;
}

.legal-card h2 {
  color: var(--navy);
  font-size: 22px;
  margin: 24px 0 8px;
}

.legal-card p {
  color: #4b5563;
}

.legal-card a {
  color: var(--primary-dark);
  font-weight: 900;
  text-decoration: underline;
}

.contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.contact-copy p {
  color: var(--muted);
  font-size: 17px;
}

.contact-phone-box {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 20px;
  margin: 24px 0 18px;
  background: var(--soft);
}

.contact-phone-box span {
  display: block;
  color: var(--muted);
  font-weight: 850;
  margin-bottom: 4px;
}

.contact-phone-box a {
  display: block;
  color: var(--primary-dark);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 950;
  line-height: 1;
}

.contact-form {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

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

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

  .hero-panel {
    max-width: 720px;
    margin-inline: auto;
  }

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

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

  .cta-band {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 760px) {
  body:has(.sticky-call) {
    padding-bottom: 92px;
  }

  .container {
    width: min(100% - 24px, var(--max));
  }

  .top-strip {
    font-size: 13px;
  }

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

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-copy small {
    display: none;
  }

  .header-cta .phone-pill,
  .header-cta .btn {
    display: none;
  }

  .simple-header .header-cta,
  .simple-header .btn {
    display: inline-flex;
  }

  .hero-section {
    padding: 50px 0 42px;
  }

  .hero-content h1 {
    letter-spacing: -1.4px;
  }

  .hero-buttons {
    align-items: stretch;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .hero-phone-card {
    text-align: center;
    max-width: 100%;
  }

  .trust-grid,
  .problem-list,
  .service-grid,
  .steps-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    padding: 16px;
    border-radius: 24px;
  }

  .panel-alert {
    border-radius: 20px;
    padding: 20px;
  }

  .panel-alert h2 {
    font-size: 25px;
  }

  .section {
    padding: 54px 0;
  }

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

  .service-card,
  .step-card,
  .faq-card {
    padding: 20px;
    border-radius: 20px;
  }

  .cta-band {
    border-radius: 24px;
    padding: 28px 18px;
  }

  .cta-phone {
    font-size: 25px;
  }

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

  .footer-links {
    justify-content: flex-start;
  }

  .footer-bottom p:last-child {
    text-align: left;
  }

  .sticky-call {
    display: flex;
  }

  .legal-page {
    padding: 38px 0;
  }
}

@media (max-width: 390px) {
  .sticky-call strong {
    font-size: 15px;
  }

  .sticky-call .btn {
    padding: 11px 14px;
    font-size: 14px;
  }

  .hero-phone-card a,
  .contact-phone-box a {
    font-size: 27px;
  }
}


.disclaimer-section {
  padding: 44px 0;
  background: #f6f9ff;
}

.disclaimer-box {
  padding: 26px 28px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-left: 5px solid var(--yellow);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.disclaimer-box h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.disclaimer-box p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
}
