.elementor-144 .elementor-element.elementor-element-91d207b{z-index:700;}.elementor-144 .elementor-element.elementor-element-7cbc2d2{width:100%;max-width:100%;z-index:700;}/* Start custom CSS for html, class: .elementor-element-d3e4502 *//* AAKD - Sécurité rendu Google Maps */
.aakd-project-map,
.aakd-project-map div,
.aakd-project-map iframe {
    box-sizing: border-box !important;
}

.aakd-project-map img {
    max-width: none !important;
}

.aakd-project-map {
    display: block !important;
    position: relative !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7cbc2d2 *//* =========================================================
   KD COUNTRY AFTER — BLOC APRÈS CARTE / CUISINISTES
   Objectif : rassurer + expliquer + convertir
========================================================= */

.kd-country-after,
.kd-country-after * {
  box-sizing: border-box;
}

.kd-country-after {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 70px) clamp(12px, 3vw, 36px);
  color: #ffffff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* =========================================================
   SECTIONS BASE
========================================================= */

.kd-country-steps,
.kd-country-criteria,
.kd-country-proof,
.kd-country-cases,
.kd-country-final-cta {
  width: min(1400px, 100%);
  margin: 0 auto clamp(34px, 5vw, 70px);
  padding: clamp(34px, 6vw, 90px) clamp(22px, 5vw, 80px);

  background:
    radial-gradient(circle at 18% 18%, rgba(124, 92, 255, 0.20), transparent 42%),
    linear-gradient(145deg, rgba(15, 20, 48, 0.97), rgba(7, 10, 24, 0.98));

  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  box-shadow: 0 50px 110px rgba(0, 0, 0, 0.62);
  overflow: hidden;
  position: relative;
}

/* =========================================================
   TITRES / TEXTES
========================================================= */

.kd-country-after h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.035em;
}

.kd-country-after h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(20px, 2.5vw, 25px);
  line-height: 1.2;
  font-weight: 850;
}

.kd-country-after p {
  margin: 0;
  color: #d8deec;
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.65;
}

.kd-steps-sub,
.kd-section-head p {
  max-width: 880px;
  margin: 0 auto clamp(32px, 5vw, 58px);
  text-align: center;
  color: #d8deec;
}

.kd-section-head {
  max-width: 980px;
  margin: 0 auto clamp(30px, 5vw, 56px);
  text-align: center;
}

.kd-section-head span,
.kd-proof-content > span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 14px;

  background: rgba(255, 204, 0, 0.14);
  color: #ffcc00;
  border: 1px solid rgba(255, 204, 0, 0.35);
  border-radius: 999px;

  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* =========================================================
   SECTION POSITIONNEMENT / PROOF
========================================================= */

.kd-country-proof {
  background:
    radial-gradient(circle at top right, rgba(255, 204, 0, 0.14), transparent 38%),
    linear-gradient(145deg, rgba(10, 12, 28, 0.98), rgba(20, 13, 38, 0.98));
}

.kd-proof-content {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.kd-proof-content p {
  max-width: 920px;
  margin: 0 auto 16px;
}

/* =========================================================
   COMMENT ÇA MARCHE — STEPS
========================================================= */

.kd-steps-line {
  position: absolute;
  top: 53%;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #7c5cff, transparent);
  opacity: 0.45;
}

.kd-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 3vw, 40px);
  position: relative;
  z-index: 2;
}

.kd-step {
  padding: clamp(34px, 5vw, 54px) clamp(22px, 3vw, 34px);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  transition: 0.28s ease;
  position: relative;
}

.kd-step:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.095);
  box-shadow: 0 30px 80px rgba(124, 92, 255, 0.25);
}

.kd-step::before {
  content: attr(data-step);
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);

  width: 52px;
  height: 52px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #7c5cff, #9a7bff);
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;

  box-shadow:
    0 0 0 7px rgba(124, 92, 255, 0.13),
    0 12px 42px rgba(124, 92, 255, 0.62);
}

.kd-step p {
  font-size: 16px;
}

/* =========================================================
   MATCHING — CRITÈRES
========================================================= */

.kd-criteria-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.kd-criteria-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  transition: 0.25s ease;
}

.kd-criteria-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 204, 0, 0.45);
  box-shadow: 0 24px 70px rgba(255, 204, 0, 0.12);
}

.kd-criteria-card h3 {
  color: #ffcc00;
}

