:root {
  --ct-primary: #0f62fe;
  --ct-primary-dark: #073ea6;
  --ct-ink: #101828;
  --ct-muted: #667085;
  --ct-line: #e5e7eb;
  --ct-soft: #f5f8ff;
  --ct-success: #12b76a;
  --ct-warning: #f79009;
  --ct-radius: 22px;
  --ct-shadow: 0 24px 70px rgba(16, 24, 40, 0.1);
}

* {
  box-sizing: border-box;
}

body {
  font-family:
    "Plus Jakarta Sans",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ct-ink);
  background: #fff;
  letter-spacing: 0;
}

.navbar {
  background: #fff;
  border-bottom: 1px solid rgba(229, 231, 235, 0.72);
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: #101828;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.16);
  font-weight: 800;
}

.navbar-brand {
  min-width: 0;
  margin-right: 0;
}

.navbar-brand span:last-child {
  white-space: nowrap;
}

.btn-primary {
  --bs-btn-bg: var(--ct-primary);
  --bs-btn-border-color: var(--ct-primary);
  --bs-btn-hover-bg: var(--ct-primary-dark);
  --bs-btn-hover-border-color: var(--ct-primary-dark);
  border-radius: 999px;
  font-weight: 700;
  padding: 0.85rem 1.25rem;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  min-width: 44px;
  padding: 0.58rem 0.92rem;
  font-size: 0.92rem;
}

.nav-cart-count {
  display: inline-grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--ct-primary);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 128px 0 72px;
  background: #fff;
}

.hero-simple {
  min-height: 480px;
  display: flex;
  align-items: center;
  padding: 120px 0 64px;
}

.hero-center {
  max-width: 1160px;
  position: relative;
  z-index: 2;
}

.hero::after {
  display: none;
}

.hero h1 {
  font-size: clamp(2.1rem, 3.9vw, 3.75rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-title-line:nth-child(2) {
  font-size: 0.78em;
}

.review-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.avatar-stack {
  display: flex;
  align-items: center;
  padding-left: 14px;
}

.avatar-stack img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.16);
  margin-left: -14px;
  background: #fff;
}

.review-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  width: fit-content;
  border-radius: 999px;
  padding: 0.62rem 0.9rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(229, 231, 235, 0.9);
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.08);
  color: #344054;
  font-size: 0.9rem;
  text-align: left;
}

.google-wordmark {
  display: inline-flex;
  align-items: center;
  padding-right: 0.75rem;
  border-right: 1px solid rgba(16, 24, 40, 0.12);
  line-height: 1;
}

.google-logo {
  width: 24px;
  height: 24px;
  display: block;
}

.stars {
  display: inline-flex;
  gap: 0.12rem;
  color: #fbbf24;
  letter-spacing: 0;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding-left: 1.45rem;
  padding-right: 1.15rem;
}

.scroll-icon {
  display: inline-block;
  font-size: 1.45rem;
  line-height: 1;
  animation: scrollDown 1.25s ease-in-out infinite;
}

@keyframes scrollDown {
  0%,
  100% {
    transform: translateY(-2px);
    opacity: 0.72;
  }
  50% {
    transform: translateY(4px);
    opacity: 1;
  }
}

section {
  padding: 76px 0;
}

.section-title {
  font-weight: 800;
  letter-spacing: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
}

.shop-section {
  background: linear-gradient(180deg, #fff, #f7faff);
}

.service-heading {
  max-width: 760px;
}

.service-filter-wrap {
  width: min(100%, 420px);
}

.service-filter {
  width: 210px;
  font-weight: 700;
  background-color: #fff;
}

.service-list {
  display: grid;
  gap: 0.85rem;
}

.service-card,
.cart-card {
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius);
  background: #fff;
  box-shadow: 0 12px 36px rgba(16, 24, 40, 0.05);
}

.service-card {
  position: relative;
  padding: 1rem 1.1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.service-main {
  min-width: 0;
}

.service-action {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

.service-price {
  font-weight: 800;
  color: var(--ct-primary-dark);
  font-size: 1.35rem;
  letter-spacing: 0;
}

.service-toggle {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border-radius: 999px;
  border: 1px solid #c7d7fe;
  background: #fff;
  color: var(--ct-primary);
  box-shadow: 0 10px 24px rgba(15, 98, 254, 0.1);
}

.service-toggle svg {
  width: 18px;
  height: 18px;
  display: block;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 700;
}

.service-tag--marketing {
  background: #eef4ff;
  color: #3538cd;
  border-color: #c7d7fe;
}

.service-tag--security {
  background: #ecfdf3;
  color: #067647;
  border-color: #abefc6;
}

.service-tag--performance {
  background: #fff7ed;
  color: #b54708;
  border-color: #fedf89;
}

.service-tag--integration {
  background: #ecfeff;
  color: #0e7490;
  border-color: #a5f3fc;
}

.service-tag--troubleshooting {
  background: #fef3f2;
  color: #b42318;
  border-color: #fecdca;
}

.cart-stack {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 0.85rem;
  align-self: start;
}

.cart-card {
  position: relative;
  top: 0;
  padding: 1.25rem;
  box-shadow: var(--ct-shadow);
}

.cart-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 0;
  border-bottom: 1px dashed #e5e7eb;
  font-size: 0.95rem;
}

.cart-line:last-child {
  border-bottom: 0;
}

.cart-summary-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #344054;
  font-size: 0.94rem;
  margin-top: 0.62rem;
}

.cart-summary-line:first-child {
  margin-top: 0;
}

.cart-summary-line strong {
  color: var(--ct-ink);
}

@media (max-width: 991.98px) {
  .hero {
    padding-top: 112px;
  }

  .hero-simple {
    min-height: 430px;
    padding-bottom: 56px;
  }
}

@media (max-width: 575.98px) {
  .hero h1 {
    font-size: clamp(1.9rem, 8.4vw, 2.35rem);
    line-height: 1.22;
  }

  .hero-title-line:nth-child(2) {
    font-size: 0.66em;
  }

  .review-badge {
    max-width: 100%;
    font-size: 0.84rem;
  }

  .service-card {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .service-action {
    justify-content: space-between;
    width: 100%;
  }

  .service-filter {
    width: min(190px, 52vw);
  }
}
