.hcb-homepage {
  --hcb-primary: #005e9e;
  --hcb-secondary: #0078c1;
  --hcb-dark: #333333;
  --hcb-white: #ffffff;
  --hcb-light: #f5f9fc;
  --hcb-blue-soft: #e5f5ff;
  --hcb-border: #d7e8f3;
  --hcb-shadow: 0 18px 45px rgba(0, 94, 158, 0.12);
  --hcb-radius: 22px;
  font-family: "Jost", "Poppins", Arial, sans-serif;
  color: var(--hcb-dark);
  background: #fff;
  overflow-x: hidden;
}

.hcb-homepage *,
.hcb-homepage *::before,
.hcb-homepage *::after {
  box-sizing: border-box;
}

.hcb-homepage img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hcb-homepage a {
  color: inherit;
  text-decoration: none;
}

.hcb-homepage h1,
.hcb-homepage h2,
.hcb-homepage h3,
.hcb-homepage p {
  margin: 0;
}

.hcb-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.hcb-section {
  padding: 56px 0;
}

.hcb-section-sm {
  padding: 28px 0 48px;
}

.hcb-alert {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 14px;
  font-weight: 600;
}

.hcb-alert-success {
  background: #dcfce7;
  border: 1px solid #86efac;
  color: #166534;
}

.hcb-alert-error {
  background: #fee2e2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}

.hcb-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 94, 158, 0.1);
  color: var(--hcb-primary);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.hcb-homepage h1 {
  color: var(--hcb-primary);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -1.4px;
}

.hcb-homepage h2 {
  color: var(--hcb-primary);
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.6px;
}

.hcb-homepage h2 span {
  color: #000;
}

.hcb-homepage h3 {
  color: #111;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 600;
}

.hcb-homepage p {
  font-size: 16px;
  line-height: 1.7;
  color: #3d3d3d;
}

.hcb-section-head {
  display: grid;
  gap: 12px;
  text-align: center;
  max-width: 850px;
  margin-inline: auto;
}

.hcb-section-head p {
  max-width: 760px;
  margin-inline: auto;
}

.hcb-split-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
}

.hcb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 23px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  transition: 0.22s ease;
  border: 1px solid transparent;
}

.hcb-btn-primary {
  background: var(--hcb-primary);
  color: #fff;
  box-shadow: 0 12px 25px rgba(0, 94, 158, 0.22);
}

.hcb-btn-primary:hover {
  background: var(--hcb-secondary);
  color: #fff;
  transform: translateY(-2px);
}

.hcb-btn-outline {
  background: #fff;
  color: var(--hcb-primary);
  border-color: var(--hcb-primary);
}

.hcb-btn-outline:hover {
  background: var(--hcb-light);
  color: var(--hcb-primary);
}

.hcb-btn-white {
  background: #fff;
  color: var(--hcb-primary);
}

.hcb-btn-white:hover {
  background: var(--hcb-light);
  color: var(--hcb-primary);
  transform: translateY(-2px);
}

.hcb-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 34px;
  align-items: center;
  padding: 46px 54px;
  border: 1px solid var(--hcb-primary);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 120, 193, 0.16), transparent 35%),
    radial-gradient(circle at 0% 112%, rgba(0, 94, 158, 0.14), transparent 35%),
    var(--hcb-blue-soft);
  box-shadow: 0 22px 60px rgba(0, 94, 158, 0.18);
}

.hcb-hero-content {
  display: grid;
  gap: 20px;
  align-items: start;
}

.hcb-hero-content p {
  max-width: 720px;
  font-size: 18px;
}

.hcb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hcb-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.hcb-trust-row span {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--hcb-border);
  font-size: 14px;
  font-weight: 700;
  color: var(--hcb-dark);
}

.hcb-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hcb-feature-strip {
  padding: 10px 0 34px;
}

.hcb-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hcb-feature-card {
  background: #fff;
  border: 1px solid var(--hcb-border);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 25px rgba(0, 94, 158, 0.08);
}

.hcb-feature-card strong,
.hcb-feature-card span {
  display: block;
}

.hcb-feature-card strong {
  color: var(--hcb-primary);
  font-size: 17px;
  line-height: 1.25;
}

