/* ═══════════════════════════════════════════════════════
   GARAGE LA TRÉBÉENNE — style.css
   Palette : vert foncé #1e5c1e · blanc · orange #e8600a
═══════════════════════════════════════════════════════ */

/* ─── TOKENS ─── */
:root {
  --vert:        #1e5c1e;
  --vert-mid:    #2d8c2d;
  --vert-clair:  #4db84d;
  --vert-pale:   #c8ecc8;
  --vert-bg:     #f0f9f0;
  --orange:      #e8600a;
  --orange-soft: #fff0e8;
  --white:       #ffffff;
  --off:         #f7f7f2;
  --gray:        #4a4a4a;
  --gray-light:  #888888;
  --border:      #e0e8e0;
}

/* ─── RESET & BASE ─── */
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html  { scroll-behavior:smooth; font-size:16px; }
body  { font-family:'Montserrat',sans-serif; background:var(--white); color:var(--gray); overflow-x:hidden; -webkit-font-smoothing:antialiased; }
a     { text-decoration:none; color:inherit; }
img   { display:block; max-width:100%; height:auto; }
ul    { list-style:none; }

/* ─── UTILITY ─── */
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.eyebrow { font-family:'Bebas Neue',sans-serif; font-size:0.8rem; letter-spacing:5px; text-transform:uppercase; color:var(--orange); display:block; }
.lead    { font-size:0.95rem; color:var(--gray-light); max-width:560px; line-height:1.75; }

