:root {
  --bg: #f3f8ff;
  --bg-soft: #eaf2ff;
  --surface: #ffffff;
  --line: #d9e6fb;
  --text: #0f2547;
  --muted: #506a90;
  --brand: #3b9edb;
  --brand-2: #68b9ea;
  --ok: #0f8f5d;
  --radius: 18px;
  --shadow: 0 14px 40px rgba(15, 44, 92, 0.10);
  --font-body: "Be Vietnam Pro", sans-serif;
  --font-heading: "Montserrat", sans-serif;
  --header-offset: 116px;
  --hero-content-offset: 18px;
  --hero-vertical-space: clamp(2.55rem, 4.1vw, 3.2rem);
  --section-alt-a: #ffffff;
  --section-alt-b: #f8fbff;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html {
  margin-top: 0 !important;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: #ffffff;
  line-height: 1.5;
}

.container {
  width: min(1160px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.logo {
  font-family: var(--font-heading);
  font-weight: 700;
  text-decoration: none;
  color: var(--text);
  letter-spacing: 0.04em;
}

.btn {
  border: none;
  border-radius: 999px;
  padding: 0.78rem 1.1rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  color: #fff;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  box-shadow: 0 8px 24px rgba(10, 102, 255, 0.25);
}

.btn-outline {
  color: var(--text);
  border: 1px solid var(--line);
  background: var(--surface);
}

.btn-ghost {
  color: var(--brand);
  border: 1px solid #bcd2ff;
  background: #f7fbff;
}

/* ===== Home Hero ===== */
.hero {
  margin-top: -25px;
  padding: calc(var(--header-offset) + var(--hero-content-offset) + var(--hero-vertical-space)) 0 var(--hero-vertical-space);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: transparent;
  background-image: linear-gradient(145deg, #083b67 0%, #0a4f7f 48%, #0b6b95 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("../images/hero/bg_bighero.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.hero .hero-grid {
  position: relative;
  z-index: 1;
}

.hero .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(1rem, 1.8vw, 1.5rem);
  align-items: stretch;
}

.hero .hero-main {
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
  min-height: 100%;
}

.hero .hero-main > * {
  margin-top: 0;
  margin-bottom: 0;
}

.hero .kicker {
  color: #d5ecff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 800;
}

.hero h1 {
  color: #ffffff;
  line-height: 1.14;
  font-size: clamp(1.8rem, 3.15vw, 2.55rem);
  max-width: 13.5ch;
  text-wrap: pretty;
}

.hero .lead {
  color: #e4f1ff;
  max-width: 56ch;
  font-size: 0.96rem;
  line-height: 1.64;
}

.hero .hero-focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(219, 237, 252, 0.6);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.54rem 0.95rem;
  width: fit-content;
  max-width: 100%;
  box-shadow: 0 10px 22px rgba(9, 38, 70, 0.22);
}

.hero .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.66rem;
}

.hero .hero-main > .actions {
  width: auto;
  display: flex;
  align-items: center;
}

.hero .hero-main > .actions .btn {
  width: auto;
  white-space: nowrap;
}

.hero .btn-primary {
  background: linear-gradient(92deg, #ff8a4c 0%, #ff5f4f 52%, #ff4f6b 100%);
  box-shadow: 0 16px 34px rgba(255, 93, 77, 0.34);
}

.hero .btn-primary:hover {
  box-shadow: 0 18px 36px rgba(255, 93, 77, 0.42);
}

.hero .btn-ghost {
  color: #ffffff;
  border-color: rgba(222, 239, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.hero .hero-points {
  padding-left: 1.15rem;
  color: #dceeff;
  font-size: 0.92rem;
  line-height: 1.62;
}

.hero .hero-points li {
  margin-top: 0.28rem;
}

.hero .stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.66rem;
  margin-top: auto;
}

.hero .stats article {
  border: 1px solid rgba(183, 220, 248, 0.4);
  border-radius: 14px;
  padding: 0.78rem 0.8rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  position: relative;
}

.hero .stats article::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ff8454;
  box-shadow: 0 0 0 4px rgba(255, 132, 84, 0.2);
}

.hero .stats strong,
.hero .stats span {
  color: #eef8ff;
}

.hero .stats strong {
  display: block;
  font-size: 1.14rem;
  font-weight: 800;
  padding-left: 0.58rem;
}

.hero .stats span {
  display: block;
  margin-top: 0.14rem;
  font-size: 0.82rem;
  color: #d9ecff;
  padding-left: 0.58rem;
}

.hero .snapshot {
  border: 1px solid rgba(179, 216, 244, 0.56);
  border-radius: 20px;
  padding: 0.96rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 52px rgba(5, 28, 54, 0.28);
  backdrop-filter: blur(6px);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.68rem;
}

.hero .snapshot h2,
.hero .snapshot span,
.hero .snapshot li,
.hero .snapshot b {
  color: #eaf6ff;
}

.hero .snapshot ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero .snapshot li {
  display: flex;
  justify-content: space-between;
  gap: 0.9rem;
  border-bottom: 1px solid rgba(198, 226, 247, 0.34);
  padding: 0.64rem 0.08rem;
}

.hero .snapshot li:last-child {
  border-bottom: none;
}

.hero .hero-image-wrap {
  border: 1px solid rgba(179, 214, 242, 0.52);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0;
}

.hero .hero-image {
  display: block;
  width: 100%;
  height: 214px;
  object-fit: cover;
}

.hero .hero-image-mini {
  margin: 0;
  display: grid;
  grid-template-columns: 102px 1fr;
  gap: 0.52rem;
  align-items: center;
}

.hero .hero-image-mini-photo {
  width: 102px;
  height: 74px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(179, 214, 242, 0.52);
}

.hero .hero-mini-badge {
  border: 1px solid rgba(179, 214, 242, 0.52);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.46rem 0.54rem;
}

.hero .hero-mini-badge strong,
.hero .hero-mini-badge span {
  color: #ecf7ff;
}

.hero .snapshot .actions {
  margin-top: auto;
}

@media (max-width: 1080px) {
  :root {
    --header-offset: 78px;
    --hero-content-offset: 12px;
    --hero-vertical-space: clamp(2rem, 4vw, 2.8rem);
  }

  .hero {
    padding-top: calc(var(--header-offset) + var(--hero-content-offset) + var(--hero-vertical-space));
  }

  .hero .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero .hero-main {
    gap: 0.8rem;
  }

  .hero h1 {
    max-width: 15ch;
    font-size: clamp(1.7rem, 4.2vw, 2.2rem);
  }

  .hero .snapshot {
    max-width: 720px;
  }
}

@media (max-width: 700px) {
  :root {
    --header-offset: 78px;
    --hero-content-offset: 8px;
    --hero-vertical-space: 1.7rem;
  }

  .hero {
    padding: calc(var(--header-offset) + var(--hero-content-offset) + var(--hero-vertical-space)) 0 var(--hero-vertical-space);
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.72rem, 7.6vw, 2.3rem);
  }

  .hero .lead {
    font-size: 0.9rem;
  }

  .hero .hero-focus {
    border-radius: 12px;
    font-size: 0.82rem;
    padding: 0.44rem 0.7rem;
    width: fit-content;
    max-width: 100%;
  }

  .hero .hero-main > .actions {
    width: auto;
    display: flex;
  }

  .hero .hero-points {
    display: none;
  }

  .hero .stats {
    grid-template-columns: 1fr;
  }

  .hero .hero-image {
    height: 180px;
  }

  .hero .hero-image-mini {
    grid-template-columns: 1fr;
  }

  .hero .hero-image-mini-photo {
    width: 100%;
    height: 112px;
  }

  .hero .snapshot li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .hero .snapshot b {
    text-align: left;
  }

  .hero .hero-mini-badge strong {
    font-size: 0.8rem;
  }

  .hero .hero-mini-badge span {
    font-size: 0.74rem;
    line-height: 1.4;
  }
}

.section-label {
  margin: 0;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.75rem;
  font-weight: 800;
}

h1, h2, h3 {
  margin: 0;
  font-family: var(--font-heading);
  line-height: 1.15;
}

h1 {
  margin-top: 0.58rem;
  font-size: clamp(1.9rem, 3.5vw, 2.95rem);
  color: #0a2d54;
  line-height: 1.12;
}

h2 { font-size: clamp(1.35rem, 2.8vw, 2rem); }
h3 { font-size: 1.1rem; }

.lead {
  margin-top: 1.05rem;
  color: #335a84;
  max-width: 61ch;
  font-size: 1.04rem;
  line-height: 1.66;
}

.actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.stats {
  margin-top: 1.36rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.stats-compact-top {
  margin-top: 1rem;
}

.stats article {
  border: 1px solid #c8ddf4;
  border-radius: 14px;
  padding: 0.88rem;
  background: linear-gradient(180deg, #ffffff, #eef7ff);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.stats article:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.stats strong {
  display: block;
  font-size: 1.24rem;
  color: #14487c;
}

.stats span {
  color: var(--muted);
  font-size: 0.9rem;
}


.section { margin-top: 0; }
.section-soft {
  margin-top: 0;
  padding: 0;
}

.section-band {
  border-radius: 18px;
  border: none;
  box-shadow: none;
  padding: 1.2rem 1rem;
}

.section-band-white {
  background: var(--section-alt-a);
}

.section-band-light {
  background: var(--section-alt-b);
}

.section-band-soft {
  background: var(--section-alt-a);
}

body.home main > section:not(.hero):nth-of-type(odd).section-band,
body.home main > section:not(.hero):nth-of-type(odd) .section-band {
  background: var(--section-alt-a) !important;
  border: none !important;
}

body.home main > section:not(.hero):nth-of-type(even).section-band,
body.home main > section:not(.hero):nth-of-type(even) .section-band {
  background: var(--section-alt-b) !important;
  border: none !important;
}

.partners { margin-top: 0; }
.partner-strip {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.6rem;
}

.partner-strip span {
  border: 1px dashed #bfd4fb;
  background: #fafdff;
  border-radius: 999px;
  text-align: center;
  font-weight: 700;
  color: #5c78a6;
  padding: 0.58rem 0.5rem;
}

.partner-logos {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.partner-logo-card {
  min-height: 82px;
  border: 1px solid #d5e6f8;
  border-radius: 14px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.9rem;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(17, 60, 106, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.partner-logo-card:hover {
  transform: translateY(-2px);
  border-color: #b8d8f2;
  box-shadow: 0 14px 26px rgba(17, 60, 106, 0.12);
}

.partner-logo-card img {
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
  filter: saturate(0.96) contrast(1.02);
}

.section-head {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
}

.cards-3,
.cards-2 {
  display: grid;
  gap: 0.75rem;
}

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

.card,
.quote-card {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(15, 44, 92, 0.16);
}

.card p,
.quote-card p,
.muted {
  color: var(--muted);
}

.card ul {
  margin: 0.6rem 0 0;
  padding-left: 1rem;
  color: var(--muted);
}

.card li { margin-top: 0.35rem; }

.testimonials-section {
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  inset: -12% -10% auto -10%;
  height: 86%;
  background:
    radial-gradient(520px 220px at 8% 10%, rgba(59, 158, 219, 0.22), rgba(59, 158, 219, 0) 74%),
    radial-gradient(460px 200px at 94% 12%, rgba(255, 124, 84, 0.18), rgba(255, 124, 84, 0) 76%);
  pointer-events: none;
}

.testimonials-section > * {
  position: relative;
  z-index: 1;
}

.testimonial-proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.testimonial-proof-chips span {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  border: 1px solid #bad9f2;
  background: linear-gradient(180deg, #ffffff 0%, #edf6ff 100%);
  color: #1f4d7f;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 8px 16px rgba(28, 88, 152, 0.1);
}

.testimonial-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
  gap: 0.95rem;
  align-items: stretch;
}

.testimonial-panels {
  min-width: 0;
}

.testimonial-panel {
  border: 1px solid #b8d7f2;
  border-radius: 20px;
  background: linear-gradient(160deg, #ffffff 0%, #f0f8ff 58%, #ebf6ff 100%);
  box-shadow: 0 18px 34px rgba(15, 52, 96, 0.14);
}

.testimonial-panel.is-active {
  border-color: #5ca9df;
  box-shadow:
    0 20px 36px rgba(14, 58, 108, 0.18),
    0 0 0 2px rgba(92, 169, 223, 0.24);
}

.testimonial-panel.is-active .testimonial-main blockquote {
  color: #0f3c6e;
}

.testimonial-panel.is-active .testimonial-author strong {
  color: #0a4a8c;
}

.testimonial-main {
  position: relative;
  padding: 1.2rem 1.25rem;
}

.testimonial-quote-mark {
  position: absolute;
  top: 0.1rem;
  left: 0.85rem;
  color: rgba(35, 134, 201, 0.36);
  font-size: 4.4rem;
  line-height: 1;
  font-family: Georgia, serif;
  pointer-events: none;
}

.testimonial-main blockquote {
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 1.08rem;
  line-height: 1.74;
  color: #123864;
  font-weight: 600;
  text-wrap: pretty;
}

.testimonial-author {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.85rem;
  border-top: 1px solid #d2e5f8;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 999px;
  border: 2px solid #b8daf5;
  flex-shrink: 0;
  box-shadow: 0 10px 18px rgba(20, 73, 129, 0.16);
}

.testimonial-author strong {
  display: block;
  color: #143f73;
  font-size: 1rem;
}

.testimonial-author span {
  display: block;
  margin-top: 0.1rem;
  color: #5c789e;
  font-size: 0.9rem;
}

.testimonial-tabs {
  display: grid;
  gap: 0.52rem;
}

.testimonial-tab {
  width: 100%;
  text-align: left;
  border: 1px solid #c8ddf3;
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
  border-radius: 14px;
  padding: 0.52rem 0.64rem;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 0.62rem;
  color: #1f4d7f;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.testimonial-tab:hover {
  border-color: #a7cdee;
  background: linear-gradient(180deg, #ffffff 0%, #edf7ff 100%);
  box-shadow: 0 10px 18px rgba(22, 74, 132, 0.1);
}

.testimonial-tab.is-active {
  border-color: #6aaee1;
  background: linear-gradient(135deg, #ffffff 0%, #e6f4ff 100%);
  transform: translateX(-3px);
  box-shadow:
    0 14px 24px rgba(20, 79, 142, 0.15),
    0 0 0 2px rgba(77, 161, 224, 0.22);
}

.testimonial-tab img {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #a7d0ef;
}

.testimonial-tab strong {
  display: block;
  font-size: 0.92rem;
  color: #103f74;
  line-height: 1.3;
}

.testimonial-tab small {
  display: block;
  color: #4b739f;
  font-size: 0.8rem;
}

.testimonial-stats {
  margin-top: 0.8rem;
}

.testimonial-stats strong {
  color: #ff6e3a;
  text-shadow: 0 2px 10px rgba(255, 110, 58, 0.2);
}

.featured-service {
  border: 2px solid #7eaaf9;
  background: linear-gradient(180deg, #ffffff, #edf4ff);
}

.service-tag {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: #0847b7;
  background: #dfeeff;
  border: 1px solid #bdd6ff;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  padding: 0.15rem 0.5rem;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 0 0.45rem 0;
  border-radius: 10px;
  color: #134fae;
  border: 1px solid #bfd6ff;
  background: linear-gradient(180deg, #f4f9ff, #eaf3ff);
  font-size: 0.74rem;
  font-weight: 800;
}

.service-photo {
  padding: 2px;
}

.service-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.services-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.85rem;
}

.services-ecosystem-banner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  border: 1px solid #c8ddf2;
  border-radius: 16px;
  padding: 0.95rem;
  margin: -0.2rem 0 0.95rem;
  background:
    radial-gradient(360px 120px at 0% 0%, rgba(82, 167, 224, 0.14), transparent 72%),
    radial-gradient(340px 130px at 100% 100%, rgba(255, 136, 92, 0.12), transparent 72%),
    linear-gradient(180deg, #fafdff 0%, #f3f9ff 100%);
  box-shadow: 0 12px 24px rgba(16, 57, 103, 0.08);
  gap: 0.95rem;
}

.services-ecosystem-content {
  display: grid;
  align-content: center;
  gap: 0.54rem;
  padding: 0.15rem 0.12rem 0.08rem 0.16rem;
}

.services-ecosystem-title {
  margin: 0;
  color: #124674;
  font-weight: 800;
  font-size: 1rem;
}

.services-ecosystem-note {
  margin: 0;
  color: #4f7196;
  font-size: 0.95rem;
  line-height: 1.55;
}

.services-ecosystem-visual {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #c7ddf3;
  box-shadow: 0 10px 22px rgba(14, 53, 101, 0.14);
  min-height: 0;
  background: transparent;
}

.services-ecosystem-visual img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1021px) {
  .services-ecosystem-visual {
    aspect-ratio: 16 / 5.7;
  }

  .services-ecosystem-visual img {
    height: 100%;
    object-fit: cover;
    object-position: center 65%;
    transform: none;
  }
}

.section-services-highlight {
  position: relative;
  overflow: hidden;
}

.section-services-highlight::before {
  content: "";
  position: absolute;
  inset: -18% -8% auto -8%;
  height: 82%;
  background:
    radial-gradient(520px 220px at 10% 18%, rgba(109, 182, 234, 0.16), rgba(109, 182, 234, 0) 72%),
    radial-gradient(460px 210px at 88% 8%, rgba(255, 142, 102, 0.14), rgba(255, 142, 102, 0) 74%);
  pointer-events: none;
  z-index: 0;
}

.section-services-highlight > * {
  position: relative;
  z-index: 1;
}

.service-bento {
  --sb-from: #fafdff;
  --sb-mid: #edf6ff;
  --sb-to: #e2efff;
  --sb-border: #cce1f5;
  --sb-tint: rgba(120, 180, 230, 0.18);
  --sb-icon-tint: rgba(115, 176, 230, 0.2);
  grid-column: span 4;
  border: 1px solid var(--sb-border);
  border-radius: 18px;
  background:
    radial-gradient(180px 84px at 100% -8%, var(--sb-tint), transparent 74%),
    linear-gradient(155deg, var(--sb-from) 0%, var(--sb-mid) 58%, var(--sb-to) 100%);
  box-shadow: 0 12px 24px rgba(15, 54, 102, 0.1);
  color: #153f70;
  text-decoration: none;
  padding: 1rem 1rem 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-bento:hover,
.service-bento:focus-visible {
  transform: translateY(-5px);
  border-color: #9ec5ea;
  box-shadow: 0 18px 30px rgba(12, 46, 88, 0.14);
  outline: none;
}

.service-bento:hover .service-bento-icon,
.service-bento:focus-visible .service-bento-icon {
  transform: translateY(-2px);
  box-shadow: 0 10px 16px rgba(17, 61, 110, 0.22);
}

.service-bento--featured {
  --sb-border: #b6d6ef;
  --sb-icon-tint: rgba(255, 170, 136, 0.26);
  grid-column: span 8;
  grid-row: span 2;
  border-color: #9fcaf0;
  background:
    radial-gradient(360px 160px at 95% -34%, rgba(255, 186, 154, 0.16), transparent 72%),
    linear-gradient(165deg, #fffdf9 0%, #eef7ff 48%, #ffe9df 100%);
  padding: 1.2rem 1.25rem 1.15rem;
  box-shadow:
    0 18px 34px rgba(14, 59, 108, 0.16),
    0 0 0 1px rgba(191, 226, 252, 0.72) inset;
  position: relative;
}

.service-bento--hosting {
  --sb-from: #f7fdff;
  --sb-mid: #e2f4ff;
  --sb-to: #d7ecff;
  --sb-border: #c8e2f6;
  --sb-tint: rgba(105, 196, 242, 0.3);
  --sb-icon-tint: rgba(105, 196, 242, 0.28);
}

.service-bento--vps {
  --sb-from: #fbfaff;
  --sb-mid: #efe9ff;
  --sb-to: #e6deff;
  --sb-border: #d8cdf7;
  --sb-tint: rgba(170, 132, 255, 0.26);
  --sb-icon-tint: rgba(170, 132, 255, 0.3);
}

.service-bento--cloud {
  --sb-from: #f6fffd;
  --sb-mid: #e4fbf6;
  --sb-to: #d9f5ed;
  --sb-border: #bfe8de;
  --sb-tint: rgba(102, 219, 186, 0.25);
  --sb-icon-tint: rgba(102, 219, 186, 0.28);
}

.service-bento--server {
  --sb-from: #f9fcff;
  --sb-mid: #eaf1ff;
  --sb-to: #dee8ff;
  --sb-border: #c5d5f5;
  --sb-tint: rgba(118, 153, 232, 0.24);
  --sb-icon-tint: rgba(118, 153, 232, 0.28);
}

.service-bento--email {
  --sb-from: #fffafc;
  --sb-mid: #ffedf4;
  --sb-to: #ffe3ee;
  --sb-border: #f2cadc;
  --sb-tint: rgba(255, 151, 196, 0.24);
  --sb-icon-tint: rgba(255, 151, 196, 0.3);
}

.service-bento-badge {
  position: absolute;
  top: 0.92rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  padding: 0.24rem 0.56rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8c56 0%, #ff5f63 100%);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  box-shadow: 0 8px 14px rgba(255, 104, 78, 0.28);
}

.service-bento-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background:
    radial-gradient(120px 56px at 30% 12%, var(--sb-icon-tint), rgba(255, 255, 255, 0) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 247, 255, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 14px rgba(17, 61, 110, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.service-bento-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-bento h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.26;
  color: #103f73;
}

.service-bento p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.52;
  color: #4f7197;
}

.service-bento--featured h3 {
  font-size: 1.34rem;
}

.service-bento--featured p {
  max-width: 58ch;
}

.service-bento--featured ul {
  margin: 0.2rem 0 0;
  padding-left: 1rem;
  color: #3f648f;
  font-size: 0.9rem;
  line-height: 1.55;
}

.service-bento--featured .actions {
  margin-top: auto;
}

.service-bento--featured .btn-primary {
  background: linear-gradient(96deg, #ff8d52 0%, #ff7055 56%, #ff5f7e 100%);
  box-shadow: 0 12px 24px rgba(255, 103, 83, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.service-bento--featured .btn-primary:hover {
  box-shadow: 0 16px 30px rgba(255, 103, 83, 0.4);
}

.service-bento--featured .btn-primary::after {
  content: "→";
  font-size: 0.96em;
  font-weight: 800;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.service-bento--featured .btn-primary:hover::after {
  transform: translateX(3px);
}

.section-colocation {
  margin-top: 0;
  padding: 0;
}

.featured-colocation {
  display: grid;
  gap: 1rem;
}

.featured-colocation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1rem;
  align-items: stretch;
}

.featured-colocation-main {
  display: grid;
  gap: 0.76rem;
  align-content: start;
  height: 100%;
  border: 1px solid #c8dcf2;
  border-radius: 14px;
  background:
    radial-gradient(220px 120px at 8% -18%, rgba(255, 210, 160, 0.2), transparent 75%),
    linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  box-shadow: 0 10px 20px rgba(14, 52, 97, 0.08);
  padding: 0.96rem 1rem;
}

.featured-colocation-main .actions {
  margin-top: auto;
}

.featured-colocation .muted,
.featured-colocation-points,
.featured-colocation-offer p,
.featured-colocation-offer ul {
  font-size: 1rem;
}

.featured-colocation-main .btn-primary {
  background: linear-gradient(96deg, #ff8d52 0%, #ff7055 56%, #ff5f7e 100%);
  box-shadow: 0 12px 24px rgba(255, 103, 83, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.featured-colocation-main .btn-primary:hover {
  box-shadow: 0 16px 30px rgba(255, 103, 83, 0.4);
}

.featured-colocation-promo {
  margin-top: 0.62rem;
  border: 1px solid #ffd8c2;
  border-radius: 12px;
  background:
    radial-gradient(220px 90px at 100% -35%, rgba(255, 185, 150, 0.28), transparent 72%),
    linear-gradient(110deg, #fff8f3 0%, #fff1e7 100%);
  box-shadow: 0 10px 20px rgba(255, 130, 85, 0.14);
  padding: 0.64rem 0.72rem;
  color: #5d6f86;
  display: grid;
  gap: 0.22rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.featured-colocation-promo:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(255, 130, 85, 0.2);
}

.featured-colocation-promo__tag {
  display: inline-flex;
  width: fit-content;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: linear-gradient(95deg, #ff8e43 0%, #ff6a47 52%, #ff4f6b 100%);
  border-radius: 999px;
  padding: 0.2rem 0.5rem;
}

.featured-colocation-promo strong {
  color: #174679;
  font-size: 0.98rem;
  line-height: 1.4;
}

.featured-colocation-promo__note {
  color: #5d7593;
  font-size: 0.92rem;
  line-height: 1.4;
}

.featured-colocation-points {
  margin: 0;
  padding-left: 1.05rem;
  color: #45698f;
  display: grid;
  gap: 0.42rem;
  line-height: 1.55;
}

.featured-colocation-offers {
  display: grid;
  gap: 0.64rem;
}

.featured-colocation-offer {
  border: 1px solid #c9ddf3;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  padding: 0.86rem 0.9rem;
  box-shadow: 0 10px 20px rgba(14, 52, 97, 0.08);
  position: relative;
}

.featured-colocation-offer h3 {
  margin: 0 0 0.28rem;
  font-size: 1rem;
  color: #164679;
}

.featured-colocation-offer p {
  margin: 0;
  color: #4d7097;
  font-size: 1rem;
  line-height: 1.5;
}

.featured-colocation-price {
  margin: 0.08rem 0 0.28rem !important;
  color: #f07d32 !important;
  font-size: 1.58rem !important;
  font-weight: 800;
  line-height: 1.15 !important;
}

.featured-colocation-price span {
  margin-left: 0.2rem;
  color: #1f4f83;
  font-size: 0.56em;
  font-weight: 700;
}

.featured-colocation-offer ul {
  margin: 0.45rem 0 0;
  padding-left: 1rem;
  color: #45698f;
  font-size: 0.98rem;
  line-height: 1.5;
  display: grid;
  gap: 0.26rem;
}

.featured-colocation-offer--recommended {
  border-color: #ffc9a8;
  background:
    radial-gradient(220px 90px at 100% -30%, rgba(255, 164, 120, 0.18), transparent 72%),
    linear-gradient(180deg, #fffdfb 0%, #fff3ea 100%);
}

.featured-offer-badge {
  position: absolute;
  top: 0.62rem;
  right: 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  padding: 0.16rem 0.48rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9f66 0%, #ff7a67 100%);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}

.featured-colocation-proof {
  border: 1px solid #c6ddf5;
  border-radius: 14px;
  background: linear-gradient(180deg, #fafdff 0%, #f1f8ff 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
  padding: 0.78rem 0.8rem;
}

.featured-colocation-proof article {
  border: 1px dashed #b8d4f1;
  border-radius: 10px;
  padding: 0.58rem 0.6rem;
  background: rgba(255, 255, 255, 0.74);
}

.featured-colocation-proof strong {
  display: block;
  color: #164679;
  font-size: 1rem;
  font-weight: 800;
}

.featured-colocation-proof span {
  display: block;
  margin-top: 0.18rem;
  color: #4e7298;
  font-size: 0.83rem;
}

body.home main > section + section {
  margin-top: 3.25rem;
}

.colocation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.colocation-list {
  display: grid;
  gap: 0.6rem;
}

.colocation-list div {
  border: 1px solid #c7dafc;
  border-radius: 12px;
  background: #fff;
  padding: 0.8rem;
}

.colocation-list strong {
  display: block;
  font-size: 0.98rem;
}

.colocation-list span {
  color: var(--muted);
  font-size: 0.92rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.chips span {
  border: 1px solid #b6cdf8;
  background: #f8fbff;
  border-radius: 999px;
  color: #355a92;
  font-weight: 700;
  padding: 0.55rem 0.8rem;
}

.chips-compact-top {
  margin-top: 0.8rem;
}

.infra-modern-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.infra-modern-hero-media {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d4e7f8;
}

.infra-modern-hero-media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.infra-tabs {
  margin-top: 1.05rem;
  display: grid;
  gap: 0.9rem;
  max-width: 100%;
  overflow: visible;
}

.infra-tab-nav-wrap {
  position: relative;
}

.infra-tab-nav {
  display: none;
}

.infra-tab-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.56rem;
}

.infra-tab {
  border: 1px solid #c4d9ef;
  border-top: 3px solid #59b9bf;
  background: #f8fbff;
  color: #2e5f91;
  border-radius: 10px;
  padding: 0.68rem 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 64px;
  justify-content: flex-start;
  text-align: left;
}

.infra-tab img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.infra-tab:hover {
  border-color: #9fc5e7;
  transform: translateY(-1px);
}

.infra-tab.is-active {
  background: linear-gradient(115deg, #0a355e 0%, #11508a 100%);
  color: #ffffff;
  border-color: #0a3d6c;
  border-top-color: #ff8a4c;
  box-shadow: none;
}

.infra-tab-panels {
  border: 1px solid #c5ddf3;
  border-radius: 16px;
  background:
    radial-gradient(220px 90px at 100% -25%, rgba(255, 178, 132, 0.18), transparent 76%),
    linear-gradient(180deg, #f2f9ff 0%, #e9f3ff 100%);
  padding: 0;
  min-height: 500px;
  box-shadow: none;
}

.infra-tab-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 0.95rem;
  align-items: stretch;
  min-height: 460px;
  border-radius: 16px;
  padding: 1rem;
}

.infra-tab-panel[hidden] {
  display: none !important;
}

.infra-tab-content h3 {
  margin: 0 0 0.44rem;
  font-size: clamp(1.05rem, 1.25vw, 1.24rem);
  color: #154679;
}

.infra-tab-content p {
  margin: 0;
  color: #4e7297;
  line-height: 1.62;
  font-size: 0.95rem;
}

.infra-tab-content {
  border: 1px solid #d6e8f8;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  padding: 0.9rem;
  height: 100%;
}

.infra-tab-points {
  margin: 0.56rem 0 0;
  padding-left: 1.05rem;
  color: #4f7196;
  line-height: 1.55;
  display: grid;
  gap: 0.24rem;
  font-size: 0.95rem;
}

.infra-tab-gallery {
  display: grid;
  gap: 0.5rem;
  align-content: stretch;
  justify-items: stretch;
  height: 450px;
  border-radius: 14px;
  overflow: hidden;
}

.infra-tab-gallery img {
  width: 100%;
  border-radius: 0;
  border: 1px solid #d5e8f9;
  object-fit: cover;
  display: block;
  min-height: 0;
  height: 100%;
  max-height: none;
  background: transparent;
}

.infra-tab-gallery-1 {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}

.infra-tab-gallery-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
}

.infra-tab-gallery-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(175px, 1fr);
}

.infra-tab-gallery-3 img:first-child {
  grid-column: 1 / -1;
  min-height: 200px;
}

.infra-tab-slider {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #d5e8f9;
  background: #ffffff;
  min-height: 450px;
  height: 450px;
}

.infra-tab-slider-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.infra-tab-slide {
  display: none;
  margin: 0;
  width: 100%;
  height: 100%;
}

.infra-tab-slide.is-active {
  display: block;
}

.infra-tab-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #ffffff;
}

.infra-tab-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(12, 45, 79, 0.2);
  background: rgba(255, 255, 255, 0.9);
  color: #0d3d6b;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.infra-tab-slider-btn.prev {
  left: 0.55rem;
}

.infra-tab-slider-btn.next {
  right: 0.55rem;
}

.infra-tab-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 0.58rem;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 0.36rem;
  z-index: 2;
}

.infra-tab-slider-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  padding: 0;
}

.infra-tab-slider-dots button.is-active {
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(12, 61, 107, 0.3);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  padding-top: 0.1rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 18px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8cc5eb 0%, #b6d7f4 100%);
  z-index: 0;
}

.timeline article {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 1.05rem;
}

.timeline-dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  margin: 0 auto 0.55rem;
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px rgba(59, 158, 219, 0.2);
}

.timeline span {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #3b9edb, #68b9ea);
  padding: 0.16rem 0.52rem;
}

.timeline-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.76rem 0.72rem;
  background: #f9fcff;
}

.timeline article:nth-child(1) .timeline-dot,
.timeline article:nth-child(1) span {
  background: linear-gradient(90deg, #3b9edb 0%, #5cb5ec 100%);
}

.timeline article:nth-child(2) .timeline-dot,
.timeline article:nth-child(2) span {
  background: linear-gradient(90deg, #24a88b 0%, #3fc7a7 100%);
}

.timeline article:nth-child(3) .timeline-dot,
.timeline article:nth-child(3) span {
  background: linear-gradient(90deg, #f08a3e 0%, #ff6f4f 100%);
}

.timeline article:nth-child(4) .timeline-dot,
.timeline article:nth-child(4) span {
  background: linear-gradient(90deg, #7c63ff 0%, #5f86ff 100%);
}

.timeline h3 {
  margin-top: 0.48rem;
  font-size: 1rem;
}

.timeline p {
  margin: 0.42rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

blockquote {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #193967;
}

.pricing .price {
  margin-top: 0.5rem;
  font-weight: 800;
  color: var(--brand);
}

.server-pricing {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 0.95rem;
  align-items: start;
  min-width: 0;
}

.server-pricing-intro {
  border: none;
  border-radius: 14px;
  background: transparent;
  padding: 0.9rem 0.95rem;
}

.server-pricing-intro h2 {
  margin: 0.32rem 0 0.5rem;
}

.server-pricing-intro .muted {
  margin: 0;
  font-size: 0.95rem;
}

.server-pricing-points {
  margin: 0.65rem 0 0;
  padding-left: 1.02rem;
  color: #4f7195;
  display: grid;
  gap: 0.22rem;
  line-height: 1.55;
  font-size: 0.95rem;
}

.server-pricing-scroller-wrap {
  border: none;
  border-radius: 14px;
  background: transparent;
  padding: 0.74rem;
  min-width: 0;
  max-width: 100%;
}

.server-pricing-scroller {
  display: flex;
  gap: 0.66rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.12rem;
  cursor: grab;
  user-select: none;
  scroll-behavior: auto;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  min-width: 0;
  max-width: 100%;
}

.server-pricing-scroller.is-dragging {
  cursor: grabbing;
}

.server-pricing-scroller::-webkit-scrollbar {
  height: 5px;
}

.server-pricing-scroller::-webkit-scrollbar-thumb {
  background: #bfd7ef;
  border-radius: 999px;
}

.server-price-card {
  flex: 0 0 340px;
  min-height: 100%;
  border: 1px solid #cddff1;
  border-radius: 12px;
  background: #ffffff;
  padding: 0.9rem 0.95rem;
  box-shadow: none;
}

.server-price-card h3 {
  margin: 0;
  font-size: 1rem;
  color: #16477a;
}

.server-price {
  margin: 0.42rem 0 0.52rem !important;
  font-size: 1.56rem !important;
  line-height: 1.14 !important;
  color: #f07d32 !important;
  font-weight: 800;
}

.server-price span {
  color: #1e4e82;
  font-size: 0.54em;
  margin-left: 0.15rem;
  font-weight: 700;
}

.server-save {
  margin: -0.2rem 0 0.52rem;
  color: #2a8c68;
  font-size: 0.9rem;
  font-weight: 700;
}

.server-price-card ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #4f7195;
  font-size: 0.95rem;
  line-height: 1.55;
  display: grid;
  gap: 0.24rem;
}

.server-price-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.48rem;
}

.server-price-card li::before {
  content: "";
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 0.1rem;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  background-image: url("../images/pricing-icons/model.svg");
}

.server-price-card li:nth-child(2)::before { background-image: url("../images/pricing-icons/cpu.svg"); }
.server-price-card li:nth-child(3)::before { background-image: url("../images/pricing-icons/ram.svg"); }
.server-price-card li:nth-child(4)::before { background-image: url("../images/pricing-icons/ssd.svg"); }
.server-price-card li:nth-child(5)::before { background-image: url("../images/pricing-icons/rack.svg"); }
.server-price-card li:nth-child(6)::before { background-image: url("../images/pricing-icons/power.svg"); }
.server-price-card li:nth-child(7)::before { background-image: url("../images/pricing-icons/bandwidth.svg"); }
.server-price-card li:nth-child(8)::before { background-image: url("../images/pricing-icons/ip.svg"); }

.server-price-cta {
  margin-top: 0.55rem;
  display: inline-flex;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: linear-gradient(96deg, #ff8d52 0%, #ff7055 56%, #ff5f7e 100%);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.34rem 0.74rem;
  box-shadow: 0 10px 20px rgba(255, 103, 83, 0.24);
}

.server-price-cta:hover {
  box-shadow: 0 14px 24px rgba(255, 103, 83, 0.34);
  transform: translateY(-1px);
}

.server-price-card--featured {
  border-color: #ffc9a8;
  background:
    radial-gradient(180px 70px at 100% -26%, rgba(255, 170, 128, 0.2), transparent 74%),
    linear-gradient(180deg, #fffdfb 0%, #fff4eb 100%);
  box-shadow: none;
  transform: none;
}

.server-pricing-cta-main {
  background: linear-gradient(96deg, #ff8d52 0%, #ff7055 56%, #ff5f7e 100%);
  box-shadow: 0 12px 24px rgba(255, 103, 83, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.server-pricing-cta-main:hover {
  box-shadow: 0 16px 30px rgba(255, 103, 83, 0.4);
}

.usecase-head .muted {
  margin: 0;
  max-width: 72ch;
  font-size: 0.95rem;
}

.usecase-filters {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.usecase-filters span {
  border: 1px solid #c9dff3;
  background: #f3f9ff;
  color: #2e5f8f;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.26rem 0.62rem;
}

.usecase-filters .is-active {
  background: linear-gradient(92deg, #3b9edb 0%, #5bb3e9 100%);
  color: #ffffff;
  border-color: #3f9fd9;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.78rem;
}

.usecase-card {
  border: 1px solid #d6e6f7;
  border-radius: 14px;
  background: #ffffff;
  padding: 0.84rem 0.88rem 0.82rem;
  display: grid;
  gap: 0.38rem;
  box-shadow: 0 10px 20px rgba(14, 52, 97, 0.08);
  position: relative;
}

.usecase-card::before {
  content: "";
  position: absolute;
  left: 0.62rem;
  right: 0.62rem;
  top: 0.55rem;
  height: 4px;
  border-radius: 999px;
  background: #88bfeb;
}

.usecase-card h3 {
  margin-top: 0.34rem;
  font-size: 1.02rem;
  color: #164578;
}

.usecase-card .usecase-problem {
  margin: 0;
  color: #4f7196;
  font-size: 0.95rem;
  line-height: 1.54;
}

.usecase-card ul {
  margin: 0.15rem 0 0;
  padding-left: 1rem;
  color: #4f7196;
  font-size: 0.95rem;
  line-height: 1.5;
  display: grid;
  gap: 0.2rem;
}

.usecase-card a {
  margin-top: 0.26rem;
  width: fit-content;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0.34rem 0.74rem;
  background: linear-gradient(96deg, #ff8d52 0%, #ff7055 56%, #ff5f7e 100%);
  box-shadow: 0 10px 20px rgba(255, 103, 83, 0.24);
}

.usecase-card a:hover {
  box-shadow: 0 14px 24px rgba(255, 103, 83, 0.34);
  transform: translateY(-1px);
}

.usecase-card--ecommerce::before { background: linear-gradient(90deg, #3b9edb 0%, #5cb5ec 100%); }
.usecase-card--saas::before { background: linear-gradient(90deg, #24a88b 0%, #3fc7a7 100%); }
.usecase-card--media::before { background: linear-gradient(90deg, #f08a3e 0%, #ff6f4f 100%); }
.usecase-card--edutech::before { background: linear-gradient(90deg, #7c63ff 0%, #5f86ff 100%); }
.usecase-card--fintech::before { background: linear-gradient(90deg, #2f8f63 0%, #3cb482 100%); }
.usecase-card--sme::before { background: linear-gradient(90deg, #2e7fc0 0%, #57a7df 100%); }

.pricing .featured {
  border-color: #8fb6ff;
  background: linear-gradient(180deg, #ffffff, #f1f7ff);
}

.blog-card h3 a {
  color: var(--text);
  text-decoration: none;
}

.blog-card h3 a:hover {
  color: #155299;
}

.blog-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.15rem;
}

.blog-topics a {
  text-decoration: none;
  color: #2e5f92;
  border: 1px solid #cde2f6;
  background: #f5faff;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 700;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.blog-topics a:hover {
  color: #124e8e;
  border-color: #aecfeb;
  background: #ebf5ff;
}

.blog-topics a.is-active {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(94deg, #ff8e43 0%, #ff6a47 52%, #ff4f6b 100%);
}

.blog-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 0.92rem;
  align-items: stretch;
}

.blog-featured {
  border: 1px solid #bfd9f2;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
  box-shadow: 0 18px 36px rgba(16, 56, 103, 0.12);
  display: flex;
  flex-direction: column;
}

.blog-thumb-featured {
  margin: 0;
  border: 0;
  border-radius: 0;
  position: relative;
}

.blog-thumb-featured::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(7, 39, 76, 0) 0%, rgba(7, 39, 76, 0.52) 100%);
  pointer-events: none;
}

.blog-thumb-featured img {
  height: clamp(250px, 27vw, 332px);
}

.blog-featured-content {
  padding: 1rem 1.05rem 1.05rem;
  display: grid;
  gap: 0.52rem;
}

.blog-featured-content h3 {
  font-size: clamp(1.22rem, 2.2vw, 1.56rem);
  line-height: 1.3;
}

.blog-featured-content h3 a {
  color: #123e72;
  text-decoration: none;
}

.blog-featured-content h3 a:hover {
  color: #0a5ea9;
}

.blog-featured-link {
  margin-top: 0.22rem;
  width: fit-content;
  text-decoration: none;
  font-weight: 800;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0.42rem 0.84rem;
  background: linear-gradient(95deg, #ff8e43 0%, #ff6a47 52%, #ff4f6b 100%);
  box-shadow: 0 12px 22px rgba(255, 98, 76, 0.3);
}

.blog-featured-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 26px rgba(255, 98, 76, 0.38);
}

.blog-side-list {
  display: grid;
  gap: 0.72rem;
}

.blog-side-list .blog-card {
  box-shadow: 0 12px 24px rgba(16, 56, 103, 0.09);
}

.blog-side-list .blog-card .blog-thumb {
  margin-bottom: 0.55rem;
}

.blog-thumb {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  margin: -0.1rem -0.1rem 0.65rem;
  border: 1px solid #c7dafc;
  background: #f5faff;
}

.blog-thumb img {
  display: block;
  width: 100%;
  height: 176px;
  object-fit: cover;
}

.blog-meta {
  margin: 0 0 0.28rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #5278a8;
}

/* Typography baseline (exclude Hero) */
body.home main > section:not(.hero) {
  font-size: 16px;
}

body.home main > section:not(.hero) p,
body.home main > section:not(.hero) li,
body.home main > section:not(.hero) .muted,
body.home main > section:not(.hero) .card p,
body.home main > section:not(.hero) .quote-card p,
body.home main > section:not(.hero) .usecase-card .usecase-problem,
body.home main > section:not(.hero) .usecase-card ul,
body.home main > section:not(.hero) .server-pricing-points,
body.home main > section:not(.hero) .server-price-card ul,
body.home main > section:not(.hero) .timeline p,
body.home main > section:not(.hero) .infra-tab-content p,
body.home main > section:not(.hero) .infra-tab-points {
  font-size: 1rem;
  line-height: 1.6;
}

body.home main > section:not(.hero) .section-label,
body.home main > section:not(.hero) .blog-meta,
body.home main > section:not(.hero) .server-save,
body.home main > section:not(.hero) .usecase-filters span,
body.home main > section:not(.hero) .usecase-card a,
body.home main > section:not(.hero) .server-price-cta,
body.home main > section:not(.hero) .timeline span,
body.home main > section:not(.hero) .featured-colocation-promo__tag {
  font-size: 0.875rem;
}

.faq {
  display: grid;
  gap: 0.55rem;
}

details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  padding: 0.82rem 0.9rem;
}

summary {
  font-weight: 800;
  cursor: pointer;
}

details p {
  color: var(--muted);
  margin: 0.65rem 0 0;
}

.contact-box {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f6faff);
  padding: 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.lead-form {
  display: grid;
  gap: 0.55rem;
}

.contact-form-status {
  margin: 0 0 0.15rem;
  border-radius: 10px;
  padding: 0.56rem 0.68rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

.contact-form-status.is-success {
  background: #e9f9f0;
  border: 1px solid #bfe7cf;
  color: #1f7546;
}

.contact-form-status.is-error {
  background: #fff1f0;
  border: 1px solid #f3c7c2;
  color: #a13a30;
}

.clv-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
}

.contact-info-list {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.48rem;
}

.contact-info-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0.55rem;
  align-items: center;
  border: 1px solid #d9e8f9;
  border-radius: 12px;
  padding: 0.5rem 0.62rem;
  background: #fbfdff;
}

.contact-info-list strong {
  display: block;
  color: #1a4e80;
  font-size: 0.86rem;
  line-height: 1.2;
}

.contact-info-list li > div > span {
  display: block;
  margin-top: 0.08rem;
  color: #355f8c;
  font-size: 0.9rem;
  line-height: 1.45;
}

.contact-info-list .footer-icon {
  display: inline-flex;
  margin-top: 0;
}

.contact-info-list a {
  color: #166eb0;
  text-decoration: none;
}

.contact-info-list a:hover {
  text-decoration: underline;
}

.lead-form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.lead-form .btn {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
  padding: 0.88rem 1.25rem;
}

input {
  border: 1px solid #c5d8fa;
  border-radius: 10px;
  padding: 0.7rem 0.75rem;
  font: inherit;
  color: var(--text);
  background: #fff;
}

input:focus {
  outline: 2px solid #a9c7ff;
  border-color: #96bbff;
}

.clv-footer {
  margin-top: 2rem;
  color: #1d4b78;
  background: #ffffff;
  border-top: 1px solid #d6e9f8;
}

.footer-cta {
  border-bottom: 1px solid #9fd2f3;
  background:
    radial-gradient(760px 220px at 0% 0%, rgba(255, 255, 255, 0.22), transparent 64%),
    radial-gradient(660px 220px at 100% 0%, rgba(207, 237, 255, 0.22), transparent 66%),
    linear-gradient(145deg, #45a9e6 0%, #3b9edb 54%, #2d8ec9 100%);
}

.footer-cta-inner {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-kicker {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #d8efff;
  font-weight: 700;
}

.footer-cta-inner h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.15rem, 1.9vw, 1.55rem);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) 1fr 1fr minmax(240px, 1fr);
  gap: 1.1rem;
  padding: 1.45rem 0 1.15rem;
}

.footer-main > * {
  padding: 0.2rem 0.15rem;
}

.footer-brand p {
  margin: 0.7rem 0 0.95rem;
  color: #4a6f97;
  line-height: 1.6;
}

.footer-logo img {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8e2f6;
  background: linear-gradient(180deg, #ffffff, #f3f9ff);
}

.footer-social svg {
  width: 16px;
  height: 16px;
  fill: #2c6ea7;
}

.footer-col h4 {
  margin: 0 0 0.72rem;
  color: #123f70;
  font-size: 1rem;
}

.footer-col a {
  display: block;
  text-decoration: none;
  color: #3d648d;
  margin: 0.42rem 0;
  font-weight: 500;
}

.footer-col a:hover {
  color: #0f477c;
}

.footer-contact p {
  margin: 0.48rem 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #40678f;
}

.footer-icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4e0f6;
  background: linear-gradient(180deg, #ffffff, #f2f8ff);
  flex-shrink: 0;
}

.footer-icon svg {
  width: 15px;
  height: 15px;
  stroke: #2c6ea7;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact a {
  margin: 0;
  font-weight: 600;
}

.footer-badges {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.footer-badges span {
  padding: 0.36rem 0.6rem;
  border-radius: 999px;
  border: 1px solid #c4e1f7;
  color: #2f5f8f;
  font-size: 0.78rem;
  background: #f5fbff;
}

.footer-bottom {
  border-top: 1px solid #d5e9f8;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.footer-bottom p {
  margin: 0;
  color: #52759a;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer-bottom-links a {
  color: #4f7399;
  text-decoration: none;
  font-size: 0.93rem;
}

.footer-bottom-links a:hover {
  color: #0f477c;
}

@media (max-width: 1020px) {
  .split,
  .infra-modern-intro,
  .contact-box,
  .colocation-grid,
  .featured-colocation-grid {
    grid-template-columns: 1fr;
  }
  .cards-3,
  .timeline,
  .partner-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .server-pricing {
    grid-template-columns: 1fr;
  }

  .blog-showcase {
    grid-template-columns: 1fr;
  }

  .blog-featured-content h3 {
    font-size: 1.26rem;
  }

  .server-price-card {
    flex-basis: 300px;
  }

  .timeline::before {
    display: none;
  }
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .infra-tab-panel {
    grid-template-columns: 1fr;
    gap: 0.72rem;
    min-height: auto;
  }

  .infra-tab-gallery-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(170px, 1fr);
  }

  .section {
    margin-top: 0;
  }

  .section-soft {
    margin-top: 0;
    padding: 0;
  }

  .partners {
    margin-top: 0;
  }

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

  .testimonial-showcase {
    grid-template-columns: 1fr;
  }

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

  .featured-colocation-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-ecosystem-banner {
    grid-template-columns: 1fr;
    padding: 0.84rem 0.9rem 0.9rem;
    gap: 0.72rem;
  }

  .services-ecosystem-visual {
    border-radius: 12px;
  }

  .service-bento--featured {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  body.home main > section + section {
    margin-top: 2.6rem;
  }
}

@media (max-width: 700px) {
  .header-inner { min-height: 64px; }

  h1 {
    font-size: clamp(1.7rem, 7.4vw, 2.1rem);
    line-height: 1.2;
  }

  .lead {
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .cards-3,
  .cards-2,
  .timeline,
  .partner-strip,
  .stats {
    grid-template-columns: 1fr;
  }

  .usecase-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.14rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .usecase-filters::-webkit-scrollbar {
    display: none;
  }

  .usecase-filters span {
    white-space: nowrap;
  }

  .usecase-grid {
    grid-template-columns: 1fr;
  }

  .blog-featured {
    border-radius: 14px;
  }

  .contact-info-list li {
    grid-template-columns: 30px 1fr;
    padding: 0.46rem 0.54rem;
  }

  .blog-topics {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .blog-topics::-webkit-scrollbar {
    display: none;
  }

  .blog-topics a {
    white-space: nowrap;
  }

  .blog-thumb-featured img {
    height: 220px;
  }

  .blog-featured-content {
    padding: 0.84rem 0.86rem 0.92rem;
  }

  .blog-featured-content h3 {
    font-size: 1.12rem;
  }

  .testimonial-main {
    padding: 1rem;
  }

  .testimonial-main blockquote {
    font-size: 0.98rem;
    line-height: 1.66;
  }

  .testimonial-author strong {
    font-size: 0.92rem;
  }

  .testimonial-author span {
    font-size: 0.82rem;
  }

  .testimonial-tabs {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .testimonial-tabs::-webkit-scrollbar {
    display: none;
  }

  .testimonial-tab {
    min-width: 220px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    grid-template-columns: 40px 1fr;
    padding: 0.48rem 0.54rem;
  }

  .testimonial-tab img {
    width: 40px;
    height: 40px;
  }

  .testimonial-tab small {
    font-size: 0.76rem;
  }

  .server-pricing-intro,
  .server-pricing-scroller-wrap {
    padding: 0.58rem;
  }

  .server-price-card {
    flex-basis: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
  }

  .pricing {
    overflow: hidden;
  }

  body.home main > section:not(.hero) p,
  body.home main > section:not(.hero) li,
  body.home main > section:not(.hero) .muted,
  body.home main > section:not(.hero) .card p,
  body.home main > section:not(.hero) .quote-card p,
  body.home main > section:not(.hero) .usecase-card .usecase-problem,
  body.home main > section:not(.hero) .usecase-card ul,
  body.home main > section:not(.hero) .server-pricing-points,
  body.home main > section:not(.hero) .server-price-card ul,
  body.home main > section:not(.hero) .timeline p,
  body.home main > section:not(.hero) .infra-tab-content p,
  body.home main > section:not(.hero) .infra-tab-points {
    font-size: 0.95rem;
  }

  .timeline::before {
    display: none;
  }
  .btn {
    width: 100%;
    text-align: center;
  }
  .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .services-bento {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .infra-modern-hero-media img {
    height: 192px;
  }

  .infra-tab-nav-wrap {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
  }

  .infra-tab-nav {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #b9d2ea;
    background: rgba(255, 255, 255, 0.96);
    color: #1c4d7d;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    z-index: 2;
  }

  .infra-tab-nav.prev {
    left: 0.3rem;
  }

  .infra-tab-nav.next {
    right: 0.3rem;
  }

  .infra-tab-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.1rem 2.3rem 0.34rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .infra-tab-list::-webkit-scrollbar {
    display: none;
  }

  .infra-tab {
    width: auto;
    min-width: 190px;
    flex: 0 0 auto;
    justify-content: flex-start;
    scroll-snap-align: start;
  }

  .infra-tab-gallery-2,
  .infra-tab-gallery-3 {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .infra-tab-gallery img {
    min-height: 190px;
    height: auto;
    max-height: none;
  }

  .infra-tab-gallery-3 img:first-child {
    min-height: 210px;
  }

  .infra-tab-panels {
    min-height: auto;
  }

  .infra-tab-slider {
    min-height: 250px;
    height: 250px;
  }

  .infra-tab-gallery {
    height: auto;
  }

  .infra-tab-slide img {
    height: 250px;
  }

  .featured-colocation-proof {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .featured-colocation-offer h3 {
    font-size: 0.96rem;
  }

  .featured-colocation-offer p {
    font-size: 0.95rem;
  }

  .featured-colocation-price {
    font-size: 1.32rem !important;
  }

  .services-ecosystem-title {
    font-size: 0.94rem;
  }

  .services-ecosystem-visual {
    border-radius: 10px;
  }

  .services-ecosystem-note {
    font-size: 0.9rem;
  }

  .featured-colocation .muted,
  .featured-colocation-points,
  .featured-colocation-offer ul,
  .featured-colocation-promo__note {
    font-size: 0.92rem;
  }

  .service-bento,
  .service-bento--featured {
    grid-column: auto;
    padding: 0.95rem 0.9rem;
  }

  .service-bento-icon {
    width: 48px;
    height: 48px;
  }

  .service-bento h3,
  .service-bento--featured h3 {
    font-size: 1.01rem;
  }

  .service-bento p,
  .service-bento--featured p {
    font-size: 0.84rem;
  }

  .service-bento-badge {
    top: 0.72rem;
    right: 0.88rem;
  }

  .footer-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.95rem 0 1.1rem;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
  }

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

  .partner-logo-card {
    min-height: 74px;
    padding: 0.62rem 0.74rem;
  }

  .partner-logo-card img {
    max-height: 38px;
  }

  .section {
    margin-top: 0;
  }

  .section-soft {
    margin-top: 0;
    padding: 0;
  }

  .partners {
    margin-top: 0;
  }

  body.home main > section + section {
    margin-top: 2.2rem;
  }

  .section-head {
    margin-bottom: 1.02rem;
  }
}

@keyframes clv-float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}

/* ===== Header Redesign (Pro + Mega Menu) ===== */
.clv-header {
  top: 0;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #d6e6f7;
}

body.admin-bar .clv-header {
  top: 32px;
}

.header-utility {
  background: var(--brand);
  color: #eef8ff;
  font-size: 0.84rem;
}

.utility-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.utility-left,
.utility-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.utility-about-label {
  color: #ffffff;
  font-weight: 700;
}

.utility-left span,
.utility-right a {
  color: #eef8ff;
  text-decoration: none;
}

.utility-left a,
.utility-left a:hover,
.utility-left a:focus,
.utility-left a:visited {
  color: #ffffff;
  text-decoration: none;
}

.utility-left span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #e7f5ff;
  margin-right: 0.65rem;
  vertical-align: middle;
}

.header-main {
  position: relative;
}

.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
}

.logo {
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
}

.logo img {
  display: block;
  width: auto;
  height: 52px;
  object-fit: contain;
}

.primary-nav {
  justify-self: center;
}

.menu-root {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.menu-item {
  position: static;
}

.has-mega {
  position: static;
  padding-bottom: 0;
  margin-bottom: 0;
}

.has-mega::after {
  content: none;
}

.menu-item > a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 700;
  padding: 0.72rem 0.9rem;
  border-radius: 12px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.has-mega > a {
  position: relative;
  padding-right: 0.9rem;
}

.has-mega > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}

.menu-hot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.4rem;
  right: 0.72rem;
  min-width: 2rem;
  padding: 0.2rem 0.24rem;
  border-radius: 999px;
  background: #ff5e48;
  color: #ffffff;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  transform: none;
  box-shadow: 0 6px 12px rgba(255, 94, 72, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.3);
  pointer-events: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.menu-item > a:hover {
  background: #f1f7ff;
  color: #144782;
}

.has-mega > a::after {
  content: "▾";
  font-size: 0.72rem;
  color: #5f7da5;
  position: static;
  margin-left: 0.16rem;
  transform: translateY(-0.01rem);
  line-height: 1;
}

.mega-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: min(980px, 92vw);
  padding: 1.1rem;
  border: 1px solid #c9ddf5;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: 0 24px 52px rgba(15, 40, 82, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 90;
  max-height: calc(100vh - 128px);
  overflow: auto;
}

.has-mega:hover .mega-panel,
.has-mega:focus-within .mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.has-mega:hover > a .menu-hot,
.has-mega:focus-within > a .menu-hot {
  transform: translateY(-1px) scale(1.05);
  background: #ff4f3b;
  box-shadow: 0 9px 16px rgba(255, 83, 63, 0.34);
}

.mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.12fr;
  gap: 1.1rem;
}

.mega-col h4 {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  color: #2f5486;
}

.mega-col a {
  display: block;
  color: #244876;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  padding: 0.52rem 0.62rem;
}

.mega-col a:hover {
  background: #f3f8ff;
}

.mega-service-link {
  display: flex !important;
  align-items: center;
  gap: 0.72rem;
  border: 1px solid transparent;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  flex-wrap: nowrap;
}

.mega-link-label {
  white-space: nowrap;
}

.mega-hot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 0.14rem 0.45rem;
  border-radius: 999px;
  background: #ff5e48;
  color: #ffffff;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  box-shadow: 0 6px 12px rgba(255, 94, 72, 0.26);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.mega-service-link:hover {
  border-color: #d2e2f6;
  background: #f7fbff;
}

.mega-item-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 12px;
}

.mega-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 10px rgba(24, 70, 132, 0.24));
}

.mega-highlight {
  border: 1px solid #c9def7;
  background: linear-gradient(180deg, #f4f9ff, #eaf4ff);
  border-radius: 12px;
  padding: 0.95rem;
}

.mega-tag {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3f7fb8;
  font-weight: 700;
}

.mega-highlight h5 {
  margin: 0.45rem 0;
  font-size: 1rem;
  color: #163f72;
}

.mega-highlight p {
  margin: 0 0 0.7rem;
  color: #4e6f99;
  font-size: 0.9rem;
}

.mega-panel .btn-primary {
  background: linear-gradient(95deg, #ff8e43 0%, #ff6a47 52%, #ff4f6b 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 14px 28px rgba(255, 96, 78, 0.34);
}

.mega-panel .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(255, 96, 78, 0.42);
  filter: saturate(1.06);
}

.mega-panel .btn-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(255, 96, 78, 0.34);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.mobile-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid #c3d9f5;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #eef6ff);
  box-shadow: 0 8px 16px rgba(16, 63, 120, 0.1);
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mobile-toggle:hover,
.search-toggle:hover,
.mobile-close:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(16, 63, 120, 0.14);
}

.mobile-drawer {
  border-top: 1px solid #d6e6f7;
  background: linear-gradient(180deg, #ffffff, #f6faff);
  box-shadow: 0 14px 24px rgba(16, 41, 79, 0.1);
}

.mobile-drawer-inner {
  display: grid;
  gap: 0.4rem;
  padding: 0.8rem 0 1rem;
}

.mobile-drawer-inner a {
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  padding: 0.72rem 0.4rem;
  border-radius: 10px;
}

.mobile-drawer-inner a:not(.btn):hover {
  background: #eaf4ff;
}

.mobile-mega {
  border: 1px solid #d7e6f7;
  border-radius: 10px;
  background: #fff;
}

.mobile-mega summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: var(--text);
  padding: 0.72rem 0.85rem;
}

.mobile-mega summary::-webkit-details-marker {
  display: none;
}

.mobile-mega summary::after {
  content: "▾";
  float: right;
  color: #5f7da5;
}

.mobile-mega[open] summary::after {
  content: "▴";
}

.mobile-submenu {
  border-top: 1px solid #e1ebf8;
  display: grid;
  gap: 0.2rem;
  padding: 0.45rem;
}

.mobile-submenu a {
  color: #244876;
  font-size: 0.95rem;
  padding: 0.6rem 0.65rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
}

.mobile-submenu a:hover {
  background: #eef6ff;
}

.mobile-hot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.9rem;
  padding: 0.14rem 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a4d 0%, #ff4f4f 100%);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 6px 12px rgba(255, 94, 72, 0.25);
  vertical-align: middle;
}

.mobile-mega summary .mobile-hot {
  margin-left: 0.48rem;
  margin-right: 1.1rem;
}

@media (max-width: 1080px) {
  .header-utility {
    display: none;
  }

  body:not(.home) .clv-header,
  body.home .clv-header.is-scrolled {
    background: #ffffff;
    border-bottom: 1px solid #dce8f8;
  }

  body.home .clv-header.is-at-top {
    background: transparent;
    border-bottom: 1px solid transparent;
  }

  .primary-nav {
    display: none;
  }

  .menu-hot {
    top: -0.28rem;
    right: 0.68rem;
    font-size: 0.52rem;
    min-width: 1.86rem;
    padding: 0.16rem 0.2rem;
  }

  .mobile-toggle {
    display: inline-block;
  }

  .header-inner {
    min-height: 72px;
    grid-template-columns: auto 1fr auto;
    gap: 0.75rem;
  }

  .header-actions .btn-outline {
    display: none;
  }

  .mobile-drawer {
    border-top: 1px solid #e2ecf9;
  }

  .mobile-drawer-inner {
    padding: 0.9rem 0 1.15rem;
    gap: 0.5rem;
  }

  .mobile-drawer-inner > a:not(.btn) {
    border: 1px solid #dbe9f9;
    background: #ffffff;
    font-weight: 700;
    padding: 0.76rem 0.75rem;
  }
}

@media (max-width: 1320px) {
  .mega-panel {
    width: min(920px, calc(100vw - 24px));
  }
}

@media (max-width: 640px) {
  .header-inner {
    min-height: 64px;
    gap: 0.6rem;
  }

  .logo img {
    height: 44px;
  }

  .mobile-toggle {
    width: 40px;
    height: 40px;
  }

  .mobile-drawer-inner .btn {
    margin-top: 0.4rem;
  }
}

@media (hover: none) {
  .has-mega {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* ===== Mobile Header Layout v2 ===== */
.search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #c3d9f5;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #eef6ff);
  box-shadow: 0 8px 16px rgba(16, 63, 120, 0.1);
  text-decoration: none;
  line-height: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 28, 52, 0.42);
  z-index: 95;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(86vw, 360px);
  height: 100dvh;
  max-height: 100dvh;
  overflow-y: auto;
  transform: translateX(-105%);
  transition: transform 0.24s ease;
  z-index: 100;
  border-right: 1px solid #d8e7f8;
  border-top: 0;
  border-radius: 0 16px 16px 0;
}

.mobile-drawer.is-open {
  transform: translateX(0);
}

.mobile-drawer-head {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  background: #fff;
  border-bottom: 1px solid #dce9f8;
  z-index: 2;
}

.mobile-close {
  width: 34px;
  height: 34px;
  border: 1px solid #c3d9f5;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff, #eef6ff);
  box-shadow: 0 6px 14px rgba(16, 63, 120, 0.08);
  cursor: pointer;
}

.icon {
  width: 20px;
  height: 20px;
  stroke: #1f4f83;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-menu {
  width: 21px;
  height: 21px;
}

.icon-search,
.icon-close {
  width: 19px;
  height: 19px;
}

.clv-back-to-top {
  position: fixed;
  right: clamp(14px, 2vw, 26px);
  bottom: clamp(16px, 2.4vw, 30px);
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: linear-gradient(180deg, #52ade5 0%, #3b9edb 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 12px 24px rgba(59, 158, 219, 0.34);
  z-index: 85;
}

.clv-back-to-top svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.clv-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.clv-back-to-top:hover {
  box-shadow: 0 16px 30px rgba(59, 158, 219, 0.42);
}

.clv-back-to-top:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.mobile-drawer-inner {
  padding: 0.9rem;
}

.mobile-drawer-actions {
  margin-top: 0.5rem;
}

@media (min-width: 1081px) {
  .mobile-toggle,
  .mobile-overlay,
  .mobile-drawer {
    display: none !important;
  }

  .search-toggle,
  .search-toggle:hover,
  .search-toggle:focus-visible {
    box-shadow: none;
  }
}

@media (max-width: 1080px) {
  .header-main {
    border-top: 1px solid #e2edf9;
  }

  .header-inner {
    grid-template-columns: 42px 1fr 42px;
    min-height: 66px;
    gap: 0.6rem;
  }

  .logo {
    justify-self: center;
  }

  .logo img {
    height: 44px;
  }

  .mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    justify-self: start;
  }

  .header-actions {
    justify-self: end;
  }

  .header-actions .btn-outline {
    display: none;
  }

  .search-toggle {
    width: 40px;
    height: 40px;
  }

  .icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 640px) {
  .logo img {
    height: 42px;
  }

  .mobile-drawer {
    width: min(92vw, 360px);
  }

  .clv-back-to-top {
    width: 42px;
    height: 42px;
    right: 12px;
    bottom: 14px;
  }
}

/* ===== Home Hero + Transparent Header Mode ===== */
body.home .clv-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: transparent;
  border-bottom: 1px solid transparent;
  backdrop-filter: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

body.home .clv-header.is-at-top {
  background: transparent;
}

body.home.admin-bar .clv-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .clv-header,
  body.home.admin-bar .clv-header {
    top: 46px;
  }
}

body.home .clv-header.is-at-top .header-utility {
  background: transparent;
  border-bottom: 1px solid rgba(214, 234, 250, 0.24);
}

body.home .clv-header.is-at-top .header-main {
  border-top: 1px solid transparent;
}

body.home .clv-header.is-at-top .utility-left span,
body.home .clv-header.is-at-top .utility-right a,
body.home .clv-header.is-at-top .utility-about-label,
body.home .clv-header.is-at-top .utility-left a,
body.home .clv-header.is-at-top .menu-item > a {
  color: #f2f8ff;
}

body.home .clv-header.is-at-top .menu-item > a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
}

body.home .clv-header.is-at-top .has-mega > a::after {
  color: #d8ecff;
}

body.home .clv-header.is-at-top .search-toggle,
body.home .clv-header.is-at-top .mobile-toggle {
  border-color: rgba(203, 230, 252, 0.58);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

body.home .clv-header.is-at-top .icon {
  stroke: #edf7ff;
}

body.home .clv-header.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: #d6e6f7;
  box-shadow: 0 10px 26px rgba(14, 43, 79, 0.12);
  backdrop-filter: blur(8px);
}

body.home .clv-header.is-scrolled .header-utility {
  background: var(--brand);
  border-bottom: 0;
}

body.home .clv-header.is-scrolled .header-main {
  border-top: 1px solid #e2edf9;
}

body.home .clv-header.is-scrolled .menu-item > a {
  color: var(--text);
}

body.home .clv-header.is-scrolled .menu-item > a:hover {
  background: #e3f0ff;
  color: #0f3f73;
}