.hcb-feature-card span {
  margin-top: 4px;
  font-size: 14px;
  color: #555;
}

.hcb-carousel-wrap {
  margin-top: 36px;
}

.hcb-homepage .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 58px;
}

.hcb-card-swiper::before,
.hcb-card-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 12%;
  height: calc(100% - 58px);
  z-index: 2;
  pointer-events: none;
}

.hcb-card-swiper::before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.hcb-card-swiper::after {
  right: 0;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.hcb-review-section .swiper::before,
.hcb-review-section .swiper::after,
.hcb-material-swiper::before,
.hcb-material-swiper::after {
  display: none;
}

.hcb-homepage .swiper-slide {
  height: auto;
}

.hcb-homepage .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: var(--hcb-primary);
  opacity: 0.3;
  margin: 0 8px !important;
}

.hcb-homepage .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--hcb-secondary);
}

.hcb-image-card {
  position: relative;
  display: block;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--hcb-light);
  color: inherit;
}

.hcb-image-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hcb-image-card:hover img {
  transform: scale(1.045);
}

.hcb-style-card img {
  background: #fff;
  object-fit: contain;
  padding: 22px;
}

.hcb-image-card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  min-height: 118px;
  padding: 15px;
  background: rgba(229, 245, 255, 0.94);
  border-radius: 0 24px 0 0;
  text-align: left;
}

.hcb-image-card-content h3 {
  transition: color 0.2s ease;
}

.hcb-image-card:hover h3 {
  color: var(--hcb-secondary);
}

.hcb-image-card-content p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.45;
}

.hcb-material-section {
  background: #fff;
}

.hcb-material-swiper {
  padding-top: 59px;
}

.hcb-material-card {
  position: relative;
  height: 100%;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid #d1d5db;
  border-radius: 18px;
  background: var(--hcb-blue-soft);
  padding: 24px;
  text-align: left;
}

.hcb-material-icon {
  /*width: 56px;
  height: 56px;*/
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.hcb-material-icon img {
  /*width: 36px;*/
  /*height: 36px;*/
  object-fit: contain;
}

.hcb-material-card p {
  color: #111;
  font-size: 15px;
  line-height: 1.65;
}

.hcb-top-line {
  position: absolute;
  top: -2px;
  left: 20%;
  width: 60%;
  height: 5px;
  background: var(--hcb-primary);
  border-radius: 0 0 10px 10px;
}

.hcb-content-section {
  background: linear-gradient(180deg, #fff 0%, var(--hcb-light) 100%);
}

.hcb-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 34px;
  align-items: start;
}

.hcb-content-copy {
  display: grid;
  gap: 18px;
}

.hcb-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 8px;
}

.hcb-check-grid div {
  padding: 13px 15px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--hcb-border);
  font-weight: 700;
  color: var(--hcb-primary);
}

.hcb-quote-box {
  background: #fff;
  padding: 28px;
  border: 1px solid var(--hcb-border);
  border-radius: 24px;
  box-shadow: var(--hcb-shadow);
}

.hcb-quote-box h2 {
  font-size: 30px;
  margin-bottom: 8px;
}

.hcb-quote-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.hcb-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.hcb-form-row.hcb-dimensions {
  grid-template-columns: repeat(4, 1fr);
}

.hcb-quote-form input,
.hcb-quote-form select,
.hcb-quote-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7e4ec;
  border-radius: 12px;
  padding: 11px 13px;
  background: #fff;
  color: #222;
  font-size: 15px;
  outline: none;
}

.hcb-quote-form textarea {
  min-height: 118px;
  resize: vertical;
}

.hcb-quote-form input:focus,
.hcb-quote-form select:focus,
.hcb-quote-form textarea:focus {
  border-color: var(--hcb-secondary);
  box-shadow: 0 0 0 3px rgba(0, 120, 193, 0.14);
}

.hcb-file {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px dashed var(--hcb-secondary);
  border-radius: 12px;
  background: #f8fcff;
  font-weight: 700;
  color: var(--hcb-primary);
}

