/* /web-design/ page styles. Loaded only on the Web Tasarim page. */

/* Migrated from global.css: /web-design/ scoped overrides. */
/* Final service-page desktop sizing. */
@media (min-width: 1024px){
.web-design-page .service-hero-inner{
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 100px;
  }

.web-design-page .service-hero-character{
    width: min(320px, 100%);
    max-height: 410px;
    object-fit: contain;
  }
}

/* Web design page: use the available desktop width. */
@media (min-width: 1024px){
.web-design-page .service-hero-inner,
.web-design-page .white-content-card,
.web-design-page .service-two-cards,
.web-design-page .service-lead,
.web-design-page .service-article,
.web-design-page .why-card,
.web-design-page .service-faq{
    width: min(1200px, calc(100% - 96px)) !important;
    max-width: none;
  }

.web-design-page .white-content-card{
    padding-right: 72px;
    padding-left: 72px;
  }

.web-design-page .service-lead{
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 150px;
  }

.web-design-page .service-article{
    padding-right: 40px;
    padding-left: 40px;
  }
}

/* Final web-design hero character size. */
@media (min-width: 1024px){
.web-design-page .service-hero-inner{
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 80px;
  }

.web-design-page .service-hero-character{
    width: 260px !important;
    max-width: 260px !important;
    height: auto !important;
    max-height: 350px !important;
    justify-self: center;
    object-fit: contain;
    transform: none !important;
  }
}

/* Every primary content block follows the same desktop container. */
@media (min-width: 901px){
.web-design-page.unified-service-page .service-hero-inner,
.web-design-page.unified-service-page .white-content-card,
.web-design-page.unified-service-page .service-two-cards,
.web-design-page.unified-service-page .service-lead,
.web-design-page.unified-service-page .service-article,
.web-design-page.unified-service-page .why-card,
.web-design-page.unified-service-page .service-faq{
    box-sizing: border-box;
    width: min(1200px, calc(100% - 64px));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
}

.web-design-page > .faq-section{
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.service-hero-character{
      display: block;
      width: min(300px, 100%);
      height: auto;
      justify-self: center;
      filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.16));
    }

.blue-eyebrow{
      margin: 0 0 10px;
      color: #56b8c6;
      font-size: 16px;
      font-weight: 400;
    }

@media (min-width: 1024px) {
.web-design-page .service-hero{
    padding: 94px 48px 142px;
  }

.web-design-page .service-hero-inner{
    width: min(1280px, calc(100% - 72px));
    min-height: 420px;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 150px;
  }

.web-design-page .service-hero h1{
    font-size: clamp(56px, 5.2vw, 86px);
    letter-spacing: 0;
  }

.web-design-page .service-hero-character{
    width: min(420px, 100%);
  }

.web-design-page .white-content-card,
.web-design-page .service-two-cards,
.web-design-page .why-card{
    width: min(1280px, calc(100% - 96px));
  }

.web-design-page .white-content-card{
    padding: 58px 68px 56px;
    margin-bottom: 96px;
  }

.web-design-page .white-content-card h2,
.web-design-page .service-article h2{
    font-size: 34px;
  }

.web-design-page .white-content-card p,
.web-design-page .service-article p{
    font-size: 18px;
    line-height: 1.72;
  }

.web-design-page .service-two-cards{
    gap: 42px;
    margin-bottom: 112px;
  }

.web-design-page .service-two-cards article{
    min-height: 292px;
    padding: 58px 60px;
  }

.web-design-page .service-two-cards h2{
    font-size: 32px;
  }

.web-design-page .service-two-cards p{
    font-size: 18px;
    line-height: 1.68;
  }

.web-design-page .price-card{
    margin-top: 116px;
  }

.web-design-page .service-lead{
    width: min(1220px, calc(100% - 96px));
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 130px;
    margin: 120px auto 156px;
  }

.web-design-page .lead-copy h2{
    font-size: 33px;
    line-height: 1.34;
  }

.web-design-page .lead-copy ul{
    gap: 22px;
    font-size: 19px;
  }

.web-design-page .lead-form h2{
    margin-bottom: 24px;
    font-size: 34px;
  }

.web-design-page .lead-form .callback-form{
    padding: 34px 32px 32px;
  }

.web-design-page .service-article{
    width: min(1200px, calc(100% - 96px));
    margin-bottom: 112px;
  }

.web-design-page .why-card{
    padding: 62px 80px 72px;
    margin-bottom: 142px;
  }

.web-design-page .why-card > h2{
    font-size: 36px;
  }

.web-design-page .why-card > span{
    width: min(760px, 100%);
    font-size: 18px;
  }

.web-design-page .why-grid{
    gap: 66px 78px;
  }

.web-design-page .service-faq{
    width: min(1280px, calc(100% - 96px));
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 120px;
  }
}

