/* =========================================================
   WORD.CSS
   Word xidmət səhifəsinin xüsusi dizaynı
========================================================= */

/* =========================
   WORD HERO
========================= */

.word-page-hero {
  position: relative;
  overflow: hidden;
  padding: 165px 0 105px;
  background:
    radial-gradient(circle at 10% 20%, rgba(37, 99, 235, 0.1), transparent 30%),
    radial-gradient(
      circle at 90% 70%,
      rgba(91, 91, 247, 0.08),
      transparent 30%
    ),
    #fbfcff;
}

.word-page-hero::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -210px;
  top: 40px;
  border: 1px solid rgba(37, 99, 235, 0.09);
  border-radius: 50%;
}

.word-page-hero::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -130px;
  top: 115px;
  border: 1px solid rgba(37, 99, 235, 0.11);
  border-radius: 50%;
}

.word-hero-grid {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;

  gap: 80px;
}

/* =========================
   HERO LEFT
========================= */

.word-hero-content {
  max-width: 670px;
}

.word-hero-content .section-badge {
  margin: 0 0 22px;
}

.word-hero-content h1 {
  max-width: 680px;

  margin: 0;

  font-family: "Manrope", sans-serif;
  font-size: clamp(46px, 5.4vw, 69px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -3px;

  color: #111827;
}

.word-hero-content h1 span {
  display: block;
  color: #2563eb;
}

.word-hero-content > p {
  max-width: 610px;

  margin-top: 25px;

  color: #6b7280;

  font-size: 14px;
  line-height: 1.9;
}

/* =========================
   HERO BUTTONS
========================= */

.word-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 31px;
}

.word-hero-buttons .btn {
  min-height: 54px;
}

/* =========================
   HERO FEATURES
========================= */

.word-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;

  margin-top: 27px;
}

.word-hero-features > div {
  display: flex;
  align-items: center;
  gap: 7px;

  color: #5d6571;

  font-size: 10px;
  font-weight: 600;
}

.word-hero-features i {
  color: #16a34a;
}

/* =========================================================
   WORD PROFESSIONAL CARD
========================================================= */

.word-service-box {
  position: relative;

  width: 100%;
  max-width: 480px;

  margin-left: auto;
  padding: 31px;

  overflow: hidden;

  border: 1px solid #e1e6ef;
  border-radius: 27px;

  background: rgba(255, 255, 255, 0.97);

  box-shadow: 0 35px 90px rgba(15, 23, 42, 0.13);
}

.word-service-box::before {
  content: "";

  position: absolute;

  width: 180px;
  height: 180px;

  right: -80px;
  top: -85px;

  border-radius: 50%;

  background: rgba(37, 99, 235, 0.08);
}

/* =========================
   PACKAGE HEADER
========================= */

.word-service-box-head {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  gap: 14px;

  padding-bottom: 23px;

  border-bottom: 1px solid #eceef3;
}

.word-box-icon {
  flex: 0 0 56px;

  width: 56px;
  height: 56px;

  display: grid;
  place-items: center;

  border-radius: 16px;

  background: #edf3ff;
  color: #2563eb;

  font-size: 24px;
}

