/* Cirkle-inspired light footer + streamlined homepage */

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

/* Hero responsive system
   <480   small phones
   <768   phones
   768+   tablets (stacked)
   1024+  laptops two-column
   1280+  wider visual
   1350+  side proof chips
*/
.home-hero {
  position: relative;
  padding: 1rem 0 1rem;
  overflow: visible;
  background: #FAFBFC;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 30, 51, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 30, 51, .028) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 65% 55% at 70% 30%, #000 10%, transparent 70%);
  pointer-events: none;
}

.home-hero-grid {
  position: relative;
  display: grid;
  gap: 1.1rem;
  align-items: start;
  min-width: 0;
}

.home-hero-copy { min-width: 0; }
.home-hero-copy h1 {
  font-size: clamp(1.4rem, 6.2vw, 2.15rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
  margin: .3rem 0 .65rem;
  color: #0A0F14;
}
.home-hero-copy .serif-em {
  display: block;
  margin-top: .1rem;
  font-style: italic;
  font-weight: 500;
  color: #0A0F14;
  opacity: .72;
}
.home-hero-copy .lead {
  margin: 0 0 .85rem;
  max-width: 36rem;
  font-size: clamp(.88rem, 2.4vw, 1.02rem);
  line-height: 1.5;
  color: #5A6570;
}
.home-hero-copy .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 0;
}
.home-hero-copy .btn {
  padding: .7rem 1rem;
  font-size: .72rem;
}

.home-hero-trust {
  margin: 1rem 0 0;
  padding: .9rem 1rem;
  background: #FFFFFF;
  border: 1px solid #D7E7F2;
  border-radius: 16px;
  min-width: 0;
}
.home-hero-trust-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .65rem .9rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #D7E7F2;
}
.home-hero-partner {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-width: 0;
}
.home-hero-partner-mark {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 36px;
}
.home-hero-partner-mark img {
  display: block;
  width: 28px;
  height: auto;
}
.home-hero-partner-copy {
  display: grid;
  gap: .05rem;
  min-width: 0;
}
.home-hero-partner-copy strong {
  font-size: .82rem;
  font-weight: 800;
  color: #95BF47;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.home-hero-partner-copy span {
  font-size: .68rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.25;
}
.home-hero-google {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  text-decoration: none !important;
  color: inherit;
  min-width: 0;
}
.home-hero-google:hover .home-hero-google-count {
  color: #0A568E;
  text-decoration: underline;
}
.home-hero-google-g {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #D7E7F2;
}
.home-hero-google-meta {
  display: grid;
  gap: .08rem;
}
.home-hero-google-score {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  line-height: 1;
}
.home-hero-google-score strong {
  font-size: .9rem;
  font-weight: 800;
  color: #000000;
}
.home-hero-google-stars {
  color: #FBBC05;
  font-size: .88rem;
  letter-spacing: .04em;
  line-height: 1;
}
.home-hero-google-count {
  font-size: .68rem;
  font-weight: 650;
  color: #4285F4;
  line-height: 1.2;
}
.home-hero-reviews {
  display: grid;
  gap: .65rem;
  margin-top: .75rem;
}
.home-hero-review {
  margin: .75rem 0 0;
  padding: .7rem .75rem;
  background: #D7E7F2;
  border-radius: 12px;
  border-left: 3px solid #0A568E;
}
.home-hero-review-solo {
  margin-top: .75rem;
}
.home-hero-review p {
  margin: 0;
  font-size: .84rem;
  line-height: 1.45;
  color: #000000;
  font-weight: 550;
}
.home-hero-review footer {
  display: flex;
  flex-wrap: wrap;
  gap: .2rem .45rem;
  align-items: baseline;
  margin-top: .45rem;
}
.home-hero-review footer strong {
  font-size: .74rem;
  font-weight: 800;
  color: #0A568E;
}
.home-hero-review footer span {
  font-size: .68rem;
  font-weight: 600;
  color: #000000;
}
.home-hero-trust-factors {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .75rem;
}
.home-hero-trust-factors span {
  display: inline-flex;
  align-items: center;
  padding: .28rem .55rem;
  border-radius: 999px;
  background: #FFE1D0;
  color: #000000;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
}
.home-hero-trust-note {
  margin: .7rem 0 0;
  padding-top: .65rem;
  border-top: 1px solid #D7E7F2;
  font-size: .74rem;
  line-height: 1.4;
  color: #000000;
  font-weight: 550;
}

.home-hero-visual {
  position: relative;
  width: 100%;
  max-width: min(100%, 280px);
  margin-inline: auto;
  min-width: 0;
}

.hero-spotlight {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .65rem;
  min-width: 0;
}
.hero-spotlight-frame {
  background: #fff;
  border: 1px solid rgba(215,231,242,.95);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(7, 58, 97, .1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.hero-spotlight-top {
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .55rem .8rem;
  border-bottom: 1px solid #E6EEF5;
  font-size: .66rem;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #5A6B7A;
  background: #FBFCFD;
}
.hero-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22A06B;
  box-shadow: 0 0 0 0 rgba(34, 160, 107, .45);
  animation: heroPulse 2s ease-out infinite;
  flex-shrink: 0;
}
.hero-spotlight-count {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  color: #0A568E;
}
.hero-spotlight-stage {
  position: relative;
  width: 100%;
}
.hero-spotlight-slide {
  display: none;
}
.hero-spotlight-slide.is-active {
  display: block;
  animation: heroSlideIn .4s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes heroSlideIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.hero-work-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.hero-work-preview {
  /* Portrait phone crop ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¡ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ slightly shorter than 3:4 so hero balances with left trust card */
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  overflow: hidden;
  background: #EEF4F9;
}
.hero-work-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}
.hero-work-market {
  position: absolute;
  top: .45rem;
  right: .45rem;
  z-index: 2;
  background: rgba(255,255,255,.96);
  color: #0A568E;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .05em;
  padding: .2rem .4rem;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(7,58,97,.1);
}
.hero-work-copy {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: .45rem;
  padding: .45rem .65rem;
  border-top: 1px solid #E6EEF5;
  background: #fff;
  min-width: 0;
}
.hero-work-copy-text {
  flex: 1 1 auto;
  min-width: 0;
}
.hero-work-label {
  margin: 0 0 .08rem;
  font-size: .55rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #D95A12;
}
.hero-work-copy h3 {
  margin: 0;
  font-size: .82rem;
  letter-spacing: -0.02em;
  color: #0B1C2C;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-work-link {
  flex: 0 0 auto;
  font-size: .64rem;
  font-weight: 700;
  color: #0A568E;
  white-space: nowrap;
  padding: .24rem .48rem;
  border-radius: 999px;
  border: 1px solid #D7E7F2;
  background: #F7FAFC;
  line-height: 1.2;
}
.hero-work-card:hover .hero-work-link {
  background: #0A568E;
  border-color: #0A568E;
  color: #fff;
}

.hero-spotlight-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .45rem;
  padding: .4rem .6rem .45rem;
  border-top: 1px solid #E6EEF5;
  background: #F7FAFC;
}
.hero-spot-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #D7E7F2;
  border-radius: 50%;
  background: #fff;
  color: #0A568E;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.hero-spot-btn:hover {
  background: #0A568E;
  border-color: #0A568E;
  color: #fff;
}
.hero-spot-dots {
  display: flex;
  gap: .3rem;
  align-items: center;
}
.hero-spot-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #C5D6E4;
  cursor: pointer;
  transition: width .25s ease, background .25s ease, border-radius .25s ease;
}
.hero-spot-dot.is-active {
  width: 16px;
  border-radius: 999px;
  background: #071E33;
}

