:root {
  --primary: #33a3dc;
  --primary-strong: #238cc1;
  --secondary: #1f305f;
  --secondary-strong: #152448;
  --soft-blue: #c6def2;
  --navy-950: #020915;
  --navy-900: #051126;
  --navy-850: #0b1b35;
  --navy-800: #102444;
  --ink-900: #13213f;
  --ink-700: #556684;
  --ink-500: #7b8ba6;
  --surface-0: #ffffff;
  --surface-50: #f8fbfe;
  --surface-100: #eef5fb;
  --surface-150: #e7f0f8;
  --surface-200: #dde9f4;
  --border-light: rgba(17, 30, 58, 0.08);
  --border-mid: rgba(17, 30, 58, 0.12);
  --border-dark: rgba(255, 255, 255, 0.12);
  --shadow-soft: 0 16px 42px rgba(10, 29, 56, 0.08);
  --shadow-medium: 0 22px 60px rgba(10, 29, 56, 0.13);
  --shadow-dark: 0 26px 72px rgba(0, 0, 0, 0.28);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--ink-900);
  background: var(--surface-0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  transition: 0.25s ease;
}

.container {
  width: min(calc(100% - 2.4rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: rgba(5, 17, 38, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo {
  width: clamp(180px, 16vw, 215px);
  height: auto;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 500;
}

.nav a:hover {
  color: #ffffff;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 0.26rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.lang-btn {
  min-width: 52px;
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.lang-btn:hover {
  color: #fff;
}

.lang-btn.is-active {
  color: #fff;
  background: linear-gradient(135deg, rgba(51, 163, 220, 0.95), rgba(31, 48, 95, 0.95));
  box-shadow: 0 10px 22px rgba(51, 163, 220, 0.24);
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--navy-950) 0%, var(--navy-900) 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(51, 163, 220, 0.16), transparent 18%),
    radial-gradient(circle at 78% 18%, rgba(51, 163, 220, 0.08), transparent 16%),
    linear-gradient(96deg, rgba(2, 9, 21, 0.98) 0%, rgba(2, 9, 21, 0.94) 34%, rgba(2, 9, 21, 0.72) 58%, rgba(2, 9, 21, 0.34) 100%),
    url("assets/cover.jpg") center right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(2, 9, 21, 0) 0%, rgba(2, 9, 21, 0.88) 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: min(760px, calc(100svh - 84px));
  display: flex;
  align-items: center;
  padding: clamp(5.4rem, 9vw, 7.2rem) 0 clamp(5rem, 7vw, 6rem);
}

.hero-copy {
  width: min(100%, 860px);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--primary);
  text-transform: none;
  letter-spacing: 0.16em;
  font-size: 0.85rem;
  font-weight: 700;
}

.eyebrow.dark {
  color: var(--secondary);
}

.hero h1,
.section-heading h2,
.split-grid h2,
.cta-band h2 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 18ch;
  color: #fff;
  font-size: clamp(2.3rem, 4.1vw, 4.1rem);
}

.hero p,
.section-heading p,
.service-card p,
.split-grid p,
.value-list p,
.feature-box p,
.footer-copy,
.footer-list li {
  line-height: 1.78;
}

.hero p {
  max-width: 60ch;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.88rem 1.45rem;
  border-radius: 999px;
  font-weight: 600;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #59bdf3);
  box-shadow: 0 18px 34px rgba(51, 163, 220, 0.28);
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.hero-facts {
  display: grid;
  gap: 1.05rem;
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
}

.hero-facts li {
  position: relative;
  display: block;
  padding: 0 0 0 2.4rem;
  min-height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.5;
}

.hero-facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, #9ee7ff 0%, #4fc3ff 45%, #1f8fff 100%);
  box-shadow:
    0 0 6px rgba(79, 195, 255, 0.95),
    0 0 14px rgba(79, 195, 255, 0.85),
    0 0 24px rgba(31, 143, 255, 0.65),
    0 0 36px rgba(31, 143, 255, 0.35);
  transform: translateY(-50%);
}

.stats-bar {
  position: relative;
  z-index: 2;
  margin-top: -2.2rem;
  padding-bottom: 1rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.stats-grid article {
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 30, 58, 0.08);
  box-shadow: var(--shadow-soft);
}

.stats-grid strong {
  display: block;
  font-size: 1.02rem;
  color: var(--ink-900);
}

.stats-grid span {
  display: block;
  margin-top: 0.45rem;
  color: var(--ink-700);
  font-size: 0.93rem;
  line-height: 1.55;
}

.section {
  padding: 5.8rem 0;
}

.section-light {
  background: linear-gradient(180deg, var(--surface-50) 0%, var(--surface-100) 100%);
}

.section-dark {
  color: #fff;
  background: radial-gradient(circle at 14% 18%, rgba(51, 163, 220, 0.1), transparent 18%), linear-gradient(180deg, #071427 0%, #061223 100%);
}

.section-accent {
  background: linear-gradient(135deg, #deedf8 0%, #eff6fc 52%, #d5e7f5 100%);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.75rem;
}

.section-heading.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading h2,
.split-grid h2,
.cta-band h2 {
  font-size: clamp(1.95rem, 3.45vw, 3rem);
}

.section-heading p {
  margin: 1rem 0 0;
  color: var(--ink-700);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.service-card,
.feature-box,
.value-panel {
  border-radius: var(--radius-lg);
}

.service-card {
  padding: 1.55rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-soft);
}

.service-card:hover,
.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-medium);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border-radius: 14px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--secondary);
  background: linear-gradient(135deg, rgba(51, 163, 220, 0.16), rgba(198, 222, 242, 0.88));
}

