.customer-tools-page {
  --customer-navy: #0f2233;
  --customer-muted: #51677a;
  --customer-blue: #2563eb;
  --customer-blue-dark: #1553cc;
  --customer-teal: #0f9aa8;
  --customer-line: #dce8f1;
  --customer-soft-blue: #eef8ff;
  color: var(--customer-navy);
  background: #ffffff;
}

.customer-tools-page .container,
.customer-tools-page .nav-shell {
  width: min(100% - 2rem, 1180px);
}

.customer-tools-page .site-header {
  border-bottom: 1px solid rgba(220, 232, 241, 0.9);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 8px 24px rgba(42, 79, 108, 0.05);
}

.customer-tools-page .nav-shell {
  min-height: 80px;
}

.customer-tools-page .brand {
  gap: 0.8rem;
  color: var(--customer-navy);
  font-size: 1.13rem;
  letter-spacing: -0.02em;
}

.customer-tools-page .brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(145deg, #237cff, #0757df);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.2);
  font-size: 1.08rem;
}

.customer-tools-page .nav-links > a,
.customer-tools-page .nav-dropdown-toggle {
  color: #26394b;
  font-size: 1rem;
  font-weight: 650;
}

.customer-tools-page .nav-dropdown-toggle {
  gap: 0.45rem;
}

.customer-tools-page .nav-dropdown-toggle[aria-current="page"] {
  position: relative;
  color: var(--customer-blue);
  background: #eaf2ff;
}

.customer-tools-page .nav-dropdown-toggle[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0.8rem;
  bottom: -0.5rem;
  left: 0.8rem;
  height: 2px;
  border-radius: 999px;
  background: var(--customer-blue);
}

.customer-tools-page .nav-dropdown.is-open .nav-lucide {
  transform: rotate(180deg);
}

.ct-icon {
  width: 1.5em;
  height: 1.5em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-lucide {
  width: 16px;
  height: 16px;
  transition: transform 160ms ease;
}

.customer-tools-main {
  overflow: hidden;
  background: #ffffff;
}

.customer-hero {
  position: relative;
  padding: 72px 0 34px;
  background:
    radial-gradient(circle at 74% 16%, rgba(255, 255, 255, 0.96) 0 115px, transparent 116px),
    radial-gradient(circle at 96% 60%, rgba(194, 224, 255, 0.38) 0 155px, transparent 156px),
    linear-gradient(120deg, #f7fcff 2%, #edf8ff 56%, #f6fcff 100%);
}

.customer-hero::before {
  content: "";
  position: absolute;
  top: 118px;
  left: calc(50% - 58px);
  width: 70px;
  height: 92px;
  opacity: 0.6;
  background-image: radial-gradient(circle, #b8dcff 3px, transparent 3.5px);
  background-size: 19px 19px;
}

.customer-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 54px;
  align-items: center;
}

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

.customer-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 13px;
  border-radius: 999px;
  color: #1457bb;
  background: #e3f0ff;
  font-size: 0.78rem;
  font-weight: 800;
}

.customer-hero-copy h1 {
  max-width: 620px;
  margin: 20px 0 18px;
  color: #0c2244;
  font-size: clamp(3.05rem, 6.1vw, 5rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.customer-hero-copy > p {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--customer-muted);
  font-size: 1.13rem;
  line-height: 1.75;
}

.customer-feature-list {
  display: grid;
  gap: 20px;
  margin-top: 38px;
}

.customer-feature {
  display: flex;
  gap: 12px;
  align-items: center;
}

.feature-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(145deg, #277df0, #0759d9);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
}

.feature-icon .ct-icon {
  width: 22px;
  height: 22px;
  stroke-width: 2.5;
}

.customer-feature strong,
.customer-feature small {
  display: block;
}

.customer-feature strong {
  color: #17304a;
  font-size: 0.88rem;
}

.customer-feature small {
  margin-top: 2px;
  color: #6b7f91;
  font-size: 0.75rem;
}

.estimate-visual {
  position: relative;
  min-height: 500px;
  padding: 38px 58px 62px 0;
}

.estimate-summary-card {
  position: relative;
  z-index: 2;
  width: min(100%, 480px);
  margin-left: auto;
  padding: 28px;
  border: 1px solid rgba(188, 211, 229, 0.75);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 28px 70px rgba(42, 88, 123, 0.14);
}

.estimate-summary-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: #162a3c;
  font-size: 1.08rem;
  font-weight: 800;
}

.summary-status {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: #20965d;
  font-size: 0.72rem;
}

.summary-status .ct-icon {
  width: 16px;
  height: 16px;
}

.estimate-ranges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 12px 0;
  border: 1px solid #e0e9f1;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(42, 88, 123, 0.05);
}

