.elementor-21 .elementor-element.elementor-element-2399385{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-8a512c1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21 .elementor-element.elementor-element-d50d946{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-2399385 *//* =========================
   HERO PREMIUM H. QUADRI
   VERSION AVEC PHOTO D'ATTENTE
   ========================= */

.hq-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(8, 16, 28, 0.96) 0%, rgba(16, 28, 46, 0.92) 55%, rgba(31, 46, 70, 0.88) 100%);
  padding: 110px 0 90px;
}

.hq-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 196, 0, 0.14), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.05), transparent 35%);
  pointer-events: none;
}

.hq-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hq-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 48px;
}

.hq-hero__content {
  color: #ffffff;
}

.hq-hero__kicker {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f3c94b;
}

.hq-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 760px;
}

.hq-hero__text {
  margin: 0 0 28px;
  max-width: 650px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

.hq-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.hq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  transition: all 0.25s ease;
}

.hq-btn--primary {
  background: linear-gradient(135deg, #f2c23a 0%, #d8a918 100%);
  color: #10151d;
  box-shadow: 0 14px 30px rgba(242, 194, 58, 0.22);
}

.hq-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(242, 194, 58, 0.30);
}

.hq-btn--secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.hq-btn--secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.10);
}

.hq-hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hq-hero__highlights li {
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.94rem;
  line-height: 1.4;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hq-hero__media {
  display: flex;
  justify-content: flex-end;
}

.hq-hero__card {
  position: relative;
  width: 100%;
  max-width: 520px;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.hq-hero__badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(242, 194, 58, 0.14);
  color: #f3c94b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hq-hero__image-wrap {
  position: relative;
  min-height: 340px;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.hq-hero__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(10, 16, 26, 0.28), rgba(10, 16, 26, 0.06) 35%, rgba(10, 16, 26, 0.02) 100%);
  pointer-events: none;
}

.hq-hero__image {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hq-hero__card:hover .hq-hero__image {
  transform: scale(1.04);
}

.hq-hero__media-info {
  padding-top: 18px;
}

.hq-hero__media-info h2 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 700;
}

.hq-hero__media-info p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  font-size: 0.98rem;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .hq-hero {
    padding: 90px 0 70px;
  }

  .hq-hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hq-hero__media {
    justify-content: flex-start;
  }

  .hq-hero__card {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hq-container {
    width: min(100% - 24px, 1280px);
  }

  .hq-hero {
    padding: 78px 0 56px;
  }

  .hq-hero h1 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .hq-hero__text {
    font-size: 1rem;
    line-height: 1.7;
  }

  .hq-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hq-btn {
    width: 100%;
  }

  .hq-hero__image-wrap,
  .hq-hero__image {
    min-height: 250px;
    height: 250px;
  }

  .hq-hero__highlights {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8a512c1 *//* =========================
   CONTENEUR 2 - PRESENTATION / REASSURANCE
   VERSION AVEC PHOTO D'ATTENTE EN CSS
   ========================= */

.hq-section {
  position: relative;
  width: 100%;
  padding: 95px 0;
}

.hq-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hq-about {
  background: linear-gradient(180deg, #f7f8fb 0%, #eef2f7 100%);
}

.hq-about__inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.hq-about__media {
  position: relative;
}

.hq-about__visual {
  position: relative;
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(16, 28, 46, 0.06), rgba(255, 255, 255, 0.9));
  box-shadow: 0 24px 60px rgba(16, 28, 46, 0.08);
  border: 1px solid rgba(16, 28, 46, 0.08);
}

.hq-about__image-wrap {
  position: relative;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(to top, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.04)),
    url("https://images.unsplash.com/photo-1513694203232-719a280e022f?auto=format&fit=crop&w=1200&q=80") center center / cover no-repeat;
  transition: transform 0.5s ease;
}

.hq-about__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(15, 23, 42, 0.24), rgba(15, 23, 42, 0.06) 35%, rgba(15, 23, 42, 0.02) 100%);
  pointer-events: none;
}

.hq-about__visual:hover .hq-about__image-wrap {
  transform: scale(1.02);
}

.hq-about__content {
  color: #162234;
}

.hq-section__eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(242, 194, 58, 0.12);
  color: #a37800;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hq-about h2 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #101828;
  max-width: 760px;
}

