@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=Inter:wght@400;500;600&display=swap");

.creative-hero,
.creative-bridge,
.creative-home-flow {
  font-family: "Inter", sans-serif;
}

.creative-hero h1,
.creative-bridge h2,
.creative-bridge h3,
.creative-bridge h4,
.creative-bridge h5,
.creative-bridge h6,
.creative-home-flow h2,
.creative-home-flow h3,
.creative-home-flow h4,
.creative-home-flow h5,
.creative-home-flow h6 {
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.02em;
}

.creative-hero {
  position: relative;
  margin: 16px auto 28px;
  overflow: hidden;
  border-radius: 28px;
  min-height: 560px;
  max-width: 1320px;
  box-shadow: 0 28px 55px rgba(12, 24, 47, 0.22);
}

.creative-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.08);
}

.creative-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(4, 9, 22, 0.92) 15%, rgba(14, 33, 70, 0.82) 55%, rgba(35, 76, 148, 0.68) 100%);
}

.creative-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -170px;
  top: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(144, 196, 255, 0.32) 0%, rgba(144, 196, 255, 0) 68%);
}

.creative-hero .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.creative-hero__layout {
  min-height: 560px;
  display: grid;
  align-items: center;
  gap: 18px;
  grid-template-columns: 1.2fr 0.8fr;
}

.creative-hero__content {
  max-width: 680px;
}

.creative-hero__eyebrow {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  color: #d9e9ff;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 12px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  margin-bottom: 18px;
}

.creative-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-shadow: 0 7px 24px rgba(0, 0, 0, 0.46);
}

.creative-hero__actions {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.creative-hero__actions .btn {
  padding: 12px 22px !important;
}

.creative-hero__actions .btn--outline {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  color: #fff !important;
}

.creative-hero__slider-shell {
  display: grid;
  gap: 14px;
  filter: drop-shadow(0 20px 30px rgba(1, 10, 25, 0.35));
}

.creative-slide {
  border-radius: 18px;
  padding: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 14px 28px rgba(5, 14, 33, 0.3);
}

.creative-slide h4 {
  margin: 6px 0 10px;
  color: #fff;
  font-size: 1.45rem;
}

.creative-slide p {
  margin: 0;
  color: rgba(234, 241, 255, 0.88);
}

.creative-slide--primary {
  background: linear-gradient(130deg, rgba(62, 116, 216, 0.45) 0%, rgba(20, 38, 77, 0.58) 100%);
}

.creative-slide--secondary {
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.22) 0%, rgba(113, 170, 255, 0.2) 100%);
}

.creative-slide__label {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.creative-slide__track {
  display: flex;
  gap: 7px;
  margin-bottom: 12px;
}

.creative-slide__track span {
  width: 26px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.creative-slide__track span.active {
  width: 42px;
  background: #fff;
}

.creative-home-flow {
  position: relative;
  padding-bottom: 10px;
}

.creative-bridge {
  margin: 0 auto 16px;
}

.creative-bridge .container {
  background: linear-gradient(145deg, #0f2144 0%, #17386c 52%, #2f63b9 100%);
  border-radius: 24px;
  padding: 28px 26px;
  box-shadow: 0 20px 40px rgba(10, 20, 40, 0.24);
}

.creative-bridge__header {
  text-align: center;
  margin-bottom: 20px;
}

.creative-bridge__eyebrow {
  display: inline-flex;
  padding: 7px 12px;
  font-size: 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(239, 245, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.14);
}

.creative-bridge__header h3 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 2.05rem);
}

.creative-bridge__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.creative-bridge-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  padding: 18px 16px;
  color: #fff;
}

.creative-bridge-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  font-size: 20px;
}

.creative-bridge-card h6 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.creative-bridge-card p {
  margin: 0;
  color: rgba(228, 238, 255, 0.88);
  font-size: 14px;
  line-height: 1.5;
}

.creative-bridge__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.creative-stat {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}

.creative-stat h4 {
  margin: 0;
  color: #fff;
  font-size: 1.45rem;
}

.creative-stat p {
  margin: 4px 0 0;
  color: rgba(227, 237, 255, 0.9);
  font-size: 13px;
}

.creative-home-flow__block .section,
.creative-home-flow__block .section--sm,
.creative-home-flow__block .counter-section {
  position: relative;
}

.creative-home-flow .section,
.creative-home-flow .section--sm {
  margin: 0 auto 20px;
}

.creative-home-flow .section .container,
.creative-home-flow .section--sm .container {
  background: #fff;
  border: 1px solid #dbe3f1;
  border-radius: 24px;
  box-shadow: 0 16px 35px rgba(15, 30, 60, 0.09);
  padding-top: 24px;
  padding-bottom: 24px;
}

.creative-home-flow .section__head .container {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-bottom: 10px;
}

.creative-home-flow__block--counter .counter-section {
  border-radius: 24px;
  overflow: hidden;
  max-width: 1260px;
  margin: 0 auto 20px;
  box-shadow: 0 18px 36px rgba(7, 16, 33, 0.2);
}

.creative-home-flow__block--counter .counter-section::after {
  background: linear-gradient(110deg, rgba(12, 22, 40, 0.84) 18%, rgba(35, 73, 142, 0.62) 100%);
}

.creative-home-flow .plan-card {
  border-radius: 16px !important;
  border: 1px solid #dbe4f2;
  box-shadow: 0 14px 30px rgba(16, 33, 64, 0.08);
}

.creative-home-flow .feedback-section .container {
  background: linear-gradient(130deg, #f6f9ff 0%, #edf3ff 100%) !important;
}

/* Creative image treatment for homepage sections */
.creative-home-flow img.radious-5,
.creative-home-flow .feedback-slider-for__img-is,
.creative-home-flow .blog-post__img-is {
  border-radius: 18px !important;
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 36px rgba(13, 30, 59, 0.2);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.creative-home-flow__block:nth-child(odd) img.radious-5 {
  transform: rotate(-1.4deg) scale(0.99);
}

.creative-home-flow__block:nth-child(even) img.radious-5 {
  transform: rotate(1.4deg) scale(0.99);
}

.creative-home-flow__block:hover img.radious-5,
.creative-home-flow .blog-post:hover .blog-post__img-is,
.creative-home-flow .feedback-slider-for__item:hover .feedback-slider-for__img-is {
  transform: rotate(0deg) scale(1.01);
  box-shadow: 0 24px 42px rgba(13, 30, 59, 0.26);
}

.creative-home-flow__block:nth-child(odd) .section .container,
.creative-home-flow__block:nth-child(odd) .section--sm .container {
  background: linear-gradient(160deg, #ffffff 0%, #f7faff 100%);
}

.creative-home-flow .section h2,
.creative-home-flow .section--sm h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.45rem);
}

.creative-home-flow .section p,
.creative-home-flow .section--sm p {
  line-height: 1.55;
}

@media (max-width: 1199px) {
  .creative-hero {
    margin: 15px 12px 30px;
    min-height: 560px;
  }

  .creative-hero__layout {
    grid-template-columns: 1fr;
    padding: 36px 0;
    min-height: 520px;
  }

  .creative-bridge__grid,
  .creative-bridge__stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .creative-hero {
    border-radius: 18px;
    min-height: 480px;
  }

  .creative-hero__title {
    font-size: clamp(1.85rem, 8vw, 2.7rem);
  }

  .creative-home-flow .section .container,
  .creative-home-flow .section--sm .container {
    border-radius: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .creative-bridge .container {
    border-radius: 16px;
    padding: 20px 14px;
  }
}
