:root {
  --bg: #f6f8fb;
  --bg-soft: #edf7f9;
  --surface: rgba(255,255,255,0.82);
  --surface-solid: #ffffff;
  --border: rgba(20, 33, 43, 0.09);
  --text: #232323;
  --muted: #5e6873;
  --primary: #8be8ee;
  --primary-strong: #5fd7de;
  --dark: #0f1720;
  --shadow: 0 18px 48px rgba(15, 23, 32, 0.09);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(139, 232, 238, 0.35), transparent 30%),
    radial-gradient(circle at bottom right, rgba(139, 232, 238, 0.22), transparent 25%),
    var(--bg);
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  backdrop-filter: blur(18px);
  background: rgba(246, 248, 251, 0.88);
  border-bottom: 1px solid rgba(20, 33, 43, 0.06);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 84px; gap: 1rem;
}
.brand img { width: 240px; height: auto; }
.main-nav { display: flex; gap: 1.25rem; align-items: center; }
.main-nav a {
  font-weight: 600; color: var(--muted); position: relative;
}
.main-nav a::after {
  content: ''; position: absolute; left: 0; bottom: -0.35rem; width: 100%; height: 2px;
  background: var(--primary-strong); transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.main-nav a:hover::after { transform: scaleX(1); }
.nav-toggle {
  display: none; border: 0; background: var(--surface-solid); border-radius: 14px; width: 48px; height: 48px;
  box-shadow: var(--shadow); cursor: pointer; padding: 0;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px; background: var(--dark); margin: 5px auto; border-radius: 999px;
}

.hero {
  position: relative;
  padding: 5.5rem 0 3.5rem;
  isolation: isolate;
  min-height: 760px;
  display: flex;
  align-items: center;
}
.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-media {
  background:
    linear-gradient(90deg, rgba(10, 16, 24, 0.80) 0%, rgba(10, 16, 24, 0.56) 45%, rgba(10, 16, 24, 0.34) 100%),
    url('hero-print.webp') center center / cover no-repeat;
  transform: scale(1.03);
}
.hero-overlay {
  background:
    linear-gradient(180deg, rgba(8, 14, 22, 0.10) 0%, rgba(8, 14, 22, 0.50) 100%),
    linear-gradient(135deg, rgba(139,232,238,0.16), rgba(139,232,238,0.04));
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2.5rem; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.45rem; margin: 0 0 1rem;
  font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 700; color: #46747a;
}
.hero .eyebrow { color: #b7edf0; }
.hero h1, .section-heading h2, .contact-copy h2 { margin: 0; line-height: 1.04; }
.hero h1 { font-size: clamp(2.8rem, 5vw, 5rem); max-width: 12ch; color: #ffffff; text-shadow: 0 18px 45px rgba(0,0,0,0.28); }
.hero-text {
  font-size: 1.08rem; color: rgba(255,255,255,0.86); max-width: 61ch; margin: 1.2rem 0 0;
}
.hero-actions { display: flex; gap: 0.9rem; flex-wrap: wrap; margin-top: 1.8rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  border-radius: 999px; padding: 0.95rem 1.4rem; font-weight: 700; border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(15, 23, 32, 0.12); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-strong)); color: #0e1b20; }
.btn-secondary { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.22); color: #ffffff; backdrop-filter: blur(8px); }
.btn-small { padding: 0.7rem 1rem; font-size: 0.95rem; }
.hero-points {
  list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: 0.8rem;
}
.hero-points li {
  display: flex; align-items: center; gap: 0.7rem; color: rgba(255,255,255,0.92);
}
.hero-points li::before {
  content: '•'; color: #3eaeb6; font-size: 1.3rem; line-height: 1;
}
.hero-visual { position: relative; min-height: 520px; }
.visual-card {
  position: relative; border-radius: 34px; background: linear-gradient(160deg, rgba(255,255,255,0.96), rgba(232, 248, 249, 0.92));
  border: 1px solid rgba(255,255,255,0.9); box-shadow: var(--shadow); overflow: hidden;
}
.visual-main {
  min-height: 520px; padding: 1.6rem;
  background-image:
    linear-gradient(135deg, rgba(139,232,238,0.26), rgba(255,255,255,0.9)),
    radial-gradient(circle at 30% 18%, rgba(95,215,222,0.18), transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(15, 23, 32, 0.07), transparent 22%);
}
.visual-badge {
  display: inline-flex; background: rgba(255,255,255,0.9); border: 1px solid rgba(20, 33, 43, 0.08);
  border-radius: 999px; padding: 0.65rem 0.95rem; font-weight: 700; color: #48626d; font-size: 0.92rem;
}
.mock-sign {
  margin-top: 2.2rem; font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 800; letter-spacing: 0.04em;
  color: #333; text-shadow: 0 14px 18px rgba(15, 23, 32, 0.08);
}
.mock-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.panel {
  min-height: 190px; border-radius: 24px; padding: 1.15rem; display: flex; align-items: end; justify-content: start;
  font-size: 0.96rem; font-weight: 800; color: #122128; box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}
.panel-one { background: linear-gradient(180deg, #111922 0%, #364655 100%); color: #e9f8fa; }
.panel-two { background: linear-gradient(180deg, #dff7f8 0%, #8be8ee 100%); }
.panel-three { background: linear-gradient(180deg, #ffffff 0%, #e7ecef 100%); }
.floating {
  position: absolute; padding: 0.95rem 1rem; border-radius: 18px; background: rgba(255,255,255,0.92);
  box-shadow: var(--shadow); font-weight: 700; border: 1px solid rgba(20, 33, 43, 0.08);
}
.floating-van { left: -1.2rem; bottom: 5rem; }
.floating-print { right: -1rem; top: 7rem; }

.trust-strip { padding: 0 0 2rem; }
.trust-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
}
.trust-grid > div {
  padding: 1.2rem 1.3rem; background: rgba(255,255,255,0.7); border: 1px solid var(--border);
  border-radius: 22px; box-shadow: 0 10px 24px rgba(15, 23, 32, 0.04);
}
.trust-grid strong { display: block; margin-bottom: 0.35rem; }
.trust-grid span { color: var(--muted); }

.section { padding: 5rem 0; }
.section.alt { background: linear-gradient(180deg, rgba(237,247,249,0.76), rgba(246,248,251,0.1)); }
.section.dark {
  background: linear-gradient(180deg, #151d27, #10161e);
  color: #eef3f5;
}
.section-heading { max-width: 760px; margin-bottom: 2.2rem; }
.section-heading.centered { text-align: center; margin-inline: auto auto; }
.section-heading h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.section-heading p { color: var(--muted); font-size: 1.02rem; margin-top: 1rem; }
.section.dark .section-heading p, .section.dark .eyebrow { color: #aec4ca; }

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem;
}
.service-card, .showcase-card, .solution-card, .step-card, .contact-card, .form-card {
  background: rgba(255,255,255,0.82); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow);
}
.service-card {
  padding: 1.4rem; min-height: 230px;
}
.service-card h3 { margin: 1rem 0 0.65rem; font-size: 1.25rem; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.icon-circle {
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--primary), #f5ffff); font-weight: 800;
}

.solution-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center; }
.check-list { display: grid; gap: 0.8rem; margin-top: 1.3rem; }
.check-list div { display: flex; gap: 0.8rem; color: var(--muted); }
.check-list span { color: #2aa7ae; font-weight: 800; }
.solution-cards {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
}
.solution-card { padding: 1.45rem; min-height: 190px; }
.solution-card.tall { grid-column: 1 / -1; min-height: 230px; }
.solution-card h3 { margin: 0 0 0.6rem; }
.solution-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.showcase-card { padding: 1.6rem; min-height: 240px; }
.mini-label { color: #4a8086; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.8rem; font-weight: 700; margin: 0 0 0.9rem; }
.showcase-card h3 { margin: 0 0 0.7rem; font-size: 1.4rem; }
.showcase-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.step-card {
  padding: 1.4rem; background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.08); color: #eef3f5;
}
.step-card p { color: #c1d2d7; margin: 0.6rem 0 0; line-height: 1.65; }
.step-number {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong)); color: #102028; font-weight: 800;
}
.step-card h3 { margin: 1rem 0 0.2rem; }

.contact-grid { display: grid; grid-template-columns: 1fr 0.95fr; gap: 1.4rem; align-items: start; }
.contact-copy p:not(.eyebrow) { color: var(--muted); }
.contact-card { padding: 1.45rem; margin-top: 1.2rem; }
.form-card { padding: 1.5rem; }
.field-row { display: grid; gap: 0.45rem; margin-bottom: 1rem; }
label { font-weight: 700; }
input, textarea {
  width: 100%; border: 1px solid rgba(20, 33, 43, 0.12); border-radius: 16px; padding: 0.95rem 1rem;
  font: inherit; background: rgba(255,255,255,0.9);
}
input:focus, textarea:focus {
  outline: 2px solid rgba(95, 215, 222, 0.35); border-color: var(--primary-strong);
}
.form-note { margin: 0.8rem 0 0; font-size: 0.92rem; color: var(--muted); }

.site-footer {
  padding-top: 1.6rem; background: #121922; color: #dbe5ea;
}
.footer-wrap {
  display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding-bottom: 1rem;
}
.footer-logo { width: 180px; filter: brightness(1.4); }
.footer-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-links a { color: #dbe5ea; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding: 1rem 0 1.4rem; font-size: 0.95rem; color: #aac0c6;
}
.footer-bottom a { color: #dffafb; }

.cookie-banner {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 30; width: min(420px, calc(100% - 2rem));
  background: rgba(15, 23, 32, 0.95); color: #eef3f5; border-radius: 22px; padding: 1.1rem;
  box-shadow: 0 24px 50px rgba(0,0,0,0.28);
}
.cookie-banner p { margin: 0 0 0.9rem; line-height: 1.55; }
.cookie-actions { display: flex; gap: 0.7rem; justify-content: flex-end; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

@media (max-width: 1080px) {
  .hero-grid, .solution-layout, .contact-grid { grid-template-columns: 1fr; }
  .services-grid, .showcase-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: auto; padding: 4.5rem 0 3rem; }
  .hero-visual { min-height: auto; padding: 1rem 0 0; }
  .visual-main { min-height: 460px; }
}

@media (max-width: 820px) {
  .nav-toggle { display: inline-block; }
  .main-nav {
    position: fixed; inset: 84px 1rem auto 1rem; background: rgba(255,255,255,0.96); border: 1px solid var(--border);
    border-radius: 22px; box-shadow: var(--shadow); padding: 1rem; display: none; flex-direction: column; align-items: flex-start;
  }
  .main-nav.open { display: flex; }
  .brand img { width: 190px; }
  .hero { padding-top: 2.5rem; }
  .floating-van { left: 0; bottom: 0.5rem; }
  .floating-print { right: 0; top: 1rem; }
  .hero h1 { max-width: 100%; }
  .mock-panels { grid-template-columns: 1fr; }
  .trust-grid, .services-grid, .showcase-grid, .steps-grid, .solution-cards { grid-template-columns: 1fr; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 580px) {
  .section { padding: 4rem 0; }
  .hero-actions, .cookie-actions { flex-direction: column; }
  .btn, .btn-small { width: 100%; }
  .floating { position: static; margin-top: 0.8rem; display: inline-flex; }
  .visual-main { min-height: auto; }
  .contact-card, .form-card, .service-card, .showcase-card, .solution-card, .step-card { border-radius: 20px; }
}

.visual-main {
  position: relative;
  z-index: 2;
  margin-left: auto;
  max-width: 500px;
  min-height: auto;
  padding: 1.7rem;
  border-radius: 34px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 24px 65px rgba(0,0,0,0.20);
  backdrop-filter: blur(10px);
  color: #ffffff;
}
.visual-main .visual-badge {
  background: rgba(255,255,255,0.90);
  color: #48626d;
}
.mock-sign {
  margin-top: 1.25rem;
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: none;
}
.mock-sign::after {
  content: 'Une image cohérente sur chaque support.';
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255,255,255,0.88);
}
.mock-panels {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
  margin-top: 1.35rem;
}
.panel {
  min-height: 120px;
  padding: 1rem;
  align-items: flex-start;
  border-radius: 22px;
  font-size: 0.95rem;
  box-shadow: none;
  border: 1px solid rgba(255,255,255,0.14);
}
.panel-one,
.panel-two,
.panel-three {
  background: rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.95);
}
.panel-three {
  grid-column: 1 / -1;
}
.floating {
  position: absolute;
  z-index: 3;
  max-width: 220px;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 32, 0.16);
  font-weight: 700;
  border: 1px solid rgba(20, 33, 43, 0.08);
  backdrop-filter: blur(8px);
}
.floating-van { left: 0.5rem; bottom: 6rem; }
.floating-print { right: 0.5rem; top: 3.1rem; }
.contact-section {
  position: relative;
  background: linear-gradient(180deg, rgba(237,247,249,0.52), rgba(246,248,251,0.95));
}
.contact-card {
  margin-bottom: 1rem;
}
.contact-map-card {
  overflow: hidden;
  min-height: 280px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,0.88);
}
.contact-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  display: block;
}
.contact-map-link {
  margin-top: 0.3rem;
  background: rgba(15, 23, 32, 0.92);
  color: #ffffff;
  border-color: rgba(15, 23, 32, 0.92);
}


/* V3 tweaks */
.trust-strip {
  padding: 2rem 0;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.visual-main {
  position: relative;
  z-index: 2;
}

.floating {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(20,33,43,0.08);
  box-shadow: 0 18px 42px rgba(15,23,32,0.16);
  font-weight: 700;
  color: #1f2933;
  backdrop-filter: blur(10px);
}
.floating-van {
  left: -0.6rem;
  bottom: 5.2rem;
}
.floating-print {
  right: -0.4rem;
  top: 3rem;
}

.contact-section {
  position: relative;
  overflow: hidden;
}
.contact-map-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contact-map-bg iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) contrast(1.05) saturate(0.7);
  transform: scale(1.08);
}
.contact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(246 248 251 / 0%) 0%, rgba(246, 248, 251, 0.92) 40%, rgb(246 248 251 / 0%) 100%);
  z-index: 1;
}
.contact-grid {
  position: relative;
  z-index: 2;
}
.contact-form .form-shell {
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(20,33,43,0.08);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(15,23,32,0.10);
  padding: 1rem;
  backdrop-filter: blur(12px);
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1rem;
}
.contact-map-link {
  background: rgba(15,23,32,0.92);
  color: #fff;
  border-color: rgba(15,23,32,0.92);
}
.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 1.05rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(20,33,43,0.08);
  box-shadow: 0 12px 30px rgba(15,23,32,0.10);
  font-weight: 700;
}
.social-icon,
.floating-pill-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.instagram-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='3' width='18' height='18' rx='5' stroke='%23E1306C' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='4' stroke='%23E1306C' stroke-width='2'/%3E%3Ccircle cx='17.2' cy='6.8' r='1.2' fill='%23E1306C'/%3E%3C/svg%3E");
}
.google-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FBBC05' d='m12 2.5 2.92 5.92 6.53.95-4.72 4.6 1.11 6.5L12 17.4l-5.84 3.07 1.12-6.5-4.73-4.6 6.54-.95z'/%3E%3C/svg%3E");
}