.hcb-file input {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hcb-quote-form button {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: var(--hcb-primary);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease;
}

.hcb-quote-form button:hover {
  background: var(--hcb-secondary);
  transform: translateY(-2px);
}

.hcb-service-section {
  background: #fff;
}

.hcb-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.hcb-service-card {
  padding: 24px;
  border-radius: 20px;
  background: rgba(0, 120, 193, 0.1);
  border: 1px solid var(--hcb-border);
  transition: 0.22s ease;
}

.hcb-service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hcb-shadow);
  background: #fff;
}

.hcb-service-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--hcb-primary);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  opacity: 0.35;
}

.hcb-service-card p {
  margin-top: 9px;
  font-size: 15px;
}

.hcb-small-card {
  display: block;
  height: 100%;
  padding: 18px;
  border-radius: 20px;
  background: var(--hcb-blue-soft);
  border: 1px solid var(--hcb-border);
  text-align: left;
  transition: 0.22s ease;
}

.hcb-small-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hcb-shadow);
}

.hcb-small-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 14px;
  background: #fff;
}

.hcb-small-card h3 {
  margin-top: 15px;
}

.hcb-small-card p {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.5;
}

.hcb-review-section {
  background: var(--hcb-light);
}

.hcb-review-card {
  height: 100%;
  min-height: 258px;
  background: var(--hcb-blue-soft);
  padding: 24px;
  border-radius: 20px;
  border: 1px solid var(--hcb-border);
  text-align: left;
}

.hcb-review-top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hcb-review-top img {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  object-fit: cover;
  background: #fff;
}

.hcb-stars {
  margin-top: 5px;
  color: #eab308;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 800;
}

.hcb-stars span {
  color: var(--hcb-secondary);
  letter-spacing: 0;
  margin-left: 6px;
}

.hcb-review-card p {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.68;
}

.hcb-process-section {
  background: #fff;
}

.hcb-process-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: start;
}

.hcb-process-grid h2 {
  margin-top: 12px;
}

.hcb-process-grid p {
  margin-top: 14px;
}

.hcb-process-list {
  display: grid;
  gap: 14px;
}

.hcb-process-list div {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border-radius: 16px;
  background: var(--hcb-light);
  border: 1px solid var(--hcb-border);
}

.hcb-process-list strong {
  color: var(--hcb-primary);
  font-size: 18px;
}

.hcb-process-list span {
  color: #555;
  line-height: 1.55;
}

.hcb-cta-section {
  padding: 56px 0;
}

.hcb-cta-card {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 16px;
  padding: 46px 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--hcb-primary), var(--hcb-secondary));
  color: #fff;
}

.hcb-cta-card h2,
.hcb-cta-card p {
  color: #fff;
}

.hcb-cta-card p {
  max-width: 750px;
}

.hcb-faq-section {
  background: #f0f7ff;
  padding: 76px 0;
}

.hcb-faq-section h2 {
  text-align: center;
  margin-bottom: 34px;
}

.hcb-faq-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
}

.hcb-faq-grid details {
  background: transparent;
}

.hcb-faq-grid summary {
  list-style: none;
  cursor: pointer;
  padding: 17px 20px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: #111827;
  background: #fff;
  border-radius: 12px;
  transition: background 0.25s, box-shadow 0.25s;
  outline: none;
}

.hcb-faq-grid summary::marker,
.hcb-faq-grid summary::-webkit-details-marker {
  display: none;
}

.hcb-faq-grid summary::after {
  content: "+";
  float: right;
  color: var(--hcb-primary);
  font-size: 22px;
  line-height: 1;
  transition: 0.25s;
}