.hq-about__text {
  margin: 0 0 18px;
  font-size: 1.04rem;
  line-height: 1.85;
  color: #445164;
  max-width: 700px;
}

.hq-about__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.hq-about__card {
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 28, 46, 0.08);
  box-shadow: 0 16px 35px rgba(16, 28, 46, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hq-about__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(16, 28, 46, 0.10);
}

.hq-about__card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.45;
  color: #101828;
  font-weight: 800;
}

.hq-about__card span {
  display: block;
  color: #5a6677;
  font-size: 0.95rem;
  line-height: 1.65;
}

.hq-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

/* =========================
   BOUTONS
   ========================= */

.hq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  transition: all 0.25s ease;
}

.hq-btn--primary {
  background: linear-gradient(135deg, #f2c23a 0%, #d8a918 100%);
  color: #10151d;
  box-shadow: 0 14px 30px rgba(242, 194, 58, 0.18);
}

.hq-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(242, 194, 58, 0.24);
}

.hq-btn--secondary {
  border: 1px solid rgba(16, 28, 46, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: #162234;
  backdrop-filter: blur(8px);
}

.hq-btn--secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.95);
}

.hq-btn--light {
  border-color: rgba(16, 28, 46, 0.14);
  background: #ffffff;
  color: #162234;
}

.hq-btn--light:hover {
  background: #f7f8fb;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .hq-section {
    padding: 80px 0;
  }

  .hq-about__inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hq-about__image-wrap {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .hq-section {
    padding: 64px 0;
  }

  .hq-container {
    width: min(100% - 24px, 1280px);
  }

  .hq-about__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hq-about__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hq-about__actions .hq-btn {
    width: 100%;
  }

  .hq-about__image-wrap {
    min-height: 240px;
  }

  .hq-about h2 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .hq-about__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e479319 *//* =========================
   CONTENEUR 3 - NOS SERVICES
   ========================= */

.hq-services {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hq-services__top {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.hq-services__top h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #101828;
}

.hq-services__intro {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.04rem;
  line-height: 1.85;
  color: #4b586b;
}

.hq-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.hq-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 26px;
  overflow: hidden;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(16, 28, 46, 0.08);
  box-shadow: 0 18px 45px rgba(16, 28, 46, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.hq-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(16, 28, 46, 0.10);
  border-color: rgba(242, 194, 58, 0.30);
}

.hq-service-card__image {
  min-height: 210px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(135deg, rgba(16, 28, 46, 0.07), rgba(242, 194, 58, 0.08));
  border-bottom: 1px solid rgba(16, 28, 46, 0.06);
}

.hq-service-card__image span {
  display: block;
  margin-bottom: 8px;
  color: #162234;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hq-service-card__image small {
  display: block;
  color: #5f6b7d;
  font-size: 0.92rem;
  line-height: 1.5;
}

.hq-service-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 22px 22px;
}

.hq-service-card__content h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.3;
  color: #101828;
  font-weight: 800;
}

.hq-service-card__content p {
  margin: 0 0 18px;
  color: #556274;
  font-size: 0.97rem;
  line-height: 1.75;
}

.hq-service-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a37800;
  font-size: 0.95rem;
  font-weight: 700;
}

.hq-service-card__link::after {
  content: "→";
  font-size: 1rem;
  transition: transform 0.25s ease;
}

