/* ==========================================================
   LA MAIN DOUCE — Production CSS v5
   Healthcare / Home nursing — Belgium
   Aesthetic: Warm refined, calm authority, elderly-friendly
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Source+Sans+3:wght@300;400;500;600&display=swap');

:root {
  --white:       #FFFFFF;
  --cream:       #FDFBF8;
  --warm-gray:   #F6F3EF;
  --border:      #E8E3DC;
  --ink:         #2E2A36;
  --ink-soft:    #5A5264;
  --ink-muted:   #8C8494;
  --violet:      #6B5B8A;
  --violet-deep: #4A3D63;
  --violet-pale: #F0ECF5;
  --lilas:       #9B89B4;
  --lilas-light: #C4B6D6;
  --sage:        #7A8B6F;
  --ws-green:    #25D366;
  --danger:      #A04030;

  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:    'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, sans-serif;

  --max-w:   1100px;
  --radius:  3px;
  --ease:    cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 17px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: var(--font-body); background: var(--cream); color: var(--ink); line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
svg { max-width: 100%; height: auto; }
svg:not([width]) { width: 1em; height: 1em; }

/* === TYPOGRAPHY === */
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; color: var(--ink); line-height: 1.2; }
h1 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.5rem, 2.8vw, 2.2rem); }
h3 { font-size: 1.1rem; font-weight: 500; }
p { color: var(--ink-soft); line-height: 1.8; font-size: 1rem; }

.label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lilas);
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.brand-name { font-family: var(--font-display); font-weight: 500; font-style: italic; }

/* === LAYOUT === */
.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 2rem; }
.section { padding: 5rem 0; }
.section--white { background: var(--white); }
.section--cream { background: var(--cream); }
.section--soft { background: var(--warm-gray); }
.section--violet { background: var(--violet-pale); }

.divider { width: 36px; height: 1.5px; background: var(--lilas-light); margin: 1rem 0 1.5rem; }
.divider--center { margin: 1rem auto 1.5rem; }

/* === HEADER === */
.brand {
  display: inline-flex; align-items: center; gap: 0.82rem;
  min-width: 0; flex-shrink: 0;
}
.brand__mark-shell {
  width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 14px; background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(240,236,245,0.92));
  border: 1px solid rgba(155, 137, 180, 0.18);
  box-shadow: 0 8px 20px rgba(74, 61, 99, 0.08);
}
.brand__mark { width: 28px; height: 28px; object-fit: contain; }
.brand__text { display: flex; flex-direction: column; gap: 0.08rem; line-height: 0.95; }
.brand__line {
  font-family: var(--font-display);
  color: var(--ink);
  letter-spacing: -0.02em;
}
.brand__line--top { font-size: 1rem; font-weight: 500; }
.brand__line--bottom { font-size: 1.08rem; font-weight: 600; color: var(--violet); font-style: italic; }
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0.9rem 0;
  background: rgba(253, 251, 248, 0.95);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.header.scrolled { border-bottom-color: var(--border); box-shadow: 0 1px 8px rgba(0,0,0,0.04); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }


.nav { display: flex; gap: 0.15rem; }
.nav a {
  font-size: 0.92rem; font-weight: 500; color: var(--ink-soft);
  padding: 0.65rem 0.95rem; border-radius: var(--radius);
  transition: color 0.2s, background 0.2s;
}
.nav a:hover, .nav a.active { color: var(--ink); background: rgba(0,0,0,0.03); }

