/* =========================================================
   DIZAYN.CSS
========================================================= */

/* HERO */

.design-page-hero {
  position: relative;
  overflow: hidden;
  padding: 165px 0 105px;
  background:
    radial-gradient(
      circle at 10% 18%,
      rgba(217, 70, 239, 0.1),
      transparent 30%
    ),
    radial-gradient(
      circle at 91% 75%,
      rgba(139, 92, 246, 0.08),
      transparent 32%
    ),
    #fffbff;
}

.design-page-hero::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  right: -220px;
  top: 20px;
  border-radius: 50%;
  border: 1px solid rgba(192, 38, 211, 0.11);
}

.design-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 75px;
  align-items: center;
}

.design-hero-content {
  max-width: 680px;
}

.design-hero-content .section-badge {
  margin: 0 0 22px;
}

.design-badge {
  color: #c026d3;
  background: #fdf4ff;
  border-color: #f5d0fe;
}

.design-hero-content h1 {
  margin: 0;
  color: #111827;
  font-family: "Manrope", sans-serif;
  font-size: clamp(46px, 5.4vw, 69px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -3px;
}

.design-hero-content h1 span {
  display: block;
  color: #c026d3;
}

.design-hero-content > p {
  max-width: 610px;
  margin-top: 25px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.9;
}

.design-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.design-main-btn {
  background: #c026d3;
  box-shadow: 0 14px 30px rgba(192, 38, 211, 0.2);
}

.design-main-btn:hover {
  background: #a21caf;
}

.design-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 27px;
}

.design-hero-features > div {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #5d6571;
  font-size: 10px;
  font-weight: 600;
}

.design-hero-features i {
  color: #16a34a;
}

/* DESIGN STUDIO */

.design-studio-card {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid #ebe3ed;
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(15, 23, 42, 0.14);
}

.design-studio-toolbar {
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 18px;
  border-bottom: 1px solid #eee8f0;
  background: #fafafa;
}

.design-toolbar-left {
  display: flex;
  gap: 6px;
}

.design-toolbar-left span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.design-toolbar-left span:nth-child(1) {
  background: #ef4444;
}

.design-toolbar-left span:nth-child(2) {
  background: #f59e0b;
}

.design-toolbar-left span:nth-child(3) {
  background: #22c55e;
}

.design-studio-toolbar strong {
  color: #5b5f67;
  font-size: 9px;
}

.design-studio-toolbar > i {
  justify-self: end;
  color: #a4a7ad;
}

.design-workspace {
  display: grid;
  grid-template-columns: 60px 1fr;
  min-height: 400px;
  background: #f5f5f7;
}

.design-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 15px 8px;
  border-right: 1px solid #e8e8ea;
  background: #fff;
}

.design-sidebar button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 10px;
  color: #7d8087;
  background: transparent;
}

.design-sidebar button.active {
  color: #fff;
  background: #c026d3;
}

.design-canvas {
  display: grid;
  place-items: center;
  padding: 26px;
}

