/* =========================================================
   Zoffis Homepage
   ========================================================= */

.hs-page {
  overflow: hidden;
  background: #ffffff;
}

.hs-hero {
  padding: 64px 0 0;
  background:
    radial-gradient(circle at 78% 8%, rgba(37, 99, 235, 0.07), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.hs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 56px;
}

.hs-hero-content {
  padding: 48px 0 72px;
}

.hs-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #64748b;
  font-size: 13px;
}

.hs-rating strong {
  color: #0f172a;
}

.hs-rating-star {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #ecfdf5;
  color: #10b981;
}

.hs-hero h1 {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: clamp(58px, 6.2vw, 88px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.055em;
}

.hs-hero h1 span {
  color: #2563eb;
}

.hs-hero-description {
  max-width: 560px;
  margin: 0 0 30px;
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
}

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

.hs-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
}

.hs-button-primary {
  background: #2563eb;
  color: #ffffff;
}

.hs-button-secondary {
  border-color: #e2e8f0;
  background: #ffffff;
  color: #0f172a;
}

.hs-button-white {
  background: #ffffff;
  color: #0f172a;
}

.hs-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.hs-hero-benefits > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hs-hero-benefits > div > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
  font-weight: 900;
}

.hs-hero-benefits p {
  margin: 0;
}

.hs-hero-benefits strong,
.hs-hero-benefits small {
  display: block;
}

.hs-hero-benefits strong {
  color: #0f172a;
  font-size: 13px;
}

.hs-hero-benefits small {
  color: #64748b;
  font-size: 11px;
}

.hs-hero-image-wrap {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 28px 0 0 28px;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 13% 100%, 0 50%);
  background: #dbeafe;
}

.hs-hero-image {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
}

.hs-address-card {
  position: absolute;
  right: 28px;
  bottom: 30px;
  display: flex;
  width: min(360px, calc(100% - 56px));
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 15px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .16);
  backdrop-filter: blur(10px);
}

.hs-address-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  background: #eff6ff;
  color: #2563eb;
}

.hs-address-card strong,
.hs-address-card span,
.hs-address-card small {
  display: block;
}

.hs-address-card strong {
  color: #0f172a;
}

.hs-address-card span {
  color: #64748b;
  font-size: 12px;
}

.hs-address-card small {
  margin-top: 6px;
  color: #10b981;
  font-size: 12px;
  font-weight: 700;
}

.hs-story-showcase {
  --hs-story-card-height: 340px;
  padding: clamp(72px, 8vw, 108px) 0;
  overflow: hidden;
  border-bottom: 1px solid #e7edf7;
  background: #fff;
}

.hs-story-showcase__header {
  width: min(100%, 880px);
  margin: 0 auto clamp(36px, 5vw, 58px);
  text-align: center;
}

.hs-story-showcase__eyebrow {
  margin: 0 0 16px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hs-story-showcase__header h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.hs-story-showcase__intro {
  width: min(100%, 680px);
  margin: 22px auto 0;
  color: #64748b;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.65;
}

.hs-story-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 36px);
}

.hs-story-card {
  --hs-story-card-background: #f7f3f1;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, .72fr);
  align-items: center;
  min-height: var(--hs-story-card-height);
  padding: clamp(28px, 3vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 32px;
  background: var(--hs-story-card-background);
  box-shadow: 0 24px 60px rgba(15, 23, 42, .08);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: transform .35s ease, box-shadow .35s ease;
}

.hs-story-card--2 {
  --hs-story-card-background: #eef5ff;
}

.hs-story-card--3 {
  --hs-story-card-background: #eefaf5;
}

.hs-story-card--4 {
  --hs-story-card-background: #fff8ec;
}

.hs-story-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 74px rgba(15, 23, 42, .13);
}

.hs-story-card:focus-visible {
  outline: 3px solid rgba(37, 99, 235, .48);
  outline-offset: 5px;
}

.hs-story-card__copy {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.hs-story-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 22px;
  padding: 8px 15px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .68);
  color: #334155;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.hs-story-card__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(26px, 2vw, 36px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.hs-story-card__text {
  margin: 18px 0 0;
  color: #5b6b82;
  font-size: 17px;
  line-height: 1.65;
}