.header__right { display: flex; align-items: center; gap: 1rem; }
.lang-sw { display: flex; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.lang-sw button {
  background: none; border: none; font-family: var(--font-body);
  font-size: 0.8rem; font-weight: 700; color: var(--ink-soft);
  padding: 0.55rem 0.7rem; cursor: pointer; transition: all 0.2s;
  letter-spacing: 0.03em;
}
.lang-sw button.active, .lang-sw button:hover { background: var(--violet); color: white; }

.header__tel {
  font-size: 0.92rem; color: var(--ink); font-weight: 600;
  display: flex; align-items: center; gap: 0.35rem;
  transition: color 0.2s;
}
.header__tel:hover { color: var(--violet); }
.header__tel svg { width: 14px; height: 14px; }
.mobile-nav__call { color: var(--violet) !important; font-weight: 700; }

.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: all 0.25s; }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(4.5px, 4.5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(4.5px, -4.5px); }

.mobile-nav {
  display: none; position: fixed; top: 56px; left: 0; right: 0;
  background: var(--white); z-index: 99; padding: 1.5rem 2rem;
  border-bottom: 1px solid var(--border); box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block; padding: 0.9rem 0;
  font-family: var(--font-display); font-size: 1.15rem; color: var(--ink);
  border-bottom: 1px solid var(--warm-gray);
}
.mobile-nav a:last-child { border-bottom: none; }

/* === HERO === */
.hero {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 3.75rem;
  align-items: center; min-height: 84vh; padding-top: 5.25rem;
}
.hero__content { padding: 2rem 0; max-width: 32rem; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin-bottom: 1.75rem;
}
.hero__badge::before {
  content: ''; width: 7px; height: 7px;
  background: var(--sage); border-radius: 50%;
  animation: pulse 2.5s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }

.hero__brand { margin-bottom: 0.7rem; font-size: 1rem; color: var(--violet); }
.hero__title { margin-bottom: 1rem; letter-spacing: -0.03em; }
.hero__title em { font-style: italic; color: var(--violet); }
.hero__sub {
  font-family: var(--font-display); font-style: italic;
  color: var(--ink-muted); font-size: 1.1rem; margin-bottom: 1.1rem;
}
.hero__desc { max-width: 31rem; margin-bottom: 2.2rem; font-size: 1.04rem; color: var(--ink-soft); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-bottom: 2rem; }
.hero__meta { display: flex; gap: 1rem; font-size: 0.92rem; color: var(--ink-soft); flex-wrap: wrap; }
.hero__meta span { display: flex; align-items: center; gap: 0.3rem; }
.hero__meta svg { width: 14px; height: 14px; color: var(--lilas); }

.hero__visual { position: relative; }
.hero__img {
  width: 100%; height: 560px; object-fit: cover; object-position: center 18%;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(42, 32, 57, 0.12);
}
.hero__caption {
  position: absolute; bottom: 1rem; left: 1rem;
  background: rgba(255,255,255,0.95); padding: 0.8rem 1rem;
  border: 1px solid rgba(232, 227, 220, 0.95); border-radius: 12px; font-size: 0.82rem; color: var(--ink-muted);
  box-shadow: 0 14px 32px rgba(42, 32, 57, 0.10);
}
.hero__caption strong { display: block; color: var(--ink); font-weight: 500; font-size: 0.85rem; margin-bottom: 0.1rem; }

