/* =========================================================
   AI Web Design Services — Figma 509:9375
   Do NOT set font-size / line-height / font-family on h1–h6 or p
   (those come from indexmain.css)
   ========================================================= */

html,
body {
  overflow-x: hidden;
  width: 100%;
}

img {
  max-width: 100%;
  display: block;
}

/* ---------- HERO (Figma 509:9377 — 1440×720) ---------- */
.webdesign-hero-section {
  position: relative;
  width: 100%;
  min-height: 720px;
  height: 720px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
  background: #f5f6ff;
}

.webdesign-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 0;
  pointer-events: none;
}

.webdesign-hero-section .container-width,
.webdesign-hero-section .row {
  position: relative;
  z-index: 2;
}

.webdesign-hero-content {
  width: 100%;
  max-width: 736px;
}

.webdesign-hero-content h1 {
  max-width: 736px;
  color: #0b0b2e;
  margin: 0 0 11px;
}

.lists-items {
  padding-top: 3px;
  margin: 0;
}

.lists-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lists-items li {
  font-size: 18px;
  font-weight: 400;
  color: #474650;
}

.webdesign-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 25px;
  height: 47px;
  padding: 14px 24px;
  text-decoration: none;
  background: linear-gradient(90deg, #6b5bff 0%, #b8a7ff 100%);
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s ease;
}

.webdesign-hero-btn:hover {
  background: #684bff;
  color: #fff;
}

.webdesign-hero-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* ---------- CLIENT RESULTS ---------- */
.webDesignServicesResults {
  padding: 70px 0 80px;
  background: #fff;
}

.webDesignServicesResults__header {
  text-align: center;
  margin-bottom: 36px;
}

.webDesignServicesResults__header h2 {
  color: #0b0b2e;
  margin-bottom: 8px;
}

.webDesignServicesResults__header p {
  color: #474650;
  margin: 0;
}

.webDesignServicesResults__card {
  height: 100%;
  padding: 28px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e8e6f4;
  box-shadow: 0 12px 40px rgba(5, 5, 62, 0.08);
  display: flex;
  flex-direction: column;
}

.webDesignServicesResults__stars {
  color: #f5b301;
  font-size: 14px;
  margin-bottom: 16px;
  display: flex;
  gap: 4px;
}

.webDesignServicesResults__quote {
  flex: 1;
  font-style: italic;
  color: #474650;
  margin-bottom: 22px;
}

.webDesignServicesResults__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.webDesignServicesResults__author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.webDesignServicesResults__author strong {
  color: #0b0b2e;
  font-size: 15px;
  font-weight: 600;
}

.webDesignServicesResults__author span {
  color: #474650;
  font-size: 14px;
}

.webDesignServicesResults__ctaWrap {
  text-align: center;
  margin-top: 42px;
}

.webDesignServicesResults__ctaWrap p {
  color: #0b0b2e;
  margin-bottom: 16px;
}

.webDesignServicesResults__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 8px;
  background: linear-gradient(90deg, #6957ff 0%, #b59dff 100%);
  color: #fff !important;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.webDesignServicesResults__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(105, 87, 255, 0.28);
  color: #fff !important;
}

/* ---------- ABOUT 2026 ---------- */
.webDesignServicesAbout {
  padding: 80px 0;
  background: #f5f6ff;
}

.webDesignServicesAbout__title {
  color: #0b0b2e;
  margin-bottom: 20px;
}