.kd-criteria-card p {
  font-size: 16px;
}

/* =========================================================
   PAS DE DIFFUSION MASSIVE
========================================================= */

.kd-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.kd-proof-item {
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  border-left: 4px solid #ffcc00;
  border-radius: 20px;
  text-align: left;
}

.kd-proof-item strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.kd-proof-item p {
  font-size: 16px;
}

/* =========================================================
   CASES / CONSEILS / CE QUE ÇA CHANGE
========================================================= */

.kd-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.kd-case-card {
  padding: 28px;
  background: rgba(3, 7, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  transition: 0.25s ease;
}

.kd-case-card:hover {
  transform: translateY(-5px);
  background: rgba(12, 18, 38, 0.86);
  border-color: rgba(255, 204, 0, 0.32);
}

.kd-case-card p {
  color: #f3f4f6;
  font-size: 16px;
  font-style: italic;
}

.kd-case-card strong {
  display: block;
  margin-top: 18px;
  color: #ffcc00;
  font-size: 15px;
  font-weight: 900;
}

/* =========================================================
   CTA FINAL
========================================================= */

.kd-country-final-cta {
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 204, 0, 0.22), transparent 40%),
    linear-gradient(145deg, rgba(31, 18, 56, 0.98), rgba(8, 8, 20, 0.98));
  border-color: rgba(255, 204, 0, 0.34);
}

.kd-country-final-cta p {
  max-width: 850px;
  margin: 0 auto 28px;
  color: #f3f4f6;
  font-weight: 650;
}

.kd-country-after .kd-final-btn,
.kd-country-after .kd-final-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 58px;
  padding: 16px 34px;

  background: #ffcc00 !important;
  color: #111827 !important;

  border: none !important;
  border-radius: 999px;

  font-size: clamp(17px, 2vw, 22px);
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;

  box-shadow: 0 18px 42px rgba(255, 204, 0, 0.25);
  transition: 0.22s ease;
}

.kd-country-after .kd-final-btn:hover,
.kd-country-after .kd-final-btn:focus {
  background: #ffe066 !important;
  color: #000000 !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

.kd-country-after .kd-final-btn * {
  color: inherit !important;
}

.kd-country-final-cta small {
  display: block;
  margin-top: 16px;
  color: #d8deec;
  font-size: 15px;
  font-weight: 700;
}

/* =========================================================
   RESPONSIVE TABLETTE
========================================================= */

@media (max-width: 1100px) {
  .kd-criteria-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kd-steps-grid,
  .kd-proof-grid,
  .kd-cases-grid {
    grid-template-columns: 1fr;
  }

  .kd-steps-line {
    display: none;
  }
}

/* =========================================================
   RESPONSIVE MOBILE
========================================================= */

@media (max-width: 768px) {
  .kd-country-after {
    padding: 22px 10px;
  }

  .kd-country-steps,
  .kd-country-criteria,
  .kd-country-proof,
  .kd-country-cases,
  .kd-country-final-cta {
    padding: 36px 18px;
    border-radius: 24px;
  }

  .kd-country-after h2 {
    text-align: left;
    font-size: clamp(30px, 9vw, 42px);
  }

  .kd-steps-sub,
  .kd-section-head,
  .kd-section-head p,
  .kd-proof-content {
    text-align: left;
  }

  .kd-proof-content p {
    margin-left: 0;
    margin-right: 0;
  }

  .kd-criteria-grid {
    grid-template-columns: 1fr;
  }

  .kd-step {
    padding: 38px 22px 28px;
  }

  .kd-step::before {
    left: 28px;
    transform: none;
  }

  .kd-country-after .kd-final-btn {
    width: 100%;
  }

  .kd-country-final-cta {
    text-align: left;
  }

  .kd-country-final-cta p {
    margin-left: 0;
    margin-right: 0;
  }
}

/* =========================================================
   PETITS MOBILES
========================================================= */

@media (max-width: 420px) {
  .kd-country-after {
    padding-left: 8px;
    padding-right: 8px;
  }

  .kd-country-steps,
  .kd-country-criteria,
  .kd-country-proof,
  .kd-country-cases,
  .kd-country-final-cta {
    padding: 30px 15px;
    border-radius: 20px;
  }

  .kd-country-after .kd-final-btn {
    min-height: 54px;
    padding: 14px 20px;
  }
}
.elementor-144 .elementor-element.elementor-element-7cbc2d2 { 
  position: relative;
  min-height: 10px;
  padding: 10px 10px;
  border-radius: 16px;
  overflow: hidden;

  display: flex;
  align-items: flex-start;   /* 👈 texte en haut */
  justify-content: center;
  text-align: center;
}

/* Overlay sombre */
.elementor-144 .elementor-element.elementor-element-7cbc2d2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.75)
  );
  z-index: 1;
}

