
/* ==========================================================================
   ANTIBE V63 — PRESERVED SERVICE PAGES
   WordPress/Elementor is used only as a content source.
   ========================================================================== */

.legacy-service-page {
  background: #fff;
  color: var(--ink);
  overflow-x: clip;
}

.legacy-service {
  overflow: hidden;
}

.legacy-service__shell,
.legacy-service__hero-shell {
  width: min(calc(100% - 80px), 1360px);
  margin-inline: auto;
}

.legacy-service__hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
}

.legacy-service__hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 86%, rgba(255,107,56,.25), transparent 31%),
    radial-gradient(circle at 90% 14%, rgba(74,177,255,.38), transparent 31%),
    linear-gradient(135deg,#eaf8fd 0%,#f8fbfc 53%,#fff3ed 100%);
}

.legacy-service--seo .legacy-service__hero-bg {
  background:
    radial-gradient(circle at 8% 86%, rgba(30,175,166,.19), transparent 31%),
    radial-gradient(circle at 90% 14%, rgba(74,177,255,.36), transparent 31%),
    linear-gradient(135deg,#e9f8f7 0%,#f8fbfc 54%,#eef7ff 100%);
}

.legacy-service__hero-shell {
  position: relative;
  z-index: 2;
}

.legacy-service__hero .site-header {
  position: relative;
  z-index: 20;
  background: transparent;
}

.legacy-service__hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.06fr) minmax(420px,.94fr);
  gap: 70px;
  align-items: center;
  padding: 52px 0 96px;
}

.legacy-service__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #70858c;
  font-size: 13px;
}

.legacy-service__breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.legacy-service__eyebrow {
  display: inline-block;
  color: #1462cf;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .07em;
  line-height: 1.35;
  text-transform: uppercase;
}

.legacy-service--seo .legacy-service__eyebrow {
  color: #178c87;
}

.legacy-service__hero h1 {
  max-width: 830px;
  margin: 14px 0 0;
  color: #071b1f;
  font-size: clamp(52px,5vw,82px);
  line-height: 1.01;
  letter-spacing: -.055em;
  font-weight: 400;
  text-wrap: balance;
}

.legacy-service__hero-lead {
  max-width: 750px;
  margin: 24px 0 0;
  color: #4f6972;
  font-size: 19px;
  line-height: 1.68;
}

.legacy-service__hero-extra {
  max-width: 750px;
  margin-top: 12px;
  color: #62777e;
  font-size: 15px;
  line-height: 1.7;
}

.legacy-service__hero-extra p {
  margin: 8px 0 0;
}

.legacy-service__hero-actions,
.legacy-service__founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.legacy-service__ghost {
  border: 1px solid rgba(8,45,50,.14) !important;
  background: rgba(255,255,255,.62) !important;
  color: var(--ink) !important;
  backdrop-filter: blur(12px);
}

.legacy-service__hero-media-inner {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 18px;
  border-radius: 34px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 30px 80px rgba(25,76,98,.14);
  backdrop-filter: blur(20px);
}

.legacy-service__hero-image {
  width: 100%;
  height: 100%;
  max-height: 470px;
  object-fit: contain;
  border-radius: 23px;
}

.legacy-service__hero-chip {
  position: absolute;
  right: 28px;
  bottom: 28px;
  padding: 10px 15px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg,#ff6b38,#ff4d2e);
  box-shadow: 0 12px 26px rgba(202,70,34,.20);
  font-size: 12px;
  font-weight: 600;
}

.legacy-service__intro-strip {
  border-top: 1px solid rgba(8,45,50,.06);
  border-bottom: 1px solid rgba(8,45,50,.06);
  background: #fff;
}

.legacy-service__intro-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.legacy-service__intro-grid span {
  padding: 25px 26px;
  color: #47636c;
  border-right: 1px solid rgba(8,45,50,.07);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.legacy-service__intro-grid span:last-child {
  border-right: 0;
}

.legacy-service__feature {
  padding: 108px 0;
  background: #fff;
}

.legacy-service__feature:nth-of-type(even) {
  background: #f7f9fa;
}

.legacy-service__feature-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(400px,.82fr);
  gap: 70px;
  align-items: center;
}

.legacy-service__feature--reverse .legacy-service__feature-copy {
  order: 2;
}

.legacy-service__feature--reverse .legacy-service__feature-media {
  order: 1;
}

.legacy-service__feature h2,
.legacy-service__section-head h2,
.legacy-service__founder-copy h2 {
  max-width: 860px;
  margin: 11px 0 0;
  color: var(--ink);
  font-size: clamp(36px,3.6vw,58px);
  line-height: 1.08;
  letter-spacing: -.043em;
  font-weight: 400;
  text-wrap: balance;
}

.legacy-service__copy {
  max-width: 790px;
  margin-top: 20px;
  color: #5f747b;
  font-size: 17px;
  line-height: 1.82;
}

.legacy-service__copy p {
  margin: 12px 0 0;
}

.legacy-service__copy p:first-child {
  margin-top: 0;
}

.legacy-service__copy ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.legacy-service__visual,
.legacy-service__comparison,
.legacy-service__visual-grid {
  min-width: 0;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 10%,rgba(74,177,255,.15),transparent 32%),
    #eef4f6;
  border: 1px solid rgba(8,45,50,.07);
}

