/* GTM vitrine : palette alignee logo / maquette (marine, bleu, cyan ciel, blanc) */
:root {
  --navy: #0c2340;
  --navy-deep: #081a2e;
  --navy-soft: #143a5c;
  --blue: #1e88e5;
  --blue-dark: #1565c0;
  --sky: #29b6f6;
  --sky-light: #4fc3f7;
  --ice: #e3f2fd;
  --page: #f0f7fc;
  --page-deep: #e8f4fc;
  --white: #ffffff;
  --muted: #546e7a;
  --border: rgba(30, 136, 229, 0.22);
  --radius-lg: 22px;
  --radius-md: 12px;
  --shadow-pop: 0 22px 48px rgba(12, 35, 64, 0.12);
  --font: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--navy);
  background: var(--page);
  line-height: 1.55;
  position: relative;
}

.page--vitrine {
  min-height: 100vh;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 100% 75% at 8% -5%, rgba(41, 182, 246, 0.22), transparent 42%),
    radial-gradient(ellipse 70% 55% at 100% 15%, rgba(30, 136, 229, 0.12), transparent 48%),
    radial-gradient(ellipse 65% 45% at 50% 100%, rgba(12, 35, 64, 0.06), transparent 50%),
    linear-gradient(170deg, #fafcfe 0%, var(--page) 40%, var(--page-deep) 100%);
}

.page-bg::before,
.page-bg::after {
  content: "";
  position: absolute;
  border-radius: 32px;
  opacity: 0.5;
}

.page-bg::before {
  width: min(380px, 50vw);
  height: min(380px, 50vw);
  top: 5%;
  right: -6%;
  background: linear-gradient(135deg, rgba(30, 136, 229, 0.14), rgba(79, 195, 247, 0.1));
  transform: rotate(-8deg);
}

.page-bg::after {
  width: min(260px, 40vw);
  height: min(260px, 40vw);
  bottom: 8%;
  left: -4%;
  background: linear-gradient(45deg, rgba(12, 35, 64, 0.08), rgba(41, 182, 246, 0.08));
  transform: rotate(12deg);
}

a {
  color: var(--blue-dark);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  width: min(1180px, 92vw);
  margin-inline: auto;
}

.hero--affiche {
  padding: 2.75rem 0 3.25rem;
}

.hero-affiche {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
}

@media (max-width: 959px) {
  .hero-affiche {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

.hero-badge {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy-soft);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), var(--ice));
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(30, 136, 229, 0.1);
}

.hero-col--texte {
  padding-top: 0.15rem;
  min-width: 0;
  min-height: 0;
}

.hero-tete {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* Cadre logo : coins arrondis + overflow pour masquer fond blanc carré du PNG */
.logo-cadre {
  display: inline-block;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 0;
  background: linear-gradient(165deg, var(--page) 0%, var(--ice) 100%);
}

.logo-cadre img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.logo-cadre--hero {
  width: 92px;
  height: 92px;
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(12, 35, 64, 0.18);
}

.logo-cadre--contact {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(30, 136, 229, 0.2);
}

.hero-titres {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.hero-marque {
  margin: 0;
  font-size: clamp(2.75rem, 5.5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  background: linear-gradient(115deg, var(--navy-deep) 0%, var(--blue-dark) 42%, var(--sky) 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-soustitre {
  margin: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 700;
  color: var(--blue);
}

.hero-accroche {
  margin: 0 0 0.85rem;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  font-weight: 700;
  color: var(--navy-soft);
  max-width: 40ch;
}

.hero-chapo {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  color: var(--muted);
  max-width: 48ch;
}

.liste-atouts {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.liste-atouts__item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(227, 242, 253, 0.65) 100%);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(12, 35, 64, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.liste-atouts__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(30, 136, 229, 0.12);
}

.liste-atouts__icone {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, var(--sky-light) 0%, var(--blue) 45%, var(--blue-dark) 100%);
  box-shadow: 0 6px 18px rgba(30, 136, 229, 0.35);
}

.liste-atouts__icone svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.liste-atouts__texte {
  font-size: 0.93rem;
  color: var(--muted);
  line-height: 1.5;
}

.liste-atouts__texte strong {
  display: block;
  font-size: 1.02rem;
  color: var(--navy);
  margin-bottom: 0.2rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.45rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: linear-gradient(135deg, var(--sky-light) 0%, var(--sky) 30%, var(--blue) 70%, var(--blue-dark) 100%);
  color: var(--white);
  box-shadow: 0 10px 28px rgba(30, 136, 229, 0.38);
}

.btn-primary:hover {
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(21, 101, 192, 0.35);
  transform: translateY(-1px);
}

.btn-secondary {
  background: var(--white);
  color: var(--navy-soft);
  border: 2px solid rgba(30, 136, 229, 0.4);
  box-shadow: 0 4px 14px rgba(12, 35, 64, 0.06);
}

.btn-secondary:hover {
  text-decoration: none;
  border-color: var(--blue);
  color: var(--blue-dark);
  transform: translateY(-1px);
}

.hero-col--visuel {
  position: relative;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
}

/* Deux colonnes : grille auto + 1fr pour forcer l'espace sous la photo (centre le bloc sécurité) */
@media (min-width: 960px) {
  .hero-col--visuel {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    height: 100%;
  }

  .hero-montage {
    grid-row: 1;
    align-self: start;
  }

  .hero-visuel-spacer {
    grid-row: 2;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 0.35rem;
  }
}

/* Une colonne : pile simple */
@media (max-width: 959px) {
  .hero-col--visuel {
    display: flex;
    flex-direction: column;
    align-self: auto;
  }

  .hero-visuel-spacer {
    flex: 0 0 auto;
    display: block;
    padding-top: 0.75rem;
  }
}

.hero-montage {
  margin: 0;
  border-radius: var(--radius-lg);
  line-height: 0;
  padding: 3px;
  background: linear-gradient(135deg, var(--sky-light), var(--sky), var(--blue-dark));
  box-shadow: var(--shadow-pop);
  position: relative;
}

.hero-montage img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius-lg) - 3px);
  vertical-align: top;
}

.bloc-securite--sous-montage {
  margin-top: 0;
  padding: 1.2rem 1.15rem 1.3rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(30, 136, 229, 0.16);
  background: linear-gradient(
    145deg,
    rgba(227, 242, 253, 0.75) 0%,
    rgba(255, 255, 255, 0.97) 42%,
    rgba(240, 249, 255, 0.92) 100%
  );
  box-shadow: 0 10px 32px rgba(12, 35, 64, 0.08);
}

.bloc-securite__inner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  max-width: none;
  margin-inline: 0;
}

