/* ============================================== */
/*  avis-nuclever.fr - unified stylesheet         */
/*  Build: 1747820523                              */
/* ============================================== */

/* ----- page: index.html (b2724) ----- */
body.b2724 *, body.b2724 *::before, body.b2724 *::after { box-sizing: border-box; margin: 0; padding: 0; }
body.b2724 {
      --primary: #f9e5e7;
      --primary-dark: #f0bdc4;
      --primary-light: #fdf5f6;
      --primary-fg: #c0515e;
      --accent: #f9e5e7;
      --accent-dark: #f0bdc4;
      --text: #121212;
      --text-muted: #6b7280;
      --border: #e5e7eb;
      --white: #ffffff;
      --bg: #FFF9F7;
      --shadow: 0 4px 24px rgba(0,0,0,0.08);
      --radius: 16px;
    }
html:has(body.b2724) { scroll-behavior: smooth; }
body.b2724 {
      font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.65;
    }
body.b2724 a { color: inherit; text-decoration: none; }
body.b2724 img { max-width: 100%; display: block; }
body.b2724 .t04fd { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
body.b2724 .f1bad { padding: 80px 0; }
body.b2724 .upqdi {
      display: inline-block;
      background: var(--primary-light);
      color: var(--primary-fg);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 100px;
      margin-bottom: 14px;
    }
body.b2724 .hapur {
      font-size: clamp(26px, 4vw, 38px);
      font-weight: 800;
      line-height: 1.2;
      color: var(--text);
      margin-bottom: 16px;
    }
body.b2724 .hapur span { color: var(--primary-fg); }
body.b2724 .otoz5 { color: var(--text-muted); font-size: 17px; max-width: 600px; }
body.b2724 .gha51g {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 28px;
      border-radius: 100px;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      border: none;
      transition: all .2s;
      text-decoration: none;
    }
body.b2724 .ikd3 {
      background: var(--primary);
      color: #5a1520;
      border: 1.5px solid var(--primary-dark);
    }
body.b2724 .ikd3:hover { background: var(--primary-dark); color: #5a1520; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(192,81,94,.2); }
body.b2724 .dljy5u {
      background: var(--accent);
      color: #5a1520;
      border: 1.5px solid var(--primary-dark);
    }
body.b2724 .dljy5u:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(245,158,11,.35); }
body.b2724 .jw1yu { color: #f59e0b; font-size: 18px; letter-spacing: 2px; }
body.b2724 .islw1 {
      background: #121212;
      color: var(--white);
      text-align: center;
      font-size: 13px;
      padding: 10px 20px;
      font-weight: 500;
    }
body.b2724 .islw1 a { color: #f9e5e7; text-decoration: underline; }
body.b2724 nav {
      background: var(--white);
      border-bottom: 1px solid var(--border);
      position: sticky;
      top: 0;
      z-index: 100;
      box-shadow: 0 2px 12px rgba(0,0,0,.05);
    }
body.b2724 .gha2d2 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 64px;
    }
body.b2724 .dq1u8 {
      font-size: 20px;
      font-weight: 800;
      color: var(--primary-fg);
    }
body.b2724 .dq1u8 span { color: var(--accent); }
body.b2724 .xkhfs {
      display: flex;
      gap: 28px;
      list-style: none;
    }
body.b2724 .xkhfs a {
      font-size: 14px;
      font-weight: 600;
      color: var(--text-muted);
      transition: color .2s;
    }
body.b2724 .xkhfs a:hover { color: var(--primary-fg); }
body.b2724 .mxa0z { display: flex; align-items: center; }
body.b2724 .xkhfs { align-items: center; }
body.b2724 .f2se9l { position: relative; display: flex; align-items: center; }
body.b2724 .xhjh9u {
      display: flex; align-items: center; gap: 5px;
      background: none; border: none; line-height: 1;
      font-size: 14px; font-weight: 600; color: var(--text-muted);
      cursor: pointer; padding: 0; font-family: inherit;
      transition: color .2s;
    }
body.b2724 .xhjh9u svg { transition: transform .2s; }
body.b2724 .f2se9l:hover .xhjh9u { color: var(--primary-fg); }
body.b2724 .f2se9l:hover .xhjh9u svg { transform: rotate(180deg); }
body.b2724 .f2se9l::after {
      content: '';
      position: absolute;
      top: 100%; left: -20px; right: -20px;
      height: 16px;
      background: transparent;
    }
body.b2724 .tfy89 {
      display: none;
      position: absolute; top: calc(100% + 16px); right: 0;
      background: var(--white); border: 1px solid var(--border);
      border-radius: 16px; box-shadow: 0 12px 40px rgba(0,0,0,.1);
      list-style: none; min-width: 260px; padding: 8px; z-index: 200;
    }
body.b2724 .f2se9l:hover .tfy89 { display: block; animation: b2724-ddFadeIn .18s ease; }
@keyframes b2724-ddFadeIn {
      from { opacity: 0; transform: translateY(-6px); }
      to   { opacity: 1; transform: translateY(0); }
    }
body.b2724 .tfy89 li a {
      display: flex; align-items: center; gap: 12px;
      padding: 10px 12px; border-radius: 10px;
      text-decoration: none; transition: background .15s; color: var(--text);
    }
body.b2724 .tfy89 li a:hover { background: var(--primary-light); }
body.b2724 .p2ay {
      font-size: 20px; width: 36px; height: 36px;
      background: var(--primary-light); border-radius: 8px;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
body.b2724 .ohapu { display: flex; flex-direction: column; gap: 2px; }
body.b2724 .ohapu strong { font-size: 13px; font-weight: 700; color: var(--text); }
body.b2724 .ohapu em { font-style: normal; font-size: 11px; color: var(--text-muted); font-weight: 500; }
body.b2724 .d3je {
      display: inline-flex; align-items: center; gap: 6px;
      margin-top: 16px;
      background: var(--primary-light); color: var(--primary-fg);
      border: 1.5px solid var(--primary-dark);
      padding: 9px 16px; border-radius: 100px;
      font-size: 13px; font-weight: 700;
      text-decoration: none; transition: all .2s;
    }
body.b2724 .d3je:hover {
      background: var(--primary);
      transform: translateY(-1px);
      box-shadow: 0 4px 12px rgba(192,81,94,.15);
    }
body.b2724 .snncr7 {
      background: linear-gradient(135deg, #0a0a14 0%, #121212 55%, #1a1015 100%);
      color: var(--white);
      padding: 48px 0 80px;
      position: relative;
    }
body.b2724 .snncr7::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      height: 60px;
      background: var(--bg);
      clip-path: ellipse(55% 100% at 50% 100%);
      pointer-events: none;
    }
body.b2724 .ye1ey {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 56px;
      align-items: center;
    }
body.b2724 .bstw2q {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.15);
      padding: 8px 16px;
      border-radius: 100px;
      margin-bottom: 24px;
      flex-wrap: wrap;
    }
body.b2724 .bstw2q .jw1yu { font-size: 18px; color: #fbbf24; }
body.b2724 .bstw2q strong { font-size: 16px; font-weight: 800; }
body.b2724 .bstw2q span { opacity: .75; font-size: 13px; }
body.b2724 .snncr7 h1 {
      font-size: clamp(26px, 3.8vw, 44px);
      font-weight: 900;
      line-height: 1.18;
      margin-bottom: 32px;
    }
body.b2724 .snncr7 h1 em { font-style: normal; color: #f9e5e7; }
body.b2724 .wt3coc { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
body.b2724 .xpgb { display: flex; justify-content: center; }
body.b2724 .y55sq {
      background: #fff;
      border-radius: 20px;
      padding: 28px;
      width: 100%;
      max-width: 380px;
      color: var(--text);
      box-shadow: 0 20px 60px rgba(0,0,0,.35);
    }
body.b2724 .d8ap7 {
      width: 100%;
      max-width: 200px;
      height: 200px;
      object-fit: contain;
      display: block;
      margin: 0 auto 16px;
    }
body.b2724 .byjgc { font-size: 17px; font-weight: 800; margin-bottom: 4px; color: var(--text); }
body.b2724 .d36fs { font-size: 12px; color: var(--text-muted); margin-bottom: 14px; }
body.b2724 .jmrmn {
      display: flex;
      align-items: baseline;
      gap: 10px;
      margin-bottom: 6px;
    }
body.b2724 .jmrmn .mj7k7s { font-size: 28px; font-weight: 900; color: var(--primary-fg); }
body.b2724 .jmrmn .qql8a { font-size: 13px; color: var(--text-muted); }
body.b2724 .mn9oh {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #f0fdf4;
      border: 1px solid #86efac;
      color: #15803d;
      font-size: 12px;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 6px;
      margin-bottom: 16px;
    }
body.b2724 .qijpl { border: none; border-top: 1px solid #f0f0f0; margin: 14px 0; }
body.b2724 .l3gr6 { font-size: 11px; font-weight: 700; color: var(--text-muted); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; }
body.b2724 .bbxx { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
body.b2724 .zd0xa { background: #eef1fb; color: var(--primary-fg); font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 100px; }
body.b2724 .gj9mk { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 6px; }
body.b2724 .gj9mk li { font-size: 13px; color: var(--text); display: flex; gap: 8px; align-items: flex-start; }
body.b2724 .gj9mk li::before { content: '✓'; color: #16a34a; font-weight: 800; flex-shrink: 0; margin-top: 1px; }
body.b2724 .hi11q {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-bottom: 16px;
    }
body.b2724 .bcu1 {
      background: #f5f5f5;
      color: #555;
      font-size: 11px;
      font-weight: 600;
      padding: 3px 10px;
      border-radius: 100px;
    }
body.b2724 .la4lq {
      background: var(--white);
      border-bottom: 1px solid var(--border);
      padding: 20px 0;
    }
body.b2724 .wxzic {
      display: flex;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
    }
body.b2724 .fypuy {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      font-weight: 600;
      color: var(--text-muted);
    }
body.b2724 .fypuy .yf84t { font-size: 22px; }
body.b2724 .krbr { background: var(--bg); }
body.b2724 .y5ear9 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
      margin-top: 48px;
    }
body.b2724 .piprf {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 32px;
      display: flex;
      gap: 20px;
      align-items: flex-start;
      transition: box-shadow .2s;
    }
body.b2724 .piprf:hover { box-shadow: var(--shadow); }
body.b2724 .zzxpkv { font-size: 44px; flex-shrink: 0; }
body.b2724 .up143x { flex: 1; }
body.b2724 .cxhuv { font-size: 19px; font-weight: 800; margin: 8px 0 10px; color: var(--text); }
body.b2724 .vjnyp { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
body.b2724 .yoynb { background: var(--primary-light); border-radius: 12px; padding: 16px; }
body.b2724 .yoynb p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-top: 8px; }
body.b2724 .fcwtam {
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: 3px 10px;
      border-radius: 100px;
      margin-bottom: 2px;
    }
body.b2724 .xuuv { background: #fee2e2; color: #dc2626; }
body.b2724 .s6filc { background: var(--primary-light); color: var(--primary-fg); }
@media (max-width: 900px) {
  body.b2724 .y5ear9 { grid-template-columns: 1fr; }
}
body.b2724 .h3etu {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
body.b2724 .yac5 {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 28px 24px;
      position: relative;
      transition: all .25s;
    }
body.b2724 .yac5:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--primary-fg); }
body.b2724 .vk1d {
      font-size: 48px;
      font-weight: 900;
      color: var(--primary-fg);
      opacity: .12;
      line-height: 1;
      margin-bottom: 8px;
    }
body.b2724 .v3tl1 { font-size: 36px; margin-bottom: 12px; }
body.b2724 .gsy69 { font-size: 17px; font-weight: 800; margin-bottom: 10px; color: var(--text); line-height: 1.35; }
body.b2724 .iz3phv { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }
body.b2724 .s6edj { list-style: none; margin-bottom: 20px; }
body.b2724 .s6edj li { font-size: 13px; color: var(--text-muted); padding: 4px 0; }
body.b2724 .qot3uc {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
      font-weight: 700;
      color: var(--primary-fg);
      border-bottom: 2px solid var(--primary-light);
      padding-bottom: 2px;
      transition: border-color .2s;
    }
body.b2724 .qot3uc:hover { border-color: var(--primary-fg); }
@media (max-width: 900px) {
  body.b2724 .h3etu { grid-template-columns: 1fr; }
}
body.b2724 .elnvc { background: var(--white); }
body.b2724 .nxma {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 48px;
    }
body.b2724 .rktel {
      border: 2px solid var(--border);
      border-radius: var(--radius);
      padding: 28px 24px;
      position: relative;
      transition: all .25s;
      text-align: center;
    }
body.b2724 .rktel:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
body.b2724 .rktel.vn35 {
      border-color: var(--primary-fg);
      box-shadow: 0 8px 32px rgba(26,107,60,.2);
    }
body.b2724 .b5yyd {
      position: absolute;
      top: -14px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--primary);
      color: white;
      font-size: 12px;
      font-weight: 800;
      padding: 4px 18px;
      border-radius: 100px;
      white-space: nowrap;
      letter-spacing: .05em;
    }
body.b2724 .ivqvt { font-size: 56px; margin-bottom: 12px; }
body.b2724 .e8c5f { font-size: 20px; font-weight: 800; margin-bottom: 4px; }
body.b2724 .dhxi8v { color: var(--text-muted); font-size: 14px; margin-bottom: 20px; }
body.b2724 .zx2f37 { font-size: 14px; color: var(--text-muted); text-decoration: line-through; margin-bottom: 4px; }
body.b2724 .tb6fh { font-size: 38px; font-weight: 900; color: var(--primary-fg); line-height: 1; }
body.b2724 .tb6fh span { font-size: 18px; font-weight: 500; }
body.b2724 .swv274 { font-size: 13px; color: var(--text-muted); margin: 4px 0 20px; }
body.b2724 .r6n7s { list-style: none; text-align: left; margin-bottom: 24px; }
body.b2724 .r6n7s li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 14px;
      padding: 6px 0;
      border-bottom: 1px solid var(--border);
    }
body.b2724 .r6n7s li:last-child { border: none; }
body.b2724 .r6n7s .owgrm { color: var(--primary-fg); font-size: 16px; flex-shrink: 0; margin-top: 1px; }
body.b2724 .l4mnn { width: 100%; justify-content: center; font-size: 15px; }
body.b2724 .vhegi { font-size: 12px; color: var(--text-muted); margin-top: 12px; }
body.b2724 .zukp { background: var(--bg); }
body.b2724 .pmsq6 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-top: 48px;
    }
body.b2724 .rkolj {
      background: var(--white);
      border-radius: var(--radius);
      padding: 24px;
      display: flex;
      gap: 16px;
      align-items: flex-start;
      border: 1px solid var(--border);
      transition: box-shadow .2s;
    }
body.b2724 .rkolj:hover { box-shadow: var(--shadow); }
body.b2724 .jxmqc { font-size: 40px; flex-shrink: 0; }
body.b2724 .nd12 { font-size: 17px; font-weight: 700; margin-bottom: 4px; }
body.b2724 .uaxmy { font-size: 13px; font-weight: 700; color: var(--primary-fg); margin-bottom: 6px; }
body.b2724 .rlmq6 { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
body.b2724 .li52p { background: var(--bg); }
body.b2724 .kyho7 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: start;
    }
body.b2724 .jg4r4 { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }
body.b2724 .gmryf {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 18px;
    }
body.b2724 .etajn4 { font-size: 28px; flex-shrink: 0; }
body.b2724 .gmryf strong { font-size: 15px; font-weight: 700; display: block; margin-bottom: 4px; }
body.b2724 .gmryf p { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin: 0; }
body.b2724 .niteb {
      display: flex;
      gap: 12px;
      background: #fefce8;
      border: 1px solid #fde68a;
      border-radius: 12px;
      padding: 14px 16px;
      font-size: 13px;
      color: #92400e;
      line-height: 1.6;
    }
body.b2724 .niteb p { margin: 0; }
body.b2724 .qii3h { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }
body.b2724 .yid1i {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 16px 18px;
    }
body.b2724 .e97mlm {
      width: 32px;
      height: 32px;
      background: var(--primary);
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 800;
      flex-shrink: 0;
    }
body.b2724 .m1wwxc { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
body.b2724 .m1wwxc strong { color: var(--text); }
body.b2724 .aru68 { display: flex; flex-direction: column; gap: 8px; }
body.b2724 .qfuf20 {
      background: var(--primary-light);
      color: var(--primary-fg);
      font-size: 13px;
      font-weight: 600;
      padding: 8px 14px;
      border-radius: 8px;
    }
@media (max-width: 900px) {
  body.b2724 .kyho7 { grid-template-columns: 1fr; gap: 32px; }
}
body.b2724 .dbwii { background: var(--white); }
body.b2724 .gohe {
      display: flex;
      align-items: center;
      gap: 20px;
      background: var(--primary-light);
      border: 1px solid #c5d3f5;
      border-radius: var(--radius);
      padding: 20px 28px;
      margin: 40px 0;
      flex-wrap: wrap;
    }
body.b2724 .non3g { font-size: 28px; font-weight: 900; color: #00b67a; }
body.b2724 .hvi8h { font-size: 40px; font-weight: 900; color: var(--text); }
body.b2724 .m30zy small { font-size: 13px; color: var(--text-muted); display: block; }
body.b2724 .m30zy strong { font-size: 15px; }
body.b2724 .zzdj3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
body.b2724 .dkmwb {
      background: var(--bg);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 24px;
      transition: box-shadow .2s;
    }
body.b2724 .dkmwb:hover { box-shadow: var(--shadow); }
body.b2724 .pqd9qp {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
    }
body.b2724 .k0r8 {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 700;
      flex-shrink: 0;
      color: white;
    }
body.b2724 .hsz49 { font-weight: 700; font-size: 15px; }
body.b2724 .lthc1 { font-size: 12px; color: var(--text-muted); }
body.b2724 .w6uwo { font-size: 14px; margin-bottom: 10px; }
body.b2724 .msti3 { font-weight: 700; font-size: 15px; margin-bottom: 6px; }
body.b2724 .z5rv4 { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
body.b2724 .axmw {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-size: 11px;
      color: #00b67a;
      font-weight: 600;
      margin-top: 12px;
    }
body.b2724 .knz2s { text-align: center; margin-top: 40px; }
body.b2724 .kxyhr1 { background: var(--bg); }
body.b2724 .g0o49 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 48px;
    }
body.b2724 .b3666h {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      overflow: hidden;
      transition: box-shadow .2s;
    }
body.b2724 .b3666h:hover { box-shadow: var(--shadow); }
body.b2724 .d6fj3w {
      width: 100%;
      background: #f0f0f0;
    }
body.b2724 .tpqs3 {
      position: relative;
      overflow: hidden;
    }
body.b2724 .tpqs3 img { width:100%; height:auto; display:block; }
body.b2724 .cagiv { width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; padding:12px; text-align:center; }
body.b2724 .he1lp { font-size:36px; }
body.b2724 .mw8na { font-size:11px; font-weight:700; line-height:1.4; }
body.b2724 .qt7d { background: linear-gradient(135deg, #e2e8f0, #cbd5e1); color: #475569; }
body.b2724 .alnuej { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #1e40af; }
body.b2724 .ivh76 { background: linear-gradient(135deg, #fce7f3, #fbcfe8); color: #9d174d; }
body.b2724 .uua01 { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #065f46; }
body.b2724 .tkjpa { background: linear-gradient(135deg, #f3e8ff, #e9d5ff); color: #6b21a8; }
body.b2724 .t15kw { background: linear-gradient(135deg, #fef9c3, #fde68a); color: #92400e; }
body.b2724 .u40lg {
      position: absolute;
      bottom: 8px;
      left: 8px;
      background: #121212;
      color: white;
      font-size: 11px;
      font-weight: 800;
      padding: 3px 8px;
      border-radius: 4px;
      letter-spacing: .04em;
    }
body.b2724 .flllb { background: var(--primary); }
body.b2724 .z272 { padding: 20px; }
body.b2724 .i959f {
      font-size: 13px;
      color: var(--text-muted);
      line-height: 1.7;
      font-style: italic;
      margin-bottom: 16px;
    }
body.b2724 .rwvt3 { display: flex; align-items: center; justify-content: space-between; }
body.b2724 .jk16q { font-size: 15px; font-weight: 800; margin-bottom: 2px; }
body.b2724 .kd0c { font-size: 12px; color: #16a34a; font-weight: 600; }
@media (max-width: 900px) {
  body.b2724 .g0o49 { grid-template-columns: 1fr; }
}
body.b2724 .vagort { background: var(--bg); }
body.b2724 .o7dv1 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 48px;
    }
body.b2724 .kh8b {
      background: var(--white);
      border-radius: var(--radius);
      overflow: hidden;
      border: 1px solid var(--border);
      transition: all .25s;
    }
body.b2724 .kh8b:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
body.b2724 .ew0r {
      height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 60px;
      position: relative;
    }
body.b2724 .rgpcn {
      position: absolute;
      top: 10px;
      left: 10px;
      padding: 4px 10px;
      border-radius: 100px;
      font-size: 11px;
      font-weight: 700;
      color: white;
    }
body.b2724 .rgpcn.x2cha3 { background: #000; }
body.b2724 .rgpcn.d80h9c { background: #ff0000; }
body.b2724 .rgpcn.oy3t { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
body.b2724 .zw1e {
      position: absolute;
      width: 52px;
      height: 52px;
      background: rgba(0,0,0,.6);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: white;
      cursor: pointer;
      transition: transform .2s;
    }
body.b2724 .kh8b:hover .zw1e { transform: scale(1.1); }
body.b2724 .ybctg { padding: 16px; }
body.b2724 .lwv5nu { font-weight: 700; font-size: 14px; margin-bottom: 4px; }
body.b2724 .pbrap { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
body.b2724 .wecb2 { font-size: 12px; color: var(--text-muted); margin-top: 8px; display: flex; align-items: center; gap: 4px; }
body.b2724 .li16 { background: var(--white); }
body.b2724 .lhbvt {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
      margin-top: 48px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
body.b2724 .z6p9 {
      border: 1px solid var(--border);
      border-radius: var(--radius);
      overflow: hidden;
    }
body.b2724 .q18m5 {
      width: 100%;
      background: none;
      border: none;
      padding: 22px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      font-size: 16px;
      font-weight: 700;
      color: var(--text);
      cursor: pointer;
      text-align: left;
      transition: background .2s;
    }
body.b2724 .q18m5:hover { background: var(--bg); }
body.b2724 .q18m5.lb24 { background: var(--primary-light); color: var(--primary-fg); }
body.b2724 .zhtj { font-size: 20px; flex-shrink: 0; transition: transform .3s; }
body.b2724 .q18m5.lb24 .zhtj { transform: rotate(180deg); }
body.b2724 .s0y7 {
      display: none;
      padding: 0 24px 22px;
      font-size: 15px;
      color: var(--text-muted);
      line-height: 1.75;
      border-top: 1px solid var(--border);
      background: var(--bg);
    }
body.b2724 .s0y7.p9jnj { display: block; }
body.b2724 .s0y7 p { margin-top: 16px; }
body.b2724 .s0y7 ul { margin: 12px 0 0 20px; }
body.b2724 .s0y7 li { margin-bottom: 6px; }
body.b2724 .s0y7 strong { color: var(--text); }
body.b2724 .zjvmmi {
      background: linear-gradient(135deg, #0a0a14 0%, #121212 60%, #1a1015 100%);
      color: white;
      text-align: center;
      padding: 90px 20px;
    }
body.b2724 .zjvmmi h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 900; margin-bottom: 16px; }
body.b2724 .zjvmmi p { font-size: 18px; opacity: .85; margin-bottom: 36px; }
body.b2724 .jvi0ys { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
body.b2724 .fjp20 { background: white; color: var(--primary-fg); }
body.b2724 .fjp20:hover { background: #f0fdf4; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.2); }
body.b2724 .e5sem { background: transparent; border: 2px solid rgba(255,255,255,.5); color: white; }
body.b2724 .e5sem:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }
body.b2724 .z08oc { margin-top: 24px; font-size: 14px; opacity: .7; }
body.b2724 footer {
      background: #0a0a0a;
      color: rgba(255,255,255,.5);
      padding: 40px 0;
    }
body.b2724 .epaz {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 32px;
    }
body.b2724 .ribgk7 { font-size: 22px; font-weight: 800; color: white; margin-bottom: 8px; }
body.b2724 .ribgk7 span { color: #f9e5e7; }
body.b2724 .dys72 { font-size: 13px; max-width: 320px; line-height: 1.6; }
body.b2724 .dnaph h4 { color: white; font-size: 14px; font-weight: 700; margin-bottom: 12px; }
body.b2724 .dnaph ul { list-style: none; }
body.b2724 .dnaph li { margin-bottom: 8px; }
body.b2724 .dnaph a { font-size: 13px; transition: color .2s; }
body.b2724 .dnaph a:hover { color: #86efac; }
body.b2724 .vc9osn {
      margin-top: 32px;
      padding-top: 24px;
      border-top: 1px solid rgba(255,255,255,.1);
      font-size: 12px;
      text-align: center;
      line-height: 1.8;
    }
body.b2724 .vc9osn a { color: rgba(255,255,255,.5); text-decoration: underline; }
body.b2724 .xzf97 {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: var(--primary);
      color: #121212;
      padding: 12px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      z-index: 200;
      box-shadow: 0 -4px 20px rgba(0,0,0,.2);
      transform: translateY(100%);
      transition: transform .4s cubic-bezier(.34,1.56,.64,1);
    }
body.b2724 .xzf97.za6imf { transform: translateY(0); }
body.b2724 .qj1d strong { font-size: 15px; }
body.b2724 .qj1d span { font-size: 13px; opacity: .8; display: block; }
body.b2724 .xzf97 .gha51g { padding: 10px 22px; font-size: 14px; white-space: nowrap; }
body.b2724 .d8eey { background: none; border: none; color: #121212; font-size: 20px; cursor: pointer; opacity: .6; flex-shrink: 0; }
@media (max-width: 900px) {
  body.b2724 .ye1ey { grid-template-columns: 1fr; text-align: center; }
  body.b2724 .xpgb { justify-content: center; }
  body.b2724 .bstw2q { justify-content: center; }
  body.b2724 .wt3coc { justify-content: center; }
  body.b2724 .y55sq { max-width: 100%; }
  body.b2724 .wt3coc { justify-content: center; }
  body.b2724 .nxma { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  body.b2724 .pmsq6 { grid-template-columns: 1fr; }
  body.b2724 .zzdj3 { grid-template-columns: 1fr; }
  body.b2724 .o7dv1 { grid-template-columns: 1fr 1fr; }
  body.b2724 .xkhfs { display: none; }
  body.b2724 .epaz { flex-direction: column; }
}
@media (max-width: 600px) {
  body.b2724 .f1bad { padding: 56px 0; }
  body.b2724 .o7dv1 { grid-template-columns: 1fr; }
  body.b2724 .wxzic { gap: 16px; }
}
body.b2724 .hl2ov { background: var(--bg); }
body.b2724 .culv0 {
      display: none; text-align: center;
      font-size: 12px; color: var(--text-muted);
      font-weight: 600; margin-bottom: 16px;
      letter-spacing: .04em;
    }
@media (max-width: 900px) {
  body.b2724 .culv0 { display: block; }
}
body.b2724 .f9b5 {
      overflow-x: auto;
      border-radius: 20px;
      box-shadow: 0 24px 64px rgba(0,0,0,.13);
    }
body.b2724 .l5n0 {
      width: 100%; min-width: 920px;
      border-collapse: collapse;
      background: var(--white);
      border-radius: 20px;
      overflow: hidden;
    }
body.b2724 .l5n0 thead th {
      background: #0f0f12;
      color: white;
      font-size: 13px; font-weight: 700;
      padding: 24px 16px; text-align: center;
      line-height: 1.4;
    }
body.b2724 .l5n0 thead th .l6rla {
      font-size: 11px; opacity: .5; font-weight: 400;
      display: block; margin-top: 4px;
    }
body.b2724 .s97iq {
      text-align: left !important;
      background: #f9f9f9 !important;
      min-width: 170px; max-width: 190px;
      font-size: 13px; font-weight: 700; color: var(--text);
      border-right: 1px solid var(--border);
      padding: 18px 20px !important;
    }
body.b2724 thead .s97iq { color: rgba(255,255,255,.5) !important; background: #0f0f12 !important; font-weight: 600; }
body.b2724 thead .jjm5i5 {
      background: linear-gradient(160deg, #c0515e 0%, #9b3a47 100%) !important;
      color: white !important;
      position: relative;
    }
body.b2724 .jjm5i5 {
      background: #fff6f7 !important;
      border-left: 2px solid var(--primary-dark);
      border-right: 2px solid var(--primary-dark);
    }
body.b2724 .l5n0 td {
      padding: 16px 14px; text-align: center;
      font-size: 13px; color: var(--text);
      border-bottom: 1px solid #f0f0f0;
      vertical-align: middle; line-height: 1.55;
    }
body.b2724 .l5n0 tbody tr:hover td { background: #fafafa; }
body.b2724 .l5n0 tbody tr:hover td.jjm5i5 { background: #fdeef0 !important; }
body.b2724 .l5n0 tbody tr:hover td.s97iq { background: #f5f5f5 !important; }
body.b2724 .l5n0 tr:last-child td { border-bottom: none; }
body.b2724 .wtc7o {
      display: inline-flex; align-items: center; gap: 5px;
      font-size: 12px; font-weight: 700;
      padding: 5px 12px; border-radius: 100px;
      white-space: nowrap;
    }
body.b2724 .hc31s { background: #dcfce7; color: #15803d; border: 1.5px solid #bbf7d0; }
body.b2724 .tr1ta { background: #fee2e2; color: #b91c1c; border: 1.5px solid #fecaca; }
body.b2724 .zxm8y { background: #fef9c3; color: #854d0e; border: 1.5px solid #fde047; }
body.b2724 .ch1s {
      background: linear-gradient(135deg, var(--primary-fg), #9b3a47);
      color: white; border: none;
      box-shadow: 0 3px 10px rgba(192,81,94,.35);
      font-size: 12px;
    }
body.b2724 .qgl42 {
      font-size: 11px; color: var(--text-muted);
      margin-top: 5px; line-height: 1.4;
    }
body.b2724 .cq7r0 { display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; margin-top: 8px; }
body.b2724 .hvmmct {
      background: rgba(192,81,94,.1); color: var(--primary-fg);
      border: 1px solid rgba(192,81,94,.2);
      font-size: 10px; font-weight: 700;
      padding: 3px 9px; border-radius: 100px;
    }
body.b2724 .m07we { font-size: 15px; letter-spacing: 1px; display: block; margin-bottom: 3px; }
body.b2724 .txu7s { color: #f59e0b; }
body.b2724 .td8f { color: #f59e0b; opacity: .7; }
body.b2724 .a9omx1 { color: #d1d5db; }
body.b2724 .nec38 {
      display: inline-block;
      background: rgba(255,255,255,.2); color: white;
      border: 1px solid rgba(255,255,255,.35);
      font-size: 10px; font-weight: 800;
      padding: 3px 10px; border-radius: 100px; margin-bottom: 8px;
    }

/* ----- page: index-de.html (b96em) ----- */
body.b96em *, body.b96em *::before, body.b96em *::after { box-sizing: border-box; margin: 0; padding: 0; }
body.b96em {
      --primary: #f9e5e7;
      --primary-dark: #f0bdc4;
      --primary-light: #fdf5f6;
      --primary-fg: #c0515e;
      --accent: #f9e5e7;
      --accent-dark: #f0bdc4;
      --text: #121212;
      --text-muted: #6b7280;
      --border: #e5e7eb;
      --white: #ffffff;
      --bg: #FFF9F7;
      --shadow: 0 4px 24px rgba(0,0,0,0.08);
      --radius: 16px;
    }
html:has(body.b96em) { scroll-behavior: smooth; }
body.b96em {
      font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.65;
    }
body.b96em a { color: inherit; text-decoration: none; }
body.b96em img { max-width: 100%; display: block; }
body.b96em .t04fd { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
body.b96em .f1bad { padding: 80px 0; }
body.b96em .upqdi {
      display: inline-block;
      background: var(--primary-light);
      color: var(--primary-fg);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 100px;
      margin-bottom: 14px;
    }
body.b96em .hapur {
      font-size: clamp(26px, 4vw, 38px);
      font-weight: 800;
      line-height: 1.2;
      color: var(--text);
      margin-bottom: 16px;
    }
body.b96em .hapur span { color: var(--primary-fg); }
body.b96em .otoz5 { color: var(--text-muted); font-size: 17px; max-width: 600px; }
body.b96em .gha51g {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 14px 28px;
      border-radius: 100px;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      border: none;
      transition: all .2s;
      text-decoration: none;
    }
body.b96em .ikd3 {
      background: var(--primary);
      color: #5a1520;
      border: 1.5px solid var(--primary-dark);
    }
body.b96em .ikd3:hover { background: var(--primary-dark); color: #5a1520; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(192,81,94,.2); }
body.b96em .dljy5u {
      background: var(--accent);
      color: #5a1520;
      border: 1.5px solid var(--primary-dark);
    }
body.b96em .dljy5u:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(245,158,11,.35); }
body.b96em .jw1yu { color: #f59e0b; font-size: 18px; letter-spacing: 2px; }
body.b96em .islw1 {
      background: #121212;
      color: var(--white);
      text-align: center;
      font-size: 13px;
      padding: 10px 20px;
      font-weight: 500;
    }
body.b96em .islw1 a { color: #f9e5e7; text-decoration: underline; }
body.b96em nav {
      background: var(--white);
      border-bottom: 1px solid var(--border);
      position: sticky;
      top: 0;
      z-index: 100;
      box-shadow: 0 2px 12px rgba(0,0,0,.05);
    }
body.b96em .gha2d2 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 64px;
    }
body.b96em .dq1u8 { font-size: 20px; font-weight: 800; color: var(--primary-fg); }
body.b96em .dq1u8 span { color: var(--accent); }
body.b96em .xkhfs { display: flex; gap: 28px; list-style: none; }
body.b96em .xkhfs a { font-size: 14px; font-weight: 600; color: var(--text-muted); transition: color .2s; }
body.b96em .xkhfs a:hover { color: var(--primary-fg); }
body.b96em .mxa0z { display: flex; align-items: center; }
body.b96em .snncr7 {
      background: linear-gradient(135deg, #0a0a14 0%, #121212 55%, #1a1015 100%);
      color: var(--white);
      padding: 48px 0 80px;
      position: relative;
    }
body.b96em .snncr7::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      height: 60px;
      background: var(--bg);
      clip-path: ellipse(55% 100% at 50% 100%);
      pointer-events: none;
    }
body.b96em .ye1ey {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 56px;
      align-items: center;
    }
body.b96em .bstw2q {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.15);
      padding: 8px 16px;
      border-radius: 100px;
      margin-bottom: 24px;
      flex-wrap: wrap;
    }
body.b96em .bstw2q .jw1yu { font-size: 18px; color: #fbbf24; }
body.b96em .bstw2q strong { font-size: 16px; font-weight: 800; }
body.b96em .bstw2q span { opacity: .75; font-size: 13px; }
body.b96em .snncr7 h1 { font-size: clamp(26px, 3.8vw, 44px); font-weight: 900; line-height: 1.18; margin-bottom: 32px; }
body.b96em .snncr7 h1 em { font-style: normal; color: #f9e5e7; }
body.b96em .wt3coc { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 20px; }
body.b96em .xpgb { display: flex; justify-content: center; }
body.b96em .y55sq {
      background: #fff;
      border-radius: 20px;
      padding: 28px;
      width: 100%;
      max-width: 380px;
      color: var(--text);
      box-shadow: 0 20px 60px rgba(0,0,0,.35);
    }
body.b96em .d8ap7 { width: 100%; max-width: 200px; height: 200px; object-fit: contain; display: block; margin: 0 auto 16px; }
body.b96em .byjgc { font-size: 17px; font-weight: 800; margin-bottom: 4px; color: var(--text); }
body.b96em .d36fs { font-size: 12px; color: var(--text-muted); margin-bottom: 14px; }
body.b96em .jmrmn { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
body.b96em .jmrmn .mj7k7s { font-size: 28px; font-weight: 900; color: var(--primary-fg); }
body.b96em .jmrmn .qql8a { font-size: 13px; color: var(--text-muted); }
body.b96em .mn9oh {
      display: inline-flex; align-items: center; gap: 6px;
      background: #f0fdf4; border: 1px solid #86efac; color: #15803d;
      font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 6px; margin-bottom: 16px;
    }
body.b96em .qijpl { border: none; border-top: 1px solid #f0f0f0; margin: 14px 0; }
body.b96em .l3gr6 { font-size: 11px; font-weight: 700; color: var(--text-muted); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; }
body.b96em .bbxx { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
body.b96em .zd0xa { background: #eef1fb; color: var(--primary-fg); font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 100px; }
body.b96em .gj9mk { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 6px; }
body.b96em .gj9mk li { font-size: 13px; color: var(--text); display: flex; gap: 8px; align-items: flex-start; }
body.b96em .gj9mk li::before { content: '✓'; color: #16a34a; font-weight: 800; flex-shrink: 0; margin-top: 1px; }
body.b96em .hi11q { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
body.b96em .bcu1 { background: #f5f5f5; color: #555; font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 100px; }
body.b96em .la4lq { background: var(--white); border-bottom: 1px solid var(--border); padding: 20px 0; }
body.b96em .wxzic { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
body.b96em .fypuy { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--text-muted); }
body.b96em .fypuy .yf84t { font-size: 22px; }
body.b96em .krbr { background: var(--bg); }
body.b96em .y5ear9 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
body.b96em .piprf { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; display: flex; gap: 20px; align-items: flex-start; transition: box-shadow .2s; }
body.b96em .piprf:hover { box-shadow: var(--shadow); }
body.b96em .zzxpkv { font-size: 44px; flex-shrink: 0; }
body.b96em .up143x { flex: 1; }
body.b96em .cxhuv { font-size: 19px; font-weight: 800; margin: 8px 0 10px; color: var(--text); }
body.b96em .vjnyp { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
body.b96em .yoynb { background: var(--primary-light); border-radius: 12px; padding: 16px; }
body.b96em .yoynb p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-top: 8px; }
body.b96em .fcwtam { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; margin-bottom: 2px; }
body.b96em .xuuv { background: #fee2e2; color: #dc2626; }
body.b96em .s6filc { background: var(--primary-light); color: var(--primary-fg); }
@media (max-width: 900px) {
  body.b96em .y5ear9 { grid-template-columns: 1fr; }
}
body.b96em .h3etu { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
body.b96em .yac5 { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; position: relative; transition: all .25s; }
body.b96em .yac5:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--primary-fg); }
body.b96em .vk1d { font-size: 48px; font-weight: 900; color: var(--primary-fg); opacity: .12; line-height: 1; margin-bottom: 8px; }
body.b96em .v3tl1 { font-size: 36px; margin-bottom: 12px; }
body.b96em .gsy69 { font-size: 17px; font-weight: 800; margin-bottom: 10px; color: var(--text); line-height: 1.35; }
body.b96em .iz3phv { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }
body.b96em .s6edj { list-style: none; margin-bottom: 20px; }
body.b96em .s6edj li { font-size: 13px; color: var(--text-muted); padding: 4px 0; }
body.b96em .qot3uc { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--primary-fg); border-bottom: 2px solid var(--primary-light); padding-bottom: 2px; transition: border-color .2s; }
body.b96em .qot3uc:hover { border-color: var(--primary-fg); }
@media (max-width: 900px) {
  body.b96em .h3etu { grid-template-columns: 1fr; }
}
body.b96em .elnvc { background: var(--white); }
body.b96em .nxma { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
body.b96em .rktel { border: 2px solid var(--border); border-radius: var(--radius); padding: 28px 24px; position: relative; transition: all .25s; text-align: center; }
body.b96em .rktel:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
body.b96em .rktel.vn35 { border-color: var(--primary-fg); box-shadow: 0 8px 32px rgba(26,107,60,.2); }
body.b96em .b5yyd { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--primary); color: white; font-size: 12px; font-weight: 800; padding: 4px 18px; border-radius: 100px; white-space: nowrap; letter-spacing: .05em; }
body.b96em .ivqvt { font-size: 56px; margin-bottom: 12px; }
body.b96em .e8c5f { font-size: 20px; font-weight: 800; margin-bottom: 4px; }
body.b96em .dhxi8v { color: var(--text-muted); font-size: 14px; margin-bottom: 20px; }
body.b96em .zx2f37 { font-size: 14px; color: var(--text-muted); text-decoration: line-through; margin-bottom: 4px; }
body.b96em .tb6fh { font-size: 38px; font-weight: 900; color: var(--primary-fg); line-height: 1; }
body.b96em .tb6fh span { font-size: 18px; font-weight: 500; }
body.b96em .swv274 { font-size: 13px; color: var(--text-muted); margin: 4px 0 20px; }
body.b96em .r6n7s { list-style: none; text-align: left; margin-bottom: 24px; }
body.b96em .r6n7s li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; padding: 6px 0; border-bottom: 1px solid var(--border); }
body.b96em .r6n7s li:last-child { border: none; }
body.b96em .r6n7s .owgrm { color: var(--primary-fg); font-size: 16px; flex-shrink: 0; margin-top: 1px; }
body.b96em .l4mnn { width: 100%; justify-content: center; font-size: 15px; }
body.b96em .vhegi { font-size: 12px; color: var(--text-muted); margin-top: 12px; }
body.b96em .zukp { background: var(--bg); }
body.b96em .pmsq6 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px; }
body.b96em .rkolj { background: var(--white); border-radius: var(--radius); padding: 24px; display: flex; gap: 16px; align-items: flex-start; border: 1px solid var(--border); transition: box-shadow .2s; }
body.b96em .rkolj:hover { box-shadow: var(--shadow); }
body.b96em .jxmqc { font-size: 40px; flex-shrink: 0; }
body.b96em .nd12 { font-size: 17px; font-weight: 700; margin-bottom: 4px; }
body.b96em .uaxmy { font-size: 13px; font-weight: 700; color: var(--primary-fg); margin-bottom: 6px; }
body.b96em .rlmq6 { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
body.b96em .li52p { background: var(--bg); }
body.b96em .kyho7 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
body.b96em .jg4r4 { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }
body.b96em .gmryf { display: flex; gap: 16px; align-items: flex-start; background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 18px; }
body.b96em .etajn4 { font-size: 28px; flex-shrink: 0; }
body.b96em .gmryf strong { font-size: 15px; font-weight: 700; display: block; margin-bottom: 4px; }
body.b96em .gmryf p { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin: 0; }
body.b96em .niteb { display: flex; gap: 12px; background: #fefce8; border: 1px solid #fde68a; border-radius: 12px; padding: 14px 16px; font-size: 13px; color: #92400e; line-height: 1.6; }
body.b96em .niteb p { margin: 0; }
body.b96em .qii3h { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }
body.b96em .yid1i { display: flex; align-items: flex-start; gap: 16px; background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 16px 18px; }
body.b96em .e97mlm { width: 32px; height: 32px; background: var(--primary); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; flex-shrink: 0; }
body.b96em .m1wwxc { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
body.b96em .m1wwxc strong { color: var(--text); }
body.b96em .aru68 { display: flex; flex-direction: column; gap: 8px; }
body.b96em .qfuf20 { background: var(--primary-light); color: var(--primary-fg); font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: 8px; }
@media (max-width: 900px) {
  body.b96em .kyho7 { grid-template-columns: 1fr; gap: 32px; }
}
body.b96em .dbwii { background: var(--white); }
body.b96em .gohe { display: flex; align-items: center; gap: 20px; background: var(--primary-light); border: 1px solid #c5d3f5; border-radius: var(--radius); padding: 20px 28px; margin: 40px 0; flex-wrap: wrap; }
body.b96em .non3g { font-size: 28px; font-weight: 900; color: #00b67a; }
body.b96em .hvi8h { font-size: 40px; font-weight: 900; color: var(--text); }
body.b96em .m30zy small { font-size: 13px; color: var(--text-muted); display: block; }
body.b96em .m30zy strong { font-size: 15px; }
body.b96em .zzdj3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
body.b96em .dkmwb { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; transition: box-shadow .2s; }
body.b96em .dkmwb:hover { box-shadow: var(--shadow); }
body.b96em .pqd9qp { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
body.b96em .k0r8 { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; flex-shrink: 0; color: white; }
body.b96em .hsz49 { font-weight: 700; font-size: 15px; }
body.b96em .lthc1 { font-size: 12px; color: var(--text-muted); }
body.b96em .w6uwo { font-size: 14px; margin-bottom: 10px; }
body.b96em .msti3 { font-weight: 700; font-size: 15px; margin-bottom: 6px; }
body.b96em .z5rv4 { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
body.b96em .axmw { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: #00b67a; font-weight: 600; margin-top: 12px; }
body.b96em .knz2s { text-align: center; margin-top: 40px; }
body.b96em .kxyhr1 { background: var(--bg); }
body.b96em .g0o49 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
body.b96em .b3666h { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: box-shadow .2s; }
body.b96em .b3666h:hover { box-shadow: var(--shadow); }
body.b96em .d6fj3w { width: 100%; background: #f0f0f0; }
body.b96em .tpqs3 { position: relative; overflow: hidden; }
body.b96em .tpqs3 img { width:100%; height:auto; display:block; }
body.b96em .u40lg { position: absolute; bottom: 8px; left: 8px; background: #121212; color: white; font-size: 11px; font-weight: 800; padding: 3px 8px; border-radius: 4px; letter-spacing: .04em; }
body.b96em .flllb { background: var(--primary); }
body.b96em .z272 { padding: 20px; }
body.b96em .i959f { font-size: 13px; color: var(--text-muted); line-height: 1.7; font-style: italic; margin-bottom: 16px; }
body.b96em .rwvt3 { display: flex; align-items: center; justify-content: space-between; }
body.b96em .jk16q { font-size: 15px; font-weight: 800; margin-bottom: 2px; }
body.b96em .kd0c { font-size: 12px; color: #16a34a; font-weight: 600; }
@media (max-width: 900px) {
  body.b96em .g0o49 { grid-template-columns: 1fr; }
}
body.b96em .vagort { background: var(--bg); }
body.b96em .o7dv1 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
body.b96em .kh8b { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); transition: all .25s; }
body.b96em .kh8b:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
body.b96em .ew0r { height: 180px; display: flex; align-items: center; justify-content: center; font-size: 60px; position: relative; }
body.b96em .rgpcn { position: absolute; top: 10px; left: 10px; padding: 4px 10px; border-radius: 100px; font-size: 11px; font-weight: 700; color: white; }
body.b96em .rgpcn.x2cha3 { background: #000; }
body.b96em .rgpcn.d80h9c { background: #ff0000; }
body.b96em .zw1e { position: absolute; width: 52px; height: 52px; background: rgba(0,0,0,.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: white; cursor: pointer; transition: transform .2s; }
body.b96em .kh8b:hover .zw1e { transform: scale(1.1); }
body.b96em .ybctg { padding: 16px; }
body.b96em .lwv5nu { font-weight: 700; font-size: 14px; margin-bottom: 4px; }
body.b96em .pbrap { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
body.b96em .wecb2 { font-size: 12px; color: var(--text-muted); margin-top: 8px; display: flex; align-items: center; gap: 4px; }
body.b96em .li16 { background: var(--white); }
body.b96em .lhbvt { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 48px; max-width: 800px; margin-left: auto; margin-right: auto; }
body.b96em .z6p9 { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
body.b96em .q18m5 { width: 100%; background: none; border: none; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 16px; font-weight: 700; color: var(--text); cursor: pointer; text-align: left; transition: background .2s; }
body.b96em .q18m5:hover { background: var(--bg); }
body.b96em .q18m5.lb24 { background: var(--primary-light); color: var(--primary-fg); }
body.b96em .zhtj { font-size: 20px; flex-shrink: 0; transition: transform .3s; }
body.b96em .q18m5.lb24 .zhtj { transform: rotate(180deg); }
body.b96em .s0y7 { display: none; padding: 0 24px 22px; font-size: 15px; color: var(--text-muted); line-height: 1.75; border-top: 1px solid var(--border); background: var(--bg); }
body.b96em .s0y7.p9jnj { display: block; }
body.b96em .s0y7 p { margin-top: 16px; }
body.b96em .s0y7 ul { margin: 12px 0 0 20px; }
body.b96em .s0y7 li { margin-bottom: 6px; }
body.b96em .s0y7 strong { color: var(--text); }
body.b96em .zjvmmi { background: linear-gradient(135deg, #0a0a14 0%, #121212 60%, #1a1015 100%); color: white; text-align: center; padding: 90px 20px; }
body.b96em .zjvmmi h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 900; margin-bottom: 16px; }
body.b96em .zjvmmi p { font-size: 18px; opacity: .85; margin-bottom: 36px; }
body.b96em .jvi0ys { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
body.b96em .fjp20 { background: white; color: var(--primary-fg); }
body.b96em .fjp20:hover { background: #f0fdf4; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.2); }
body.b96em .e5sem { background: transparent; border: 2px solid rgba(255,255,255,.5); color: white; }
body.b96em .e5sem:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }
body.b96em .z08oc { margin-top: 24px; font-size: 14px; opacity: .7; }
body.b96em footer { background: #0a0a0a; color: rgba(255,255,255,.5); padding: 40px 0; }
body.b96em .epaz { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 32px; }
body.b96em .ribgk7 { font-size: 22px; font-weight: 800; color: white; margin-bottom: 8px; }
body.b96em .ribgk7 span { color: #f9e5e7; }
body.b96em .dys72 { font-size: 13px; max-width: 320px; line-height: 1.6; }
body.b96em .dnaph h4 { color: white; font-size: 14px; font-weight: 700; margin-bottom: 12px; }
body.b96em .dnaph ul { list-style: none; }
body.b96em .dnaph li { margin-bottom: 8px; }
body.b96em .dnaph a { font-size: 13px; transition: color .2s; }
body.b96em .dnaph a:hover { color: #86efac; }
body.b96em .vc9osn { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; text-align: center; line-height: 1.8; }
body.b96em .vc9osn a { color: rgba(255,255,255,.5); text-decoration: underline; }
body.b96em .xzf97 { position: fixed; bottom: 0; left: 0; right: 0; background: var(--primary); color: #121212; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; z-index: 200; box-shadow: 0 -4px 20px rgba(0,0,0,.2); transform: translateY(100%); transition: transform .4s cubic-bezier(.34,1.56,.64,1); }
body.b96em .xzf97.za6imf { transform: translateY(0); }
body.b96em .qj1d strong { font-size: 15px; }
body.b96em .qj1d span { font-size: 13px; opacity: .8; display: block; }
body.b96em .xzf97 .gha51g { padding: 10px 22px; font-size: 14px; white-space: nowrap; }
body.b96em .d8eey { background: none; border: none; color: #121212; font-size: 20px; cursor: pointer; opacity: .6; flex-shrink: 0; }
@media (max-width: 900px) {
  body.b96em .ye1ey { grid-template-columns: 1fr; text-align: center; }
  body.b96em .xpgb { justify-content: center; }
  body.b96em .bstw2q { justify-content: center; }
  body.b96em .wt3coc { justify-content: center; }
  body.b96em .y55sq { max-width: 100%; }
  body.b96em .nxma { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  body.b96em .pmsq6 { grid-template-columns: 1fr; }
  body.b96em .zzdj3 { grid-template-columns: 1fr; }
  body.b96em .o7dv1 { grid-template-columns: 1fr 1fr; }
  body.b96em .xkhfs { display: none; }
  body.b96em .epaz { flex-direction: column; }
}
@media (max-width: 600px) {
  body.b96em .f1bad { padding: 56px 0; }
  body.b96em .o7dv1 { grid-template-columns: 1fr; }
  body.b96em .wxzic { gap: 16px; }
}

/* ----- page: stress-anxiete.html (b3q6d) ----- */
body.b3q6d *, body.b3q6d *::before, body.b3q6d *::after { box-sizing: border-box; margin: 0; padding: 0; }
body.b3q6d {
      --primary: #f9e5e7;
      --primary-dark: #f0bdc4;
      --primary-light: #fdf5f6;
      --primary-fg: #c0515e;
      --text: #121212;
      --text-muted: #6b7280;
      --border: #e5e7eb;
      --bg: #FFF9F7;
      --white: #ffffff;
      --green: #16a34a;
      --red: #dc2626;
      --yellow: #f59e0b;
      --radius: 16px;
      --shadow: 0 4px 24px rgba(0,0,0,0.08);
    }
body.b3q6d {
      font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.6;
    }
body.b3q6d .la4lq {
      background: var(--primary-fg);
      color: white;
      text-align: center;
      padding: 8px 20px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .02em;
    }
body.b3q6d .la4lq span { opacity: .8; margin: 0 8px; }
body.b3q6d nav {
      background: var(--white);
      border-bottom: 1px solid var(--border);
      position: sticky;
      top: 0;
      z-index: 100;
      box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    }
body.b3q6d .gha2d2 {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 20px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
body.b3q6d .dq1u8 {
      font-size: 20px;
      font-weight: 800;
      color: var(--primary-fg);
      text-decoration: none;
    }
body.b3q6d .dq1u8 span { color: var(--text); font-weight: 500; }
body.b3q6d .mxa0z {
      background: var(--primary-fg);
      color: white;
      border: none;
      padding: 10px 22px;
      border-radius: 100px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      text-decoration: none;
      transition: all .2s;
    }
body.b3q6d .mxa0z:hover { background: #a83f4e; transform: translateY(-1px); }
body.b3q6d .snncr7 {
      background: linear-gradient(135deg, #0a0a14 0%, #121212 55%, #1a1015 100%);
      color: white;
      padding: 80px 20px 90px;
    }
body.b3q6d .ye1ey {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 400px;
      gap: 60px;
      align-items: center;
    }
body.b3q6d .bcu1 {
      display: inline-block;
      background: rgba(249,229,231,.15);
      color: var(--primary);
      border: 1px solid rgba(249,229,231,.3);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 100px;
      margin-bottom: 20px;
    }
body.b3q6d .snncr7 h1 {
      font-size: clamp(28px, 3.8vw, 46px);
      font-weight: 900;
      line-height: 1.15;
      margin-bottom: 20px;
    }
body.b3q6d .snncr7 h1 em { font-style: normal; color: var(--primary); }
body.b3q6d .bjkp7 {
      font-size: 17px;
      color: rgba(255,255,255,.75);
      margin-bottom: 32px;
      line-height: 1.7;
      font-weight: 500;
    }
body.b3q6d .e11mz {
      list-style: none;
      margin-bottom: 36px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
body.b3q6d .e11mz li {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 15px;
      color: rgba(255,255,255,.85);
      font-weight: 500;
    }
body.b3q6d .e11mz li::before {
      content: '✓';
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: rgba(249,229,231,.2);
      color: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 800;
      flex-shrink: 0;
    }
body.b3q6d .bstw2q {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 28px;
    }
body.b3q6d .jw1yu { color: var(--yellow); font-size: 20px; letter-spacing: 2px; }
body.b3q6d .xh11y { color: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; }
body.b3q6d .x7jbe {
      display: inline-block;
      background: var(--primary);
      color: #5a1520;
      border: none;
      padding: 16px 36px;
      border-radius: 100px;
      font-size: 16px;
      font-weight: 800;
      cursor: pointer;
      text-decoration: none;
      transition: all .2s;
      box-shadow: 0 8px 24px rgba(192,81,94,.3);
    }
body.b3q6d .x7jbe:hover {
      background: var(--primary-dark);
      transform: translateY(-2px);
      box-shadow: 0 12px 32px rgba(192,81,94,.4);
    }
body.b3q6d .h819 {
      font-size: 13px;
      color: rgba(255,255,255,.5);
      margin-top: 12px;
    }
body.b3q6d .h819 strong { color: var(--primary); }
body.b3q6d .gd6rt {
      background: white;
      border-radius: 20px;
      padding: 28px;
      box-shadow: 0 20px 60px rgba(0,0,0,.3);
    }
body.b3q6d .yhmz {
      background: var(--primary);
      color: #5a1520;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 100px;
      display: inline-block;
      margin-bottom: 16px;
    }
body.b3q6d .hun8b { font-size: 18px; font-weight: 800; color: var(--text); margin-bottom: 4px; }
body.b3q6d .cghxo { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; }
body.b3q6d .uawa1 {
      width: 100%;
      height: 180px;
      background: var(--primary-light);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      overflow: hidden;
    }
body.b3q6d .uawa1 img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
body.b3q6d .b4dbhq {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-bottom: 20px;
    }
body.b3q6d .sdr4k6 {
      background: var(--primary-light);
      color: var(--primary-fg);
      font-size: 11px;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 100px;
    }
body.b3q6d .os5f8 { font-size: 26px; font-weight: 900; color: var(--primary-fg); margin-bottom: 4px; }
body.b3q6d .guw02 { font-size: 12px; color: var(--text-muted); margin-bottom: 16px; }
body.b3q6d .xdza9 {
      display: block;
      width: 100%;
      background: var(--primary-fg);
      color: white;
      border: none;
      padding: 14px;
      border-radius: 100px;
      font-size: 15px;
      font-weight: 700;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
      transition: all .2s;
    }
body.b3q6d .xdza9:hover { background: #a83f4e; transform: translateY(-1px); }
body.b3q6d .bnpyql { text-align: center; font-size: 11px; color: var(--text-muted); margin-top: 10px; }
body.b3q6d .f1bad { padding: 80px 0; }
body.b3q6d .qysso8 { background: var(--white); }
body.b3q6d .t04fd { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
body.b3q6d .upqdi {
      display: inline-block;
      background: var(--primary-light);
      color: var(--primary-fg);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 100px;
      margin-bottom: 14px;
    }
body.b3q6d .hapur { font-size: clamp(26px, 4vw, 38px); font-weight: 800; line-height: 1.2; margin-bottom: 12px; }
body.b3q6d .hapur em { font-style: normal; color: var(--primary-fg); }
body.b3q6d .b6v1j { font-size: 16px; color: var(--text-muted); margin-bottom: 48px; max-width: 580px; }
body.b3q6d .zzdj3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 40px;
    }
body.b3q6d .dkmwb {
      background: var(--bg);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 24px;
      transition: box-shadow .2s;
    }
body.b3q6d .dkmwb:hover { box-shadow: var(--shadow); }
body.b3q6d .pqd9qp { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
body.b3q6d .iybmo {
      width: 44px; height: 44px; border-radius: 50%;
      background: var(--primary); color: var(--primary-fg);
      font-size: 16px; font-weight: 800;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
body.b3q6d .dccpz { font-size: 14px; font-weight: 700; }
body.b3q6d .cz4s { font-size: 12px; color: var(--text-muted); }
body.b3q6d .w6uwo { color: var(--yellow); font-size: 14px; margin-bottom: 10px; }
body.b3q6d .msti3 { font-size: 14px; font-weight: 700; margin-bottom: 8px; }
body.b3q6d .z5rv4 { font-size: 14px; color: #374151; line-height: 1.65; }
body.b3q6d .gvl7 {
      margin-top: 14px;
      background: var(--primary-light);
      border-radius: 10px;
      padding: 10px 14px;
      font-size: 13px;
      color: var(--primary-fg);
      font-weight: 600;
    }
body.b3q6d .u1jpw9 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
body.b3q6d .oe2e3 {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 20px;
      width: 100%;
      box-shadow: var(--shadow);
    }
body.b3q6d .on3m2 {
      font-size: 12px; font-weight: 700; color: var(--text-muted);
      margin-bottom: 12px; text-transform: uppercase; letter-spacing: .06em;
    }
body.b3q6d .cvje1q {
      width: 100%; aspect-ratio: 9/16;
      position: relative; border-radius: 10px;
      overflow: hidden; background: #000; cursor: pointer;
    }
body.b3q6d .cxbf5 {
      position: absolute; inset: 0;
      background: linear-gradient(170deg, #1a1a2e 0%, #16213e 45%, #0f3460 100%);
      display: flex; flex-direction: column; justify-content: space-between;
      padding: 18px; transition: opacity .3s;
    }
body.b3q6d .feftp { display: flex; align-items: center; justify-content: space-between; }
body.b3q6d .xn51 { font-size: 17px; font-weight: 900; color: white; letter-spacing: -1px; }
body.b3q6d .ilbx7 { background: #fe2c55; color: white; font-size: 10px; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: .05em; }
body.b3q6d .ert6zx { display: flex; align-items: center; justify-content: center; flex: 1; }
body.b3q6d .llfm3 {
      width: 64px; height: 64px; background: rgba(255,255,255,.92); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 0 0 10px rgba(255,255,255,.18); animation: b3q6d-ttPulse 2s infinite;
    }
body.b3q6d .llfm3 svg { width: 28px; height: 28px; fill: #1a1a2e; margin-left: 4px; }
@keyframes b3q6d-ttPulse {
      0%, 100% { box-shadow: 0 0 0 10px rgba(255,255,255,.18); }
      50%       { box-shadow: 0 0 0 18px rgba(255,255,255,.06); }
    }
body.b3q6d .juyta { color: white; font-size: 14px; font-weight: 700; margin-bottom: 4px; }
body.b3q6d .ntrn6 { color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.45; }
body.b3q6d .ms48j { color: rgba(255,255,255,.55); font-size: 11px; margin-top: 6px; }
body.b3q6d .cvje1q iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
@media (max-width: 900px) {
  body.b3q6d .u1jpw9 { grid-template-columns: 1fr; }
}
body.b3q6d .lrcb { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }
body.b3q6d .ogon4 {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 24px;
    }
body.b3q6d .nu8j2 { font-size: 32px; margin-bottom: 12px; }
body.b3q6d .cmmwgj { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
body.b3q6d .iy0bj { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
body.b3q6d .o0r8z {
      margin-top: 12px;
      background: var(--primary-light);
      border-radius: 10px;
      padding: 8px 12px;
      font-size: 12px;
      color: var(--primary-fg);
      font-weight: 700;
    }
body.b3q6d .f9b5 { overflow-x: auto; }
body.b3q6d .l5n0 {
      width: 100%;
      border-collapse: collapse;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
    }
body.b3q6d .l5n0 th, body.b3q6d .l5n0 td {
      padding: 16px 20px;
      text-align: center;
      font-size: 14px;
      border-bottom: 1px solid var(--border);
    }
body.b3q6d .l5n0 thead th { background: var(--text); color: white; font-size: 13px; font-weight: 700; }
body.b3q6d .l5n0 thead th.bqr3uy { background: var(--primary-fg); font-size: 14px; }
body.b3q6d .l5n0 tr:last-child td { border-bottom: none; }
body.b3q6d .l5n0 tbody tr:nth-child(even) td { background: var(--bg); }
body.b3q6d .l5n0 tbody tr:nth-child(even) td.bqr3uy { background: var(--primary-light); }
body.b3q6d .l5n0 td.bqr3uy { background: var(--primary-light); font-weight: 700; color: var(--primary-fg); }
body.b3q6d .l5n0 td:first-child { text-align: left; font-weight: 600; color: var(--text); }
body.b3q6d .owgrm { color: var(--green); font-size: 18px; font-weight: 800; }
body.b3q6d .r6zqsn { color: var(--red); font-size: 18px; }
body.b3q6d .c3jas { color: var(--yellow); font-size: 14px; font-weight: 600; }
body.b3q6d .h74r6 { text-align: center; margin-top: 40px; }
body.b3q6d .ikd3 {
      display: inline-block;
      background: var(--primary);
      color: #5a1520;
      border: 1.5px solid var(--primary-dark);
      padding: 16px 40px;
      border-radius: 100px;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      text-decoration: none;
      transition: all .2s;
    }
body.b3q6d .ikd3:hover {
      background: var(--primary-dark);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(192,81,94,.2);
    }
body.b3q6d .e6a2 { font-size: 12px; color: var(--text-muted); margin-top: 12px; }
body.b3q6d .xzf97 {
      position: fixed;
      bottom: 24px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--primary-fg);
      color: white;
      padding: 14px 36px;
      border-radius: 100px;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      box-shadow: 0 8px 32px rgba(192,81,94,.5);
      z-index: 200;
      transition: all .3s cubic-bezier(.34,1.56,.64,1);
      white-space: nowrap;
    }
body.b3q6d .xzf97:hover { transform: translateX(-50%) translateY(-3px); box-shadow: 0 12px 40px rgba(192,81,94,.6); }
@media (max-width: 900px) {
  body.b3q6d .ye1ey { grid-template-columns: 1fr; gap: 40px; }
  body.b3q6d .gd6rt { max-width: 440px; margin: 0 auto; }
  body.b3q6d .zzdj3 { grid-template-columns: 1fr; }
  body.b3q6d .u1jpw9 { grid-template-columns: 1fr; }
  body.b3q6d .lrcb { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  body.b3q6d .snncr7 { padding: 56px 20px 64px; }
  body.b3q6d .f1bad { padding: 56px 0; }
  body.b3q6d .snncr7 h1 { font-size: 28px; }
}

/* ----- page: perte-de-poids.html (bjyc9) ----- */
body.bjyc9 *, body.bjyc9 *::before, body.bjyc9 *::after { box-sizing: border-box; margin: 0; padding: 0; }
body.bjyc9 {
      --primary: #f9e5e7;
      --primary-dark: #f0bdc4;
      --primary-light: #fdf5f6;
      --primary-fg: #c0515e;
      --text: #121212;
      --text-muted: #6b7280;
      --border: #e5e7eb;
      --bg: #FFF9F7;
      --white: #ffffff;
      --green: #16a34a;
      --red: #dc2626;
      --yellow: #f59e0b;
      --radius: 16px;
      --shadow: 0 4px 24px rgba(0,0,0,0.08);
    }
body.bjyc9 {
      font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.6;
    }
body.bjyc9 .la4lq {
      background: var(--primary-fg);
      color: white;
      text-align: center;
      padding: 8px 20px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .02em;
    }
body.bjyc9 .la4lq span { opacity: .8; margin: 0 8px; }
body.bjyc9 nav {
      background: var(--white);
      border-bottom: 1px solid var(--border);
      position: sticky;
      top: 0;
      z-index: 100;
      box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    }
body.bjyc9 .gha2d2 {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 20px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
body.bjyc9 .dq1u8 {
      font-size: 20px;
      font-weight: 800;
      color: var(--primary-fg);
      text-decoration: none;
    }
body.bjyc9 .dq1u8 span { color: var(--text); font-weight: 500; }
body.bjyc9 .mxa0z {
      background: var(--primary-fg);
      color: white;
      border: none;
      padding: 10px 22px;
      border-radius: 100px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      text-decoration: none;
      transition: all .2s;
    }
body.bjyc9 .mxa0z:hover { background: #a83f4e; transform: translateY(-1px); }
body.bjyc9 .snncr7 {
      background: linear-gradient(135deg, #0a0a14 0%, #121212 55%, #1a1015 100%);
      color: white;
      padding: 80px 20px 90px;
    }
body.bjyc9 .ye1ey {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 400px;
      gap: 60px;
      align-items: center;
    }
body.bjyc9 .bcu1 {
      display: inline-block;
      background: rgba(249,229,231,.15);
      color: var(--primary);
      border: 1px solid rgba(249,229,231,.3);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 100px;
      margin-bottom: 20px;
    }
body.bjyc9 .snncr7 h1 {
      font-size: clamp(28px, 3.8vw, 46px);
      font-weight: 900;
      line-height: 1.15;
      margin-bottom: 20px;
    }
body.bjyc9 .snncr7 h1 em {
      font-style: normal;
      color: var(--primary);
    }
body.bjyc9 .bjkp7 {
      font-size: 17px;
      color: rgba(255,255,255,.75);
      margin-bottom: 32px;
      line-height: 1.7;
      font-weight: 500;
    }
body.bjyc9 .e11mz {
      list-style: none;
      margin-bottom: 36px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
body.bjyc9 .e11mz li {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 15px;
      color: rgba(255,255,255,.85);
      font-weight: 500;
    }
body.bjyc9 .e11mz li::before {
      content: '✓';
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: rgba(249,229,231,.2);
      color: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 800;
      flex-shrink: 0;
    }
body.bjyc9 .bstw2q {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 28px;
    }
body.bjyc9 .jw1yu { color: var(--yellow); font-size: 20px; letter-spacing: 2px; }
body.bjyc9 .xh11y { color: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; }
body.bjyc9 .x7jbe {
      display: inline-block;
      background: var(--primary);
      color: #5a1520;
      border: none;
      padding: 16px 36px;
      border-radius: 100px;
      font-size: 16px;
      font-weight: 800;
      cursor: pointer;
      text-decoration: none;
      transition: all .2s;
      box-shadow: 0 8px 24px rgba(192,81,94,.3);
    }
body.bjyc9 .x7jbe:hover {
      background: var(--primary-dark);
      transform: translateY(-2px);
      box-shadow: 0 12px 32px rgba(192,81,94,.4);
    }
body.bjyc9 .h819 {
      font-size: 13px;
      color: rgba(255,255,255,.5);
      margin-top: 12px;
    }
body.bjyc9 .h819 strong { color: var(--primary); }
body.bjyc9 .gd6rt {
      background: white;
      border-radius: 20px;
      padding: 28px;
      box-shadow: 0 20px 60px rgba(0,0,0,.3);
    }
body.bjyc9 .yhmz {
      background: var(--primary);
      color: #5a1520;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 100px;
      display: inline-block;
      margin-bottom: 16px;
    }
body.bjyc9 .hun8b {
      font-size: 18px;
      font-weight: 800;
      color: var(--text);
      margin-bottom: 4px;
    }
body.bjyc9 .cghxo {
      font-size: 13px;
      color: var(--text-muted);
      margin-bottom: 20px;
    }
body.bjyc9 .uawa1 {
      width: 100%;
      height: 180px;
      background: var(--primary-light);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      overflow: hidden;
    }
body.bjyc9 .uawa1 img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      padding: 8px;
    }
body.bjyc9 .b4dbhq {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-bottom: 20px;
    }
body.bjyc9 .sdr4k6 {
      background: var(--primary-light);
      color: var(--primary-fg);
      font-size: 11px;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 100px;
    }
body.bjyc9 .os5f8 {
      font-size: 26px;
      font-weight: 900;
      color: var(--primary-fg);
      margin-bottom: 4px;
    }
body.bjyc9 .guw02 {
      font-size: 12px;
      color: var(--text-muted);
      margin-bottom: 16px;
    }
body.bjyc9 .xdza9 {
      display: block;
      width: 100%;
      background: var(--primary-fg);
      color: white;
      border: none;
      padding: 14px;
      border-radius: 100px;
      font-size: 15px;
      font-weight: 700;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
      transition: all .2s;
    }
body.bjyc9 .xdza9:hover { background: #a83f4e; transform: translateY(-1px); }
body.bjyc9 .bnpyql {
      text-align: center;
      font-size: 11px;
      color: var(--text-muted);
      margin-top: 10px;
    }
body.bjyc9 .f1bad { padding: 80px 0; }
body.bjyc9 .qysso8 { background: var(--white); }
body.bjyc9 .t04fd { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
body.bjyc9 .upqdi {
      display: inline-block;
      background: var(--primary-light);
      color: var(--primary-fg);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 100px;
      margin-bottom: 14px;
    }
body.bjyc9 .hapur {
      font-size: clamp(26px, 4vw, 38px);
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 12px;
    }
body.bjyc9 .hapur em { font-style: normal; color: var(--primary-fg); }
body.bjyc9 .b6v1j {
      font-size: 16px;
      color: var(--text-muted);
      margin-bottom: 48px;
      max-width: 580px;
    }
body.bjyc9 .zzdj3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 40px;
    }
body.bjyc9 .dkmwb {
      background: var(--bg);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 24px;
      transition: box-shadow .2s;
    }
body.bjyc9 .dkmwb:hover { box-shadow: var(--shadow); }
body.bjyc9 .pqd9qp {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
    }
body.bjyc9 .iybmo {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--primary);
      color: var(--primary-fg);
      font-size: 16px;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
body.bjyc9 .dccpz { font-size: 14px; font-weight: 700; }
body.bjyc9 .cz4s { font-size: 12px; color: var(--text-muted); }
body.bjyc9 .w6uwo { color: var(--yellow); font-size: 14px; margin-bottom: 10px; }
body.bjyc9 .msti3 { font-size: 14px; font-weight: 700; margin-bottom: 8px; }
body.bjyc9 .z5rv4 { font-size: 14px; color: #374151; line-height: 1.65; }
body.bjyc9 .gvl7 {
      margin-top: 14px;
      background: var(--primary-light);
      border-radius: 10px;
      padding: 10px 14px;
      font-size: 13px;
      color: var(--primary-fg);
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 6px;
    }
body.bjyc9 .u1jpw9 { display: flex; justify-content: center; }
body.bjyc9 .oe2e3 {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 20px;
      max-width: 360px;
      width: 100%;
      box-shadow: var(--shadow);
    }
body.bjyc9 .on3m2 {
      font-size: 12px;
      font-weight: 700;
      color: var(--text-muted);
      margin-bottom: 12px;
      text-transform: uppercase;
      letter-spacing: .06em;
    }
body.bjyc9 .cvje1q {
      width: 100%;
      aspect-ratio: 9/16;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      background: #000;
      cursor: pointer;
    }
body.bjyc9 .cxbf5 {
      position: absolute;
      inset: 0;
      background: linear-gradient(170deg, #1a1a2e 0%, #16213e 45%, #0f3460 100%);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 18px;
      transition: opacity .3s;
    }
body.bjyc9 .feftp { display: flex; align-items: center; justify-content: space-between; }
body.bjyc9 .xn51 { font-size: 17px; font-weight: 900; color: white; letter-spacing: -1px; }
body.bjyc9 .ilbx7 {
      background: #fe2c55;
      color: white;
      font-size: 10px;
      font-weight: 800;
      padding: 3px 9px;
      border-radius: 4px;
      letter-spacing: .05em;
    }
body.bjyc9 .ert6zx { display: flex; align-items: center; justify-content: center; flex: 1; }
body.bjyc9 .llfm3 {
      width: 64px; height: 64px;
      background: rgba(255,255,255,.92);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 0 0 10px rgba(255,255,255,.18);
      animation: bjyc9-ttPulse 2s infinite;
    }
body.bjyc9 .llfm3 svg { width: 28px; height: 28px; fill: #1a1a2e; margin-left: 4px; }
@keyframes bjyc9-ttPulse {
      0%, 100% { box-shadow: 0 0 0 10px rgba(255,255,255,.18); }
      50%       { box-shadow: 0 0 0 18px rgba(255,255,255,.06); }
    }
body.bjyc9 .juyta { color: white; font-size: 14px; font-weight: 700; margin-bottom: 4px; }
body.bjyc9 .ntrn6 { color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.45; }
body.bjyc9 .ms48j { color: rgba(255,255,255,.55); font-size: 11px; margin-top: 6px; }
body.bjyc9 .cvje1q iframe {
      position: absolute; inset: 0;
      width: 100%; height: 100%; border: none;
    }
body.bjyc9 .f9b5 { overflow-x: auto; }
body.bjyc9 .l5n0 {
      width: 100%;
      border-collapse: collapse;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow);
    }
body.bjyc9 .l5n0 th, body.bjyc9 .l5n0 td {
      padding: 16px 20px;
      text-align: center;
      font-size: 14px;
      border-bottom: 1px solid var(--border);
    }
body.bjyc9 .l5n0 thead th {
      background: var(--text);
      color: white;
      font-size: 13px;
      font-weight: 700;
    }
body.bjyc9 .l5n0 thead th.bqr3uy {
      background: var(--primary-fg);
      font-size: 14px;
    }
body.bjyc9 .l5n0 tr:last-child td { border-bottom: none; }
body.bjyc9 .l5n0 tbody tr:nth-child(even) td { background: var(--bg); }
body.bjyc9 .l5n0 tbody tr:nth-child(even) td.bqr3uy { background: var(--primary-light); }
body.bjyc9 .l5n0 td.bqr3uy {
      background: var(--primary-light);
      font-weight: 700;
      color: var(--primary-fg);
    }
body.bjyc9 .l5n0 td:first-child { text-align: left; font-weight: 600; color: var(--text); }
body.bjyc9 .owgrm { color: var(--green); font-size: 18px; font-weight: 800; }
body.bjyc9 .r6zqsn { color: var(--red); font-size: 18px; }
body.bjyc9 .c3jas { color: var(--yellow); font-size: 14px; font-weight: 600; }
body.bjyc9 .h74r6 {
      text-align: center;
      margin-top: 40px;
    }
body.bjyc9 .ikd3 {
      display: inline-block;
      background: var(--primary);
      color: #5a1520;
      border: 1.5px solid var(--primary-dark);
      padding: 16px 40px;
      border-radius: 100px;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      text-decoration: none;
      transition: all .2s;
    }
body.bjyc9 .ikd3:hover {
      background: var(--primary-dark);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(192,81,94,.2);
    }
body.bjyc9 .e6a2 {
      font-size: 12px;
      color: var(--text-muted);
      margin-top: 12px;
    }
body.bjyc9 .xzf97 {
      position: fixed;
      bottom: 24px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--primary-fg);
      color: white;
      padding: 14px 36px;
      border-radius: 100px;
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      box-shadow: 0 8px 32px rgba(192,81,94,.5);
      z-index: 200;
      transition: all .3s cubic-bezier(.34,1.56,.64,1);
      white-space: nowrap;
    }
body.bjyc9 .xzf97:hover { transform: translateX(-50%) translateY(-3px); box-shadow: 0 12px 40px rgba(192,81,94,.6); }
@media (max-width: 900px) {
  body.bjyc9 .ye1ey { grid-template-columns: 1fr; gap: 40px; }
  body.bjyc9 .gd6rt { max-width: 440px; margin: 0 auto; }
  body.bjyc9 .zzdj3 { grid-template-columns: 1fr; }
  body.bjyc9 .ncsi { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  body.bjyc9 .snncr7 { padding: 56px 20px 64px; }
  body.bjyc9 .f1bad { padding: 56px 0; }
  body.bjyc9 .snncr7 h1 { font-size: 28px; }
}

/* ----- page: retention-eau-visage-gonfle.html (bb366) ----- */
body.bb366 *, body.bb366 *::before, body.bb366 *::after { box-sizing: border-box; margin: 0; padding: 0; }
body.bb366 {
      --primary: #f9e5e7;
      --primary-dark: #f0bdc4;
      --primary-light: #fdf5f6;
      --primary-fg: #c0515e;
      --text: #121212;
      --text-muted: #6b7280;
      --border: #e5e7eb;
      --bg: #FFF9F7;
      --white: #ffffff;
      --green: #16a34a;
      --red: #dc2626;
      --yellow: #f59e0b;
      --radius: 16px;
      --shadow: 0 4px 24px rgba(0,0,0,0.08);
    }
body.bb366 {
      font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.6;
    }
body.bb366 .la4lq {
      background: var(--primary-fg);
      color: white;
      text-align: center;
      padding: 8px 20px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .02em;
    }
body.bb366 .la4lq span { opacity: .8; margin: 0 8px; }
body.bb366 nav {
      background: var(--white);
      border-bottom: 1px solid var(--border);
      position: sticky;
      top: 0;
      z-index: 100;
      box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    }
body.bb366 .gha2d2 {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 20px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
body.bb366 .dq1u8 { font-size: 20px; font-weight: 800; color: var(--primary-fg); text-decoration: none; }
body.bb366 .dq1u8 span { color: var(--text); font-weight: 500; }
body.bb366 .mxa0z {
      background: var(--primary-fg);
      color: white;
      border: none;
      padding: 10px 22px;
      border-radius: 100px;
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      text-decoration: none;
      transition: all .2s;
    }
body.bb366 .mxa0z:hover { background: #a83f4e; transform: translateY(-1px); }
body.bb366 .snncr7 {
      background: linear-gradient(135deg, #0a0a14 0%, #121212 55%, #1a1015 100%);
      color: white;
      padding: 80px 20px 90px;
    }
body.bb366 .ye1ey {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 400px;
      gap: 60px;
      align-items: center;
    }
body.bb366 .bcu1 {
      display: inline-block;
      background: rgba(249,229,231,.15);
      color: var(--primary);
      border: 1px solid rgba(249,229,231,.3);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 100px;
      margin-bottom: 20px;
    }
body.bb366 .snncr7 h1 { font-size: clamp(28px, 3.8vw, 46px); font-weight: 900; line-height: 1.15; margin-bottom: 20px; }
body.bb366 .snncr7 h1 em { font-style: normal; color: var(--primary); }
body.bb366 .bjkp7 { font-size: 17px; color: rgba(255,255,255,.75); margin-bottom: 32px; line-height: 1.7; font-weight: 500; }
body.bb366 .e11mz { list-style: none; margin-bottom: 36px; display: flex; flex-direction: column; gap: 10px; }
body.bb366 .e11mz li {
      display: flex; align-items: center; gap: 10px;
      font-size: 15px; color: rgba(255,255,255,.85); font-weight: 500;
    }
body.bb366 .e11mz li::before {
      content: '✓';
      width: 22px; height: 22px; border-radius: 50%;
      background: rgba(249,229,231,.2); color: var(--primary);
      display: flex; align-items: center; justify-content: center;
      font-size: 12px; font-weight: 800; flex-shrink: 0;
    }
body.bb366 .bstw2q { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
body.bb366 .jw1yu { color: var(--yellow); font-size: 20px; letter-spacing: 2px; }
body.bb366 .xh11y { color: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; }
body.bb366 .x7jbe {
      display: inline-block;
      background: var(--primary);
      color: #5a1520;
      border: none;
      padding: 16px 36px;
      border-radius: 100px;
      font-size: 16px;
      font-weight: 800;
      cursor: pointer;
      text-decoration: none;
      transition: all .2s;
      box-shadow: 0 8px 24px rgba(192,81,94,.3);
    }
body.bb366 .x7jbe:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(192,81,94,.4); }
body.bb366 .h819 { font-size: 13px; color: rgba(255,255,255,.5); margin-top: 12px; }
body.bb366 .h819 strong { color: var(--primary); }
body.bb366 .gd6rt { background: white; border-radius: 20px; padding: 28px; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
body.bb366 .yhmz {
      background: var(--primary); color: #5a1520;
      font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
      padding: 4px 12px; border-radius: 100px; display: inline-block; margin-bottom: 16px;
    }
body.bb366 .hun8b { font-size: 18px; font-weight: 800; color: var(--text); margin-bottom: 4px; }
body.bb366 .cghxo { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; }
body.bb366 .uawa1 {
      width: 100%; height: 180px;
      background: var(--primary-light);
      border-radius: 12px; display: flex; align-items: center; justify-content: center;
      margin-bottom: 20px; overflow: hidden;
    }
body.bb366 .uawa1 img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
body.bb366 .b4dbhq { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
body.bb366 .sdr4k6 { background: var(--primary-light); color: var(--primary-fg); font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 100px; }
body.bb366 .os5f8 { font-size: 26px; font-weight: 900; color: var(--primary-fg); margin-bottom: 4px; }
body.bb366 .guw02 { font-size: 12px; color: var(--text-muted); margin-bottom: 16px; }
body.bb366 .xdza9 {
      display: block; width: 100%;
      background: var(--primary-fg); color: white;
      border: none; padding: 14px; border-radius: 100px;
      font-size: 15px; font-weight: 700; cursor: pointer;
      text-decoration: none; text-align: center; transition: all .2s;
    }
body.bb366 .xdza9:hover { background: #a83f4e; transform: translateY(-1px); }
body.bb366 .bnpyql { text-align: center; font-size: 11px; color: var(--text-muted); margin-top: 10px; }
body.bb366 .f1bad { padding: 80px 0; }
body.bb366 .qysso8 { background: var(--white); }
body.bb366 .t04fd { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
body.bb366 .upqdi {
      display: inline-block; background: var(--primary-light); color: var(--primary-fg);
      font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
      padding: 6px 14px; border-radius: 100px; margin-bottom: 14px;
    }
body.bb366 .hapur { font-size: clamp(26px, 4vw, 38px); font-weight: 800; line-height: 1.2; margin-bottom: 12px; }
body.bb366 .hapur em { font-style: normal; color: var(--primary-fg); }
body.bb366 .b6v1j { font-size: 16px; color: var(--text-muted); margin-bottom: 48px; max-width: 580px; }
body.bb366 .gf847 {
      background: var(--primary-light);
      border: 1px solid var(--primary-dark);
      border-radius: var(--radius);
      padding: 28px 32px;
      margin-bottom: 48px;
      display: flex;
      gap: 20px;
      align-items: flex-start;
    }
body.bb366 .cvdgt { font-size: 36px; flex-shrink: 0; }
body.bb366 .hn4bu { font-size: 16px; font-weight: 800; color: var(--primary-fg); margin-bottom: 8px; }
body.bb366 .xlevp { font-size: 14px; color: #374151; line-height: 1.7; }
body.bb366 .zzdj3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
body.bb366 .dkmwb { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; transition: box-shadow .2s; }
body.bb366 .dkmwb:hover { box-shadow: var(--shadow); }
body.bb366 .pqd9qp { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
body.bb366 .iybmo {
      width: 44px; height: 44px; border-radius: 50%;
      background: var(--primary); color: var(--primary-fg);
      font-size: 16px; font-weight: 800;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
body.bb366 .dccpz { font-size: 14px; font-weight: 700; }
body.bb366 .cz4s { font-size: 12px; color: var(--text-muted); }
body.bb366 .w6uwo { color: var(--yellow); font-size: 14px; margin-bottom: 10px; }
body.bb366 .msti3 { font-size: 14px; font-weight: 700; margin-bottom: 8px; }
body.bb366 .z5rv4 { font-size: 14px; color: #374151; line-height: 1.65; }
body.bb366 .gvl7 {
      margin-top: 14px; background: var(--primary-light); border-radius: 10px;
      padding: 10px 14px; font-size: 13px; color: var(--primary-fg); font-weight: 600;
    }
body.bb366 .u1jpw9 { display: flex; justify-content: center; }
body.bb366 .oe2e3 {
      background: var(--white); border: 1px solid var(--border);
      border-radius: var(--radius); padding: 20px;
      max-width: 360px; width: 100%; box-shadow: var(--shadow);
    }
body.bb366 .on3m2 {
      font-size: 12px; font-weight: 700; color: var(--text-muted);
      margin-bottom: 12px; text-transform: uppercase; letter-spacing: .06em;
    }
body.bb366 .cvje1q {
      width: 100%; aspect-ratio: 9/16;
      position: relative; border-radius: 10px;
      overflow: hidden; background: #000; cursor: pointer;
    }
body.bb366 .cxbf5 {
      position: absolute; inset: 0;
      background: linear-gradient(170deg, #1a1a2e 0%, #16213e 45%, #0f3460 100%);
      display: flex; flex-direction: column; justify-content: space-between;
      padding: 18px; transition: opacity .3s;
    }
body.bb366 .feftp { display: flex; align-items: center; justify-content: space-between; }
body.bb366 .xn51 { font-size: 17px; font-weight: 900; color: white; letter-spacing: -1px; }
body.bb366 .ilbx7 { background: #fe2c55; color: white; font-size: 10px; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: .05em; }
body.bb366 .ert6zx { display: flex; align-items: center; justify-content: center; flex: 1; }
body.bb366 .llfm3 {
      width: 64px; height: 64px; background: rgba(255,255,255,.92); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 0 0 10px rgba(255,255,255,.18); animation: bb366-ttPulse 2s infinite;
    }
body.bb366 .llfm3 svg { width: 28px; height: 28px; fill: #1a1a2e; margin-left: 4px; }
@keyframes bb366-ttPulse {
      0%, 100% { box-shadow: 0 0 0 10px rgba(255,255,255,.18); }
      50%       { box-shadow: 0 0 0 18px rgba(255,255,255,.06); }
    }
body.bb366 .juyta { color: white; font-size: 14px; font-weight: 700; margin-bottom: 4px; }
body.bb366 .ntrn6 { color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.45; }
body.bb366 .ms48j { color: rgba(255,255,255,.55); font-size: 11px; margin-top: 6px; }
body.bb366 .cvje1q iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
body.bb366 .f9b5 { overflow-x: auto; }
body.bb366 .l5n0 { width: 100%; border-collapse: collapse; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
body.bb366 .l5n0 th, body.bb366 .l5n0 td { padding: 16px 20px; text-align: center; font-size: 14px; border-bottom: 1px solid var(--border); }
body.bb366 .l5n0 thead th { background: var(--text); color: white; font-size: 13px; font-weight: 700; }
body.bb366 .l5n0 thead th.bqr3uy { background: var(--primary-fg); font-size: 14px; }
body.bb366 .l5n0 tr:last-child td { border-bottom: none; }
body.bb366 .l5n0 tbody tr:nth-child(even) td { background: var(--bg); }
body.bb366 .l5n0 tbody tr:nth-child(even) td.bqr3uy { background: var(--primary-light); }
body.bb366 .l5n0 td.bqr3uy { background: var(--primary-light); font-weight: 700; color: var(--primary-fg); }
body.bb366 .l5n0 td:first-child { text-align: left; font-weight: 600; color: var(--text); }
body.bb366 .owgrm { color: var(--green); font-size: 18px; font-weight: 800; }
body.bb366 .r6zqsn { color: var(--red); font-size: 18px; }
body.bb366 .c3jas { color: var(--yellow); font-size: 14px; font-weight: 600; }
body.bb366 .h74r6 { text-align: center; margin-top: 40px; }
body.bb366 .ikd3 {
      display: inline-block; background: var(--primary); color: #5a1520;
      border: 1.5px solid var(--primary-dark); padding: 16px 40px;
      border-radius: 100px; font-size: 16px; font-weight: 700;
      cursor: pointer; text-decoration: none; transition: all .2s;
    }
body.bb366 .ikd3:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(192,81,94,.2); }
body.bb366 .e6a2 { font-size: 12px; color: var(--text-muted); margin-top: 12px; }
body.bb366 .xzf97 {
      position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%);
      background: var(--primary-fg); color: white; padding: 14px 36px;
      border-radius: 100px; font-size: 15px; font-weight: 700;
      text-decoration: none; box-shadow: 0 8px 32px rgba(192,81,94,.5);
      z-index: 200; transition: all .3s cubic-bezier(.34,1.56,.64,1); white-space: nowrap;
    }
body.bb366 .xzf97:hover { transform: translateX(-50%) translateY(-3px); box-shadow: 0 12px 40px rgba(192,81,94,.6); }
@media (max-width: 900px) {
  body.bb366 .ye1ey { grid-template-columns: 1fr; gap: 40px; }
  body.bb366 .gd6rt { max-width: 440px; margin: 0 auto; }
  body.bb366 .zzdj3 { grid-template-columns: 1fr; }
  body.bb366 .gf847 { flex-direction: column; gap: 12px; }
}
@media (max-width: 600px) {
  body.bb366 .snncr7 { padding: 56px 20px 64px; }
  body.bb366 .f1bad { padding: 56px 0; }
  body.bb366 .snncr7 h1 { font-size: 28px; }
}

/* ----- page: code-promo-nuclever.html (b6hw1) ----- */
body.b6hw1 *, body.b6hw1 *::before, body.b6hw1 *::after { box-sizing: border-box; margin: 0; padding: 0; }
body.b6hw1 {
      --primary: #f9e5e7;
      --primary-dark: #f0bdc4;
      --primary-light: #fdf5f6;
      --primary-fg: #c0515e;
      --accent: #f9e5e7;
      --accent-dark: #f0bdc4;
      --text: #121212;
      --text-muted: #6b7280;
      --border: #e5e7eb;
      --white: #ffffff;
      --bg: #FFF9F7;
      --shadow: 0 4px 24px rgba(0,0,0,0.08);
      --radius: 16px;
    }
html:has(body.b6hw1) { scroll-behavior: smooth; }
body.b6hw1 { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; }
body.b6hw1 a { color: inherit; text-decoration: none; }
body.b6hw1 img { max-width: 100%; display: block; }
body.b6hw1 .t04fd { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
body.b6hw1 .f1bad { padding: 80px 0; }
body.b6hw1 .jw1yu { color: #f59e0b; font-size: 18px; letter-spacing: 2px; }
body.b6hw1 .gha51g {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 14px 28px; border-radius: 100px;
      font-size: 16px; font-weight: 700; cursor: pointer;
      border: none; transition: all .2s; text-decoration: none;
    }
body.b6hw1 .ikd3 { background: var(--primary); color: #5a1520; border: 1.5px solid var(--primary-dark); }
body.b6hw1 .ikd3:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(192,81,94,.2); }
body.b6hw1 .dljy5u { background: #121212; color: white; }
body.b6hw1 .dljy5u:hover { background: #2d2d2d; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.25); }
body.b6hw1 .islw1 { background: #121212; color: var(--white); text-align: center; font-size: 13px; padding: 10px 20px; font-weight: 500; }
body.b6hw1 .islw1 a { color: #f9e5e7; text-decoration: underline; }
body.b6hw1 nav { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,.05); }
body.b6hw1 .gha2d2 { display: flex; align-items: center; justify-content: space-between; height: 64px; }
body.b6hw1 .xkhfs { display: flex; gap: 28px; list-style: none; }
body.b6hw1 .xkhfs a { font-size: 14px; font-weight: 600; color: var(--text-muted); transition: color .2s; }
body.b6hw1 .xkhfs a:hover { color: var(--primary-fg); }
body.b6hw1 .snncr7 {
      background: linear-gradient(135deg, #1a0a0c 0%, #3d1218 50%, #5a1520 100%);
      color: white;
      padding: 72px 0 80px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
body.b6hw1 .snncr7::before {
      content: '';
      position: absolute; inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
body.b6hw1 .d02rr {
      display: inline-block;
      background: rgba(249,229,231,.15);
      border: 1px solid rgba(249,229,231,.3);
      color: var(--primary);
      font-size: 13px; font-weight: 700;
      letter-spacing: .06em; text-transform: uppercase;
      padding: 6px 16px; border-radius: 100px;
      margin-bottom: 20px;
    }
body.b6hw1 .snncr7 h1 {
      font-size: clamp(30px, 5vw, 52px);
      font-weight: 900; line-height: 1.15;
      margin-bottom: 16px;
      max-width: 820px; margin-left: auto; margin-right: auto;
    }
body.b6hw1 .snncr7 h1 span { color: var(--primary); }
body.b6hw1 .bjkp7 {
      font-size: 17px; opacity: .8;
      max-width: 580px; margin: 0 auto 40px;
      line-height: 1.6;
    }
body.b6hw1 .g1ur {
      display: inline-flex; align-items: center; gap: 0;
      background: white; border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 8px 32px rgba(0,0,0,.35);
      margin-bottom: 32px;
    }
body.b6hw1 .ym8zt {
      background: var(--primary-light);
      color: var(--text-muted);
      font-size: 12px; font-weight: 700;
      text-transform: uppercase; letter-spacing: .08em;
      padding: 0 18px;
      height: 64px; display: flex; align-items: center;
      border-right: 1px solid var(--border);
    }
body.b6hw1 .tbbd {
      font-size: 28px; font-weight: 900;
      color: var(--primary-fg);
      letter-spacing: .12em;
      padding: 0 24px;
      height: 64px; display: flex; align-items: center;
    }
body.b6hw1 .g08fk8 {
      background: #121212; color: white;
      font-size: 13px; font-weight: 700;
      border: none; cursor: pointer;
      height: 64px; padding: 0 22px;
      transition: background .2s;
      font-family: inherit;
    }
body.b6hw1 .g08fk8:hover { background: var(--primary-fg); }
body.b6hw1 .g08fk8.g5hc { background: #16a34a; }
body.b6hw1 .whlnhe { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
body.b6hw1 .e6w5w { font-size: 13px; opacity: .6; }
body.b6hw1 .la4lq { background: white; border-bottom: 1px solid var(--border); padding: 16px 0; }
body.b6hw1 .wxzic { display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; }
body.b6hw1 .fypuy { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--text-muted); }
body.b6hw1 .fypuy .yf84t { font-size: 18px; }
body.b6hw1 .ph0ig { background: white; }
body.b6hw1 .lmbgj { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
body.b6hw1 .avk2ju {
      background: var(--bg);
      border: 1.5px solid var(--border);
      border-radius: var(--radius);
      padding: 28px 24px; text-align: center;
      transition: border-color .2s, box-shadow .2s;
    }
body.b6hw1 .avk2ju:hover { border-color: var(--primary-dark); box-shadow: var(--shadow); }
body.b6hw1 .avk2ju.i1xmv { background: var(--primary-light); border-color: var(--primary-dark); }
body.b6hw1 .ehqwb { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
body.b6hw1 .zhlqc { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
body.b6hw1 .z03tm { font-size: 14px; color: var(--text-muted); text-decoration: line-through; }
body.b6hw1 .x60pm { font-size: 32px; font-weight: 900; color: var(--primary-fg); line-height: 1; margin: 6px 0; }
body.b6hw1 .lo4sd { display: inline-block; background: #dcfce7; color: #16a34a; font-size: 13px; font-weight: 700; padding: 4px 12px; border-radius: 100px; }
body.b6hw1 .avk2ju a { display: block; margin-top: 20px; }
body.b6hw1 .six36l { background: var(--bg); }
body.b6hw1 .lb4a { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; max-width: 760px; }
body.b6hw1 .yid1i {
      display: flex; gap: 20px; align-items: flex-start;
      background: white; border-radius: var(--radius);
      padding: 24px 28px;
      box-shadow: 0 2px 12px rgba(0,0,0,.05);
      border: 1px solid var(--border);
    }
body.b6hw1 .e97mlm {
      flex-shrink: 0;
      width: 40px; height: 40px;
      background: var(--primary);
      color: #5a1520;
      font-size: 18px; font-weight: 900;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
    }
body.b6hw1 .o49g6 h3 { font-size: 17px; font-weight: 800; margin-bottom: 6px; color: var(--text); }
body.b6hw1 .o49g6 p { font-size: 15px; color: var(--text-muted); line-height: 1.6; }
body.b6hw1 .o49g6 .njpk0 {
      display: inline-block;
      background: var(--primary-light);
      color: var(--primary-fg);
      font-weight: 800; font-size: 15px;
      padding: 2px 10px; border-radius: 6px;
      letter-spacing: .06em;
    }
body.b6hw1 .rah8 { background: white; }
body.b6hw1 .h522t { margin-top: 40px; max-width: 760px; display: flex; flex-direction: column; gap: 16px; }
body.b6hw1 .z6p9 { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
body.b6hw1 .tjh56 {
      padding: 20px 24px;
      font-size: 16px; font-weight: 700;
      cursor: pointer;
      display: flex; justify-content: space-between; align-items: center;
      background: white;
    }
body.b6hw1 .tjh56::after { content: '+'; font-size: 22px; color: var(--primary-fg); font-weight: 400; }
body.b6hw1 .db2vk { padding: 0 24px 20px; font-size: 15px; color: var(--text-muted); line-height: 1.7; }
body.b6hw1 .zjvmmi {
      background: linear-gradient(135deg, #1a0a0c 0%, #5a1520 100%);
      color: white; padding: 80px 0; text-align: center;
    }
body.b6hw1 .zjvmmi h2 { font-size: clamp(26px, 4vw, 40px); font-weight: 900; margin-bottom: 16px; }
body.b6hw1 .zjvmmi p { font-size: 18px; opacity: .8; margin-bottom: 36px; }
body.b6hw1 .jvi0ys { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
body.b6hw1 .fjp20 { background: white; color: var(--primary-fg); }
body.b6hw1 .fjp20:hover { background: #f0fdf4; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.2); }
body.b6hw1 .upqdi {
      display: inline-block; background: var(--primary-light);
      color: var(--primary-fg); font-size: 13px; font-weight: 700;
      letter-spacing: .08em; text-transform: uppercase;
      padding: 6px 14px; border-radius: 100px; margin-bottom: 14px;
    }
body.b6hw1 .hapur { font-size: clamp(26px, 4vw, 38px); font-weight: 800; line-height: 1.2; margin-bottom: 12px; }
body.b6hw1 .hapur span { color: var(--primary-fg); }
body.b6hw1 .b6v1j { color: var(--text-muted); font-size: 17px; max-width: 600px; }
body.b6hw1 footer { background: #0a0a0a; color: rgba(255,255,255,.5); padding: 40px 0; }
body.b6hw1 .epaz { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 32px; }
body.b6hw1 .ribgk7 { font-size: 22px; font-weight: 800; color: white; margin-bottom: 8px; }
body.b6hw1 .dys72 { font-size: 13px; max-width: 320px; line-height: 1.6; }
body.b6hw1 .dnaph h4 { color: white; font-size: 14px; font-weight: 700; margin-bottom: 12px; }
body.b6hw1 .dnaph ul { list-style: none; }
body.b6hw1 .dnaph li { margin-bottom: 8px; }
body.b6hw1 .dnaph a { font-size: 13px; color: rgba(255,255,255,.5); transition: color .2s; }
body.b6hw1 .dnaph a:hover { color: #86efac; }
body.b6hw1 .vc9osn { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; text-align: center; line-height: 1.8; }
body.b6hw1 .vc9osn a { color: rgba(255,255,255,.5); text-decoration: underline; }
@media (max-width: 768px) {
  body.b6hw1 .lmbgj { grid-template-columns: 1fr; max-width: 380px; }
  body.b6hw1 .epaz { flex-direction: column; }
  body.b6hw1 .xkhfs { display: none; }
  body.b6hw1 .tbbd { font-size: 22px; }
}
@media (max-width: 600px) {
  body.b6hw1 .wxzic { gap: 20px; }
  body.b6hw1 .yid1i { padding: 18px 20px; gap: 14px; }
}

/* ----- page: exit-popup.html (b33xr) ----- */
body.b33xr #pu35m {
    position: fixed; inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center; justify-content: center;
    z-index: 999999;
    animation: b33xr-nuclever-fade-in 0.3s ease-out;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  }
body.b33xr #pu35m.gf0bo5 { display: flex; }
@keyframes b33xr-nuclever-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes b33xr-nuclever-pop-in {
    from { transform: scale(0.85); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }
body.b33xr .niorxm {
    background: #fff;
    border-radius: 16px;
    max-width: 480px;
    width: calc(100% - 32px);
    padding: 40px 32px 32px;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: b33xr-nuclever-pop-in 0.35s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  }
body.b33xr .u8anx {
    position: absolute;
    top: 12px; right: 14px;
    background: none; border: none;
    font-size: 28px; line-height: 1;
    color: #999; cursor: pointer;
    padding: 4px 8px;
    transition: color 0.2s;
  }
body.b33xr .u8anx:hover { color: #000; }
body.b33xr .qvx1k {
    display: inline-block;
    background: #ffeaa7;
    color: #b8860b;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
body.b33xr .sj7sp {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 12px;
    line-height: 1.25;
  }
body.b33xr .wp7hv {
    font-size: 16px;
    color: #555;
    margin: 0 0 24px;
    line-height: 1.5;
  }
body.b33xr .zcwjd {
    background: #f7f7f7;
    border: 2px dashed #c9a227;
    border-radius: 10px;
    padding: 14px 16px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
body.b33xr .v7ie {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #1a1a1a;
    font-family: "Courier New", monospace;
  }
body.b33xr .qn3ti {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
  }
body.b33xr .qn3ti:hover { background: #c9a227; color: #fff; border-color: #c9a227; }
body.b33xr .qn3ti.g5hc { background: #28a745; color: #fff; border-color: #28a745; }
body.b33xr .nig99 {
    display: block;
    background: linear-gradient(135deg, #c9a227 0%, #e6b800 100%);
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    padding: 16px 24px;
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(201, 162, 39, 0.4);
  }
body.b33xr .nig99:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 162, 39, 0.55);
  }
body.b33xr .lrggk {
    font-size: 12px;
    color: #999;
    margin: 14px 0 0;
  }
@media (max-width: 480px) {
  body.b33xr .niorxm { padding: 32px 20px 24px; }
  body.b33xr .sj7sp { font-size: 22px; }
  body.b33xr .v7ie { font-size: 18px; }
  body.b33xr .zcwjd { flex-direction: column; gap: 10px; }
}

/* ----- page: mentions-legales.html (b5rwv) ----- */
body.b5rwv *, body.b5rwv *::before, body.b5rwv *::after { box-sizing: border-box; margin: 0; padding: 0; }
body.b5rwv {
      --primary: #f9e5e7;
      --primary-dark: #f0bdc4;
      --primary-fg: #5a1520;
      --accent: #f9e5e7;
      --text: #121212;
      --text-muted: #5a6470;
      --bg: #f8f9fa;
      --radius: 12px;
    }
body.b5rwv { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: var(--text); background: #fff; line-height: 1.7; }
body.b5rwv a { color: var(--primary-fg); text-decoration: none; }
body.b5rwv a:hover { text-decoration: underline; }
body.b5rwv nav { background: #0a0a0a; padding: 14px 0; }
body.b5rwv .gha2d2 { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
body.b5rwv .ilxhjn img { height: 32px; }
body.b5rwv .qjgqj { color: rgba(255,255,255,.7); font-size: 13px; transition: color .2s; }
body.b5rwv .qjgqj:hover { color: #f9e5e7; text-decoration: none; }
body.b5rwv .f0wefj { background: var(--primary); padding: 56px 24px 40px; text-align: center; }
body.b5rwv .f0wefj h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 900; color: var(--primary-fg); }
body.b5rwv .f0wefj p { color: var(--text-muted); margin-top: 8px; font-size: 14px; }
body.b5rwv .t04fd { max-width: 800px; margin: 0 auto; padding: 0 24px; }
body.b5rwv .a77h { padding: 56px 0; }
body.b5rwv .a77h h2 { font-size: 20px; font-weight: 800; color: var(--primary-fg); margin: 40px 0 12px; padding-bottom: 8px; border-bottom: 2px solid var(--primary); }
body.b5rwv .a77h h2:first-child { margin-top: 0; }
body.b5rwv .a77h p { margin-bottom: 14px; color: #333; }
body.b5rwv .a77h ul { margin: 0 0 14px 20px; }
body.b5rwv .a77h li { margin-bottom: 6px; color: #333; }
body.b5rwv .wcrz { background: var(--bg); border-left: 4px solid var(--primary-dark); border-radius: 0 var(--radius) var(--radius) 0; padding: 16px 20px; margin-bottom: 14px; }
body.b5rwv .wcrz strong { display: block; margin-bottom: 4px; color: var(--text); }
body.b5rwv footer { background: #0a0a0a; color: rgba(255,255,255,.5); padding: 40px 0; }
body.b5rwv .epaz { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 32px; }
body.b5rwv .ribgk7 { font-size: 22px; font-weight: 800; color: white; margin-bottom: 8px; }
body.b5rwv .dys72 { font-size: 13px; max-width: 320px; line-height: 1.6; }
body.b5rwv .dnaph h4 { color: white; font-size: 14px; font-weight: 700; margin-bottom: 12px; }
body.b5rwv .dnaph ul { list-style: none; }
body.b5rwv .dnaph li { margin-bottom: 8px; }
body.b5rwv .dnaph a { font-size: 13px; color: rgba(255,255,255,.5); transition: color .2s; }
body.b5rwv .dnaph a:hover { color: #86efac; text-decoration: none; }
body.b5rwv .vc9osn { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; text-align: center; line-height: 1.8; }
body.b5rwv .vc9osn a { color: rgba(255,255,255,.5); text-decoration: underline; }
@media (max-width: 768px) {
  body.b5rwv .epaz { flex-direction: column; }
}

/* ----- page: conditions-generales-de-ventes.html (bt3uj) ----- */
body.bt3uj *, body.bt3uj *::before, body.bt3uj *::after { box-sizing: border-box; margin: 0; padding: 0; }
body.bt3uj {
      --primary: #f9e5e7;
      --primary-dark: #f0bdc4;
      --primary-fg: #5a1520;
      --text: #121212;
      --text-muted: #5a6470;
      --bg: #f8f9fa;
      --radius: 12px;
    }
body.bt3uj { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: var(--text); background: #fff; line-height: 1.7; }
body.bt3uj a { color: var(--primary-fg); text-decoration: none; }
body.bt3uj a:hover { text-decoration: underline; }
body.bt3uj nav { background: #0a0a0a; padding: 14px 0; }
body.bt3uj .gha2d2 { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
body.bt3uj .ilxhjn img { height: 32px; }
body.bt3uj .qjgqj { color: rgba(255,255,255,.7); font-size: 13px; transition: color .2s; }
body.bt3uj .qjgqj:hover { color: #f9e5e7; text-decoration: none; }
body.bt3uj .f0wefj { background: var(--primary); padding: 56px 24px 40px; text-align: center; }
body.bt3uj .f0wefj h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 900; color: var(--primary-fg); }
body.bt3uj .f0wefj p { color: var(--text-muted); margin-top: 8px; font-size: 14px; }
body.bt3uj .t04fd { max-width: 800px; margin: 0 auto; padding: 0 24px; }
body.bt3uj .a77h { padding: 56px 0; }
body.bt3uj .a77h h2 { font-size: 20px; font-weight: 800; color: var(--primary-fg); margin: 40px 0 12px; padding-bottom: 8px; border-bottom: 2px solid var(--primary); }
body.bt3uj .a77h h2:first-child { margin-top: 0; }
body.bt3uj .a77h p { margin-bottom: 14px; color: #333; }
body.bt3uj .a77h ol, body.bt3uj .a77h ul { margin: 0 0 14px 20px; }
body.bt3uj .a77h li { margin-bottom: 6px; color: #333; }
body.bt3uj .wcrz { background: var(--bg); border-left: 4px solid var(--primary-dark); border-radius: 0 var(--radius) var(--radius) 0; padding: 16px 20px; margin-bottom: 14px; }
body.bt3uj .wcrz strong { display: block; margin-bottom: 4px; color: var(--text); }
body.bt3uj .obo88 { background: #fef9e7; border: 1px solid #f0c040; border-radius: var(--radius); padding: 16px 20px; margin-bottom: 20px; }
body.bt3uj footer { background: #0a0a0a; color: rgba(255,255,255,.5); padding: 40px 0; }
body.bt3uj .epaz { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 32px; }
body.bt3uj .ribgk7 { font-size: 22px; font-weight: 800; color: white; margin-bottom: 8px; }
body.bt3uj .dys72 { font-size: 13px; max-width: 320px; line-height: 1.6; }
body.bt3uj .dnaph h4 { color: white; font-size: 14px; font-weight: 700; margin-bottom: 12px; }
body.bt3uj .dnaph ul { list-style: none; }
body.bt3uj .dnaph li { margin-bottom: 8px; }
body.bt3uj .dnaph a { font-size: 13px; color: rgba(255,255,255,.5); transition: color .2s; }
body.bt3uj .dnaph a:hover { color: #86efac; text-decoration: none; }
body.bt3uj .vc9osn { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; text-align: center; line-height: 1.8; }
body.bt3uj .vc9osn a { color: rgba(255,255,255,.5); text-decoration: underline; }
@media (max-width: 768px) {
  body.bt3uj .epaz { flex-direction: column; }
}

/* ----- page: politique-de-confidentialite.html (bk16q) ----- */
body.bk16q *, body.bk16q *::before, body.bk16q *::after { box-sizing: border-box; margin: 0; padding: 0; }
body.bk16q {
      --primary: #f9e5e7;
      --primary-dark: #f0bdc4;
      --primary-fg: #5a1520;
      --text: #121212;
      --text-muted: #5a6470;
      --bg: #f8f9fa;
      --radius: 12px;
    }
body.bk16q { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: var(--text); background: #fff; line-height: 1.7; }
body.bk16q a { color: var(--primary-fg); text-decoration: none; }
body.bk16q a:hover { text-decoration: underline; }
body.bk16q nav { background: #0a0a0a; padding: 14px 0; }
body.bk16q .gha2d2 { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
body.bk16q .ilxhjn img { height: 32px; }
body.bk16q .qjgqj { color: rgba(255,255,255,.7); font-size: 13px; transition: color .2s; }
body.bk16q .qjgqj:hover { color: #f9e5e7; text-decoration: none; }
body.bk16q .f0wefj { background: var(--primary); padding: 56px 24px 40px; text-align: center; }
body.bk16q .f0wefj h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 900; color: var(--primary-fg); }
body.bk16q .f0wefj p { color: var(--text-muted); margin-top: 8px; font-size: 14px; }
body.bk16q .t04fd { max-width: 800px; margin: 0 auto; padding: 0 24px; }
body.bk16q .a77h { padding: 56px 0; }
body.bk16q .a77h h2 { font-size: 20px; font-weight: 800; color: var(--primary-fg); margin: 40px 0 12px; padding-bottom: 8px; border-bottom: 2px solid var(--primary); }
body.bk16q .a77h h2:first-child { margin-top: 0; }
body.bk16q .a77h p { margin-bottom: 14px; color: #333; }
body.bk16q .a77h ul { margin: 0 0 14px 20px; }
body.bk16q .a77h li { margin-bottom: 6px; color: #333; }
body.bk16q .wcrz { background: var(--bg); border-left: 4px solid var(--primary-dark); border-radius: 0 var(--radius) var(--radius) 0; padding: 16px 20px; margin-bottom: 14px; }
body.bk16q footer { background: #0a0a0a; color: rgba(255,255,255,.5); padding: 40px 0; }
body.bk16q .epaz { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 32px; }
body.bk16q .ribgk7 { font-size: 22px; font-weight: 800; color: white; margin-bottom: 8px; }
body.bk16q .dys72 { font-size: 13px; max-width: 320px; line-height: 1.6; }
body.bk16q .dnaph h4 { color: white; font-size: 14px; font-weight: 700; margin-bottom: 12px; }
body.bk16q .dnaph ul { list-style: none; }
body.bk16q .dnaph li { margin-bottom: 8px; }
body.bk16q .dnaph a { font-size: 13px; color: rgba(255,255,255,.5); transition: color .2s; }
body.bk16q .dnaph a:hover { color: #86efac; text-decoration: none; }
body.bk16q .vc9osn { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; text-align: center; line-height: 1.8; }
body.bk16q .vc9osn a { color: rgba(255,255,255,.5); text-decoration: underline; }
@media (max-width: 768px) {
  body.bk16q .epaz { flex-direction: column; }
}

/* ----- page: politique-de-retour-et-remboursement.html (bqtpq) ----- */
body.bqtpq *, body.bqtpq *::before, body.bqtpq *::after { box-sizing: border-box; margin: 0; padding: 0; }
body.bqtpq {
      --primary: #f9e5e7;
      --primary-dark: #f0bdc4;
      --primary-fg: #5a1520;
      --text: #121212;
      --text-muted: #5a6470;
      --bg: #f8f9fa;
      --radius: 12px;
    }
body.bqtpq { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: var(--text); background: #fff; line-height: 1.7; }
body.bqtpq a { color: var(--primary-fg); text-decoration: none; }
body.bqtpq a:hover { text-decoration: underline; }
body.bqtpq nav { background: #0a0a0a; padding: 14px 0; }
body.bqtpq .gha2d2 { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
body.bqtpq .ilxhjn img { height: 32px; }
body.bqtpq .qjgqj { color: rgba(255,255,255,.7); font-size: 13px; transition: color .2s; }
body.bqtpq .qjgqj:hover { color: #f9e5e7; text-decoration: none; }
body.bqtpq .f0wefj { background: var(--primary); padding: 56px 24px 40px; text-align: center; }
body.bqtpq .f0wefj h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 900; color: var(--primary-fg); }
body.bqtpq .f0wefj p { color: var(--text-muted); margin-top: 8px; font-size: 14px; }
body.bqtpq .t04fd { max-width: 800px; margin: 0 auto; padding: 0 24px; }
body.bqtpq .a77h { padding: 56px 0; }
body.bqtpq .a77h h2 { font-size: 20px; font-weight: 800; color: var(--primary-fg); margin: 40px 0 12px; padding-bottom: 8px; border-bottom: 2px solid var(--primary); }
body.bqtpq .a77h h2:first-child { margin-top: 0; }
body.bqtpq .a77h p { margin-bottom: 14px; color: #333; }
body.bqtpq .a77h ol, body.bqtpq .a77h ul { margin: 0 0 14px 20px; }
body.bqtpq .a77h li { margin-bottom: 6px; color: #333; }
body.bqtpq .wcrz { background: var(--bg); border-left: 4px solid var(--primary-dark); border-radius: 0 var(--radius) var(--radius) 0; padding: 16px 20px; margin-bottom: 14px; }
body.bqtpq .obo88 { background: #fef9e7; border: 1px solid #f0c040; border-radius: var(--radius); padding: 16px 20px; margin-bottom: 20px; }
body.bqtpq footer { background: #0a0a0a; color: rgba(255,255,255,.5); padding: 40px 0; }
body.bqtpq .epaz { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 32px; }
body.bqtpq .ribgk7 { font-size: 22px; font-weight: 800; color: white; margin-bottom: 8px; }
body.bqtpq .dys72 { font-size: 13px; max-width: 320px; line-height: 1.6; }
body.bqtpq .dnaph h4 { color: white; font-size: 14px; font-weight: 700; margin-bottom: 12px; }
body.bqtpq .dnaph ul { list-style: none; }
body.bqtpq .dnaph li { margin-bottom: 8px; }
body.bqtpq .dnaph a { font-size: 13px; color: rgba(255,255,255,.5); transition: color .2s; }
body.bqtpq .dnaph a:hover { color: #86efac; text-decoration: none; }
body.bqtpq .vc9osn { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; text-align: center; line-height: 1.8; }
body.bqtpq .vc9osn a { color: rgba(255,255,255,.5); text-decoration: underline; }
@media (max-width: 768px) {
  body.bqtpq .epaz { flex-direction: column; }
}