/* === BUTTONS === */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  min-height: 48px; padding: 0.92rem 1.35rem; font-family: var(--font-body);
  font-size: 0.98rem; font-weight: 600; border: none; cursor: pointer;
  transition: all 0.25s var(--ease); border-radius: var(--radius);
  letter-spacing: 0.01em;
}
.btn svg { width: 15px; height: 15px; }
.btn--primary { background: var(--violet); color: white; }
.btn--primary:hover { background: var(--violet-deep); transform: translateY(-1px); }
.btn--outline { background: transparent; color: var(--ink); border: 1px solid var(--border); }
.btn--outline:hover { border-color: var(--ink); background: rgba(0,0,0,0.02); }
.btn--ws { background: var(--ws-green); color: white; }
.btn--ws:hover { background: #1DA851; transform: translateY(-1px); }
.btn--ghost { background: none; color: var(--ink-soft); padding: 0.5rem 0; border-bottom: 1px solid var(--ink-muted); border-radius: 0; font-weight: 400; }
.btn--ghost:hover { color: var(--ink); border-color: var(--ink); }

/* === URGENCE === */
.urgence { padding: 0.7rem 1.1rem; font-size: 0.82rem; color: var(--ink-muted); border: 1px solid var(--border); background: var(--white); }

/* === VALUES === */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.value { padding: 1.75rem 0; border-top: 1px solid var(--border); }
.value__num { font-family: var(--font-display); font-size: 2rem; color: rgba(0,0,0,0.06); margin-bottom: 0.75rem; line-height: 1; }
.value__title { font-family: var(--font-display); font-size: 1.15rem; margin-bottom: 0.4rem; }
.value__text { font-size: 0.92rem; }

/* === STATS === */
.stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
  text-align: center; padding: 3rem 0;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.stat__num { font-family: var(--font-display); font-size: clamp(2.2rem, 3.5vw, 3rem); color: var(--ink); display: block; line-height: 1; margin-bottom: 0.3rem; }
.stat__label { font-size: 0.82rem; color: var(--ink-muted); }

/* === SERVICES PREVIEW === */
.services-preview {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: var(--border); border: 1px solid var(--border);
}
.srv-card { background: var(--white); padding: 1.6rem; display: flex; gap: 1rem; transition: background 0.2s; }
.srv-card:hover { background: var(--cream); }
.srv-card__icon {
  width: 36px; height: 36px; border: 1px solid var(--border); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.srv-card__icon svg { width: 16px; height: 16px; color: var(--violet); }
.srv-card__name { font-weight: 500; font-size: 0.92rem; color: var(--ink); margin-bottom: 0.2rem; }
.srv-card__desc { font-size: 0.82rem; color: var(--ink-muted); line-height: 1.5; }

/* === HOW IT WORKS === */
.steps { counter-reset: step; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.step { counter-increment: step; }
.step::before { content: counter(step, decimal-leading-zero); font-family: var(--font-display); font-size: 2.2rem; color: rgba(0,0,0,0.06); display: block; margin-bottom: 0.75rem; line-height: 1; }
.step__title { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 0.4rem; }
.step__text { font-size: 0.88rem; color: var(--ink-muted); }

/* === INNER PAGE HERO === */
.page-hero { padding: 7.5rem 0 2.5rem; border-bottom: 1px solid var(--border); }

/* === SERVICES PAGE === */
.cat-title { font-family: var(--font-display); font-size: 1.25rem; margin-bottom: 1.1rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--border); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-bottom: 2.5rem; }
.svc { background: var(--white); padding: 1.4rem; transition: background 0.2s; }
.svc:hover { background: var(--cream); }
.svc__icon { width: 30px; height: 30px; border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 0.75rem; }
.svc__icon svg { width: 14px; height: 14px; color: var(--violet); }
.svc__name { font-weight: 500; font-size: 0.88rem; color: var(--ink); margin-bottom: 0.4rem; }
.svc ul { display: flex; flex-direction: column; gap: 0.15rem; }
.svc ul li { font-size: 0.78rem; color: var(--ink-muted); padding-left: 0.8rem; position: relative; line-height: 1.5; }
.svc ul li::before { content: '—'; position: absolute; left: 0; color: var(--lilas); font-size: 0.7rem; }

/* === LEGAL NOTE === */
.legal-note { padding: 1.25rem 0; border-top: 1px solid var(--border); font-size: 0.78rem; color: var(--ink-muted); line-height: 1.8; margin-top: 1.5rem; }

/* === ZONE === */
.zone-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
#carte-zone { height: 420px; border: 1px solid var(--border); }
.communes-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.25rem; }
.commune { display: flex; align-items: center; gap: 0.5rem; padding: 0.45rem 0.6rem; font-size: 0.88rem; color: var(--ink); border-bottom: 1px solid var(--warm-gray); transition: background 0.2s; }
.commune:hover { background: var(--warm-gray); }
.commune svg { width: 12px; height: 12px; color: var(--lilas); flex-shrink: 0; }

/* === ABOUT === */
.about-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: center; }
.about-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--radius); }
.lang-badges { display: flex; flex-wrap: wrap; gap: 0.35rem; margin: 1rem 0; }
.lang-badge { padding: 0.3rem 0.7rem; border: 1px solid var(--border); font-size: 0.78rem; color: var(--ink-soft); border-radius: var(--radius); }
.inami-tag { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.55rem 0.9rem; background: var(--white); border: 1px solid var(--border); font-size: 0.82rem; color: var(--ink-muted); }
.inami-tag strong { color: var(--ink); font-weight: 500; }