.hs-story-card__action {
  position: absolute;
  right: -18px;
  bottom: 18px;
  left: 18px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  pointer-events: none;
}

.hs-story-card__action-label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(15, 23, 42, .65);
}

.hs-story-card__link-icon {
  display: inline-grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  padding: 0;
  place-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: #fff;
  color: #2563eb;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .12);
  box-sizing: border-box;
  line-height: 0;
  transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.hs-story-card__link-icon svg {
  width: 21px;
  height: 21px;
}

.hs-story-card:hover .hs-story-card__link-icon,
.hs-story-card:focus-visible .hs-story-card__link-icon {
  transform: translateX(6px);
  background: #2563eb;
  color: #fff;
}

.hs-story-card__visual {
  --hs-story-image-width: 300px;
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(100%, var(--hs-story-image-width), calc(var(--hs-story-card-height) - 100px));
  min-width: 150px;
  aspect-ratio: 4 / 5;
  margin: 22px -14px -72px 14px;
}

.hs-story-card__visual img,
.hs-story-card__paper {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
}

.hs-story-card__visual img {
  z-index: 3;
  object-fit: cover;
  box-shadow: 0 28px 55px rgba(15, 23, 42, .2);
}

.hs-story-card__visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 38%;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, .76));
  content: "";
  pointer-events: none;
}

.hs-story-card__paper {
  border: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .1);
}

.hs-story-card__paper--back {
  z-index: 1;
  transform: translate(-30px, -18px) rotate(-6deg);
}

.hs-story-card__paper--middle {
  z-index: 2;
  transform: translate(-14px, -8px) rotate(3deg);
}

.hs-story-showcase.is-motion-ready .hs-story-showcase__header,
.hs-story-showcase.is-motion-ready .hs-story-card {
  opacity: 0;
  transform: translateY(28px);
}

.hs-story-showcase.is-motion-ready.is-in-view .hs-story-showcase__header,
.hs-story-showcase.is-motion-ready.is-in-view .hs-story-card {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease;
}

.hs-story-showcase.is-motion-ready.is-in-view .hs-story-card:hover {
  transform: translateY(-6px);
}

.hs-story-showcase.is-motion-ready.is-in-view .hs-story-card--1 {
  transition-delay: .12s;
}

.hs-story-showcase.is-motion-ready.is-in-view .hs-story-card--2 {
  transition-delay: .24s;
}

.hs-story-showcase.is-motion-ready.is-in-view .hs-story-card--3 {
  transition-delay: .36s;
}

.hs-story-showcase.is-motion-ready.is-in-view .hs-story-card--4 {
  transition-delay: .48s;
}

.hs-story-showcase.is-motion-ready.is-in-view .hs-story-card__visual {
  animation: hs-story-float 6s ease-in-out .9s infinite;
}

@keyframes hs-story-float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-9px) rotate(.5deg); }
}

@media (max-width: 1120px) {
  .hs-story-showcase__grid {
    grid-template-columns: 1fr;
  }

  .hs-story-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(210px, .95fr);
  }

  .hs-story-card__visual {
    justify-self: end;
    width: min(100%, var(--hs-story-image-width), calc(var(--hs-story-card-height) - 100px));
    margin: 22px -12px -76px 18px;
  }
}

@media (max-width: 760px) {
  .hs-story-showcase {
    padding: 64px 0;
  }

  .hs-story-showcase__grid {
    grid-template-columns: 1fr;
  }

  .hs-story-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px 22px 22px;
    border-radius: 25px;
  }

  .hs-story-card__visual {
    justify-self: center;
    width: 100%;
    min-width: 0;
    aspect-ratio: 16 / 10;
    margin: 28px auto 0;
  }

  .hs-story-card__action {
    right: -12px;
    bottom: 14px;
    left: auto;
    display: none;
  }

  .hs-story-showcase--mobile-action .hs-story-card__action {
    right: -12px;
    left: 14px;
    display: flex;
  }

  .hs-story-showcase--mobile-action .hs-story-card__action-label {
    display: inline;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hs-story-card,
  .hs-story-card__link-icon,
  .hs-story-card__visual {
    animation: none !important;
    transition: none !important;
  }
}