/* ─── BUTTONS ─── */
.btn { display:inline-block; font-weight:800; font-size:0.85rem; letter-spacing:1.5px; text-transform:uppercase; padding:15px 34px; border-radius:4px; border:none; cursor:pointer; transition:background .2s,transform .2s,box-shadow .2s; }
.btn-orange  { background:var(--orange); color:var(--white); box-shadow:0 6px 20px rgba(232,96,10,.38); }
.btn-orange:hover  { background:#c4500a; transform:translateY(-2px); box-shadow:0 10px 28px rgba(232,96,10,.5); }
.btn-outline { background:transparent; color:var(--white); border:2px solid rgba(255,255,255,.45); }
.btn-outline:hover { background:rgba(255,255,255,.1); border-color:var(--white); }
.btn-white   { background:var(--white); color:var(--orange); }
.btn-white:hover { background:var(--off); transform:translateY(-2px); }
.btn-white-sm { background:var(--white); color:var(--orange); font-weight:800; font-size:0.82rem; letter-spacing:1.5px; text-transform:uppercase; padding:13px 26px; border-radius:4px; white-space:nowrap; transition:background .2s,transform .2s; }
.btn-white-sm:hover { background:var(--off); transform:translateY(-1px); }

/* ═══════════════════════════════════
   NAVIGATION
═══════════════════════════════════ */
.site-nav { position:fixed; top:0; left:0; right:0; z-index:200; height:66px; background:var(--vert); display:flex; align-items:center; justify-content:space-between; padding:0 5%; box-shadow:0 3px 20px rgba(0,0,0,.25); }

.nav-logo { display:flex; align-items:center; gap:12px; flex-shrink:0; }
.nav-logo__img { height:46px; width:auto; border-radius:6px; object-fit:contain; }
.nav-logo__text { display:flex; flex-direction:column; line-height:1; }
.nav-logo__text .small { font-size:0.6rem; letter-spacing:3px; text-transform:uppercase; color:var(--vert-pale); font-weight:500; }
.nav-logo__text .big   { font-family:'Dancing Script',cursive; font-size:1.55rem; color:var(--white); line-height:1.1; }

.nav-links { display:flex; align-items:center; gap:2.2rem; }
.nav-links a { font-size:0.75rem; font-weight:600; letter-spacing:2px; text-transform:uppercase; color:var(--vert-pale); transition:color .2s; }
.nav-links a:hover,.nav-links a.is-active { color:var(--white); }
.nav-links .nav-rdv { background:var(--orange); color:var(--white); padding:9px 22px; border-radius:3px; font-weight:700; box-shadow:0 3px 12px rgba(232,96,10,.4); transition:background .2s,transform .2s; }
.nav-links .nav-rdv:hover { background:#c4500a; transform:translateY(-1px); }

.nav-burger { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:4px; }
.nav-burger span { width:26px; height:2px; background:var(--white); display:block; }

.mob-menu { display:none; flex-direction:column; position:fixed; top:66px; left:0; right:0; background:var(--vert); z-index:199; padding:10px 0; box-shadow:0 8px 20px rgba(0,0,0,.3); }
.mob-menu.is-open { display:flex; }
.mob-menu a { padding:14px 5%; font-size:0.85rem; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; color:var(--vert-pale); border-bottom:1px solid rgba(255,255,255,.08); transition:color .2s; }
.mob-menu a:last-child { border-bottom:none; }
.mob-menu a:hover,.mob-menu a.mob-rdv { color:var(--orange); }

@media(max-width:820px) { .nav-links{display:none;} .nav-burger{display:flex;} }

/* ═══════════════════════════════════
   HERO
═══════════════════════════════════ */
.hero { min-height:100vh; padding:110px 5% 70px; background:linear-gradient(170deg,var(--vert) 0%,#0e3a0e 55%,rgba(14,58,14,.85) 100%); display:flex; align-items:center; position:relative; overflow:hidden; }
.hero::before { content:''; position:absolute; bottom:0; left:0; right:0; height:90px; background:var(--white); clip-path:ellipse(60% 100% at 50% 100%); }
.hero::after  { content:''; position:absolute; top:0; right:0; width:280px; height:100%; background:rgba(46,204,46,.05); transform:skewX(-6deg); pointer-events:none; }

.hero__inner     { max-width:680px; position:relative; z-index:2; animation:fadeUp .9s cubic-bezier(.16,1,.3,1) both; }
.hero__badge     { display:inline-flex; align-items:center; gap:8px; background:var(--orange); color:var(--white); font-size:0.7rem; font-weight:700; letter-spacing:2.5px; text-transform:uppercase; padding:7px 16px; border-radius:3px; box-shadow:0 4px 14px rgba(232,96,10,.35); }
.hero__label     { font-weight:400; font-size:clamp(.85rem,2vw,1rem); letter-spacing:4px; text-transform:uppercase; color:var(--vert-pale); }
.hero__name      { font-family:'Dancing Script',cursive; font-size:clamp(4rem,10vw,7rem); color:var(--white); line-height:.9; text-shadow:0 4px 30px rgba(0,0,0,.3); }
.hero__sub       { font-family:'Bebas Neue',sans-serif; font-size:clamp(1rem,2.5vw,1.4rem); letter-spacing:6px; color:var(--vert-clair); }
.hero__promo     { display:inline-flex; align-items:center; gap:20px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.22); border-radius:8px; padding:16px 24px; backdrop-filter:blur(6px); }
.hero__promo-num { font-family:'Bebas Neue',sans-serif; font-size:3.8rem; line-height:1; color:var(--white); }
.hero__promo-num span { color:var(--orange); }
.hero__promo-text { color:var(--white); font-size:0.88rem; font-weight:600; line-height:1.5; }
.hero__actions   { display:flex; gap:14px; flex-wrap:wrap; }

/* ═══════════════════════════════════
   INFO BAR
═══════════════════════════════════ */
.infobar { background:var(--vert); display:flex; justify-content:center; flex-wrap:wrap; }
.infobar__item { display:flex; align-items:center; gap:14px; padding:18px 44px; border-right:1px solid rgba(255,255,255,.1); color:var(--white); }
.infobar__item:last-child { border-right:none; }
.infobar__item svg { width:22px; height:22px; stroke:var(--vert-pale); fill:none; stroke-width:2; flex-shrink:0; }
.infobar__label { font-size:0.63rem; color:var(--vert-pale); text-transform:uppercase; letter-spacing:1.5px; }
.infobar__value { font-weight:700; font-size:0.9rem; margin-top:2px; }
.infobar__value a { color:var(--white); }
.infobar__value a:hover { color:var(--vert-pale); }
@media(max-width:768px) { .infobar{flex-direction:column;} .infobar__item{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);justify-content:center;padding:16px 5%;} .infobar__item:last-child{border-bottom:none;} }

/* ═══════════════════════════════════
   SECTIONS SHARED
═══════════════════════════════════ */
.section { padding:90px 5%; }
.section--alt { background:var(--off); }
.section__header { margin-bottom:50px; }
.section__header .eyebrow { margin-bottom:8px; }
.section__title { font-family:'Bebas Neue',sans-serif; font-size:clamp(2.4rem,5vw,3.4rem); letter-spacing:1px; color:var(--vert); line-height:1; margin-bottom:14px; }
.section__lead  { font-size:0.95rem; color:var(--gray-light); max-width:560px; line-height:1.75; margin-bottom:50px; }

/* ═══════════════════════════════════
   SERVICES GRID
═══════════════════════════════════ */
.services-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:22px; }
.svc-card { background:var(--white); border-radius:10px; padding:30px 26px; border:1px solid var(--border); position:relative; overflow:hidden; transition:transform .3s,box-shadow .3s,border-color .3s; }
.svc-card::before { content:''; position:absolute; top:0; left:0; width:100%; height:4px; background:linear-gradient(90deg,var(--vert),var(--vert-clair)); transform:scaleX(0); transform-origin:left; transition:transform .3s; }
.svc-card:hover { transform:translateY(-5px); box-shadow:0 14px 40px rgba(30,92,30,.12); border-color:var(--vert-pale); }
.svc-card:hover::before { transform:scaleX(1); }
.svc-card__icon { width:48px; height:48px; background:var(--vert-bg); border-radius:10px; border:1px solid var(--vert-pale); display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.svc-card__icon svg { width:24px; height:24px; stroke:var(--vert); fill:none; stroke-width:1.8; }
.svc-card h3 { font-family:'Bebas Neue',sans-serif; font-size:1.35rem; letter-spacing:1.5px; color:var(--vert); margin-bottom:8px; }
.svc-card p  { font-size:0.83rem; line-height:1.65; color:var(--gray-light); }

/* ═══════════════════════════════════
   TARIFS
═══════════════════════════════════ */
.tarifs-layout { display:grid; grid-template-columns:2fr 1fr; gap:40px; align-items:start; }
@media(max-width:900px) { .tarifs-layout{grid-template-columns:1fr;} }

.tarif-block { margin-bottom:28px; }
.tarif-block__head { display:flex; align-items:center; gap:12px; background:linear-gradient(90deg,var(--vert),var(--vert-mid)); padding:12px 20px; border-radius:6px 6px 0 0; }
.tarif-block__head svg { width:18px; height:18px; stroke:var(--white); fill:none; stroke-width:2; flex-shrink:0; }
.tarif-block__head h3 { font-family:'Bebas Neue',sans-serif; font-size:1.1rem; letter-spacing:2.5px; text-transform:uppercase; color:var(--white); }

.tarif-rows { background:var(--off); border:1px solid var(--border); border-top:none; border-radius:0 0 6px 6px; }
.tarif-row  { display:flex; align-items:center; justify-content:space-between; padding:13px 20px; gap:16px; border-bottom:1px solid var(--border); transition:background .15s; }
.tarif-row:last-child { border-bottom:none; }
.tarif-row:hover { background:var(--vert-bg); }
.tarif-row__name { font-size:0.85rem; color:var(--gray); flex:1; }
.tarif-row__ht   { font-size:0.75rem; color:var(--gray-light); white-space:nowrap; }
.tarif-row__ttc  { font-family:'Bebas Neue',sans-serif; font-size:1.2rem; letter-spacing:.5px; color:var(--vert); white-space:nowrap; }

.mo-wrap { margin-bottom:28px; }
.mo-wrap .tarif-block__head { border-radius:6px 6px 0 0; }
.mo-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--border); border:1px solid var(--border); border-top:none; border-radius:0 0 6px 6px; overflow:hidden; }
@media(max-width:600px) { .mo-grid{grid-template-columns:1fr;} }
.mo-card { background:var(--off); padding:18px 16px; border-top:3px solid var(--vert); transition:border-top-color .2s,box-shadow .2s; }
.mo-card:hover { border-top-color:var(--orange); box-shadow:0 6px 20px rgba(0,0,0,.06); }
.mo-card__label { font-family:'Bebas Neue',sans-serif; font-size:0.75rem; letter-spacing:3px; color:var(--vert); margin-bottom:4px; }
.mo-card h4 { font-family:'Bebas Neue',sans-serif; font-size:1rem; letter-spacing:1px; color:var(--gray); margin-bottom:6px; }
.mo-card__eg   { font-size:0.72rem; color:var(--gray-light); line-height:1.5; margin-bottom:12px; }
.mo-card__rate { font-family:'Bebas Neue',sans-serif; font-size:1.6rem; color:var(--vert); line-height:1; }
.mo-card__rate span { font-size:.8rem; font-family:'Montserrat',sans-serif; font-weight:500; color:var(--gray-light); }
.mo-card__ht   { font-size:.72rem; color:var(--gray-light); margin-top:2px; }