.floating-socials {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.floating-pill {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(20,33,43,0.08);
  box-shadow: 0 16px 36px rgba(15,23,32,0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, box-shadow .2s ease;
  backdrop-filter: blur(14px);
}
.floating-pill:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 22px 44px rgba(15,23,32,0.22);
}
.floating-pill.instagram .floating-pill-icon,
.floating-pill.google .floating-pill-icon {
  width: 28px;
  height: 28px;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 20px;
  z-index: 95;
  max-width: 360px;
}
.cookie-banner-inner {
  background: rgba(15, 23, 32, 0.92);
  color: #ffffff;
  border-radius: 22px;
  padding: 1rem 1rem 0.95rem;
  box-shadow: 0 18px 40px rgba(15,23,32,0.24);
  backdrop-filter: blur(18px);
}
.cookie-banner p {
  margin: 0 0 0.85rem;
  line-height: 1.5;
  font-size: 0.95rem;
}
.cookie-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}
.btn-outline {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,0.26);
}

@media (max-width: 991px) {
  .floating-van { left: 0; bottom: 0.75rem; }
  .floating-print { right: 0; top: 1rem; }
}
@media (max-width: 767px) {
  .contact-overlay {
    background: linear-gradient(180deg, rgba(246,248,251,0.78) 0%, rgba(246,248,251,0.92) 35%, rgba(246,248,251,0.96) 100%);
  }
  .floating-socials {
    right: 14px;
    bottom: 14px;
  }
  .floating-pill {
    width: 52px;
    height: 52px;
  }
  .cookie-banner {
    left: 14px;
    right: 76px;
    bottom: 14px;
    max-width: none;
  }
}


