/*!
Theme Name: Readyt Avis
Author: Mediadoro
Description: Stylesheet for readyt-avis.fr
Version: 1.2.4
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --bg-0:       #0a0a0f;
      --bg-1:       #111118;
      --bg-2:       #18181f;
      --bg-3:       #1e1e28;
      --border:     rgba(255,255,255,.07);
      --orange:     #ff4500;
      --orange-light: #ff6a35;
      --orange-glow: rgba(255,69,0,.18);
      --purple:     #7c3aed;
      --purple-light:#a855f7;
      --text-1:     #f5f5f7;
      --text-2:     #a0a0b0;
      --text-3:     #6b6b80;
      --radius-sm:  8px;
      --radius-md:  14px;
      --radius-lg:  22px;
      --radius-xl:  32px;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Inter', system-ui, sans-serif;
      background: var(--bg-0);
      color: var(--text-1);
      line-height: 1.6;
      overflow-x: hidden;
    }

    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }

    
    .wp-block-6ae215c { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }

    .wp-block-f3529aa {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 14px;
      border-radius: 100px;
      border: 1px solid rgba(255,69,0,.3);
      background: rgba(255,69,0,.08);
      color: var(--orange-light);
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .3px;
      margin-bottom: 22px;
    }
    .wp-block-f3529aa .wp-block-47e4b5e {
      width: 7px; height: 7px;
      border-radius: 50%;
      background: var(--orange);
      box-shadow: 0 0 8px var(--orange);
      animation: pulse 2s infinite;
    }

    @keyframes pulse {
      0%, 100% { opacity: 1; }
      50%       { opacity: .4; }
    }

    .wp-block-a1aecbb {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 14px 28px;
      border-radius: var(--radius-md);
      font-size: 15px;
      font-weight: 700;
      cursor: pointer;
      border: none;
      transition: all .22s ease;
      white-space: nowrap;
    }

    .wp-block-d63c32a {
      background: linear-gradient(135deg, var(--orange), #ff2d00);
      color: #fff;
      box-shadow: 0 4px 22px rgba(255,69,0,.35);
    }
    .wp-block-d63c32a:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 32px rgba(255,69,0,.5);
      background: linear-gradient(135deg, var(--orange-light), var(--orange));
    }

    .wp-block-9e45c75 {
      background: transparent;
      color: var(--text-1);
      border: 1px solid var(--border);
      backdrop-filter: blur(8px);
    }
    .wp-block-9e45c75:hover {
      border-color: rgba(255,255,255,.2);
      background: rgba(255,255,255,.05);
      transform: translateY(-2px);
    }

    .wp-block-3d2b12c {
      padding: 17px 36px;
      font-size: 16px;
      border-radius: var(--radius-lg);
    }

    .wp-block-7251b95 {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 14px;
    }

    .wp-block-5f6cbd3 {
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: -.5px;
      color: var(--text-1);
    }

    .wp-block-66088d1 {
      font-size: 17px;
      color: var(--text-2);
      max-width: 560px;
      margin-top: 14px;
      line-height: 1.7;
    }

    .wp-block-971517c { color: var(--orange); }
    .wp-block-d60a7f7 { color: var(--purple-light); }

    
    nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      padding: 16px 0;
      background: rgba(10,10,15,.85);
      backdrop-filter: blur(20px);
      border-bottom: 1px solid var(--border);
    }

    .wp-block-f828821 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .wp-block-4f0896b {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 20px;
      font-weight: 800;
      letter-spacing: -.3px;
    }
    .wp-block-4f0896b .wp-block-d6bc889 {
      width: 34px; height: 34px;
      border-radius: 9px;
      background: linear-gradient(135deg, var(--orange), #ff2d00);
      display: flex; align-items: center; justify-content: center;
      font-size: 16px;
      box-shadow: 0 0 16px rgba(255,69,0,.4);
    }

    .wp-block-f563806 {
      display: flex;
      align-items: center;
      gap: 32px;
      list-style: none;
    }
    .wp-block-f563806 a {
      font-size: 14px;
      font-weight: 500;
      color: var(--text-2);
      transition: color .18s;
    }
    .wp-block-f563806 a:hover { color: var(--text-1); }

    .wp-block-2556159 { display: flex; align-items: center; gap: 12px; }
    .wp-block-2556159 .wp-block-a1aecbb { padding: 10px 22px; font-size: 14px; }

    
    .wp-block-9e33277 {
      padding: 160px 0 100px;
      position: relative;
      overflow: hidden;
      text-align: center;
    }

    .wp-block-9e33277::before {
      content: '';
      position: absolute;
      top: -200px; left: 50%;
      transform: translateX(-50%);
      width: 900px; height: 700px;
      background: radial-gradient(ellipse, rgba(255,69,0,.12) 0%, transparent 70%);
      pointer-events: none;
    }

    .wp-block-9e33277::after {
      content: '';
      position: absolute;
      top: 60%; left: 20%;
      width: 400px; height: 400px;
      background: radial-gradient(ellipse, rgba(124,58,237,.08) 0%, transparent 70%);
      pointer-events: none;
    }

    .wp-block-2c2d948 { justify-content: center; }

    .wp-block-9e33277 h1 {
      font-size: clamp(38px, 6.5vw, 72px);
      font-weight: 900;
      line-height: 1.08;
      letter-spacing: -1.5px;
      margin-bottom: 22px;
      position: relative;
      z-index: 1;
    }

    .wp-block-9e33277 h1 .wp-block-d5e3f4c {
      display: block;
      background: linear-gradient(135deg, var(--orange-light), var(--orange), #ff2d00);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .wp-block-bda70bd {
      font-size: clamp(16px, 2vw, 19px);
      color: var(--text-2);
      max-width: 600px;
      margin: 0 auto 36px;
      line-height: 1.7;
      position: relative;
      z-index: 1;
    }

    .wp-block-792f435 {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 56px;
      position: relative;
      z-index: 1;
    }

    .wp-block-79e4298 {
      font-size: 13px;
      color: var(--text-3);
      margin-top: 12px;
    }

    
    .wp-block-f50520a {
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      background: var(--bg-1);
      padding: 40px 0;
    }

    .wp-block-79774aa {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--border);
    }

    .wp-block-3b8157b {
      background: var(--bg-1);
      padding: 24px 32px;
      text-align: center;
    }

    .wp-block-a93ce0a {
      font-size: 38px;
      font-weight: 900;
      letter-spacing: -1px;
      color: var(--text-1);
      line-height: 1;
      margin-bottom: 6px;
    }
    .wp-block-a93ce0a span { color: var(--orange); }

    .wp-block-a37f8c5 {
      font-size: 13px;
      color: var(--text-3);
      font-weight: 500;
    }

    
    .wp-block-757c90e {
      padding: 52px 0;
      text-align: center;
    }

    .wp-block-af82177 {
      font-size: 13px;
      color: var(--text-3);
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 28px;
    }

    .wp-block-e26e675 {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
      opacity: .45;
      filter: grayscale(1);
    }

    .wp-block-56fb142 {
      padding: 10px 22px;
      border: 1px solid var(--border);
      border-radius: 100px;
      font-size: 14px;
      font-weight: 600;
      color: var(--text-2);
      background: var(--bg-2);
    }

    
    .wp-block-df1627e {
      padding: 100px 0;
    }

    .wp-block-2e4e4e3 {
      text-align: center;
      margin-bottom: 64px;
    }

    .wp-block-bc1ec8a {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
      background: var(--border);
      border-radius: var(--radius-lg);
      overflow: hidden;
    }

    .wp-block-13fdad4 {
      background: var(--bg-1);
      padding: 36px 32px;
      transition: background .2s;
      position: relative;
    }
    .wp-block-13fdad4:hover { background: var(--bg-2); }

    .wp-block-d6f2b4d {
      width: 48px; height: 48px;
      border-radius: var(--radius-sm);
      background: var(--orange-glow);
      border: 1px solid rgba(255,69,0,.2);
      display: flex; align-items: center; justify-content: center;
      font-size: 22px;
      margin-bottom: 18px;
    }

    .wp-block-5a3e027 {
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--orange);
      background: var(--orange-glow);
      border: 1px solid rgba(255,69,0,.2);
      border-radius: 100px;
      padding: 3px 10px;
      margin-bottom: 12px;
    }

    .wp-block-3c64430 {
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 10px;
      color: var(--text-1);
    }

    .wp-block-04302e5 {
      font-size: 14px;
      color: var(--text-2);
      line-height: 1.65;
    }

    
    .wp-block-824d90b {
      padding: 100px 0;
      background: var(--bg-1);
    }

    .wp-block-ca1771f {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    .wp-block-d462343 {
      display: flex;
      flex-direction: column;
      gap: 28px;
    }

    .wp-block-52e61db {
      display: flex;
      gap: 20px;
    }

    .wp-block-bb536fd {
      flex-shrink: 0;
      width: 40px; height: 40px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--orange), #ff2d00);
      display: flex; align-items: center; justify-content: center;
      font-size: 16px;
      font-weight: 800;
      color: #fff;
      box-shadow: 0 0 14px rgba(255,69,0,.35);
    }

    .wp-block-93047f7 h3 {
      font-size: 17px;
      font-weight: 700;
      margin-bottom: 6px;
    }
    .wp-block-93047f7 p {
      font-size: 14px;
      color: var(--text-2);
      line-height: 1.65;
    }

    .wp-block-82991d5 {
      border-radius: var(--radius-lg);
      background: var(--bg-2);
      border: 1px solid var(--border);
      padding: 28px;
      position: relative;
      overflow: hidden;
    }

    .wp-block-82991d5::before {
      content: '';
      position: absolute;
      top: -60px; right: -60px;
      width: 260px; height: 260px;
      background: radial-gradient(ellipse, rgba(255,69,0,.1), transparent 70%);
    }

    .wp-block-5916cec {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 20px;
    }
    .wp-block-6103e3f {
      width: 10px; height: 10px;
      border-radius: 50%;
    }

    .wp-block-2e8ef35 {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 14px;
      border-radius: var(--radius-sm);
      margin-bottom: 8px;
      font-size: 13px;
    }
    .wp-block-2e8ef35.wp-block-61b1bbb {
      background: rgba(255,69,0,.1);
      border: 1px solid rgba(255,69,0,.2);
    }
    .wp-block-2e8ef35.wp-block-eb6fba3 {
      background: var(--bg-3);
      border: 1px solid var(--border);
    }
    .wp-block-899ba2d {
      margin-left: auto;
      font-weight: 700;
      font-size: 12px;
      padding: 3px 10px;
      border-radius: 100px;
    }
    .wp-block-899ba2d.wp-block-1b2b693 {
      background: rgba(34,197,94,.15);
      color: #22c55e;
    }
    .wp-block-899ba2d.wp-block-4ca0ff6 {
      background: rgba(234,179,8,.12);
      color: #eab308;
    }
    .wp-block-53c4ab8 { color: var(--orange); font-weight: 600; }

    
    .wp-block-1c0d223 {
      padding: 100px 0;
    }

    .wp-block-800740c { text-align: center; margin-bottom: 60px; }

    .wp-block-2ddcf10 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .wp-block-10f15fd {
      background: var(--bg-1);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      padding: 28px 24px;
      transition: border-color .2s, transform .2s;
    }
    .wp-block-10f15fd:hover {
      border-color: rgba(255,69,0,.3);
      transform: translateY(-3px);
    }

    .wp-block-9b92069 {
      color: #f59e0b;
      font-size: 14px;
      margin-bottom: 14px;
    }

    .wp-block-b107ae7 {
      font-size: 15px;
      color: var(--text-2);
      line-height: 1.65;
      margin-bottom: 20px;
    }

    .wp-block-2228646 {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .wp-block-182b1aa {
      width: 38px; height: 38px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 15px;
      font-weight: 800;
      color: #fff;
      flex-shrink: 0;
    }

    .wp-block-3d88f0c {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 2px;
    }
    .wp-block-2583fc0 { font-size: 12px; color: var(--text-3); }

    
    .wp-block-3abbbed {
      padding: 60px 0;
      background: var(--bg-1);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }

    .wp-block-8a18a4f {
      background: linear-gradient(135deg, rgba(255,69,0,.1), rgba(124,58,237,.08));
      border: 1px solid rgba(255,69,0,.25);
      border-radius: var(--radius-xl);
      padding: 52px 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
      flex-wrap: wrap;
      position: relative;
      overflow: hidden;
    }

    .wp-block-8a18a4f::before {
      content: '';
      position: absolute;
      top: -80px; right: -80px;
      width: 320px; height: 320px;
      background: radial-gradient(ellipse, rgba(255,69,0,.12), transparent 70%);
    }

    .wp-block-319281e { position: relative; z-index: 1; }

    .wp-block-319281e h2 {
      font-size: 30px;
      font-weight: 800;
      letter-spacing: -.5px;
      margin-bottom: 10px;
    }

    .wp-block-319281e p {
      font-size: 16px;
      color: var(--text-2);
      max-width: 440px;
    }

    .wp-block-d1e4430 {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 16px;
      position: relative;
      z-index: 1;
    }

    .wp-block-bab27f0 {
      background: var(--bg-0);
      border: 2px dashed rgba(255,69,0,.35);
      border-radius: var(--radius-md);
      padding: 14px 28px;
      text-align: center;
    }
    .wp-block-90e8fc1 {
      font-size: 11px;
      color: var(--text-3);
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-bottom: 4px;
    }
    .wp-block-6df9679 {
      font-size: 24px;
      font-weight: 900;
      letter-spacing: 3px;
      color: var(--orange);
    }
    .wp-block-9ba9ceb {
      font-size: 12px;
      color: var(--text-3);
      margin-top: 3px;
    }

    
    .wp-block-a2801f1 {
      background: var(--bg-1);
      border-bottom: 1px solid var(--border);
      padding: 14px 0;
    }

    .wp-block-5a39f37 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    .wp-block-17fea22 {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .wp-block-f5f7cba {
      width: 38px; height: 38px;
      border-radius: 50%;
      background: linear-gradient(135deg, #ff4500, #7c3aed);
      display: flex; align-items: center; justify-content: center;
      font-size: 15px;
      font-weight: 900;
      color: #fff;
      flex-shrink: 0;
      border: 2px solid rgba(255,69,0,.4);
    }

    .wp-block-7175887 {
      font-size: 13px;
      color: var(--text-2);
      line-height: 1.4;
    }
    .wp-block-7175887 strong { color: var(--text-1); font-weight: 700; }

    .wp-block-a8a41c6 {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }

    .wp-block-3f2c5f9 {
      font-size: 11px;
      font-weight: 600;
      padding: 3px 10px;
      border-radius: 100px;
      border: 1px solid var(--border);
      color: var(--text-3);
      background: var(--bg-2);
    }

    /* Full persona section */
    .wp-block-c2e4f02 {
      padding: 80px 0;
      background: var(--bg-1);
      border-top: 1px solid var(--border);
    }

    .wp-block-e7398d0 {
      max-width: 860px;
      margin: 0 auto;
      background: var(--bg-2);
      border: 1px solid var(--border);
      border-radius: var(--radius-xl);
      overflow: hidden;
      display: grid;
      grid-template-columns: 300px 1fr;
    }

    .wp-block-b5533e7 {
      background: linear-gradient(160deg, rgba(255,69,0,.08) 0%, rgba(124,58,237,.06) 100%);
      border-right: 1px solid var(--border);
      padding: 40px 32px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .wp-block-1f488a7 {
      position: relative;
      margin-bottom: 20px;
    }

    .wp-block-6a97b55 {
      width: 100px; height: 100px;
      border-radius: 50%;
      background: linear-gradient(135deg, #ff4500 0%, #7c3aed 100%);
      display: flex; align-items: center; justify-content: center;
      font-size: 40px;
      font-weight: 900;
      color: #fff;
      border: 3px solid rgba(255,69,0,.4);
      box-shadow: 0 0 32px rgba(255,69,0,.25);
      overflow: hidden;
    }

    .wp-block-8b98940 {
      position: relative;
      font-size: 0;
      color: transparent;
    }
    .wp-block-37bca73 {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
      display: block;
    }

    .wp-block-200cbb5 {
      position: absolute;
      bottom: 2px; right: 2px;
      width: 26px; height: 26px;
      border-radius: 50%;
      background: #22c55e;
      border: 2px solid var(--bg-2);
      display: flex; align-items: center; justify-content: center;
      font-size: 12px;
    }

    .wp-block-687124a {
      font-size: 20px;
      font-weight: 800;
      color: var(--text-1);
      margin-bottom: 4px;
      letter-spacing: -.3px;
    }

    .wp-block-853cdaf {
      font-size: 13px;
      color: var(--orange);
      font-weight: 600;
      margin-bottom: 20px;
    }

    .wp-block-d169a7d {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%;
      margin-bottom: 20px;
    }

    .wp-block-e654606 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: var(--bg-3);
      border: 1px solid var(--border);
      border-radius: var(--radius-sm);
      padding: 10px 14px;
      font-size: 12px;
    }
    .wp-block-9b03733 { color: var(--text-3); }
    .wp-block-88ea739 { font-weight: 700; color: var(--text-1); }

    .wp-block-0466eed {
      display: flex;
      gap: 8px;
      margin-top: 4px;
    }

    .wp-block-483423b {
      padding: 8px 14px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--border);
      background: var(--bg-3);
      font-size: 12px;
      font-weight: 600;
      color: var(--text-2);
      cursor: pointer;
      transition: all .18s;
    }
    .wp-block-483423b:hover {
      border-color: var(--orange);
      color: var(--orange);
    }

    .wp-block-2dd096c {
      padding: 40px 36px;
    }

    .wp-block-6db69ed {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 12px;
    }

    .wp-block-493a3c1 {
      font-size: 22px;
      font-weight: 800;
      line-height: 1.3;
      letter-spacing: -.4px;
      margin-bottom: 16px;
    }

    .wp-block-e9904bb {
      font-size: 14px;
      color: var(--text-2);
      line-height: 1.75;
      margin-bottom: 22px;
    }

    .wp-block-e9904bb strong { color: var(--text-1); }

    .wp-block-4639628 {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 24px;
    }

    .wp-block-19a1091 {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 14px;
      color: var(--text-2);
    }

    .wp-block-eb59cf8 {
      flex-shrink: 0;
      width: 22px; height: 22px;
      border-radius: 50%;
      background: var(--orange-glow);
      border: 1px solid rgba(255,69,0,.25);
      display: flex; align-items: center; justify-content: center;
      font-size: 10px;
      margin-top: 1px;
    }

    .wp-block-67e1219 {
      background: linear-gradient(135deg, rgba(255,69,0,.07), rgba(124,58,237,.05));
      border: 1px solid rgba(255,69,0,.2);
      border-radius: var(--radius-md);
      padding: 16px 18px;
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .wp-block-67e1219 .wp-block-18ceff3 { font-size: 24px; flex-shrink: 0; }

    .wp-block-67e1219 .wp-block-d42bbc1 {
      font-size: 14px;
      color: var(--text-2);
      line-height: 1.55;
    }
    .wp-block-67e1219 .wp-block-d42bbc1 strong { color: var(--orange); }

    .wp-block-c5bcde3 {
      font-size: 11px;
      color: var(--text-3);
      margin-top: 14px;
      line-height: 1.6;
      padding-top: 14px;
      border-top: 1px solid var(--border);
    }

    @media (max-width: 700px) {
      .wp-block-e7398d0 { grid-template-columns: 1fr; }
      .wp-block-b5533e7 { border-right: none; border-bottom: 1px solid var(--border); }
    }

    
    .wp-block-b3f0a75 {
      padding: 100px 0;
      background: var(--bg-0);
      border-top: 1px solid var(--border);
    }

    .wp-block-c90573f {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 24px;
      max-width: 980px;
      margin: 0 auto;
    }

    .wp-block-7de4363 {
      background: var(--bg-2);
      border: 1px solid var(--border);
      border-radius: var(--radius-xl);
      padding: 36px 32px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      transition: border-color .2s, transform .2s;
    }
    .wp-block-7de4363:hover {
      border-color: rgba(255,69,0,.35);
      transform: translateY(-2px);
    }

    .wp-block-84bbdc0 {
      position: relative;
      margin-bottom: 18px;
    }

    .wp-block-453a575 {
      width: 96px; height: 96px;
      border-radius: 50%;
      background: linear-gradient(135deg, #ff4500 0%, #7c3aed 100%);
      display: flex; align-items: center; justify-content: center;
      font-size: 38px;
      font-weight: 900;
      color: #fff;
      border: 3px solid rgba(255,69,0,.4);
      box-shadow: 0 0 28px rgba(255,69,0,.22);
      overflow: hidden;
    }

    .wp-block-d97a8ef {
      position: relative;
      font-size: 0;
      color: transparent;
    }
    .wp-block-3fa22d9 {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
      display: block;
    }

    .wp-block-818d3d7 {
      position: absolute;
      bottom: 2px; right: 2px;
      width: 26px; height: 26px;
      border-radius: 50%;
      background: #22c55e;
      border: 2px solid var(--bg-2);
      display: flex; align-items: center; justify-content: center;
      font-size: 12px;
    }

    .wp-block-c655b6b {
      font-size: 20px;
      font-weight: 800;
      color: var(--text-1);
      margin-bottom: 4px;
      letter-spacing: -.3px;
    }

    .wp-block-eacc8b6 {
      font-size: 13px;
      color: var(--orange);
      font-weight: 600;
      margin-bottom: 18px;
    }

    .wp-block-d7cc147 {
      font-size: 14px;
      color: var(--text-2);
      line-height: 1.7;
      margin-bottom: 22px;
    }
    .wp-block-d7cc147 strong { color: var(--text-1); }

    .wp-block-038efa9 {
      display: flex;
      gap: 8px;
      margin-top: auto;
    }

    .wp-block-b075cd2 {
      padding: 8px 14px;
      border-radius: var(--radius-sm);
      border: 1px solid var(--border);
      background: var(--bg-3);
      font-size: 12px;
      font-weight: 600;
      color: var(--text-2);
      cursor: pointer;
      transition: all .18s;
      text-decoration: none;
    }
    .wp-block-b075cd2:hover {
      border-color: var(--orange);
      color: var(--orange);
    }

    
    .wp-block-be09c6c {
      padding: 90px 0;
      background: var(--bg-1);
      border-top: 1px solid var(--border);
    }

    .wp-block-0d2f828 {
      max-width: 920px;
      margin: 0 auto;
      background: var(--bg-2);
      border: 1px solid var(--border);
      border-radius: var(--radius-xl);
      overflow: hidden;
    }

    .wp-block-8f87eef {
      background: linear-gradient(135deg, rgba(255,69,0,.10) 0%, rgba(124,58,237,.08) 100%);
      border-bottom: 1px solid var(--border);
      padding: 32px 36px;
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .wp-block-2aacb1d {
      width: 72px; height: 72px;
      border-radius: 50%;
      background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%);
      display: flex; align-items: center; justify-content: center;
      color: #fff;
      font-weight: 900;
      font-size: 30px;
      flex-shrink: 0;
      border: 3px solid rgba(99,102,241,.35);
      box-shadow: 0 0 28px rgba(99,102,241,.22);
    }

    .wp-block-704f9a8 { flex: 1; min-width: 220px; }
    .wp-block-bc49f08 {
      font-size: 18px;
      font-weight: 800;
      color: var(--text-1);
      letter-spacing: -.3px;
    }
    .wp-block-7ab3405 {
      font-size: 13px;
      color: var(--text-3);
      margin-top: 2px;
    }
    .wp-block-47d77a0 {
      font-size: 12px;
      color: var(--text-2);
      margin-top: 6px;
    }
    .wp-block-47d77a0 strong { color: var(--orange); }

    .wp-block-7ccfae3 {
      align-self: flex-start;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--orange);
      background: var(--orange-glow);
      border: 1px solid rgba(255,69,0,.25);
      padding: 6px 12px;
      border-radius: 999px;
    }

    .wp-block-8df762f {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--border);
    }

    .wp-block-c042f51 {
      background: var(--bg-2);
      padding: 22px 18px;
      text-align: center;
    }
    .wp-block-888941c {
      font-size: 26px;
      font-weight: 900;
      letter-spacing: -.5px;
      color: var(--orange);
      line-height: 1.1;
    }
    .wp-block-fffe946 {
      font-size: 11px;
      color: var(--text-3);
      margin-top: 6px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .wp-block-284a189 {
      padding: 36px 40px 40px;
    }

    .wp-block-26fca1c {
      font-size: 22px;
      font-weight: 800;
      line-height: 1.35;
      letter-spacing: -.3px;
      color: var(--text-1);
      margin-bottom: 20px;
    }

    .wp-block-18ad985 {
      font-size: 14px;
      line-height: 1.8;
      color: var(--text-2);
      margin-bottom: 18px;
    }
    .wp-block-18ad985 strong { color: var(--text-1); }

    .wp-block-5909739 {
      background: var(--bg-3);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      padding: 22px 24px;
      margin: 24px 0;
    }
    .wp-block-6d1e968 {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: var(--orange);
      margin-bottom: 14px;
    }
    .wp-block-4a4385a {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      font-size: 13.5px;
      color: var(--text-2);
      line-height: 1.65;
      padding: 8px 0;
    }
    .wp-block-4a4385a + .wp-block-4a4385a {
      border-top: 1px dashed var(--border);
    }
    .wp-block-4926a41 {
      flex-shrink: 0;
      width: 24px; height: 24px;
      border-radius: 50%;
      background: var(--orange-glow);
      border: 1px solid rgba(255,69,0,.3);
      color: var(--orange);
      font-size: 11px;
      font-weight: 800;
      display: flex; align-items: center; justify-content: center;
      margin-top: 1px;
    }
    .wp-block-4a4385a strong { color: var(--text-1); }

    .wp-block-d231c99 {
      margin-top: 28px;
      padding: 22px 26px;
      border-left: 3px solid var(--orange);
      background: linear-gradient(135deg, rgba(255,69,0,.07), rgba(124,58,237,.04));
      border-radius: 4px var(--radius-md) var(--radius-md) 4px;
      font-size: 15px;
      line-height: 1.7;
      color: var(--text-1);
      font-style: italic;
    }
    .wp-block-d231c99::before {
      content: '"';
      font-size: 36px;
      color: var(--orange);
      line-height: 0;
      vertical-align: -8px;
      margin-right: 4px;
    }

    @media (max-width: 700px) {
      .wp-block-8df762f { grid-template-columns: repeat(2, 1fr); }
      .wp-block-284a189 { padding: 28px 22px 32px; }
      .wp-block-8f87eef { padding: 24px 22px; }
      .wp-block-26fca1c { font-size: 19px; }
    }

    
    .wp-block-45c6e0e {
      padding: 100px 0;
      background: var(--bg-0);
    }

    .wp-block-fda58b3 { text-align: center; margin-bottom: 60px; }

    .wp-block-eab0511 {
      overflow-x: auto;
      border-radius: var(--radius-lg);
      border: 1px solid var(--border);
    }

    .wp-block-9407f5d {
      width: 100%;
      border-collapse: collapse;
      min-width: 760px;
    }

    .wp-block-9407f5d th,
    .wp-block-9407f5d td {
      padding: 0;
      text-align: center;
      border-bottom: 1px solid var(--border);
    }

    /* First column (feature names) */
    .wp-block-9407f5d th:first-child,
    .wp-block-9407f5d td:first-child {
      text-align: left;
      width: 220px;
      min-width: 180px;
    }

    /* Header row */
    .wp-block-9407f5d thead tr {
      background: var(--bg-2);
    }

    .wp-block-2c81401 {
      padding: 20px 24px;
      font-size: 13px;
      font-weight: 700;
      color: var(--text-3);
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .wp-block-5ca704a {
      padding: 20px 16px;
      font-size: 13px;
      font-weight: 700;
      color: var(--text-2);
    }

    .wp-block-5ca704a.wp-block-dccb286 {
      background: linear-gradient(180deg, rgba(255,69,0,.1) 0%, rgba(255,69,0,.04) 100%);
      border-left: 1px solid rgba(255,69,0,.3);
      border-right: 1px solid rgba(255,69,0,.3);
      position: relative;
    }

    .wp-block-5ca704a .wp-block-f148521 {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-size: 14px;
      font-weight: 800;
      color: var(--text-1);
    }

    .wp-block-5ca704a.wp-block-dccb286 .wp-block-f148521 { color: var(--orange); }

    .wp-block-945ceab {
      position: absolute;
      top: -13px;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(135deg, var(--orange), #ff2d00);
      color: #fff;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 4px 12px;
      border-radius: 100px;
      white-space: nowrap;
    }

    .wp-block-5ca704a .wp-block-466b9b6 {
      font-size: 12px;
      color: var(--text-3);
      font-weight: 500;
      margin-top: 4px;
    }
    .wp-block-5ca704a.wp-block-dccb286 .wp-block-466b9b6 { color: var(--orange-light); font-weight: 600; }

    /* Body rows */
    .wp-block-9407f5d tbody tr {
      background: var(--bg-1);
      transition: background .15s;
    }
    .wp-block-9407f5d tbody tr:hover { background: var(--bg-2); }

    .wp-block-adba818 {
      padding: 16px 24px;
      font-size: 14px;
      font-weight: 600;
      color: var(--text-2);
      text-align: left;
    }
    .wp-block-adba818 small {
      display: block;
      font-size: 12px;
      font-weight: 400;
      color: var(--text-3);
      margin-top: 2px;
    }

    .wp-block-9bf543e {
      padding: 16px 12px;
      font-size: 13px;
      font-weight: 500;
      color: var(--text-2);
    }

    .wp-block-9bf543e.wp-block-2a12558 {
      background: rgba(255,69,0,.04);
      border-left: 1px solid rgba(255,69,0,.15);
      border-right: 1px solid rgba(255,69,0,.15);
      font-weight: 700;
      color: var(--text-1);
    }

    .wp-block-9407f5d tbody tr:last-child td { border-bottom: none; }

    .wp-block-19b2987  { color: #22c55e; font-size: 16px; }
    .wp-block-b9362f5   { color: #ef4444; font-size: 16px; }
    .wp-block-8a05b60 { color: #eab308; font-size: 13px; font-weight: 600; }
    .wp-block-b823344  { color: var(--orange); font-weight: 700; font-size: 13px; }
    .wp-block-cf8b985 { color: #22c55e; font-weight: 700; font-size: 13px; }

    
    .wp-block-37a4b99 {
      padding: 100px 0;
    }

    .wp-block-46d0006 { text-align: center; margin-bottom: 60px; }

    .wp-block-1d8d24c {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      align-items: start;
    }

    .wp-block-894c2c0 {
      background: var(--bg-1);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 36px 28px;
      transition: transform .2s;
    }

    .wp-block-894c2c0:hover { transform: translateY(-4px); }

    .wp-block-894c2c0.wp-block-56ec5b0 {
      border-color: var(--orange);
      background: linear-gradient(160deg, rgba(255,69,0,.06) 0%, var(--bg-1) 60%);
      position: relative;
    }

    .wp-block-8aa766f {
      position: absolute;
      top: -13px; left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(135deg, var(--orange), #ff2d00);
      color: #fff;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 5px 16px;
      border-radius: 100px;
    }

    .wp-block-4925d40 {
      font-size: 14px;
      font-weight: 700;
      color: var(--text-3);
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 14px;
    }

    .wp-block-824c8b9 {
      font-size: 46px;
      font-weight: 900;
      letter-spacing: -1.5px;
      line-height: 1;
      margin-bottom: 6px;
    }
    .wp-block-824c8b9 sup {
      font-size: 22px;
      font-weight: 700;
      vertical-align: top;
      margin-top: 10px;
    }
    .wp-block-824c8b9 .wp-block-00361fd {
      font-size: 16px;
      font-weight: 500;
      color: var(--text-3);
      letter-spacing: 0;
    }

    .wp-block-508319a {
      font-size: 13px;
      color: var(--text-3);
      margin-bottom: 28px;
      line-height: 1.55;
    }

    .wp-block-a0821ca {
      height: 1px;
      background: var(--border);
      margin-bottom: 24px;
    }

    .wp-block-f2b8819 {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 32px;
    }

    .wp-block-f2b8819 li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 14px;
      color: var(--text-2);
    }

    .wp-block-ae6ddcd {
      color: var(--orange);
      font-size: 14px;
      flex-shrink: 0;
      margin-top: 1px;
    }

    .wp-block-894c2c0 .wp-block-a1aecbb { width: 100%; }

    
    .wp-block-3e08ef8 {
      padding: 100px 0;
      background: var(--bg-1);
    }

    .wp-block-deccec6 { text-align: center; margin-bottom: 60px; }

    .wp-block-e659700 {
      max-width: 720px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .wp-block-85e660f {
      background: var(--bg-2);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      overflow: hidden;
    }

    .wp-block-14bce89 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 24px;
      cursor: pointer;
      font-size: 15px;
      font-weight: 600;
      gap: 16px;
      transition: background .18s;
    }
    .wp-block-14bce89:hover { background: var(--bg-3); }

    .wp-block-d7e092a {
      flex-shrink: 0;
      color: var(--orange);
      transition: transform .25s;
      font-size: 18px;
    }

    .wp-block-85e660f.wp-block-c114d2f .wp-block-d7e092a { transform: rotate(180deg); }

    .wp-block-6b0f2a5 {
      max-height: 0;
      overflow: hidden;
      transition: max-height .35s ease, padding .25s;
    }
    .wp-block-85e660f.wp-block-c114d2f .wp-block-6b0f2a5 { max-height: 300px; }

    .wp-block-ca1f061 {
      padding: 0 24px 22px;
      font-size: 14px;
      color: var(--text-2);
      line-height: 1.7;
    }

    
    .wp-block-80b672f {
      padding: 120px 0;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .wp-block-80b672f::before {
      content: '';
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%,-50%);
      width: 800px; height: 500px;
      background: radial-gradient(ellipse, rgba(255,69,0,.1) 0%, transparent 70%);
    }

    .wp-block-80b672f h2 {
      font-size: clamp(30px, 5vw, 52px);
      font-weight: 900;
      letter-spacing: -1px;
      margin-bottom: 18px;
      position: relative;
      z-index: 1;
    }

    .wp-block-80b672f p {
      font-size: 18px;
      color: var(--text-2);
      max-width: 520px;
      margin: 0 auto 40px;
      position: relative;
      z-index: 1;
    }

    .wp-block-56881cc {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
    }

    .wp-block-77cf6da {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      margin-top: 28px;
      position: relative;
      z-index: 1;
      flex-wrap: wrap;
    }

    .wp-block-3145f2a {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 13px;
      color: var(--text-3);
    }
    .wp-block-3145f2a span { font-size: 15px; }

    
    footer {
      padding: 56px 0 32px;
      background: var(--bg-1);
      border-top: 1px solid var(--border);
    }

    .wp-block-a9c4c97 {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 48px;
      margin-bottom: 48px;
    }

    .wp-block-ea2f878 p {
      font-size: 14px;
      color: var(--text-3);
      line-height: 1.7;
      margin-top: 14px;
      max-width: 280px;
    }

    .wp-block-236221b h4 {
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--text-3);
      margin-bottom: 16px;
    }

    .wp-block-236221b ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .wp-block-236221b ul a {
      font-size: 14px;
      color: var(--text-2);
      transition: color .18s;
    }
    .wp-block-236221b ul a:hover { color: var(--orange); }

    .wp-block-804199e {
      border-top: 1px solid var(--border);
      padding-top: 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }

    .wp-block-804199e p {
      font-size: 13px;
      color: var(--text-3);
    }

    .wp-block-7e0844b {
      font-size: 12px;
      color: var(--text-3);
      text-align: center;
      margin-top: 16px;
      max-width: 700px;
      margin: 16px auto 0;
      line-height: 1.65;
    }

    
    .wp-block-911dd1a {
      position: fixed;
      bottom: 24px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 99;
      background: rgba(18,18,24,.92);
      border: 1px solid var(--border);
      border-radius: 100px;
      padding: 12px 18px 12px 20px;
      display: flex;
      align-items: center;
      gap: 14px;
      backdrop-filter: blur(20px);
      box-shadow: 0 8px 40px rgba(0,0,0,.5);
      white-space: nowrap;
      transition: opacity .3s;
    }

    .wp-block-911dd1a p {
      font-size: 14px;
      font-weight: 500;
      color: var(--text-2);
    }
    .wp-block-911dd1a strong { color: var(--text-1); }

    .wp-block-911dd1a .wp-block-a1aecbb { padding: 10px 22px; font-size: 14px; border-radius: 100px; }

    
    @media (max-width: 900px) {
      .wp-block-f563806 { display: none; }
      .wp-block-bc1ec8a { grid-template-columns: 1fr 1fr; }
      .wp-block-2ddcf10 { grid-template-columns: 1fr; }
      .wp-block-1d8d24c { grid-template-columns: 1fr; }
      .wp-block-ca1771f { grid-template-columns: 1fr; }
      .wp-block-79774aa { grid-template-columns: repeat(2,1fr); }
      .wp-block-a9c4c97 { grid-template-columns: 1fr 1fr; }
      .wp-block-82991d5 { display: none; }
      .wp-block-8a18a4f { flex-direction: column; align-items: flex-start; }
      .wp-block-d1e4430 { align-items: flex-start; }
    }

    @media (max-width: 600px) {
      .wp-block-bc1ec8a { grid-template-columns: 1fr; }
      .wp-block-79774aa { grid-template-columns: 1fr 1fr; }
      .wp-block-a9c4c97 { grid-template-columns: 1fr; }
      .wp-block-911dd1a p { display: none; }
    }

:root {
      --bg-0: #0a0a0a;
      --bg-1: #111;
      --bg-2: #161616;
      --bg-3: #1c1c1c;
      --border: rgba(255,255,255,.08);
      --text-1: #fff;
      --text-2: #c4c4c4;
      --text-3: #888;
      --orange: #ff4500;
      --orange-glow: rgba(255,69,0,.12);
      --radius-sm: 8px;
      --radius-md: 12px;
      --radius-lg: 16px;
      --radius-xl: 20px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    html { scroll-behavior: smooth; }

    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      background: var(--bg-0);
      color: var(--text-2);
      line-height: 1.7;
      font-size: 15px;
      -webkit-font-smoothing: antialiased;
    }

    a { color: var(--orange); text-decoration: none; }
    a:hover { text-decoration: underline; }

    .wp-block-6ae215c {
      max-width: 880px;
      margin: 0 auto;
      padding: 0 24px;
    }

    
    .wp-block-926e983 {
      border-bottom: 1px solid var(--border);
      background: rgba(10,10,10,.85);
      backdrop-filter: blur(10px);
      position: sticky;
      top: 0;
      z-index: 10;
    }
    .wp-block-f828821 {
      max-width: 1200px;
      margin: 0 auto;
      padding: 16px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .wp-block-4f0896b {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      color: var(--text-1);
      font-size: 18px;
      text-decoration: none;
    }
    .wp-block-4f0896b .wp-block-d6bc889 {
      width: 30px; height: 30px;
      border-radius: 8px;
      background: linear-gradient(135deg, #ff4500, #7c3aed);
      display: flex; align-items: center; justify-content: center;
      font-size: 14px;
    }
    .wp-block-4f0896b .wp-block-971517c { color: var(--orange); }
    .wp-block-b1a3e67 {
      font-size: 13px;
      color: var(--text-3);
      text-decoration: none;
      transition: color .15s;
    }
    .wp-block-b1a3e67:hover { color: var(--orange); text-decoration: none; }

    
    .wp-block-90f7c07 {
      padding: 70px 0 50px;
      text-align: center;
      border-bottom: 1px solid var(--border);
    }
    .wp-block-7251b95 {
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--orange);
      background: var(--orange-glow);
      border: 1px solid rgba(255,69,0,.25);
      padding: 6px 14px;
      border-radius: 999px;
      margin-bottom: 18px;
    }
    .wp-block-90f7c07 h1 {
      font-size: 38px;
      font-weight: 900;
      letter-spacing: -1px;
      color: var(--text-1);
      line-height: 1.15;
      margin-bottom: 14px;
    }
    .wp-block-90f7c07 .wp-block-cd6e196 {
      font-size: 13px;
      color: var(--text-3);
    }

    
    .wp-block-2b8d716 {
      padding: 60px 0 80px;
    }

    .wp-block-45d8216 {
      margin-bottom: 44px;
      padding-bottom: 32px;
      border-bottom: 1px solid var(--border);
    }
    .wp-block-45d8216:last-of-type {
      border-bottom: 0;
    }

    .wp-block-45d8216 h2 {
      font-size: 22px;
      font-weight: 800;
      letter-spacing: -.3px;
      color: var(--text-1);
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .wp-block-45d8216 h2 .wp-block-48c0b22 {
      flex-shrink: 0;
      width: 30px; height: 30px;
      border-radius: 50%;
      background: var(--orange-glow);
      border: 1px solid rgba(255,69,0,.3);
      color: var(--orange);
      font-size: 13px;
      font-weight: 800;
      display: flex; align-items: center; justify-content: center;
    }

    .wp-block-45d8216 p {
      margin-bottom: 14px;
      color: var(--text-2);
    }

    .wp-block-45d8216 strong {
      color: var(--text-1);
      font-weight: 700;
    }

    .wp-block-45d8216 ul {
      list-style: none;
      padding: 0;
      margin: 14px 0;
    }
    .wp-block-45d8216 li {
      padding: 8px 0 8px 22px;
      position: relative;
      color: var(--text-2);
    }
    .wp-block-45d8216 li::before {
      content: "›";
      position: absolute;
      left: 0;
      color: var(--orange);
      font-weight: 800;
    }

    .wp-block-45ff3de {
      background: var(--bg-2);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      padding: 20px 22px;
      margin-top: 14px;
    }
    .wp-block-8ea8533 {
      display: flex;
      gap: 12px;
      padding: 6px 0;
      font-size: 14px;
    }
    .wp-block-8ea8533 .wp-block-de24cdd {
      flex-shrink: 0;
      width: 130px;
      color: var(--text-3);
      font-weight: 600;
    }
    .wp-block-8ea8533 .wp-block-de3902f {
      color: var(--text-1);
      word-break: break-word;
    }

    .wp-block-3a2672f {
      color: var(--text-3);
      font-style: italic;
      background: rgba(255,69,0,.08);
      border: 1px dashed rgba(255,69,0,.3);
      padding: 1px 8px;
      border-radius: 4px;
      font-size: 13px;
    }

    
    footer {
      background: var(--bg-1);
      border-top: 1px solid var(--border);
      padding: 40px 0 36px;
      margin-top: 0;
    }
    footer .wp-block-6ae215c { text-align: center; }
    footer p {
      color: var(--text-3);
      font-size: 13px;
      margin-bottom: 8px;
    }
    footer a {
      color: var(--text-3);
      text-decoration: none;
      font-size: 13px;
    }
    footer a:hover { color: var(--orange); }
    .wp-block-f83c3f6 {
      display: flex;
      justify-content: center;
      gap: 22px;
      margin-bottom: 16px;
      flex-wrap: wrap;
    }

    
    @media (max-width: 640px) {
      .wp-block-90f7c07 { padding: 50px 0 36px; }
      .wp-block-90f7c07 h1 { font-size: 28px; }
      .wp-block-2b8d716 { padding: 44px 0 60px; }
      .wp-block-45d8216 h2 { font-size: 19px; }
      .wp-block-8ea8533 { flex-direction: column; gap: 2px; }
      .wp-block-8ea8533 .wp-block-de24cdd { width: auto; }
    }
