.website-category-page main section {
  scroll-margin-top: 11rem;
}

.wc-hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  color: #fff;
  background: var(--dark);
}

.wc-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(6, 18, 51, 0.96) 0%, rgba(6, 18, 51, 0.78) 48%, rgba(6, 18, 51, 0.32) 100%),
    url("../images/hero-website.webp") center / cover no-repeat;
}

.wc-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(215, 34, 42, 0.36), transparent 26%),
    radial-gradient(circle at 78% 18%, rgba(24, 200, 255, 0.22), transparent 30%),
    linear-gradient(180deg, transparent 54%, rgba(6, 18, 51, 0.84) 100%);
}

.wc-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(42rem, 0.74fr);
  align-items: center;
  gap: 6rem;
  padding: 15rem 0 7rem;
}

.wc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.35rem;
  font-weight: 800;
}

.wc-breadcrumb em {
  font-style: normal;
}

.wc-hero h1 {
  margin: 0;
  max-width: 82rem;
  font-size: clamp(4.8rem, 7vw, 8rem);
  line-height: 1.02;
}

.wc-hero-copy p {
  max-width: 76rem;
  margin: 2.4rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
}

.wc-hero-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2.8rem;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 2.4rem 8rem rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(1.8rem);
  -webkit-backdrop-filter: blur(1.8rem);
}

.wc-hero-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.wc-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.wc-hero-stats div {
  min-height: 8.8rem;
  padding: 1.5rem;
  background: rgba(6, 18, 51, 0.76);
}

.wc-hero-stats strong,
.wc-hero-stats span {
  display: block;
}

.wc-hero-stats strong {
  color: #fff;
  font-size: 2rem;
}

.wc-hero-stats span {
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.3rem;
}

.wc-quick {
  position: relative;
  z-index: 2;
  margin-top: -4.4rem;
}

.wc-quick-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92)),
    radial-gradient(circle at 0% 0%, rgba(215, 34, 42, 0.08), transparent 38%);
  box-shadow: 0 2.2rem 6rem rgba(16, 24, 40, 0.13);
  backdrop-filter: blur(1.6rem);
  -webkit-backdrop-filter: blur(1.6rem);
}

.wc-quick-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: center;
  column-gap: 1rem;
  min-height: 9.6rem;
  padding: 1.8rem 1.6rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.wc-quick-card + .wc-quick-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2.1rem;
  bottom: 2.1rem;
  width: 0.1rem;
  background: linear-gradient(180deg, transparent, rgba(16, 24, 40, 0.14), transparent);
}

.wc-quick-card:hover {
  background: rgba(255, 255, 255, 0.52);
}

.wc-quick-card i {
  grid-row: span 2;
  width: 3.6rem;
  height: 3.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #101828;
  background: rgba(16, 24, 40, 0.04);
  box-shadow: inset 0 0 0 0.1rem rgba(16, 24, 40, 0.12);
}

