:root {
  --brand-primary: #0d6efd;
  --brand-dark: #0b1f44;
  --brand-text: #1d2433;
  --brand-muted: #6b7280;
  --brand-border: #e5e9f3;
  --ui-radius-sm: 0.5rem;
  --ui-radius-md: 0.7rem;
  --ui-radius-lg: 0.9rem;
  --ui-radius-pill: 999px;
  --ui-control-h: 46px;
  --ui-control-h-sm: 38px;
  --ui-icon-sm: 0.9rem;
  --ui-icon-md: 1rem;
  --ui-icon-lg: 1.08rem;
  --ui-pad-x: 1rem;
}

body {
  background-color: #f7f9fc;
  color: var(--brand-text);
}

.top-nav {
  background-color: #fff;
  border-bottom: 1px solid var(--brand-border);
  position: sticky;
  top: 0;
  z-index: 1050;
}

.top-nav .container {
  position: relative;
}

.top-nav-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}

.top-nav .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 0.9rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.nav-user-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: #f5f9ff;
  color: #1b3f79;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  min-height: 38px;
  padding: 0.3rem 0.62rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.nav-user-chip i {
  font-size: 1rem;
}

.nav-user-chip:hover {
  background: #ecf4ff;
  border-color: #bad3fd;
  color: #15376e;
}

.nav-notification-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #d8e5fb;
  border-radius: 999px;
  background: #ffffff;
  color: #1b3f79;
}

.nav-notification-btn:hover {
  background: #f5f9ff;
  border-color: #bad3fd;
}

.nav-notification-badge {
  position: absolute;
  top: -6px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #dc3545;
  color: #fff;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
}

.nav-notification-menu {
  width: min(92vw, 380px);
  border: 1px solid #dbe6f7;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(9, 30, 66, 0.14);
  overflow: hidden;
}

.nav-notification-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #e7edf7;
  background: #f8fbff;
}

.nav-notification-head a {
  color: #0d6efd;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-notification-empty {
  padding: 1rem;
  color: #6b7280;
  font-size: 0.88rem;
}

.nav-notification-list {
  max-height: 420px;
  overflow-y: auto;
}

.nav-notification-item {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 0.65rem;
  padding: 0.82rem 1rem;
  color: #1d2433;
  text-decoration: none;
  border-bottom: 1px solid #edf1f8;
}

.nav-notification-item:hover {
  background: #f5f9ff;
  color: #1d2433;
}

.nav-notification-item strong,
.nav-notification-item small,
.nav-notification-item em {
  display: block;
}

.nav-notification-item strong {
  font-size: 0.88rem;
}

.nav-notification-item small {
  margin-top: 0.15rem;
  color: #5d697c;
  font-size: 0.78rem;
  line-height: 1.35;
}

.nav-notification-item em {
  margin-top: 0.22rem;
  color: #8b97aa;
  font-size: 0.7rem;
  font-style: normal;
}

.nav-notification-dot {
  width: 8px;
  height: 8px;
  margin-top: 0.35rem;
  border-radius: 999px;
  background: #9fb2d2;
}

.nav-notification-item.is-action .nav-notification-dot {
  background: #dc3545;
}

.partner-live-alert {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: min(92vw, 360px);
  z-index: 1080;
  border: 1px solid #d7e3f7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(9, 30, 66, 0.18);
  overflow: hidden;
}

.partner-live-alert__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #eef5ff, #fff);
  border-bottom: 1px solid #e6edf8;
}

.partner-live-alert__head strong {
  display: block;
  font-size: 0.95rem;
}

.partner-live-alert__body {
  padding: 0.9rem 1rem 1rem;
}

.partner-live-alert__body p {
  margin-bottom: 0.7rem;
  color: #5c6878;
  font-size: 0.86rem;
}

.partner-live-alert.is-ringing {
  border-color: #ffb64d;
  animation: partnerAlertPulse 1.2s ease-in-out infinite;
}

@keyframes partnerAlertPulse {
  0%, 100% { box-shadow: 0 18px 45px rgba(9, 30, 66, 0.18); }
  50% { box-shadow: 0 18px 55px rgba(255, 160, 37, 0.36); }
}

.partner-live-badge {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-left: 0.35rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: #dc3545;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}

.partner-engineer-card {
  height: 100%;
  border: 1px solid #dfe8f7;
  border-radius: 16px;
  padding: 1rem;
  background: #fbfdff;
}

.partner-engineer-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
}

.partner-engineer-stats span {
  border-radius: 12px;
  background: #eef4ff;
  padding: 0.45rem;
  color: #536174;
  font-size: 0.74rem;
  text-align: center;
}

.partner-engineer-stats b {
  display: block;
  color: #172033;
  font-size: 0.98rem;
}

.engineer-live-alert {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: min(92vw, 360px);
  z-index: 1080;
  border: 1px solid #d7e3f7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(9, 30, 66, 0.18);
  overflow: hidden;
}

.engineer-live-alert__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #fff4e6, #fff);
  border-bottom: 1px solid #f3e1c4;
}

.engineer-live-alert__head strong {
  display: block;
  font-size: 0.95rem;
}

.engineer-live-alert__body {
  padding: 0.9rem 1rem 1rem;
}

.engineer-live-alert__body p {
  margin-bottom: 0.7rem;
  color: #5c6878;
  font-size: 0.86rem;
}

.engineer-live-alert.is-ringing {
  border-color: #ffb64d;
  animation: partnerAlertPulse 1.2s ease-in-out infinite;
}

.top-nav a.is-current-link {
  color: #0d6efd !important;
  font-weight: 700;
}