.hero-side-proof { display: none; }
.hero-side-chip {
  background: #fff;
  border: 1px solid #D7E7F2;
  border-radius: 14px;
  padding: .7rem .75rem;
  box-shadow: 0 8px 20px rgba(7, 58, 97, .05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}
.hero-side-chip strong {
  display: block;
  font-size: .8rem;
  color: #0B1C2C;
  margin-bottom: .12rem;
}
.hero-side-chip span {
  font-size: .75rem;
  color: #5A6B7A;
  line-height: 1.35;
}
.hero-side-chip-accent {
  background: #0A568E;
  border-color: #0A568E;
}
.hero-side-chip-accent strong,
.hero-side-chip-accent span { color: #fff; }
.hero-side-chip-accent span { color: rgba(255,255,255,.8); }

@keyframes heroPulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 160, 107, .45); }
  70% { box-shadow: 0 0 0 8px rgba(34, 160, 107, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 160, 107, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-live-dot,
  .hero-spotlight-slide.is-active {
    animation: none !important;
  }
}

/* Small phones */
@media (max-width: 479px) {
  .home-hero-copy .btn-group {
    flex-direction: column;
    align-items: stretch;
  }
  .home-hero-copy .btn {
    width: 100%;
    justify-content: center;
  }
  .hero-work-copy {
    padding: .5rem .65rem;
    gap: .4rem;
  }
  .hero-work-copy h3 { font-size: .82rem; }
  .hero-work-link { font-size: .64rem; padding: .24rem .45rem; }
}

/* Phones / large phones */
@media (min-width: 480px) and (max-width: 767px) {
  .home-hero { padding: 1.15rem 0 1.1rem; }
  .home-hero-visual { max-width: min(100%, 300px); }
}

/* Tablets ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¡ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ still stacked */
@media (min-width: 768px) and (max-width: 1023px) {
  .home-hero { padding: 1.35rem 0 1.15rem; }
  .home-hero-grid { gap: 1.35rem; }
  .home-hero-copy h1 {
    font-size: clamp(1.75rem, 3.8vw, 2.35rem);
  }
  .home-hero-copy .lead { font-size: 1rem; }
  .home-hero-copy .btn {
    padding: .8rem 1.15rem;
    font-size: .74rem;
  }
  .home-hero-trust {
    margin-top: 1.2rem;
  }
  .home-hero-visual { max-width: 340px; }
  .hero-spotlight-frame { border-radius: 20px; }
  .hero-work-copy h3 { font-size: .86rem; }
  .hero-work-link { font-size: .66rem; }
}

/* Laptops ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¡ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ two columns (incl. 1366) */
@media (min-width: 1024px) {
  .home-hero { padding: 1.25rem 0 1.1rem; }
  .home-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    grid-template-areas: "copy visual";
    gap: 1rem 1.35rem;
    align-items: start;
  }
  .home-hero-copy { grid-area: copy; }
  .home-hero-visual {
    grid-area: visual;
    max-width: min(100%, 340px);
    width: 100%;
    margin-inline: 0;
    justify-self: end;
  }
  .home-hero-trust {
    margin-top: 1.15rem;
  }
  .home-hero-google-meta {
    text-align: right;
  }
  .home-hero-google {
    flex-direction: row-reverse;
  }
  .home-hero-copy h1 {
    font-size: clamp(1.7rem, 2.4vw, 2.45rem);
  }
  .home-hero-copy .lead { font-size: 1.02rem; }
  .home-hero-copy .btn {
    padding: .85rem 1.2rem;
    font-size: .74rem;
  }
  .hero-spotlight-frame { border-radius: 20px; }
  .hero-work-copy h3 { font-size: .88rem; }
  .hero-work-link { font-size: .66rem; }
}

/* Wide laptops / desktops */
@media (min-width: 1280px) {
  .home-hero { padding: 1.35rem 0 1.15rem; }
  .home-hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
    gap: 1.15rem 1.75rem;
  }
  .home-hero-visual { max-width: min(100%, 360px); }
  .hero-spotlight-frame { border-radius: 22px; }
  .home-hero-copy h1 {
    font-size: clamp(1.9rem, 2.3vw, 2.7rem);
  }
}

/* Match 1350 container: show side chips when viewport can fit them */
@media (min-width: 1350px) {
  .home-hero-visual {
    max-width: min(100%, 520px);
  }
  .hero-spotlight {
    grid-template-columns: minmax(0, 360px) 132px;
    justify-content: end;
    align-items: stretch;
    gap: .7rem;
  }
  .hero-side-proof {
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: .5rem;
    align-self: stretch;
    min-height: 100%;
  }
  .hero-side-chip {
    padding: .55rem .65rem;
  }
  .hero-side-chip strong {
    font-size: .74rem;
  }
  .hero-side-chip span {
    font-size: .68rem;
  }
}

/* Very large displays */
@media (min-width: 1600px) {
  .home-hero-visual {
    max-width: min(100%, 540px);
  }
  .hero-spotlight {
    grid-template-columns: minmax(0, 380px) 140px;
  }
}

.home-logos {
  padding: var(--section-pad-y) 0;
  background: #fff;
}
.home-logos-label {
  text-align: center;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5A6570;
  margin: 0 0 .85rem;
}

/* Tools stack ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¡ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ centered intro + floating chips (distinct from maintain layout) */
.home-tools-section {
  position: relative;
  padding: var(--section-pad-y) 0;
  background:
    radial-gradient(ellipse 55% 70% at 8% 15%, rgba(255, 225, 208, .45) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 92% 85%, rgba(215, 231, 242, .7) 0%, transparent 55%),
    linear-gradient(180deg, #F7FAFC 0%, #EEF4F9 100%);
  border-top: 1px solid #E2ECF3;
  overflow: hidden;
}
.home-tools-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(10, 86, 142, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 86, 142, .035) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 15%, transparent 72%);
  pointer-events: none;
}
.home-tools-section .container {
  position: relative;
  z-index: 1;
}
.home-tools-intro {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 1.75rem;
}
.home-tools-intro .eyebrow {
  margin-bottom: .65rem;
  color: #0A568E;
}
.home-tools-intro h2 {
  margin: 0 0 .7rem;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #0A0F14;
}
.home-tools-intro h2 .serif-em {
  display: inline;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #0A0F14;
  opacity: .78;
}
.home-tools-intro .lead {
  margin: 0 auto;
  color: #5A6570;
  font-size: clamp(.92rem, 1.6vw, 1.05rem);
  line-height: 1.55;
  max-width: 36rem;
}
.home-tools-cloud {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .65rem .7rem;
  max-width: 1080px;
}
.home-tools-chip {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  min-width: 0;
  padding: .62rem .85rem .62rem .62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(215, 231, 242, .95);
  box-shadow: 0 8px 22px rgba(10, 86, 142, .06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity .5s cubic-bezier(0.22, 1, 0.36, 1),
    transform .5s cubic-bezier(0.22, 1, 0.36, 1),
    background .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
  transition-delay: calc(var(--tool-i, 0) * .05s);
}
.home-tools-cloud.is-visible .home-tools-chip,
.home-tools-cloud.reveal.is-visible .home-tools-chip {
  opacity: 1;
  transform: translateY(0);
  animation: toolsChipFloat 4.8s ease-in-out calc(var(--tool-i, 0) * .2s + .85s) infinite;
}
.home-tools-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #F4F8FB;
  border: 1px solid #E2ECF3;
  overflow: hidden;
  transition: background .28s ease, border-color .28s ease, transform .28s ease, box-shadow .28s ease;
}
.home-tools-mark img {
  width: 1.45rem;
  height: 1.45rem;
  object-fit: contain;
  display: block;
  filter: grayscale(1) brightness(0.4);
  transition: filter .35s ease, transform .3s ease;
}
.home-tools-label {
  font-size: .82rem;
  font-weight: 700;
  color: #3A4A58;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: color .25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .home-tools-chip:hover {
    background: #FFFFFF;
    border-color: #B7D0E2;
    box-shadow: 0 14px 32px rgba(10, 86, 142, .14);
    animation: none;
    transform: translateY(-4px) scale(1.02);
  }
  .home-tools-chip:hover .home-tools-mark {
    background: #FFFFFF;
    border-color: #C5DBEA;
    transform: scale(1.08);
    box-shadow: 0 8px 18px rgba(10, 86, 142, .12);
  }
  .home-tools-chip:hover .home-tools-mark img {
    filter: none !important;
    transform: scale(1.05);
  }
  .home-tools-chip:hover .home-tools-label {
    color: #0A568E;
  }
}
@media (hover: none), (pointer: coarse) {
  .home-tools-mark img {
    filter: none;
  }
}
@keyframes toolsChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@media (prefers-reduced-motion: reduce) {
  .home-tools-chip,
  .home-tools-mark,
  .home-tools-mark img {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .home-tools-mark img { filter: none; }
}

.home-stats {
  padding: var(--section-pad-y) 0;
  background: #F2F4F6;
  border-bottom: 1px solid #E1E6EC;
}
.home-stats-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}
@media (min-width: 520px) {
  .home-stats-row {
    gap: .75rem;
  }
}
@media (min-width: 900px) {
  .home-stats-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
  }
}
@media (min-width: 1200px) {
  .home-stats-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .85rem;
  }
}
.home-stats-row > div {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #D7E7F2;
  border-radius: 18px;
  padding: 1.05rem 1rem 1.1rem;
  box-shadow: 0 10px 28px rgba(10, 86, 142, .05);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.home-stats-row > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #0A568E;
  opacity: .9;
}
.home-stats-row > div:nth-child(even)::before {
  background: #FF6713;
  opacity: .85;
}
.home-stats-row > div:hover {
  transform: translateY(-2px);
  border-color: #0A568E;
  box-shadow: 0 16px 36px rgba(10, 86, 142, .1);
}
@media (min-width: 800px) {
  .home-stats-row > div {
    border-radius: 20px;
    padding: 1.2rem .9rem 1.25rem;
    text-align: center;
  }
  .home-stats-row > div::before {
    left: 18%;
    right: 18%;
    border-radius: 0 0 4px 4px;
  }
}
.home-stats-row strong {
  display: block;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  color: #0A568E;
  letter-spacing: -0.035em;
  margin-bottom: .35rem;
  line-height: 1.05;
}
.home-stats-row span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: .8rem;
  line-height: 1.35;
  color: #000000;
  font-weight: 550;
  max-height: calc(1.35em * 2);
}
@media (min-width: 800px) {
  .home-stats-row span {
    font-size: .78rem;
    max-width: none;
    margin-inline: auto;
    padding-inline: .15rem;
  }
}
@media (min-width: 1200px) {
  .home-stats-row span {
    max-width: none;
    font-size: .78rem;
  }
}