.hq-service-card:hover .hq-service-card__link::after {
  transform: translateX(4px);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1180px) {
  .hq-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hq-services__top {
    margin-bottom: 28px;
  }

  .hq-services__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hq-services__top h2 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .hq-services__intro {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hq-service-card__image {
    min-height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d50d946 *//* =========================
   CONTENEUR 2 - PRESENTATION / REASSURANCE
   ========================= */

.hq-section {
  position: relative;
  width: 100%;
  padding: 95px 0;
}

.hq-about {
  background:
    linear-gradient(180deg, #f7f8fb 0%, #eef2f7 100%);
}

.hq-about__inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.hq-about__media {
  position: relative;
}

.hq-about__visual {
  position: relative;
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(16, 28, 46, 0.06), rgba(255, 255, 255, 0.9));
  box-shadow: 0 24px 60px rgba(16, 28, 46, 0.08);
  border: 1px solid rgba(16, 28, 46, 0.08);
}

.hq-about__image-placeholder {
  min-height: 420px;
  border-radius: 24px;
  border: 2px dashed rgba(16, 28, 46, 0.18);
  background:
    linear-gradient(135deg, rgba(16, 28, 46, 0.04), rgba(242, 194, 58, 0.08));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
}

.hq-about__image-placeholder span {
  display: block;
  margin-bottom: 10px;
  color: #162234;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hq-about__image-placeholder small {
  display: block;
  max-width: 290px;
  color: #5d6878;
  font-size: 0.95rem;
  line-height: 1.6;
}

.hq-about__content {
  color: #162234;
}

.hq-section__eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(242, 194, 58, 0.12);
  color: #a37800;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hq-about h2 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #101828;
  max-width: 760px;
}

.hq-about__text {
  margin: 0 0 18px;
  font-size: 1.04rem;
  line-height: 1.85;
  color: #445164;
  max-width: 700px;
}

.hq-about__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.hq-about__card {
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 28, 46, 0.08);
  box-shadow: 0 16px 35px rgba(16, 28, 46, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hq-about__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(16, 28, 46, 0.10);
}

.hq-about__card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.45;
  color: #101828;
  font-weight: 800;
}

.hq-about__card span {
  display: block;
  color: #5a6677;
  font-size: 0.95rem;
  line-height: 1.65;
}

.hq-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hq-btn--light {
  border-color: rgba(16, 28, 46, 0.14);
  background: #ffffff;
  color: #162234;
}

.hq-btn--light:hover {
  background: #f7f8fb;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .hq-section {
    padding: 80px 0;
  }

  .hq-about__inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hq-about__image-placeholder {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .hq-section {
    padding: 64px 0;
  }

  .hq-about__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hq-about__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hq-about__actions .hq-btn {
    width: 100%;
  }

  .hq-about__image-placeholder {
    min-height: 240px;
    padding: 22px;
  }

  .hq-about h2 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .hq-about__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}




/* =========================
   CONTENEUR 3 - NOS SERVICES
   VERSION AVEC PHOTOS D'ATTENTE
   ========================= */

.hq-section {
  position: relative;
  width: 100%;
  padding: 95px 0;
}

.hq-container {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.hq-services {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hq-services__top {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.hq-section__eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(242, 194, 58, 0.12);
  color: #a37800;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hq-services__top h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #101828;
}

.hq-services__intro {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.04rem;
  line-height: 1.85;
  color: #4b586b;
}

.hq-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.hq-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 26px;
  overflow: hidden;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(16, 28, 46, 0.08);
  box-shadow: 0 18px 45px rgba(16, 28, 46, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.hq-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(16, 28, 46, 0.10);
  border-color: rgba(242, 194, 58, 0.30);
}

.hq-service-card__image {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background: #dfe6ee;
}

.hq-service-card__image img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.hq-service-card:hover .hq-service-card__image img {
  transform: scale(1.05);
}

.hq-service-card__overlay {
  position: absolute;
  inset: auto 16px 16px 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(16, 28, 46, 0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hq-service-card__overlay small {
  display: block;
  color: #ffffff;
  font-size: 0.88rem;
  line-height: 1.45;
  font-weight: 600;
}

.hq-service-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 22px 22px;
}

.hq-service-card__content h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.3;
  color: #101828;
  font-weight: 800;
}

.hq-service-card__content p {
  margin: 0 0 18px;
  color: #556274;
  font-size: 0.97rem;
  line-height: 1.75;
}

.hq-service-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a37800;
  font-size: 0.95rem;
  font-weight: 700;
}

.hq-service-card__link::after {
  content: "→";
  font-size: 1rem;
  transition: transform 0.25s ease;
}

.hq-service-card:hover .hq-service-card__link::after {
  transform: translateX(4px);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1180px) {
  .hq-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hq-section {
    padding: 64px 0;
  }

  .hq-container {
    width: min(100% - 24px, 1280px);
  }

  .hq-services__top {
    margin-bottom: 28px;
  }

  .hq-services__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hq-services__top h2 {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
  }

  .hq-services__intro {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hq-service-card__image,
  .hq-service-card__image img {
    min-height: 210px;
    height: 210px;
  }
}/* End custom CSS */