.word-service-box-head span {
  display: block;

  margin-bottom: 3px;

  color: #6b7280;

  font-size: 8px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.word-service-box-head h3 {
  margin: 0;

  color: #111827;

  font-family: "Manrope", sans-serif;
  font-size: 19px;
  font-weight: 800;
}

/* =========================
   PACKAGE LIST
========================= */

.word-package-list {
  position: relative;
  z-index: 2;

  display: grid;
  gap: 14px;

  padding: 27px 0;
}

.word-package-list > div {
  display: flex;
  align-items: center;
  gap: 11px;

  color: #4b5563;

  font-size: 10px;
  font-weight: 600;
}

.word-package-list i {
  flex: 0 0 25px;

  width: 25px;
  height: 25px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #ecfdf3;
  color: #16a34a;

  font-size: 8px;
}

/* =========================
   PACKAGE BOTTOM
========================= */

.word-package-bottom {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  padding-top: 21px;

  border-top: 1px solid #eceef3;
}

.word-package-bottom > div span,
.word-package-bottom > div strong {
  display: block;
}

.word-package-bottom > div span {
  margin-bottom: 3px;

  color: #6b7280;

  font-size: 8px;
}

.word-package-bottom > div strong {
  color: #111827;

  font-size: 11px;
}

.word-package-bottom > a {
  min-height: 43px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  padding: 0 16px;

  border-radius: 11px;

  background: #2563eb;
  color: #ffffff;

  font-size: 9px;
  font-weight: 800;

  transition: 0.3s ease;
}

.word-package-bottom > a:hover {
  background: #1d4ed8;

  transform: translateY(-2px);

  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

/* =========================================================
   WORD SERVICES
========================================================= */

.word-services-section {
  background: #f8fafc;
}

.word-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 17px;
}

.word-service-card {
  position: relative;

  min-height: 245px;

  padding: 27px;

  overflow: hidden;

  border: 1px solid #e5e8ef;
  border-radius: 20px;

  background: #ffffff;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.word-service-card::after {
  content: "";

  position: absolute;

  width: 110px;
  height: 110px;

  right: -55px;
  bottom: -55px;

  border-radius: 50%;

  background: rgba(37, 99, 235, 0.05);

  transition: 0.35s ease;
}

.word-service-card:hover {
  transform: translateY(-6px);

  border-color: #cbd8f7;

  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.09);
}

.word-service-card:hover::after {
  transform: scale(1.7);
}

/* =========================
   SERVICE ICON
========================= */

.word-card-icon {
  width: 48px;
  height: 48px;

  display: grid;
  place-items: center;

  border-radius: 13px;

  background: #edf3ff;
  color: #2563eb;

  font-size: 18px;
}

.word-service-card > span {
  position: absolute;

  top: 26px;
  right: 26px;

  color: #c8ccd4;

  font-size: 9px;
  font-weight: 800;
}

.word-service-card h3 {
  position: relative;
  z-index: 2;

  margin-top: 25px;

  color: #111827;

  font-size: 14px;
  font-weight: 700;
}

.word-service-card p {
  position: relative;
  z-index: 2;

  margin-top: 9px;

  color: #6b7280;

  font-size: 9px;
  line-height: 1.8;
}

/* =========================================================
   AUDIENCE
========================================================= */

.word-audience-section {
  background: #ffffff;
}

.word-audience-grid {
  display: grid;

  grid-template-columns: 0.9fr 1.1fr;

  gap: 90px;

  align-items: center;
}

.word-audience-content .section-badge {
  margin-left: 0;
}