/* Official partnership badges ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¡ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¬ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ after stats, before case studies */
.home-partners-section {
  position: relative;
  padding: var(--section-pad-y) 0;
  background:
    radial-gradient(ellipse 60% 70% at 12% 0%, rgba(255, 225, 208, .4) 0%, transparent 50%),
    linear-gradient(180deg, #EAF3F9 0%, #D7E7F2 100%);
  overflow: hidden;
}
.home-partners-section .container {
  position: relative;
  z-index: 1;
}
.home-partners-intro {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 1.75rem;
}
.home-partners-intro .eyebrow {
  margin-bottom: .65rem;
  color: #0A568E;
}
.home-partners-intro h2 {
  margin: 0 0 .7rem;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #0A0F14;
}
.home-partners-intro h2 .serif-em {
  display: inline;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #0A0F14;
  opacity: .78;
}
.home-partners-intro .lead {
  margin: 0 auto;
  color: #5A6570;
  font-size: clamp(.92rem, 1.6vw, 1.05rem);
  line-height: 1.55;
  max-width: 36rem;
}
.home-partners-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: .85rem;
}
@media (min-width: 640px) {
  .home-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  .home-partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.home-partners-item {
  min-width: 0;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .55s cubic-bezier(0.22, 1, 0.36, 1),
    transform .55s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--partner-i, 0) * .07s);
}
.home-partners-grid.is-visible .home-partners-item,
.home-partners-grid.reveal.is-visible .home-partners-item {
  opacity: 1;
  transform: translateY(0);
}
.home-partners-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .9rem;
  align-items: center;
  height: 100%;
  min-height: 7.25rem;
  padding: 1.05rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .95);
  box-shadow: 0 14px 34px rgba(10, 86, 142, .08);
  text-decoration: none !important;
  color: inherit;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.home-partners-card:hover,