.hs-presence-section {
  padding: 88px 0;
  background: #ffffff;
}

.hs-presence-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(42px, 6vw, 76px);
}

.hs-presence-media {
  position: relative;
  min-height: var(--hs-presence-media-height, 600px);
  overflow: hidden;
  border: 1px solid #dbe6f5;
  border-radius: 28px;
  background: linear-gradient(145deg, #eaf2ff, #f8fbff 58%, #dbeafe);
  box-shadow: 0 28px 70px rgba(15, 23, 42, .12);
}

.hs-presence-image,
.hs-presence-placeholder {
  display: block;
  width: 100%;
  height: var(--hs-presence-media-height, 600px);
}

.hs-presence-image {
  object-fit: cover;
  object-position: center;
}

.hs-presence-placeholder {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 15px;
  padding: 40px;
  background:
    radial-gradient(circle at 22% 20%, rgba(37, 99, 235, .13), transparent 31%),
    linear-gradient(145deg, #f8fbff, #eaf2ff);
  color: #50627c;
  font-weight: 800;
  text-align: center;
}

.hs-presence-placeholder-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 22px;
  background: #ffffff;
  color: #2563eb;
  font-size: 34px;
  box-shadow: 0 18px 42px rgba(37, 99, 235, .14);
}

.hs-presence-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 410px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .16);
  backdrop-filter: blur(12px);
}

.hs-presence-badge-icon,
.hs-presence-benefit-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  background: #eaf2ff;
  color: #2563eb;
}

.hs-presence-badge-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  font-size: 24px;
}

.hs-presence-badge strong,
.hs-presence-badge span {
  display: block;
}

.hs-presence-badge strong {
  margin-bottom: 3px;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.25;
}

.hs-presence-badge div > span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
}

.hs-presence-eyebrow {
  margin: 0 0 14px;
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.hs-presence-copy h2 {
  max-width: 680px;
  margin: 0 0 20px;
  color: #0f172a;
  font-size: clamp(38px, 4.5vw, 56px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.hs-presence-intro {
  margin: 0 0 14px;
  color: #334155;
  font-size: 19px;
  line-height: 1.65;
}

.hs-presence-description {
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
}

.hs-presence-benefits {
  display: grid;
  gap: 12px;
  margin: 30px 0 24px;
}

.hs-presence-benefit {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 13px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
}

.hs-presence-benefit-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  font-size: 24px;
}

.hs-presence-benefit h3 {
  margin: 0 0 3px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.25;
}

.hs-presence-benefit p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.5;
}

.hs-presence-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 24px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #eff6ff;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
}

.hs-presence-note > span {
  color: #2563eb;
  font-weight: 900;
}

.hs-presence-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hs-section {
  padding: 78px 0;
}

.hs-section-heading {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.hs-section-heading h2 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: clamp(31px, 4vw, 44px);
  letter-spacing: -.045em;
}

.hs-section-heading p {
  margin: 0;
  color: #64748b;
}

.hs-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hs-services-feature{position:relative;min-height:360px;margin:0 0 28px;overflow:hidden;border-radius:24px;background:#e8e6f2;box-shadow:0 22px 55px rgba(15,23,42,.1)}.hs-services-feature>img{display:block;width:100%;height:clamp(360px,42vw,560px);object-fit:cover;object-position:center}.hs-services-bubbles{position:absolute;top:50%;left:clamp(24px,5vw,70px);display:grid;width:min(360px,34%);gap:14px;transform:translateY(-50%)}.hs-services-bubbles p{position:relative;margin:0;padding:15px 18px;border:1px solid rgba(255,255,255,.72);border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 12px 30px rgba(15,23,42,.12);color:#172033;font-size:clamp(13px,1.3vw,18px);font-weight:850;line-height:1.3;backdrop-filter:blur(10px)}.hs-services-bubbles p:nth-child(2){margin-left:clamp(8px,2vw,28px)}.hs-services-bubbles p:after{position:absolute;right:20px;bottom:-9px;width:18px;height:18px;background:inherit;content:"";transform:rotate(45deg);border-right:1px solid rgba(255,255,255,.72);border-bottom:1px solid rgba(255,255,255,.72)}

.hs-service-card {
  padding: 26px;
  border: 1px solid #edf1f6;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .045);
}

.hs-service-icon {
  display: grid;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 16px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 26px;
}

.hs-service-card h3 {
  margin: 0 0 9px;
  color: #0f172a;
  font-size: 18px;
}

.hs-service-card p {
  min-height: 70px;
  margin: 0 0 18px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
}

.hs-service-card a {
  color: #2563eb;
  font-size: 14px;
  font-weight: 800;
}

.hs-pricing-section {
  padding-top: 34px;
}

.hs-pricing-grid {
  display: grid;
  max-width: 980px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto;
}

.hs-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
}