.word-audience-content h2 {
  max-width: 540px;

  margin: 0;

  color: #111827;

  font-family: "Manrope", sans-serif;
  font-size: clamp(33px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -1.5px;
}

.word-audience-content h2 span {
  display: block;
  color: #2563eb;
}

.word-audience-content > p {
  max-width: 540px;

  margin-top: 19px;

  color: #6b7280;

  font-size: 12px;
  line-height: 1.9;
}

/* =========================
   AUDIENCE LIST
========================= */

.word-audience-list {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 14px;
}

.word-audience-item {
  min-height: 150px;

  display: flex;
  align-items: flex-start;

  gap: 14px;

  padding: 22px;

  border: 1px solid #e5e7ec;
  border-radius: 17px;

  background: #ffffff;

  transition: 0.3s ease;
}

.word-audience-item:hover {
  transform: translateY(-4px);

  border-color: #cfd8ef;

  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.word-audience-item > div {
  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  border-radius: 12px;

  background: #edf3ff;
  color: #2563eb;
}

.word-audience-item strong,
.word-audience-item small {
  display: block;
}

.word-audience-item strong {
  margin-top: 3px;

  color: #111827;

  font-size: 11px;
}

.word-audience-item small {
  margin-top: 6px;

  color: #6b7280;

  font-size: 8px;
  line-height: 1.7;
}

/* =========================================================
   WORD PROCESS
========================================================= */

.word-process-section {
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.word-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 17px;
}

.word-process-card {
  position: relative;

  min-height: 215px;

  padding: 27px;

  border: 1px solid #e5e8ef;
  border-radius: 19px;

  background: #ffffff;

  transition: 0.3s ease;
}

.word-process-card:hover {
  transform: translateY(-5px);

  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.word-process-number {
  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  border-radius: 12px;

  background: #111827;
  color: #ffffff;

  font-size: 9px;
  font-weight: 800;
}

.word-process-card h3 {
  margin-top: 28px;

  color: #111827;

  font-size: 13px;
}

.word-process-card p {
  margin-top: 9px;

  color: #6b7280;

  font-size: 9px;
  line-height: 1.8;
}

/* =========================================================
   QUALITY SECTION
========================================================= */

.word-quality-section {
  background: #ffffff;
}

.word-quality-grid {
  display: grid;

  grid-template-columns: 1fr 0.85fr;

  gap: 80px;

  align-items: center;

  padding: 55px;

  border: 1px solid #e5e8ef;
  border-radius: 28px;

  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(37, 99, 235, 0.06),
      transparent 30%
    ),
    #fbfcff;
}

/* =========================
   QUALITY LEFT
========================= */

.word-quality-box {
  display: flex;
  align-items: flex-start;

  gap: 22px;
}

.word-quality-icon {
  flex: 0 0 64px;

  width: 64px;
  height: 64px;

  display: grid;
  place-items: center;

  border-radius: 18px;

  background: #2563eb;
  color: #ffffff;

  font-size: 25px;

  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.2);
}

.word-quality-label {
  display: block;

  margin-bottom: 8px;

  color: #2563eb;

  font-size: 8px;
  font-weight: 800;

  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.word-quality-box h2 {
  max-width: 540px;

  margin: 0;

  color: #111827;

  font-family: "Manrope", sans-serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -1.2px;
}

.word-quality-box h2 span {
  color: #2563eb;
}

.word-quality-box p {
  max-width: 530px;

  margin-top: 15px;

  color: #6b7280;

  font-size: 10px;
  line-height: 1.85;
}

/* =========================
   QUALITY RIGHT
========================= */

.word-quality-features {
  display: grid;
  gap: 11px;
}

.word-quality-features > div {
  min-height: 45px;

  display: flex;
  align-items: center;

  gap: 11px;

  padding: 0 14px;

  border: 1px solid #e7e9ef;
  border-radius: 12px;

  background: #ffffff;

  color: #515967;

  font-size: 9px;
  font-weight: 600;
}

.word-quality-features i {
  flex: 0 0 23px;

  width: 23px;
  height: 23px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #ecfdf3;
  color: #16a34a;

  font-size: 7px;
}

/* =========================================================
   CTA
========================================================= */

.word-cta-section {
  padding: 20px 0 100px;

  background: #ffffff;
}

.word-cta-box {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 55px;

  padding: 52px 58px;

  overflow: hidden;

  border-radius: 28px;

  background: linear-gradient(135deg, #111827, #1d2948);

  box-shadow: 0 30px 75px rgba(15, 23, 42, 0.16);
}

.word-cta-box::before {
  content: "";

  position: absolute;

  width: 300px;
  height: 300px;

  top: -210px;
  right: 8%;

  border-radius: 50%;

  background: rgba(91, 91, 247, 0.35);
}

.word-cta-box > div,
.word-cta-button {
  position: relative;
  z-index: 2;
}

.word-cta-box > div > span {
  display: block;

  margin-bottom: 8px;

  color: #aeb5ff;

  font-size: 8px;
  font-weight: 800;

  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.word-cta-box h2 {
  max-width: 650px;

  margin: 0;

  color: #ffffff;

  font-family: "Manrope", sans-serif;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}

.word-cta-box p {
  max-width: 580px;

  margin-top: 10px;

  color: #aab2c1;

  font-size: 10px;
  line-height: 1.8;
}

/* =========================
   CTA BUTTON
========================= */

.word-cta-button {
  flex: 0 0 270px;

  min-height: 72px;

  display: flex;
  align-items: center;

  gap: 13px;

  padding: 0 18px;

  border-radius: 16px;

  background: #22c55e;
  color: #ffffff;

  transition: 0.3s ease;
}

.word-cta-button:hover {
  transform: translateY(-4px);

  background: #16a34a;

  box-shadow: 0 18px 40px rgba(34, 197, 94, 0.24);
}

.word-cta-button > i:first-child {
  font-size: 25px;
}

.word-cta-button > span {
  flex: 1;
}

.word-cta-button small,
.word-cta-button strong {
  display: block;
}

.word-cta-button small {
  margin-bottom: 2px;

  font-size: 7px;

  opacity: 0.8;
}

.word-cta-button strong {
  font-size: 10px;
}

.word-cta-button > i:last-child {
  font-size: 9px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {
  .word-hero-grid {
    gap: 50px;
  }

  .word-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .word-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .word-quality-grid {
    gap: 45px;
    padding: 45px;
  }
}

/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 900px) {
  .word-page-hero {
    padding: 145px 0 85px;
  }

  .word-hero-grid {
    grid-template-columns: 1fr;

    gap: 55px;
  }

  .word-hero-content {
    max-width: 720px;

    margin: auto;

    text-align: center;
  }

  .word-hero-content .section-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .word-hero-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .word-hero-buttons,
  .word-hero-features {
    justify-content: center;
  }

  .word-service-box {
    margin-left: auto;
    margin-right: auto;
  }

  /* Audience */

  .word-audience-grid {
    grid-template-columns: 1fr;

    gap: 50px;
  }

  .word-audience-content {
    text-align: center;
  }

  .word-audience-content .section-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .word-audience-content h2,
  .word-audience-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  /* Quality */

  .word-quality-grid {
    grid-template-columns: 1fr;
  }

  /* CTA */

  .word-cta-box {
    flex-direction: column;

    align-items: flex-start;
  }

  .word-cta-button {
    width: 100%;

    flex: initial;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {
  .word-page-hero {
    padding: 125px 0 70px;
  }

  .word-hero-content h1 {
    font-size: 41px;
    letter-spacing: -2px;
  }

  .word-services-grid {
    grid-template-columns: 1fr;
  }

  .word-process-grid {
    grid-template-columns: 1fr;
  }

  .word-audience-list {
    grid-template-columns: 1fr;
  }

  .word-service-card,
  .word-process-card {
    min-height: auto;
  }

  .word-quality-grid {
    padding: 30px 24px;

    border-radius: 22px;
  }

  .word-quality-box {
    display: block;
  }

  .word-quality-icon {
    margin-bottom: 22px;
  }

  .word-cta-section {
    padding-bottom: 70px;
  }

  .word-cta-box {
    padding: 37px 27px;

    border-radius: 22px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
  .word-hero-content h1 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }

  .word-hero-buttons {
    flex-direction: column;
  }

  .word-hero-buttons .btn {
    width: 100%;
  }

  .word-hero-features {
    flex-direction: column;
    align-items: center;
  }

  .word-service-box {
    padding: 23px 19px;

    border-radius: 21px;
  }

  .word-service-box-head {
    align-items: flex-start;
  }

  .word-package-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .word-package-bottom > a {
    justify-content: center;
  }

  .word-audience-item {
    min-height: auto;
  }

  .word-quality-box h2 {
    font-size: 27px;
  }

  .word-cta-box h2 {
    font-size: 26px;
  }
}
