/* Reputation Shield - Static Cloudflare Pages Website */

:root {
  --navy: #071b33;
  --navy-2: #0d2a4d;
  --blue: #2563eb;
  --teal: #14b8a6;
  --mint: #e7f8f6;
  --sky: #eef5ff;
  --white: #ffffff;
  --gray-50: #f8fafc;
  --gray-100: #eef2f7;
  --gray-300: #dbe4ef;
  --gray-500: #64748b;
  --gray-700: #334155;
  --shadow: 0 24px 70px rgba(7, 27, 51, 0.13);
  --small-shadow: 0 10px 30px rgba(7, 27, 51, 0.08);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 12px;
  background: var(--navy);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 200;
}

.skip-link:focus {
  top: 12px;
}

.container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: 92px 0;
}

.alt {
  background: var(--gray-50);
}

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

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

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.logo-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.2);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--gray-700);
  font-size: 0.95rem;
  font-weight: 750;
}

.site-nav a:hover {
  color: var(--blue);
}

.nav-cta {
  padding: 10px 16px;
  color: var(--white) !important;
  background: var(--navy);
  border-radius: 999px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--gray-300);
  border-radius: 14px;
  background: var(--white);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
  border-radius: 999px;
}

.hero {
  padding-top: 84px;
  background:
    radial-gradient(circle at 78% 14%, rgba(20, 184, 166, 0.18), transparent 30%),
    radial-gradient(circle at 10% 0%, rgba(37, 99, 235, 0.16), transparent 34%),
    linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
}

.hero-grid,
.visual-grid,
.contact-grid,
.split-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 56px;
  align-items: center;
}

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

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

h1 {
  font-size: clamp(2.7rem, 6vw, 5.05rem);
}

h2 {
  font-size: clamp(2rem, 4.2vw, 3.15rem);
}

h3 {
  font-size: 1.21rem;
}

p {
  margin-top: 0;
}

.hero-text,
.section-heading p,
.problem-copy p,
.visual-grid p,
.contact-section p,
.step-card p,
.service-card p,
.package-card p {
  color: var(--gray-500);
  font-size: 1.05rem;
}

.hero-text {
  margin: 24px 0 30px;
  max-width: 650px;
  font-size: 1.13rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.23);
}

.btn-secondary {
  color: var(--navy);
  background: var(--white);
  border-color: var(--gray-300);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid var(--gray-300);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--gray-700);
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-art,
.image-card {
  padding: 16px;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.problem-section {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
}

.problem-section .problem-copy p {
  color: #cbd5e1;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 42px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

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

.service-card,
.step-card,
.package-card,
.faq-item,
.contact-form,
.industry-grid article,
.benefit-grid div {
  border: 1px solid var(--gray-300);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--small-shadow);
}

.service-card {
  padding: 24px;
}

.icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 15px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  font-weight: 900;
  font-size: 0.95rem;
}

.visual-section {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

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

.check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--gray-700);
  font-weight: 650;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
}

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

.step-card {
  padding: 26px;
}

.step-card span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 15px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  font-weight: 900;
}

.industry-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.industry-grid article,
.benefit-grid div {
  padding: 22px;
  color: var(--navy);
  font-weight: 900;
}

.benefits-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(37, 99, 235, 0.1), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(20, 184, 166, 0.13), transparent 28%),
    var(--white);
}

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

.package-card {
  position: relative;
  padding: 30px;
}

.package-card.featured {
  border-color: rgba(37, 99, 235, 0.35);
  transform: translateY(-10px);
}

.package-card ul {
  margin: 24px 0;
  padding-left: 20px;
  color: var(--gray-700);
}

.package-card li {
  margin-bottom: 10px;
}

.price {
  margin: 16px 0 8px;
  color: var(--blue) !important;
  font-size: 1.45rem !important;
  font-weight: 950;
}

.best-for {
  font-size: 0.96rem !important;
}

.badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0f766e;
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 950;
}

.audit-cta {
  padding: 58px 0;
  background: var(--navy);
}

.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 10%, rgba(20, 184, 166, 0.25), transparent 34%),
    linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(20, 184, 166, 0.1));
}

.cta-box p {
  max-width: 680px;
  margin-bottom: 0;
  color: #cbd5e1;
}

.faq-wrap {
  max-width: 900px;
}

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

.faq-question {
  width: 100%;
  padding: 22px;
  border: 0;
  background: transparent;
  color: var(--navy);
  text-align: left;
  font-weight: 950;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  float: right;
  color: var(--blue);
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  padding: 0 22px 22px;
}

.faq-answer p {
  margin-bottom: 0;
  color: var(--gray-500);
}

.faq-item.active .faq-answer {
  display: block;
}

.contact-section {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #061426);
}

.contact-section p {
  color: #cbd5e1;
}

.contact-details {
  margin-top: 28px;
}

.contact-details a {
  color: var(--white);
  text-decoration: underline;
}

.contact-form {
  padding: 28px;
  color: var(--navy);
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  font-weight: 850;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--gray-300);
  border-radius: 14px;
  color: var(--navy);
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.11);
}

.form-note {
  margin: 14px 0 0;
  color: var(--gray-500) !important;
  font-size: 0.9rem !important;
}

.site-footer {
  padding: 60px 0 24px;
  color: var(--white);
  background: #061426;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 36px;
}

.footer-grid p,
.footer-grid a {
  color: #cbd5e1;
}

.footer-grid a {
  display: block;
  margin-bottom: 8px;
}

.footer-logo {
  margin-bottom: 14px;
}

.copyright {
  padding-top: 28px;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #94a3b8;
}

@media (max-width: 1040px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 78px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--gray-300);
    border-radius: 20px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.active {
    display: flex;
  }

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

  .steps-grid,
  .package-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .package-card.featured {
    transform: none;
  }

  .cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1140px);
  }

  .section {
    padding: 66px 0;
  }

  .service-grid,
  .industry-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-art,
  .image-card {
    padding: 10px;
  }

  .cta-box {
    padding: 28px;
  }
}
