@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans/ProductSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans/ProductSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans/ProductSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans/ProductSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans/ProductSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans/ProductSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans/ProductSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans/ProductSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans/ProductSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans/ProductSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans/ProductSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Google Sans';
  src: url('../fonts/google-sans/ProductSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro UltraLight Az.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro UltraLight Italic Az.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro ExtraLight Az.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro ExtraLight Italic Az.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro Light Az.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro Light Italic Az.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro Regular Az.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro Regular Italic Az.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro Medium Az.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro Medium Italic Az.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro Semi Bold Az.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro Semi Bold Italic Az.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro Bold Az.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro Bold Italic Az.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro Black Az.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/sofia-pro/Sofia Pro Black Italic Az.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}


* {
  box-sizing: border-box
}

html,
body {
  height: 100%
}

body {
  margin: 0;
  font-family: 'Google Sans', sans-serif;
  color: #000;
}

.dorcas {
  background-image: url('../img/bg/bg-1.webp');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

header {
  padding: 18px 0 10px;
}

.nav-shell {
  background: #ffffff;
  border-radius: 15px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.nav-shell img{
  width: 150px;
  height: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 140px;
}

nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  margin-right: 10px;
}

.nav-link {
  font-size: 14px;
  color: #475569;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 12px;
  transition: .15s ease;
}

.nav-link:hover {
  background: rgba(15, 23, 42, .06);
  color: #0f172a;
}

.cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-primary {
  appearance: none;
  border: 0;
  cursor: pointer;
  background: #2462FF;
  color: #ffffff;
  font-family: 'Sofia Pro';
  font-weight: 300;
  font-size: 15px;
  padding: 14px 16px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary:hover {
  background-color: #f2f3ff;
  color: #000;
}

.btn-primary:active {
  transform: translateY(0);
}

main {
  padding: 50px 0 40px;
  min-height: 65vh;
}

.hero {
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
}

.hero-content {
  max-width: 680px;
}

.hero-title {
  font-family: 'Sofia Pro', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 18px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.9s ease-out forwards;
}

.hero-text {
  font-family: 'Google Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #ffff;
  margin: 0 auto;
  max-width: 680px;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.9s ease-out forwards;
  animation-delay: 0.25s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-2 {
  padding: 40px 0;
}

.hero-2__inner {
  margin: 0 auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 34px;
  background: rgba(255, 255, 255, .15);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, .15);
}

.hero-2__left {
  padding: 0 0 0 60px;
}

.hero-2__title {
  margin: 0 0 14px;
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.12;
  color: #2B2B2B;
}

.hero-2__desc {
  margin: 0 0 40px;
  font-family: 'Google Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.hero-2__right {
  display: flex;
  justify-content: flex-end;
}

.hero-2__imgWrap {
  overflow: hidden;
}

.hero-2__imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .hero-2__inner {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }

  .hero-2__right {
    justify-content: flex-start;
  }

  .hero-2__imgWrap {
    width: 100%;
    aspect-ratio: 16 / 10;
  }
}

.dorcas-map {
  padding: 54px 0 70px;
  position: relative;
  overflow: hidden;
}

.dorcas-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .35;
  background-image:
    repeating-linear-gradient(to right,
      rgba(255, 255, 255, .18) 0px,
      rgba(255, 255, 255, .18) 1px,
      transparent 1px,
      transparent 70px);
}

.dorcas-map__title,
.dorcas-map__stage {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.dorcas-map__title {
  text-align: center;
  margin: 0 0 34px;

  font-family: 'Sofia Pro', sans-serif;
  font-weight: 700;
  letter-spacing: -.02em;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.12;

  color: rgba(255, 255, 255, .95);
}

.animate-down {
  opacity: 0;
  transform: translateY(-30px);
  animation: dropIn .9s ease-out forwards;
}

@keyframes dropIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dorcas-map__stage {
  position: relative;
  height: 360px;
  width: 100%;
  border-radius: 28px;
}

.dorcas-map__stage .pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 14px;
  border-radius: 999px;

  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .55);
  color: #e73a33;

  font-family: 'Google Sans', Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;

  box-shadow: 0 12px 26px rgba(15, 23, 42, .10);
  z-index: 2;
}