/* Contenu au-dessus */
.elementor-144 .elementor-element.elementor-element-7cbc2d2 > * {
  position: relative;
  z-index: 2;
}
.kd-country-after .kd-criteria-card,
.kd-country-after .kd-case-card,
.kd-country-after .kd-proof-item,
.kd-country-after .kd-step {
  min-height: 185px;
}

.kd-country-after .kd-criteria-card p,
.kd-country-after .kd-case-card p,
.kd-country-after .kd-proof-item p,
.kd-country-after .kd-step p {
  font-size: 17px;
  line-height: 1.65;
}

.kd-country-after .kd-case-card strong,
.kd-country-after .kd-proof-item strong {
  font-size: 16px;
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   AAKD — CITY PLACES CLEAN — CSS PROD STABLE
   Version CSS-only : image matching via ::before
   Safe demi-colonne desktop + mobile
========================================================= */

.aakd-city-places-clean,
.aakd-city-places-clean * {
  box-sizing: border-box;
}

.aakd-city-places-clean {
  --aakd-yellow: #ffcc00;
  --aakd-yellow-hover: #ffb800;
  --aakd-dark: rgba(7, 7, 20, .96);
  --aakd-dark-2: rgba(24, 20, 55, .94);
  --aakd-violet: rgba(124, 92, 255, .32);
  --aakd-border: rgba(255, 255, 255, .16);
  --aakd-card-bg: rgba(10, 10, 24, .88);

  container-type: inline-size;

  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1180px;
  margin: 40px auto;
  padding: 0 16px;

  color: #fff;
}


/* =========================================================
   MASQUER PARASITES GEODIRECTORY
========================================================= */

header .entry-title,
header .entry-title a {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.fullwidth-sidebar-container,
.fullwidth-sidebar-container .sidebar,
.fullwidth-sidebar-container .top-sidebar,
.fullwidth-sidebar-container #block-14,
.fullwidth-sidebar-container #block-6,
.fullwidth-sidebar-container .wp-block-geodirectory-geodir-widget-search,
.fullwidth-sidebar-container .geodir-search-container,
.fullwidth-sidebar-container .nf-form-cont {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}


/* =========================================================
   HEADER LOCAL
========================================================= */

.aakd-city-places-head {
  position: relative;
  z-index: 2;

  max-width: 760px;
  margin-bottom: 22px;
  padding: 24px 28px;

  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, .12);

  background:
    linear-gradient(
      90deg,
      rgba(3, 5, 18, .92) 0%,
      rgba(8, 10, 28, .82) 58%,
      rgba(8, 10, 28, .28) 100%
    );

  box-shadow:
    0 24px 70px rgba(0, 0, 0, .45),
    inset 0 0 0 1px rgba(255, 255, 255, .04);

  backdrop-filter: blur(4px);
}

.aakd-eyebrow,
.aakd-city-places-head .aakd-eyebrow {
  display: inline-flex;
  width: fit-content;

  margin: 0 0 12px;
  padding: 7px 12px;

  border-radius: 999px;
  background: var(--aakd-yellow);
  color: #111827 !important;

  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .06em;

  text-shadow: none;
}

.aakd-city-places-head h2 {
  margin: 0 0 10px;

  color: #fff !important;

  font-size: clamp(28px, 4vw, 46px);
  font-weight: 950;
  line-height: 1.05;

  text-shadow:
    0 3px 8px rgba(0, 0, 0, .95),
    0 0 28px rgba(0, 0, 0, .85);
}

.aakd-city-places-head p {
  margin: 0;

  color: rgba(255, 255, 255, .92) !important;

  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;

  text-shadow:
    0 2px 6px rgba(0, 0, 0, .95),
    0 0 18px rgba(0, 0, 0, .75);
}


/* =========================================================
   TOP CARD PROJET
   Base 1 colonne : ne casse pas en demi-colonne desktop
========================================================= */

.aakd-city-project-top-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;

  width: 100%;
  margin: 0 0 24px;
  padding: 22px;

  color: #fff;

  border-radius: 28px;
  border: 1px solid var(--aakd-border);

  background:
    radial-gradient(circle at top right, rgba(255, 204, 0, .22), transparent 34%),
    radial-gradient(circle at bottom left, var(--aakd-violet), transparent 38%),
    linear-gradient(135deg, var(--aakd-dark), var(--aakd-dark-2));

  box-shadow: 0 22px 60px rgba(0, 0, 0, .30);
  overflow: hidden;
}