.webDesignServicesAbout__title span {
  background: linear-gradient(90deg, #6957ff 0%, #b59dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.webDesignServicesAbout__text {
  color: #474650;
  margin-bottom: 22px;
}

.webDesignServicesAbout__warning {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px 18px;
  border-radius: 14px;
  background: #f7f0f0;
  border: 1px solid #eadfdf;
}

.webDesignServicesAbout__warning i {
  color: #d97706;
  margin-top: 3px;
}

.webDesignServicesAbout__warning p {
  margin: 0;
  color: #474650;
}

.webDesignServicesAbout__stack {
  display: grid;
  gap: 16px;
}

.webDesignServicesAbout__compare {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 20px;
  border-radius: 18px;
}

.webDesignServicesAbout__compare span {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.webDesignServicesAbout__compare p {
  margin: 0;
}

.webDesignServicesAbout__compare--light {
  background: #fff;
  box-shadow: 0 10px 30px rgba(5, 5, 62, 0.06);
}

.webDesignServicesAbout__compare--light span {
  background: #eceaf8;
  color: #05053e;
}

.webDesignServicesAbout__compare--light p {
  color: #474650;
}

.webDesignServicesAbout__compare--dark {
  background: #05053e;
}

.webDesignServicesAbout__compare--dark span {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.webDesignServicesAbout__compare--dark p {
  color: rgba(255, 255, 255, 0.88);
}

.webDesignServicesAbout__compare--dark strong {
  color: #fff;
}

/* ---------- SERVICES OFFER ---------- */
.webDesignServicesOffer {
  padding: 80px 0;
  background: #05053e;
}

.webDesignServicesOffer__header {
  max-width: 820px;
  margin-bottom: 36px;
}

.webDesignServicesOffer__header h2 {
  color: #fff;
  margin-bottom: 14px;
}

.webDesignServicesOffer__header p {
  color: rgba(230, 226, 255, 0.78);
  margin: 0;
}

.webDesignServicesOffer__card {
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #12124a;
  display: flex;
  flex-direction: column;
}

.webDesignServicesOffer__media {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0b0b3a;
}

.webDesignServicesOffer__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webDesignServicesOffer__body {
  padding: 22px 20px 24px;
}

.webDesignServicesOffer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(181, 157, 255, 0.16);
  color: #fff;
}

.webDesignServicesOffer__card h3 {
  color: #fff;
  margin-bottom: 8px;
}

.webDesignServicesOffer__tag {
  color: #b9a8ff !important;
  font-style: italic;
  margin-bottom: 10px !important;
}

.webDesignServicesOffer__body > p:last-child {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.webDesignServicesOffer__body a {
  color: #fff !important;
  font-weight: 700;
}

.webDesignServicesOffer__banner {
  margin-top: 42px;
  padding: 28px 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, #1a1a5c 0%, #2a1f6e 100%);
  border: 1px solid rgba(181, 157, 255, 0.25);
  box-shadow: 0 0 40px rgba(105, 87, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.webDesignServicesOffer__banner h3 {
  color: #fff;
  margin-bottom: 8px;
}

.webDesignServicesOffer__banner p {
  color: rgba(230, 226, 255, 0.75);
  margin: 0;
  max-width: 620px;
}

.webDesignServicesOffer__bannerBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6957ff 0%, #b59dff 100%);
  color: #fff !important;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 0 24px rgba(181, 157, 255, 0.45);
  transition: transform 0.25s ease;
}

.webDesignServicesOffer__bannerBtn:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

/* ---------- GEO / AEO ---------- */
.webDesignServicesGeo {
  padding: 80px 0;
  background: #f5f6ff;
}

.webDesignServicesGeo__header {
  max-width: 860px;
  margin-bottom: 36px;
}

.webDesignServicesGeo__header h2 {
  color: #0b0b2e;
  margin-bottom: 14px;
}

.webDesignServicesGeo__header p {
  color: #474650;
  margin: 0;
}

.webDesignServicesGeo__card {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(5, 5, 62, 0.06);
}

.webDesignServicesGeo__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eceaf8;
}

.webDesignServicesGeo__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webDesignServicesGeo__body {
  padding: 22px 20px 24px;
}

.webDesignServicesGeo__badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e6e2ff;
  color: #6c5efb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.webDesignServicesGeo__card h3 {
  color: #05053e;
  margin-bottom: 10px;
}

.webDesignServicesGeo__body p {
  color: #474650;
  margin: 0;
}

.webDesignServicesGeo__body a {
  color: #05053e !important;
  font-weight: 700;
}

/* ---------- RANKING ---------- */
.webDesignServicesRanking {
  padding: 80px 0;
  background: #fff;
}

.webDesignServicesRanking__header {
  max-width: 760px;
  margin-bottom: 34px;
}

.webDesignServicesRanking__header h2 {
  color: #0b0b2e;
  margin-bottom: 14px;
}

.webDesignServicesRanking__header h2 span {
  color: #6c5efb;
}

.webDesignServicesRanking__header p {
  color: #474650;
  margin: 0;
}

.webDesignServicesRanking__card {
  height: 100%;
  padding: 20px 18px;
  border-radius: 14px;
  border: 1px solid #e7e5f5;
  background: #fff;
}

.webDesignServicesRanking__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #6c5efb;
  color: #fff;
  font-size: 12px;
}

.webDesignServicesRanking__card p {
  margin: 0;
  color: #474650;
}

.webDesignServicesRanking__card strong {
  color: #05053e;
}

/* ---------- INDUSTRIES / SLIDER ---------- */
.webDesignServicesIndustries {
  padding: 80px 0 40px;
  background: #f5f6ff;
}

.webDesignServicesIndustries__header {
  max-width: 640px;
  margin-bottom: 40px;
}

.webDesignServicesIndustries__header h2 {
  color: #0b0b2e;
  margin-bottom: 16px;
}

.webDesignServicesIndustries__header h2 span {
  color: #8f7dff;
}

.webDesignServicesIndustries__header p {
  color: #474650;
  margin-bottom: 14px;
}

.webDesignServicesIndustries__accent {
  color: #8f7dff !important;
  margin-bottom: 0 !important;
}

.webDesignServicesIndustries__card {
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ebe9f6;
  box-shadow: 0 8px 24px rgba(11, 11, 46, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.webDesignServicesIndustries__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(11, 11, 46, 0.1);
}

.webDesignServicesIndustries__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f0eefc;
}

.webDesignServicesIndustries__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.webDesignServicesIndustries__card:hover .webDesignServicesIndustries__media img {
  transform: scale(1.04);
}

.webDesignServicesIndustries__body {
  padding: 22px 20px 24px;
}

.webDesignServicesIndustries__body h3 {
  color: #8f7dff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.webDesignServicesIndustries__body p {
  color: #474650;
  margin: 0;
}

.webDesignServicesSlider {
  width: 100%;
}

.webDesignServicesSlider .slider-window {
  width: 100%;
  overflow: hidden;
}

.webDesignServicesSlider .slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.webDesignServicesSlider .slider-item {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
}

.webDesignServicesSlider .slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 36px;
}