.hcb-faq-grid details[open] summary {
  background: #e0f4ff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}

.hcb-faq-grid details[open] summary::after {
  content: "-";
  transform: rotate(180deg);
}

.hcb-answer {
  padding: 0 20px 18px;
  line-height: 1.6;
  font-size: 15px;
  color: #4b5563;
  border-left: 4px solid #38bdf8;
  background: #fafafa;
  border-radius: 0 0 12px 12px;
}

.hcb-answer p {
  padding-top: 14px;
  font-size: 15px;
}

.ast-container .hcb-homepage,
.site-content .hcb-homepage,
.entry-content .hcb-homepage {
  width: 100%;
  max-width: none;
}

.hcb-homepage .entry-content,
.hcb-homepage .ast-container {
  max-width: none;
}

/* responsive */
@media (max-width: 1180px) {
  .hcb-card-swiper::before,
  .hcb-card-swiper::after {
    width: 7%;
  }
}

@media (max-width: 1024px) {
  .hcb-section {
    padding: 48px 0;
  }

  .hcb-hero-card {
    grid-template-columns: 1fr;
    padding: 36px;
    text-align: center;
  }

  .hcb-hero-content {
    justify-items: center;
  }

  .hcb-hero-actions,
  .hcb-trust-row {
    justify-content: center;
  }

  .hcb-feature-grid,
  .hcb-service-grid,
  .hcb-faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hcb-split-head,
  .hcb-content-grid,
  .hcb-process-grid {
    grid-template-columns: 1fr;
  }

  .hcb-split-head {
    text-align: center;
  }
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hcb-homepage {
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
  }

  .hcb-container {
    width: min(100% - 22px, 1180px);
  }

  .hcb-section,
  .hcb-cta-section,
  .hcb-faq-section {
    padding: 38px 0;
  }

  .hcb-homepage h1 {
    font-size: 31px;
    line-height: 1.08;
    letter-spacing: -0.7px;
  }

  .hcb-homepage h2 {
    font-size: 26px;
    line-height: 1.18;
    letter-spacing: -0.4px;
  }

  .hcb-homepage h3 {
    font-size: 18px;
  }

  .hcb-homepage p {
    font-size: 15px;
    line-height: 1.62;
  }

  .hcb-hero-card {
    grid-template-columns: 1fr;
    padding: 26px 16px 24px;
    border-radius: 24px;
    gap: 22px;
    text-align: center;
    background:
      radial-gradient(circle at top right, rgba(0, 120, 193, 0.18), transparent 38%),
      linear-gradient(180deg, #eaf7ff 0%, #ffffff 100%);
    box-shadow: 0 14px 34px rgba(0, 94, 158, 0.16);
  }

  .hcb-hero-content {
    justify-items: center;
    gap: 15px;
  }

  .hcb-hero-content p {
    font-size: 15px;
    max-width: 100%;
  }

  .hcb-hero-image {
    width: 100%;
  }

  .hcb-hero-image img {
    max-height: 250px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 18px 22px rgba(0, 94, 158, 0.18));
  }

  .hcb-kicker {
    font-size: 12px;
    padding: 8px 12px;
  }

  .hcb-hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .hcb-btn {
    width: 100%;
    min-height: 50px;
    border-radius: 16px;
    font-size: 15px;
    box-shadow: none;
  }

  .hcb-btn-primary {
    box-shadow: 0 10px 24px rgba(0, 94, 158, 0.24);
  }

  .hcb-trust-row {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }

  .hcb-trust-row span {
    width: 100%;
    justify-content: center;
    padding: 11px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 13px;
  }

  .hcb-feature-grid,
  .hcb-service-grid,
  .hcb-faq-grid,
  .hcb-check-grid {
    grid-template-columns: 1fr;
  }

  .hcb-feature-grid,
  .hcb-service-grid,
  .hcb-faq-grid {
    gap: 12px;
  }

  .hcb-form-row,
  .hcb-form-row.hcb-dimensions {
    grid-template-columns: 1fr;
  }

  .hcb-card-swiper::before,
  .hcb-card-swiper::after {
    display: none;
  }

  .hcb-homepage .swiper {
    padding-bottom: 46px;
    overflow: hidden;
  }

  .hcb-homepage .swiper-slide {
    height: auto;
  }
/* Mobile swiper overflow fix */
.hcb-industry-swiper,
.hcb-style-swiper,
.hcb-finish-swiper,
.hcb-recent-swiper {
    overflow: hidden;
}

.hcb-industry-swiper .swiper-slide,
.hcb-style-swiper .swiper-slide,
.hcb-finish-swiper .swiper-slide,
.hcb-recent-swiper .swiper-slide {
    width: 100% !important;
    box-sizing: border-box;
}

.hcb-image-card {
    width: 100%;
    overflow: hidden;
}
  .hcb-image-card {
    min-height: 255px;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 94, 158, 0.12);
  }

  .hcb-image-card img {
    height: 255px;
  }

  .hcb-image-card-content {
    width: 92%;
    min-height: auto;
    padding: 13px;
    border-radius: 0 20px 0 0;
    backdrop-filter: blur(8px);
  }

  .hcb-image-card-content h3 {
    font-size: 17px;
  }

  .hcb-image-card-content p {
    font-size: 13px;
    line-height: 1.42;
  }

  .hcb-material-card,
  .hcb-small-card,
  .hcb-service-card,
  .hcb-review-card,
  .hcb-process-list div,
  .hcb-faq-grid summary {
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(0, 94, 158, 0.08);
  }

  .hcb-material-card {
    min-height: 250px;
    padding: 21px;
  }

  .hcb-small-card {
    padding: 14px;
    background: #ffffff;
  }

  .hcb-small-card img {
    height: 180px;
    border-radius: 15px;
  }

  .hcb-content-grid {
    gap: 24px;
  }

  .hcb-check-grid {
    gap: 10px;
  }

  .hcb-check-grid div {
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px;
  }

  .hcb-quote-box {
    padding: 20px 15px;
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(0, 94, 158, 0.14);
  }

  .hcb-quote-box h2 {
    font-size: 25px;
  }

  .hcb-quote-form {
    gap: 10px;
  }

  .hcb-quote-form input,
  .hcb-quote-form select,
  .hcb-quote-form textarea {
    min-height: 50px;
    border-radius: 15px;
    font-size: 14px;
    background: #fafdff;
  }

  .hcb-quote-form textarea {
    min-height: 110px;
  }

  .hcb-file {
    border-radius: 15px;
    font-size: 14px;
  }

  .hcb-quote-form button {
    min-height: 52px;
    border-radius: 16px;
    font-size: 15px;
    box-shadow: 0 10px 24px rgba(0, 94, 158, 0.23);
  }

  .hcb-service-card {
    padding: 20px;
    background: #ffffff;
  }

  .hcb-service-card span {
    font-size: 28px;
  }

  .hcb-review-card {
    min-height: auto;
    padding: 20px;
    background: #ffffff;
  }

  .hcb-review-top {
    gap: 12px;
  }

  .hcb-review-top img {
    width: 58px;
    height: 58px;
  }

  .hcb-process-grid {
    gap: 24px;
  }

  .hcb-process-list {
    gap: 10px;
  }

  .hcb-process-list div {
    padding: 15px;
    background: #ffffff;
  }

  .hcb-cta-card {
    padding: 34px 18px;
    border-radius: 24px;
    background:
      radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 35%),
      linear-gradient(135deg, #005e9e, #0078c1);
    box-shadow: 0 18px 38px rgba(0, 94, 158, 0.22);
  }

  .hcb-faq-section {
    background: #f3f9ff;
  }

  .hcb-faq-grid summary {
    padding: 16px;
    font-size: 15px;
  }

  .hcb-answer {
    padding: 0 16px 16px;
    border-left: 3px solid #38bdf8;
  }

  .hcb-homepage .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
  }

  .hcb-mobile-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
  }

  .hcb-mobile-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 520px) {
  .hcb-section,
  .hcb-cta-section,
  .hcb-faq-section {
    padding: 42px 0;
  }

  .hcb-quote-box {
    padding: 22px;
  }

  .hcb-review-top img {
    width: 62px;
    height: 62px;
  }
}

@media (max-width: 390px) {
  .hcb-homepage h1 {
    font-size: 28px;
  }

  .hcb-homepage h2 {
    font-size: 24px;
  }

  .hcb-hero-card {
    padding: 22px 13px;
  }

  .hcb-image-card img {
    height: 230px;
  }

  .hcb-small-card img {
    height: 165px;
  }
}

@media (hover: none) and (pointer: coarse) {
  .hcb-btn:active,
  .hcb-small-card:active,
  .hcb-image-card:active,
  .hcb-service-card:active,
  .hcb-feature-card:active {
    transform: scale(0.985);
  }
}

body {
  overflow-x: hidden;
}
.whatsapp-btn {
    background: #25D366;
    color: #fff;
}

.whatsapp-btn:hover {
    background: #1ebe5d;
}