:root {
  --navy: #17324d;
  --blue: #2078bd;
  --blue-dark: #135b93;
  --orange: #ee7c2d;
  --orange-dark: #ce6118;
  --cream: #f7f3ec;
  --light-blue: #eaf4fb;
  --white: #ffffff;
  --text: #24313c;
  --muted: #61707e;
  --border: #dce4ea;
  --shadow: 0 12px 30px rgba(23, 50, 77, 0.1);
  --radius: 14px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

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

.narrow {
  width: min(calc(100% - 40px), 820px);
}

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

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

.logo {
  color: var(--navy);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.7px;
}

.logo span {
  color: var(--orange);
}

.main-nav {
  display: flex;
  gap: 26px;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 700;
}

.main-nav a:hover, .footer-links a:hover {
  color: var(--blue);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: 7px;
  color: var(--white);
  background: var(--orange);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease;
}

.button:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 0.9rem;
}

.button-outline {
  color: var(--navy);
  background: transparent;
  border: 2px solid var(--navy);
}

.button-outline:hover {
  color: var(--white);
  background: var(--navy);
}

.button-light {
  color: var(--navy);
  background: var(--white);
}

.button-light:hover {
  background: #edf5fb;
}

.button-full {
  width: 100%;
}

.hero {
  overflow: hidden;
  padding: 82px 0 74px;
  background: radial-gradient(circle at 88% 15%, rgba(32, 120, 189, 0.13), transparent 28rem), linear-gradient(135deg, #f9fcfe 0%, #e9f4fa 100%);
}

.hero-grid, .quote-grid, .process-grid {
  display: grid;
  align-items: center;
  gap: 58px;
}

.hero-grid {
  grid-template-columns: 1.25fr 0.75fr;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

h1, h2, h3 {
  color: var(--navy);
  line-height: 1.15;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  letter-spacing: -2.4px;
}

h2 {
  margin: 0 0 16px;
  font-size: clamp(1.85rem, 3.2vw, 2.8rem);
  letter-spacing: -1.2px;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 28px;
  color: #475868;
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 28px;
  color: #4f6170;
  font-size: 0.91rem;
  font-weight: 700;
}

.hero-card {
  position: relative;
  padding: 30px;
  color: #526472;
  background: var(--white);
  border: 1px solid #d8e6ef;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card ul {
  margin: 8px 0 18px;
  padding-left: 19px;
}

.hero-card a, .kit-card a {
  color: var(--blue);
  font-weight: 800;
}

.card-label {
  margin: 20px 0 3px;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.patch-graphic {
  position: relative;
  display: grid;
  place-items: center;
  height: 145px;
  overflow: hidden;
  background: #e8e2d7;
  border: 10px solid #f3eee7;
  border-radius: 8px;
}

.wall-hole {
  position: absolute;
  width: 75px;
  height: 75px;
  background: #59626a;
  border-radius: 50%;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.4);
}

.mesh-patch {
  position: absolute;
  width: 105px;
  height: 105px;
  border: 2px solid rgba(32, 120, 189, 0.65);
  background: repeating-linear-gradient(0deg, transparent, transparent 8px, rgba(32, 120, 189, 0.22) 9px), repeating-linear-gradient(90deg, transparent, transparent 8px, rgba(32, 120, 189, 0.22) 9px);
}

.spackle-layer {
  position: absolute;
  width: 120px;
  height: 75px;
  background: rgba(246, 246, 243, 0.85);
  border-radius: 55% 42% 48% 50%;
  transform: rotate(-6deg);
}

.trust-bar {
  color: var(--white);
  background: var(--navy);
}

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

.trust-items div {
  padding: 21px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}

.trust-items div:last-child {
  border-right: 0;
}

.trust-items strong, .trust-items span {
  display: block;
}

.trust-items strong {
  font-size: 0.94rem;
}

.trust-items span {
  color: #b8ccdb;
  font-size: 0.84rem;
}

.section {
  padding: 90px 0;
}

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

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

.section-heading > p:last-child, .section-intro {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.kit-card, .decision-card {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.kit-card {
  position: relative;
  min-height: 100%;
}

.kit-card.featured {
  border: 2px solid var(--blue);
  box-shadow: 0 10px 28px rgba(32, 120, 189, 0.12);
}

.featured-label {
  position: absolute;
  top: -13px;
  left: 25px;
  padding: 4px 11px;
  color: var(--white);
  background: var(--blue);
  border-radius: 30px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.kit-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--blue);
  background: var(--light-blue);
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 900;
}

.kit-card p, .kit-card li {
  color: var(--muted);
}

.kit-card ul {
  min-height: 104px;
  margin: 18px 0 23px;
  padding-left: 19px;
}

.process-grid {
  grid-template-columns: 1.25fr 0.75fr;
  align-items: start;
}

.steps {
  margin-top: 31px;
}

.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  margin-bottom: 25px;
}

.step > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 800;
}

.step h3 {
  margin: 3px 0 5px;
  font-size: 1.05rem;
}

.step p {
  margin: 0;
  color: var(--muted);
}

.pro-tip-card {
  padding: 32px;
  color: #dcecf7;
  background: var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.pro-tip-card h3 {
  color: var(--white);
  font-size: 1.55rem;
}

.pro-tip-card p:not(.eyebrow), .pro-tip-card li {
  color: #c5d5e1;
}

.pro-tip-card ul {
  margin: 19px 0 27px;
  padding-left: 19px;
}

.decision-grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 920px;
  margin: 0 auto;
}

.decision-card {
  padding: 34px;
}

.accent-card {
  background: #f0f8fc;
  border-color: #b9dcea;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin: 12px 0;
  padding-left: 28px;
  color: var(--muted);
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--blue);
  content: "✓";
  font-weight: 900;
}

