/* === CostaSure universal typography START === */

:root {
  --cs-font-main: Arial, Helvetica, sans-serif;
  --cs-text: #123026;
  --cs-muted: #5b6f66;
  --cs-green: #0b6b43;
  --cs-green-dark: #06492e;
  --cs-green-soft: #eaf7f0;
  --cs-green-line: #cfe8da;
}

html {
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: var(--cs-font-main) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: var(--cs-text) !important;
}

body,
button,
input,
select,
textarea {
  font-family: var(--cs-font-main) !important;
}

p,
li,
label,
input,
select,
textarea,
button,
summary,
details,
.card p,
.hero-card p,
.notice,
.final-cta p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

p,
li {
  color: inherit;
}

main p,
.card p,
.hero-card p {
  color: var(--cs-muted) !important;
}

h1,
.hero h1,
.hero-inner h1,
main h1 {
  font-family: var(--cs-font-main) !important;
  font-size: clamp(36px, 5vw, 52px) !important;
  line-height: 1.08 !important;
  letter-spacing: -1.2px !important;
  font-weight: 900 !important;
  color: var(--cs-green-dark) !important;
}

h2,
main h2,
.card h2,
.final-cta h2,
.costasure-faq-section h2,
.costasure-related-checklists h2 {
  font-family: var(--cs-font-main) !important;
  font-size: clamp(25px, 3vw, 32px) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.45px !important;
  font-weight: 900 !important;
  color: var(--cs-green-dark) !important;
}

h3,
main h3,
.card h3 {
  font-family: var(--cs-font-main) !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  color: var(--cs-green-dark) !important;
}

h4,
main h4 {
  font-family: var(--cs-font-main) !important;
  font-size: 17px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
}

.lead,
.hero .lead,
.hero-inner .lead {
  font-size: clamp(18px, 2.2vw, 21px) !important;
  line-height: 1.55 !important;
  color: var(--cs-muted) !important;
}