.hs-price-card-featured {
  border: 2px solid #2563eb;
  box-shadow: 0 20px 55px rgba(37, 99, 235, .13);
}

.hs-price-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 7px 18px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  white-space: nowrap;
}

.hs-price-card h3 {
  margin: 0 0 6px;
  color: #0f172a;
  font-size: 20px;
}

.hs-price-card > p {
  min-height: 44px;
  margin: 0;
  color: #64748b;
  font-size: 13px;
}

.hs-price {
  margin: 12px 0 22px;
  color: #0f172a;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -.05em;
}

.hs-price > span {
  font-size: 23px;
}

.hs-price small {
  margin-left: 5px;
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
}

.hs-price-card ul {
  flex: 1;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.hs-price-card li {
  position: relative;
  margin: 9px 0;
  padding-left: 21px;
  color: #475569;
  font-size: 13px;
}

.hs-price-card li::before {
  position: absolute;
  left: 0;
  color: #2563eb;
  content: "✓";
  font-weight: 900;
}

.hs-price-card .hs-button {
  width: 100%;
}

.hs-final-cta {
  padding: 18px 0 78px;
}

.hs-final-cta-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 38px 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #07142f 0%, #10295f 100%);
  box-shadow: 0 22px 58px rgba(15, 23, 42, .12);
  color: #ffffff;
}

.hs-final-cta h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 32px;
}

.hs-final-cta p {
  margin: 0;
  color: #cbd5e1;
}

.hs-final-cta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-final-cta li {
  margin: 7px 0;
  color: #dbeafe;
  font-size: 13px;
}

@media (max-width: 1050px) {
  .hs-hero-grid {
    grid-template-columns: 1fr;
  }

  .hs-hero-content {
    padding-bottom: 16px;
  }

  .hs-hero-image-wrap {
    min-height: 500px;
    border-radius: 24px;
    clip-path: none;
  }

  .hs-hero-image {
    height: 500px;
  }

  .hs-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hs-presence-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 38px;
  }

  .hs-presence-media,
  .hs-presence-image,
  .hs-presence-placeholder {
    min-height: 510px;
    height: 510px;
  }

  .hs-final-cta-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hs-hero {
    padding-top: 26px;
  }

  .hs-hero h1 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .hs-presence-section {
    padding: 58px 0;
  }

  .hs-presence-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hs-presence-media,
  .hs-presence-image,
  .hs-presence-placeholder {
    min-height: 390px;
    height: 390px;
  }

  .hs-presence-media {
    border-radius: 22px;
  }

  .hs-presence-badge {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 13px;
  }

  .hs-presence-copy h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .hs-presence-intro {
    font-size: 17px;
  }

  .hs-presence-button {
    justify-content: center;
    width: 100%;
  }

  .hs-hero-actions,
  .hs-hero-actions .hs-button {
    width: 100%;
  }

  .hs-hero-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .hs-hero-benefits > div {
    min-width: 0;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    text-align: center;
  }

  .hs-hero-benefits > div > span,
  .hs-hero-benefits .zf-editable-visual {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 14px;
  }

  .hs-hero-benefits strong {
    font-size: 11px;
    line-height: 1.25;
  }

  .hs-hero-benefits small {
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.3;
  }

  .hs-hero-image-wrap,
  .hs-hero-image {
    min-height: 390px;
    height: 390px;
  }

  .hs-address-card {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .hs-services-grid,
  .hs-pricing-grid {
    grid-template-columns: 1fr;
  }

  .hs-services-feature{min-height:440px;border-radius:18px}.hs-services-feature>img{height:440px;object-position:64% center}.hs-services-bubbles{top:18px;left:14px;width:min(250px,72%);gap:8px;transform:none}.hs-services-bubbles p{padding:10px 12px;border-radius:13px;font-size:11px}.hs-services-bubbles p:nth-child(2){margin-left:12px}.hs-services-bubbles p:after{right:16px;bottom:-6px;width:12px;height:12px}

  .hs-service-card p,
  .hs-price-card > p {
    min-height: 0;
  }

  .hs-price-card-featured {
    margin-block: 12px;
  }

  .hs-final-cta-inner {
    padding: 32px 24px;
  }

  .hs-final-cta .hs-button {
    width: 100%;
  }
}
.zf-editable-visual img{display:block;width:100%;height:100%;object-fit:contain}.zf-editable-visual i{font-size:1em}.hs-service-icon.zf-editable-visual,.hs-address-icon.zf-editable-visual{display:grid;place-items:center}.hs-hero-benefits .zf-editable-visual{display:grid;place-items:center;flex:none}