.p-l1 {
  left: 48px;
  top: 48px;
}

.p-l2 {
  left: 20px;
  top: 108px;
}

.p-l3 {
  left: 24px;
  top: 193px;
  z-index: 100;
}

.p-l4 {
  left: 18px;
  top: 273px;
}

.p-r1 {
  right: 18px;
  top: 48px;
}

.p-r2 {
  right: 64px;
  top: 108px;
}

.p-r3 {
  right: 18px;
  top: 183px;
}

.p-r4 {
  right: 92px;
  top: 233px;
}

.p-r5 {
  right: 18px;
  top: 283px;
}

.dorcas-map__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  display: grid;
  place-items: center;
}

.dorcas-map__center img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.dorcas-map__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dorcas-map__lines {
  filter: drop-shadow(0 8px 14px rgba(255, 255, 255, .12));
}

@media (max-width: 980px) {
  .dorcas-map__stage {
    height: auto;
  }

  .dorcas-map__stage .pill {
    position: static;
    display: inline-flex;
    margin: 8px 6px;
  }

  .dorcas-map__center {
    position: static;
    transform: none;
    margin: 16px auto;
  }

  .dorcas-map__lines {
    display: none;
  }
}

.mission {
  position: relative;
  overflow: hidden;
  padding: 56px 0;
}

.mission__inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 30px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.mission__left {
  padding: 30px 0 0 0;
}

.mission__title {
  margin: 0 0 50px;
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 800;
  letter-spacing: -.02em;
  font-size: 50px;
  line-height: 1.12;
  color: #2B2B2B;
}

.mission__text {
  margin: 0 0 50px;
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #2B2B2B;
}

.mission__right {
  display: flex;
  justify-content: flex-end;
}

.mission__card {
  overflow: hidden;
}

.mission__card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 900px) {
  .mission__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mission__right {
    justify-content: flex-start;
  }

  .mission__card {
    width: 100%;
    aspect-ratio: 16 / 10;
  }
}

.logo-marquee {
  position: relative;
  padding: 38px 0;
  overflow: hidden;
}

.logo-marquee::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(255, 190, 190, .25), rgba(255, 170, 170, .55), rgba(255, 190, 190, .25));
}

.logo-marquee::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 190, 190, .25), rgba(255, 170, 170, .55), rgba(255, 190, 190, .25));
  opacity: .85;
  -webkit-mask-image: linear-gradient(to right,
      transparent,
      black 10%,
      black 90%,
      transparent);

  mask-image: linear-gradient(to right,
      transparent,
      black 5%,
      black 95%,
      transparent);
}

.logo-marquee__track {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  animation: scroll 12s linear infinite;
}

.logo-marquee__group {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 0 36px;
}