.aakd-city-project-top-card.is-real {
  border-color: rgba(34, 197, 94, .45);
}

.aakd-city-project-top-main {
  min-width: 0;
}

.aakd-city-project-badge {
  display: inline-flex;
  width: fit-content;

  margin: 0 0 12px;
  padding: 8px 14px;

  border-radius: 999px;
  background: var(--aakd-yellow);
  color: #111827;

  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.aakd-city-project-top-card.is-real .aakd-city-project-badge {
  background: #22c55e;
  color: #fff;
}

.aakd-city-project-top-card h3 {
  max-width: 100%;
  margin: 0 0 12px;

  color: #fff;

  font-size: 34px;
  font-size: clamp(28px, 7cqw, 48px);
  font-weight: 950;
  line-height: 1.04;

  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.aakd-city-project-top-card p {
  max-width: 680px;
  margin: 0;

  color: rgba(255, 255, 255, .82);

  font-size: 16px;
  font-size: clamp(15px, 2.6cqw, 20px);
  font-weight: 600;
  line-height: 1.48;
}


/* =========================================================
   IMAGE MATCHING + CTA
========================================================= */

.aakd-city-project-top-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 14px;

  width: 100%;
  max-width: 100%;
  min-width: 0;
}

/* Image injectée sans modifier le PHP */
.aakd-city-project-top-actions::before {
  content: "";
  display: block;

  width: 100%;
  aspect-ratio: 16 / 9;

  background-image: url("https://kitchen-designer.org/wp-content/uploads/2026/05/matching-kitchen-designer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .22);

  box-shadow:
    0 18px 45px rgba(0, 0, 0, .35),
    0 0 30px rgba(255, 204, 0, .18);

  overflow: hidden;
}

/* Si tu ajoutes plus tard un vrai div .aakd-city-project-visual, on évite le doublon */
.aakd-city-project-top-actions:has(.aakd-city-project-visual)::before {
  content: none;
  display: none;
}

.aakd-city-project-visual {
  width: 100%;
  aspect-ratio: 16 / 9;

  background-image: url("https://kitchen-designer.org/wp-content/uploads/2026/05/matching-kitchen-designer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .22);

  box-shadow:
    0 18px 45px rgba(0, 0, 0, .35),
    0 0 30px rgba(255, 204, 0, .18);

  overflow: hidden;
}

.aakd-city-project-top-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 46px;
  padding: 0 18px;

  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);

  background: rgba(255, 255, 255, .10);
  color: #fff;

  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.aakd-city-project-top-actions a:hover {
  transform: translateY(-1px);
}

.aakd-city-project-top-actions .aakd-city-project-primary {
  min-height: 58px;

  background: var(--aakd-yellow);
  color: #111827;
  border-color: var(--aakd-yellow);

  font-size: 17px;
  font-weight: 950;

  box-shadow: 0 14px 34px rgba(255, 204, 0, .20);
}

.aakd-city-project-top-actions .aakd-city-project-primary:hover {
  background: var(--aakd-yellow-hover);
  border-color: var(--aakd-yellow-hover);
  box-shadow: 0 18px 42px rgba(255, 204, 0, .28);
}

.aakd-city-project-top-actions small {
  width: 100%;

  color: rgba(255, 255, 255, .74);

  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}


/* =========================================================
   META CARDS
========================================================= */

.aakd-city-project-top-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.aakd-city-project-top-meta div {
  padding: 14px 15px;

  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .13);

  background: rgba(255, 255, 255, .08);
}

.aakd-city-project-top-meta span {
  display: block;
  margin-bottom: 6px;

  color: rgba(255, 255, 255, .56);

  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.aakd-city-project-top-meta strong {
  display: block;

  color: #fff;

  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}


/* =========================================================
   PASSAGE 2 COLONNES SEULEMENT SI LE SHORTCODE EST ASSEZ LARGE
========================================================= */

@container (min-width: 850px) {
  .aakd-city-project-top-card {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 46%);
    gap: 24px;
    align-items: center;
    padding: 28px;
  }

  .aakd-city-project-top-actions {
    max-width: 540px;
    margin-left: auto;
  }

  .aakd-city-project-top-meta {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}

@container (min-width: 1050px) {
  .aakd-city-project-top-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(500px, .95fr);
  }

  .aakd-city-project-top-actions {
    max-width: 580px;
  }

  .aakd-city-project-top-card h3 {
    font-size: clamp(38px, 5cqw, 58px);
  }
}


/* =========================================================
   GRID CUISINISTES
========================================================= */

.aakd-city-places-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.aakd-city-place-card {
  overflow: hidden;

  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .12);

  background: var(--aakd-card-bg);

  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
}