.design-poster-preview {
  position: relative;
  width: min(100%, 305px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  padding: 35px 28px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(145deg, #301144, #7e22ce 55%, #d946ef);
  box-shadow: 0 22px 45px rgba(76, 29, 149, 0.2);
}

.design-poster-label {
  display: inline-block;
  padding: 6px 9px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.design-poster-preview h2 {
  position: relative;
  z-index: 2;
  margin-top: 27px;
  font-family: "Manrope", sans-serif;
  font-size: 33px;
  line-height: 1.02;
}

.design-poster-preview h2 span {
  display: block;
  color: #f5d0fe;
}

.design-poster-preview p {
  position: relative;
  z-index: 2;
  margin-top: 11px;
  font-size: 8px;
  opacity: 0.82;
}

.design-poster-shape {
  position: absolute;
  border-radius: 50%;
}

.shape-one {
  width: 145px;
  height: 145px;
  right: -35px;
  top: 70px;
  border: 28px solid rgba(255, 255, 255, 0.14);
}

.shape-two {
  width: 100px;
  height: 100px;
  right: 30px;
  bottom: 45px;
  background: rgba(244, 114, 182, 0.22);
}

.design-poster-bottom {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 7px;
}

.design-poster-bottom div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.design-poster-bottom strong {
  padding: 6px 9px;
  border-radius: 100px;
  background: #fff;
  color: #7e22ce;
  font-size: 6px;
}

.design-studio-bottom {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border-top: 1px solid #eee8f0;
}

.design-studio-bottom span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6b7280;
  font-size: 8px;
  font-weight: 600;
}

.design-studio-bottom i {
  color: #c026d3;
}

/* SERVICES */

.design-services-section {
  background: #f8fafc;
}

.design-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.design-service-card {
  position: relative;
  min-height: 250px;
  padding: 27px;
  border: 1px solid #e5e8ef;
  border-radius: 20px;
  background: #fff;
  transition: 0.3s;
}

.design-service-card:hover {
  transform: translateY(-6px);
  border-color: #efd5f3;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.09);
}

.design-card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #c026d3;
  background: #fdf4ff;
  font-size: 18px;
}

.design-service-card > span {
  position: absolute;
  top: 26px;
  right: 26px;
  color: #c8ccd4;
  font-size: 9px;
  font-weight: 800;
}

.design-service-card h3 {
  margin-top: 25px;
  color: #111827;
  font-size: 14px;
}

.design-service-card p {
  margin-top: 9px;
  color: #6b7280;
  font-size: 9px;
  line-height: 1.8;
}

/* SHOWCASE */

.design-showcase-section {
  background: #fff;
}

.design-showcase-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.design-showcase-content .section-badge {
  margin-left: 0;
}

.design-showcase-content h2 {
  margin: 0;
  color: #111827;
  font-family: "Manrope", sans-serif;
  font-size: clamp(33px, 4vw, 48px);
  line-height: 1.13;
  letter-spacing: -1.5px;
}

.design-showcase-content h2 span {
  display: block;
  color: #c026d3;
}

.design-showcase-content > p {
  margin-top: 19px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.9;
}

.design-features {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.design-features > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.design-features > div > i {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #c026d3;
  background: #fdf4ff;
  font-size: 8px;
}

.design-features strong,
.design-features small {
  display: block;
}

.design-features strong {
  color: #111827;
  font-size: 11px;
}

.design-features small {
  margin-top: 3px;
  color: #6b7280;
  font-size: 8px;
}

/* GALLERY */

.design-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.design-gallery-card {
  position: relative;
  min-height: 190px;
  padding: 22px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #e9e7ec;
  box-shadow: 0 13px 32px rgba(15, 23, 42, 0.06);
  transition: 0.3s;
}

.design-gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 19px 42px rgba(15, 23, 42, 0.09);
}

.design-gallery-card > span {
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.gallery-poster {
  color: #fff;
  background: linear-gradient(135deg, #4a044e, #a21caf);
}

.gallery-poster h3 {
  margin-top: 24px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.gallery-poster h3 strong {
  display: block;
  color: #f5d0fe;
}

.gallery-poster > div {
  position: absolute;
  width: 85px;
  height: 85px;
  right: 20px;
  bottom: 20px;
  border: 18px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.gallery-social {
  background: #fff1f2;
  color: #be123c;
}

.gallery-social-circle {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 20px auto 12px;
  border-radius: 50%;
  color: #fff;
  background: #e11d48;
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.gallery-social > strong {
  display: block;
  text-align: center;
  font-size: 12px;
}

.gallery-cv {
  background: #f8fafc;
  color: #334155;
}

.cv-avatar {
  width: 46px;
  height: 46px;
  margin-top: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c4b5fd, #7c3aed);
}

.cv-lines {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.cv-lines i {
  height: 6px;
  border-radius: 100px;
  background: #d9dde4;
}

.cv-lines i:nth-child(2) {
  width: 80%;
}

.cv-lines i:nth-child(3) {
  width: 60%;
}

.gallery-certificate {
  text-align: center;
  color: #713f12;
  background: #fffbeb;
}

.gallery-certificate > i {
  display: block;
  margin-top: 30px;
  color: #d97706;
  font-size: 38px;
}

.gallery-certificate strong {
  display: block;
  margin-top: 14px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
}

/* AUDIENCE */

.design-audience-section {
  background: #f8fafc;
}

.design-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.design-audience-card {
  min-height: 220px;
  padding: 27px;
  border: 1px solid #e5e8ef;
  border-radius: 20px;
  background: #fff;
  transition: 0.3s;
}

.design-audience-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.design-audience-card > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #c026d3;
  background: #fdf4ff;
  font-size: 18px;
}

.design-audience-card h3 {
  margin-top: 25px;
  color: #111827;
  font-size: 13px;
}

.design-audience-card p {
  margin-top: 9px;
  color: #6b7280;
  font-size: 9px;
  line-height: 1.8;
}

/* PROCESS */

.design-process-section {
  background: #fff;
}

.design-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.design-process-card {
  min-height: 215px;
  padding: 27px;
  border: 1px solid #e5e8ef;
  border-radius: 19px;
  background: #fff;
  transition: 0.3s;
}

.design-process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
}

.design-process-number {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: #c026d3;
  font-size: 9px;
  font-weight: 800;
}

.design-process-card h3 {
  margin-top: 28px;
  color: #111827;
  font-size: 13px;
}

.design-process-card p {
  margin-top: 9px;
  color: #6b7280;
  font-size: 9px;
  line-height: 1.8;
}

/* CTA */

.design-cta-section {
  padding: 20px 0 100px;
  background: #fff;
}

.design-cta-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 55px;
  padding: 52px 58px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, #3b0a45, #86198f);
  box-shadow: 0 30px 75px rgba(15, 23, 42, 0.16);
}

.design-cta-box::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  right: 5%;
  top: -235px;
  border-radius: 50%;
  background: rgba(232, 121, 249, 0.28);
}

.design-cta-box > div,
.design-cta-button {
  position: relative;
  z-index: 2;
}

.design-cta-box > div > span {
  display: block;
  margin-bottom: 8px;
  color: #f5d0fe;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.design-cta-box h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.2;
}

.design-cta-box p {
  max-width: 580px;
  margin-top: 10px;
  color: #efd7f1;
  font-size: 10px;
  line-height: 1.8;
}

.design-cta-button {
  flex: 0 0 270px;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 18px;
  border-radius: 16px;
  color: #fff;
  background: #22c55e;
  transition: 0.3s;
}

.design-cta-button:hover {
  transform: translateY(-4px);
  background: #16a34a;
  box-shadow: 0 18px 40px rgba(34, 197, 94, 0.24);
}

.design-cta-button > i:first-child {
  font-size: 25px;
}

.design-cta-button > span {
  flex: 1;
}

.design-cta-button small,
.design-cta-button strong {
  display: block;
}

.design-cta-button small {
  font-size: 7px;
  opacity: 0.8;
}

.design-cta-button strong {
  font-size: 10px;
}

/* RESPONSIVE */

@media (max-width: 1050px) {
  .design-services-grid,
  .design-audience-grid,
  .design-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .design-hero-grid {
    gap: 50px;
  }
}

@media (max-width: 900px) {
  .design-page-hero {
    padding: 145px 0 85px;
  }

  .design-hero-grid,
  .design-showcase-grid {
    grid-template-columns: 1fr;
  }

  .design-hero-content {
    margin: auto;
    text-align: center;
  }

  .design-hero-content .section-badge {
    margin-inline: auto;
  }

  .design-hero-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .design-hero-buttons,
  .design-hero-features {
    justify-content: center;
  }

  .design-studio-card {
    margin-inline: auto;
  }

  .design-showcase-grid {
    gap: 50px;
  }

  .design-showcase-content {
    text-align: center;
  }

  .design-showcase-content .section-badge {
    margin-inline: auto;
  }

  .design-features {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .design-cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .design-cta-button {
    width: 100%;
    flex: initial;
  }
}

@media (max-width: 650px) {
  .design-page-hero {
    padding: 125px 0 70px;
  }

  .design-hero-content h1 {
    font-size: 41px;
    letter-spacing: -2px;
  }

  .design-services-grid,
  .design-audience-grid,
  .design-process-grid,
  .design-gallery {
    grid-template-columns: 1fr;
  }

  .design-workspace {
    grid-template-columns: 48px 1fr;
  }

  .design-sidebar {
    padding-inline: 5px;
  }

  .design-sidebar button {
    width: 32px;
    height: 32px;
  }

  .design-canvas {
    padding: 18px;
  }

  .design-cta-box {
    padding: 37px 27px;
  }
}

@media (max-width: 430px) {
  .design-hero-content h1 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }

  .design-hero-buttons {
    flex-direction: column;
  }

  .design-hero-buttons .btn {
    width: 100%;
  }

  .design-hero-features {
    flex-direction: column;
    align-items: center;
  }

  .design-workspace {
    display: block;
  }

  .design-sidebar {
    display: none;
  }

  .design-poster-preview {
    max-width: 270px;
  }

  .design-studio-bottom {
    gap: 16px;
  }

  .design-cta-box h2 {
    font-size: 26px;
  }
}