.logo-marquee__group img {
  height: 55px;
  width: auto;
  display: block;
  opacity: .95;
  filter: saturate(0);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.results {
  padding: 0px 0 40px;
  text-align: center;
  position: relative;
}

.results__title {
  margin: 0 0 40px;
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 400;
  letter-spacing: -.02em;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
  color: #1E5EFF;
}

.animate-up {
  opacity: 0;
  transform: translateY(32px);
  animation: riseIn .9s ease-out forwards;
}

@keyframes riseIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.results__cards {
  padding: 20px 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 0 auto;
}

.result-card {
  padding: 60px 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateY(26px);
  animation: riseIn .9s ease-out forwards;
}

.result-card:nth-child(1) {
  animation-delay: .15s;
}

.result-card:nth-child(2) {
  animation-delay: .30s;
}

.result-card:nth-child(3) {
  animation-delay: .45s;
}

.result-card strong {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
}

.result-card span {
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  color: #2B2B2B;
  line-height: 1.5;
}

.result-card.blue {
  background: url('../img/bg/bg-2.png') center/contain no-repeat;
}

.result-card.blue strong {
  color: #2462FF;
}

.result-card.red {
  background: url('../img/bg/bg-3.png') center/contain no-repeat;
}

.result-card.red strong {
  color: #FF2500;
}

.result-card.pink {
  background: url('../img/bg/bg-4.png') center/contain no-repeat;
}

.result-card.pink strong {
  color: #FF24CF;
}

@media (max-width: 900px) {
  .results__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .result-card {
    text-align: center;
  }
}

.platform {
  padding: 80px 0 100px;
  position: relative;
  text-align: center;
}

.platform__stage {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  padding: 20px 20px 90px;
  background: url(../img/bg/platform.webp) center/cover no-repeat;
  border-radius: 26px;
  overflow: hidden;
  margin-bottom: 70px;
}

.platform__device {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}

.platform__device .laptop-img {
  max-width: 450px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.platform__device .mobile-img {
  max-width: 155px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.platform__content {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, .9);
}

.platform__label {
  font-family: 'Google Sans', Arial, sans-serif;
  font-size: 18px;
  opacity: .95;
  margin: 0 0 6px;
}

.platform__list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  font-family: 'Google Sans', Arial, sans-serif;
  font-size: 15px;
  opacity: .95;
}

.platform__list li::before {
  content: "• ";
}

.platform__switch {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border-radius: 999px;
  background: white;
  border: 1px solid rgba(255, 255, 255, .18);
  margin-top: 30px;
}

.platform__switch button {
  border: 0;
  background: transparent;
  color: white;
  padding: 12px 20px;
  border-radius: 999px;
  font-family: 'Google Sans', Arial, sans-serif;
  font-size: 15px;
  cursor: pointer;
  background-color: #8397FF;
  transition: 0.8s ease-out all;
}

.platform__switch button:hover {
  background: white;
  color: #000;
}

.platform__switch button.active:hover {
  background: white;
  color: #000;
}

.platform__switch button.active {
  background: #1E5EFF;
}

@media (max-width: 900px) {
  .platform__device img {
    max-width: 100%;
  }
}

footer {
  padding: 42px 0 38px;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: .9;
}
.footer-brand img{
  width: 170px;
  height: auto;
}

.social {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, .55);
  border: 1px solid rgba(255, 255, 255, .60);
  color: #2462FF;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(15, 23, 42, .10);
  transition: .15s ease;
  border-radius: 50%;
}

.social a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .75);
}

@media (max-width:680px) {
  .brand-name {
    display: none;
  }

  nav {
    display: none;
  }

  .nav-shell {
    padding: 10px;
  }

  .btn-primary {
    padding: 10px 12px;
    font-size: 13px;
  }
}



.contact {
  padding: 70px 0px;
  background: #525252;
  min-height: 500px;
}