.service-card h3,
.value-panel h3,
.value-list h4,
.feature-box h3,
.footer-grid h3 {
  margin: 0;
}

.service-card h3,
.feature-box h3 {
  font-size: 1.12rem;
  line-height: 1.3;
}

.service-card p,
.feature-box p,
.value-list p,
.split-grid p {
  margin: 0.8rem 0 0;
}

.service-card p {
  color: var(--ink-700);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 2rem;
  align-items: start;
}

.split-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.value-panel {
  padding: 1.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-dark);
}

.value-panel h3 {
  font-size: 1.2rem;
  color: #fff;
}

.value-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

.value-list article {
  padding: 1rem 1rem 1.05rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.value-list h4 {
  color: #fff;
  font-size: 1rem;
}

.value-list p {
  color: rgba(255, 255, 255, 0.74);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.15rem;
}

.feature-box {
  padding: 1.55rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-soft);
}

.feature-box::before {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-bottom: 0.95rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), rgba(51, 163, 220, 0.18));
}

.feature-box p {
  color: var(--ink-700);
}

.cta-band {
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 45%, rgba(51, 163, 220, 0.12), transparent 16%);
  pointer-events: none;
}

.cta-grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.4rem 0;
}

.cta-grid h2 {
  max-width: 20ch;
  font-size: clamp(1.8rem, 3.1vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.site-footer {
  padding: 4rem 0 1.3rem;
  color: #fff;
  background: var(--navy-900);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
}

.footer-logo {
  width: 176px;
  height: auto;
}

.footer-copy,
.footer-list li,
.footer-bottom {
  color: rgba(255, 255, 255, 0.72);
}

.footer-copy {
  max-width: 37ch;
  margin: 1rem 0 0;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.72rem;
}

.footer-list a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.94rem;
}

html[lang="fr"] .hero h1 {
  max-width: 19ch;
  font-size: clamp(2.15rem, 3.9vw, 3.7rem);
}

html[lang="fr"] .hero p,
html[lang="fr"] .section-heading p,
html[lang="fr"] .service-card p,
html[lang="fr"] .split-grid p,
html[lang="fr"] .value-list p,
html[lang="fr"] .feature-box p,
html[lang="fr"] .footer-copy,
html[lang="fr"] .footer-list li {
  line-height: 1.84;
}

@media (max-width: 1120px) {
  .hero-grid,
  .split-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding: 5rem 0 5.6rem;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-grid h2 {
    max-width: none;
  }
}

@media (max-width: 920px) {
  html {
    scroll-padding-top: 128px;
  }

  .nav-wrap {
    min-height: auto;
    padding: 1rem 0;
    flex-wrap: wrap;
    align-items: center;
  }

  .nav-right {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.85rem 1rem;
  }

  .nav {
    gap: 1.05rem;
    flex-wrap: wrap;
  }

  .hero-grid {
    padding: 4.7rem 0 5.1rem;
  }

  .services-grid,
  .feature-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 1.3rem), var(--container));
  }

  .brand-logo {
    width: min(100%, 188px);
  }

  .nav {
    width: 100%;
    order: 2;
    font-size: 0.92rem;
  }

  .lang-switch {
    order: 1;
    margin-left: auto;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(2, 9, 21, 0.96) 0%, rgba(2, 9, 21, 0.94) 42%, rgba(2, 9, 21, 0.92) 100%),
      url("assets/cover.jpg") 72% center / cover no-repeat;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.2rem, 8vw, 3.05rem);
  }

  html[lang="fr"] .hero h1 {
    font-size: clamp(2.05rem, 7.4vw, 2.72rem);
  }

  .hero p {
    font-size: 0.98rem;
  }

  .stats-bar {
    margin-top: -1.4rem;
  }

  .stats-grid,
  .services-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4.9rem 0;
  }

  .cta-grid {
    padding: 1.8rem 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
    .hero-facts {
    gap: 0.9rem;
  }

  .hero-facts li {
    padding-left: 2rem;
    font-size: 1rem;
  }

  .hero-facts li::before {
    width: 10px;
    height: 10px;
  }
}
.justify-text {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.9;
}

.justify-title {
  text-align: justify;
  text-justify: inter-word;
}