/* === CONTACT === */
.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3.5rem; }
.contact-items { display: flex; flex-direction: column; gap: 0.85rem; }
.contact-item { display: flex; align-items: flex-start; gap: 0.85rem; padding: 0.9rem; border: 1px solid var(--border); background: var(--white); transition: border-color 0.2s; }
.contact-item:hover { border-color: var(--lilas-light); }
.contact-item__icon { width: 34px; height: 34px; border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item__icon svg { width: 14px; height: 14px; color: var(--violet); }
.contact-item__label { font-size: 0.7rem; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 0.1rem; }
.contact-item__val { font-size: 0.92rem; color: var(--ink); font-weight: 500; }

/* === FORM === */
.form { background: var(--white); border: 1px solid var(--border); padding: 2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; margin-bottom: 0.9rem; }
.form-group { display: flex; flex-direction: column; gap: 0.25rem; }
.form-group.full { grid-column: 1 / -1; }
.form-label { font-size: 0.9rem; font-weight: 600; color: var(--ink); }
.form-input, .form-textarea {
  padding: 0.95rem 1rem; border: 1px solid var(--border); border-radius: 8px;
  font-family: var(--font-body); font-size: 1rem; color: var(--ink);
  background: var(--cream); transition: all 0.2s; outline: none; width: 100%;
}
.form-input:focus, .form-textarea:focus { border-color: var(--lilas); background: var(--white); box-shadow: 0 0 0 3px rgba(155, 137, 180, 0.1); }
.form-textarea { resize: vertical; min-height: 110px; }
.form-honeypot { display: none !important; }
.form-submit { width: 100%; justify-content: center; }
.form-msg { margin-top: 0.65rem; padding: 0.65rem; font-size: 0.82rem; display: none; }
.form-msg.success { display: block; background: #EBF5EE; color: #2D6A4F; border: 1px solid #B7E4C7; }
.form-msg.error { display: block; background: #FDF2F2; color: #7A2020; border: 1px solid #FACACA; }

/* === FOOTER === */
.footer { background: var(--violet-deep); color: rgba(255,255,255,0.5); padding: 3rem 0 1.75rem; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; margin-bottom: 1.75rem; }
.footer__brand-card { display: inline-flex; padding: 0.9rem 1rem; background: rgba(255,255,255,0.96); border-radius: 16px; box-shadow: 0 18px 40px rgba(22, 14, 32, 0.18); margin-bottom: 0.85rem; }
.footer__logo { height: 84px; width: auto; }
.footer__tagline { max-width: 20rem; font-size: 0.96rem; color: rgba(255,255,255,0.78); font-style: italic; font-family: var(--font-display); margin-bottom: 0.75rem; line-height: 1.7; }
.footer__heading { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.3); margin-bottom: 0.75rem; }
.footer__links { display: flex; flex-direction: column; gap: 0.35rem; }
.footer__links a, .footer__links span { font-size: 0.92rem; color: rgba(255,255,255,0.78); transition: color 0.2s; }
.footer__links a:hover { color: rgba(255,255,255,0.85); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.25rem; display: flex; justify-content: space-between; font-size: 0.72rem; color: rgba(255,255,255,0.2); }

/* === FLOATING === */
.floating { position: fixed; bottom: 1.5rem; right: 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; z-index: 50; }
.floating__btn { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,0.16); transition: all 0.2s; }
.floating__btn:hover { transform: scale(1.06); }
.floating__btn--ws { background: var(--ws-green); }
.floating__btn--tel { background: var(--violet); }
.floating__btn svg { width: 20px; height: 20px; color: white; }

/* === MOBILE CTA === */
.mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: var(--white); border-top: 1px solid var(--border); padding: 0.6rem 0.75rem; gap: 0.5rem; }
.mobile-cta a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.4rem; padding: 0.95rem; border-radius: 12px; font-family: var(--font-body); font-size: 0.96rem; font-weight: 700; min-height: 52px; }
.mobile-cta a svg { width: 16px; height: 16px; }
.mobile-cta__call { background: var(--violet); color: white; }
.mobile-cta__ws { background: var(--ws-green); color: white; }

