:root {
  --green: #3bb273;
  --green-dark: #2e8f5c;
  --ink: #1c1c1e;
  --muted: #6b6b70;
  --bg: #f5f5f3;
  --card: #ffffff;
  --radius: 22px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
a { color: var(--green-dark); }

/* ——— header & footer : mêmes liens, même structure ——— */
header.site, footer.site { border-color: #e8e8e4; }
header.site {
  position: sticky; top: 0; z-index: 10;
  background: rgba(245,245,243,0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid #e8e8e4;
}
header.site .wrap { display: flex; align-items: center; gap: 12px; min-height: 60px; flex-wrap: wrap; padding-top: 6px; padding-bottom: 6px; }
header.site img { height: 34px; width: 34px; border-radius: 8px; }
header.site .brand { font-weight: 700; font-size: 17px; }
header.site nav, footer.site nav { margin-left: auto; display: flex; gap: 18px; flex-wrap: wrap; }
header.site a, footer.site a { color: var(--ink); text-decoration: none; font-size: 15px; }
header.site a:hover, footer.site a:hover { color: var(--green-dark); }

footer.site { border-top: 1px solid #e8e8e4; padding: 30px 0 40px; color: var(--muted); font-size: 14px; }
footer.site .wrap { display: flex; gap: 28px; flex-wrap: wrap; align-items: flex-start; }
footer.site .f-brand { display: flex; align-items: center; gap: 10px; }
footer.site .f-brand img { height: 30px; width: 30px; border-radius: 8px; }
footer.site .f-legal { margin-left: auto; text-align: right; display: grid; gap: 6px; }
footer.site .f-legal a { color: var(--muted); text-decoration: underline; }

/* ——— hero ——— */
.hero { padding: 64px 0 40px; text-align: center; }
.hero h1 { font-size: clamp(30px, 5vw, 48px); line-height: 1.15; letter-spacing: -0.5px; }
.hero h1 .color { color: var(--green); }
.hero p.sub { max-width: 640px; margin: 16px auto 0; font-size: 18px; color: var(--muted); }
.cta { margin-top: 28px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }
.btn {
  display: inline-block; padding: 14px 26px; border-radius: 999px;
  font-weight: 600; text-decoration: none; font-size: 16px;
}
.btn.primary { background: var(--green); color: #fff; }
.btn.primary:hover { background: var(--green-dark); }
.btn.ghost { border: 1.5px solid #d8d8d3; color: var(--ink); }
.btn.ghost:hover { border-color: var(--green); color: var(--green-dark); }

/* ——— badges stores ——— */
.stores { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.store-badge {
  position: relative; display: inline-flex; align-items: center; gap: 12px;
  background: #101012; color: #fff; border-radius: 14px; padding: 10px 20px;
  text-decoration: none; min-width: 190px;
}
.store-badge .s-icon { font-size: 26px; }
.store-badge .s-txt { text-align: left; line-height: 1.25; }
.store-badge .s-small { display: block; font-size: 11px; opacity: 0.75; }
.store-badge .s-big { display: block; font-size: 17px; font-weight: 600; }
.store-badge.soon { opacity: 0.6; cursor: default; }
.store-badge .ribbon {
  position: absolute; top: -12px; right: -10px; background: #f5b83d; color: #4a3200;
  font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px;
  transform: rotate(6deg); box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
.stores-note { margin-top: 12px; color: var(--muted); font-size: 14px; }

/* ——— captures ——— */
.shots { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; padding: 30px 0 10px; }
.shots img {
  width: 210px; border-radius: 24px; border: 1px solid #e4e4df;
  box-shadow: 0 14px 40px rgba(0,0,0,0.10);
}
.shots.all img { width: 195px; }

section { padding: 56px 0; }
section h2 { font-size: 30px; letter-spacing: -0.3px; margin-bottom: 8px; }
section p.lead { color: var(--muted); max-width: 640px; }
.grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px; margin-top: 28px; align-items: stretch;
}
.card {
  background: var(--card); border-radius: var(--radius); padding: 26px;
  border: 1px solid #ececea; box-shadow: 0 8px 26px rgba(0,0,0,0.05);
  display: flex; flex-direction: column; height: 100%;
}
.card .emoji { font-size: 30px; }
.card h3 { margin: 10px 0 6px; font-size: 18px; }
.card p { color: var(--muted); font-size: 15px; }

/* section téléphone + deux cartes côte à côte */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
@media (max-width: 760px) { .duo { grid-template-columns: 1fr; } }
.shot-feature { display: flex; gap: 40px; align-items: center; flex-wrap: wrap; }
.shot-feature img.phone {
  width: 270px; border-radius: 28px; border: 1px solid #e4e4df;
  box-shadow: 0 18px 50px rgba(0,0,0,0.12); flex-shrink: 0;
}
.shot-feature .txt { flex: 1; min-width: 260px; }
.shot-feature.reverse { flex-direction: row-reverse; }

/* ——— FAQ ——— */
.faq .qa { background: var(--card); border-radius: var(--radius); padding: 22px 26px; margin-top: 14px; border: 1px solid #ececea; }
.faq h3 { font-size: 17px; }
.faq p { color: var(--muted); margin-top: 6px; font-size: 15px; }

/* ——— scène animée (comme dans l'app) ——— */
.scene-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  border: 1px solid #e4e4df; box-shadow: 0 16px 44px rgba(0,0,0,0.12);
  margin-top: 28px;
}
.scene-card svg.scene { display: block; width: 100%; height: auto; }
@keyframes steam {
  0%   { transform: translateY(0) scale(0.6); opacity: 0; }
  25%  { opacity: 0.85; }
  100% { transform: translateY(-90px) scale(1.5); opacity: 0; }
}
.puff { animation: steam 5s ease-out infinite; transform-origin: center bottom; }
.puff.p2 { animation-delay: 1.6s; }
.puff.p3 { animation-delay: 3.2s; }
@keyframes beacon { 0%, 55% { opacity: 1; } 65%, 100% { opacity: 0.08; } }
.beacon { animation: beacon 1.6s steps(1) infinite; }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.rotor { animation: spin 3.2s linear infinite; transform-box: fill-box; transform-origin: center; }
.rotor.slow { animation-duration: 4.6s; }
@keyframes glimmer { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }
.glimmer { animation: glimmer 2.6s ease-in-out infinite; }

/* ——— widgets live (lampe / prix / tempo) ——— */
.live { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 28px; }
.live-card {
  background: var(--card); border-radius: var(--radius); padding: 26px; text-align: center;
  border: 1px solid #ececea; box-shadow: 0 8px 26px rgba(0,0,0,0.05);
}
.live-card h3 { font-size: 15px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); }
.lamp {
  width: 92px; height: 92px; border-radius: 50%; margin: 16px auto 10px;
  background: radial-gradient(circle at 35% 32%, #ffffff 0%, #dfe6f2 38%, #b9cdfb 100%);
  box-shadow: 0 0 34px 10px rgba(62,123,250,0.35), inset 0 -6px 14px rgba(0,0,0,0.08);
  transition: box-shadow 0.5s, background 0.5s;
}
.lamp-label { font-weight: 600; font-size: 17px; }
.price-live { font-size: 44px; font-weight: 700; letter-spacing: -1px; font-variant-numeric: tabular-nums; margin: 12px 0 2px; }
.price-live .unit { font-size: 15px; font-weight: 500; color: var(--muted); letter-spacing: 0; }
.live-note { color: var(--muted); font-size: 13px; }
.tempo-list { margin-top: 14px; display: grid; gap: 8px; text-align: left; }
.tempo-row { display: flex; align-items: center; gap: 10px; background: var(--bg); border-radius: 12px; padding: 8px 12px; font-size: 14.5px; }
.tempo-row .dot { width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0; }
.tempo-row .day { font-weight: 600; min-width: 76px; }
.tempo-row .col { color: var(--muted); }

/* ——— blog ——— */
.articles { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 28px; }
.article-card { display: block; text-decoration: none; color: inherit; height: 100%; }
.article-card .card { height: 100%; transition: transform 0.15s, box-shadow 0.15s; }
.article-card:hover .card { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,0.10); }
.article-card .tag { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--green-dark); }
.article-card h3 { margin: 8px 0 6px; font-size: 18px; }
.article-card p { color: var(--muted); font-size: 14.5px; }
article.post { max-width: 760px; margin: 0 auto; padding: 48px 20px 80px; }
article.post h1 { font-size: 32px; letter-spacing: -0.4px; margin-bottom: 6px; }
article.post .updated { color: var(--muted); font-size: 14px; margin-bottom: 28px; }
article.post h2 { font-size: 21px; margin: 26px 0 8px; }
article.post p, article.post li { color: #3c3c40; font-size: 16px; }
article.post ul { padding-left: 22px; margin: 8px 0; }
article.post table { border-collapse: collapse; width: 100%; margin: 14px 0; font-size: 15px; }
article.post th, article.post td { border: 1px solid #e4e4df; padding: 8px 12px; text-align: left; }
article.post th { background: #efefeb; }

/* ——— pages légales ——— */
.legal { max-width: 760px; margin: 0 auto; padding: 48px 20px 80px; }
.legal h1 { font-size: 32px; margin-bottom: 6px; }
.legal .updated { color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.legal h2 { font-size: 20px; margin: 26px 0 8px; }
.legal p, .legal li { color: #3c3c40; font-size: 15.5px; }
.legal ul { padding-left: 22px; margin: 8px 0; }

@media (max-width: 700px) {
  header.site nav, footer.site nav { margin-left: 0; }
  footer.site .f-legal { margin-left: 0; text-align: left; }
}