.tarifs-aside { display:flex; flex-direction:column; gap:20px; }

.diag-card { background:var(--vert); border-radius:10px; padding:28px; text-align:center; box-shadow:0 8px 30px rgba(30,92,30,.2); }
.diag-card__label { font-size:.63rem; letter-spacing:3px; text-transform:uppercase; color:var(--vert-pale); margin-bottom:10px; font-weight:600; display:block; }
.diag-card__icon  { display:flex; justify-content:center; margin-bottom:8px; }
.diag-card__icon svg { width:36px; height:36px; stroke:var(--white); fill:none; stroke-width:1.5; }
.diag-card h3     { font-family:'Bebas Neue',sans-serif; font-size:1.4rem; letter-spacing:2px; color:var(--white); margin-bottom:16px; }
.diag-card__price { font-family:'Bebas Neue',sans-serif; font-size:3.8rem; color:var(--orange); line-height:1; letter-spacing:-1px; }
.diag-card__ht    { font-size:.78rem; color:var(--vert-pale); margin-top:4px; }
.diag-card__note  { font-size:.74rem; color:var(--vert-clair); margin-top:10px; line-height:1.5; }

.avantages-card { background:var(--orange-soft); border:2px solid var(--orange); border-radius:10px; padding:24px; }
.avantages-card h4 { font-family:'Bebas Neue',sans-serif; font-size:1.1rem; letter-spacing:2px; color:var(--orange); margin-bottom:16px; }
.avantages-card ul { display:flex; flex-direction:column; gap:10px; }
.avantages-card li { display:flex; align-items:center; gap:10px; font-size:.85rem; color:var(--gray); font-weight:600; }
.avantages-card li svg { width:18px; height:18px; stroke:var(--vert); fill:none; stroke-width:2.5; flex-shrink:0; }

