/* ============================================
   BoostedTrades — Premium Refactor v2
   Trio navy + cyan + orange · Playfair Display
   ============================================ */

:root{
  /* — Brand trio — */
  --navy: #001F3F;
  --navy-2: #001530;
  --navy-3: #002B58;
  --cyan: #25B7E8;
  --cyan-2: #1A9BC8;
  --orange: #F5A623;
  --orange-2: #E0931A;

  --ink: #0A1628;
  --muted: #5D6673;
  --muted-2: #8B95A3;
  --line: rgba(0, 31, 63, 0.10);
  --line-2: rgba(0, 31, 63, 0.16);
  --bg: #FAFAF7;
  --bg-2: #FFFFFF;
  --bg-card: #FFFFFF;
  --green: #25D366;

  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --max: 1280px;
  --shadow-sm: 0 1px 2px rgba(0,31,63,.04), 0 2px 8px rgba(0,31,63,.05);
  --shadow-md: 0 8px 24px rgba(0,31,63,.08), 0 2px 6px rgba(0,31,63,.05);
  --shadow-lg: 0 30px 80px rgba(0,31,63,.16), 0 6px 20px rgba(0,31,63,.08);
  --shadow-cta: 0 12px 32px rgba(0,31,63,.22), 0 2px 6px rgba(0,31,63,.10);
  --ease: cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }

html{ scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body{
  margin: 0;
  font-family: 'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; color: inherit; cursor: pointer; }

/* ============================================
   TYPOGRAPHY
   ============================================ */

.display{
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.02;
  color: var(--navy);
  margin: 0;
}
.display em{
  font-family: 'Inter Tight', sans-serif;
  font-style: italic;
  font-weight: 700;
  color: var(--cyan);
  letter-spacing: -0.005em;
}
.display.on-dark{ color: #fff; }
.display.on-dark em{ color: var(--cyan); }

.eyebrow{
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
}
/* — Section eyebrows ("01 Content System", "02 AI Stack") are larger/more present — */
.section-head .eyebrow{
  font-size: 16px;
  letter-spacing: 0.16em;
  gap: 14px;
  margin-bottom: 28px;
}
.section-head .eyebrow-num{
  font-size: 22px;
}
.eyebrow.on-dark{ color: #fff; opacity: .92; }
.eyebrow.cyan{ color: var(--cyan); }
.eyebrow.orange{ color: var(--orange); }
.eyebrow-num{
  font-family: 'Inter Tight', sans-serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--cyan);
  font-weight: 600;
}
.eyebrow.orange .eyebrow-num{ color: var(--orange); }
.eyebrow.on-dark .eyebrow-num{ color: var(--orange); }
.eyebrow-dot{
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--cyan);
  display: inline-block;
  box-shadow: 0 0 0 4px rgba(37,183,232,.18);
}
.eyebrow.orange .eyebrow-dot{ background: var(--orange); box-shadow: 0 0 0 4px rgba(245,166,35,.18); }
.eyebrow.on-dark .eyebrow-dot{ background: var(--orange); box-shadow: 0 0 0 4px rgba(245,166,35,.20); }

/* Tri-color hero kicker */
.kicker-tri{
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 24px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}
.kicker-tri .navy-word{ color: var(--navy); }
.kicker-tri .orange-word{ color: var(--orange); }
.kicker-tri .cyan-word{ color: var(--cyan); }

/* ============================================
   HEADER
   ============================================ */

.header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background .3s var(--ease), backdrop-filter .3s var(--ease);
}
.header.scrolled{
  border-bottom-color: var(--line);
  background: rgba(255,255,255,.88);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
/* — Header text/logo invert when hero is dark (top of page) — */
.header:not(.scrolled) .logo img{ filter: brightness(0) invert(1); }
.header:not(.scrolled) .desktop-nav a{ color: rgba(255,255,255,.92); }
.header:not(.scrolled) .desktop-nav a:hover{ color: var(--cyan); }
.header:not(.scrolled) .nav-cta{
  background: #fff;
  color: var(--navy);
}
.header:not(.scrolled) .nav-cta:hover{ background: var(--cyan); color: #fff; }
.header:not(.scrolled) .hamburger{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.25);
}
.header:not(.scrolled) .hamburger span{ background: #fff; }
.header-inner{
  max-width: var(--max);
  margin: 0 auto;
  height: 84px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}
.logo{ display: inline-flex; align-items: center; }
.logo img{ height: 42px; width: auto; }
.footer-logo img{ height: 36px; }

.desktop-nav{
  display: flex;
  justify-content: center;
  gap: 38px;
}
.desktop-nav a{
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.005em;
  position: relative;
  padding: 6px 0;
  transition: color .2s var(--ease);
}
.desktop-nav a::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--cyan);
  transition: width .25s var(--ease), left .25s var(--ease);
}
.desktop-nav a:hover{ color: var(--cyan); }
.desktop-nav a:hover::after{ width: 100%; left: 0; }
.header-actions{ display: flex; align-items: center; gap: 12px; }

/* ============================================
   BUTTONS
   ============================================ */

.btn-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.005em;
  transition: transform .2s var(--ease), background .2s var(--ease), box-shadow .25s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn-pill svg{ transition: transform .25s var(--ease); }
.btn-pill:hover svg{ transform: translateX(3px); }

.nav-cta,
.btn-pill.primary{
  background: var(--navy);
  color: #fff;
  box-shadow: var(--shadow-cta);
}
.nav-cta:hover,
.btn-pill.primary:hover{
  background: var(--navy-2);
  transform: translateY(-1px);
  box-shadow: 0 16px 42px rgba(245,166,35,.28);
}
.btn-pill.ghost{
  background: transparent;
  color: var(--navy);
  border-color: var(--cyan);
}
.btn-pill.ghost:hover{
  background: var(--cyan);
  color: #fff;
  border-color: var(--cyan);
}
.btn-pill.primary{ padding: 16px 26px; font-size: 15px; }

/* ============================================
   HAMBURGER
   ============================================ */

.hamburger{
  display: none;
  width: 46px; height: 46px;
  border-radius: 14px;
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,.85);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
.hamburger:hover{ background: #fff; border-color: var(--navy); }
.hamburger span{
  display: block;
  width: 20px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform .35s var(--ease), opacity .2s var(--ease);
}
.hamburger.active span:nth-child(1){ transform: translateY(3.5px) rotate(45deg); }
.hamburger.active span:nth-child(2){ transform: translateY(-3px) rotate(-45deg); }

/* ============================================
   MOBILE MENU
   ============================================ */

.mobile-menu{
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(0, 21, 48, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s var(--ease), visibility .4s;
}
.mobile-menu.open{ opacity: 1; visibility: visible; }
.mobile-menu-inner{
  max-width: 560px;
  margin: 0 auto;
  height: 100%;
  padding: 110px 28px 40px;
  display: flex;
  flex-direction: column;
}
.mobile-nav{ display: flex; flex-direction: column; gap: 4px; flex: 1; }
.mobile-link{
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  transition: opacity .4s var(--ease), transform .4s var(--ease), color .2s var(--ease);
}
.mobile-menu.open .mobile-link{ opacity: 1; transform: translateY(0); }
.mobile-menu.open .mobile-link:nth-child(1){ transition-delay: .1s; }
.mobile-menu.open .mobile-link:nth-child(2){ transition-delay: .15s; }
.mobile-menu.open .mobile-link:nth-child(3){ transition-delay: .2s; }
.mobile-menu.open .mobile-link:nth-child(4){ transition-delay: .25s; }
.mobile-link:hover{ color: var(--cyan); }
.m-num{
  font-family: 'Inter Tight', sans-serif;
  font-style: italic;
  font-size: 16px;
  color: var(--orange);
  letter-spacing: 0;
  min-width: 28px;
  font-weight: 600;
}
.m-label{
  font-family: 'Inter Tight', sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.1;
}
.mobile-foot{
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transform: translateY(20px);
  opacity: 0;
  transition: opacity .4s var(--ease) .3s, transform .4s var(--ease) .3s;
}
.mobile-menu.open .mobile-foot{ opacity: 1; transform: translateY(0); }
.mobile-cta{
  background: var(--cyan);
  color: var(--navy);
  justify-content: center;
  padding: 18px 24px;
  font-weight: 800;
  font-size: 16px;
}
.mobile-cta:hover{ background: #fff; color: var(--navy); }
.mobile-mail{
  color: rgba(255,255,255,.7);
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}

body.menu-open{ overflow: hidden; }
body.menu-open .header{
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
}
body.menu-open .logo img{ filter: brightness(0) invert(1); }
body.menu-open .hamburger{
  background: transparent;
  border-color: rgba(255,255,255,.20);
}
body.menu-open .hamburger span{ background: #fff; }

/* ============================================
   HERO  (photo-as-background, cinematic)
   ============================================ */

.hero{
  position: relative;
  margin-top: -84px;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 184px 0 80px;
  overflow: hidden;
  isolation: isolate;
  background: var(--navy);
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/hero-poster.jpg');
  background-size: cover;
  background-position: center 45%;
  z-index: -3;
}
.hero-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  z-index: -2;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce){
  .hero-video{ display: none; }
}
.hero::after{
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(0,15,30,.78) 0%, rgba(0,15,30,.60) 26%, rgba(0,15,30,.30) 56%, rgba(0,15,30,.08) 82%, rgba(0,15,30,.0) 100%),
    linear-gradient(180deg, rgba(0,15,30,.18) 0%, transparent 22%, transparent 75%, rgba(0,15,30,.32) 100%);
  z-index: -1;
}
.hero-copy-wrap{
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 1;
}
.hero-copy-wrap > *{ max-width: 760px; }

/* — Hero tricolor kicker — */
.hero-kicker{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 0 0 28px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}
.hero-kicker span{ display: inline-block; }
.kicker-navy{ color: #fff; }
.kicker-orange{
  color: var(--orange);
  position: relative;
  padding-left: 22px;
}
.kicker-orange::before{
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 12px; height: 1px;
  background: rgba(255,255,255,.4);
}
.kicker-cyan{
  color: var(--cyan);
  position: relative;
  padding-left: 22px;
}
.kicker-cyan::before{
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 12px; height: 1px;
  background: rgba(255,255,255,.4);
}

.hero h1.display{
  font-size: clamp(46px, 6vw, 84px);
  margin: 0 0 28px;
  letter-spacing: -0.025em;
  line-height: 1.02;
  color: #fff;
}
.hero h1.display em{ color: var(--cyan); }

.lead{
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 600;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.005em;
  max-width: 600px;
  line-height: 1.4;
}
.support{
  font-size: 16px;
  color: rgba(255,255,255,.78);
  line-height: 1.6;
  margin: 0 0 36px;
  max-width: 580px;
}
.actions{ display: flex; gap: 14px; flex-wrap: wrap; }

.actions .btn-pill.secondary{
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
}
.actions .btn-pill.secondary:hover{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.6);
}

/* old .hero-photo / .hero-frame no longer used in stacked sense — hide if present */
.hero-photo, .hero-frame{ display: none; }

/* ============================================
   KICKER STRIP (FOR LUXURY OUTDOOR BUILDERS)
   ============================================ */

.kicker-strip{
  padding: 36px 32px;
  max-width: var(--max);
  margin: 0 auto;
}
.kicker-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.kicker-line{
  flex: 1;
  height: 1px;
  max-width: 220px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: .4;
}
.kicker-text{
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}
.kicker-text .orange-word{ color: var(--orange); }
.kicker-text .cyan-word{ color: var(--cyan); }

/* ============================================
   SECTIONS
   ============================================ */

.section{
  max-width: var(--max);
  margin: 0 auto;
  padding: 88px 32px;
}
.section--dark{
  max-width: none;
  margin-top: 40px;
  padding: 104px 32px 112px;
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.section--dark::before{
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 10%, rgba(37,183,232,.08), transparent 60%),
    radial-gradient(ellipse 50% 40% at 10% 90%, rgba(245,166,35,.06), transparent 60%);
  pointer-events: none;
}
.section--dark .section-head,
.section--dark .split{
  max-width: var(--max);
  margin-left: auto; margin-right: auto;
  position: relative;
}

.section-head{ max-width: 760px; margin-bottom: 56px; }
.section-head h2.display{
  font-size: clamp(34px, 4.4vw, 60px);
  margin: 0 0 20px;
  letter-spacing: -0.025em;
}
.section-lead{
  font-size: clamp(17px, 1.4vw, 20px);
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
}
.section-lead.on-dark{ color: rgba(255,255,255,.75); }

.split{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.split.reverse .image-card{ order: 2; }

.image-card{
  position: sticky;
  top: 110px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow-lg);
}
.image-card img{
  width: 100%;
  height: 660px;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* Stack image: shift so the laptop with "BoostedTrades" branding stays visible */
#stack .image-card img{ object-position: 28% center; }
.image-tag{
  position: absolute;
  bottom: 18px; left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px 9px 11px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: var(--navy);
  border: 1px solid rgba(255,255,255,.5);
}
.image-tag.on-dark{
  background: rgba(0,31,63,.7);
  color: #fff;
  border-color: rgba(255,255,255,.14);
}

/* ---- Galleries (Content / Stack) ---- */
.gallery-card{
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.gallery-card .gallery{
  display: grid;
  gap: 14px;
  height: 660px;
}
.gallery-card .gallery img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
}
/* Content: featured portrait (left, full height) + 2 stacked (right) */
.gallery-content{
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.gallery-content .g-feat{ grid-row: 1 / 3; }
/* Stack: dashboard wide on top + 2 portraits below */
.gallery-stack{
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.82fr 1.18fr;
}
.gallery-stack .g-feat{ grid-column: 1 / 3; }
#stack .gallery-card .gallery img{ object-position: center; }

@media (max-width: 920px){
  .gallery-card .gallery{ height: 500px; }
}
@media (max-width: 560px){
  .gallery-card .gallery{ height: 420px; gap: 10px; }
  .gallery-card .gallery img{ border-radius: 14px; }
}

.tools{
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 38px;
}
.tools.on-dark{
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.10);
}
.tools-title{
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan);
  margin: 0 0 28px;
}
.tools.on-dark .tools-title{ color: var(--orange); }

.tools-list{ list-style: none; padding: 0; margin: 0; }
.tools-list li{
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.tools.on-dark .tools-list li{ border-top-color: rgba(255,255,255,.07); }
.tools-list li:first-child{ border-top: 0; padding-top: 6px; }

.t-num{
  font-family: 'Inter Tight', sans-serif;
  font-style: italic;
  font-size: 22px;
  color: var(--cyan);
  padding-top: 2px;
  letter-spacing: 0;
  font-weight: 600;
}
.tools.on-dark .t-num{ color: var(--orange); }

.t-body strong{
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.015em;
  margin-bottom: 6px;
}
.tools.on-dark .t-body strong{ color: #fff; }

.t-body p{
  font-size: 14.5px;
  color: var(--muted);
  margin: 0 0 10px;
  line-height: 1.55;
  max-width: 540px;
}
.tools.on-dark .t-body p{ color: rgba(255,255,255,.70); }

.t-body small{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--muted-2);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
}
.tools.on-dark .t-body small{ color: rgba(255,255,255,.50); }

.friction-dot{
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--orange);
  opacity: .9;
  flex-shrink: 0;
}
.tools.on-dark .friction-dot{ background: var(--cyan); }

.workflow{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 18px 20px;
  background: rgba(245,166,35,.10);
  border: 1px solid rgba(245,166,35,.25);
  border-left: 4px solid var(--orange);
  border-radius: var(--radius-md);
  margin-bottom: 30px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.005em;
}
.wf-step{ display: inline-block; }
.wf-arrow{ color: var(--orange); flex-shrink: 0; }

/* ============================================
   STORY
   ============================================ */

.story{
  max-width: var(--max);
  margin: 88px auto;
  padding: 0 32px;
}
.story-inner{
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
.story-img{
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.story-img img{
  width: 100%;
  height: 580px;
  object-fit: cover;
}
.story-img .image-tag{ bottom: 22px; left: 22px; }

.story-copy h2.display{
  font-size: clamp(32px, 3.8vw, 52px);
  margin: 0 0 24px;
  letter-spacing: -0.025em;
}
.story-copy p{
  font-size: 17px;
  color: var(--muted);
  margin: 0 0 16px;
  line-height: 1.65;
  max-width: 520px;
}
.story-copy p:first-of-type{
  font-size: 18.5px;
  color: var(--navy);
  font-weight: 600;
}

/* — Inline link in story (e.g. "luxury pergolas") — */
.inline-link{
  color: var(--cyan);
  font-weight: 700;
  border-bottom: 1px solid rgba(37, 183, 232, 0.35);
  transition: border-color .2s var(--ease), color .2s var(--ease);
}
.inline-link:hover{
  color: var(--navy);
  border-bottom-color: var(--navy);
}

/* — Visit NovoPergola CTA at the end of the story — */
.story-cta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 12px 20px;
  background: rgba(0, 31, 63, 0.04);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.005em;
  transition: background .2s var(--ease), border-color .2s var(--ease), transform .15s var(--ease);
}
.story-cta:hover{
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  transform: translateY(-1px);
}
.story-cta svg{ transition: transform .25s var(--ease); }
.story-cta:hover svg{ transform: translate(2px, -2px); }

/* — Make the image-tag clickable too (Marc · NovoPergola badge) — */
.image-tag-link{
  cursor: pointer;
  transition: background .2s var(--ease), transform .15s var(--ease);
}
.image-tag-link:hover{
  background: #fff;
  transform: translateY(-1px);
}
.image-tag-link svg{ margin-left: 2px; opacity: .6; transition: opacity .2s var(--ease); }
.image-tag-link:hover svg{ opacity: 1; }

/* ============================================
   TEAM
   ============================================ */

.team{
  max-width: var(--max);
  margin: 88px auto;
  padding: 0 32px;
}
.team-head{
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}
.team-head .eyebrow{ justify-content: center; }
.team-head h2.display{
  font-size: clamp(32px, 3.8vw, 52px);
  margin: 0 0 18px;
}
.team-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 880px;
  margin: 0 auto;
}
.team-card{
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 38px 34px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.team-card:hover{
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--cyan);
}
.team-avatar{
  width: 60px; height: 60px;
  border-radius: 18px;
  background: var(--navy);
  color: var(--cyan);
  display: grid;
  place-items: center;
  font-family: 'Inter Tight', sans-serif;
  font-style: italic;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 26px;
  box-shadow: var(--shadow-sm);
}
.team-card:nth-child(2) .team-avatar{ color: var(--orange); }
.team-card h3{
  font-family: 'Inter Tight', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin: 0 0 4px;
}
.team-card .role{
  font-size: 13px;
  color: var(--cyan);
  margin: 0 0 16px;
  letter-spacing: 0;
  font-weight: 700;
}
.team-card:nth-child(2) .role{ color: var(--orange); }
.team-card .bio{
  font-size: 15px;
  color: var(--muted);
  margin: 0 0 20px;
  line-height: 1.55;
}
.card-mail{
  font-size: 13.5px;
  color: var(--navy);
  font-weight: 700;
  border-bottom: 1px solid var(--cyan);
  padding-bottom: 2px;
  transition: border-color .2s var(--ease), color .2s var(--ease);
}
.card-mail:hover{ color: var(--cyan); }

/* ============================================
   AUDIT CTA
   ============================================ */

.audit{
  padding: 32px;
  max-width: var(--max);
  margin: 0 auto 88px;
}
.audit-inner{
  background: var(--navy);
  border-radius: var(--radius-xl);
  padding: 88px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.audit-inner::before{
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(37,183,232,.16), transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 0%, rgba(245,166,35,.10), transparent 60%);
  pointer-events: none;
}
.audit-inner > *{ position: relative; }
.audit-inner .eyebrow{ justify-content: center; }
.audit-inner h2.display{
  font-size: clamp(32px, 4.2vw, 56px);
  margin: 0 auto 18px;
  max-width: 760px;
}
.audit-lead{
  font-size: 18px;
  color: rgba(255,255,255,.75);
  margin: 0 auto 34px;
  max-width: 540px;
  line-height: 1.55;
}
.audit-cta{
  background: var(--cyan);
  color: var(--navy);
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 16px 42px rgba(37,183,232,.32);
}
.audit-cta:hover{
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 20px 50px rgba(255,255,255,.20);
}

/* ============================================
   AI RECEPTIONIST CARD
   ============================================ */

.ai-agent{
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 320px;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 80px rgba(0,31,63,.22), 0 8px 24px rgba(0,31,63,.12);
  padding: 16px;
  z-index: 90;
  transition: transform .35s var(--ease), opacity .35s var(--ease);
  transform-origin: bottom right;
}
.ai-agent.hidden{
  transform: scale(.85) translateY(20px);
  opacity: 0;
  pointer-events: none;
}
.ai-close{
  position: absolute;
  top: 14px; right: 14px;
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 0;
  background: rgba(0,31,63,.06);
  color: var(--navy);
  display: grid;
  place-items: center;
  z-index: 2;
  transition: background .2s var(--ease);
}
.ai-close:hover{ background: rgba(0,31,63,.14); }

.ai-photo{
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 14px;
}
.ai-photo img{ width: 100%; height: 140px; object-fit: cover; }
.ai-live{
  position: absolute;
  bottom: 10px; left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px 5px 8px;
  background: rgba(255,255,255,.96);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: var(--navy);
}

.ai-body{ padding: 0 4px 4px; }
.ai-title{
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.ai-sub{
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 14px;
  line-height: 1.45;
}
.ai-cta{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--navy);
  color: #fff;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  transition: background .2s var(--ease), transform .15s var(--ease);
}
.ai-cta:hover{ background: var(--cyan); color: var(--navy); transform: translateY(-1px); }
.ai-cta svg{ transition: transform .25s var(--ease); }
.ai-cta:hover svg{ transform: translateX(2px); }

.ai-secondary{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  font-size: 12px;
  color: var(--muted);
}
.ai-secondary a{
  color: var(--muted);
  border-bottom: 1px dotted transparent;
  transition: border-color .2s var(--ease), color .2s var(--ease);
}
.ai-secondary a:hover{ color: var(--cyan); border-bottom-color: var(--cyan); }
.ai-dot{ opacity: .5; }

.live-dot{
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(37,211,102,.18);
  animation: livepulse 2s infinite;
  flex-shrink: 0;
}
@keyframes livepulse{
  0%, 100% { box-shadow: 0 0 0 4px rgba(37,211,102,.18); }
  50% { box-shadow: 0 0 0 6px rgba(37,211,102,.08); }
}

.ai-bubble{
  display: none;
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 60px; height: 60px;
  border-radius: 50%;
  border: 0;
  background: var(--navy);
  box-shadow: 0 14px 32px rgba(0,31,63,.34);
  z-index: 95;
  align-items: center;
  justify-content: center;
  transition: transform .25s var(--ease);
}
.ai-bubble:hover{ transform: scale(1.05); background: var(--cyan); }
.ai-bubble img{ width: 30px; height: 30px; object-fit: contain; filter: brightness(0) invert(1); }
.ai-bubble.visible{ display: grid; }
.bubble-pulse{
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--cyan);
  opacity: .5;
  animation: bubblepulse 2s infinite;
}
@keyframes bubblepulse{
  0% { transform: scale(1); opacity: .5; }
  100% { transform: scale(1.35); opacity: 0; }
}

/* ============================================
   FOOTER
   ============================================ */

.footer{
  border-top: 1px solid var(--line);
  background: var(--bg-2);
}
.footer-inner{
  max-width: var(--max);
  margin: 0 auto;
  padding: 52px 32px 44px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
}
.footer-nav{
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.footer-nav a{
  font-size: 14px;
  color: var(--muted);
  font-weight: 600;
  transition: color .2s var(--ease);
}
.footer-nav a:hover{ color: var(--cyan); }
.footer-meta{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  text-align: right;
}
.footer-mail{
  font-size: 14px;
  color: var(--navy);
  font-weight: 700;
}
.footer-copy{ font-size: 12px; color: var(--muted-2); }

/* ============================================
   REVEAL ANIMATIONS
   ============================================ */

.reveal{
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
  transition-delay: var(--d, 0s);
}
.reveal.in{ opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce){
  .reveal{ opacity: 1; transform: none; transition: none; }
  .live-dot, .bubble-pulse{ animation: none; }
  html{ scroll-behavior: auto; }
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1100px){
  .hero-frame img{ height: 620px; }
  .image-card img{ height: 580px; }
  .story-img img{ height: 480px; }
  .hero h1.display{ font-size: clamp(44px, 5.6vw, 72px); }
}

@media (max-width: 920px){
  .header-inner{
    grid-template-columns: auto 1fr auto;
    padding: 0 18px;
    height: 64px;
    gap: 12px;
  }
  .logo img{ height: 22px; }
  .desktop-nav{ display: none; }
  .nav-cta{ display: none; }
  .hamburger{ display: flex; flex-shrink: 0; }

  .hero{
    margin-top: -64px;
    padding: 116px 0 64px;
    min-height: 90vh;
  }
  .hero-copy-wrap{ padding: 0 20px; }
  .hero h1.display{ font-size: clamp(40px, 9vw, 56px); line-height: 1.04; }
  .lead{ font-size: 18px; }
  .support{ font-size: 15px; }
  .actions{ width: 100%; }
  .actions .btn-pill{ flex: 1; justify-content: center; }

  .hero-kicker{
    font-size: 11px;
    gap: 10px;
    letter-spacing: 0.16em;
    margin-bottom: 22px;
  }
  .kicker-orange, .kicker-cyan{ padding-left: 18px; }
  .kicker-orange::before, .kicker-cyan::before{ width: 10px; }

  .kicker-strip{ padding: 28px 20px; }
  .kicker-line{ max-width: 60px; }
  .kicker-text{ font-size: 11px; }

  .section{ padding: 60px 20px; }
  .section--dark{ padding: 72px 20px; margin-top: 28px; }
  .section-head{ margin-bottom: 36px; }
  .section-head h2.display{ font-size: clamp(30px, 7vw, 40px); }
  .section-lead{ font-size: 16px; }

  .split, .split.reverse{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .split.reverse .image-card{ order: 1; }
  .split.reverse .tools{ order: 2; }
  .image-card{ position: relative; top: auto; }
  .image-card img{ height: 320px; }
  .tools{ padding: 26px 22px; }
  .tools-list li{ grid-template-columns: 36px 1fr; padding: 20px 0; }
  .t-body strong{ font-size: 17px; }
  .workflow{ font-size: 12px; padding: 14px 16px; gap: 8px; }
  .wf-arrow{ width: 11px; height: 11px; }

  .story{ margin: 60px auto; padding: 0 20px; }
  .story-inner{ grid-template-columns: 1fr; gap: 28px; }
  .story-img img{ height: 320px; }
  .story-copy h2.display{ font-size: clamp(28px, 7vw, 36px); }

  .team{ margin: 60px auto; padding: 0 20px; }
  .team-grid{ grid-template-columns: 1fr; gap: 16px; }
  .team-card{ padding: 30px 24px; }
  .team-head h2.display{ font-size: clamp(28px, 7vw, 36px); }

  .audit{ padding: 20px; margin-bottom: 60px; }
  .audit-inner{ padding: 60px 28px; border-radius: var(--radius-lg); }
  .audit-inner h2.display{ font-size: clamp(28px, 7vw, 38px); }
  .audit-lead{ font-size: 16px; }

  .ai-agent{
    right: 12px; bottom: 12px; left: 12px;
    width: auto; max-width: none;
  }
  .ai-photo img{ height: 120px; }

  .footer-inner{
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
    padding: 44px 20px 40px;
  }
  .footer-logo{ justify-self: center; }
  .footer-nav{ justify-content: center; gap: 22px; }
  .footer-meta{ align-items: center; text-align: center; }
}

@media (max-width: 460px){
  .m-label{ font-size: 30px; }
  .hero h1.display{ font-size: 40px; line-height: 1.05; }
  .actions{ flex-direction: column; }
  .actions .btn-pill{ width: 100%; }
  .kicker-tri{ font-size: 10px; letter-spacing: 0.14em; }
}

/* ============================================
   TEAM CARDS — refonte avec photos + ring + socials
   ============================================ */
.team-card{
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 44px 36px 32px;
  text-align: center;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
  --ring-color: var(--cyan);
}
.team-card.orange{ --ring-color: var(--orange); }
.team-card.cyan{ --ring-color: var(--cyan); }
.team-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0,31,63,.10);
  border-color: var(--line-2);
}

.avatar-wrap{
  position: relative;
  width: 200px; height: 200px;
  margin: 0 auto 28px;
}
.avatar{
  position: absolute; inset: 6px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--navy);
}
.avatar img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.avatar-ring{
  position: absolute; inset: 0;
  border-radius: 50%;
  padding: 2px;
  background: conic-gradient(from 160deg, var(--ring-color) 0%, transparent 60%, var(--ring-color) 100%);
}

.team-card .quote{
  font-family: 'Inter Tight', sans-serif;
  font-style: italic; font-weight: 500;
  font-size: 18px; line-height: 1.4;
  color: var(--navy);
  margin: 0 auto 24px;
  letter-spacing: -0.01em;
  max-width: 380px;
}
.quote-mark{
  font-family: 'Inter Tight', sans-serif;
  font-style: italic; font-size: 32px;
  line-height: 0; vertical-align: -8px; margin-right: 4px;
  color: var(--ring-color);
}
.team-card .name{
  font-family: 'Inter Tight', sans-serif;
  font-size: 28px; font-weight: 700;
  letter-spacing: -0.025em; color: var(--navy);
  margin: 0 0 4px;
}
.team-card .role{
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  margin: 0 0 18px;
  color: var(--ring-color);
}
.team-card .bio{
  font-size: 14.5px; color: var(--muted);
  line-height: 1.6; margin: 0 auto 22px;
  max-width: 380px;
}

.team-socials{
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

/* ============================================
   SOCIAL ICONS — generic
   ============================================ */
.s-icon{
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(0,31,63,0.05);
  color: var(--navy);
  transition: background .2s var(--ease), color .2s var(--ease), transform .15s var(--ease);
}
.s-icon:hover{ background: var(--navy); color: #fff; transform: translateY(-2px); }
.team-card.cyan .s-icon:hover{ background: var(--cyan); }
.team-card.orange .s-icon:hover{ background: var(--orange); }

/* ============================================
   SECTION SOCIALS BLOCK (Content System "See it in action")
   ============================================ */
.section-socials{
  display: inline-flex; align-items: center; gap: 16px;
  margin-top: 24px;
  padding: 10px 18px 10px 20px;
  background: rgba(0,31,63,0.04);
  border: 1px solid var(--line);
  border-radius: 999px;
}
.section-socials-label{
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--navy);
}
.section-socials-icons{ display: flex; gap: 6px; }
.section-socials .s-icon{ width: 32px; height: 32px; background: transparent; }
.section-socials .s-icon:hover{ background: var(--cyan); color: #fff; }

/* ============================================
   AI CARD — socials row
   ============================================ */
.ai-socials{
  display: flex; align-items: center; justify-content: center; gap: 6px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.ai-socials .s-icon{ width: 30px; height: 30px; }

/* ============================================
   FOOTER SOCIALS ROW
   ============================================ */
.footer-socials-row{
  max-width: var(--max);
  margin: 32px auto 0;
  padding: 24px 32px 0;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  gap: 18px;
}
.footer-socials-label{
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}
.footer-socials{ display: flex; gap: 8px; }
.footer-socials .s-icon{
  width: 40px; height: 40px;
  background: var(--navy); color: #fff;
}
.footer-socials .s-icon:hover{ background: var(--cyan); color: #fff; transform: translateY(-2px); }

/* ============================================
   WHATSAPP FLOATING BUTTON
   ============================================ */
.wa-float{
  position: fixed;
  left: 24px; bottom: 24px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: grid; place-items: center;
  z-index: 95;
  box-shadow: 0 12px 28px rgba(37,211,102,.40), 0 4px 8px rgba(0,0,0,.10);
  transition: transform .25s var(--ease);
}
.wa-float:hover{ transform: scale(1.08); }
.wa-float svg{ width: 30px; height: 30px; color: #fff; }
.wa-float::before{
  content: ''; position: absolute; inset: -6px;
  border-radius: 50%;
  border: 2px solid #25D366;
  opacity: .5;
  animation: wapulse 2.2s infinite;
  pointer-events: none;
}
@keyframes wapulse{
  0% { transform: scale(1); opacity: .5; }
  100% { transform: scale(1.5); opacity: 0; }
}
.wa-tooltip{
  position: absolute;
  left: 70px; top: 50%;
  transform: translateY(-50%) translateX(-4px);
  background: var(--navy);
  color: #fff;
  font-size: 13px; font-weight: 600;
  padding: 9px 14px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0; pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.wa-tooltip::before{
  content: '';
  position: absolute; left: -5px; top: 50%; transform: translateY(-50%);
  width: 0; height: 0;
  border: 5px solid transparent;
  border-right-color: var(--navy);
  border-left: 0;
}
.wa-float:hover .wa-tooltip{
  opacity: 1; transform: translateY(-50%) translateX(0);
}
@media (prefers-reduced-motion: reduce){
  .wa-float::before{ animation: none; }
}

/* ============================================
   AUDIT MODAL
   ============================================ */
.modal{
  position: fixed; inset: 0;
  z-index: 200;
  display: none;
  align-items: center; justify-content: center;
  padding: 20px;
}
.modal.open{ display: flex; }
.modal-backdrop{
  position: absolute; inset: 0;
  background: rgba(0,15,30,0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: fadeIn .25s var(--ease);
}
@keyframes fadeIn{ from{ opacity: 0; } to{ opacity: 1; } }
.modal-card{
  position: relative;
  background: #fff;
  border-radius: 24px;
  max-width: 600px;
  width: 100%;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 40px 40px 36px;
  box-shadow: 0 40px 100px rgba(0,15,30,.4);
  animation: slideUp .35s var(--ease);
}
@keyframes slideUp{
  from{ opacity: 0; transform: translateY(20px); }
  to  { opacity: 1; transform: translateY(0); }
}
.modal-close{
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px;
  border: none;
  background: rgba(0,31,63,0.05);
  border-radius: 50%;
  color: var(--navy);
  cursor: pointer;
  display: grid; place-items: center;
  transition: background .2s var(--ease);
}
.modal-close:hover{ background: rgba(0,31,63,0.12); }

.modal-head{ margin-bottom: 28px; }
.modal-head .eyebrow{ margin-bottom: 18px; }
.modal-title{
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 38px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--navy);
  margin: 0 0 12px;
}
.modal-title em{ font-style: italic; color: var(--orange); font-weight: 600; }
.modal-sub{
  font-size: 15.5px; color: var(--muted);
  margin: 0; line-height: 1.55;
}

/* — Form — */
.audit-form{ display: flex; flex-direction: column; gap: 18px; }
.hp{ position: absolute; left: -9999px; }
.field-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field{ display: flex; flex-direction: column; gap: 6px; }
.field label{
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--navy);
}
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field textarea{
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  padding: 12px 14px;
  background: rgba(0,31,63,0.04);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--navy);
  transition: background .2s var(--ease), border-color .2s var(--ease);
  -webkit-appearance: none;
}
.field input:focus,
.field textarea:focus{
  outline: none;
  border-color: var(--cyan);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37,183,232,0.18);
}
.field textarea{ resize: vertical; min-height: 80px; }
.check-inline{
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 500; color: var(--muted);
  text-transform: none; letter-spacing: 0;
  margin-top: 4px;
  cursor: pointer;
}
.check-inline input{ accent-color: var(--cyan); width: 15px; height: 15px; }

.friction-set{
  border: none; padding: 0; margin: 4px 0 0;
  display: flex; flex-direction: column; gap: 12px;
}
.friction-set legend{
  font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--navy);
  padding: 0;
}
.legend-hint{
  display: inline-block;
  margin-left: 8px;
  font-weight: 500; font-size: 11px;
  color: var(--muted-2);
  text-transform: none;
  letter-spacing: 0;
}
.friction-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px;
}
.friction-grid label{
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 13.5px; line-height: 1.4;
  color: var(--ink);
  padding: 10px 12px;
  background: rgba(0,31,63,0.03);
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
.friction-grid label:hover{ background: rgba(37,183,232,0.06); border-color: rgba(37,183,232,0.18); }
.friction-grid input{ accent-color: var(--cyan); width: 16px; height: 16px; margin-top: 1px; flex-shrink: 0; }

.modal-submit{
  margin-top: 6px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--navy); color: #fff;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px; font-weight: 700;
  padding: 16px 28px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s var(--ease), transform .15s var(--ease);
  width: 100%;
}
.modal-submit:hover{ background: #00345f; transform: translateY(-1px); }
.modal-submit:disabled{ opacity: .6; cursor: wait; }
.form-note{
  font-size: 12px; color: var(--muted-2);
  text-align: center;
  margin: 0;
}

.modal-success{
  text-align: center;
  padding: 30px 10px 10px;
}
.modal-success h3{
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700; font-size: 28px;
  color: var(--navy);
  margin: 16px 0 10px;
  letter-spacing: -0.02em;
}
.modal-success p{
  font-size: 15px; color: var(--muted);
  margin: 0 auto 24px;
  max-width: 360px;
  line-height: 1.55;
}
.success-mark{
  width: 64px; height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(37,211,102,0.12);
  color: #25D366;
  display: grid; place-items: center;
}
.modal-close-btn{
  background: var(--navy); color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px; font-weight: 700;
  cursor: pointer;
}

/* prevent body scroll when modal open */
body.modal-open{ overflow: hidden; }

/* ============================================
   RESPONSIVE — additions
   ============================================ */
@media (max-width: 920px){
  .team-card{ padding: 36px 24px 26px; }
  .avatar-wrap{ width: 170px; height: 170px; margin-bottom: 22px; }
  .team-card .name{ font-size: 26px; }
  .team-card .quote{ font-size: 17px; }

  .footer-socials-row{
    flex-direction: column;
    gap: 14px;
    padding: 22px 20px 0;
  }

  .wa-float{ left: 16px; bottom: 16px; width: 52px; height: 52px; }
  .wa-float svg{ width: 26px; height: 26px; }
  .wa-tooltip{ display: none; }

  .modal-card{ padding: 32px 22px 26px; border-radius: 20px; }
  .field-row{ grid-template-columns: 1fr; gap: 14px; }
  .friction-grid{ grid-template-columns: 1fr; }
  .modal-title{ font-size: 26px; }
  .modal-sub{ font-size: 14.5px; }

  .ai-socials{ gap: 5px; }
  .ai-socials .s-icon{ width: 28px; height: 28px; }

  .section-socials{ width: 100%; justify-content: center; }
}

/* ===== Option C typography: Inter Tight partout, Playfair italique UNIQUEMENT sur 3 accents signature (hero "growth" + les 2 citations team) ===== */
.display em{ font-family: 'Inter Tight', sans-serif; font-style: normal; }
.hero h1.display em{ font-family: 'Playfair Display', Georgia, serif; font-style: italic; color: var(--cyan); }
.team-card .quote{ font-family: 'Playfair Display', Georgia, serif; font-style: italic; }
.quote-mark{ font-family: 'Playfair Display', Georgia, serif; font-style: italic; }

/* ===== Réseaux sociaux brand : une seule ligne centrée sous les 2 cartes équipe ===== */
.team-socials-row{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 44px auto 0;
}