@media (max-width: 640px) {
  .bloc-securite__inner {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }

  .securite-texte p {
    text-align: left;
  }
}

.securite-icone {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(145deg, var(--sky-light) 0%, var(--blue) 45%, var(--blue-dark) 100%);
  box-shadow: 0 10px 28px rgba(30, 136, 229, 0.35);
}

.securite-icone svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
}

.securite-texte {
  min-width: 0;
}

.securite-texte h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.securite-texte p {
  margin: 0 0 0.6rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
}

.securite-texte p:last-child {
  margin-bottom: 0;
}

.securite-texte strong {
  color: var(--navy-soft);
  font-weight: 800;
}

.securite-texte .securite-note {
  font-size: 0.82rem;
  color: var(--blue-dark);
  font-weight: 600;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.contact {
  padding: 2.75rem 0 3.5rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.75) 0%,
    rgba(227, 242, 253, 0.55) 45%,
    var(--page) 100%
  );
  border-top: 2px solid rgba(30, 136, 229, 0.15);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact h2 {
  margin: 0 0 0.5rem;
  font-size: 1.65rem;
  font-weight: 900;
  background: linear-gradient(90deg, var(--navy), var(--blue-dark));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.contact-intro {
  margin: 0;
  color: var(--muted);
  max-width: 42ch;
  font-size: 1.02rem;
}

.contact-card {
  background: linear-gradient(160deg, #ffffff 0%, #fafcfe 45%, var(--ice) 100%);
  border-radius: var(--radius-lg);
  border: 2px solid rgba(30, 136, 229, 0.2);
  box-shadow: var(--shadow-pop);
  padding: 1.85rem 1.85rem 1.6rem;
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--sky-light), var(--blue), var(--blue-dark));
}

.contact-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(30, 136, 229, 0.12);
}

.contact-card-header h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--navy);
}

.contact-card-header p {
  margin: 0.25rem 0 0;
  font-size: 0.9rem;
  color: var(--blue-dark);
  font-weight: 600;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 560px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.form-field {
  margin-bottom: 1rem;
}

.form-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--navy-soft);
  margin-bottom: 0.35rem;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 0.68rem 0.9rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(30, 136, 229, 0.22);
  font: inherit;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.98);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--sky);
  box-shadow: 0 0 0 3px rgba(41, 182, 246, 0.22);
}

.form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0 0 1rem;
}

.form-actions {
  margin-top: 0.25rem;
}

.form-actions .btn-primary {
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: var(--radius-md);
}

.site-footer {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 38%, var(--blue-dark) 78%, var(--blue) 100%);
  color: #e3f2fd;
  padding: 2rem 0 1.5rem;
  box-shadow: 0 -10px 36px rgba(12, 35, 64, 0.15);
}

.site-footer--minimal {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--blue-dark) 100%);
  padding: 1.25rem 0;
  box-shadow: none;
}

.footer-pills {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
}

@media (max-width: 720px) {
  .footer-pills {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0.65rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(129, 212, 250, 0.28);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  color: #fff;
}

.footer-pill svg {
  width: 30px;
  height: 30px;
  stroke: var(--sky-light);
  color: var(--sky-light);
}

.footer-bas {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.footer-bloc-marque {
  max-width: 360px;
  width: 100%;
  background: linear-gradient(165deg, #ffffff 0%, var(--page) 50%, var(--ice) 100%);
  border-radius: 18px;
  padding: 1.35rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  box-shadow: 0 14px 36px rgba(12, 35, 64, 0.14);
  border: 2px solid rgba(30, 136, 229, 0.25);
}

.footer-bloc-marque img {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: contain;
  box-shadow: 0 6px 16px rgba(30, 136, 229, 0.18);
}

.footer-bloc-marque__titre {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 900;
  background: linear-gradient(100deg, var(--navy) 0%, var(--blue-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.04em;
}

.footer-bloc-marque__tagline {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy-soft);
  line-height: 1.35;
}

.footer-copyright {
  margin: 1.75rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(129, 212, 250, 0.25);
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(227, 242, 253, 0.88);
  letter-spacing: 0.03em;
}

.footer-copyright--solo {
  margin: 0;
  padding: 0;
  border: 0;
}

@media (max-width: 560px) {
  .footer-bas {
    justify-content: stretch;
  }

  .footer-bloc-marque {
    max-width: none;
  }
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