.top-nav .dropdown-menu a.is-current-link {
  background: #edf4ff;
  border-radius: 0.45rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.top-search-band {
  background: linear-gradient(180deg, #edf4ff, #e6f0ff);
  border-bottom: 1px solid #d5e3fb;
}

.top-search-inner {
  width: 100%;
  padding: 0.7rem 1.25rem 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-search-form {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: #ffffff;
  border: 1px solid #cfe0ff;
  border-radius: var(--ui-radius-pill);
  box-shadow: 0 8px 18px rgba(17, 57, 128, 0.08);
  min-height: var(--ui-control-h-sm);
  padding: 0.34rem 0.55rem 0.34rem 0.85rem;
  width: min(100%, 520px);
}

.top-search-icon {
  color: #2e5db5;
  font-size: var(--ui-icon-md);
}

.top-search-form input {
  flex: 1;
  border: 0;
  outline: none;
  color: #1c2d55;
  font-size: 0.9rem;
  background: transparent;
  text-align: center;
}

.top-search-form input::placeholder {
  color: #6d81aa;
}

.top-search-tags {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.top-search-tags a {
  text-decoration: none;
  font-size: 0.72rem;
  color: #214a90;
  border: 1px solid #ccdefd;
  background: #f9fbff;
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
}

.site-logo {
  width: 138px;
  height: auto;
  display: block;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #294786;
  min-width: 0;
  max-width: 100%;
  text-decoration: none;
}

.site-brand:hover {
  color: #294786;
  text-decoration: none;
}

.site-brand--split {
  gap: 0.7rem;
}

.site-brand--image {
  gap: 0;
}

.site-brand__icon,
.site-brand__mascot {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}

.site-brand__icon--official {
  width: 52px;
  height: 52px;
  object-fit: contain;
  object-position: center center;
}

.site-brand__mascot--official {
  width: 48px;
  height: 48px;
  max-width: 48px;
  object-fit: contain;
  object-position: center;
}

.site-brand__logo {
  display: block;
  height: 48px;
  width: auto;
  max-width: min(240px, 55vw);
  object-fit: contain;
  object-position: left center;
}

.mega-head-mascot--official {
  width: auto;
  height: 72px;
  max-width: 72px;
  object-fit: contain;
}

.mega-image-img--official {
  object-fit: contain;
  padding: 0.25rem;
}

.site-brand__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.12rem;
  line-height: 1.05;
  min-width: 0;
}

.site-brand__name {
  font-family: "Hanken Grotesk", "Segoe UI", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #294786;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.site-brand__tagline {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  color: #f97316;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 380px) {
  .site-brand__tagline {
    font-size: 0.56rem;
    letter-spacing: 0.04em;
  }
}

.top-nav .dropdown-menu.mega-menu {
  border: 1px solid #d7e3fb;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 16px 36px rgba(15, 35, 85, 0.14);
  margin-top: 0.3rem;
  padding: 1rem 0 !important;
  background: #ffffff;
}

.mega-menu {
  width: calc(100% - 1.5rem);
  max-width: 1180px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: none;
}

.mega-menu-compact {
  width: calc(100% - 1.5rem);
  max-width: 980px;
}

.mega-menu-body,
.mega-menu-head {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.mega-menu-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.8rem;
  background: linear-gradient(145deg, #f5f9ff, #ebf2ff);
  border: 1px solid #d7e6ff;
  border-radius: 0.9rem;
  padding: 0.7rem 0.85rem;
}

.mega-head-mascot {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.mega-menu-head h5 {
  margin: 0;
  color: #173067;
  font-size: 1.02rem;
}

.mega-menu-head p {
  margin: 0.1rem 0 0;
  font-size: 0.82rem;
  color: #5a6e98;
}

.mega-head-cta {
  text-decoration: none;
  background: #0d6efd;
  color: #fff;
  border-radius: var(--ui-radius-pill);
  min-height: var(--ui-control-h-sm);
  padding: 0.46rem 0.86rem;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.mega-card {
  background: #f8fbff;
  border: 1px solid #dce8ff;
  border-radius: 0.8rem;
  padding: 0.78rem;
  height: 100%;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mega-card:hover {
  box-shadow: 0 10px 20px rgba(16, 46, 105, 0.12);
  transform: translateY(-1px);
}

.mega-image {
  min-height: 78px;
  border-radius: 0.55rem;
  border: 1px solid #d5e2ff;
  background: linear-gradient(145deg, #e5efff, #f7faff);
  color: #214b8d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.mega-image i {
  line-height: 1;
}

.mega-image-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.45rem;
}

.mega-card h6 {
  font-weight: 700;
  color: #173067;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.mega-desc {
  color: #5a6e98;
  font-size: 0.78rem;
  line-height: 1.35;
  margin-bottom: 0.45rem;
}

.mega-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2f4678;
  text-decoration: none;
  font-size: 0.83rem;
  padding: 0.24rem 0;
  border-bottom: 1px dashed #e0e8f9;
}

.mega-card a i {
  font-size: 1rem;
  opacity: 0.75;
}

.mega-card a:last-child {
  border-bottom: 0;
}

.mega-card a:hover {
  color: #0d6efd;
}

.mega-card a:hover i {
  opacity: 1;
  transform: translateX(2px);
  transition: transform 0.15s ease;
}

@media (min-width: 992px) {
  .top-nav .navbar-collapse {
    position: static;
  }

  .top-nav .navbar-nav {
    position: static;
    gap: 0.25rem;
  }

  .top-nav .nav-item.dropdown {
    position: static;
  }

  .top-nav .dropdown-menu.mega-menu {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  .top-nav .navbar-nav {
    gap: 0.25rem;
  }
}

@media (max-width: 991px) {
  .top-nav-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .top-search-inner {
    padding: 0.6rem 0.75rem 0.65rem;
  }

  .top-search-form {
    padding-left: 0.62rem;
    width: min(100%, 420px);
  }

  .top-nav .navbar-nav .nav-link {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .nav-user-chip {
    margin-top: 0.35rem;
    width: fit-content;
  }

  .top-nav .dropdown-menu.mega-menu {
    position: static;
    float: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 0.35rem;
    transform: none;
    left: auto;
    border-radius: 0.85rem;
    padding: 0.65rem !important;
  }

  .mega-image {
    min-height: 64px;
  }

  .mega-menu-head {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 0.6rem 0.65rem;
  }

  .mega-head-cta {
    justify-self: start;
  }
}

.hero-section {
  background: linear-gradient(135deg, #e9f1ff, #ffffff);
  border-radius: 1rem;
  border: 1px solid #dde8ff;
}

.placeholder-image {
  width: 100%;
  min-height: 220px;
  border: 2px dashed #c9d8f5;
  border-radius: 0.75rem;
  background-color: #edf3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f6ea8;
  font-weight: 600;
}

.city-picker {
  background: #fff;
  border: 1px solid var(--brand-border);
  border-radius: 0.75rem;
  padding: 1rem;
}

.feature-tile {
  background: #fff;
  border: 1px solid var(--brand-border);
  border-radius: 0.75rem;
  padding: 1rem;
  height: 100%;
}

.feature-tile h6 {
  font-weight: 700;
}

.muted-text {
  color: var(--brand-muted);
}

.service-card {
  border: 1px solid var(--brand-border);
  border-radius: 0.75rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #fff;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(11, 31, 68, 0.08);
}

.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 0.75rem;
  background: #edf3ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #3e61a8;
}

.operation-step {
  border-left: 3px solid #cfe0ff;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.download-strip {
  background: #fff;
  border: 1px solid var(--brand-border);
  border-radius: 0.75rem;
}

.site-footer {
  background-color: #f2f3f6;
  color: #252b3b;
  border-top: 1px solid #dfe5f0;
}

.footer-link {
  color: #4f586f;
  text-decoration: none;
  font-size: 0.92rem;
}

.footer-link:hover {
  color: #1f3f87;
}

.footer-heading {
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.footer-social {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ccd5e6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #3d4d77;
  background-color: #fff;
}

.footer-badge {
  border: 1px solid #c8d3ea;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.35rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.footer-legal {
  color: #6b7280;
  font-size: 0.8rem;
}

.footer-brand-link {
  font-weight: 700;
  color: #1f3f87;
  text-decoration: none;
}

.footer-brand-link:hover {
  text-decoration: underline;
}

.service-hub-hero {
  border: 1px solid #d7e4fb;
  border-radius: 1rem;
  background: linear-gradient(145deg, #f7fbff, #eef4ff);
  padding: 1.2rem;
}

.service-hub-chip {
  display: inline-flex;
  border: 1px solid #cddffd;
  border-radius: 999px;
  background: #fff;
  color: #1a3b79;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.2rem 0.58rem;
  margin-bottom: 0.55rem;
}

.service-hub-note {
  border: 1px solid #d2e1fc;
  border-radius: 0.8rem;
  background: #fff;
  padding: 0.7rem 0.85rem;
  color: #213864;
  font-size: 0.9rem;
}

.service-hub-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 1px solid #d9e5fb;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(11, 31, 68, 0.08);
  padding: 0.9rem 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-hub-card:hover {
  transform: translateY(-3px);
  border-color: #bfd5fa;
  box-shadow: 0 14px 28px rgba(11, 31, 68, 0.12);
}

.service-hub-card span {
  color: #15336b;
  font-size: 1rem;
  font-weight: 700;
}

.service-hub-card p {
  margin: 0.45rem 0 0.75rem;
  color: #4f638c;
  font-size: 0.86rem;
  line-height: 1.45;
}

.service-hub-card small {
  margin-top: auto;
  color: #0d6efd;
  font-size: 0.76rem;
  font-weight: 700;
}

.service-hub-card-wide {
  min-height: 132px;
}

.service-hub-app {
  border: 1px solid #d5e3fb;
  border-radius: 1rem;
  background: linear-gradient(145deg, #eff5ff, #e8f0ff);
  padding: 1rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0.9rem;
  align-items: center;
}

.service-hub-app-placeholder {
  border: 1px dashed #b7caf0;
  border-radius: 0.85rem;
  background: #f8fbff;
  color: #36507f;
  font-size: 0.8rem;
  line-height: 1.45;
  min-height: 175px;
  padding: 0.8rem;
  display: flex;
  align-items: center;
}

.service-page-main {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.service-breadcrumb {
  margin-bottom: 0.8rem;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  align-items: center;
  color: #5a6f97;
  font-size: 0.8rem;
}

.service-breadcrumb a {
  color: #1e4d98;
  text-decoration: none;
  font-weight: 600;
}

.service-breadcrumb span {
  opacity: 0.75;
}

.service-breadcrumb strong {
  color: #12366f;
  font-weight: 700;
}

.service-page-hero {
  border: 1px solid #d6e4fb;
  border-radius: 1rem;
  background: linear-gradient(145deg, #f5faff, #edf4ff);
  padding: 1.2rem;
  margin-bottom: 1rem;
}

.service-page-hero h1 {
  color: #0f2d61;
  margin-bottom: 0.5rem;
}

.service-page-hero p {
  color: #4e638d;
  max-width: 72ch;
  margin-bottom: 0.75rem;
}

.service-page-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.service-page-trust-row {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.service-page-trust-row span {
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  background: #fff;
  color: #244577;
  font-size: 0.74rem;
  padding: 0.2rem 0.55rem;
}

.service-page-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}

.service-panel {
  border: 1px solid #d9e5fb;
  border-radius: 0.9rem;
  background: #fff;
  padding: 0.95rem;
  box-shadow: 0 10px 24px rgba(11, 31, 68, 0.07);
}

.service-panel h2 {
  font-size: 1.08rem;
  color: #15336b;
  margin-bottom: 0.48rem;
}

.service-panel p {
  color: #526893;
  font-size: 0.9rem;
}

.service-panel ul {
  margin: 0;
  padding-left: 1rem;
  color: #2f4f82;
  font-size: 0.84rem;
  line-height: 1.5;
}

.service-media-placeholder,
.service-video-placeholder {
  border: 1px dashed #b7caf0;
  border-radius: 0.8rem;
  background: #f8fbff;
  color: #36507f;
  font-size: 0.8rem;
  line-height: 1.45;
  padding: 0.75rem;
  display: flex;
  align-items: center;
}

.service-media-placeholder {
  min-height: 170px;
}

.service-video-placeholder {
  min-height: 200px;
}

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

.service-step {
  border: 1px solid #d8e4fb;
  border-radius: 0.82rem;
  background: #fff;
  padding: 0.75rem;
}

.service-step span {
  display: inline-flex;
  border: 1px solid #cde0ff;
  border-radius: 999px;
  color: #1f4b91;
  background: #f4f8ff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.13rem 0.45rem;
}

.service-step h3 {
  margin: 0.35rem 0 0.2rem;
  font-size: 0.95rem;
  color: #17376f;
}

.service-step p {
  margin: 0;
  color: #556a94;
  font-size: 0.8rem;
}

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

.service-plan {
  border: 1px solid #d8e4fb;
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.78rem;
}

.service-plan h3 {
  margin: 0;
  color: #17376f;
  font-size: 0.96rem;
}

.service-plan p {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: #556a94;
}

.service-app-strip {
  border: 1px solid #d5e3fb;
  border-radius: 0.9rem;
  background: linear-gradient(145deg, #eef5ff, #e8f0ff);
  padding: 0.95rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: center;
}

.service-app-strip p {
  margin: 0;
  color: #4f648d;
  font-size: 0.86rem;
}

.service-final-cta {
  border: 1px solid #d5e3fb;
  border-radius: 0.9rem;
  background: #fff;
  padding: 0.9rem;
}

.service-final-cta p {
  margin: 0 0 0.7rem;
  color: #576c95;
}

.service-related {
  margin-top: 0.9rem;
}

.service-related h2 {
  font-size: 1rem;
  color: #183b74;
  margin-bottom: 0.55rem;
}

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

.service-related-item {
  border: 1px solid #d8e4fb;
  border-radius: 0.8rem;
  background: #fff;
  color: #23487f;
  text-decoration: none;
  padding: 0.62rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.service-related-item:hover {
  border-color: #bfd4fb;
}

.service-related-item.is-active {
  border-color: #9fc0f8;
  background: #edf4ff;
  color: #123c7a;
  box-shadow: inset 0 0 0 1px #c8ddff;
  pointer-events: none;
}

@media (max-width: 991px) {
  .service-hub-app {
    grid-template-columns: 1fr;
  }

  .service-page-grid {
    grid-template-columns: 1fr;
  }

  .service-steps,
  .service-plans {
    grid-template-columns: 1fr;
  }

  .service-app-strip {
    grid-template-columns: 1fr;
  }

  .service-related-grid {
    grid-template-columns: 1fr;
  }
}

.customer-dashboard-v2 {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0.9rem;
  border: 1px solid #d7e3fb;
  border-radius: 1rem;
  background: #eff3f9;
  overflow: hidden;
  min-height: calc(100vh - 150px);
}

.customer-portal-body {
  background: #eef3f9;
}

.customer-main {
  width: 100%;
  max-width: none;
}

.cdv2-sidebar {
  background: linear-gradient(180deg, #163f77, #0f2f5c);
  color: #e8f2ff;
  padding: 1rem 0.8rem;
}

.cdv2-brand {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.cdv2-side-nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.cdv2-side-nav a {
  color: #d8e7fb;
  text-decoration: none;
  border-radius: 0.55rem;
  padding: 0.42rem 0.58rem;
  font-size: 0.84rem;
}

.cdv2-side-nav a.is-active,
.cdv2-side-nav a:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.cdv2-content {
  padding: 0.9rem;
}

.cdv2-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.cdv2-header h1 {
  margin: 0;
  color: #132f60;
  font-size: 1.45rem;
}

.cdv2-header p {
  margin: 0.2rem 0 0;
  color: #60779f;
  font-size: 0.9rem;
}

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

.cdv2-card--wide {
  grid-column: 1 / -1;
}

.cdv2-card {
  border: 1px solid #d9e5fb;
  border-radius: 0.82rem;
  background: #fff;
  padding: 0.72rem;
}

.cdv2-card h2 {
  margin: 0 0 0.5rem;
  color: #17376e;
  font-size: 0.95rem;
}

.cdv2-list,
.cdv2-activity {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.cdv2-list li,
.cdv2-activity li {
  border: 1px solid #e2eaf9;
  border-radius: 0.55rem;
  background: #f9fbff;
  padding: 0.4rem 0.5rem;
}

.cdv2-list strong,
.cdv2-activity strong {
  display: block;
  color: #223e6f;
  font-size: 0.76rem;
}

.cdv2-list span,
.cdv2-activity span {
  color: #667da5;
  font-size: 0.7rem;
}

.cdv2-device-list {
  display: grid;
  gap: 0.35rem;
}

.cdv2-device-list div {
  border: 1px solid #e2eaf9;
  border-radius: 0.55rem;
  background: #f9fbff;
  padding: 0.4rem 0.5rem;
}

.cdv2-device-list strong {
  display: block;
  color: #223e6f;
  font-size: 0.76rem;
}

.cdv2-device-list span {
  color: #667da5;
  font-size: 0.7rem;
}

.cdv2-inline-link {
  display: inline-block;
  margin-top: 0.45rem;
  text-decoration: none;
  color: #0d6efd;
  font-size: 0.76rem;
  font-weight: 700;
}

.cdv2-mini-text {
  margin: 0 0 0.35rem;
  color: #61789f;
  font-size: 0.8rem;
}

.cdv2-progress-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #445e89;
  font-size: 0.76rem;
  margin-bottom: 0.3rem;
}

.cdv2-progress {
  height: 7px;
  border-radius: 999px;
  background: #e8eef9;
  overflow: hidden;
}

.cdv2-progress span {
  display: block;
  height: 100%;
  background: #2b6fca;
}

.cdv2-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 0.55rem;
}

.cdv2-kpi-row div {
  border: 1px solid #e2eaf9;
  border-radius: 0.5rem;
  background: #f9fbff;
  padding: 0.3rem 0.4rem;
}

.cdv2-kpi-row strong {
  display: block;
  color: #16366d;
  font-size: 0.86rem;
}

.cdv2-kpi-row span {
  color: #6a7fa6;
  font-size: 0.68rem;
}

.cdv2-mobile-quick,
.cdv2-mobile-nav {
  display: none;
}

.cdv2-empty {
  color: #6a7fa6;
  font-size: 0.8rem;
  margin: 0;
}

@media (max-width: 991px) {
  .customer-dashboard-v2 {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cdv2-sidebar {
    display: block;
    background: #f1f6ff;
    color: #143968;
    padding: 0.55rem;
    border-bottom: 1px solid #d7e4fb;
  }

  .cdv2-brand {
    color: #143968;
    margin-bottom: 0.45rem;
  }

  .cdv2-side-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.3rem;
  }

  .cdv2-side-nav a {
    border: 1px solid #d8e4fb;
    background: #fff;
    color: #2a4f84;
    padding: 0.34rem 0.52rem;
    font-size: 0.76rem;
  }

  .cdv2-side-nav a.is-active,
  .cdv2-side-nav a:hover {
    background: #eaf3ff;
    color: #124283;
    border-color: #bfd5fa;
  }

  .cdv2-header {
    margin-bottom: 0.7rem;
  }

  .cdv2-header h1 {
    font-size: 1.2rem;
  }

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

  .cdv2-grid > article[style*="grid-column"] {
    grid-column: auto !important;
  }

  .cdv2-mobile-quick {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-bottom: 0.7rem;
  }

  .cdv2-mobile-quick a {
    border: 1px solid #d7e4fb;
    border-radius: 0.7rem;
    background: #fff;
    color: #123667;
    text-decoration: none;
    text-align: center;
    font-size: 0.84rem;
    font-weight: 700;
    padding: 0.78rem 0.55rem;
  }

  .cdv2-mobile-nav {
    position: sticky;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
    margin-top: 0.7rem;
    border: 1px solid #d7e4fb;
    border-radius: 0.9rem;
    background: #fff;
    padding: 0.4rem;
  }

  .cdv2-mobile-nav a {
    text-decoration: none;
    color: #5e729a;
    font-size: 0.7rem;
    text-align: center;
    padding: 0.35rem 0.2rem;
    border-radius: 0.5rem;
  }

  .cdv2-mobile-nav a.is-active {
    background: #eef4ff;
    color: #1b4c95;
    font-weight: 700;
  }
}

@media (max-width: 640px) {
  .cdv2-sidebar {
    padding: 0.48rem;
  }

  .cdv2-side-nav a {
    font-size: 0.72rem;
    padding: 0.3rem 0.45rem;
  }

  .cdv2-content {
    padding: 0.7rem;
  }

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

  .cdv2-kpi-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.mobile-home {
  margin: 0;
  background: #021139;
  color: #f3f6ff;
  font-family: "Segoe UI", Arial, sans-serif;
}

.mobile-shell {
  max-width: 480px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 0 0.9rem 1.5rem;
  background: linear-gradient(180deg, #0b8dc2 0%, #031242 18%, #021139 100%);
}

.mobile-header {
  padding-top: 0.75rem;
}

.mobile-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
}

.mobile-brand {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

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

.mobile-icon-btn,
.mobile-menu-btn {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border-radius: 999px;
  min-width: 2rem;
  min-height: 2rem;
  font-size: 0.7rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-btn {
  padding: 0 0.55rem;
}

.mobile-quick-links {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 0.75rem;
  padding: 0.45rem 0.6rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.mobile-quick-links a {
  color: #e6f2ff;
  font-size: 0.82rem;
  text-decoration: none;
}

.mobile-search-wrap {
  margin-top: 0.65rem;
}

.mobile-search {
  width: 100%;
  border: 1px solid #8ca6d8;
  border-radius: 999px;
  padding: 0.42rem 0.8rem;
  font-size: 0.82rem;
}

.hero-mobile {
  margin-top: 0.9rem;
  border-radius: 0.95rem;
  padding: 0.8rem 0.4rem 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0.75rem;
}

.hero-mobile h1 {
  font-size: 1.85rem;
  line-height: 1.1;
  margin-bottom: 0.32rem;
}

.hero-mobile p {
  color: #bbcaee;
  font-size: 0.85rem;
  margin-bottom: 0.55rem;
}

.hero-cta-row {
  display: flex;
  gap: 0.45rem;
}

.hero-art {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2px dashed #a1b7e7;
  color: #bcd5ff;
  font-size: 0.74rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-section {
  margin-top: 1.2rem;
}

.mobile-section h2 {
  font-size: 1.12rem;
  margin-bottom: 0.62rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-head a {
  color: #d9e7ff;
  text-decoration: none;
  font-size: 0.78rem;
}

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

.mini-card {
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #d8def0;
  color: #0d1738;
  text-decoration: none;
  padding: 0.35rem;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mini-image {
  flex: 1;
  border-radius: 0.35rem;
  background: #ececec;
  border: 1px solid #dedede;
  margin-bottom: 0.35rem;
}

.mini-card strong {
  font-size: 0.72rem;
  line-height: 1.1;
}

.mini-card small {
  font-size: 0.64rem;
  color: #4b5270;
}

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

.offer-card {
  border: 1px solid #7f95c5;
  border-radius: 0.45rem;
  padding: 0.25rem;
}

.offer-image {
  background: #f4f4f4;
  border: 1px solid #d9d9d9;
  color: #4d4d4d;
  border-radius: 0.3rem;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
}

.offer-meta {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.63rem;
  color: #d4ddf6;
}

.you-might-grid {
  border: 1px solid #95a9d3;
  border-radius: 0.5rem;
  padding: 0.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem;
}

.wide-card,
.small-card {
  background: #fff;
  border-radius: 0.35rem;
  text-decoration: none;
  color: #111a39;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.wide-card {
  grid-row: span 2;
  min-height: 128px;
}

.small-card {
  min-height: 61px;
}

.brand-strip,
.client-strip,
.feedback-strip {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.brand-strip span {
  background: #fff;
  color: #1d2552;
  border-radius: 999px;
  border: 1px solid #d0d9ef;
  padding: 0.3rem 0.6rem;
  font-size: 0.68rem;
  white-space: nowrap;
}

.client-card {
  min-width: 84px;
  min-height: 72px;
  border-radius: 0.4rem;
  background: #f0f1f4;
  border: 1px solid #d2d4da;
  color: #2d385f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.67rem;
}

.feedback-card {
  min-width: 84px;
  min-height: 122px;
  border-radius: 0.4rem;
  background: #f0f1f4;
  border: 1px solid #d2d4da;
  color: #2d385f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.35rem;
  font-size: 0.7rem;
}

.mobile-footer {
  max-width: 480px;
  margin: 0 auto;
  background: #ebebeb;
  color: #121212;
  border-top-left-radius: 42% 26px;
  border-top-right-radius: 42% 26px;
  text-align: center;
  padding: 1rem 0.8rem 1.2rem;
}

.mobile-footer small {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.72rem;
}

body.home-wireframe {
  margin: 0;
  background: #021139;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

body.home-wireframe .material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  vertical-align: middle;
}

body.home-wireframe h1,
body.home-wireframe h2,
body.home-wireframe h3,
body.home-wireframe .wf-section-head h2 {
  font-family: "Hanken Grotesk", "Segoe UI", Arial, sans-serif;
}

.wf-page {
  min-height: 100vh;
  color: #f2f6ff;
}

.wf-shell {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(180deg, #0a8dc4 0%, #031347 18%, #021139 100%);
  padding: 0.95rem 1rem 1.55rem;
}

.wf-header {
  margin-bottom: 0.75rem;
}

.wf-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem;
  max-width: 1200px;
  margin: 0 auto;
}

.wf-brand {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
}

.wf-actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.wf-circle-link {
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wf-menu-btn {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 999px;
  font-size: 0.74rem;
  padding: 0.25rem 0.6rem;
}

.wf-nav {
  margin-top: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  padding: 0.45rem 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wf-nav a {
  color: #e6f0ff;
  text-decoration: none;
  font-size: 0.82rem;
}

.wf-search-wrap {
  margin-top: 0.6rem;
  background: #fff;
  border: 1px solid #8aa7da;
  border-radius: 999px;
  display: flex;
  overflow: hidden;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wf-search-wrap input {
  flex: 1;
  border: 0;
  padding: 0.43rem 0.8rem;
  font-size: 0.83rem;
}

.wf-search-wrap button {
  border: 0;
  background: #e7edf9;
  color: #13234e;
  font-size: 0.75rem;
  padding: 0 0.8rem;
}

.wf-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  align-items: center;
  margin-bottom: 1rem;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 1.1rem;
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 8% 12%, rgba(48, 181, 255, 0.34), transparent 38%),
    radial-gradient(circle at 82% 90%, rgba(98, 67, 255, 0.26), transparent 42%),
    linear-gradient(130deg, rgba(8, 28, 83, 0.88), rgba(2, 13, 53, 0.88));
  border: 1px solid rgba(170, 197, 255, 0.28);
  box-shadow: 0 24px 52px rgba(1, 7, 38, 0.52);
  min-height: 56dvh;
  width: 100vw;
  padding-left: clamp(1rem, 6vw, 5rem);
  padding-right: clamp(1rem, 6vw, 5rem);
  position: relative;
  overflow: hidden;
}

@supports not (min-height: 56dvh) {
  .wf-hero {
    min-height: 56vh;
  }
}

.wf-hero-text {
  position: relative;
  z-index: 2;
  background: linear-gradient(130deg, rgba(3, 17, 61, 0.84), rgba(6, 26, 86, 0.78));
  border: 1px solid rgba(163, 198, 255, 0.52);
  border-radius: 1.2rem;
  padding: clamp(1.05rem, 3.1vw, 2.05rem);
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(4px);
  max-width: 900px;
}

.wf-hero-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #eaf5ff;
  background: rgba(12, 172, 255, 0.18);
  border: 1px solid rgba(78, 211, 255, 0.42);
  padding: 0.32rem 0.78rem;
  margin-bottom: 0.9rem;
}

.wf-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 3.7rem);
  line-height: 1.01;
  color: #f7fbff;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.55);
}

.wf-hero h1 span {
  color: #66dcff;
}

.wf-hero p {
  margin: 0.8rem 0 1.05rem;
  color: #e2edff;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  max-width: 58ch;
}

.wf-hero-location {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(163, 198, 255, 0.45);
  background: rgba(4, 20, 68, 0.55);
}

.wf-hero-location-label {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #d5e7ff;
  letter-spacing: 0.02em;
}

.wf-hero-location-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.wf-hero-location-input {
  flex: 1 1 180px;
  min-height: 2.65rem;
  border: 1px solid rgba(163, 198, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #0b1c30;
  padding: 0 1rem;
  font-size: 0.95rem;
}

.wf-hero-location-input:focus {
  outline: 2px solid rgba(102, 220, 255, 0.65);
  outline-offset: 1px;
}

.wf-hero-location-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.65rem;
}

.wf-hero-location-pick {
  border: 1px solid rgba(163, 198, 255, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #e8f3ff;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 0.28rem 0.62rem;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.wf-hero-location-pick:hover {
  background: rgba(102, 220, 255, 0.2);
  border-color: rgba(102, 220, 255, 0.55);
}

.wf-hero-location-result {
  margin: 0.65rem 0 0;
  font-size: 0.84rem;
  line-height: 1.45;
  border-radius: 0.65rem;
  padding: 0.55rem 0.7rem;
}

.wf-hero-location-result.is-available {
  color: #d1fae5;
  background: rgba(16, 185, 129, 0.18);
  border: 1px solid rgba(52, 211, 153, 0.45);
}

.wf-hero-location-result.is-unavailable {
  color: #fde68a;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(251, 191, 36, 0.4);
}

.wf-hero-cta {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-bottom: 0.95rem;
}

.wf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--ui-radius-md);
  border: 0;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  min-height: var(--ui-control-h);
  padding: 0.72rem var(--ui-pad-x);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

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

.wf-btn-primary {
  color: #042039;
  background: linear-gradient(180deg, #55e2ff, #0ec5ff);
  box-shadow: 0 10px 22px rgba(13, 199, 255, 0.4);
}

.wf-btn-secondary {
  color: #0d2147;
  background: #f6fbff;
  box-shadow: 0 10px 22px rgba(4, 15, 46, 0.28);
}

.wf-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.wf-hero-points span {
  font-size: 0.78rem;
  color: #d7e8ff;
  border-radius: 999px;
  border: 1px solid rgba(170, 197, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
  padding: 0.3rem 0.65rem;
  backdrop-filter: blur(1px);
}

.wf-hero-microproof {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.wf-hero-microproof div {
  border: 1px solid rgba(170, 197, 255, 0.34);
  background: rgba(255, 255, 255, 0.11);
  border-radius: 0.8rem;
  padding: 0.58rem 0.62rem;
  color: #d6e7ff;
  font-size: 0.82rem;
  line-height: 1.2;
}

.wf-hero-microproof strong {
  display: block;
  color: #f4fbff;
  font-size: 1.02rem;
  margin-bottom: 0.1rem;
}

.wf-hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.wf-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.wf-hero-video-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 24%, rgba(12, 142, 230, 0.48), transparent 42%),
    radial-gradient(circle at 88% 80%, rgba(95, 73, 255, 0.24), transparent 35%),
    linear-gradient(120deg, rgba(1, 9, 35, 0.74), rgba(2, 12, 42, 0.8));
}

.wf-hero-apppromo {
  position: relative;
  z-index: 2;
  border-radius: 1.35rem;
  border: 1px solid rgba(170, 208, 255, 0.46);
  background:
    radial-gradient(circle at 14% 14%, rgba(52, 206, 255, 0.26), transparent 34%),
    radial-gradient(circle at 86% 78%, rgba(111, 91, 255, 0.2), transparent 38%),
    linear-gradient(146deg, rgba(8, 31, 92, 0.88), rgba(5, 20, 70, 0.84));
  box-shadow:
    0 26px 56px rgba(1, 7, 30, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
  padding: 1.02rem 1rem 1.06rem;
  width: min(100%, 450px);
  margin-left: auto;
  overflow: visible;
}

.wf-hero-apppromo::before {
  content: "";
  position: absolute;
  inset: auto -6% -12% 16%;
  height: 85px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(79, 205, 255, 0.4), rgba(79, 205, 255, 0));
  filter: blur(12px);
  z-index: -1;
  pointer-events: none;
}

.wf-hero-app-chip {
  display: inline-flex;
  align-items: center;
  border-radius: var(--ui-radius-pill);
  border: 1px solid rgba(80, 209, 255, 0.48);
  background: rgba(11, 172, 255, 0.18);
  color: #eaf6ff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  min-height: 26px;
  padding: 0.22rem 0.58rem;
}

.wf-hero-apppromo h3 {
  margin: 0.42rem 0 0.3rem;
  color: #f6fbff;
  font-size: clamp(1.25rem, 2.4vw, 1.72rem);
  line-height: 1.1;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.36);
}

.wf-hero-apppromo p {
  margin: 0;
  color: #dbeaff;
  font-size: 0.84rem;
  line-height: 1.42;
  max-width: 36ch;
}

.wf-hero-store-row {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.wf-hero-store {
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
  border-radius: var(--ui-radius-md);
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(180deg, #0f1013, #050507);
  color: #ffffff;
  text-decoration: none;
  min-height: var(--ui-control-h-sm);
  padding: 0.36rem 0.72rem;
  min-width: 150px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.wf-hero-store:hover {
  transform: translateY(-2px) scale(1.01);
  filter: brightness(1.08);
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.5);
}

.wf-hero-store i {
  font-size: var(--ui-icon-lg);
}

.wf-hero-store span {
  display: flex;
  flex-direction: column;
  line-height: 1.02;
  font-size: 0.77rem;
  font-weight: 700;
}

.wf-hero-store small {
  font-size: 0.52rem;
  letter-spacing: 0.04em;
  opacity: 0.82;
  font-weight: 600;
}

.wf-hero-phones {
  margin-top: 0.82rem;
  min-height: 220px;
  position: relative;
}

.wf-hero-phone {
  position: absolute;
  width: clamp(122px, 10.2vw, 164px);
  aspect-ratio: 9 / 18;
  border-radius: 1.24rem;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 34px rgba(1, 8, 30, 0.54);
  overflow: hidden;
  background: #e8f0ff;
}

.wf-hero-phone::before {
  content: "";
  position: absolute;
  top: 0.24rem;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  height: 0.22rem;
  border-radius: 999px;
  background: rgba(7, 20, 50, 0.78);
  z-index: 2;
}

.wf-hero-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wf-hero-phone-main {
  left: 50%;
  transform: translateX(-50%) rotate(-12deg);
  z-index: 3;
  animation: heroPhoneFloatMain 4.8s ease-in-out infinite;
}

.wf-hero-phone-back {
  right: -7%;
  top: -3%;
  transform: rotate(19deg);
  z-index: 1;
  animation: heroPhoneFloatBack 5.1s ease-in-out infinite;
}

.wf-hero-phone-front {
  left: -9%;
  bottom: -6%;
  transform: rotate(-6deg);
  z-index: 2;
  animation: heroPhoneFloatFront 5.6s ease-in-out infinite;
}

@keyframes heroPhoneFloatMain {
  0%,
  100% {
    transform: translateX(-50%) rotate(-12deg) translateY(0);
  }
  50% {
    transform: translateX(-50%) rotate(-12deg) translateY(-6px);
  }
}

@keyframes heroPhoneFloatBack {
  0%,
  100% {
    transform: rotate(19deg) translateY(0);
  }
  50% {
    transform: rotate(19deg) translateY(-5px);
  }
}

@keyframes heroPhoneFloatFront {
  0%,
  100% {
    transform: rotate(-6deg) translateY(0);
  }
  50% {
    transform: rotate(-6deg) translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wf-hero-video {
    display: none;
  }

  .wf-hero-phone-main,
  .wf-hero-phone-back,
  .wf-hero-phone-front {
    animation: none !important;
  }
}

.wf-section {
  margin-top: 1.22rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wf-section h2 {
  font-size: clamp(1.18rem, 1.4vw, 1.38rem);
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 0.62rem;
}

.wf-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 0.18rem;
}

.wf-section-head a {
  color: #d5e5ff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
}

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

.wf-services-intro {
  color: #d9e7ff;
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0 0 1rem;
  max-width: 78ch;
}

.wf-services-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.wf-service-elegant {
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid #d6e5ff;
  border-radius: 0.95rem;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(12, 35, 86, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.wf-service-content {
  padding: 0.78rem 0.82rem 0.92rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  height: 100%;
}

.wf-service-content h3 {
  margin: 0;
  font-size: 1rem;
  color: #16305d;
}

.wf-service-content p {
  margin: 0;
  color: #4d618a;
  font-size: 0.79rem;
  line-height: 1.42;
}

.wf-service-content ul {
  margin: 0.05rem 0 0;
  padding-left: 1rem;
  color: #28487a;
  font-size: 0.72rem;
  line-height: 1.42;
}

.wf-service-content li {
  margin-bottom: 0.2rem;
}

.wf-service-btn {
  margin-top: auto;
  width: fit-content;
  border-radius: var(--ui-radius-pill);
  text-decoration: none;
  background: linear-gradient(180deg, #28b6ff, #0f8fff);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  min-height: var(--ui-control-h-sm);
  padding: 0.4rem 0.82rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wf-service-card {
  min-height: 164px;
  padding: 0.35rem;
  border: 1px solid #d7e1f6;
  border-radius: 0.5rem;
  background: #fff;
  color: #0f1a3a;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.wf-service-featured {
  padding: 0.55rem;
  border-radius: 0.7rem;
  border-color: #c9dafb;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  box-shadow: 0 10px 24px rgba(20, 45, 96, 0.12);
  position: relative;
  overflow: hidden;
}

.wf-service-featured::after {
  content: "";
  position: absolute;
  inset: auto -22% -34% auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 162, 255, 0.18), rgba(42, 162, 255, 0));
  pointer-events: none;
}

.wf-service-media {
  position: relative;
  border-radius: 0.55rem;
  overflow: hidden;
  border: 1px solid #d8e5ff;
  background: #eef4ff;
  margin-bottom: 0.45rem;
}

.wf-service-media img {
  width: 100%;
  height: 122px;
  object-fit: cover;
  display: block;
}

.wf-service-tag {
  position: absolute;
  top: 0.4rem;
  left: 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #08336f;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  padding: 0.14rem 0.46rem;
}

.wf-video-chip {
  position: absolute;
  right: 0.45rem;
  bottom: 0.45rem;
  font-size: 0.64rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(180deg, #2ab2ff, #0f8eff);
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
}

.wf-ph {
  flex: 1;
  background: #efefef;
  border: 1px solid #dfdfdf;
  border-radius: 0.35rem;
  margin-bottom: 0.32rem;
}

.wf-service-card h3 {
  margin: 0;
  font-size: 0.88rem;
}

.wf-service-card p {
  margin: 0.14rem 0 0;
  font-size: 0.74rem;
  color: #4a5070;
  line-height: 1.35;
}

.wf-service-proof {
  margin-top: 0.45rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.wf-service-proof span {
  border-radius: 999px;
  border: 1px solid #d4e3fb;
  background: #f4f8ff;
  color: #305386;
  font-size: 0.66rem;
  font-weight: 600;
  padding: 0.14rem 0.45rem;
}

.wf-service-cta-row {
  margin-top: 0.55rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.wf-service-cta-row strong {
  color: #214370;
  font-size: 0.7rem;
  font-weight: 700;
}

.wf-service-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #25b6ff, #0f8fff);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.3rem 0.55rem;
  width: fit-content;
}

.wf-services-bottom-cta {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* Premium dark/glass style scoped to services section only */
.wf-services-premium {
  position: relative;
  border-radius: 1rem;
  border: 1px solid rgba(150, 185, 250, 0.2);
  padding: 1rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(58, 173, 255, 0.2), transparent 42%),
    radial-gradient(circle at 88% 90%, rgba(99, 77, 255, 0.16), transparent 36%),
    linear-gradient(160deg, rgba(7, 22, 69, 0.76), rgba(6, 19, 61, 0.84));
  box-shadow: 0 16px 38px rgba(2, 8, 30, 0.34);
}

.wf-services-premium .wf-section-head h2 {
  color: #f1f6ff;
}

.wf-services-premium .wf-section-head {
  justify-content: center;
}

.wf-services-premium .wf-section-head a,
.wf-services-premium .wf-services-intro {
  color: #d8e8ff;
}

.wf-services-premium .wf-services-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wf-services-premium .wf-service-elegant {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(181, 211, 255, 0.32);
  box-shadow: 0 12px 28px rgba(2, 9, 34, 0.34);
  backdrop-filter: blur(3px);
  transform: translateY(0);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  animation: serviceCardReveal 0.62s cubic-bezier(.21,.86,.32,1) both;
}

.wf-services-premium .wf-service-elegant:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(0, 10, 40, 0.46);
  border-color: rgba(187, 221, 255, 0.58);
}

.wf-services-premium .wf-service-elegant:nth-child(1) { animation-delay: 0.06s; }
.wf-services-premium .wf-service-elegant:nth-child(2) { animation-delay: 0.18s; }
.wf-services-premium .wf-service-elegant:nth-child(3) { animation-delay: 0.3s; }

.wf-services-premium .wf-service-content h3 {
  color: #f5f9ff;
  text-align: center;
}

.wf-services-premium .wf-service-content p,
.wf-services-premium .wf-service-content ul {
  color: #d7e6ff;
}

.wf-services-premium .wf-service-content p {
  text-align: center;
}

.wf-services-premium .wf-service-content ul {
  text-align: left;
}

.wf-services-premium .wf-service-media {
  border-color: rgba(171, 203, 255, 0.42);
  background: rgba(233, 242, 255, 0.24);
}

.wf-services-premium .wf-service-btn {
  box-shadow: 0 8px 20px rgba(20, 162, 255, 0.38);
  margin-left: auto;
  margin-right: auto;
}

.wf-services-premium .wf-services-bottom-cta .wf-btn-secondary {
  background: rgba(255, 255, 255, 0.9);
}

.wf-services-premium .wf-services-bottom-cta {
  justify-content: center;
}

@keyframes serviceCardReveal {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wf-services-premium .wf-service-elegant {
    animation: none !important;
    transition: none;
  }
}

.wf-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  border: 1px solid #8097c8;
  border-radius: 0.45rem;
  padding: 0.3rem;
}

.wf-offer-card {
  border: 1px solid #879dca;
  border-radius: 0.4rem;
  padding: 0.2rem;
}

.wf-offer-ph {
  min-height: 80px;
  background: #f4f4f4;
  color: #484848;
  border-radius: 0.3rem;
  border: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.63rem;
}

.wf-offer-meta {
  margin-top: 0.17rem;
  font-size: 0.64rem;
  color: #d1ddfa;
}

.wf-offers-premium {
  border: 1px solid rgba(150, 185, 250, 0.22);
  border-radius: 1rem;
  padding: 1rem;
  background:
    radial-gradient(circle at 88% 8%, rgba(66, 176, 255, 0.18), transparent 35%),
    linear-gradient(160deg, rgba(7, 22, 69, 0.74), rgba(5, 17, 56, 0.84));
}

.wf-offers-intro {
  margin: 0 0 0.8rem;
  color: #d8e8ff;
  font-size: 0.9rem;
  max-width: 72ch;
}

.wf-offer-hero {
  border: 1px solid rgba(180, 211, 255, 0.35);
  border-radius: 0.9rem;
  background: linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.08));
  padding: 0.8rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}

.wf-offer-hero-badge {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(36, 180, 255, 0.2);
  border: 1px solid rgba(100, 208, 255, 0.4);
  color: #e8f7ff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.16rem 0.48rem;
  margin-bottom: 0.3rem;
}

.wf-offer-hero h3 {
  margin: 0;
  color: #f3f8ff;
  font-size: 1.08rem;
}

.wf-offer-hero p {
  margin: 0.2rem 0 0;
  color: #d9e7ff;
  font-size: 0.82rem;
}

.wf-offer-hero-cta {
  border-radius: var(--ui-radius-pill);
  background: linear-gradient(180deg, #27b7ff, #0f8fff);
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  min-height: var(--ui-control-h-sm);
  padding: 0.42rem 0.86rem;
  display: inline-flex;
  align-items: center;
}

.wf-offer-grid-elegant {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.wf-offer-card-elegant {
  border: 1px solid rgba(182, 212, 255, 0.34);
  border-radius: 0.8rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.07));
  box-shadow: 0 10px 24px rgba(2, 8, 30, 0.24);
}

.wf-offer-media {
  background: rgba(234, 243, 255, 0.9);
  border-bottom: 1px solid rgba(180, 212, 255, 0.5);
}

.wf-offer-media img {
  width: 100%;
  height: 96px;
  object-fit: cover;
  display: block;
}

.wf-offer-content {
  padding: 0.58rem 0.62rem 0.65rem;
}

.wf-offer-label {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(185, 214, 255, 0.35);
  color: #e6f2ff;
  font-size: 0.64rem;
  padding: 0.12rem 0.4rem;
}

.wf-offer-content h4 {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: #f5f9ff;
}

.wf-offer-content p {
  margin: 0.25rem 0 0.35rem;
  color: #d8e8ff;
  font-size: 0.72rem;
  line-height: 1.35;
}

.wf-offer-content a {
  color: #7fd8ff;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
}

.wf-might-grid {
  border: 1px solid #8ea4cf;
  border-radius: 0.5rem;
  padding: 0.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem;
}

.wf-big-tile,
.wf-small-tile {
  background: #fff;
  color: #101a3a;
  border: 1px solid #d8d8d8;
  border-radius: 0.35rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wf-big-tile {
  min-height: 140px;
  grid-row: span 2;
}

.wf-small-tile {
  min-height: 68px;
}

/* Redesigned "You Might Looking For" section */
.wf-assist-premium {
  border: 1px solid rgba(150, 185, 250, 0.2);
  border-radius: 1rem;
  padding: 1rem;
  background:
    radial-gradient(circle at 86% 4%, rgba(60, 176, 255, 0.2), transparent 34%),
    linear-gradient(160deg, rgba(7, 22, 69, 0.74), rgba(5, 17, 56, 0.84));
}

.wf-assist-intro {
  margin: 0 0 0.8rem;
  color: #d8e8ff;
  font-size: 0.88rem;
  max-width: 72ch;
}

.wf-assist-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 0.75rem;
}

.wf-assist-tile {
  border: 1px solid rgba(181, 211, 255, 0.34);
  border-radius: 0.85rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.07));
  box-shadow: 0 10px 24px rgba(2, 8, 30, 0.24);
  text-decoration: none;
  display: flex;
  color: inherit;
}

.wf-assist-main {
  grid-row: span 2;
  flex-direction: column;
}

.wf-assist-sub {
  display: grid;
  grid-template-columns: 0.95fr 1.2fr;
}

.wf-assist-media {
  background: rgba(234, 243, 255, 0.9);
  border-bottom: 1px solid rgba(180, 212, 255, 0.5);
}

.wf-assist-media img {
  width: 100%;
  height: 156px;
  object-fit: cover;
  display: block;
}

.wf-assist-media.small {
  border-right: 1px solid rgba(180, 212, 255, 0.5);
  border-bottom: 0;
}

.wf-assist-media.small img {
  height: 100%;
  min-height: 150px;
}

.wf-assist-content {
  padding: 0.75rem 0.78rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.36rem;
}

.wf-assist-chip {
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(100, 208, 255, 0.4);
  background: rgba(36, 180, 255, 0.2);
  color: #e8f7ff;
  font-size: 0.66rem;
  font-weight: 700;
  padding: 0.13rem 0.42rem;
}

.wf-assist-content h3 {
  margin: 0;
  color: #f5f9ff;
  font-size: 1rem;
}

.wf-assist-content p {
  margin: 0;
  color: #d8e8ff;
  font-size: 0.74rem;
  line-height: 1.38;
}

.wf-assist-content strong {
  margin-top: auto;
  color: #7fd8ff;
  font-size: 0.74rem;
}

.wf-brand-strip,
.wf-client-strip,
.wf-feedback-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(110px, 1fr);
  gap: 0.45rem;
  overflow-x: auto;
  padding-bottom: 0.12rem;
}

.wf-brand-circle-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.65rem;
}

.wf-brand-circle {
  aspect-ratio: 1 / 1;
  border-radius: var(--ui-radius-pill);
  border: 1px solid #d5e2fb;
  background: radial-gradient(circle at 30% 25%, #ffffff, #eef4ff);
  box-shadow: 0 10px 22px rgba(8, 25, 63, 0.18);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wf-brand-circle:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(8, 25, 63, 0.24);
  border-color: #b8cef6;
}

.wf-brand-logo {
  color: #223f75;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.wf-brand-logo-img {
  width: 62%;
  height: auto;
  display: block;
}

.wf-brand-strip span {
  background: #fff;
  color: #1b254d;
  border: 1px solid #d2dced;
  border-radius: 999px;
  text-align: center;
  padding: 0.34rem 0.45rem;
  font-size: 0.7rem;
  white-space: nowrap;
}

.wf-client-card {
  min-height: 74px;
  border: 1px solid #d5d7df;
  border-radius: 0.4rem;
  background: #f0f1f5;
  color: #2a355d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
}

.wf-feedback-card {
  min-height: 128px;
  border: 1px solid #d5d7df;
  border-radius: 0.4rem;
  background: #f0f1f5;
  color: #2a355d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
}

.wf-feedback-intro {
  margin: 0 0 0.9rem;
  color: #d8e8ff;
  font-size: 0.92rem;
  line-height: 1.45;
}

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

.wf-feedback-video-card {
  border: 1px solid rgba(181, 211, 255, 0.34);
  border-radius: 0.85rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.07));
  box-shadow: 0 10px 24px rgba(2, 8, 30, 0.24);
}

.wf-feedback-video-wrap {
  background: rgba(234, 243, 255, 0.9);
  border-bottom: 1px solid rgba(180, 212, 255, 0.5);
}

.wf-feedback-video-wrap video {
  width: 100%;
  height: 178px;
  object-fit: cover;
  display: block;
}

.wf-feedback-meta {
  padding: 0.65rem 0.7rem 0.75rem;
}

.wf-feedback-meta h4 {
  margin: 0;
  color: #f5f9ff;
  font-size: 0.92rem;
}

.wf-feedback-meta p {
  margin: 0.32rem 0 0.4rem;
  color: #d8e8ff;
  font-size: 0.73rem;
  line-height: 1.36;
}

.wf-feedback-meta span {
  color: #8fd8ff;
  font-size: 0.7rem;
  font-weight: 700;
}

.wf-trust-bento,
.wf-service-bento,
.wf-ops-flow,
.wf-steps-flow,
.wf-proof-strip-wrap {
  border: 1px solid rgba(151, 188, 252, 0.2);
  border-radius: 1rem;
  padding: 1.08rem;
  background:
    radial-gradient(circle at 82% 8%, rgba(66, 176, 255, 0.15), transparent 34%),
    linear-gradient(160deg, rgba(7, 22, 69, 0.72), rgba(5, 17, 56, 0.82));
}

.wf-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.wf-trust-card {
  border: 1px solid rgba(180, 211, 255, 0.28);
  border-radius: 0.85rem;
  padding: 0.86rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.08));
}

.wf-trust-card h3,
.wf-trust-card h4 {
  margin: 0 0 0.3rem;
  color: #f5f9ff;
}

.wf-trust-card h3 {
  font-size: 1rem;
}

.wf-trust-card h4 {
  font-size: 0.9rem;
}

.wf-trust-card p {
  margin: 0;
  color: #d8e8ff;
  font-size: 0.82rem;
  line-height: 1.45;
}

.wf-trust-wide {
  grid-column: span 2;
}

.wf-trust-tags {
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.wf-trust-tags span {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  border-radius: var(--ui-radius-pill);
  border: 1px solid rgba(170, 205, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
  color: #e7f2ff;
  min-height: 30px;
  padding: 0.22rem 0.56rem;
  font-size: 0.72rem;
}

.wf-service-bento-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.wf-service-bento-card {
  border: 1px solid rgba(185, 214, 255, 0.34);
  border-radius: 0.9rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.08));
  text-decoration: none;
  color: inherit;
  padding: 0.72rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.wf-service-bento-main {
  grid-column: span 2;
  grid-row: span 2;
}

.wf-service-bento-media {
  position: relative;
  border-radius: 0.7rem;
  border: 1px solid rgba(180, 211, 255, 0.38);
  background: rgba(237, 245, 255, 0.88);
  overflow: hidden;
}

.wf-service-bento-media img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  display: block;
}

.wf-service-bento-media--icon {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 0.75rem;
  overflow: hidden;
}

.wf-service-bento-media--icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.wf-service-bento-icon-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(12, 28, 83, 0.72);
  border: 1px solid rgba(163, 198, 255, 0.45);
}

.wf-service-bento-icon {
  font-size: 30px;
  color: #66dcff;
}

.wf-service-bento-main .wf-service-bento-media--icon {
  min-height: 210px;
}

.wf-service-bento-main .wf-service-bento-icon-wrap {
  width: 64px;
  height: 64px;
}

.wf-service-bento-main .wf-service-bento-icon {
  font-size: 36px;
}

.wf-ops-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.7rem;
}

.wf-ops-card {
  border: 1px solid rgba(185, 214, 255, 0.34);
  border-radius: 0.9rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  padding: 0.85rem 0.8rem 0.95rem;
}

.wf-ops-card__icon {
  font-size: 30px;
  color: #66dcff;
  margin-bottom: 0.35rem;
}

.wf-ops-card h3 {
  margin: 0 0 0.35rem;
  color: #f4f9ff;
  font-size: 0.92rem;
}

.wf-ops-card p {
  margin: 0;
  color: #d5e7ff;
  font-size: 0.76rem;
  line-height: 1.45;
}

.wf-service-bento-main .wf-service-bento-media img {
  height: 210px;
}

.wf-service-bento-media span {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  border-radius: 999px;
  border: 1px solid #d0e2ff;
  background: rgba(255, 255, 255, 0.92);
  color: #183260;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
}

.wf-service-bento-card h3 {
  margin: 0;
  color: #f4f9ff;
  font-size: 0.98rem;
  line-height: 1.38;
}

.wf-service-bento-card p {
  margin: 0;
  color: #d5e7ff;
  font-size: 0.78rem;
  line-height: 1.4;
}

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

.wf-step-card {
  border: 1px solid rgba(180, 211, 255, 0.32);
  border-radius: 0.82rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.08));
  padding: 0.86rem;
}

.wf-step-card span {
  display: inline-flex;
  border-radius: var(--ui-radius-pill);
  border: 1px solid rgba(103, 206, 255, 0.44);
  background: rgba(36, 180, 255, 0.2);
  color: #e8f7ff;
  font-size: 0.68rem;
  font-weight: 700;
  min-height: 28px;
  align-items: center;
  padding: 0.14rem 0.48rem;
}

.wf-step-card h3 {
  margin: 0.42rem 0 0.28rem;
  color: #f5f9ff;
  font-size: 1.02rem;
}

.wf-step-card p {
  margin: 0;
  color: #d8e8ff;
  font-size: 0.8rem;
  line-height: 1.42;
}

.wf-proof-strip-wrap {
  display: grid;
  gap: 0.8rem;
}

.wf-proof-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.wf-proof-stats div {
  border: 1px solid rgba(175, 206, 255, 0.32);
  border-radius: 0.82rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.65rem 0.7rem;
}

.wf-proof-stats strong {
  display: block;
  color: #f5f9ff;
  font-size: 1.14rem;
}

.wf-proof-stats span {
  color: #d7e7ff;
  font-size: 0.79rem;
  line-height: 1.35;
}

.wf-onsite-app {
  border-radius: 1rem;
  border: 1px solid rgba(151, 188, 252, 0.24);
  background:
    radial-gradient(circle at 12% 18%, rgba(75, 176, 255, 0.24), transparent 34%),
    linear-gradient(120deg, #1f4fa6 0%, #1b4a99 42%, #27459a 100%);
  box-shadow: 0 18px 36px rgba(3, 13, 44, 0.36);
  overflow: hidden;
}

.wf-onsite-app-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 1.15rem;
}

.wf-onsite-copy h2 {
  margin: 0.35rem 0 0.5rem;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  line-height: 1.06;
  color: #f5f9ff;
}

.wf-onsite-copy p {
  margin: 0;
  color: #dfebff;
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: 52ch;
}

.wf-onsite-chip {
  display: inline-flex;
  align-items: center;
  border-radius: var(--ui-radius-pill);
  border: 1px solid rgba(199, 221, 255, 0.54);
  background: rgba(255, 255, 255, 0.2);
  color: #f8fbff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-height: 28px;
  padding: 0.22rem 0.6rem;
}

.wf-onsite-points {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.wf-onsite-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  border-radius: 999px;
  border: 1px solid rgba(191, 217, 255, 0.44);
  background: rgba(255, 255, 255, 0.14);
  color: #f1f7ff;
  font-size: 0.72rem;
  padding: 0.23rem 0.52rem;
}

.wf-onsite-points i {
  font-size: 0.78rem;
}

.wf-onsite-store-row {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.wf-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  border-radius: var(--ui-radius-md);
  border: 1px solid rgba(214, 230, 255, 0.52);
  background: rgba(15, 28, 62, 0.62);
  color: #f6fbff;
  text-decoration: none;
  min-height: var(--ui-control-h-sm);
  padding: 0.38rem 0.7rem;
  min-width: 144px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.wf-store-badge i {
  font-size: var(--ui-icon-lg);
}

.wf-store-badge span {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  font-weight: 700;
  font-size: 0.82rem;
}

.wf-store-badge small {
  font-size: 0.56rem;
  letter-spacing: 0.04em;
  opacity: 0.84;
}

.wf-store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
  background: rgba(13, 24, 54, 0.76);
}

.wf-onsite-visual {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wf-phone-mock {
  position: absolute;
  width: clamp(112px, 13vw, 178px);
  aspect-ratio: 9 / 18;
  border-radius: 1.35rem;
  border: 3px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 20px 30px rgba(3, 11, 37, 0.5);
  background: #e9f1ff;
  overflow: hidden;
}

.wf-phone-mock::before {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  height: 0.26rem;
  border-radius: 999px;
  background: rgba(13, 23, 54, 0.8);
  z-index: 2;
}

.wf-phone-mock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wf-phone-main {
  z-index: 3;
  transform: rotate(-12deg) translateY(0);
}

.wf-phone-back {
  right: 4%;
  top: 12%;
  z-index: 1;
  transform: rotate(16deg);
  opacity: 0.96;
}

.wf-phone-front {
  left: 2%;
  bottom: 2%;
  z-index: 2;
  transform: rotate(-3deg);
}

.wf-onsite-glow {
  position: absolute;
  inset: auto 14% 8% 12%;
  height: 60px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(127, 215, 255, 0.52), rgba(127, 215, 255, 0));
  filter: blur(10px);
}

.wf-last {
  padding-bottom: 0.3rem;
}

.wf-footer {
  width: 100%;
  margin: 0 auto;
  padding: 1.1rem 1rem 1.45rem;
  text-align: center;
  background: #ebebeb;
  color: #131313;
  border-top-left-radius: 42% 38px;
  border-top-right-radius: 42% 38px;
}

.wf-footer-title {
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: 0.1rem;
}

.wf-footer small {
  font-size: 0.76rem;
}

@media (max-width: 767px) {
  .wf-shell {
    width: min(100%, 480px);
    border-bottom-left-radius: 52px;
    border-bottom-right-radius: 52px;
    margin: 0 auto;
    padding: 0.82rem 0.9rem 1.15rem;
  }

  .wf-footer {
    width: min(100%, 480px);
    margin: 0 auto;
  }

  .wf-footer-title {
    font-size: 1.45rem;
  }

  .wf-hero {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 0.92rem;
    gap: 0.82rem;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }

  .wf-hero-text {
    padding: 0.95rem;
  }

  .wf-hero-apppromo {
    width: 100%;
    margin-left: 0;
    padding: 0.84rem;
  }

  .wf-hero-store {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 0;
    justify-content: center;
  }

  .wf-hero-phones {
    min-height: 168px;
  }

  .wf-hero-phone {
    width: clamp(102px, 34vw, 132px);
  }

  .wf-hero-phone-back {
    right: 5%;
    top: 4%;
  }

  .wf-hero-phone-front {
    left: 5%;
    bottom: -2%;
  }

  .wf-hero p {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .wf-btn {
    width: 100%;
  }

  .wf-trust-bento,
  .wf-service-bento,
  .wf-ops-flow,
  .wf-steps-flow,
  .wf-proof-strip-wrap {
    padding: 0.74rem;
  }

  .wf-section {
    margin-top: 0.92rem;
  }

  .wf-section h2 {
    font-size: 1.08rem;
    margin-bottom: 0.5rem;
  }

  .wf-section-head {
    margin-bottom: 0.1rem;
  }

  .wf-services-intro {
    font-size: 0.84rem;
    margin-bottom: 0.78rem;
  }

  .wf-trust-grid,
  .wf-service-bento-grid,
  .wf-ops-grid,
  .wf-steps-grid,
  .wf-proof-stats {
    grid-template-columns: 1fr;
  }

  .wf-trust-wide {
    grid-column: auto;
  }

  .wf-service-bento-main {
    grid-column: auto;
    grid-row: auto;
  }

  .wf-service-bento-main .wf-service-bento-media img {
    height: 150px;
  }

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

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

  .wf-services-premium {
    padding: 0.78rem;
  }

  .wf-offers-premium {
    padding: 0.78rem;
  }

  .wf-offer-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .wf-offer-grid-elegant {
    grid-template-columns: 1fr;
  }

  .wf-services-premium .wf-service-elegant:hover {
    transform: translateY(-3px);
  }

  .wf-assist-premium {
    padding: 0.78rem;
  }

  .wf-assist-grid {
    grid-template-columns: 1fr;
  }

  .wf-assist-main {
    grid-row: auto;
  }

  .wf-assist-sub {
    grid-template-columns: 1fr;
  }

  .wf-assist-media.small {
    border-right: 0;
    border-bottom: 1px solid rgba(180, 212, 255, 0.5);
  }

  .wf-assist-media img,
  .wf-assist-media.small img {
    height: 136px;
    min-height: 136px;
  }

  .wf-brand-circle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .wf-brand-logo {
    font-size: 0.72rem;
  }

  .wf-feedback-grid {
    grid-template-columns: 1fr;
  }

  .wf-feedback-video-wrap video {
    height: 168px;
  }

  .wf-onsite-app-inner {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 0.9rem 0.85rem;
  }

  .wf-onsite-copy h2 {
    font-size: 1.45rem;
  }

  .wf-onsite-copy p {
    font-size: 0.85rem;
  }

  .wf-onsite-store-row {
    gap: 0.45rem;
  }

  .wf-store-badge {
    flex: 1 1 48%;
    min-width: 0;
    justify-content: center;
  }

  .wf-onsite-visual {
    min-height: 205px;
  }

  .wf-phone-mock {
    width: clamp(102px, 34vw, 150px);
  }

  .wf-phone-back {
    right: 9%;
    top: 8%;
  }

  .wf-phone-front {
    left: 9%;
    bottom: 1%;
  }
}

@media (min-width: 768px) {
  .wf-shell {
    padding: 1.1rem 1.4rem 1.7rem;
  }

  .wf-hero {
    padding: 1.25rem;
    min-height: 60dvh;
    grid-template-columns: 1.2fr 0.8fr;
  }

  .wf-section {
    margin-top: 1.28rem;
  }

  @supports not (min-height: 60dvh) {
    .wf-hero {
      min-height: 60vh;
    }
  }

  .wf-services-grid {
    gap: 0.8rem;
  }

  .wf-offer-grid {
    gap: 0.8rem;
  }

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

  .wf-services-intro {
    font-size: 0.95rem;
  }

  .wf-services-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.95rem;
  }

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

  .wf-brand-circle-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

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

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

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

  .wf-service-bento-main {
    grid-column: span 2;
    grid-row: auto;
  }

  .wf-onsite-app-inner {
    grid-template-columns: 1.05fr 0.95fr;
  }
}

@media (min-width: 1024px) {
  .wf-shell {
    padding: 1.25rem 1.7rem 1.95rem;
  }

  .wf-hero {
    min-height: 72dvh;
    gap: 1.7rem;
    grid-template-columns: 1.45fr 0.55fr;
  }

  @supports not (min-height: 72dvh) {
    .wf-hero {
      min-height: 72vh;
    }
  }

  .wf-hero h1 {
    font-size: 3.35rem;
  }

  .wf-hero p {
    font-size: 1.1rem;
  }

  .wf-hero-text {
    max-width: 980px;
  }

  .wf-trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wf-service-bento-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wf-ops-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .wf-service-bento-main {
    grid-column: span 2;
    grid-row: span 2;
  }

  .wf-section h2 {
    font-size: 1.42rem;
  }

  .wf-services-grid,
  .wf-offer-grid {
    gap: 0.95rem;
  }

  .wf-offer-grid-elegant {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wf-service-card {
    min-height: 240px;
    padding: 0.55rem;
  }

  .wf-service-card h3 {
    font-size: 1rem;
  }

  .wf-service-card p {
    font-size: 0.82rem;
  }

  .wf-service-media img {
    height: 158px;
  }

  .wf-hero-microproof div {
    font-size: 0.82rem;
  }

  .wf-offer-ph {
    min-height: 130px;
  }

  .wf-might-grid {
    grid-template-columns: 1.3fr 1fr;
  }

  .wf-assist-grid {
    grid-template-columns: 1.45fr 1fr;
  }

  .wf-big-tile {
    min-height: 178px;
  }

  .wf-small-tile {
    min-height: 86px;
  }

  .wf-client-card {
    min-height: 96px;
  }

  .wf-feedback-card {
    min-height: 170px;
  }
}

.wf-quote-highlight {
  margin-top: 1rem;
}

.wf-quote-highlight-inner {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(9, 20, 38, 0.95), rgba(14, 33, 62, 0.9));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.25);
  padding: clamp(1rem, 2.2vw, 1.8rem);
}

.wf-quote-highlight-inner h2 {
  margin: 0.3rem 0;
}

.wf-quote-highlight-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.wf-quote-highlight-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.wf-services-promo-strip {
  margin-top: -0.2rem;
}

.wf-services-promo-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(13, 26, 46, 0.82);
}

.wf-services-promo-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.nav-chip-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: #ff4d4f;
  color: #fff;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

.quote-thread {
  display: grid;
  gap: 0.7rem;
}

.quote-bubble {
  border: 1px solid rgba(12, 25, 44, 0.12);
  border-radius: 14px;
  padding: 0.75rem 0.85rem;
  background: #f8fbff;
}

.quote-bubble small {
  display: block;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.quote-bubble p {
  margin: 0.35rem 0 0;
}

.quote-bubble-partner {
  border-left: 4px solid #0ea5e9;
}

.quote-bubble-admin {
  border-left: 4px solid #4f46e5;
}

.quote-amount {
  font-weight: 700;
  color: #1f2937;
}

.quote-days {
  color: #475569;
  font-size: 0.9rem;
}

.auth-shell {
  min-height: calc(100dvh - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 1.5rem;
}

.auth-split {
  width: min(1100px, 100%);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: #ffffff;
  border: 1px solid #dbe6fb;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(11, 37, 82, 0.12);
}

.auth-promo {
  padding: clamp(1.2rem, 2.5vw, 2.1rem);
  color: #ffffff;
  background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.24), transparent 42%),
    linear-gradient(145deg, #1f4ea4, #142d63 54%, #0f1f45);
}

.auth-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.25rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.auth-promo h1 {
  margin: 0.9rem 0 0.55rem;
  font-size: clamp(1.28rem, 2.2vw, 2rem);
  line-height: 1.18;
}

.auth-promo p {
  margin: 0;
  color: rgba(255, 255, 255, 0.87);
}

.auth-points {
  margin-top: 1rem;
  display: grid;
  gap: 0.55rem;
}

.auth-points span {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.92);
}

.auth-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #9fd0ff;
  box-shadow: 0 0 0 4px rgba(159, 208, 255, 0.2);
}

.auth-card-wrap {
  background: linear-gradient(180deg, #f8fbff, #f3f8ff);
  padding: clamp(1.1rem, 2.2vw, 1.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-card {
  width: min(420px, 100%);
  background: #ffffff;
  border: 1px solid #dce8ff;
  border-radius: 1rem;
  padding: 1.1rem 1rem;
  box-shadow: 0 12px 26px rgba(18, 54, 115, 0.1);
}

.auth-card h2 {
  margin: 0;
  font-size: 1.18rem;
}

.auth-card p {
  margin: 0.35rem 0 0.95rem;
  color: #66789e;
}

.auth-card .form-control {
  min-height: 44px;
  border-radius: 0.72rem;
}

.auth-card .btn {
  min-height: 44px;
  border-radius: 0.72rem;
  font-weight: 700;
}

.auth-legal-consent {
  margin-bottom: 0.8rem;
  border: 1px solid #d9e7ff;
  background: #f6faff;
  border-radius: 0.72rem;
  padding: 0.65rem 0.75rem;
}

.auth-legal-consent .form-check-label {
  font-size: 0.86rem;
  color: #2b3f64;
}

.auth-legal-consent a {
  color: #0d57d2;
  text-decoration: none;
  font-weight: 600;
}

.auth-legal-consent a:hover {
  text-decoration: underline;
}

.customer-popup-host {
  position: fixed;
  inset: 0;
  z-index: 3000;
}

.customer-popup-host.d-none {
  display: none !important;
  pointer-events: none !important;
}

.customer-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 30, 0.52);
  backdrop-filter: blur(2px);
}

.customer-popup-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 460px);
  background: #fff;
  border: 1px solid #d8e4fb;
  border-radius: 14px;
  box-shadow: 0 26px 56px rgba(13, 35, 77, 0.25);
  padding: 1rem 1rem 0.9rem;
}

.customer-popup-card h3 {
  margin: 0;
  font-size: 1.05rem;
  color: #17386f;
}

.customer-popup-card p {
  margin: 0.55rem 0 0;
  color: #4a5f85;
  font-size: 0.93rem;
}

.customer-popup-actions {
  margin-top: 0.95rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.45rem;
}

.auth-shell-admin .auth-promo {
  background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.22), transparent 42%),
    linear-gradient(145deg, #4f46e5, #28327c 54%, #141b4f);
}

.auth-shell-partner .auth-promo {
  background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.22), transparent 42%),
    linear-gradient(145deg, #0d9488, #0f5f67 54%, #123a4d);
}

.auth-shell-engineer .auth-promo {
  background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.22), transparent 42%),
    linear-gradient(145deg, #0369a1, #1e3c8a 54%, #1d2455);
}

.role-portal-body {
  margin: 0;
  background: #f4f7fd;
}

.role-portal-layout {
  min-height: 100dvh;
  display: flex;
}

.role-portal-sidebar {
  width: 260px;
  flex: 0 0 260px;
  border-right: 1px solid #dbe4f5;
  background: linear-gradient(180deg, #0f264e, #102244 55%, #0d1d3b);
  padding: 1rem 0.7rem;
  position: sticky;
  top: 0;
  height: 100dvh;
  overflow-y: auto;
}

.role-portal-brand {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  padding: 0.65rem 0.7rem;
  border-radius: 0.6rem;
  margin-bottom: 0.7rem;
  background: rgba(255, 255, 255, 0.08);
}

.role-portal-nav {
  display: grid;
  gap: 0.35rem;
}

.role-portal-nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.54rem 0.68rem;
  border-radius: 0.58rem;
  transition: background 0.18s ease, color 0.18s ease;
}

.role-portal-nav a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.role-portal-nav a.is-active {
  background: rgba(129, 188, 255, 0.24);
  color: #fff;
}

.role-portal-main {
  flex: 1;
  min-width: 0;
  padding: 1rem;
}

/* Admin table action buttons: cleaner stacked layout */
.admin-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(92px, 1fr));
  gap: 0.4rem;
  justify-items: stretch;
}

.admin-action-form {
  margin: 0;
}

.admin-action-form--full {
  grid-column: 1 / -1;
}

.admin-action-btn {
  width: 100%;
  min-height: 34px;
  font-weight: 600;
  border-radius: 0.5rem;
}

.service-pincode-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.45rem;
}

.service-pincode-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 1.55rem;
  border-radius: 999px;
  border: 1px solid #cfe0ff;
  background: #f3f8ff;
  color: #214a90;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.1rem 0.58rem;
}

.service-pincode-chip button {
  border: 0;
  background: transparent;
  color: #2f5aa0;
  font-size: 0.86rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.role-dashboard-shell {
  width: 100%;
}

@media (max-width: 991.98px) {
  .wf-quote-highlight-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .wf-quote-highlight-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .wf-services-promo-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .auth-shell {
    min-height: auto;
  }

  .auth-split {
    grid-template-columns: 1fr;
  }

  .role-portal-layout {
    display: block;
  }

  .role-portal-sidebar {
    width: 100%;
    height: auto;
    position: static;
    border-right: 0;
    border-bottom: 1px solid #dbe4f5;
  }
}

/* Sidebar notification bell */
#partnerNotifBell,
#engNotifBell {
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

#partnerNotifDropdown,
#engNotifDropdown {
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  border-radius: 0.5rem;
  border: 1px solid #dbe6f7;
}

#partnerNotifDropdown .dropdown-item,
#engNotifDropdown .dropdown-item {
  white-space: normal;
  word-break: break-word;
  line-height: 1.35;
}

#partnerNotifDropdown .dropdown-item:hover,
#engNotifDropdown .dropdown-item:hover {
  background: #f5f9ff;
}

#partnerNotifCount,
#engNotifCount {
  font-size: 0.65rem;
  min-width: 1.1rem;
  padding: 0.2em 0.4em;
}