.estimate-range {
  display: grid;
  gap: 7px;
  justify-items: center;
  padding: 3px 14px;
  color: #40566a;
  font-size: 0.79rem;
}

.estimate-range + .estimate-range {
  border-left: 1px solid #e2eaf1;
}

.estimate-range strong {
  font-size: 1.48rem;
  line-height: 1;
}

.estimate-range i {
  width: 100%;
  height: 9px;
  margin-top: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf2f7;
}

.estimate-range i b {
  display: block;
  width: 74%;
  height: 100%;
  border-radius: inherit;
}

.range-low strong {
  color: #22a866;
}

.range-low i b {
  background: linear-gradient(90deg, #75df9f, #36ba78);
}

.range-average strong {
  color: #1462dc;
}

.range-average i b {
  background: linear-gradient(90deg, #83bdff, #438cf1);
}

.range-high strong {
  color: #7257e8;
}

.range-high i b {
  background: linear-gradient(90deg, #a894ff, #7356e9);
}

.service-details-title {
  margin: 22px 0 10px;
  color: #3f5870;
  font-size: 0.92rem;
  font-weight: 750;
}

.service-detail-row {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 12px;
  border: 1px solid #e2eaf1;
  border-radius: 14px;
}

.service-detail-row + .service-detail-row {
  margin-top: 10px;
}

.detail-row-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: #4e91ed;
  background: #eaf3ff;
}

.detail-row-icon .ct-icon {
  width: 23px;
  height: 23px;
}

.detail-lines {
  display: grid;
  flex: 1;
  gap: 7px;
}

.detail-lines i {
  width: 84%;
  height: 6px;
  border-radius: 999px;
  background: #dfe6ed;
}

.detail-lines i:nth-child(2) {
  width: 60%;
}

.detail-lines i:nth-child(3) {
  width: 72%;
}

.detail-check {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: #92dbc5;
}

.visual-calculator {
  position: absolute;
  right: 4px;
  bottom: 18px;
  z-index: 3;
  width: 148px;
  padding: 13px;
  border: 1px solid #0753c7;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(150deg, #2f7fea, #0757cf 70%);
  box-shadow: 0 24px 34px rgba(17, 82, 177, 0.26);
  transform: rotate(7deg);
}

.calculator-display {
  margin-bottom: 10px;
  padding: 7px 9px;
  border-radius: 6px;
  color: #203e65;
  background: linear-gradient(120deg, #f7fbff, #cfe5f6);
  font-size: 1.35rem;
  font-weight: 850;
  text-align: right;
}

.calculator-keys {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.calculator-keys span {
  display: grid;
  min-height: 25px;
  place-items: center;
  border-radius: 5px;
  background: rgba(0, 55, 143, 0.62);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.18);
  font-size: 0.78rem;
  font-weight: 800;
}

.estimate-orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  background: rgba(190, 222, 255, 0.36);
}

.estimate-orb-large {
  top: 12px;
  right: -40px;
  width: 285px;
  height: 285px;
}

.estimate-orb-small {
  bottom: 8px;
  left: 16px;
  width: 210px;
  height: 210px;
}

.estimate-dot-grid {
  position: absolute;
  top: 45px;
  left: 5px;
  width: 80px;
  height: 80px;
  opacity: 0.7;
  background-image: radial-gradient(circle, #b5dcff 3px, transparent 3.5px);
  background-size: 19px 19px;
}

.available-customer-section {
  padding: 10px 0 28px;
  background: #f6fbff;
}

.available-customer-section .section-container {
  width: min(calc(100% - 2rem), 1180px);
  max-width: 1180px;
  margin: 0 auto;
}

.available-customer-section .section-heading {
  display: block;
  margin: 0 0 12px;
  color: #0f2233;
  font-size: clamp(2.4rem, 4vw, 4.1rem);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.available-customer-section .section-subtitle {
  margin: 0 0 24px;
  color: #51677a;
  font-size: 1.15rem;
  line-height: 1.6;
}

.customer-tools-grid.compact-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.customer-tool-card.vertical-tool-card {
  display: flex;
  min-width: 0;
  min-height: 260px;
  padding: 18px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #d9e8f5;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 34, 51, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.customer-tool-card.vertical-tool-card:hover {
  border-color: #b9d9ee;
  box-shadow: 0 24px 60px rgba(15, 34, 51, 0.1);
  transform: translateY(-4px);
}

.vertical-tool-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 16px;
}

.vertical-tool-icon svg {
  display: block;
  width: 42px;
  height: 42px;
}

.vertical-tool-icon.red-car {
  color: #ef4444;
  background: #fff1f2;
}

.vertical-tool-icon.green-house {
  color: #10b981;
  background: #ecfdf5;
}

.customer-tool-card .tool-pills {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin-bottom: 10px;
}

.customer-tool-card .tool-pills span {
  display: inline-flex;
  height: 26px;
  padding: 0 10px;
  align-items: center;
  border-radius: 999px;
  color: #075985;
  background: #eaf6ff;
  font-size: 0.72rem;
  font-weight: 850;
}

.customer-tool-card .tool-pills span:first-child {
  color: #166534;
  background: #eafaf1;
}

.customer-tool-card.vertical-tool-card h3 {
  margin: 0 0 8px;
  color: #0f2233;
  font-size: 1.15rem;
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: -0.025em;
}

.customer-tool-card.vertical-tool-card p {
  margin: 0 0 12px;
  color: #51677a;
  font-size: 0.9rem;
  line-height: 1.5;
}

.tool-card-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: #075985;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.tool-card-link:hover {
  color: #2563eb;
  text-decoration: underline;
}

.tool-card-link span {
  transition: transform 160ms ease;
}

.tool-card-link:hover span {
  transform: translateX(4px);
}

.coming-soon-section {
  padding: 48px 0 24px;
}

.coming-soon-panel {
  max-width: 1180px;
  padding: 48px 52px 56px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d7eaf8;
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.9) 0 115px, transparent 116px),
    linear-gradient(135deg, #eef8ff 0%, #f6fbff 48%, #e9f6ff 100%);
  box-shadow: 0 24px 70px rgba(15, 34, 51, 0.08);
}

.coming-soon-header {
  margin-bottom: 38px;
}

.coming-soon-header h2 {
  margin: 0 0 14px;
  color: #0f2233;
  font-size: clamp(2.1rem, 3.4vw, 3.45rem);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.coming-soon-header p {
  margin: 0;
  color: #51677a;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.6;
}

.coming-soon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.coming-soon-card {
  display: flex;
  min-height: 300px;
  padding: 24px 22px 26px;
  align-items: center;
  flex-direction: column;
  border: 1px solid #d9e8f5;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 34, 51, 0.08);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.coming-soon-card:hover {
  border-color: #b9d9ee;
  box-shadow: 0 24px 60px rgba(15, 34, 51, 0.12);
  transform: translateY(-4px);
}

.coming-soon-pill {
  display: inline-flex;
  height: 32px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #9a5a07;
  background: #fff1d6;
  font-size: 0.85rem;
  font-weight: 900;
  margin-bottom: 26px;
}

.coming-soon-icon {
  display: grid;
  width: 104px;
  height: 104px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 30px;
}

.coming-soon-icon.green {
  background: #eafaf1;
}

.coming-soon-icon.blue {
  background: #eef6ff;
}

.coming-soon-icon.purple {
  background: #f3ecff;
}

.coming-soon-icon.orange {
  background: #fff3df;
}

.coming-soon-icon svg {
  display: block;
  width: 74px;
  height: 74px;
}

.coming-soon-card h3 {
  max-width: 230px;
  margin: 0 auto 18px;
  color: #0f2233;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.coming-soon-card p {
  margin: auto 0 0;
  color: #72859a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.customer-notice-section {
  padding: 0 0 72px;
}

.customer-estimate-notice {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid #bcd7f1;
  border-radius: 20px;
  background: #f0f7ff;
}

.notice-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--customer-blue);
}