.hs-service-icon .zf-ui-icon,
.hs-presence-benefit-icon .zf-ui-icon{width:68%;height:68%}
.hs-presence-placeholder-icon .zf-ui-icon,
.hs-presence-badge-icon .zf-ui-icon{width:62%;height:62%}
.hs-address-icon .zf-ui-icon{width:60%;height:60%}
.hs-hero-benefits .zf-editable-visual .zf-ui-icon{width:56%;height:56%}
.zf-editable-visual[style]{width:var(--zf-visual-size)!important;height:var(--zf-visual-size)!important;min-width:var(--zf-visual-size);font-size:calc(var(--zf-visual-size) * .46)!important}.zf-editable-visual[style] svg{width:68%;height:68%}

/* v2.0.27 — cohesive, adjustable public typography */
.hs-page{
  font-size:var(--zf-font-body,16px);
}
.hs-rating{
  font-size:var(--zf-font-small,14px);
}
.hs-hero h1{
  font-size:clamp(44px,6.2vw,var(--zf-font-display,68px));
}
.hs-hero-description{
  font-size:var(--zf-font-large-body,18px);
}
.hs-button{
  font-size:var(--zf-font-button,15px);
}
.hs-hero-benefits strong{
  font-size:var(--zf-font-compact,15px);
}
.hs-hero-benefits small,
.hs-address-card span,
.hs-address-card small{
  font-size:var(--zf-font-small,14px);
}
.hs-story-showcase__eyebrow,
.hs-price-badge{
  font-size:var(--zf-font-tiny,13px);
}
.hs-section-heading h2{
  font-size:clamp(30px,4vw,var(--zf-font-section,40px));
}
.hs-section-heading p{
  font-size:var(--zf-font-body,16px);
}
.hs-services-bubbles p{
  font-size:var(--zf-font-compact,15px);
}
.hs-service-card h3{
  font-size:var(--zf-font-card,20px);
}
.hs-service-card p,
.hs-service-card a{
  font-size:var(--zf-font-compact,15px);
}
.hs-price-card h3{
  font-size:var(--zf-font-plan,22px);
}
.hs-price-card>p,
.hs-price-card li,
.hs-price small,
.hs-final-cta li{
  font-size:var(--zf-font-small,14px);
}
.hs-final-cta h2{
  font-size:var(--zf-font-cta-heading,32px);
}
.hs-final-cta p{
  font-size:var(--zf-font-body,16px);
}
@media(max-width:760px){
  .hs-hero h1{
    font-size:clamp(40px,12vw,var(--zf-font-display,68px));
  }
  .hs-hero-benefits strong{
    font-size:var(--zf-font-small,14px);
  }
  .hs-hero-benefits small{
    font-size:var(--zf-font-tiny,13px);
  }
  .hs-services-bubbles p{
    font-size:var(--zf-font-compact,15px);
  }
}