/* Floating social — home + customer portal only (single toggle, expand on click) */
.floating-social-widget {
  position: fixed;
  right: max(0.85rem, env(safe-area-inset-right));
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  z-index: 1040;
}

.floating-social-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.55rem);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.55rem;
  pointer-events: none;
}

.floating-social-widget.is-open .floating-social-panel {
  pointer-events: auto;
}

.floating-social-panel .floating-social-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 18px rgba(15, 35, 80, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.65);
  transition:
    opacity 0.22s ease,
    transform 0.28s cubic-bezier(0.34, 1.2, 0.64, 1),
    visibility 0.22s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
  transition-delay: var(--social-delay, 0ms);
}

.floating-social-widget.is-open .floating-social-panel .floating-social-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.floating-social-panel .floating-social-btn:hover,
.floating-social-panel .floating-social-btn:focus-visible {
  color: #fff;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 10px 24px rgba(15, 35, 80, 0.28);
  filter: brightness(1.06);
  outline: none;
}

.floating-social-widget.is-open .floating-social-panel .floating-social-btn:hover,
.floating-social-widget.is-open .floating-social-panel .floating-social-btn:focus-visible {
  transform: translateY(-2px) scale(1.05);
}

.floating-social-panel .floating-social-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(31, 63, 135, 0.35), 0 8px 20px rgba(15, 35, 80, 0.22);
}