a.home-partners-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(10, 86, 142, .14);
  border-color: #B7D0E2;
}
.home-partners-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  flex: 0 0 auto;
  border-radius: 14px;
  background: #F4F8FB;
  border: 1px solid #E2ECF3;
}
.home-partners-logo img {
  width: 1.85rem;
  height: 1.85rem;
  object-fit: contain;
  display: block;
}
.home-partners-copy {
  display: grid;
  gap: .2rem;
  min-width: 0;
}
.home-partners-copy strong {
  font-size: 1rem;
  font-weight: 750;
  color: #0A1F2E;
  letter-spacing: -0.015em;
}
.home-partners-badge {
  display: inline-flex;
  width: fit-content;
  margin-top: .1rem;
  padding: .18rem .5rem;
  border-radius: 999px;
  background: #D7E7F2;
  color: #0A568E;
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.home-partners-note {
  margin-top: .25rem;
  font-size: .78rem;
  line-height: 1.4;
  color: #5A6570;
}
.home-partners-card-shopify .home-partners-badge {
  background: #EAF7EE;
  color: #208060;
}
.home-partners-card-razorpay .home-partners-badge {
  background: #E8EEF8;
  color: #0C2451;
}
.home-partners-card-hostinger .home-partners-badge {
  background: #F0E9FF;
  color: #673DE6;
}
.home-partners-card-phonepe .home-partners-badge {
  background: #F1E8FB;
  color: #5F259F;
}
.home-partners-card-cashfree .home-partners-badge {
  background: #EFE6FF;
  color: #6C2BD9;
}
.home-partners-card-more {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .55) 0%, rgba(255, 255, 255, .88) 100%);
  border-style: dashed;
  border-color: #A8C5DA;
}
.home-partners-more-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 14px;
  background: #FFE1D0;
  color: #FF6713;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
}
.home-partners-foot {
  margin: 1.35rem 0 0;
  text-align: center;
}
.home-partners-foot a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #0A568E;
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
}
.home-partners-foot a:hover {
  color: #FF6713;
}
@media (prefers-reduced-motion: reduce) {
  .home-partners-item,
  .home-partners-card {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Case studies / work ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ featured + 2 side cards */
.home-work {
  background: #FFFFFF;
}
.home-work-intro.section-intro {
  max-width: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 2.5rem;
  margin-bottom: 1.65rem;
}
.home-work-copy {
  flex: 1 1 20rem;
  max-width: 46rem;
  min-width: 0;
}
.home-work-copy h2 {
  max-width: 22ch;
}
.home-work-intro .lead {
  margin-bottom: 0;
  max-width: 36rem;
}
.home-work-action {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .4rem;
  padding-bottom: .1rem;
  text-align: right;
}
.home-work-action-note {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: #8A97A5;
}
.home-work-all {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding-bottom: .12rem;
  border-bottom: 1px solid rgba(10, 86, 142, .28);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .01em;
  color: #0A568E;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, border-color .2s ease;
}
.home-work-all:hover {
  color: #FF6713;
  border-bottom-color: rgba(255, 103, 19, .45);
}
@media (max-width: 699px) {
  .home-work-action {
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }
  .home-work-copy h2 {
    max-width: none;
  }
}

.home-cases {
  display: grid;
  gap: 1rem;
}
.home-case {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #D7E7F2;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 12px 32px rgba(10, 86, 142, .06);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.home-case:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(10, 86, 142, .12);
  border-color: #0A568E;
  color: inherit;
}
.home-case-media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 70% 0%, #FFE1D0 0%, transparent 55%),
    linear-gradient(160deg, #D7E7F2 0%, #F7FAFC 100%);
}
@media (max-width: 759px) {
  .home-case-media { aspect-ratio: 4 / 5; }
}
.home-case-media img,
.home-case-media picture,
.home-case-media picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.home-case-media picture { height: 100%; }
.home-case-media img {
  transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-case:hover .home-case-media img {
  transform: scale(1.03);
}
.home-case-industry {
  position: absolute;
  top: .75rem;
  left: .75rem;
  z-index: 1;
  padding: .26rem .6rem;
  border-radius: 999px;
  background: #FF6713;
  color: #FFFFFF;
  font-size: .6rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(255, 103, 19, .28);
}
.home-case-body {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: .95rem 1.05rem 1.05rem;
  background: #FFFFFF;
  min-width: 0;
}
.home-case-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .4rem;
}
.home-case-country {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .26rem .55rem .26rem .4rem;
  border-radius: 999px;
  background: #F3F7FA;
  border: 1px solid #E2ECF3;
  line-height: 1;
}
.home-case-flag {
  display: block;
  width: 18px;
  height: 13px;
  object-fit: cover;
  border-radius: 2px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(10, 86, 142, .12);
}
.home-case-country-name {
  font-size: .66rem;
  font-weight: 750;
  color: #3A4A58;
}
.home-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
}
.home-case-tag {
  display: inline-flex;
  align-items: center;
  padding: .22rem .5rem;
  border-radius: 999px;
  background: #D7E7F2;
  color: #0A568E;
  font-size: .56rem;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.2;
}
.home-case-tag-accent {
  background: #FFE1D0;
  color: #FF6713;
}
.home-case-main,
.home-case-heading,
.home-case-tech {
  flex: 0 0 auto;
  margin: 0;
}
.home-case-heading h3 {
  margin: 0 0 .28rem;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  letter-spacing: -0.02em;
  color: #0A0F14;
  line-height: 1.15;
}
.home-case-summary {
  margin: 0;
  color: #5A6570;
  font-size: .86rem;
  line-height: 1.4;
}
.home-case-tech {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
}
.home-case-tech li {
  padding: .18rem .45rem;
  border-radius: 8px;
  border: 1px solid #D7E7F2;
  background: #F7FAFC;
  color: #3A4A58;
  font-size: .66rem;
  font-weight: 650;
}
.home-case-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: .65rem 0 0;
  border-top: 1px solid #E2ECF3;
  flex: 0 0 auto;
}
.home-case-facts > div {
  padding: 0 .7rem;
  border-right: 1px solid #E2ECF3;
  min-width: 0;
}
.home-case-facts > div:first-child { padding-left: 0; }
.home-case-facts > div:last-child {
  border-right: 0;
  padding-right: 0;
}
.home-case-facts dt {
  margin: 0 0 .15rem;
  font-size: .82rem;
  font-weight: 750;
  color: #0A0F14;
  line-height: 1.25;
}
.home-case-facts dd {
  margin: 0;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8A97A5;
}
.home-case-link {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin: .2rem 0 0;
  padding: 0;
  font-weight: 750;
  font-size: .78rem;
  color: #0A568E;
  flex: 0 0 auto;
}
.home-case:hover .home-case-link { color: #FF6713; }

.home-case-featured .home-case-top {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .4rem .65rem;
}
.home-case-featured .home-case-heading {
  display: grid;
  gap: .55rem;
}
@media (min-width: 700px) {
  .home-case-featured .home-case-heading {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: .75rem 1.1rem;
  }
  .home-case-featured .home-case-heading h3 {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    margin: 0;
  }
}

@media (min-width: 900px) {
  .home-work.section {
    padding-block: var(--section-pad-y);
  }
  .home-cases {
    grid-template-columns: 1.15fr minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(210px, 1fr));
    gap: .9rem;
    align-items: stretch;
    min-height: 480px;
    max-height: 620px;
  }
  .home-case-featured {
    grid-row: 1 / -1;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .home-case-featured .home-case-media {
    flex: 1 1 auto;
    aspect-ratio: unset;
    min-height: 200px;
  }
  .home-case-featured .home-case-body {
    flex: 0 0 auto;
    gap: .5rem;
    padding: .9rem 1.05rem 1rem;
  }
  .home-case-side {
    display: grid;
    grid-template-columns: minmax(150px, .95fr) minmax(0, 1.15fr);
    align-items: stretch;
    height: 100%;
    min-height: 0;
  }
  .home-case-side .home-case-media {
    aspect-ratio: unset;
    height: 100%;
    min-height: 0;
  }
  .home-case-side .home-case-industry {
    top: .55rem;
    left: .55rem;
    font-size: .54rem;
    padding: .18rem .45rem;
  }
  .home-case-side .home-case-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    height: 100%;
    min-height: 0;
    box-sizing: border-box;
    gap: .4rem;
    padding: .85rem 1rem .9rem;
  }
  .home-case-side .home-case-top {
    gap: .35rem;
  }
  .home-case-side .home-case-main,
  .home-case-side .home-case-heading,
  .home-case-side .home-case-tech {
    flex: 0 0 auto;
  }
  .home-case-side .home-case-link {
    margin-top: auto;
    padding-top: .55rem;
    font-size: .72rem;
  }
  .home-case-side .home-case-flag {
    width: 16px;
    height: 12px;
  }
  .home-case-side .home-case-country-name {
    font-size: .6rem;
  }
  .home-case-side .home-case-tag {
    font-size: .52rem;
    padding: .16rem .42rem;
  }
  .home-case-side .home-case-heading h3 {
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    margin-bottom: .2rem;
  }
  .home-case-side .home-case-summary {
    font-size: .74rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-case-side .home-case-tech li {
    font-size: .58rem;
    padding: .12rem .36rem;
  }
  .home-case-side .home-case-facts { display: none; }
}

@media (max-width: 899px) {
  .home-case-side .home-case-facts { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .home-case,
  .home-case-media img {
    transition: none !important;
  }
  .home-case:hover,
  .home-case:hover .home-case-media img {
    transform: none;
  }
}

/* Homepage journal ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ Shopify-style auto-scroll strip above FAQ */
.home-journal {
  overflow: hidden;
  background:
    radial-gradient(60% 80% at 100% 0%, rgba(255, 225, 208, .35) 0%, transparent 55%),
    #FFFFFF;
}
.home-journal-intro.section-intro {
  max-width: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-bottom: 1.35rem;
}
.home-journal-copy {
  max-width: 40rem;
  min-width: 0;
}
.home-journal-copy h2 {
  max-width: 22ch;
}
.home-journal-intro .lead {
  margin-bottom: 0;
  max-width: 34rem;
}
.home-journal-all {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding-bottom: .12rem;
  border-bottom: 1px solid rgba(10, 86, 142, .28);
  font-size: .82rem;
  font-weight: 700;
  color: #0A568E;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, border-color .2s ease;
}
.home-journal-all:hover {
  color: #FF6713;
  border-bottom-color: rgba(255, 103, 19, .45);
}
.home-journal-marquee {
  position: relative;
  margin-top: .25rem;
}
.home-journal-viewport {
  overflow: hidden;
  padding: .35rem 0 1.1rem;
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}
.home-journal-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4rem;
  z-index: 2;
  pointer-events: none;
}
.home-journal-fade-left {
  left: 0;
  background: linear-gradient(90deg, #FFFFFF 10%, transparent 100%);
}
.home-journal-fade-right {
  right: 0;
  background: linear-gradient(270deg, #FFFFFF 10%, transparent 100%);
}
.home-journal-track {
  display: flex;
  width: max-content;
  gap: 0;
  animation: home-journal-scroll 42s linear infinite;
  will-change: transform;
}
.home-journal-group {
  display: flex;
  gap: 1rem;
  padding-inline: .5rem;
}
.home-journal-marquee:hover .home-journal-track,
.home-journal-marquee:focus-within .home-journal-track,
.home-journal-marquee.is-paused .home-journal-track {
  animation-play-state: paused;
}
.home-journal-card {
  flex: 0 0 auto;
  width: min(78vw, 280px);
  display: flex;
  flex-direction: column;
  border: 1px solid #D7E7F2;
  border-radius: 18px;
  overflow: hidden;
  background: #FFFFFF;
  text-decoration: none !important;
  color: inherit;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
@media (min-width: 700px) {
  .home-journal-card { width: 300px; }
}
.home-journal-card:hover {
  border-color: #0A568E;
  box-shadow: 0 16px 36px rgba(10, 86, 142, .1);
  transform: translateY(-3px);
  color: inherit;
}
.home-journal-media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #D7E7F2, #FFE1D0);
  overflow: hidden;
}
.home-journal-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  pointer-events: none;
}
.home-journal-card:hover .home-journal-media img {
  transform: scale(1.045);
}
.home-journal-body {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  padding: .95rem 1rem 1.05rem;
  min-height: 8.5rem;
}
.home-journal-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem .65rem;
  font-size: .66rem;
  font-weight: 650;
  color: #8A97A5;
}
.home-journal-cat {
  display: inline-flex;
  padding: .2rem .48rem;
  border-radius: 999px;
  border: 1px solid #D7E7F2;
  color: #0A568E;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.home-journal-card h3 {
  margin: 0;
  flex: 1 1 auto;
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #0A0F14;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-journal-link {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin-top: .15rem;
  font-size: .76rem;
  font-weight: 750;
  color: #0A568E;
}
.home-journal-card:hover .home-journal-link {
  color: #FF6713;
}
@keyframes home-journal-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
@media (max-width: 699px) {
  .home-journal-all { width: 100%; }
  .home-journal-copy h2 { max-width: none; }
  .home-journal-track {
    gap: 0;
    animation-duration: 34s;
  }
  .home-journal-group {
    gap: .75rem;
    padding-inline: .4rem;
  }
  .home-journal-fade { width: 2.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  .home-journal-track {
    animation: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: .5rem;
  }
  .home-journal-card {
    scroll-snap-align: start;
  }
  .home-journal-card:hover { transform: none; }
  .home-journal-card:hover .home-journal-media img { transform: none; }
  .home-journal-viewport {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
}
.home-services {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 900px) {
  .home-services {
    grid-template-columns: .92fr 1.08fr;
    gap: 2.25rem;
    align-items: center;
  }
}
.home-services-copy h2 {
  max-width: 14ch;
}
.home-services-copy .lead {
  max-width: 34rem;
}
.home-services-points {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: .45rem;
}
.home-services-points li {
  position: relative;
  padding-left: 1.15rem;
  font-size: .88rem;
  font-weight: 650;
  color: #0A568E;
  line-height: 1.35;
}
.home-services-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: #FF6713;
}
.home-service-list {
  display: grid;
  gap: .7rem;
}
.home-service-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .75rem;
  align-items: center;
  padding: 1rem 1.05rem;
  background: #FFFFFF;
  border: 1px solid #D7E7F2;
  border-radius: 18px;
  text-decoration: none !important;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: transform .3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .3s ease, border-color .3s ease;
}
.home-service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #0A568E;
  opacity: 0;
  transition: opacity .25s ease;
}
.home-service-card:nth-child(even)::before {
  background: #FF6713;
}
.home-service-card:hover {
  transform: translateY(-3px);
  border-color: #0A568E;
  box-shadow: 0 16px 36px rgba(10, 86, 142, .1);
  color: inherit;
}
.home-service-card:hover::before {
  opacity: 1;
}
.home-service-index {
  display: inline-grid;
  place-items: center;
  min-width: 2.1rem;
  height: 2.1rem;
  padding: 0 .35rem;
  border-radius: 10px;
  background: #D7E7F2;
  color: #0A568E;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.home-service-card:nth-child(even) .home-service-index {
  background: #FFE1D0;
  color: #FF6713;
}
.home-service-text {
  display: flex;
  flex-direction: column;
  gap: .12rem;
  min-width: 0;
}
.home-service-text strong {
  font-size: .95rem;
  color: #000000;
  line-height: 1.3;
}
.home-service-text span {
  font-size: .8rem;
  color: #5A6570;
  line-height: 1.35;
}
.home-service-go {
  color: #0A568E;
  font-size: .95rem;
  font-weight: 700;
  opacity: .45;
  transition: opacity .25s ease, transform .25s ease, color .25s ease;
}
.home-service-card:hover .home-service-go {
  opacity: 1;
  color: #FF6713;
  transform: translate(.15rem, -.1rem);
}
@media (min-width: 600px) {
  .home-service-list {
    grid-template-columns: 1fr 1fr;
  }
}