/* === COOKIE === */
.cookie { position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); border-top: 1px solid var(--border); padding: 0.9rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; z-index: 200; box-shadow: 0 -2px 12px rgba(0,0,0,0.04); }
.cookie__text { font-size: 0.82rem; color: var(--ink-muted); flex: 1; }
.cookie__text a { color: var(--ink); text-decoration: underline; }
.cookie__actions { display: flex; gap: 0.4rem; }
.cookie__btn { font-family: var(--font-body); font-size: 0.9rem; padding: 0.65rem 1rem; border-radius: 10px; cursor: pointer; transition: all 0.2s; border: 1px solid var(--border); background: none; color: var(--ink-soft); min-height: 44px; }
.cookie__btn--accept { background: var(--violet); color: white; border-color: var(--violet); }
.cookie__btn--accept:hover { background: var(--violet-deep); }

/* === ANIMATIONS === */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.07s; }
.reveal-d2 { transition-delay: 0.14s; }
.reveal-d3 { transition-delay: 0.21s; }

/* === FOCUS === */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--violet);
  outline-offset: 2px;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  html { font-size: 16px; }
  .wrap { padding: 0 1.2rem; }
  .nav, .lang-sw, .header__tel { display: none; }
  .hamburger { display: flex; }
  .brand__mark-shell { width: 44px; height: 44px; }
  .brand__mark { width: 26px; height: 26px; }
  .brand__line--top { font-size: 0.94rem; }
  .brand__line--bottom { font-size: 1rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 5rem; gap: 1.5rem; }
  .hero__visual { order: -1; }
  .hero__img { height: 320px; object-position: center 22%; }
  .hero__caption { display: none; }
  .hero__desc { max-width: 100%; }
  .values-grid, .steps-grid, .trust-strip { grid-template-columns: 1fr; }
  .services-preview { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .zone-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .communes-list { grid-template-columns: 1fr; }
  #carte-zone { height: 280px; }
  .mobile-cta { display: flex; }
  .floating { display: none; }
  .cookie { bottom: 70px; padding: 1rem 1rem; flex-direction: column; align-items: stretch; }
  body { padding-bottom: 70px; }
}
@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr; }
  .header { padding: 0.7rem 0; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; justify-content: center; }
}


/* === TRUST STRIP === */
.trust-strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  border: 1px solid var(--border); background: var(--border);
}
.trust-item {
  background: var(--white);
  padding: 1.6rem;
}
.trust-item__kicker {
  display: block; margin-bottom: 0.5rem; text-transform: uppercase;
  letter-spacing: 0.12em; font-size: 0.72rem; font-weight: 700; color: var(--lilas);
}
.trust-item__title {
  display: block; font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; color: var(--ink);
  margin-bottom: 0.45rem;
}
.trust-item__text { font-size: 0.96rem; color: var(--ink-soft); line-height: 1.7; }