.wc-quick-card svg {
  width: 1.9rem;
  height: 1.9rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wc-quick-card strong {
  display: block;
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1.25;
}

.wc-quick-card span {
  display: -webkit-box;
  overflow: hidden;
  max-width: 16rem;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.42;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wc-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
}

.wc-problem-card {
  display: grid;
  grid-template-rows: 2.8rem 6.2rem minmax(0, 1fr);
  gap: 0.7rem;
  min-height: 22.6rem;
  padding: 2.1rem 2.2rem;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 1.6rem 4rem rgba(17, 24, 39, 0.06);
}

.wc-problem-card span {
  display: flex;
  align-items: flex-start;
  color: var(--red);
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 900;
}

.wc-problem-card h3 {
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-size: 2rem;
  line-height: 1.26;
}

.wc-problem-card p,
.wc-service-card p,
.wc-faq-item p,
.wc-chooser-panel p {
  color: var(--muted);
}

.wc-problem-card p {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.68;
}

.wc-choose-section {
  background: #fff;
}

.wc-chooser {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 2.6rem;
  background: #fff;
  box-shadow: 0 2rem 6rem rgba(17, 24, 39, 0.08);
}

.wc-chooser-tabs,
.wc-service-tabs {
  display: grid;
  gap: 0.8rem;
  padding: 0.8rem;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 1.4rem;
  background: #f4f6fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.wc-chooser-tabs {
  grid-template-columns: repeat(6, 1fr);
  border-bottom-color: rgba(17, 24, 39, 0.1);
  border-radius: 2.6rem 2.6rem 0rem 0rem;
}

.wc-service-tabs {
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 3rem;
}

.wc-chooser-tabs button,
.wc-service-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 4.8rem;
  border: 0;
  border-radius: 1rem;
  color: #5d6b82;
  background: transparent;
  cursor: pointer;
  font-size: 1.48rem;
  font-weight: 900;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.wc-chooser-tabs button svg,
.wc-service-tabs button svg {
  width: 1.9rem;
  height: 1.9rem;
  flex: 0 0 auto;
}

.wc-chooser-tabs button:hover,
.wc-service-tabs button:hover {
  color: var(--blue);
  background: rgba(255, 255, 255, 0.68);
}

.wc-chooser-tabs button.active,
.wc-service-tabs button.active {
  color: #fff;
  background: #2d56df;
  box-shadow: 0 1.4rem 3rem rgba(45, 86, 223, 0.24);
}

.wc-chooser-panel {
  display: none;
  grid-template-columns: minmax(36rem, 0.88fr) minmax(0, 1.12fr);
  gap: 3rem;
  align-items: center;
  padding: 3rem;
}

.wc-chooser-panel.active {
  display: grid;
}

.wc-chooser-panel img {
  display: block;
  width: 100%;
  height: clamp(28rem, 25vw, 38rem);
  aspect-ratio: 16 / 10;
  border-radius: 2rem;
  object-fit: cover;
}

.wc-chooser-panel strong {
  display: block;
  color: var(--ink);
  font-size: 2.8rem;
  line-height: 1.2;
}

.wc-chooser-panel .wc-recommend-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.wc-recommend-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(215, 34, 42, 0.18);
  border-radius: 99rem;
  color: var(--red);
  background: rgba(215, 34, 42, 0.08);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.wc-chooser-panel p {
  margin: 1.5rem 0 0;
  font-size: 1.7rem;
}

.wc-chooser-panel a {
  display: inline-flex;
  margin-top: 2rem;
  color: var(--blue);
  font-weight: 900;
}

.wc-chooser-panel .wc-recommend-title a {
  margin-top: 0;
  color: inherit;
}

.wc-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.wc-service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 1.6rem 4rem rgba(17, 24, 39, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.wc-service-card.is-hidden {
  display: none;
}

.wc-service-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 2.4rem 6rem rgba(17, 24, 39, 0.12);
}

.wc-service-card img {
  display: block;
  width: 100%;
  height: clamp(20rem, 16vw, 28rem);
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.wc-service-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 2.2rem;
}

.wc-service-card span {
  width: max-content;
  max-width: 100%;
  padding: 0.45rem 0.9rem;
  border-radius: 99rem;
  color: var(--red);
  background: rgba(215, 34, 42, 0.07);
  font-size: 1.25rem;
  font-weight: 900;
}

.wc-service-card h3 {
  margin: 1.4rem 0 0;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1.3;
}

.wc-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
}

.wc-service-card svg {
  width: 1.8rem;
  height: 1.8rem;
}

.wc-mobile-section {
  color: #fff;
  background:
    linear-gradient(120deg, rgba(6, 18, 51, 0.94), rgba(6, 18, 51, 0.62)),
    url("../images/hero-tech-office.webp") center / cover no-repeat;
}

.wc-two-column,
.wc-search-layout,
.wc-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 5rem;
  align-items: start;
}

.wc-mobile-section .section-head p {
  color: rgba(255, 255, 255, 0.74);
}

.wc-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

.wc-feature-list div,
.wc-search-grid div {
  min-height: 15rem;
  padding: 2.2rem;
  border-radius: 1.8rem;
}

.wc-feature-list div {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1.4rem);
  -webkit-backdrop-filter: blur(1.4rem);
}

.wc-feature-list strong,
.wc-feature-list span,
.wc-search-grid strong,
.wc-search-grid span {
  display: block;
}

.wc-feature-list strong {
  color: #fff;
  font-size: 2rem;
}

.wc-feature-list span {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
}

.wc-search-card {
  padding: 3rem;
  border-radius: 2.4rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(215, 34, 42, 0.94), rgba(30, 80, 226, 0.92)),
    var(--blue);
  box-shadow: 0 2rem 6rem rgba(30, 80, 226, 0.18);
}

.wc-search-card .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.wc-search-card h2 {
  margin: 0;
  font-size: clamp(3rem, 3.2vw, 4.4rem);
  line-height: 1.12;
}