@media (min-width: 1024px) {
.web-design-page .service-hero-inner,
.web-design-page .white-content-card,
.web-design-page .service-two-cards,
.web-design-page .why-card,
.web-design-page .service-faq{
    width: min(1280px, calc(100% - 96px));
  }

.web-design-page .service-hero-inner{
    min-height: 420px;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 150px;
  }

.web-design-page .service-lead{
    width: min(1220px, calc(100% - 96px));
  }

.web-design-page .service-article{
    width: min(1200px, calc(100% - 96px));
  }
}

@media (min-width: 1400px) {
.web-design-page .service-hero-inner,
.web-design-page .white-content-card,
.web-design-page .service-two-cards,
.web-design-page .why-card,
.web-design-page .service-faq{
    width: min(1320px, calc(100% - 120px));
  }
}
.service-project-slider{
  width: 100%;
  overflow: hidden;
  padding: 4px 0 8px;
}

.service-project-slider .swiper-wrapper{
  align-items: center;
}

.service-project-slide{
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.service-project-slide:not(.swiper-slide-active){
  opacity: 0.82;
}

.service-project-link{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.service-project-slider .laptop{
  position: relative;
  display: block;
  width: min(520px, 92%);
  height: auto;
  aspect-ratio: 1.72 / 1;
  flex: 0 0 auto;
}

.service-project-slider .laptop-screen{
  position: absolute;
  top: 0;
  left: 7%;
  display: block;
  width: 86%;
  height: 94%;
  overflow: hidden;
  border: 5px solid #080808;
  border-bottom-width: 12px;
  border-radius: 10px 10px 4px 4px;
  background: #ffffff;
}

.service-project-slider .laptop-screen img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: top center;
}

.service-project-slider .laptop-base{
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 13px;
  border-radius: 0 0 70px 70px;
  background: linear-gradient(180deg, #a2a9ac, #404548 60%, #191b1c);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.22);
}

.service-project-slider .laptop-base::after{
  content: "";
  position: absolute;
  top: 1px;
  left: 43%;
  width: 14%;
  height: 6px;
  border-radius: 0 0 12px 12px;
  background: #202326;
}

.service-project-placeholder{
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 24px;
  color: #ffffff;
  background: #0b4f68;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}

.service-project-slider .service-project-pagination{
  position: static;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 58px;
}

.service-project-slider .service-project-pagination .project-dot{
  margin: 0;
}


@media (max-width: 820px) {
.service-project-slider .laptop{
    width: min(440px, 94%);
  }

.service-project-slider .service-project-pagination{
    margin-top: 38px;
  }
}

@media (max-width: 560px) {
.service-project-slider .laptop{
    width: 94%;
  }

.service-project-slider .laptop-screen{
    border-width: 4px;
    border-bottom-width: 9px;
  }

.service-project-slider .laptop-base{
    height: 10px;
  }
}
.web-design-page > .faq-section{
  padding-bottom: 48px;
}


@media (min-width: 1200px) {
.web-design-page > .faq-section{
    padding-bottom: 120px;
  }
}

@media (max-width: 560px) {
.web-design-page > .faq-section{
    padding-bottom: 30px;
  }
}
without laptop mockups. */
.service-project-image{
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(48, 184, 255, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 20px 42px rgba(0, 10, 28, 0.24);
}

.service-project-image{
  aspect-ratio: 16 / 9;
}

.service-project-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.service-project-link:hover .service-project-image img,
.service-project-link:focus-visible .service-project-image img{
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.04);
}

.service-project-link{
  display: block;
}

.service-project-slider .service-project-slide{
  display: flex;
  align-items: center;
}

.web-design-page.unified-service-page .service-hero{
  width: 100%;
  padding-right: 32px;
  padding-bottom: 64px;
  padding-left: 32px;
}

.web-design-page.unified-service-page .service-hero-inner{
  width: min(1200px, 100%);
  min-height: 368px;
}

.web-design-page.unified-service-page .service-hero h1{
  font-size: clamp(48px, 4.8vw, 60px);
  font-weight: 800;
  line-height: 1.08;
}


@media (max-width: 900px) {
.web-design-page.unified-service-page .service-hero h1{
    font-size: clamp(38px, 10vw, 44px);
  }
}
.web-design-page .faq-section{
  padding: 76px 24px 96px;
  background:
    radial-gradient(ellipse 70% 44% at 50% 12%, rgba(9, 75, 145, 0.24), transparent 72%),
    linear-gradient(180deg, #052746 0%, #04213a 58%, #031725 100%);
}

.web-design-page .faq-inner{
  width: min(980px, 100%);
}

.web-design-page .faq-title{
  margin-bottom: 46px;
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 900;
}

.web-design-page .faq-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: min(920px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.web-design-page .faq-entry{
  border-bottom: 1px solid rgba(120, 180, 220, 0.32);
}

.web-design-page .faq-item{
  min-height: 72px;
  padding: 15px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.web-design-page .faq-item svg{
  width: 30px;
  height: 30px;
  padding: 7px;
  border: 1px solid #35b9f4;
  border-radius: 50%;
  color: #57caff;
  stroke: currentColor;
  stroke-width: 2.4;
}

.web-design-page .faq-answer p{
  padding: 0 52px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.65;
}

.web-design-page .faq-entry.is-open .faq-answer p{
  padding-bottom: 24px;
}


@media (max-width: 760px) {
.web-design-page .faq-section{
    padding: 58px 18px 76px;
  }

.web-design-page .faq-title{
    margin-bottom: 32px;
    font-size: 31px;
  }

.web-design-page .faq-item{
    min-height: 66px;
    gap: 18px;
    font-size: 16px;
  }

.web-design-page .faq-item svg{
    width: 28px;
    height: 28px;
    padding: 6px;
  }

.web-design-page .faq-answer p{
    padding-right: 42px;
    font-size: 15px;
  }
}
/* Web Design: SEO and conversion landing page enhancements. */
.web-design-page .web-design-conversion-hero .service-hero-inner{
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 84px;
}

.web-design-hero-visual{
  position: relative;
  display: flex;
  width: 360px;
  min-height: 420px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 26px;
  border: 1px solid rgba(93, 205, 255, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 15%, rgba(72, 214, 255, 0.18), transparent 52%),
    rgba(2, 24, 44, 0.34);
  box-shadow:
    0 24px 60px rgba(0, 12, 28, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.web-design-hero-visual .service-hero-character{
  width: min(300px, 100%) !important;
  max-width: 300px !important;
  max-height: 360px !important;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.18));
}

.web-design-hero-copy{
  min-width: 0;
}

.web-design-hero-copy h1{
  max-width: 780px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 4.4vw, 62px);
  font-weight: 900;
  line-height: 1.06;
}

.web-design-hero-text{
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.55;
}

.web-design-hero-actions,
.web-design-internal-links{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.web-design-primary-cta,
.web-design-secondary-cta,
.web-design-internal-links a{
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.web-design-primary-cta{
  border: 1px solid rgba(125, 251, 153, 0.72);
  color: #031725;
  background: #8cff9f;
  box-shadow: 0 0 20px rgba(125, 251, 153, 0.3);
}

.web-design-secondary-cta,
.web-design-internal-links a{
  border: 1px solid rgba(93, 205, 255, 0.38);
  color: #ffffff;
  background: rgba(35, 174, 234, 0.16);
}

.web-design-primary-cta:hover,
.web-design-primary-cta:focus-visible,
.web-design-secondary-cta:hover,
.web-design-secondary-cta:focus-visible,
.web-design-internal-links a:hover,
.web-design-internal-links a:focus-visible{
  transform: translateY(-2px);
  outline: 0;
}

.web-design-trust-list{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 114px;
  gap: 14px;
  max-width: 650px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.web-design-trust-list li,
.web-design-card-grid article,
.web-design-feature-grid article,
.web-design-timeline li,
.web-design-compare article,
.web-design-price-anchor,
.web-design-final-cta{
  border: 1px solid rgba(93, 205, 255, 0.2);
  border-radius: 18px;
  background: rgba(4, 24, 46, 0.54);
  box-shadow: 0 24px 60px rgba(0, 12, 28, 0.22);
}

.web-design-trust-list li{
  display: flex;
  min-height: 114px;
  flex-direction: column;
  justify-content: center;
  padding: 18px 16px;
}

.web-design-trust-list strong,
.web-design-trust-list span{
  display: block;
}

.web-design-trust-list strong{
  color: #8cff9f;
  font-size: 24px;
  line-height: 1.1;
}

.web-design-trust-list span{
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.web-design-trust-list .rating-card strong{
  color: #8cff9f;
}

.web-design-trust-list .rating-stars{
  margin-top: 7px;
  color: #ffd95a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  text-shadow: 0 0 16px rgba(255, 217, 90, 0.34);
}

.web-design-trust-list .rating-stars + span{
  margin-top: 7px;
}

.web-design-centered-hero{
  padding-top: 74px !important;
}

.web-design-centered-hero .web-design-hero-text{
  font-weight: 400;
  line-height: 1.6;
}

.web-design-centered-hero .web-design-hero-actions{
  gap: 15px;
}

.web-design-centered-hero .blue-eyebrow{
  min-height: 38px;
  padding: 0 18px;
  border-color: rgba(94, 160, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 36px rgba(31, 112, 220, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.web-design-centered-hero .blue-eyebrow::before{
  background: #72e5a2;
  box-shadow: 0 0 14px rgba(114, 229, 162, 0.5);
}

.web-design-centered-hero .web-design-primary-cta,
.web-design-centered-hero .web-design-secondary-cta{
  min-width: 158px;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
}

.web-design-centered-hero .web-design-primary-cta{
  border-color: rgba(140, 255, 159, 0.42);
  color: #8cff9f;
  background: rgba(140, 255, 159, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 32px rgba(88, 248, 154, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.web-design-centered-hero .web-design-secondary-cta{
  min-width: 176px;
  border-color: rgba(72, 214, 255, 0.42);
  color: #48d6ff;
  background: rgba(72, 214, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 32px rgba(35, 174, 234, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.web-design-centered-hero .web-design-trust-list{
  max-width: 840px;
  grid-auto-rows: 208px;
  gap: 16px;
  margin-top: 44px;
}

.web-design-centered-hero .web-design-trust-list li{
  position: relative;
  min-height: 208px;
  justify-content: flex-start;
  overflow: hidden;
  padding: 38px 28px 24px;
  border-color: rgba(143, 195, 255, 0.22);
  border-radius: 18px;
  background: radial-gradient(circle at 82% 26%, rgba(91, 189, 255, 0.16), transparent 24%), linear-gradient(180deg, rgba(9, 43, 82, 0.72) 0%, rgba(4, 25, 49, 0.64) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 26px 58px rgba(0, 12, 28, 0.28);
}

.web-design-centered-hero .web-design-trust-list li::after{
  content: "";
  position: absolute;
  right: 28px;
  bottom: -1px;
  left: 28px;
  height: 2px;
  border-radius: 999px;
  background: rgba(93, 205, 255, 0.78);
  box-shadow: 0 0 20px rgba(93, 205, 255, 0.62);
}

.web-design-centered-hero .web-design-trust-list .experience-card::after{
  background: rgba(114, 229, 162, 0.84);
  box-shadow: 0 0 22px rgba(114, 229, 162, 0.62);
}

.web-design-centered-hero .web-design-trust-list .rating-card::after{
  background: rgba(255, 215, 105, 0.86);
  box-shadow: 0 0 22px rgba(255, 215, 105, 0.58);
}

.web-design-centered-hero .web-design-trust-list .trust-icon{
  position: absolute;
  top: 36px;
  right: 26px;
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(93, 205, 255, 0.28);
  border-radius: 50%;
  color: #63c5ff;
  background: rgba(93, 205, 255, 0.08);
  box-shadow: 0 0 24px rgba(93, 205, 255, 0.2);
  font-size: 24px;
  line-height: 1;
}

.web-design-centered-hero .web-design-trust-list .experience-card .trust-icon{
  border-color: rgba(114, 229, 162, 0.28);
  color: #72e5a2;
  background: rgba(114, 229, 162, 0.08);
  box-shadow: 0 0 24px rgba(114, 229, 162, 0.2);
}

.web-design-centered-hero .web-design-trust-list .rating-card .trust-icon{
  border-color: rgba(255, 215, 105, 0.28);
  color: #ffd769;
  background: rgba(255, 215, 105, 0.1);
  box-shadow: 0 0 24px rgba(255, 215, 105, 0.2);
}

.web-design-centered-hero .web-design-trust-list strong{
  color: #63c5ff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.web-design-centered-hero .web-design-trust-list .experience-card strong{
  color: #72e5a2;
}

.web-design-centered-hero .web-design-trust-list .rating-card strong{
  color: #ffd769;
}

.web-design-centered-hero .web-design-trust-list span:not(.trust-icon):not(.rating-stars){
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 800;
}

.web-design-centered-hero .web-design-trust-list small{
  display: block;
  max-width: 190px;
  margin-top: 18px;
  color: rgba(218, 234, 255, 0.7);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

@media (max-width: 760px){
  .web-design-centered-hero .web-design-trust-list{
    grid-auto-rows: auto;
  }

  .web-design-centered-hero .web-design-trust-list li{
    min-height: 170px;
    padding: 28px 22px 24px;
  }

  .web-design-centered-hero .web-design-trust-list .trust-icon{
    top: 24px;
    right: 22px;
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
}

.web-design-pain-section,
.web-design-value-section,
.web-design-reasons-section,
.web-design-process-section,
.web-design-before-after-section,
.web-design-price-anchor,
.web-design-final-cta{
  width: min(1200px, calc(100% - 64px));
  margin: 96px auto 0;
}

.web-design-pain-section > h2,
.web-design-value-section h2,
.web-design-reasons-section > h2,
.web-design-process-section > h2,
.web-design-before-after-section > h2,
.web-design-price-anchor h2,
.web-design-final-cta h2{
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.12;
}

.web-design-process-section > h2{
  font-size: clamp(44px, 3vw, 62px);
  font-weight: 800;
  letter-spacing: 0;
}

.web-design-section-head{
  max-width: 760px;
}

.web-design-section-head > p:not(.blue-eyebrow),
.web-design-price-anchor p,
.web-design-final-cta p{
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
}

.web-design-card-grid,
.web-design-feature-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.web-design-feature-grid{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.web-design-card-grid article,
.web-design-feature-grid article{
  padding: 24px;
}

.web-design-card-grid h3,
.web-design-feature-grid h3,
.web-design-timeline h3,
.web-design-compare h3{
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.22;
}

.web-design-card-grid p,
.web-design-feature-grid p,
.web-design-timeline p{
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.web-design-timeline{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: web-process;
}

.web-design-timeline li{
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding: 42px 34px 38px;
  border-radius: 24px;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.web-design-timeline li:hover{
  transform: translateY(-4px);
  border-color: rgba(91, 206, 255, 0.65);
  box-shadow: 0 28px 70px rgba(0, 18, 42, 0.28);
}

.web-design-timeline span{
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  border-radius: 50%;
  color: #031725;
  background: #8cff9f;
  font-size: 13px;
  font-weight: 900;
}

.web-design-timeline .step-title{
  min-height: 88px;
  margin-bottom: 22px;
  font-size: clamp(30px, 1.6vw, 36px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

.web-design-timeline .step-description{
  min-height: 120px;
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.65;
  opacity: 0.92;
}

.web-design-compare{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.web-design-compare article{
  padding: 30px;
}

.web-design-compare ul{
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.web-design-compare li{
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 800;
}

.web-design-price-anchor,
.web-design-final-cta{
  padding: 42px;
  text-align: center;
}

.web-design-price-anchor .web-design-primary-cta,
.web-design-final-cta .web-design-primary-cta{
  margin-top: 28px;
}

.web-design-page .web-design-proof-section{
  min-height: auto;
  padding-bottom: 44px;
}

.web-design-page .web-design-proof-section + .web-design-price-anchor{
  margin-top: 44px;
}

.web-design-page .web-design-lead-section .lead-copy h3,
.web-design-page .web-design-lead-section .lead-form h3{
  margin: 0 0 34px;
  color: #ffffff;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.34;
}

.web-design-page .web-design-lead-section .lead-form h3{
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  font-size: 34px;
  font-weight: 900;
}

.web-design-final-cta{
  margin-bottom: 96px;
}


@media (max-width: 1023px) {
.web-design-page .web-design-conversion-hero .service-hero-inner,
.web-design-card-grid,
.web-design-feature-grid,
.web-design-timeline{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.web-design-page .web-design-conversion-hero .service-hero-inner{
    gap: 42px;
  }

.web-design-hero-visual{
    width: 320px;
    min-height: 360px;
    justify-self: center;
  }
}

@media (max-width: 760px) {
.web-design-page .web-design-conversion-hero .service-hero-inner,
.web-design-card-grid,
.web-design-feature-grid,
.web-design-timeline,
.web-design-compare,
.web-design-trust-list{
    grid-template-columns: 1fr;
  }

.web-design-pain-section,
.web-design-value-section,
.web-design-reasons-section,
.web-design-process-section,
.web-design-before-after-section,
.web-design-price-anchor,
.web-design-final-cta{
    width: calc(100% - 36px);
    margin-top: 62px;
  }

.web-design-hero-copy h1{
    font-size: 36px;
  }

.web-design-hero-text{
    font-size: 16px;
  }

.web-design-hero-visual{
    width: min(360px, 100%);
    min-height: 300px;
    padding: 18px;
  }

.web-design-hero-visual .service-hero-character{
    width: min(260px, 100%) !important;
    max-height: 300px !important;
  }

.web-design-hero-actions,
.web-design-internal-links{
    align-items: stretch;
    flex-direction: column;
  }

.web-design-price-anchor,
.web-design-final-cta,
.web-design-card-grid article,
.web-design-feature-grid article,
.web-design-compare article{
    padding: 22px;
  }

.web-design-process-section > h2{
    font-size: clamp(36px, 9vw, 44px);
    line-height: 1.08;
  }

.web-design-timeline{
    gap: 16px;
    margin-top: 30px;
  }

.web-design-timeline li{
    min-height: auto;
    padding: 28px 22px 26px;
  }

.web-design-timeline span{
    margin-bottom: 22px;
  }

.web-design-timeline .step-title{
    min-height: auto;
    margin-bottom: 16px;
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.18;
  }

.web-design-timeline .step-description{
    min-height: auto;
    font-size: 16px;
    line-height: 1.58;
  }

.web-design-page .web-design-lead-section .lead-copy h3,
.web-design-page .web-design-lead-section .lead-form h3{
    font-size: 28px;
  }
}