.aakd-city-place-image {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 190px;

  background: #fff;
  text-decoration: none;
}

.aakd-city-place-image img {
  width: 100%;
  height: 100%;
  padding: 22px;

  object-fit: contain;
}

.aakd-city-place-image span {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 82px;
  height: 82px;

  border-radius: 999px;

  background: var(--aakd-yellow);
  color: #111827;

  font-size: 42px;
  font-weight: 950;
}

.aakd-city-place-body {
  padding: 18px;
}

.aakd-city-place-body h3 {
  margin: 0 0 8px;

  font-size: 19px;
  line-height: 1.2;
}

.aakd-city-place-body h3 a {
  color: #fff;
  text-decoration: none;
}

.aakd-city-place-body h3 a:hover {
  color: var(--aakd-yellow);
}

.aakd-city-place-location {
  margin: 0 0 16px;

  color: rgba(255, 255, 255, .68);

  font-size: 14px;
  line-height: 1.45;
}

.aakd-city-place-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.aakd-city-place-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 40px;
  padding: 0 14px;

  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);

  background: rgba(255, 255, 255, .10);
  color: #fff;

  font-size: 13px;
  font-weight: 900;
  text-decoration: none;

  transition: transform .18s ease;
}

.aakd-city-place-actions a:hover {
  transform: translateY(-1px);
}

.aakd-city-place-actions a:last-child {
  background: var(--aakd-yellow);
  color: #111827;
  border-color: var(--aakd-yellow);
}

@container (min-width: 700px) {
  .aakd-city-places-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@container (min-width: 1050px) {
  .aakd-city-places-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* =========================================================
   EMPTY STATE
========================================================= */

.aakd-city-empty {
  padding: 28px;

  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .12);

  background: var(--aakd-card-bg);
}

.aakd-city-empty h3 {
  margin: 0 0 8px;
  color: #fff;
}

.aakd-city-empty p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .72);
}

.aakd-city-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;
  padding: 0 16px;

  border-radius: 999px;

  background: var(--aakd-yellow);
  color: #111827;

  font-weight: 900;
  text-decoration: none;
}

.aakd-city-empty a:hover {
  background: var(--aakd-yellow-hover);
}

.aakd-city-debug {
  margin: 12px 0 0;

  color: rgba(255, 255, 255, .55);

  font-size: 12px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {
  .aakd-city-places-head {
    padding: 18px;
    border-radius: 20px;

    background:
      linear-gradient(
        180deg,
        rgba(3, 5, 18, .94) 0%,
        rgba(8, 10, 28, .88) 100%
      );
  }

  .aakd-city-places-head h2 {
    font-size: 34px;
    line-height: 1.05;
  }

  .aakd-city-places-head p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 640px) {
  .aakd-city-places-clean {
    margin: 28px auto;
    padding: 0 12px;
  }

  .aakd-city-project-top-card {
    padding: 18px;
    border-radius: 24px;
  }

  .aakd-city-project-top-card h3 {
    font-size: 31px;
    line-height: 1.05;
  }

  .aakd-city-project-top-card p {
    font-size: 16px;
    line-height: 1.5;
  }

  .aakd-city-project-top-actions::before,
  .aakd-city-project-visual {
    border-radius: 18px;
  }

  .aakd-city-project-top-actions .aakd-city-project-primary {
    min-height: 52px;
    font-size: 15px;
  }

  .aakd-city-place-image {
    height: 180px;
  }
}/* End custom CSS */