.contact .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact .content form {
  width: 60%;
  min-height: 450px;
  border: 10px solid white;
  background: #E0E4FF;
  border-radius: 15px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact .content form .inputs {
  display: flex;
  align-items: center;
  gap: 40px;
}

.contact .content form .inputs.btn {
  justify-content: center;
  margin-top: 20px;
}

.contact .content form .input {
  width: 49%;
  position: relative;
}

.contact .content form label {
  color: #525252;
  font-size: 14px;
  font-family: "PT Sans Caption", sans-serif;
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 2;
  transition: 0.3s;
}


.contact .content form label span {
  color: red;
}


.contact .content form input {
  width: 100%;
  padding: 15px;
  background-color: white;
  border-radius: 50px;
  border: none;
  outline: none;
}

.contact .content form textarea {
  width: 100%;
  padding: 10px 15px;
  padding-top: 15px;
  background-color: white;
  border-radius: 50px;
  border: none;
  outline: none;
}

.contact .content form textarea::placeholder {
  color: #525252;
  font-size: 14px;
  font-family: "PT Sans Caption", sans-serif;
}


.contact .content form input:not(:placeholder-shown)+label {
  opacity: 0;
  visibility: hidden;
}

.contact .content .txt {
  width: 38%;
  padding-top: 30px;
}

.contact .content .txt h2 {
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 800;
  letter-spacing: -.02em;
  font-size: 35px;
  line-height: 1.12;
  color: white;
}

.contact .content .txt p {
  font-family: 'Google Sans', sans-serif;
  font-size: 16px;
  color: white;
  line-height: 1.5;
}

.social i {
  font-size: 25px;
  border-radius: 5px;
}


/* ── PRICING ───────────────────────────────────────── */
.pricing {
  padding: 20px 0 100px;
}

.pricing__header {
  text-align: center;
  margin-bottom: 56px;
}

.pricing__title {
  font-size: 36px;
  font-weight: 700;
  color: #0d0d0d;
  margin-bottom: 12px;
}

.pricing__sub {
  font-size: 15px;
  color: #6b7280;
  max-width: 480px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

.pricing__toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.toggle-label {
  font-size: 14px;
  font-weight: 500;
  color: #9ca3af;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.toggle-label.active {
  color: #0d0d0d;
}

.save-badge {
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  background: #dcfce7;
  color: #16a34a;
  padding: 2px 7px;
  border-radius: 20px;
}

.toggle-switch {
  width: 44px;
  height: 24px;
  background: #e5e7eb;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  transition: background 0.25s;
  padding: 0;
}

.toggle-switch.on {
  background: #2462FF;
}

.toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  transition: transform 0.25s;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.toggle-switch.on .toggle-thumb {
  transform: translateX(20px);
}

.pricing__cards {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.pricing-card {
  flex: 1;
  border: 1.5px solid #e5e7eb;
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  background: #fff;
  position: relative;
  transition: box-shadow 0.2s;
}

.pricing-card:hover {
  box-shadow: 0 8px 32px rgba(36, 98, 255, 0.09);
}

.pricing-card.featured {
  background: #2462FF;
  border-color: #2462FF;
  box-shadow: 0 12px 40px rgba(36, 98, 255, 0.28);
}

.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #0d0d0d;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 16px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.plan-name {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  margin: 0 0 10px;
}

.pricing-card.featured .plan-name {
  color: rgba(255,255,255,0.7);
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.price-amount {
  font-size: 38px;
  font-weight: 700;
  color: #0d0d0d;
  line-height: 1;
}

.pricing-card.featured .price-amount {
  color: #fff;
}

.price-currency {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}

.pricing-card.featured .price-currency {
  color: rgba(255,255,255,0.7);
}

.price-period {
  font-size: 13px;
}

.yearly-total {
  font-size: 12px;
  color: #16a34a;
  font-weight: 500;
  margin-top: -4px;
}

.pricing-card.featured .yearly-total {
  color: rgba(255, 255, 255, 0.8);
}

.plan-desc {
  font-size: 13px;
  color: #6b7280;
  margin: 8px 0 0;
  line-height: 1.5;
}

.pricing-card.featured .plan-desc {
  color: rgba(255,255,255,0.65);
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.plan-features li {
  font-size: 14px;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 10px;
}

.plan-features li i {
  font-size: 13px;
  color: #2462FF;
  width: 16px;
  flex-shrink: 0;
}

.plan-features li.disabled {
  color: #d1d5db;
}

.plan-features li.disabled i {
  color: #d1d5db;
}

.pricing-card.featured .plan-features li {
  color: rgba(255,255,255,0.9);
}

.pricing-card.featured .plan-features li i {
  color: #fff;
}

.pricing-card.featured .plan-features li.disabled {
  color: rgba(255,255,255,0.3);
}

.pricing-card.featured .plan-features li.disabled i {
  color: rgba(255,255,255,0.3);
}

.btn-plan {
  display: block;
  text-align: center;
  padding: 13px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-plan--outline {
  border: 1.5px solid #2462FF;
  color: #2462FF;
  background: transparent;
}

.btn-plan--outline:hover {
  background: #2462FF;
  color: #fff;
}

.btn-plan--white {
  background: #fff;
  color: #2462FF;
  border: 1.5px solid #fff;
}

.btn-plan--white:hover {
  background: #e8eeff;
  border-color: #e8eeff;
}

/* ── MODAL ABONNEMENT ───────────────────────────────── */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 24px;
}

.modal-overlay.open {
  display: flex;
}

.modal-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px 40px 36px;
  width: 100%;
  max-width: 560px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  color: #9ca3af;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.modal-close:hover {
  color: #374151;
}

.modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #0d0d0d;
  margin: 0 0 6px;
}

.modal-sub {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 24px;
}

.modal-cycle {
  display: inline-block;
  font-size: 12px;
  color: #6b7280;
  background: #f1f3ff;
  border-radius: 20px;
  padding: 4px 12px;
  margin-bottom: 20px;
}

.modal-cycle strong {
  color: #2462FF;
}

.modal-error {
  background: #fdecea;
  color: #c0392b;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  margin-bottom: 16px;
}

.modal-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.modal-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.modal-field input {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14px;
  color: #0d0d0d;
  background: #f9fafb;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
}

.modal-field input:focus {
  border-color: #2462FF;
  background: #fff;
}

.field-error {
  font-size: 12px;
  color: #c0392b;
  margin-top: 4px;
  min-height: 16px;
}

.modal-submit {
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

.modal-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* ── END MODAL ──────────────────────────────────────── */

/* ── PAYMENT RESULT PAGES ───────────────────────────── */
.payment-card {
  gap: 16px;
}

.payment-icon {
  font-size: 52px;
  line-height: 1;
}

.payment-icon--success {
  color: #16a34a;
}

.payment-icon--cancel {
  color: #dc2626;
}

.payment-title {
  font-size: 22px;
  font-weight: 700;
  color: #0d0d0d;
  margin: 0;
}

.payment-btn {
  margin-top: 8px;
  display: inline-block;
}
/* ── END PAYMENT RESULT PAGES ───────────────────────── */

/* ── END PRICING ────────────────────────────────────── */

.asces {
  width: 100%;
  padding: 100px 0px;
  background-image: url('../img/bg/bg-6.webp');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.asces .contact-form {
  width: 37%;
}

.asces .contact-form .img {
  display: flex;
  justify-content: center;
}
.asces .contact-form .img img{
  width: 200px;
  height: auto;
}

.asces form {
  width: 100%;
  min-height: 450px;
  background: white;
  border-radius: 15px;
  padding: 70px 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 80px;
}

.asces form .txt h6 {
  text-align: center;
  color: #2462FF;
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: 22px;
  font-weight: 500;
  margin: 0;
  font-family: 'Sofia Pro', sans-serif;
}

.asces form .txt p {
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.60px;
  line-height: 25px;
  font-family: 'Sofia Pro', sans-serif;
}

.asces form .txt {
  margin-bottom: 50px;
}

.asces form .inputs.btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.asces form .input {
  width: 100%;
  position: relative;
}

.asces form label {
  color: #525252;
  font-size: 14px;
  font-family: "PT Sans Caption", sans-serif;
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 2;
  transition: 0.3s;
}


.asces form label span {
  color: red;
}


.asces form input {
  width: 100%;
  padding: 15px;
  background-color: #F1F3FF;
  border-radius: 50px;
  border: none;
  outline: none;
}


.asces form input:not(:placeholder-shown)+label {
  opacity: 0;
  visibility: hidden;
}

.merci-page {
  width: 100%;
  min-height: 100vh;
  background-image: url('../img/bg/bg-6.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.merci-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 420px;
  max-width: 90%;
}

.merci-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.merci-logo img {
  width: 160px;
  height: auto;
}

.merci-card {
  background: white;
  border-radius: 20px;
  padding: 54px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
  width: 100%;
}

.merci-logo img {
  width: 160px;
  height: auto;
}

.merci-card p {
  font-size: 14px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.7;
  font-family: "PT Sans Caption", sans-serif;
  margin: 0;
}

.btn-retour {
  display: inline-block;
  padding: 9px 26px;
  border-radius: 50px;
  background-color: #e5e7eb;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s;
}

.btn-retour:hover {
  background-color: #d1d5db;
  color: #374151;
}

.form-message {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
}

.form-message--success {
  background-color: #e6f4ea;
  color: #1e7e34;
  border: 1px solid #b7dfbf;
}

.form-message--error {
  background-color: #fdecea;
  color: #c0392b;
  border: 1px solid #f5c6cb;
}