.quote-section {
  padding: 84px 0;
  color: var(--white);
  background: linear-gradient(90deg, rgba(23, 50, 77, 0.97), rgba(23, 50, 77, 0.91)), linear-gradient(135deg, #17324d, #2078bd);
}

.quote-grid {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
}

.quote-copy h2 {
  color: var(--white);
  font-size: clamp(2rem, 3.8vw, 3.25rem);
}

.quote-copy > p:not(.eyebrow) {
  max-width: 570px;
  color: #c9d9e4;
  font-size: 1.08rem;
}

.quote-benefits {
  display: grid;
  gap: 10px;
  margin-top: 25px;
  color: #f2f8fc;
  font-weight: 700;
}

.quote-form {
  padding: 32px;
  color: var(--text);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quote-form h3 {
  margin-bottom: 21px;
}

.quote-form label {
  display: block;
  margin-bottom: 15px;
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 800;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

input, textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 12px 13px;
  color: var(--text);
  background: #fff;
  border: 1px solid #cad7e0;
  border-radius: 6px;
  font: inherit;
  font-size: 0.94rem;
}

input:focus, textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(32, 120, 189, 0.16);
}

textarea {
  resize: vertical;
}

.checkbox-label {
  display: flex !important;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
}

.checkbox-label input {
  width: auto;
  margin-top: 4px;
}

.form-note {
  margin: 13px 0 0;
  color: #788795;
  font-size: 0.72rem;
  line-height: 1.45;
}

.faq-section {
  padding: 90px 0;
  background: #f8fafb;
}

details {
  margin-bottom: 12px;
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
}

summary {
  color: var(--navy);
  cursor: pointer;
  font-weight: 800;
}

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

.site-footer {
  padding: 48px 0 20px;
  color: #bbcad4;
  background: #102638;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 35px;
}

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

.site-footer p {
  margin: 9px 0 0;
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  gap: 14px 22px;
  font-size: 0.9rem;
}

.copyright {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #8199a9;
  font-size: 0.8rem;
}

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

@media (max-width: 900px) {
  .hero-grid, .process-grid, .quote-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hero-card {
    max-width: 550px;
  }
}

@media (max-width: 900px) {
  .kit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .kit-card ul {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .pro-tip-card {
    max-width: 620px;
  }
}

@media (max-width: 620px) {
  .container, .narrow {
    width: min(calc(100% - 28px), var(--max-width));
  }
}

@media (max-width: 620px) {
  .nav {
    min-height: 66px;
  }
}

@media (max-width: 620px) {
  .nav .button-small {
    display: none;
  }
}

@media (max-width: 620px) {
  .hero, .section, .faq-section {
    padding: 60px 0;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-top: 58px;
  }
}

@media (max-width: 620px) {
  h1 {
    letter-spacing: -1.5px;
  }
}

@media (max-width: 620px) {
  .trust-items, .decision-grid, .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .trust-items div {
    padding: 15px 4px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }
}

@media (max-width: 620px) {
  .trust-items div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .hero-actions .button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .quote-section {
    padding: 60px 0;
  }
}

@media (max-width: 620px) {
  .quote-form, .kit-card, .decision-card, .pro-tip-card {
    padding: 24px;
  }
}

@media (max-width: 620px) {
  .footer-content {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .footer-links {
    justify-content: flex-start;
  }
}

body {
  font-family: 'Marcellus', Arial;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Marcellus SC';
}