.webDesignServicesSlider .slider-arrow {
  width: 46px;
  height: 46px;
  border: none;
  outline: none;
  border-radius: 50%;
  background: #fff;
  color: #6d5ef9;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.webDesignServicesSlider .slider-arrow:hover:not(:disabled) {
  background: #6d5ef9;
  color: #fff;
}

.webDesignServicesSlider .slider-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
}

.webDesignServicesSlider .slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.webDesignServicesSlider .slider-dots button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: #d8d8d8;
  padding: 0;
  cursor: pointer;
  transition: 0.35s;
}

.webDesignServicesSlider .slider-dots button.active {
  width: 28px;
  border-radius: 20px;
  background: #6d5ef9;
}

.webDesignServicesIndustries__contactBar {
  padding: 50px 0;
  text-align: center;
  background: #fff;
}

.webDesignServicesIndustries__contactBar p {
  margin: 0;
  color: #8f7dff;
  font-weight: 600;
}

.webDesignServicesIndustries__contactBar a {
  color: #8f7dff !important;
  margin: 0 6px;
}

.webDesignServicesIndustries__contactBar span {
  margin: 0 8px;
  opacity: 0.5;
}

/* ---------- FAQ ---------- */
.webDesignServicesFaq {
  position: relative;
  padding: 50px 0;
  background: #e6e2ff;
  overflow: hidden;
}

.webDesignServicesFaq__header {
  position: relative;
  text-align: center;
  margin-bottom: 36px;
  z-index: 2;
}

.webDesignServicesFaq__watermark {
  position: absolute;
  top: 94px;
  left: 10%;
  transform: translate(-50%, -50%);
  font-size: clamp(120px, 18vw, 324px);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(105, 87, 255, 0.08);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.webDesignServicesFaq__header h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #0b0b2e;
}