.tarifs-note { margin-top:10px; font-size:.75rem; color:var(--gray-light); font-style:italic; display:flex; gap:6px; }
.tarifs-note::before { content:'*'; color:var(--orange); font-style:normal; font-weight:700; flex-shrink:0; }

/* ═══════════════════════════════════
   PROMO BAND
═══════════════════════════════════ */
.promo-band { background:var(--orange); padding:50px 5%; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.promo-band h2 { font-family:'Bebas Neue',sans-serif; font-size:clamp(2rem,5vw,3.2rem); letter-spacing:2px; color:var(--white); margin-bottom:4px; }
.promo-band p  { color:rgba(255,255,255,.88); font-size:.95rem; font-weight:600; }

/* ═══════════════════════════════════
   INFOS / ACCÈS
═══════════════════════════════════ */
.infos-grid { display:grid; grid-template-columns:1fr 1.2fr; gap:60px; align-items:start; }
@media(max-width:900px) { .infos-grid{grid-template-columns:1fr;} }

.coords { display:flex; flex-direction:column; gap:14px; margin-bottom:30px; }
.coord-card { background:var(--white); border:1px solid var(--border); border-radius:8px; padding:20px 22px; display:flex; align-items:flex-start; gap:16px; border-left:4px solid var(--vert-mid); transition:border-left-color .2s,box-shadow .2s; }
.coord-card:hover { border-left-color:var(--orange); box-shadow:0 4px 16px rgba(0,0,0,.07); }
.coord-card__icon svg { width:20px; height:20px; stroke:var(--vert); fill:none; stroke-width:2; }
.coord-card h4 { font-size:.63rem; letter-spacing:2px; text-transform:uppercase; color:var(--vert-mid); margin-bottom:5px; }
.coord-card p  { font-size:.9rem; font-weight:600; color:var(--gray); line-height:1.5; }
.coord-card a  { color:var(--vert); }
.coord-card a:hover { color:var(--orange); }
.coord-card__sub { font-size:.76rem; color:var(--gray-light); font-weight:400; margin-top:2px; }

.h-table { width:100%; border-collapse:collapse; }
.h-table tr { border-bottom:1px solid var(--border); }
.h-table tr:last-child { border-bottom:none; }
.h-table td { padding:11px 0; font-size:.88rem; }
.h-table td:first-child { color:var(--gray-light); width:110px; }
.h-table td:last-child  { font-weight:700; color:var(--vert); text-align:right; }
.h-table tr.is-closed td:last-child { color:var(--gray-light); font-weight:400; }
.dot { display:inline-block; width:7px; height:7px; border-radius:50%; margin-right:7px; vertical-align:middle; }
.dot--on  { background:var(--vert-clair); }
.dot--off { background:#ccc; }

.map-wrap { border-radius:10px; overflow:hidden; box-shadow:0 8px 40px rgba(0,0,0,.12); border:1px solid var(--border); }
.map-wrap iframe { width:100%; height:360px; display:block; border:none; }
.map-footer { background:var(--vert); padding:14px 20px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:10px; }
.map-footer p { font-size:.8rem; color:var(--vert-pale); }
.map-footer a { font-size:.8rem; font-weight:700; color:var(--orange); letter-spacing:1px; text-transform:uppercase; }
.map-footer a:hover { text-decoration:underline; }

/* ═══════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════ */
.contact-main  { padding:80px 5%; background:var(--off); }
.contact-grid  { display:grid; grid-template-columns:1fr 1.3fr; gap:60px; align-items:start; }
@media(max-width:900px) { .contact-grid{grid-template-columns:1fr;gap:40px;} }

.page-hero { padding:120px 5% 80px; background:linear-gradient(160deg,var(--vert) 0%,#0e3a0e 55%,rgba(14,58,14,.85) 100%); position:relative; overflow:hidden; }
.page-hero::before { content:''; position:absolute; bottom:-2px; left:0; right:0; height:80px; background:var(--off); clip-path:ellipse(55% 100% at 50% 100%); }
.page-hero::after  { content:''; position:absolute; top:0; right:-60px; width:220px; height:100%; background:rgba(255,255,255,.04); transform:skewX(-6deg); }
.page-hero__inner  { max-width:680px; animation:fadeUp .9s cubic-bezier(.16,1,.3,1) both; }
.page-hero h1 { font-family:'Bebas Neue',sans-serif; font-size:clamp(2.8rem,7vw,4.8rem); letter-spacing:1px; color:var(--white); line-height:1; margin-bottom:14px; }
.page-hero p  { font-size:.95rem; color:var(--vert-pale); line-height:1.75; max-width:520px; }

.phone-cta { background:var(--orange); border-radius:10px; padding:28px 26px; display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom:16px; box-shadow:0 6px 24px rgba(232,96,10,.3); }
.phone-cta__label  { font-size:.63rem; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,.8); margin-bottom:4px; }
.phone-cta__number { font-family:'Bebas Neue',sans-serif; font-size:2rem; letter-spacing:2px; color:var(--white); }

.info-list { display:flex; flex-direction:column; gap:12px; }
.info-card { background:var(--white); border:1px solid var(--border); border-radius:8px; padding:20px 22px; display:flex; align-items:flex-start; gap:16px; border-left:4px solid var(--vert-mid); transition:border-left-color .2s,box-shadow .2s; }
.info-card:hover { border-left-color:var(--orange); box-shadow:0 4px 16px rgba(0,0,0,.07); }
.info-card__icon svg { width:20px; height:20px; stroke:var(--vert); fill:none; stroke-width:2; }
.info-card h4  { font-size:.63rem; letter-spacing:2px; text-transform:uppercase; color:var(--vert-mid); margin-bottom:5px; }
.info-card p   { font-size:.9rem; font-weight:600; color:var(--gray); line-height:1.5; }
.info-card a   { color:var(--vert); }
.info-card a:hover { color:var(--orange); }
.info-card__sub { font-size:.76rem; color:var(--gray-light); font-weight:400; margin-top:2px; }
.info-card--promo { background:var(--orange-soft); border-left-color:var(--orange); }
.info-card--promo h4  { color:var(--orange); }
.info-card--promo svg { stroke:var(--orange); }

.horaires-section { padding:0 5% 80px; background:var(--off); }

/* ═══════════════════════════════════
   FOOTER
═══════════════════════════════════ */
.site-footer { background:#0d2e0d; padding:40px 5%; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px; }
.footer-brand       { font-family:'Dancing Script',cursive; font-size:1.9rem; color:var(--white); }
.footer-brand small { display:block; font-family:'Montserrat',sans-serif; font-size:.6rem; letter-spacing:3px; text-transform:uppercase; color:var(--vert-clair); font-weight:500; margin-top:2px; }
.footer-nav ul { display:flex; gap:2rem; flex-wrap:wrap; }
.footer-nav a  { font-size:.72rem; letter-spacing:1.5px; text-transform:uppercase; color:#5a7a5a; transition:color .2s; }
.footer-nav a:hover { color:var(--white); }
.footer-copy { font-size:.72rem; color:#3a5a3a; }
@media(max-width:768px) { .site-footer{flex-direction:column;} }

/* ═══════════════════════════════════
   ANIMATIONS
═══════════════════════════════════ */
@keyframes fadeUp { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:none} }
.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease,transform .7s ease; }
.reveal.is-visible { opacity:1; transform:none; }
.d1{transition-delay:.08s} .d2{transition-delay:.16s} .d3{transition-delay:.24s}
.d4{transition-delay:.32s} .d5{transition-delay:.40s} .d6{transition-delay:.48s}

@media(max-width:480px) {
  .btn { padding:13px 22px; font-size:.8rem; }
  .hero { padding:100px 5% 60px; }
  .hero__promo { flex-direction:column; gap:10px; }
  .promo-band { flex-direction:column; }
}

/* ═══════════════════════════════════
   TEXTE SEO LOCAL
═══════════════════════════════════ */
.seo-text { max-width: 820px; }
.seo-text p { font-size: 0.92rem; line-height: 1.85; color: var(--gray); margin-bottom: 18px; }
.seo-text p:last-child { margin-bottom: 0; }
.seo-text strong { color: var(--vert); font-weight: 700; }
.seo-text a { color: var(--orange); font-weight: 700; }
.seo-text a:hover { text-decoration: underline; }

/* ═══════════════════════════════════
   FAQ (accordéon)
═══════════════════════════════════ */
.faq-list { max-width: 820px; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.faq-item:hover { border-color: var(--vert-pale); }
.faq-item[open] { border-color: var(--vert-mid); box-shadow: 0 6px 24px rgba(30,92,30,.08); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 52px 18px 22px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--vert);
  position: relative;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '';
  position: absolute;
  right: 20px; top: 50%;
  width: 12px; height: 12px;
  transform: translateY(-70%) rotate(45deg);
  border-right: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transition: transform .25s;
}
.faq-item[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq-body { padding: 0 22px 20px; }
.faq-body p { font-size: 0.88rem; line-height: 1.75; color: var(--gray); }
.faq-body strong { color: var(--vert); }
.faq-body a { color: var(--orange); }