.notice-icon .ct-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2.5;
}

.customer-estimate-notice p {
  margin: 0;
  color: #284761;
  line-height: 1.65;
}

.customer-estimate-notice strong {
  color: #123568;
}

.customer-tools-page .site-footer {
  margin-top: 0;
}

@media (min-width: 640px) {
  .customer-feature-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 920px) {
  .customer-tools-page .nav-links {
    gap: 8px;
  }

  .customer-tools-page .nav-links > a,
  .customer-tools-page .nav-dropdown-toggle {
    padding: 0.65rem 0.9rem;
  }

  .customer-hero-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(470px, 0.96fr);
  }

}

@media (max-width: 1100px) {
  .customer-tools-grid.compact-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1020px) {
  .coming-soon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coming-soon-panel {
    padding: 42px 34px 46px;
  }
}

@media (max-width: 919px) {
  .customer-tools-page .nav-dropdown-toggle[aria-current="page"]::after {
    display: none;
  }

  .estimate-visual {
    width: min(100%, 620px);
    min-height: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 639px) {
  .customer-hero {
    padding: 40px 0 20px;
  }

  .customer-hero-grid {
    gap: 30px;
  }

  .customer-hero-copy h1 {
    font-size: clamp(2.65rem, 13vw, 3.5rem);
  }

  .customer-hero-copy > p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .customer-feature-list {
    gap: 14px;
    margin-top: 28px;
  }

  .estimate-visual {
    min-height: 430px;
    padding: 12px 20px 65px 0;
  }

  .estimate-summary-card {
    padding: 20px;
    border-radius: 20px;
  }

  .estimate-range {
    padding: 3px 7px;
  }

  .estimate-range strong {
    font-size: 1.14rem;
  }

  .visual-calculator {
    right: 2px;
    bottom: 8px;
    width: 125px;
  }

  .customer-notice-section {
    padding-bottom: 40px;
  }

  .customer-estimate-notice {
    align-items: flex-start;
    padding: 18px;
  }
}

@media (max-width: 640px) {
  .available-customer-section {
    padding: 10px 0 22px;
  }

  .available-customer-section .section-container {
    width: 100%;
    padding: 0 20px;
  }

  .available-customer-section .section-heading {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .customer-tools-grid.compact-card-grid {
    grid-template-columns: 1fr;
  }

  .customer-tool-card.vertical-tool-card {
    min-height: auto;
    padding: 20px;
  }
}

@media (max-width: 620px) {
  .coming-soon-section {
    padding: 34px 0 18px;
  }

  .coming-soon-panel {
    padding: 34px 20px 36px;
    border-radius: 26px;
  }

  .coming-soon-header {
    margin-bottom: 28px;
  }

  .coming-soon-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .coming-soon-card {
    min-height: 280px;
    padding: 24px 20px;
  }

  .coming-soon-icon {
    width: 96px;
    height: 96px;
    border-radius: 28px;
  }

  .coming-soon-icon svg {
    width: 68px;
    height: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .customer-tool-card,
  .coming-soon-card,
  .tool-card-link span,
  .nav-lucide {
    transition: none;
  }
}