.webDesignServicesFaq__header h2 span {
  color: #6c5efb;
}

.webDesignServicesFaq__accordion {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 900px;
}

#webDesignServicesFaqAccordion {
  z-index: 9;
}

.webDesignServicesFaq__item {
  border: 0 !important;
  margin-bottom: 14px;
  border-radius: 18px !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(5, 5, 62, 0.05);
}

.webDesignServicesFaq__item .accordion-button {
  background: #fff;
  color: #05053e;
  font-weight: 600;
  box-shadow: none !important;
  padding: 20px 24px;
}

.webDesignServicesFaq__item .accordion-button:not(.collapsed) {
  background: #fff;
  color: #05053e;
}

.webDesignServicesFaq__item .accordion-body {
  padding: 0 24px 22px;
  color: #474650;
}

/* ---------- AUDIT CTA ---------- */
.webDesignServicesAudit {
  padding: 90px 0;
  background:
    radial-gradient(circle at 85% 85%, rgba(105, 87, 255, 0.28), transparent 35%),
    #05053e;
  text-align: center;
}

.webDesignServicesAudit__eyebrow {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
  font-size: 14px;
}

.webDesignServicesAudit h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.webDesignServicesAudit h2 span {
  color: #b59dff;
}

.webDesignServicesAudit__lead {
  max-width: 780px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.78);
}

.webDesignServicesAudit__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 14px;
  margin-bottom: 36px;
}

.webDesignServicesAudit__grid {
  margin-bottom: 36px;
}

.webDesignServicesAudit__card {
  height: 100%;
  text-align: left;
  padding: 22px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.webDesignServicesAudit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(181, 157, 255, 0.15);
  color: #cfc0ff;
}

.webDesignServicesAudit__card h3 {
  color: #fff;
  margin-bottom: 8px;
}

.webDesignServicesAudit__card p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.webDesignServicesAudit__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.webDesignServicesAudit__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 5px;
  font-weight: 600;
  transition: transform 0.25s ease, background 0.25s ease;
}

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

.webDesignServicesAudit__btn--solid {
  background: #b59dff;
  color: #fff !important;
}

.webDesignServicesAudit__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff !important;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991.98px) {
  .webdesign-hero-section {
    height: auto;
    min-height: 560px;
    padding: 80px 0;
  }

  .webdesign-hero-bg {
    object-position: 70% center;
    opacity: 0.45;
  }

  .webdesign-hero-content {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .webdesign-hero-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .webDesignServicesOffer__banner {
    padding: 24px;
  }

  .webDesignServicesAbout,
  .webDesignServicesOffer,
  .webDesignServicesGeo,
  .webDesignServicesRanking,
  .webDesignServicesIndustries,
  .webDesignServicesFaq,
  .webDesignServicesAudit,
  .webDesignServicesResults {
    padding: 60px 0;
  }

  .webDesignServicesSlider .slider-item {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (max-width: 767.98px) {
  .webdesign-hero-section {
    min-height: 480px;
    padding: 64px 0;
  }

  .webdesign-hero-btn,
  .webDesignServicesOffer__bannerBtn,
  .webDesignServicesResults__cta {
    width: 100%;
    justify-content: center;
  }

  .webDesignServicesAbout__compare {
    flex-direction: column;
    gap: 12px;
  }

  .webDesignServicesSlider .slider-track {
    gap: 16px;
  }

  .webDesignServicesSlider .slider-item {
    flex: 0 0 100%;
  }

  .webDesignServicesSlider .slider-controls {
    margin-top: 30px;
    gap: 12px;
  }

  .webDesignServicesSlider .slider-arrow {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .webDesignServicesIndustries__contactBar a {
    display: inline-block;
    margin: 4px 0;
  }

  .webDesignServicesIndustries__contactBar span {
    display: none;
  }

  .webDesignServicesFaq__item .accordion-button {
    padding: 16px 18px;
  }

  .webDesignServicesAudit__pill {
    font-size: 12px;
    text-align: left;
  }

  .webDesignServicesAudit__btn {
    width: 100%;
    justify-content: center;
  }
}