.home-paths-section {
  background: #FFFFFF;
}
.home-paths {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .home-paths {
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
  }
}
.home-path {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #D7E7F2;
  border-radius: 24px;
  padding: 1.6rem 1.45rem 1.5rem;
  position: relative;
  overflow: hidden;
  transition: transform .35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .35s ease, border-color .35s ease;
}
.home-path::after {
  content: "";
  position: absolute;
  right: -18%;
  top: -30%;
  width: 55%;
  height: 70%;
  background: radial-gradient(circle, rgba(215, 231, 242, .9), transparent 68%);
  pointer-events: none;
}
.home-path:hover {
  transform: translateY(-4px);
  border-color: #0A568E;
  box-shadow: 0 22px 48px rgba(10, 86, 142, .12);
}
.home-path-alt {
  background: linear-gradient(155deg, #0A568E 0%, #073A61 78%);
  border-color: transparent;
  color: #FFFFFF;
}
.home-path-alt::after {
  background: radial-gradient(circle, rgba(255, 225, 208, .22), transparent 68%);
}
.home-path-alt:hover {
  border-color: transparent;
  box-shadow: 0 24px 50px rgba(7, 58, 97, .28);
}
.home-path-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .55rem;
  position: relative;
  z-index: 1;
}
.home-path-top .eyebrow {
  margin: 0;
}
.home-path-badge {
  display: inline-flex;
  align-items: center;
  padding: .28rem .6rem;
  border-radius: 999px;
  background: #FFE1D0;
  color: #FF6713;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.home-path-alt .home-path-badge {
  background: rgba(255, 255, 255, .14);
  color: #FFE1D0;
}
.home-path-alt h3,
.home-path-alt p,
.home-path-alt .home-path-list li {
  color: #FFFFFF;
}
.home-path-alt .eyebrow {
  color: #D7E7F2 !important;
}
.home-path h3 {
  margin: 0 0 .55rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  position: relative;
  z-index: 1;
}
.home-path > p {
  margin: 0;
  color: #5A6570;
  position: relative;
  z-index: 1;
}
.home-path-alt > p {
  color: #D7E7F2;
}
.home-path-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: .45rem;
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}
.home-path-list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: .88rem;
  color: #3A4652;
  line-height: 1.4;
}
.home-path-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: #FF6713;
  box-shadow: 0 0 0 3px #FFE1D0;
}
.home-path-alt .home-path-list li::before {
  background: #FF6713;
  box-shadow: 0 0 0 3px rgba(255, 225, 208, .35);
}
.home-path .btn {
  margin-top: 1.25rem;
  align-self: flex-start;
  position: relative;
  z-index: 1;
}
.home-path-btn-alt {
  background: transparent !important;
  border-color: rgba(255, 255, 255, .45) !important;
  color: #FFFFFF !important;
}
.home-path-btn-alt:hover {
  background: #FF6713 !important;
  border-color: #FF6713 !important;
  color: #FFFFFF !important;
}