.google-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.24);
  color: #ffffff;
  font-weight: 700;
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.16);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.google-rating-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  background: rgba(255,255,255,0.20);
}
.google-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: #fbbc05;
  color: #1f2933;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(251,188,5,0.35);
}

.floating-socials {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.floating-social-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
  opacity: 0;
  transform: translateX(20px) scale(.94);
  transition: opacity .45s ease, transform .45s ease;
}
.floating-social-item.is-visible {
  opacity: 1;
  transform: translateX(0) scale(1);
}
.floating-social-label {
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(15,23,32,0.88);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(15,23,32,0.18);
  opacity: 0;
  transform: translateX(6px);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: none;
}
.floating-social-item:hover .floating-social-label {
  opacity: 1;
  transform: translateX(0);
}
.floating-pill {
  overflow: hidden;
}
.floating-pill::after,
.btn::after,
.google-rating-badge::after,
.social-pill::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.28), transparent 38%);
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
}
.floating-pill:hover::after,
.btn:hover::after,
.google-rating-badge:hover::after,
.social-pill:hover::after {
  opacity: 1;
}
.floating-pill,
.btn,
.google-rating-badge,
.social-pill {
  position: relative;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  will-change: transform;
}
.is-pressed {
  transform: scale(.98) !important;
}
.google-rating-badge {
  opacity: 0;
  transform: translateY(12px);
}
.google-rating-badge.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.form-shell {
  transition: transform .25s ease, box-shadow .25s ease;
}
.form-shell:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 70px rgba(15,23,32,0.14);
}

@media (max-width: 767px) {
  .floating-social-label {
    display: none;
  }
}


/* V3.2 corrections */
.floating-socials {
  right: 0 !important;
  bottom: 22px;
  align-items: flex-end;
}
.floating-social-item {
  justify-content: flex-end;
}
.floating-pill {
  margin-right: 0;
}
.floating-social-label {
  order: -1;
}
.google-rating-badge-contact {
  margin: 1.25rem 0 0 auto;
  width: fit-content;
  opacity: 1;
  transform: none;
}
.contact-rating {
  grid-column: 2;
  display: flex;
  justify-content: flex-start;
}
.contact-map-bg iframe {
  filter: none;
  transform: scale(1.02);
}
@media (max-width: 767px) {
  .floating-socials {
    right: 0 !important;
    bottom: 14px;
  }
  .contact-rating {
    grid-column: 1;
  }
  .google-rating-badge-contact {
    margin-left: 0;
  }
}
.contact-map-bg iframe {
  filter: grayscale(1) contrast(1.05) brightness(1.05);
  opacity: 0.6;
}

html, body {
  overflow-x: hidden;
}