.section-heading h2[data-i18n="servicesTitle"] {
  max-width: 22ch;
  margin-inline: auto;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.quote-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(51, 163, 220, 0.08), transparent 18%),
    linear-gradient(180deg, #f5f9fd 0%, #edf4fb 100%);
}

.quote-heading {
  max-width: 760px;
}

.quote-heading h2 {
  max-width: 18ch;
  margin-inline: auto;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.82fr);
  gap: 1.6rem;
  align-items: stretch;
}

.quote-form-shell,
.quote-side-card {
  border-radius: 26px;
}

.quote-form-shell {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 30, 58, 0.08);
  box-shadow: 0 18px 50px rgba(10, 29, 56, 0.08);
  backdrop-filter: blur(12px);
}

.quote-form {
  display: grid;
  gap: 1rem;
}

.quote-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.5rem;
}

.field label {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink-900);
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(17, 30, 58, 0.1);
  background: #f8fbfe;
  color: var(--ink-900);
  border-radius: 14px;
  padding: 0.98rem 1rem;
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #7b8ba6;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: rgba(51, 163, 220, 0.7);
  box-shadow: 0 0 0 4px rgba(51, 163, 220, 0.12);
  background: #ffffff;
}

.quote-form textarea {
  min-height: 170px;
  resize: vertical;
}

.quote-actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 0.25rem;
}

.quote-submit {
  min-height: 56px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #06213a;
  background: linear-gradient(135deg, var(--primary), #63c2f2);
  box-shadow: 0 16px 34px rgba(51, 163, 220, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.quote-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(51, 163, 220, 0.28);
}

.quote-note {
  margin: 0;
  color: var(--ink-700);
  font-size: 0.92rem;
  line-height: 1.65;
}

.quote-side-card {
  padding: 2rem;
  color: #fff;
  background:
    radial-gradient(circle at 18% 14%, rgba(51, 163, 220, 0.15), transparent 22%),
    linear-gradient(180deg, #07152a 0%, #081a35 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.quote-side-top h3 {
  margin: 0.3rem 0 0;
  font-size: 1.95rem;
  line-height: 1.1;
  color: #ffffff;
}

.quote-side-top p {
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.75;
}

.quote-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.quote-contact-list li {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(198, 222, 242, 0.82);
}

.quote-contact-list strong,
.quote-contact-list a {
  color: #fff;
  font-weight: 600;
  line-height: 1.65;
}

.quote-side-panel {
  margin-top: auto;
  padding: 1.15rem 1.1rem 1.2rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(51, 163, 220, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.quote-side-panel h4 {
  margin: 0 0 0.85rem;
  font-size: 1.02rem;
  color: #fff;
}

.quote-panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.quote-panel-list li {
  position: relative;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
}

.quote-panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

@media (max-width: 980px) {
  .quote-layout,
  .quote-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .quote-form-shell,
  .quote-side-card {
    padding: 1.3rem;
  }

  .quote-heading h2 {
    max-width: none;
    font-size: clamp(1.7rem, 7vw, 2.35rem);
  }

  .quote-side-top h3 {
    font-size: 1.55rem;
  }
}

.quote-status {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
}

.quote-status.success {
  color: #0f5132;
  background: #d1e7dd;
  border: 1px solid #badbcc;
}

.quote-status.error {
  color: #842029;
  background: #f8d7da;
  border: 1px solid #f5c2c7;
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}

.quote-modal.is-open {
  display: block;
}

.quote-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 9, 21, 0.72);
  backdrop-filter: blur(8px);
}

.quote-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  max-height: calc(100vh - 2rem);
  margin: 1rem auto;
  overflow: auto;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.quote-modal-inner {
  position: relative;
  padding: 2rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 18%, rgba(51, 163, 220, 0.08), transparent 18%),
    linear-gradient(180deg, #f5f9fd 0%, #edf4fb 100%);
}

.quote-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  background: rgba(5, 17, 38, 0.78);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
}

.quote-modal-close:hover {
  background: rgba(5, 17, 38, 0.95);
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 680px) {
  .quote-modal-dialog {
    width: min(100% - 1rem, 100%);
    max-height: calc(100vh - 0.5rem);
    margin: 0.5rem auto;
    border-radius: 22px;
  }

  .quote-modal-inner {
    padding: 1rem;
    border-radius: 22px;
  }

  .quote-modal-close {
    top: 0.75rem;
    right: 0.75rem;
    width: 42px;
    height: 42px;
  }
}

.cta-grid p {
  margin: 0.9rem 0 0;
  max-width: 46ch;
  color: var(--ink-700);
  line-height: 1.7;
}

.service-media {
  margin: 0 0 1rem;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(17, 30, 58, 0.08);
  box-shadow: 0 10px 24px rgba(10, 29, 56, 0.08);
  background: #fff;
}

.service-media img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
}

@media (max-width: 680px) {
  .service-media img {
    height: 200px;
  }
}
.cta-extra-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}