.home-process-section {
  position: relative;
  overflow: hidden;
}
.home-process-intro {
  max-width: 40rem;
}
.home-process-intro .lead {
  margin-bottom: 0;
  max-width: 34rem;
}
.home-process {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.home-process-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .9rem;
  align-items: stretch;
  position: relative;
  min-width: 0;
}
.home-process-marker {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.6rem;
  flex-shrink: 0;
}
.home-process-num {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: #FFFFFF;
  border: 2px solid #FF6713;
  color: #FF6713;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: 0 0 0 6px #FFE1D0;
  transition: background .3s ease, color .3s ease, box-shadow .3s ease;
}
.home-process-step:not(:last-child) .home-process-marker::after {
  content: "";
  flex: 1 1 auto;
  width: 2px;
  min-height: 1.5rem;
  margin-top: .55rem;
  background: linear-gradient(180deg, #FF6713 0%, #D7E7F2 100%);
  border-radius: 999px;
  transform-origin: top center;
  transform: scaleY(0);
}
.home-process.is-visible .home-process-step:not(:last-child) .home-process-marker::after {
  animation: processLineDown .55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.home-process.is-visible .home-process-step:nth-child(1) .home-process-marker::after { animation-delay: .08s; }
.home-process.is-visible .home-process-step:nth-child(2) .home-process-marker::after { animation-delay: .18s; }
.home-process.is-visible .home-process-step:nth-child(3) .home-process-marker::after { animation-delay: .28s; }
.home-process.is-visible .home-process-step:nth-child(4) .home-process-marker::after { animation-delay: .38s; }
.home-process-card {
  background: #FFFFFF;
  border: 1px solid #D7E7F2;
  border-radius: 18px;
  padding: 1.05rem 1.1rem 1.1rem;
  min-height: 7.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: transform .35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .35s ease, border-color .35s ease;
}
.home-process-step:hover .home-process-card {
  transform: translateY(-4px);
  border-color: #0A568E;
  box-shadow: 0 18px 40px rgba(10, 86, 142, .1);
}
.home-process-step:hover .home-process-num {
  background: #FF6713;
  color: #FFFFFF;
  box-shadow: 0 0 0 6px #FFE1D0, 0 10px 22px rgba(255, 103, 19, .28);
}
.home-process-card strong {
  display: block;
  font-size: 1.05rem;
  color: #000000;
  margin-bottom: .35rem;
  letter-spacing: -0.01em;
  min-height: 1.35em;
}
.home-process-card p {
  margin: 0;
  font-size: .88rem;
  color: #5A6570;
  line-height: 1.45;
  flex: 1 1 auto;
}
.home-process-step:last-child .home-process-card {
  background: linear-gradient(155deg, #0A568E 0%, #073A61 85%);
  border-color: transparent;
  color: #FFFFFF;
}
.home-process-step:last-child .home-process-card strong,
.home-process-step:last-child .home-process-card p {
  color: #FFFFFF;
}
.home-process-step:last-child .home-process-card p {
  color: #D7E7F2;
}
.home-process-step:last-child .home-process-num {
  background: #0A568E;
  border-color: #0A568E;
  color: #FFFFFF;
  box-shadow: 0 0 0 6px #D7E7F2;
}
.home-process-step:last-child:hover .home-process-num {
  background: #FF6713;
  border-color: #FF6713;
  box-shadow: 0 0 0 6px #FFE1D0, 0 10px 22px rgba(255, 103, 19, .28);
}

@media (min-width: 900px) {
  .home-process {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .85rem;
    align-items: stretch;
  }
  .home-process-step {
    display: flex;
    flex-direction: column;
    gap: .9rem;
    text-align: center;
    height: 100%;
  }
  .home-process-marker {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    height: 2.6rem;
  }
  .home-process-step:not(:last-child) .home-process-marker::after {
    content: none;
  }
  .home-process-step:not(:last-child) .home-process-marker::before {
    content: "";
    position: absolute;
    left: calc(50% + 1.45rem);
    right: calc(-50% - .1rem);
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg, #FF6713 0%, #D7E7F2 100%);
    border-radius: 999px;
    z-index: 0;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;
  }
  .home-process.is-visible .home-process-step:not(:last-child) .home-process-marker::before {
    animation: processLineAcross .65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  .home-process.is-visible .home-process-step:nth-child(1) .home-process-marker::before { animation-delay: .12s; }
  .home-process.is-visible .home-process-step:nth-child(2) .home-process-marker::before { animation-delay: .24s; }
  .home-process.is-visible .home-process-step:nth-child(3) .home-process-marker::before { animation-delay: .36s; }
  .home-process.is-visible .home-process-step:nth-child(4) .home-process-marker::before { animation-delay: .48s; }
  .home-process-card {
    text-align: left;
    padding: 1.15rem 1.05rem 1.2rem;
    min-height: 8.25rem;
    width: 100%;
    flex: 1 1 auto;
  }
  .home-process-card strong {
    font-size: 1.08rem;
  }
  .home-process-num {
    opacity: 0;
    transform: scale(.55);
  }
  .home-process.is-visible .home-process-num {
    animation: processPop .55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  .home-process.is-visible .home-process-step:nth-child(1) .home-process-num { animation-delay: .05s; }
  .home-process.is-visible .home-process-step:nth-child(2) .home-process-num { animation-delay: .15s; }
  .home-process.is-visible .home-process-step:nth-child(3) .home-process-num { animation-delay: .25s; }
  .home-process.is-visible .home-process-step:nth-child(4) .home-process-num { animation-delay: .35s; }
  .home-process.is-visible .home-process-step:nth-child(5) .home-process-num { animation-delay: .45s; }
  .home-process.is-visible .home-process-step:last-child .home-process-num {
    animation: processPop .55s cubic-bezier(0.22, 1, 0.36, 1) forwards,
      processPulse 2.4s ease-in-out .9s infinite;
  }
}

@keyframes processLineAcross {
  from { transform: translateY(-50%) scaleX(0); }
  to { transform: translateY(-50%) scaleX(1); }
}
@keyframes processLineDown {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}
@keyframes processPop {
  0% { opacity: 0; transform: scale(.55); }
  70% { opacity: 1; transform: scale(1.08); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes processPulse {
  0%, 100% { box-shadow: 0 0 0 6px #D7E7F2; }
  50% { box-shadow: 0 0 0 10px rgba(215, 231, 242, .55); }
}

@media (prefers-reduced-motion: reduce) {
  .home-process-num,
  .home-process-step:not(:last-child) .home-process-marker::before,
  .home-process-step:not(:last-child) .home-process-marker::after {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .home-process-step:not(:last-child) .home-process-marker::before {
    transform: translateY(-50%) scaleX(1) !important;
  }
  .home-process-step:not(:last-child) .home-process-marker::after {
    transform: scaleY(1) !important;
  }
}

.home-maintain-section {
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.home-maintain-section::before {
  content: "";
  position: absolute;
  right: -8%;
  top: -20%;
  width: 42%;
  height: 70%;
  background: radial-gradient(circle, rgba(215, 231, 242, .85), transparent 70%);
  pointer-events: none;
}
.home-maintain {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
@media (min-width: 860px) {
  .home-maintain {
    grid-template-columns: 1.15fr .85fr;
    gap: 1.75rem;
    align-items: center;
  }
}
.home-maintain-copy h2 {
  max-width: 16ch;
}
.home-maintain-copy .lead {
  max-width: 36rem;
}
.home-maintain-price {
  display: grid;
  gap: .35rem;
  margin: 1.25rem 0 1.35rem;
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 18px;
  background: #D7E7F2;
  border: 1px solid rgba(10, 86, 142, .16);
  position: relative;
  overflow: hidden;
  opacity: .92;
  transform: translateY(8px);
  transition: opacity .45s ease, transform .45s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-maintain-price.is-ready {
  opacity: 1;
  transform: none;
}
.home-maintain-price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #0A568E;
}
.home-maintain-price-kicker {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0A568E;
}
.home-maintain-price-value {
  display: block;
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #000000;
}
.home-maintain-price-text {
  font-size: .86rem;
  color: #3A4652;
  line-height: 1.4;
  max-width: 34rem;
}
.home-maintain-panel {
  background: linear-gradient(160deg, #0A568E 0%, #073A61 88%);
  border-radius: 24px;
  padding: 1.45rem 1.35rem 1.5rem;
  color: #FFFFFF;
  box-shadow: 0 22px 48px rgba(10, 86, 142, .18);
  position: relative;
  overflow: hidden;
}
.home-maintain-panel::before {
  content: "";
  position: absolute;
  right: -20%;
  top: -30%;
  width: 60%;
  height: 70%;
  background: radial-gradient(circle, rgba(255, 225, 208, .22), transparent 68%);
  pointer-events: none;
}
.home-maintain-panel-label {
  margin: 0 0 1rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #FFE1D0;
  position: relative;
  z-index: 1;
}
.home-maintain-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .7rem;
  position: relative;
  z-index: 1;
}
.home-maintain-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .7rem;
  align-items: center;
  margin: 0;
  padding: .7rem .75rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  font-size: .9rem;
  line-height: 1.4;
  color: #FFFFFF;
  transition: transform .3s ease, background .3s ease;
}
.home-maintain-list li:hover {
  transform: translateX(3px);
  background: rgba(255, 255, 255, .12);
}
.home-maintain-check {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  border-radius: 999px;
  background: #FF6713;
  box-shadow: 0 0 0 4px rgba(255, 225, 208, .25);
  position: relative;
  flex-shrink: 0;
  align-self: center;
}
.home-maintain-check::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: .28rem;
  height: .48rem;
  margin: 0;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -58%) rotate(45deg);
}
.home-maintain-panel.is-visible .home-maintain-list li {
  animation: maintainItemIn .55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.home-maintain-panel.is-visible .home-maintain-list li:nth-child(1) { animation-delay: .06s; }
.home-maintain-panel.is-visible .home-maintain-list li:nth-child(2) { animation-delay: .12s; }
.home-maintain-panel.is-visible .home-maintain-list li:nth-child(3) { animation-delay: .18s; }
.home-maintain-panel.is-visible .home-maintain-list li:nth-child(4) { animation-delay: .24s; }
.home-maintain-panel.is-visible .home-maintain-list li:nth-child(5) { animation-delay: .3s; }
@keyframes maintainItemIn {
  from { opacity: 0; transform: translateX(12px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .home-maintain-price,
  .home-maintain-panel.is-visible .home-maintain-list li {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.home-faq {
  display: grid;
  gap: 1.75rem;
  align-items: start;
  max-width: none;
}
@media (min-width: 900px) {
  .home-faq {
    grid-template-columns: .9fr 1.1fr;
    gap: 2.25rem;
    align-items: start;
  }
}
.home-faq-copy {
  position: relative;
}
@media (min-width: 900px) {
  .home-faq-copy {
    position: sticky;
    top: 7.5rem;
  }
}
.home-faq-copy h2 {
  max-width: 14ch;
}
.home-faq-copy .lead {
  max-width: 34rem;
}
.home-faq-points {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: .45rem;
}
.home-faq-points li {
  position: relative;
  padding-left: 1.15rem;
  font-size: .88rem;
  font-weight: 650;
  color: #0A568E;
  line-height: 1.35;
}
.home-faq-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: #FF6713;
}
.home-faq-panel {
  display: grid;
  gap: .7rem;
}
.home-faq-panel .faq-item {
  transform: translateY(12px);
  opacity: 0;
}
.home-faq-panel.is-visible .faq-item {
  animation: faqCardIn .55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.home-faq-panel.is-visible .faq-item:nth-child(1) { animation-delay: .05s; }
.home-faq-panel.is-visible .faq-item:nth-child(2) { animation-delay: .12s; }
.home-faq-panel.is-visible .faq-item:nth-child(3) { animation-delay: .19s; }
.home-faq-panel.is-visible .faq-item:nth-child(4) { animation-delay: .26s; }
.home-faq-panel.is-visible .faq-item:nth-child(5) { animation-delay: .33s; }
.home-faq-panel .faq-item.is-featured,
.home-faq-panel .faq-item[open] {
  background: linear-gradient(160deg, #FFFFFF 0%, #F4F9FC 100%);
}
.home-faq-panel .faq-item summary {
  transition: color .2s ease;
}
.home-faq-panel .faq-item[open] summary {
  color: #0A568E;
}
.home-faq-panel .faq-body {
  animation: faqBodyIn .35s ease both;
}
@keyframes faqCardIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
@keyframes faqBodyIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .home-faq-panel .faq-item,
  .home-faq-panel.is-visible .faq-item,
  .home-faq-panel .faq-body {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

.home-prefooter {
  position: relative;
  padding: var(--section-pad-y) 0;
  background:
    radial-gradient(ellipse 70% 80% at 12% 20%, rgba(255, 225, 208, .55) 0%, transparent 55%),
    radial-gradient(ellipse 55% 70% at 92% 80%, rgba(215, 231, 242, .9) 0%, transparent 50%),
    linear-gradient(180deg, #F4F8FB 0%, #EAF2F8 100%);
  overflow: hidden;
}
.home-prefooter::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(10, 86, 142, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 86, 142, .045) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 50%, #000 20%, transparent 75%);
  pointer-events: none;
}
.home-prefooter .container {
  position: relative;
  z-index: 1;
}
.home-prefooter-panel {
  position: relative;
  display: grid;
  gap: 1.75rem;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(1.85rem, 4.2vw, 3rem);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .14) 0%, transparent 38%),
    linear-gradient(155deg, #0A568E 0%, #08497A 42%, #073A61 78%, #052A47 100%);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow:
    0 28px 70px rgba(7, 58, 97, .28),
    inset 0 1px 0 rgba(255, 255, 255, .16);
  color: #fff;
}
.home-prefooter-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 103, 19, .32) 0%, transparent 42%),
    radial-gradient(circle at 8% 88%, rgba(215, 231, 242, .18) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}
.home-prefooter-panel::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 4px;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(180deg, #FF6713 0%, #FFE1D0 100%);
  pointer-events: none;
  z-index: 2;
  transform: scaleY(0);
  transform-origin: top center;
}
.home-prefooter-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(2px);
}
.home-prefooter-orb-a {
  top: -18%;
  right: -6%;
  width: min(380px, 52vw);
  height: min(380px, 52vw);
  background: radial-gradient(circle, rgba(255, 103, 19, .34) 0%, transparent 68%);
}
.home-prefooter-orb-b {
  bottom: -22%;
  left: 18%;
  width: min(280px, 42vw);
  height: min(280px, 42vw);
  background: radial-gradient(circle, rgba(215, 231, 242, .22) 0%, transparent 70%);
}
@media (min-width: 900px) {
  .home-prefooter-panel {
    grid-template-columns: 1.45fr auto;
    gap: 2.5rem;
    padding-inline: clamp(2.1rem, 4vw, 3.15rem);
  }
}
.home-prefooter-copy,
.home-prefooter-actions {
  position: relative;
  z-index: 1;
}
.home-prefooter-copy {
  max-width: 40rem;
}
.home-prefooter-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0 0 .9rem;
  padding: .3rem .75rem;
  border-radius: 999px;
  background: rgba(255, 225, 208, .16);
  border: 1px solid rgba(255, 225, 208, .3);
  color: #FFE1D0;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(12px);
}
.home-prefooter-eyebrow::before {
  content: "";
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: #FF6713;
  box-shadow: 0 0 0 4px rgba(255, 103, 19, .25);
}
.home-prefooter-panel h2 {
  margin: 0 0 .8rem;
  font-size: clamp(1.5rem, 3.3vw, 2.25rem);
  line-height: 1.16;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 20ch;
  font-weight: 750;
  opacity: 0;
  transform: translateY(16px);
}
.home-prefooter-mark {
  display: inline;
  position: relative;
  z-index: 0;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  letter-spacing: inherit;
  color: #fff;
  white-space: nowrap;
}
.home-prefooter-mark::after {
  content: "";
  position: absolute;
  left: -.08em;
  right: -.08em;
  bottom: .08em;
  height: .34em;
  z-index: -1;
  border-radius: .18em;
  background: linear-gradient(90deg, rgba(255, 103, 19, .88) 0%, rgba(255, 225, 208, .72) 100%);
  transform: scaleX(0);
  transform-origin: left center;
}
.home-prefooter-lead {
  margin: 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(.92rem, 1.6vw, 1.04rem);
  line-height: 1.55;
  opacity: 0;
  transform: translateY(14px);
}
.home-prefooter-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem .95rem;
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
}
.home-prefooter-trust li {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  color: rgba(255, 255, 255, .92);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .01em;
  opacity: 0;
  transform: translateY(10px);
}
.home-prefooter-trust li span {
  width: .95rem;
  height: .95rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #FF6713;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .15);
  position: relative;
}
.home-prefooter-trust li span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: .28rem;
  height: .48rem;
  border: solid #fff;
  border-width: 0 1.8px 1.8px 0;
  transform: translate(-50%, -55%) rotate(45deg);
}
.home-prefooter-actions {
  display: grid;
  gap: .7rem;
  justify-items: stretch;
  min-width: min(100%, 16.75rem);
  opacity: 0;
  transform: translateY(18px) scale(.98);
}
.home-prefooter-primary {
  width: 100%;
  justify-content: center;
  padding: .98rem 1.4rem;
  font-size: .78rem;
  box-shadow: 0 14px 34px rgba(255, 103, 19, .35);
  transition: transform .25s ease, box-shadow .25s ease;
}
.home-prefooter-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(255, 103, 19, .42);
}
.home-prefooter-secondary {
  width: 100%;
  justify-content: center;
  padding: .85rem 1.25rem;
  font-size: .74rem;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.home-prefooter-secondary:hover {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .75);
  color: #fff;
  transform: translateY(-1px);
}
.home-prefooter-note {
  margin: .15rem 0 0;
  text-align: center;
  color: rgba(255, 255, 255, .68);
  font-size: .72rem;
  line-height: 1.4;
}

/* Entrance choreography when .reveal gets .is-visible */
.home-prefooter-panel.is-visible::after {
  animation: prefooterBarIn .7s cubic-bezier(0.22, 1, 0.36, 1) .05s forwards;
}
.home-prefooter-panel.is-visible .home-prefooter-orb-a {
  animation: prefooterGlow 7s ease-in-out .4s infinite alternate;
}
.home-prefooter-panel.is-visible .home-prefooter-orb-b {
  animation: prefooterGlowSoft 8s ease-in-out .55s infinite alternate;
}
.home-prefooter-panel.is-visible .home-prefooter-eyebrow {
  animation: prefooterRise .55s cubic-bezier(0.22, 1, 0.36, 1) .08s forwards;
}
.home-prefooter-panel.is-visible .home-prefooter-eyebrow::before {
  animation: prefooterDot 2.2s ease-in-out .7s infinite;
}
.home-prefooter-panel.is-visible h2 {
  animation: prefooterRise .6s cubic-bezier(0.22, 1, 0.36, 1) .16s forwards;
}
.home-prefooter-panel.is-visible .home-prefooter-mark::after {
  animation: prefooterMark .7s cubic-bezier(0.22, 1, 0.36, 1) .42s forwards;
}
.home-prefooter-panel.is-visible .home-prefooter-lead {
  animation: prefooterRise .55s cubic-bezier(0.22, 1, 0.36, 1) .26s forwards;
}
.home-prefooter-panel.is-visible .home-prefooter-trust li {
  animation: prefooterRise .5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.home-prefooter-panel.is-visible .home-prefooter-trust li:nth-child(1) { animation-delay: .34s; }
.home-prefooter-panel.is-visible .home-prefooter-trust li:nth-child(2) { animation-delay: .42s; }
.home-prefooter-panel.is-visible .home-prefooter-trust li:nth-child(3) { animation-delay: .5s; }
.home-prefooter-panel.is-visible .home-prefooter-actions {
  animation: prefooterActionsIn .65s cubic-bezier(0.22, 1, 0.36, 1) .38s forwards;
}
.home-prefooter-panel.is-visible .home-prefooter-primary {
  animation: prefooterCtaPulse 2.8s ease-in-out 1.1s infinite;
}

@keyframes prefooterRise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes prefooterActionsIn {
  from { opacity: 0; transform: translateY(18px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes prefooterMark {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes prefooterBarIn {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}
@keyframes prefooterGlow {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: .85; }
  to { transform: translate3d(-4%, 3%, 0) scale(1.08); opacity: 1; }
}
@keyframes prefooterGlowSoft {
  from { transform: translate3d(0, 0, 0) scale(1); opacity: .7; }
  to { transform: translate3d(3%, -4%, 0) scale(1.1); opacity: 1; }
}
@keyframes prefooterDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255, 103, 19, .22); }
  50% { box-shadow: 0 0 0 7px rgba(255, 103, 19, .12); }
}
@keyframes prefooterCtaPulse {
  0%, 100% { box-shadow: 0 14px 34px rgba(255, 103, 19, .35); }
  50% { box-shadow: 0 16px 42px rgba(255, 103, 19, .5); }
}
@media (prefers-reduced-motion: reduce) {
  .home-prefooter-panel::after,
  .home-prefooter-orb,
  .home-prefooter-eyebrow,
  .home-prefooter-panel h2,
  .home-prefooter-mark::after,
  .home-prefooter-lead,
  .home-prefooter-trust li,
  .home-prefooter-actions,
  .home-prefooter-primary,
  .home-prefooter-eyebrow::before {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .home-prefooter-mark::after { transform: scaleX(1) !important; }
  .home-prefooter-panel::after { transform: scaleY(1) !important; }
  .home-prefooter-primary:hover,
  .home-prefooter-secondary:hover { transform: none; }
}

/* Hide old dark footer styles when using ck-footer */
.site-footer { display: none; }

/* ===== NP SoftTech footer ===== */
.ck-footer {
  background: #fff;
  color: #0A1F2E;
  padding: var(--section-pad-y) 0 1.35rem;
  border-top: 1px solid #D7E7F2;
}
.ck-hire-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  margin-bottom: 1.1rem;
}
.ck-hire-head h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  font-weight: 750;
  color: #0A1F2E;
  letter-spacing: -0.02em;
  line-height: 1.25;
  max-width: min(40rem, 72%);
}
.ck-hire-mark {
  position: relative;
  z-index: 0;
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  white-space: nowrap;
}
.ck-hire-mark::after {
  content: "";
  position: absolute;
  left: -.06em;
  right: -.06em;
  bottom: .06em;
  height: .32em;
  z-index: -1;
  border-radius: .16em;
  background: linear-gradient(90deg, rgba(255, 103, 19, .55) 0%, rgba(255, 225, 208, .85) 100%);
}
.ck-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .88rem 1.55rem;
  background: #FF6713;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 750;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(255, 103, 19, .28);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.ck-contact-btn:hover {
  background: #0A568E;
  box-shadow: 0 12px 28px rgba(10, 86, 142, .28);
  transform: translateY(-2px);
}

.ck-hire-bar {
  position: relative;
  display: grid;
  gap: 1.35rem;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 80% at 100% 0%, rgba(255, 225, 208, .55) 0%, transparent 55%),
    linear-gradient(135deg, #D7E7F2 0%, #EAF3F9 55%, #D7E7F2 100%);
  border: 1px solid #C5DBEA;
  border-radius: 28px;
  padding: 1.45rem 1.5rem;
  margin-bottom: 2.35rem;
  box-shadow: 0 16px 40px rgba(10, 86, 142, .08);
}
.ck-hire-bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14%;
  bottom: 14%;
  width: 4px;
  border-radius: 0 6px 6px 0;
  background: #0A568E;
  pointer-events: none;
}
@media (min-width: 900px) {
  .ck-hire-bar {
    grid-template-columns: minmax(200px, 240px) 1fr;
    gap: 1.75rem 2rem;
    padding: 1.55rem 1.85rem 1.55rem 2rem;
  }
}
.ck-hire-logo {
  display: inline-flex;
  align-items: center;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.ck-hire-logo img {
  width: min(240px, 100%);
  max-width: 240px;
  height: auto;
  display: block;
}
.ck-hire-proofs {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .75rem;
}
@media (min-width: 700px) {
  .ck-hire-proofs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
  }
}
.ck-hire-card {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  min-width: 0;
  padding: .9rem .95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(255, 255, 255, .95);
  box-shadow: 0 8px 22px rgba(10, 86, 142, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ck-hire-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(10, 86, 142, .12);
  border-color: #B7D0E2;
}
.ck-hire-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  flex: 0 0 auto;
  border-radius: 12px;
  color: #0A568E;
  background: #D7E7F2;
  border: 1px solid #B7D0E2;
}
.ck-hire-icon-shopify {
  background: #fff;
  border-color: #C5DBEA;
  padding: .2rem;
}
.ck-hire-icon-shopify img {
  width: 1.2rem;
  height: auto;
  display: block;
}
.ck-hire-icon-accent {
  color: #FF6713;
  background: #FFE1D0;
  border-color: #FFC9A8;
}
.ck-hire-card-copy {
  min-width: 0;
}
.ck-hire-card-copy strong {
  display: block;
  font-size: .95rem;
  font-weight: 750;
  margin-bottom: .2rem;
  color: #0A1F2E;
  letter-spacing: -0.01em;
}
.ck-hire-card-copy p {
  margin: 0;
  font-size: .8rem;
  color: #5A6B7A;
  line-height: 1.4;
}

.ck-cols {
  display: grid;
  gap: 2.25rem;
  padding-bottom: 1.85rem;
}
@media (min-width: 900px) {
  .ck-cols {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }
  .ck-col {
    padding: 0 1.75rem;
    border-right: 1px solid #D7E7F2;
  }
  .ck-col:first-child { padding-left: 0; }
  .ck-col:last-child {
    border-right: 0;
    padding-right: 0;
  }
}
.ck-col h4 {
  margin: 0 0 1.1rem;
  font-size: 1.12rem;
  font-weight: 750;
  color: #0A1F2E;
  text-align: center;
}
.ck-col-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .1rem 1.5rem;
  max-width: 340px;
  margin: 0 auto;
}
.ck-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ck-col li { margin: 0; }
.ck-col a {
  display: inline-block;
  padding: .36rem 0;
  color: #22313F;
  text-decoration: none;
  font-size: .94rem;
  font-weight: 500;
  transition: color .2s ease;
}
.ck-col a:hover { color: #FF6713; }

.ck-contact-block {
  max-width: 310px;
  margin: 0 auto;
}
.ck-contact-row {
  display: flex;
  gap: .85rem;
  align-items: flex-start;
}
.ck-contact-links {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  min-width: 0;
  padding-top: .15rem;
}
.ck-contact-links a {
  color: #22313F;
  font-weight: 550;
  font-size: .94rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .08rem 0;
  word-break: break-word;
}
.ck-dash {
  border: 0;
  border-top: 1px solid #D7E7F2;
  margin: 1.05rem 0;
}
.ck-ico {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: #fff;
}
.ck-ico svg { display: block; }
.ck-ico-mail {
  border: 1.5px solid #FF6713;
  background: #FFF7F2;
}
.ck-ico-phone {
  border: 1.5px solid #0A568E;
  background: #F3F8FC;
}
.ck-flag {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  overflow: hidden;
  position: relative;
}
.ck-flag-in {
  background: linear-gradient(180deg, #FF9933 0 33.33%, #fff 33.33% 66.66%, #138808 66.66% 100%);
}
.ck-flag-in::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  border-radius: 50%;
  border: 1px solid #000080;
}
.ck-flag-au {
  background:
    linear-gradient(180deg, #012169 0 50%, #E4002B 50% 100%);
}
.ck-flag-au::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 5px;
  height: 5px;
  background: #fff;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.ck-bottom {
  display: grid;
  gap: 1rem;
  align-items: center;
  padding-top: 1.25rem;
  border-top: 1px solid #D7E7F2;
  font-size: .86rem;
  color: #5A6B7A;
}
@media (min-width: 900px) {
  .ck-bottom {
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
    gap: 1rem;
  }
  .ck-bottom > p:first-child { justify-self: start; }
  .ck-social { justify-self: center; }
  .ck-legal { justify-self: end; text-align: right; }
}
.ck-bottom > p:first-child { margin: 0; }
.ck-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
  justify-content: center;
  align-items: center;
}
.ck-soc {
  width: auto;
  height: auto;
  min-width: 1.5rem;
  min-height: 1.5rem;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent !important;
  color: #FF6713 !important;
  font-size: 1.2rem;
  line-height: 1;
  transition: color .2s ease, transform .2s ease, opacity .2s ease;
}
.ck-soc::before { content: none !important; display: none !important; }
.ck-soc i {
  font-size: inherit;
  line-height: 1;
  color: inherit;
}
.ck-soc:hover {
  color: #0A568E !important;
  transform: translateY(-2px);
  filter: none;
}
.ck-soc-fb,
.ck-soc-ig,
.ck-soc-li,
.ck-soc-yt,
.ck-soc-tw,
.ck-soc-dr,
.ck-soc-be {
  background: transparent !important;
}
.ck-legal {
  margin: 0;
  font-size: .86rem;
  color: #5A6B7A;
  white-space: nowrap;
}
.ck-legal a {
  color: #5A6B7A;
  text-decoration: none;
}
.ck-legal a:hover { color: #FF6713; }
.ck-legal span {
  margin: 0 .4rem;
  color: #B7C4CE;
}

@media (max-width: 899px) {
  .ck-hire-head h3 { max-width: none; }
  .ck-hire-bar { border-radius: 22px; padding: 1.2rem 1.15rem 1.2rem 1.25rem; }
  .ck-contact-btn { width: 100%; }
  .ck-col h4 { text-align: left; }
  .ck-col-split, .ck-contact-block { margin: 0; max-width: none; }
  .ck-hire-logo img {
    width: min(200px, 100%);
    max-width: 200px;
  }
  .ck-hire-card:hover { transform: none; }
  .ck-bottom {
    text-align: center;
    justify-items: center;
  }
  .ck-bottom > p:first-child,
  .ck-social,
  .ck-legal {
    justify-self: center;
    text-align: center;
  }
  .ck-legal { white-space: normal; }
}
