/* ============================================================
   Sonocrea — site vitrine
   Palette alignée sur l'application Base44
   ============================================================ */

:root{
  --bg:#0F0F1A;
  --bg-2:#14142299;
  --surface:rgba(255,255,255,.035);
  --surface-2:rgba(255,255,255,.06);
  --border:rgba(255,255,255,.09);
  --border-strong:rgba(255,255,255,.16);
  --text:#FFFFFF;
  --muted:#94A3B8;
  --muted-2:#64748B;
  --violet:#7C3AED;
  --violet-light:#A78BFA;
  --indigo:#4F46E5;
  --indigo-2:#6366F1;
  --indigo-light:#818CF8;
  --gold:#C9A96E;
  --wine:#6B3A4D;
  --cyan:#22D3EE;
  --amber:#F59E0B;
  --radius:18px;
  --radius-lg:28px;
  --maxw:1140px;
  --serif:Georgia,'Times New Roman',serif;
  --sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:var(--sans);font-size:17px;line-height:1.65;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}

/* --- Halos d'ambiance --- */
.orbs{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.orb{position:absolute;border-radius:50%;filter:blur(90px)}
.orb-1{top:-60px;left:-120px;width:520px;height:520px;background:rgba(124,58,237,.13)}
.orb-2{top:38%;right:-160px;width:460px;height:460px;background:rgba(99,102,241,.11)}
.orb-3{bottom:-120px;left:35%;width:600px;height:600px;background:rgba(88,28,135,.09)}

.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px;position:relative;z-index:1}
section{position:relative;z-index:1}

/* ============================ NAV ============================ */
.nav{position:sticky;top:0;z-index:60;backdrop-filter:blur(18px);
  background:rgba(15,15,26,.78);border-bottom:1px solid var(--border)}
.nav-inner{display:flex;align-items:center;gap:24px;height:68px}
.brand{display:flex;align-items:center;gap:11px;font-weight:600;font-size:19px;letter-spacing:-.02em}
.brand-mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;
  background:linear-gradient(135deg,#7C3AED,#6366F1);
  box-shadow:0 6px 20px rgba(124,58,237,.35)}
.brand-mark svg{width:19px;height:19px}
.brand-name{background:linear-gradient(90deg,#C4B5FD,#A5B4FC);-webkit-background-clip:text;
  background-clip:text;color:transparent}
.nav-links{display:flex;gap:26px;margin-left:auto;font-size:15px;color:var(--muted)}
.nav-links a{transition:color .18s}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:var(--text)}
.nav-cta{display:flex;align-items:center;gap:12px}
.lang{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);
  border:1px solid var(--border);border-radius:999px;padding:5px 11px}
.lang a{opacity:.55;transition:opacity .18s}
.lang a:hover{opacity:1}
.lang a.on{opacity:1;color:#C4B5FD;font-weight:600}
.burger{display:none;margin-left:auto;background:none;border:1px solid var(--border);
  border-radius:11px;width:42px;height:42px;color:var(--text);cursor:pointer}

/* ============================ BOUTONS ============================ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:13px 24px;border-radius:14px;font-weight:600;font-size:15px;
  border:1px solid transparent;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s;
  white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(90deg,#7C3AED,#4F46E5);color:#fff;
  box-shadow:0 10px 30px rgba(124,58,237,.32)}
.btn-primary:hover{box-shadow:0 14px 38px rgba(124,58,237,.45)}
.btn-ghost{background:var(--surface);border-color:var(--border-strong);color:var(--text)}
.btn-ghost:hover{background:var(--surface-2)}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--wine));color:#fff;
  box-shadow:0 10px 30px rgba(201,169,110,.25)}
.btn-lg{padding:17px 32px;font-size:17px;border-radius:16px}
.btn-sm{padding:9px 17px;font-size:14px;border-radius:11px}

/* ============================ TYPO ============================ */
/* L'app utilise : H1 sans-serif bold très serré, H2/H3 Georgia bold. */
h1,h2,h3,h4{margin:0;font-weight:700;line-height:1.15}
h1{font-family:var(--sans);font-size:clamp(40px,6vw,72px);letter-spacing:-.025em;line-height:1.08}
h2{font-family:var(--serif);font-size:clamp(28px,3.6vw,40px);letter-spacing:-.005em}
h3{font-family:var(--serif);font-size:clamp(19px,2.1vw,23px)}
h4{font-family:var(--serif)}
p{margin:0}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;
  letter-spacing:.16em;text-transform:uppercase;color:var(--violet-light);margin-bottom:18px}