.wc-search-card p {
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.wc-search-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

.wc-search-grid div {
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #fff;
}

.wc-search-grid strong {
  color: var(--ink);
  font-size: 2rem;
}

.wc-search-grid span {
  margin-top: 0.8rem;
  color: var(--muted);
}

.wc-proof-section {
  background: #fff;
}

.wc-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.wc-proof-card {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 1.6rem 4rem rgba(17, 24, 39, 0.06);
}

.wc-proof-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.wc-proof-card span,
.wc-proof-card strong {
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wc-proof-card span {
  padding-top: 2rem;
  color: var(--red);
  font-weight: 900;
}

.wc-proof-card strong {
  padding-bottom: 2rem;
  margin-top: 0.8rem;
  font-size: 1.9rem;
  line-height: 1.4;
}

.wc-faq-list {
  display: grid;
  gap: 1.2rem;
}

.wc-faq-item {
  padding: 2rem;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 1.8rem;
  background: #fff;
}

.wc-faq-item summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 1.8rem;
  font-weight: 900;
}

.wc-faq-item p {
  margin-bottom: 0;
}

.wc-privacy-note {
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.35rem;
}

@media (max-width: 1180px) {
  .wc-hero-inner,
  .wc-two-column,
  .wc-search-layout,
  .wc-faq-layout {
    grid-template-columns: 1fr;
  }

  .wc-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wc-quick-card:nth-child(4)::before {
    display: none;
  }

  .wc-quick-card:nth-child(n + 4)::after {
    content: "";
    position: absolute;
    left: 1.8rem;
    right: 1.8rem;
    top: 0;
    height: 0.1rem;
    background: linear-gradient(90deg, transparent, rgba(16, 24, 40, 0.12), transparent);
  }

  .wc-problem-grid,
  .wc-service-grid,
  .wc-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-chooser-tabs {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .website-category-page main section {
    scroll-margin-top: 8.8rem;
  }

  .wc-hero {
    min-height: auto;
  }

  .wc-hero-inner {
    min-height: auto;
    padding: 12rem 0 5.2rem;
  }

  .wc-hero h1 {
    font-size: 4.2rem;
  }

  .wc-hero-copy p {
    font-size: 1.65rem;
  }

  .wc-hero-panel {
    display: none;
  }

  .wc-quick {
    margin-top: 0;
    padding: 1.6rem 0 0;
    background: #fff;
  }

  .wc-problem-grid,
  .wc-service-grid,
  .wc-feature-list,
  .wc-search-grid,
  .wc-proof-grid {
    grid-template-columns: 1fr;
  }

  .wc-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 1.6rem;
  }

  .wc-quick-card {
    min-height: 10.2rem;
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
    padding: 1.5rem;
  }

  .wc-quick-card + .wc-quick-card::before {
    left: 0;
    right: auto;
    top: 1.5rem;
    bottom: 1.5rem;
    width: 0.1rem;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(16, 24, 40, 0.13), transparent);
  }

  .wc-quick-card:nth-child(4)::before {
    display: block;
  }

  .wc-quick-card:nth-child(3)::before,
  .wc-quick-card:nth-child(5)::before {
    display: none;
  }

  .wc-quick-card:nth-child(n + 3)::after {
    display: block;
    content: "";
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    top: 0;
    height: 0.1rem;
    background: linear-gradient(90deg, transparent, rgba(16, 24, 40, 0.13), transparent);
  }

  .wc-quick-card i {
    grid-row: auto;
    width: 3.2rem;
    height: 3.2rem;
  }

  .wc-quick-card strong {
    font-size: 1.42rem;
  }

  .wc-quick-card span {
    max-width: none;
    font-size: 1.18rem;
    line-height: 1.42;
  }

  .wc-chooser-tabs,
  .wc-service-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .wc-chooser-panel.active {
    grid-template-columns: 1fr;
    padding: 1.6rem;
  }

  .wc-chooser-panel strong {
    font-size: 2.4rem;
  }

  .wc-chooser-panel .wc-recommend-title {
    gap: 0.8rem;
  }

  .wc-recommend-tag {
    min-height: 2.8rem;
    padding: 0.4rem 0.85rem;
    font-size: 1.25rem;
  }

  .wc-service-tabs {
    border-radius: 1.6rem;
  }
}

@media (max-width: 430px) {
  .wc-chooser-tabs,
  .wc-service-tabs {
    grid-template-columns: 1fr;
  }
}