.floating-social-toggle {
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(145deg, #2f5fbf, #1f3f87);
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 22px rgba(15, 35, 80, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  position: relative;
}

.floating-social-toggle::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(47, 95, 191, 0.35);
  animation: floating-social-pulse 2.2s ease-out infinite;
  pointer-events: none;
}

.floating-social-widget.is-open .floating-social-toggle::before {
  animation: none;
  opacity: 0;
}

@keyframes floating-social-pulse {
  0% {
    transform: scale(0.92);
    opacity: 0.75;
  }
  70% {
    transform: scale(1.18);
    opacity: 0;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

.floating-social-toggle:hover,
.floating-social-toggle:focus-visible {
  transform: scale(1.05);
  box-shadow: 0 10px 26px rgba(15, 35, 80, 0.32);
  outline: none;
}

.floating-social-widget.is-open .floating-social-toggle {
  background: linear-gradient(145deg, #4b5563, #1f2937);
}

.floating-social-toggle-icon {
  font-size: 1.35rem;
  line-height: 1;
  position: absolute;
  transition: opacity 0.18s ease, transform 0.22s ease;
}

.floating-social-toggle-icon--close {
  opacity: 0;
  transform: rotate(-90deg) scale(0.6);
}

.floating-social-widget.is-open .floating-social-toggle-icon--signal {
  opacity: 0;
  transform: rotate(90deg) scale(0.6);
}

.floating-social-widget.is-open .floating-social-toggle-icon--close {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.floating-social--whatsapp {
  background: linear-gradient(145deg, #2bd366, #128c7e);
}

.floating-social--facebook {
  background: linear-gradient(145deg, #3b82f6, #1877f2);
}

.floating-social--instagram {
  background: linear-gradient(145deg, #f58529, #dd2a7b, #8134af);
}

.floating-social--linkedin {
  background: linear-gradient(145deg, #0ea5e9, #0a66c2);
}

.floating-social--youtube {
  background: linear-gradient(145deg, #ef4444, #cc0000);
}

body.customer-portal-body .floating-social-widget {
  bottom: calc(4.85rem + env(safe-area-inset-bottom, 0px));
}

body.home-wireframe .floating-social-widget {
  bottom: max(1.5rem, env(safe-area-inset-bottom));
}

@media (max-width: 575.98px) {
  .floating-social-widget {
    right: max(0.65rem, env(safe-area-inset-right));
  }

  .floating-social-panel .floating-social-btn,
  .floating-social-toggle {
    width: 44px;
    height: 44px;
  }

  .floating-social-toggle {
    width: 48px;
    height: 48px;
  }

  .floating-social-panel .floating-social-btn {
    font-size: 1.05rem;
  }

  body.customer-portal-body .floating-social-widget {
    bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-social-panel .floating-social-btn,
  .floating-social-toggle,
  .floating-social-toggle-icon,
  .floating-social-toggle::before {
    transition: none;
    animation: none;
  }

  .floating-social-widget.is-open .floating-social-panel .floating-social-btn {
    transform: none;
  }

  .floating-social-panel .floating-social-btn:hover,
  .floating-social-panel .floating-social-btn:focus-visible {
    transform: none;
  }
}

/* Post-job feedback surveys */
.jf-survey-card {
  border-radius: 12px;
}

.jf-section {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e8eef7;
}

.jf-section:last-of-type {
  border-bottom: none;
}

.jf-section-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #4a6fa5;
  margin: 0 0 0.85rem;
}

.cdv2-header--wrap {
  flex-wrap: wrap;
}

.jf-field .jf-field-hint {
  display: none;
  margin-top: 0.35rem;
}

.jf-field.is-invalid .jf-stars {
  outline: 2px solid #dc3545;
  outline-offset: 4px;
  border-radius: 8px;
}

.jf-field.is-invalid .jf-field-hint {
  display: block;
}

.jf-stars {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
  padding: 0.15rem 0;
}

.jf-star-btn {
  border: none;
  background: transparent;
  color: #d1d5db;
  font-size: 1.85rem;
  line-height: 1;
  padding: 0.2rem;
  min-width: 2.25rem;
  min-height: 2.25rem;
  cursor: pointer;
  transition: color 0.12s ease, transform 0.12s ease;
  -webkit-tap-highlight-color: transparent;
}

.jf-star-btn.is-on {
  color: #f59e0b;
}

.jf-star-btn:hover,
.jf-star-btn:focus-visible {
  color: #fbbf24;
  transform: scale(1.08);
}

.jf-star-btn:focus-visible {
  outline: 2px solid #f59e0b;
  outline-offset: 2px;
  border-radius: 4px;
}

.jf-nps-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: #1b4c95;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
}

.jf-nps-range {
  max-width: 100%;
  min-width: 12rem;
}

@media (max-width: 640px) {
  .cdv2-header--wrap {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .jf-star-btn {
    font-size: 2rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
  }
}

.jf-stars-display .bi-star-fill {
  color: #d1d5db;
  font-size: 0.95rem;
}

.jf-stars-display .bi-star-fill.is-on {
  color: #f59e0b;
}

.jf-stars-num {
  font-size: 0.85rem;
  color: #6b7280;
  margin-left: 0.35rem;
}