.eyebrow.gold{color:var(--gold)}
.lead{font-size:19px;color:var(--muted);line-height:1.7}
.grad{background:linear-gradient(90deg,#C4B5FD,#A5B4FC);
  -webkit-background-clip:text;background-clip:text;color:transparent}
.grad-gold{background:linear-gradient(100deg,#E8CFA0,#C9A96E 60%,#B08968);
  -webkit-background-clip:text;background-clip:text;color:transparent}
.muted{color:var(--muted)}
.center{text-align:center}
.sec{padding:96px 0}
.sec-tight{padding:64px 0}
.sec-head{max-width:720px;margin:0 auto 56px}
.sec-head.left{margin-left:0}

/* ============================ HERO ============================ */
.hero{padding:88px 0 76px;text-align:center}
.hero h1{max-width:16ch;margin:0 auto 24px}
.hero .lead{max-width:60ch;margin:0 auto 36px;font-size:20px}
.hero-cta{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.hero-note{margin-top:20px;font-size:14px;color:var(--muted);display:flex;gap:20px;
  justify-content:center;flex-wrap:wrap}
.hero-note span{display:inline-flex;align-items:center;gap:7px}
.dot{width:6px;height:6px;border-radius:50%;background:var(--violet-light);flex:none}

/* --- Ondes animées --- */
.waves{margin:56px auto 0;max-width:820px;height:110px;position:relative;opacity:.9}
.waves svg{width:100%;height:100%}
.wpath{fill:none;stroke-width:1.6;stroke-linecap:round}

/* ============================ MOCKUPS ============================ */
.screens{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:start}
.screen-item{text-align:center}
.phone{width:100%;max-width:264px;margin:0 auto 22px;aspect-ratio:9/16.6;border-radius:32px;
  border:1px solid var(--border-strong);background:linear-gradient(170deg,#171728,#101019);
  padding:11px;box-shadow:0 30px 70px rgba(0,0,0,.55);position:relative;overflow:hidden}
.phone::before{content:"";position:absolute;top:11px;left:50%;transform:translateX(-50%);
  width:74px;height:5px;border-radius:99px;background:rgba(255,255,255,.14);z-index:3}
.phone-screen{width:100%;height:100%;border-radius:23px;background:#0C0C16;
  padding:26px 14px 14px;display:flex;flex-direction:column;gap:11px;overflow:hidden}
.ph-title{font-family:var(--serif);font-size:14px;line-height:1.3;text-align:left;padding:0 3px}
.ph-sub{font-size:9.5px;color:var(--muted);text-align:left;padding:0 3px;line-height:1.5}
.ph-card{border-radius:12px;border:1px solid var(--border);background:var(--surface);
  padding:9px 10px;display:flex;align-items:center;gap:8px;font-size:10px;text-align:left}
.ph-card.on{border-color:rgba(167,139,250,.5);background:rgba(124,58,237,.14)}
.ph-ico{width:22px;height:22px;border-radius:7px;flex:none;display:grid;place-items:center;font-size:11px;
  background:linear-gradient(135deg,rgba(124,58,237,.35),rgba(99,102,241,.35))}
.ph-bar{height:5px;border-radius:99px;background:rgba(255,255,255,.09);overflow:hidden}
.ph-bar i{display:block;height:100%;border-radius:99px;
  background:linear-gradient(90deg,var(--violet),var(--indigo))}
.ph-disc{width:104px;height:104px;border-radius:50%;margin:6px auto;
  background:conic-gradient(from 210deg,rgba(124,58,237,.75),rgba(99,102,241,.55),rgba(34,211,238,.45),rgba(124,58,237,.75));
  display:grid;place-items:center;box-shadow:0 0 40px rgba(124,58,237,.35)}
.ph-disc i{width:76px;height:76px;border-radius:50%;background:#0C0C16;display:grid;place-items:center;
  font-size:19px;color:#C4B5FD;font-style:normal}
.ph-row{display:flex;gap:7px}
.ph-chip{flex:1;border-radius:9px;padding:6px 4px;font-size:8.5px;text-align:center;
  border:1px solid var(--border);color:var(--muted)}
.ph-chip.on{border-color:rgba(167,139,250,.45);color:#C4B5FD;background:rgba(124,58,237,.12)}
.ph-eq{display:flex;align-items:flex-end;gap:3px;height:32px;padding:0 3px}
.ph-eq i{flex:1;border-radius:2px;background:linear-gradient(180deg,var(--violet-light),var(--indigo));
  animation:eq 1.4s ease-in-out infinite}
@keyframes eq{0%,100%{height:22%}50%{height:100%}}
.screen-item h3{font-size:19px;margin-bottom:8px}
.screen-item p{font-size:15px;color:var(--muted)}
.step-num{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:9px;
  font-size:12px;font-weight:700;font-family:var(--sans);margin-bottom:12px;
  background:rgba(124,58,237,.18);color:#C4B5FD;border:1px solid rgba(167,139,250,.3)}

/* ============================ CARTES ============================ */
.grid{display:grid;gap:20px}
.g2{grid-template-columns:repeat(2,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}
.card{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);
  padding:28px;transition:border-color .2s,transform .2s,background .2s}
.card:hover{border-color:var(--border-strong);transform:translateY(-2px);background:var(--surface-2)}
.card h3{margin-bottom:10px;font-size:21px}
.card p{color:var(--muted);font-size:15.5px}
.card-ico{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;margin-bottom:18px;
  background:linear-gradient(135deg,rgba(124,58,237,.22),rgba(99,102,241,.22));
  border:1px solid rgba(167,139,250,.22)}
.card-ico svg{width:21px;height:21px;stroke:#C4B5FD}
.card-ico.gold{background:linear-gradient(135deg,rgba(201,169,110,.2),rgba(107,58,77,.24));
  border-color:rgba(201,169,110,.3)}
.card-ico.gold svg{stroke:var(--gold)}

/* --- Contraste problème / solution --- */
.contrast{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.contrast > div{border-radius:var(--radius);padding:32px;border:1px solid var(--border)}
.c-old{background:rgba(255,255,255,.02)}
.c-new{background:linear-gradient(150deg,rgba(124,58,237,.13),rgba(99,102,241,.08));
  border-color:rgba(167,139,250,.28)}
.c-list{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-direction:column;gap:12px}
.c-list li{display:flex;gap:11px;font-size:15.5px;color:var(--muted);line-height:1.55}
.c-list li b{color:var(--text);font-weight:600}
.tick{flex:none;width:20px;height:20px;border-radius:6px;display:grid;place-items:center;
  font-size:11px;margin-top:2px}
.tick.no{background:rgba(255,255,255,.07);color:#8A8FA3}
.tick.yes{background:rgba(124,58,237,.25);color:#C4B5FD}

/* --- Thèmes --- */
.themes{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.theme{border-radius:16px;padding:22px;border:1px solid var(--border);
  background:var(--surface);transition:transform .2s,border-color .2s;position:relative;overflow:hidden}
.theme:hover{transform:translateY(-3px);border-color:var(--border-strong)}
.theme .t-glow{position:absolute;inset:auto -30px -40px auto;width:130px;height:130px;
  border-radius:50%;filter:blur(40px);opacity:.5}
.theme h4{font-size:19px;margin-bottom:6px;position:relative}
.theme p{font-size:14px;color:var(--muted);position:relative}
.theme .hz{font-size:12px;font-weight:600;letter-spacing:.06em;margin-top:12px;position:relative}

/* --- Tarifs --- */
.plans{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}
.plan{border:1px solid var(--border);border-radius:var(--radius);padding:26px 22px;
  background:var(--surface);display:flex;flex-direction:column}
.plan.featured{padding-top:32px;border-color:rgba(167,139,250,.45);
  background:linear-gradient(160deg,rgba(124,58,237,.15),rgba(99,102,241,.07));
  box-shadow:0 20px 50px rgba(124,58,237,.15)}
.plan-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);white-space:nowrap;
  font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;
  border-radius:99px;background:linear-gradient(135deg,var(--violet),var(--indigo));color:#fff}
.plan{position:relative}
.plan-name{font-family:var(--serif);font-size:21px;margin-bottom:4px}
.plan-price{font-size:34px;font-weight:600;font-family:var(--sans);letter-spacing:-.03em;margin:14px 0 2px}
.plan-price small{font-size:14px;font-weight:400;color:var(--muted);letter-spacing:0}
.plan-year{font-size:13px;color:var(--muted);margin-bottom:18px}
.plan ul{list-style:none;padding:0;margin:0 0 22px;display:flex;flex-direction:column;gap:10px;
  font-size:14.5px;color:var(--muted);flex:1}
.plan ul li{display:flex;gap:9px;line-height:1.5}
.plan ul li::before{content:"";flex:none;width:15px;height:15px;margin-top:4px;border-radius:5px;
  background:rgba(124,58,237,.28);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round'%3E%3Cpath d='M4 12l5 5L20 6'/%3E%3C/svg%3E") center/11px no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round'%3E%3Cpath d='M4 12l5 5L20 6'/%3E%3C/svg%3E") center/11px no-repeat}
.plan ul li.off{opacity:.42}
.plan ul li.off::before{background:rgba(255,255,255,.18)}

/* --- Tableau --- */
.tbl{width:100%;border-collapse:collapse;font-size:15px;overflow:hidden;
  border:1px solid var(--border);border-radius:var(--radius)}
.tbl th,.tbl td{padding:15px 18px;text-align:left;border-bottom:1px solid var(--border)}
.tbl thead th{font-family:var(--serif);font-weight:400;font-size:16px;background:rgba(255,255,255,.03)}
.tbl tbody tr:last-child td{border-bottom:none}
.tbl td.num{font-weight:600;color:var(--text);white-space:nowrap}
.tbl td{color:var(--muted)}
.tbl-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}

/* --- Bandeau Pro --- */
.pro-band{border-radius:var(--radius-lg);padding:46px 40px;text-align:center;
  background:linear-gradient(135deg,rgba(201,169,110,.09),rgba(107,58,77,.15));
  border:1px solid rgba(201,169,110,.26)}
.pro-band h2{margin-bottom:14px}
.pro-band p{color:var(--muted);max-width:56ch;margin:0 auto 26px}

/* --- CTA final --- */
.cta-final{border-radius:var(--radius-lg);padding:64px 40px;text-align:center;
  background:linear-gradient(140deg,rgba(124,58,237,.2),rgba(99,102,241,.11));
  border:1px solid rgba(167,139,250,.3)}
.cta-final h2{margin-bottom:16px}
.cta-final p{color:var(--muted);max-width:52ch;margin:0 auto 30px}

/* --- FAQ --- */
.faq{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
details.q{border:1px solid var(--border);border-radius:15px;background:var(--surface);
  padding:20px 24px;transition:border-color .2s}
details.q[open]{border-color:var(--border-strong);background:var(--surface-2)}
details.q summary{cursor:pointer;list-style:none;font-family:var(--serif);font-size:19px;
  display:flex;align-items:center;justify-content:space-between;gap:16px}
details.q summary::-webkit-details-marker{display:none}
details.q summary::after{content:"+";font-family:var(--sans);font-size:22px;color:var(--violet-light);
  flex:none;transition:transform .2s}
details.q[open] summary::after{transform:rotate(45deg)}
details.q p{margin-top:14px;color:var(--muted);font-size:15.5px}

/* --- Timeline / parcours --- */
.tl{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:0}
.tl-item{display:grid;grid-template-columns:76px 1fr;gap:20px;padding-bottom:30px;position:relative}
.tl-item::before{content:"";position:absolute;left:37px;top:34px;bottom:0;width:1px;
  background:linear-gradient(180deg,rgba(167,139,250,.4),rgba(167,139,250,.05))}
.tl-item:last-child::before{display:none}
.tl-when{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:#C4B5FD;padding-top:6px}
.tl-body h4{font-family:var(--serif);font-size:19px;margin-bottom:6px}
.tl-body p{color:var(--muted);font-size:15.5px}

/* --- Article / pages légales --- */
.prose{max-width:780px;margin:0 auto}
.prose h2{font-size:29px;margin:44px 0 16px}
.prose h3{font-size:21px;margin:30px 0 10px}
.prose p{color:var(--muted);margin-bottom:16px;font-size:16.5px}
.prose ul{color:var(--muted);padding-left:22px;margin-bottom:18px;font-size:16.5px}
.prose li{margin-bottom:8px}
.prose strong{color:var(--text);font-weight:600}
.prose a{color:#A5B4FC;text-decoration:underline;text-underline-offset:3px}
.todo{background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.3);color:#FCD34D;
  border-radius:10px;padding:2px 8px;font-size:14px;font-weight:600}

/* --- Contact --- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.contact-card{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);padding:30px}
.contact-card h3{margin-bottom:8px}
.contact-card p{color:var(--muted);font-size:15.5px;margin-bottom:18px}
.mail{font-size:17px;color:#A5B4FC;word-break:break-all}

/* ============================ FOOTER ============================ */
.foot{border-top:1px solid var(--border);margin-top:96px;padding:56px 0 40px;
  background:rgba(0,0,0,.25)}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;margin-bottom:40px}
.foot h5{font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--muted);margin:0 0 16px}
.foot ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;font-size:15px}
.foot ul a{color:var(--muted);transition:color .18s}
.foot ul a:hover{color:var(--text)}
.foot-about p{font-size:14.5px;color:var(--muted);margin-top:14px;max-width:38ch}
.disclaimer{border-top:1px solid var(--border);padding-top:26px;font-size:13px;color:#7A8096;
  display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;line-height:1.6}
.disclaimer p{max-width:70ch}

/* ============================ RESPONSIVE ============================ */
@media(max-width:960px){
  .g4,.plans{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr}
  .screens{grid-template-columns:1fr;gap:44px}
  .phone{max-width:240px}
}
@media(max-width:760px){
  body{font-size:16px}
  .nav-links{display:none;position:absolute;top:68px;left:0;right:0;flex-direction:column;
    gap:0;background:rgba(15,15,26,.98);border-bottom:1px solid var(--border);padding:8px 0}
  .nav-links.open{display:flex}
  .nav-links a{padding:14px 24px;border-bottom:1px solid var(--border)}
  .nav-cta .btn{display:none}
  .burger{display:block}
  .sec{padding:66px 0}
  .hero{padding:56px 0 48px}
  .g2,.g3,.g4,.plans,.themes,.contrast,.contact-grid{grid-template-columns:1fr}
  .cta-final,.pro-band{padding:40px 24px}
  .card{padding:24px}
  .tl-item{grid-template-columns:1fr;gap:6px}
  .tl-item::before{display:none}
  .foot-grid{grid-template-columns:1fr;gap:28px}
}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

/* ==================== PAGES THÉMATIQUES ==================== */
.theme-hero{padding-bottom:32px}
.theme-hero h1{max-width:20ch}
.theme-img{margin:52px 0 0;border-radius:var(--radius-lg);overflow:hidden;
  border:1px solid var(--border);box-shadow:0 30px 70px rgba(0,0,0,.45)}
/* Le rapport natif des photos est ~3/2 : on reste proche pour ne pas trop rogner. */
.theme-img img{width:100%;height:auto;aspect-ratio:16/9;max-height:520px;
  object-fit:cover;object-position:center 38%;display:block}
@media(max-width:760px){
  .theme-img{margin-top:40px}
  .theme-img img{aspect-ratio:3/2;max-height:none}
}

.blist{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.blist li{display:flex;align-items:flex-start;gap:12px;padding:18px 20px;border-radius:14px;
  border:1px solid var(--border);background:var(--surface);font-size:15.5px;line-height:1.55;
  color:var(--text)}
.blist .bt{flex:none;width:22px;height:22px;border-radius:7px;margin-top:1px;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M4 12l5 5L20 6'/%3E%3C/svg%3E") center/13px no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M4 12l5 5L20 6'/%3E%3C/svg%3E") center/13px no-repeat}

.theme-more{display:block;margin-top:14px;font-size:13.5px;font-weight:600;color:var(--muted);
  position:relative;transition:color .18s}
.theme:hover .theme-more{color:var(--text)}

.xlinks{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.xlinks a{display:flex;flex-direction:column;align-items:center;gap:7px;padding:18px 10px;
  border-radius:15px;border:1px solid var(--border);background:var(--surface);
  font-size:14.5px;font-weight:600;transition:transform .2s,background .2s}
.xlinks a:hover{transform:translateY(-2px);background:var(--surface-2)}
.xe{font-size:22px;line-height:1}

@media(max-width:960px){.blist{grid-template-columns:repeat(2,1fr)}.xlinks{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.blist{grid-template-columns:1fr}.xlinks{grid-template-columns:repeat(2,1fr)}}