.eyebrow {
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.brand {
  font-family: var(--cs-font-main) !important;
  font-size: 22px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

.navlinks,
.navlinks a {
  font-family: var(--cs-font-main) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.button,
.nav-cta,
a.button,
button {
  font-family: var(--cs-font-main) !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.card,
.hero-card,
.notice,
.final-cta,
.costasure-faq-section,
.costasure-related-checklists {
  font-family: var(--cs-font-main) !important;
}

.final-cta h2 {
  color: #ffffff !important;
}

.final-cta p {
  color: rgba(255,255,255,.92) !important;
}

footer,
.costasure-footer,
.costasure-footer * {
  font-family: var(--cs-font-main) !important;
}

.costasure-footer h3 {
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.costasure-footer h4 {
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

.costasure-footer p,
.costasure-footer a {
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.costasure-footer-bottom,
.costasure-footer-bottom a,
.costasure-footer-bottom span {
  font-size: 13px !important;
  line-height: 1.4 !important;
}

@media (max-width: 700px) {
  h1,
  .hero h1,
  .hero-inner h1,
  main h1 {
    font-size: 36px !important;
  }

  h2,
  main h2,
  .card h2,
  .final-cta h2,
  .costasure-faq-section h2,
  .costasure-related-checklists h2 {
    font-size: 26px !important;
  }

  .lead,
  .hero .lead,
  .hero-inner .lead {
    font-size: 18px !important;
  }

  .brand {
    font-size: 20px !important;
  }

  p,
  li,
  label,
  input,
  select,
  textarea,
  button,
  summary,
  details {
    font-size: 16px !important;
  }
}

/* === CostaSure universal typography END === */

/* === CostaSure universal header/layout/components START === */

* {
  box-sizing: border-box;
}

body {
  margin: 0 !important;
  background: #f7fbf8 !important;
}

a {
  color: #0b6b43;
}

.topbar {
  background: #ffffff !important;
  border-bottom: 1px solid #cfe8da !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9000 !important;
}

.navwrap {
  max-width: 1120px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 14px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.brand {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #06492e !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.brand-logo {
  height: 38px !important;
  width: auto !important;
  display: block !important;
}

.brand-mark {
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
  background: #0b6b43 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.navlinks {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}

.navlinks a {
  color: #123026 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.navlinks a:hover {
  color: #0b6b43 !important;
  text-decoration: none !important;
}

.nav-cta {
  background: #0b6b43 !important;
  color: #ffffff !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px rgba(11,107,67,.18) !important;
}

.hamburger {
  display: none !important;
  border: 1px solid #cfe8da !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 9px 11px !important;
  cursor: pointer !important;
  color: #06492e !important;
  font-weight: 900 !important;
}

main {
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero {
  background:
    radial-gradient(circle at top right, rgba(11,107,67,.16), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #edf8f1 100%) !important;
  border-bottom: 1px solid #cfe8da !important;
}

.hero-inner {
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 64px 20px 54px !important;
}

.eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #eaf7f0 !important;
  border: 1px solid #cfe8da !important;
  color: #06492e !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  margin-bottom: 18px !important;
}

.grid {
  gap: 22px !important;
}

.card,
.hero-card,
.costasure-faq-section,
.costasure-related-checklists {
  background: #ffffff !important;
  border: 1px solid #cfe8da !important;
  border-radius: 22px !important;
  box-shadow: 0 10px 28px rgba(6,73,46,.07) !important;
}

.card {
  padding: 26px !important;
}

.hero-card {
  padding: 24px !important;
}

.button,
a.button,
button.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 13px 19px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  border: 0 !important;
  cursor: pointer !important;
}

.button.primary,
a.button.primary {
  background: #0b6b43 !important;
  color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(11,107,67,.20) !important;
}

.button.secondary,
a.button.secondary {
  background: #ffffff !important;
  color: #06492e !important;
  border: 1px solid #cfe8da !important;
}

.final-cta {
  background: linear-gradient(135deg, #06492e, #0b6b43) !important;
  color: #ffffff !important;
  border-radius: 28px !important;
  padding: 34px !important;
  box-shadow: 0 18px 45px rgba(6,73,46,.12) !important;
}

input,
select,
textarea {
  border: 1px solid #cfe8da !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
  color: #123026 !important;
  background: #ffffff !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(11,107,67,.16) !important;
  border-color: #0b6b43 !important;
}

@media (min-width: 981px) and (max-width: 1100px) {
  .navlinks {
    gap: 9px !important;
  }

  .nav-cta {
    padding: 8px 11px !important;
  }
}

@media (max-width: 980px) {
  .hamburger {
    display: block !important;
  }

  .navlinks {
    display: none !important;
    position: absolute !important;
    top: 67px !important;
    left: 16px !important;
    right: 16px !important;
    background: #ffffff !important;
    border: 1px solid #cfe8da !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 45px rgba(6,73,46,.12) !important;
    padding: 16px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    white-space: normal !important;
    z-index: 9999 !important;
  }

  .navlinks.open {
    display: flex !important;
  }

  .navlinks a {
    padding: 8px 4px !important;
    white-space: normal !important;
  }

  .nav-cta {
    text-align: center !important;
    padding: 11px 16px !important;
  }

  .hero-inner {
    padding: 44px 20px 42px !important;
  }
}

@media (max-width: 640px) {
  main {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .final-cta {
    padding: 26px 22px !important;
  }

  .card {
    padding: 22px !important;
  }
}

/* === CostaSure universal header/layout/components END === */

/* CostaSure universal site CSS */
/* Last updated automatically */

.costasure-footer {
  background: #062f20;
  color: #d9efe4;
  padding: 42px 20px 28px;
  margin-top: 48px;
  font-family: Arial, Helvetica, sans-serif;
}

.costasure-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.costasure-footer-brand {
  max-width: 360px;
}

.costasure-footer h3,
.costasure-footer h4 {
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.2;
}

.costasure-footer h3 {
  font-size: 24px;
  font-weight: 900;
}

.costasure-footer h4 {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.costasure-footer p {
  margin: 0;
  color: #bfe1d0;
  font-size: 15px;
  line-height: 1.55;
}

.costasure-footer-links {
  display: grid;
  gap: 8px;
}

.costasure-footer a {
  color: #d9efe4;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.35;
}

.costasure-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.costasure-footer-bottom {
  max-width: 1120px;
  margin: 30px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(217, 239, 228, .18);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: #a8cdbb;
  font-size: 13px;
}

.costasure-footer-bottom a {
  color: #a8cdbb;
  font-size: 13px;
}

@media (max-width: 900px) {
  .costasure-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }

  .costasure-footer-brand {
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media (max-width: 560px) {
  .costasure-footer {
    padding: 34px 18px 24px;
  }

  .costasure-footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .costasure-footer-bottom {
    display: block;
  }

  .costasure-footer-bottom span {
    display: block;
    margin: 8px 0;
  }
}

/* === CostaSure forced clean global header START === */

.topbar {
  background: #ffffff !important;
  border-bottom: 1px solid #cfe8da !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}

.navwrap {
  max-width: 1120px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 12px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.brand {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  color: #06492e !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  font-size: 21px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  flex: 0 0 auto !important;
}

.brand-logo {
  height: 34px !important;
  width: auto !important;
  display: block !important;
}

.brand-mark {
  width: 34px !important;
  height: 34px !important;
  border-radius: 11px !important;
  background: #0b6b43 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.navlinks {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
  min-width: 0 !important;
  overflow: visible !important;
}

.navlinks a {
  color: #123026 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  padding: 4px 0 !important;
}

.navlinks a:hover {
  color: #0b6b43 !important;
  text-decoration: none !important;
}

.navlinks .nav-cta,
.nav-cta {
  background: #0b6b43 !important;
  color: #ffffff !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 20px rgba(11,107,67,.18) !important;
}

.hamburger {
  display: none !important;
  border: 1px solid #cfe8da !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 9px 11px !important;
  cursor: pointer !important;
  color: #06492e !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

@media (max-width: 760px) {
  .hamburger {
    display: block !important;
  }

  .navlinks {
    display: none !important;
    position: absolute !important;
    top: 62px !important;
    left: 16px !important;
    right: 16px !important;
    background: #ffffff !important;
    border: 1px solid #cfe8da !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 45px rgba(6,73,46,.14) !important;
    padding: 16px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    white-space: normal !important;
    z-index: 10000 !important;
  }

  .navlinks.open {
    display: flex !important;
  }

  .navlinks a {
    display: block !important;
    padding: 9px 6px !important;
    white-space: normal !important;
  }

  .navlinks .nav-cta,
  .nav-cta {
    text-align: center !important;
    padding: 12px 16px !important;
  }
}

/* === CostaSure forced clean global header END === */

/* === CostaSure visible breadcrumbs START === */

.costasure-breadcrumbs {
  background: #ffffff;
  border-bottom: 1px solid #cfe8da;
}

.costasure-breadcrumbs-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 11px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: #5b6f66;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.costasure-breadcrumbs a {
  color: #0b6b43;
  text-decoration: none;
  font-weight: 800;
}

.costasure-breadcrumbs a:hover {
  text-decoration: underline;
}

.costasure-breadcrumbs .separator {
  color: #8aa79a;
}

.costasure-breadcrumbs .current {
  color: #5b6f66;
  font-weight: 700;
}

@media (max-width: 560px) {
  .costasure-breadcrumbs-inner {
    padding: 10px 18px;
    font-size: 12px;
  }
}

/* === CostaSure visible breadcrumbs END === */

/* === CostaSure universal checklist promo blocks START === */

.costasure-checklist-block {
  max-width: 1120px;
  margin: 38px auto;
  padding: 0 20px;
}

.costasure-checklist-panel {
  background: #ffffff;
  border: 1px solid #cfe8da;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(6,73,46,.07);
  padding: 30px;
}

.costasure-checklist-panel h2 {
  margin: 0 0 10px;
  color: #06492e;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -.5px;
}

.costasure-checklist-panel p {
  margin: 0 0 20px;
  color: #5b6f66;
  font-size: 16px;
  line-height: 1.6;
}

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

.costasure-checklist-card {
  display: block;
  background: #eaf7f0;
  border: 1px solid #cfe8da;
  border-radius: 18px;
  padding: 17px 18px;
  color: #123026;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.costasure-checklist-card:hover {
  transform: translateY(-2px);
  border-color: #0b6b43;
  box-shadow: 0 10px 22px rgba(6,73,46,.10);
  text-decoration: none;
}

.costasure-checklist-card strong {
  display: block;
  color: #06492e;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 6px;
}

.costasure-checklist-card span {
  display: block;
  color: #5b6f66;
  font-size: 14px;
  line-height: 1.45;
}

.costasure-checklist-actions {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.costasure-checklist-actions a {
  font-weight: 900;
}

.costasure-checklist-actions .primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0b6b43;
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 18px;
  text-decoration: none;
}

.costasure-checklist-actions .secondary-link {
  color: #0b6b43;
  text-decoration: none;
}

.costasure-checklist-actions .secondary-link:hover {
  text-decoration: underline;
}

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

@media (max-width: 560px) {
  .costasure-checklist-block {
    margin: 30px auto;
    padding: 0 18px;
  }

  .costasure-checklist-panel {
    padding: 24px 20px;
  }

  .costasure-checklist-grid {
    grid-template-columns: 1fr;
  }

  .costasure-checklist-actions {
    display: grid;
    gap: 10px;
  }

  .costasure-checklist-actions .primary-link,
  .costasure-checklist-actions .secondary-link {
    width: 100%;
    text-align: center;
  }
}

/* === CostaSure universal checklist promo blocks END === */

/* === CostaSure universal FAQ and related sections START === */

.costasure-faq-section,
.costasure-related-checklists {
  margin: 32px 0;
  background: #ffffff;
  border: 1px solid #cfe8da;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(6,73,46,.07);
  padding: 30px;
}

.costasure-faq-section {
  background: #eaf7f0;
}

.costasure-faq-section h2,
.costasure-related-checklists h2 {
  margin: 0 0 10px;
  color: #06492e;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -.5px;
}

.costasure-faq-intro,
.costasure-related-intro {
  margin: 0 0 18px;
  color: #5b6f66;
  font-size: 16px;
  line-height: 1.6;
}

.costasure-faq-item {
  background: #ffffff;
  border: 1px solid #cfe8da;
  border-radius: 16px;
  padding: 16px 18px;
  margin: 12px 0;
}

.costasure-faq-item summary {
  cursor: pointer;
  font-weight: 900;
  color: #06492e;
  font-size: 16px;
  line-height: 1.4;
}

.costasure-faq-item p {
  margin: 12px 0 0;
  color: #5b6f66;
  font-size: 16px;
  line-height: 1.6;
}

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

.costasure-related-card {
  display: block;
  background: #eaf7f0;
  border: 1px solid #cfe8da;
  border-radius: 18px;
  padding: 17px 18px;
  color: #123026;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.costasure-related-card:hover {
  transform: translateY(-2px);
  border-color: #0b6b43;
  box-shadow: 0 10px 22px rgba(6,73,46,.10);
  text-decoration: none;
}

.costasure-related-card strong {
  display: block;
  color: #06492e;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 6px;
}

.costasure-related-card span {
  display: block;
  color: #5b6f66;
  font-size: 14px;
  line-height: 1.45;
}

.costasure-related-footer {
  margin: 18px 0 0;
}

.costasure-related-footer a {
  color: #0b6b43;
  font-weight: 900;
  text-decoration: none;
}

.costasure-related-footer a:hover {
  text-decoration: underline;
}

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

@media (max-width: 560px) {
  .costasure-faq-section,
  .costasure-related-checklists {
    padding: 24px 20px;
  }

  .costasure-related-grid {
    grid-template-columns: 1fr;
  }
}

/* === CostaSure universal FAQ and related sections END === */

/* COSTASURE-HIDE-OLD-MOBILE-SHELL-START */
#costasure-mobile-bar,
#costasure-mobile-panel,
#costasure-mobile-backdrop {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.costasure-menu-open {
  overflow: auto !important;
}

@media (max-width: 900px) {
  #costasure-mobile-bar,
  #costasure-mobile-panel,
  #costasure-mobile-backdrop {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  header.topbar {
    display: block !important;
  }
}
/* COSTASURE-HIDE-OLD-MOBILE-SHELL-END */