.legacy-service__visual {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 22px;
}

.legacy-service__visual img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 19px;
}

.legacy-service__visual--logo {
  min-height: 250px;
}

.legacy-service__visual--logo img {
  max-width: 76%;
  max-height: 140px;
}

.legacy-service__visual-grid,
.legacy-service__comparison {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1px;
}

.legacy-service__visual-grid figure,
.legacy-service__comparison figure {
  min-width: 0;
  min-height: 390px;
  position: relative;
  margin: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #eef4f6;
}

.legacy-service__visual-grid img,
.legacy-service__comparison img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.legacy-service__comparison figure span {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(11,41,50,.78);
  font-size: 11px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.legacy-service__mini-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  margin-top: 28px;
}

.legacy-service__mini-grid article {
  padding: 20px;
  border-radius: 18px;
  background: #f5f8f9;
  border: 1px solid rgba(8,45,50,.07);
}

.legacy-service__mini-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}

.legacy-service__mini-grid p {
  margin: 9px 0 0;
  color: #64797f;
  font-size: 14px;
  line-height: 1.65;
}

.legacy-service__calculator-section {
  padding: 108px 0;
  background:
    radial-gradient(circle at 8% 15%,rgba(74,177,255,.10),transparent 32%),
    #f7f9fa;
}

.legacy-service__section-head {
  max-width: 940px;
  margin-bottom: 40px;
}

.legacy-service__section-head > p {
  max-width: 720px;
  margin: 15px 0 0;
  color: #61777e;
  font-size: 16px;
  line-height: 1.75;
}

.legacy-service__related {
  padding: 108px 0;
  background: #f7f9fa;
}

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

.legacy-service__related-card {
  min-height: 180px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(8,45,50,.07);
  color: var(--ink);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.legacy-service__related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(22,63,78,.08);
}

.legacy-service__related-card span {
  color: #73868c;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.legacy-service__related-card strong {
  max-width: 250px;
  margin-top: 9px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}

.legacy-service__related-card b {
  position: absolute;
  right: 22px;
  top: 22px;
  color: #1462cf;
  font-size: 18px;
}

.legacy-service__founder-cta {
  padding: 108px 0;
  color: #fff;
  background:
    radial-gradient(circle at 8% 12%,rgba(49,154,235,.30),transparent 32%),
    radial-gradient(circle at 88% 80%,rgba(255,96,47,.21),transparent 29%),
    linear-gradient(135deg,#26384f 0%,#334358 43%,#163c44 100%);
}

.legacy-service__founder-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 80px;
  align-items: center;
}

.legacy-service__founder-cta .legacy-service__eyebrow {
  color: #8ed5ff;
}

.legacy-service__founder-copy h2 {
  color: #fff;
}

.legacy-service__founder-copy > p {
  max-width: 740px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.75;
}

.legacy-service__founder-actions {
  align-items: center;
}

.legacy-service__email {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-underline-offset: 4px;
}

.legacy-service__founder-card {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
}

.legacy-service__founder-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center top;
}

.legacy-service__founder-card div {
  display: grid;
  gap: 3px;
  padding: 18px 20px;
}

.legacy-service__founder-card strong {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.legacy-service__founder-card span {
  color: rgba(255,255,255,.62);
  font-size: 12px;
}

@media (max-width:1120px) {
  .legacy-service__hero-grid,
  .legacy-service__feature-grid,
  .legacy-service__founder-grid {
    grid-template-columns: 1fr;
  }

  .legacy-service__feature--reverse .legacy-service__feature-copy,
  .legacy-service__feature--reverse .legacy-service__feature-media {
    order: initial;
  }

  .legacy-service__hero-media-inner {
    min-height: 400px;
  }

  .legacy-service__founder-card {
    max-width: 420px;
  }
}

@media (max-width:820px) {
  .legacy-service__shell,
  .legacy-service__hero-shell {
    width: calc(100% - 40px);
  }

  .legacy-service__hero-grid {
    padding: 35px 0 75px;
  }

  .legacy-service__intro-grid,
  .legacy-service__related-grid {
    grid-template-columns: 1fr;
  }

  .legacy-service__intro-grid span {
    border-right: 0;
    border-bottom: 1px solid rgba(8,45,50,.07);
  }

  .legacy-service__feature,
  .legacy-service__related,
  .legacy-service__calculator-section,
  .legacy-service__founder-cta {
    padding: 82px 0;
  }

  .legacy-service__mini-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width:620px) {
  .legacy-service__shell,
  .legacy-service__hero-shell {
    width: calc(100% - 30px);
  }

  .legacy-service__hero h1 {
    font-size: 11vw;
  }

  .legacy-service__hero-actions,
  .legacy-service__founder-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .legacy-service__hero-actions .btn,
  .legacy-service__founder-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .legacy-service__hero-media-inner {
    min-height: 300px;
    padding: 10px;
    border-radius: 24px;
  }

  .legacy-service__visual-grid,
  .legacy-service__comparison {
    grid-template-columns: 1fr;
  }

  .legacy-service__visual-grid figure,
  .legacy-service__comparison figure,
  .legacy-service__visual-grid img,
  .legacy-service__comparison img {
    min-height: 280px;
  }

  .legacy-service__founder-card {
    max-width: 100%;
  }
}
