:root{
      --bg0:#fff7f9;
      --bg1:#fff;
      --ink:#1f2430;
      --muted:#5b6475;
      --muted2:#7a859a;
      --line:rgba(31,36,48,.10);
      --card:rgba(255,255,255,.86);
      --card2:#fff;
      --shadow:0 18px 45px rgba(30, 24, 50, .10);
      --shadow2:0 10px 26px rgba(30, 24, 50, .10);
      --rose:#d62f66;
      --rose2:#ff4f86;
      --rose3:#ff7aa8;
      --deep:#12223a;
      --deep2:#0f1b2e;
      --accent:#7c2cf2;
      --focus:rgba(214,47,102,.25);
      --radius:18px;
      --radius2:26px;
      --container:1120px;
      --pad:20px;
    }

    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC","Hiragino Sans GB","Microsoft YaHei", Arial, "Noto Sans", sans-serif;
      color:var(--ink);
      background:
        radial-gradient(900px 520px at 10% -10%, rgba(214,47,102,.18), transparent 55%),
        radial-gradient(700px 480px at 95% 10%, rgba(124,44,242,.14), transparent 50%),
        linear-gradient(180deg, var(--bg0), #ffffff 38%, #fff 100%);
      overflow-x:hidden;
    }

    .skip-link{
      position:absolute;
      left:-999px;
      top:12px;
      padding:10px 14px;
      background:#111827;
      color:#fff;
      border-radius:10px;
      z-index:9999;
    }
    .skip-link:focus{left:12px}

    .container{
      width:100%;
      max-width:var(--container);
      margin:0 auto;
      padding:0 var(--pad);
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,255,255,.72);
      backdrop-filter: blur(10px);
      border-bottom:1px solid rgba(31,36,48,.08);
    }

    .nav-wrap{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:12px 0;
    }

    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:260px;
    }

    .brand-link{
      display:block;
      width:46px;
      height:46px;
      border-radius:14px;
      overflow:hidden;
      background:linear-gradient(135deg, rgba(214,47,102,.18), rgba(124,44,242,.12));
      border:1px solid rgba(214,47,102,.20);
      box-shadow:0 10px 24px rgba(214,47,102,.10);
      flex:0 0 auto;
    }
    .brand-link img{width:100%; height:100%; object-fit:contain; display:block}

    .brand-text{display:flex; flex-direction:column; line-height:1.1}
    .brand-name{font-weight:900; letter-spacing:.2px}
    .brand-sub{font-size:12px; color:var(--muted); margin-top:4px}

    .desktop-nav{
      display:flex;
      align-items:center;
      gap:14px;
      flex-wrap:wrap;
      justify-content:center;
    }
    .nav-link{
      color:var(--muted);
      text-decoration:none;
      padding:8px 10px;
      border-radius:12px;
      font-size:14px;
      transition: background .2s ease, color .2s ease, transform .2s ease;
    }
    .nav-link:hover{
      background:rgba(214,47,102,.08);
      color:var(--ink);
      transform: translateY(-1px);
    }

    .nav-actions{
      display:flex;
      align-items:center;
      gap:12px;
      justify-content:flex-end;
      min-width:260px;
    }

    .text-link{
      color:var(--deep);
      text-decoration:none;
      font-weight:700;
      font-size:14px;
      padding:8px 10px;
      border-radius:12px;
      transition: background .2s ease, transform .2s ease, color .2s ease;
    }
    .text-link:hover{background:rgba(214,47,102,.10); transform: translateY(-1px); color:var(--rose)}
    
    .primary-btn,.secondary-btn,.ghost-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      padding:12px 14px;
      border-radius:14px;
      border:1px solid transparent;
      text-decoration:none;
      font-weight:900;
      letter-spacing:.2px;
      font-size:14px;
      cursor:pointer;
      user-select:none;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
      white-space:nowrap;
    }

    .primary-btn{
      background:linear-gradient(135deg, var(--rose), var(--rose2));
      color:#fff;
      box-shadow:0 16px 36px rgba(214,47,102,.25);
    }
    .primary-btn:hover{transform: translateY(-2px); box-shadow:0 22px 48px rgba(214,47,102,.28)}
    .primary-btn:focus{outline:3px solid var(--focus); outline-offset:2px}

    .secondary-btn{
      background:#fff;
      color:var(--deep);
      border-color:rgba(214,47,102,.22);
      box-shadow:0 12px 26px rgba(214,47,102,.12);
    }
    .secondary-btn:hover{transform: translateY(-2px); border-color:rgba(214,47,102,.40); box-shadow:0 18px 40px rgba(214,47,102,.16)}
    .secondary-btn:focus{outline:3px solid var(--focus); outline-offset:2px}

    .ghost-btn{
      background:rgba(255,255,255,.55);
      border-color:rgba(31,36,48,.12);
      color:var(--ink);
    }
    .ghost-btn:hover{transform: translateY(-2px); border-color:rgba(214,47,102,.35); background:rgba(255,255,255,.72)}
    .ghost-btn:focus{outline:3px solid var(--focus); outline-offset:2px}

    .icon-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:44px;
      height:44px;
      border-radius:14px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.78);
      cursor:pointer;
      transition: transform .18s ease, background .18s ease, border-color .18s ease;
    }
    .icon-btn:hover{transform: translateY(-1px); border-color:rgba(214,47,102,.30); background:#fff}
    .icon-btn:focus{outline:3px solid var(--focus); outline-offset:2px}

    .hamburger{
      width:18px;height:12px; position:relative; display:block;
    }
    .hamburger::before,.hamburger::after,.hamburger{
      background:transparent;
    }
    .hamburger::before{
      content:"";
      position:absolute; left:0; right:0; top:0;
      height:2px; border-radius:2px;
      background:linear-gradient(90deg, var(--rose), var(--accent));
      box-shadow:0 6px 0 rgba(214,47,102,.40), 0 12px 0 rgba(124,44,242,.25);
    }
    .close-icon{
      width:18px;height:18px; position:relative; display:block;
    }
    .close-icon::before,.close-icon::after{
      content:"";
      position:absolute; left:50%; top:50%;
      width:16px; height:2px; border-radius:2px;
      background:linear-gradient(90deg, var(--rose), var(--accent));
      transform-origin:center;
    }
    .close-icon::before{transform: translate(-50%,-50%) rotate(45deg)}
    .close-icon::after{transform: translate(-50%,-50%) rotate(-45deg)}

    .mobile-menu-btn{display:none}

    .mobile-menu{
      display:none;
      position:fixed;
      inset:0;
      background:rgba(12, 18, 34, .36);
      backdrop-filter: blur(8px);
      z-index:80;
      padding:18px;
      align-items:flex-start;
      justify-content:center;
    }
    .mobile-menu.open{display:flex}
    .mobile-menu-inner{
      width:100%;
      max-width:560px;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(31,36,48,.10);
      border-radius:22px;
      box-shadow:0 30px 80px rgba(0,0,0,.18);
      padding:14px;
      animation: pop .18s ease;
    }
    @keyframes pop{from{transform: translateY(-6px); opacity:.6}to{transform:none; opacity:1}}
    .mobile-top{display:flex; align-items:center; justify-content:space-between; padding:6px 6px 10px}
    .mobile-title{font-weight:950}
    .close-btn{border-color:rgba(31,36,48,.12)}
    .mobile-links{display:flex; flex-direction:column; gap:10px; padding:6px}
    .mobile-link{
      text-decoration:none;
      color:var(--ink);
      background:rgba(214,47,102,.08);
      border:1px solid rgba(214,47,102,.16);
      padding:12px 12px;
      border-radius:16px;
      font-weight:900;
      letter-spacing:.1px;
      transition: transform .18s ease, background .18s ease;
    }
    .mobile-link:hover{transform: translateY(-1px); background:rgba(214,47,102,.12)}
    .mobile-cta{display:flex; flex-direction:column; gap:10px; padding:10px 6px 6px}
    .primary-btn.full,.secondary-btn.full{width:100%}

    .hero{
      position:relative;
      padding:42px 0 26px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns: 1.12fr .88fr;
      gap:22px;
      align-items:start;
    }
    .hero-copy{padding-top:6px}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:10px 12px;
      border:1px solid rgba(214,47,102,.18);
      background:rgba(255,255,255,.65);
      border-radius:999px;
      box-shadow:0 14px 35px rgba(214,47,102,.10);
      font-weight:900;
      color:var(--deep);
    }
    .dot{
      width:10px;height:10px;border-radius:50%;
      background:linear-gradient(135deg, var(--rose), var(--accent));
      box-shadow:0 0 0 6px rgba(214,47,102,.12);
    }
    .hero-title{
      margin:16px 0 10px;
      font-size:40px;
      line-height:1.06;
      letter-spacing:-.6px;
      font-weight:1000;
    }
    .hero-desc{
      color:var(--muted);
      margin:0;
      font-size:16px;
      line-height:1.7;
      max-width:58ch;
    }
    .hero-actions{
      display:flex;
      gap:12px;
      align-items:center;
      margin-top:18px;
      flex-wrap:wrap;
    }
    .hero-btn{padding:13px 16px}

    .hero-badges{
      display:flex;
      gap:10px;
      margin-top:18px;
      flex-wrap:wrap;
    }
    .badge{
      display:flex;
      align-items:center;
      gap:10px;
      padding:10px 12px;
      border-radius:16px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.64);
      box-shadow:0 14px 30px rgba(31,36,48,.06);
    }
    .badge-ico{
      width:30px;height:30px;border-radius:12px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(135deg, rgba(214,47,102,.18), rgba(124,44,242,.10));
      border:1px solid rgba(214,47,102,.18);
      font-weight:1000;
    }
    .badge-text{font-weight:900; color:var(--deep); font-size:14px}

    .hero-panel{
      background:linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.62));
      border:1px solid rgba(31,36,48,.10);
      border-radius:var(--radius2);
      box-shadow: var(--shadow);
      padding:18px;
      position:relative;
      overflow:hidden;
    }
    .hero-panel::before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(600px 280px at 30% 0%, rgba(214,47,102,.22), transparent 60%),
        radial-gradient(520px 260px at 80% 20%, rgba(124,44,242,.18), transparent 58%);
      pointer-events:none;
      opacity:.9;
    }
    .hero-panel > *{position:relative}
    .panel-top{display:flex; flex-direction:column; gap:8px; padding-bottom:8px}
    .panel-title{font-weight:1000; letter-spacing:-.2px; font-size:16px}
    .panel-sub{color:var(--muted); font-size:13px; line-height:1.5}

    .data-cards{
      display:grid;
      grid-template-columns: 1fr;
      gap:12px;
      margin-top:10px;
    }
    .data-card{
      background:rgba(255,255,255,.70);
      border:1px solid rgba(31,36,48,.10);
      border-radius:18px;
      padding:12px 12px;
      box-shadow: 0 16px 36px rgba(0,0,0,.06);
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .data-card:hover{
      transform: translateY(-2px);
      box-shadow: 0 22px 55px rgba(0,0,0,.10);
    }
    .data-num{font-size:18px; font-weight:1000; color:var(--deep); letter-spacing:-.2px}
    .data-label{font-weight:950; margin-top:6px}
    .data-hint{color:var(--muted); font-size:12.5px; line-height:1.45; margin-top:6px}

    .timeline{
      margin-top:14px;
      border-top:1px dashed rgba(31,36,48,.14);
      padding-top:14px;
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .timeline-item{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:10px 10px;
      border-radius:16px;
      background:rgba(255,255,255,.55);
      border:1px solid rgba(31,36,48,.09);
    }
    .t-step{
      flex:0 0 auto;
      width:38px;height:38px;
      border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(135deg, rgba(214,47,102,.22), rgba(124,44,242,.12));
      border:1px solid rgba(214,47,102,.20);
      font-weight:1000;
      color:var(--deep);
    }
    .t-title{font-weight:1000}
    .t-desc{color:var(--muted); font-size:13px; margin-top:4px; line-height:1.45}

    .panel-cta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-top:14px;
      flex-wrap:wrap;
    }

    .hero-wave{
      position:absolute;
      left:50%;
      transform:translateX(-50%);
      bottom:-40px;
      width:min(1100px, 96vw);
      height:120px;
      background:
        radial-gradient(160px 70px at 20% 30%, rgba(214,47,102,.24), transparent 62%),
        radial-gradient(160px 70px at 55% 25%, rgba(124,44,242,.18), transparent 60%),
        radial-gradient(180px 70px at 80% 35%, rgba(255,79,134,.18), transparent 62%);
      filter: blur(4px);
      opacity:.8;
      pointer-events:none;
    }

    .section{padding:46px 0}
    .section-soft{
      background:linear-gradient(180deg, rgba(255,255,255,.0), rgba(255,255,255,.35));
      border-top:1px solid rgba(31,36,48,.06);
      border-bottom:1px solid rgba(31,36,48,.06);
    }

    .section-head{
      display:flex;
      flex-direction:column;
      gap:10px;
      margin-bottom:18px;
    }
    .section-head.split{
      flex-direction:row;
      align-items:flex-end;
      justify-content:space-between;
      gap:16px;
    }
    .section-title{
      margin:0;
      font-size:26px;
      letter-spacing:-.4px;
      font-weight:1000;
    }
    .section-desc{
      margin:0;
      color:var(--muted);
      line-height:1.7;
      font-size:15px;
      max-width:78ch;
    }

    .about-grid{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .feature-card{
      background:rgba(255,255,255,.68);
      border:1px solid rgba(31,36,48,.10);
      border-radius:20px;
      padding:16px;
      box-shadow:0 18px 45px rgba(0,0,0,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height:160px;
    }
    .feature-card:hover{
      transform: translateY(-3px);
      border-color:rgba(214,47,102,.26);
      box-shadow:0 28px 70px rgba(214,47,102,.12);
    }
    .feature-icon{
      width:44px;height:44px;
      border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(135deg, rgba(214,47,102,.18), rgba(124,44,242,.12));
      border:1px solid rgba(214,47,102,.18);
      font-size:20px;
    }
    .feature-title{margin:12px 0 6px; font-size:16px; font-weight:1000}
    .feature-text{margin:0; color:var(--muted); line-height:1.65; font-size:13.5px}

    .services-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
    }
    .service-card{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(31,36,48,.10);
      border-radius:22px;
      padding:16px;
      box-shadow:0 18px 55px rgba(0,0,0,.06);
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height:210px;
      display:flex;
      flex-direction:column;
    }
    .service-card:hover{transform: translateY(-3px); border-color:rgba(214,47,102,.28); box-shadow:0 26px 78px rgba(214,47,102,.13)}
    .service-top{display:flex; justify-content:space-between; align-items:center}
    .service-tag{
      font-size:12px;
      color:var(--deep);
      font-weight:1000;
      background:rgba(214,47,102,.10);
      border:1px solid rgba(214,47,102,.18);
      padding:7px 10px;
      border-radius:999px;
    }
    .service-ico{
      width:44px;height:44px;
      border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(135deg, rgba(214,47,102,.18), rgba(124,44,242,.12));
      border:1px solid rgba(214,47,102,.18);
      font-size:20px;
    }
    .service-title{margin:12px 0 6px; font-size:16px; font-weight:1000; letter-spacing:-.2px}
    .service-text{margin:0; color:var(--muted); line-height:1.7; font-size:13.5px}
    .card-link{
      margin-top:auto;
      display:inline-flex;
      align-items:center;
      gap:8px;
      text-decoration:none;
      font-weight:950;
      color:var(--rose);
      padding:10px 0 0;
    }
    .card-link::after{
      content:"→";
      font-weight:1000;
      transition: transform .18s ease;
    }
    .service-card:hover .card-link::after{transform: translateX(4px)}

    .two-col{
      display:grid;
      grid-template-columns: 1fr .95fr;
      gap:16px;
      align-items:start;
    }
    .stack{display:flex; flex-direction:column; gap:14px}

    .list-card{
      background:rgba(255,255,255,.72);
      border:1px solid rgba(31,36,48,.10);
      border-radius:22px;
      padding:16px;
      box-shadow:0 20px 60px rgba(0,0,0,.06);
    }
    .list-card-head{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px}
    .list-card-title{font-weight:1000}
    .pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px; border-radius:999px;
      border:1px solid rgba(214,47,102,.18);
      background:rgba(214,47,102,.09);
      color:var(--deep);
      font-weight:1000;
      font-size:12px;
      white-space:nowrap;
    }
    .check-list{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px}
    .check{display:inline-flex; align-items:center; justify-content:center; width:22px; height:22px; border-radius:10px; background:rgba(214,47,102,.12); border:1px solid rgba(214,47,102,.20); color:var(--rose); font-weight:1000; margin-right:10px}
    .check-list li{display:flex; align-items:flex-start; color:var(--ink); font-weight:750; line-height:1.45; font-size:14px}
    .check-list.compact li{font-size:13.5px}

    .cost-card{
      background:linear-gradient(135deg, rgba(214,47,102,.10), rgba(124,44,242,.08));
      border:1px solid rgba(31,36,48,.10);
      border-radius:22px;
      padding:16px;
      display:flex;
      gap:14px;
      align-items:center;
      justify-content:space-between;
      box-shadow:0 24px 70px rgba(214,47,102,.10);
      position:relative;
      overflow:hidden;
    }
    .cost-card::before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(420px 220px at 10% 30%, rgba(214,47,102,.22), transparent 60%),
        radial-gradient(420px 220px at 90% 0%, rgba(124,44,242,.18), transparent 62%);
      opacity:.9;
      pointer-events:none;
    }
    .cost-card > *{position:relative}
    .cost-left{flex:1}
    .cost-title{font-size:18px; font-weight:1000}
    .cost-desc{color:var(--muted); margin-top:6px; line-height:1.6; font-size:13.5px}
    .cost-actions{display:flex; gap:10px; margin-top:12px; flex-wrap:wrap}
    .cost-right{flex:0 0 auto}
    .token-ring{
      width:98px; height:98px;
      border-radius:50%;
      background:rgba(255,255,255,.6);
      border:1px solid rgba(31,36,48,.10);
      display:flex; flex-direction:column; align-items:center; justify-content:center;
      box-shadow:0 18px 50px rgba(0,0,0,.08);
      position:relative;
      overflow:hidden;
    }
    .token-ring::before{
      content:"";
      position:absolute;
      inset:-20px;
      background: conic-gradient(from 210deg, rgba(214,47,102,.55), rgba(124,44,242,.35), rgba(255,79,134,.35), rgba(214,47,102,.55));
      opacity:.22;
      filter: blur(1px);
    }
    .token-ring > *{position:relative}
    .ring-num{font-weight:1000; font-size:22px; color:var(--rose)}
    .ring-sub{font-weight:950; font-size:12px; color:var(--deep); margin-top:2px}

    .mini-grid{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:12px;
    }
    .mini-card{
      background:rgba(255,255,255,.74);
      border:1px solid rgba(31,36,48,.10);
      border-radius:18px;
      padding:14px;
      box-shadow:0 18px 45px rgba(0,0,0,.06);
      transition: transform .18s ease, border-color .18s ease;
    }
    .mini-card:hover{transform: translateY(-3px); border-color:rgba(214,47,102,.28)}
    .mini-ico{
      width:38px; height:38px; border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(135deg, rgba(214,47,102,.18), rgba(124,44,242,.12));
      border:1px solid rgba(214,47,102,.18);
      font-size:18px;
    }
    .mini-title{margin-top:10px; font-weight:1000}
    .mini-text{margin-top:6px; color:var(--muted); font-size:13px; line-height:1.5}

    .media-strip{
      margin-top:14px;
      background:rgba(255,255,255,.70);
      border:1px solid rgba(31,36,48,.10);
      border-radius:22px;
      padding:14px;
      box-shadow:0 20px 60px rgba(0,0,0,.06);
    }
    .media-strip-head{display:flex; flex-direction:column; gap:6px; margin-bottom:12px}
    .media-strip-title{font-weight:1000}
    .media-strip-sub{color:var(--muted); font-size:13px}

    .media-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:12px;
    }
    .img-frame{
      border-radius:18px;
      overflow:hidden;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.55);
      box-shadow:0 18px 45px rgba(0,0,0,.06);
      aspect-ratio: 16/10;
    }
    .img-frame:nth-child(3){
      grid-column: span 2;
      aspect-ratio: 16/7;
    }
    .img-frame img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      transition: transform .22s ease;
    }
    .img-frame:hover img{transform: scale(1.03)}

    .solution-grid{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .solution-card{
      background:rgba(255,255,255,.76);
      border:1px solid rgba(31,36,48,.10);
      border-radius:22px;
      padding:16px;
      box-shadow:0 18px 55px rgba(0,0,0,.06);
      transition: transform .18s ease, border-color .18s ease;
      min-height:210px;
      display:flex;
      flex-direction:column;
    }
    .solution-card:hover{transform: translateY(-3px); border-color:rgba(214,47,102,.28)}
    .solution-top{display:flex; align-items:center; justify-content:flex-start; gap:10px}
    .solution-ico{
      width:42px;height:42px;
      border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(135deg, rgba(214,47,102,.18), rgba(124,44,242,.12));
      border:1px solid rgba(214,47,102,.18);
      font-size:20px;
      flex:0 0 auto;
    }
    .solution-title{margin:0; font-size:16px; font-weight:1000}
    .solution-text{margin:12px 0 0; color:var(--muted); line-height:1.7; font-size:13.5px}
    .solution-tags{margin-top:auto; display:flex; flex-wrap:wrap; gap:8px; padding-top:14px}
    .tag{
      font-size:12px;
      padding:8px 10px;
      border-radius:999px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.62);
      color:var(--deep);
      font-weight:900;
    }

    .network-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .network-card{
      background:rgba(255,255,255,.72);
      border:1px solid rgba(31,36,48,.10);
      border-radius:22px;
      padding:16px;
      box-shadow:0 18px 55px rgba(0,0,0,.06);
    }
    .network-title{font-weight:1000; margin-bottom:12px}
    .simple-list{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px}
    .bullet{
      width:10px; height:10px; border-radius:50%;
      background:linear-gradient(135deg, var(--rose), var(--accent));
      display:inline-block;
      margin-right:10px;
      box-shadow:0 0 0 6px rgba(214,47,102,.10);
      flex:0 0 auto;
    }
    .simple-list li{display:flex; align-items:flex-start; color:var(--muted); line-height:1.5; font-weight:700; font-size:14px}

    .steps-grid{
      display:grid;
      grid-template-columns: repeat(5, 1fr);
      gap:12px;
    }
    .step-card{
      background:rgba(255,255,255,.76);
      border:1px solid rgba(31,36,48,.10);
      border-radius:22px;
      padding:14px;
      box-shadow:0 18px 55px rgba(0,0,0,.06);
      min-height:150px;
      display:flex;
      flex-direction:column;
      transition: transform .18s ease, border-color .18s ease;
    }
    .step-card:hover{transform: translateY(-3px); border-color:rgba(214,47,102,.28)}
    .step-no{
      width:40px;height:40px;border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(135deg, rgba(214,47,102,.18), rgba(124,44,242,.12));
      border:1px solid rgba(214,47,102,.18);
      font-weight:1000;
    }
    .step-title{margin-top:12px; font-weight:1000}
    .step-text{margin-top:6px; color:var(--muted); line-height:1.6; font-size:13.5px}

    .cases-grid{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .case-card{
      background:rgba(255,255,255,.76);
      border:1px solid rgba(31,36,48,.10);
      border-radius:22px;
      box-shadow:0 18px 55px rgba(0,0,0,.06);
      overflow:hidden;
      display:flex;
      flex-direction:column;
      transition: transform .18s ease, border-color .18s ease;
      min-height:260px;
    }
    .case-card:hover{transform: translateY(-3px); border-color:rgba(214,47,102,.28)}
    .case-media{
      height:88px;
      background:linear-gradient(135deg, rgba(214,47,102,.12), rgba(124,44,242,.10));
      border-bottom:1px solid rgba(31,36,48,.08);
      display:flex; align-items:center; justify-content:center;
      position:relative;
    }
    .case-media::after{
      content:"";
      position:absolute; inset:-40px;
      background: radial-gradient(160px 80px at 25% 40%, rgba(214,47,102,.20), transparent 62%),
                  radial-gradient(160px 80px at 75% 20%, rgba(124,44,242,.18), transparent 62%);
      opacity:.9;
    }
    .media-placeholder{
      position:relative;
      width:72px;height:44px;
      border-radius:18px;
      background:rgba(255,255,255,.64);
      border:1px solid rgba(31,36,48,.10);
      display:flex; align-items:center; justify-content:center;
      font-weight:1000;
      color:var(--deep);
      box-shadow:0 20px 50px rgba(0,0,0,.08);
    }
    .case-body{
      padding:14px;
      display:flex;
      flex-direction:column;
      gap:8px;
    }
    .case-meta{display:flex; flex-wrap:wrap; gap:8px; align-items:center}
    .case-pill{
      font-size:12px;
      padding:7px 10px;
      border-radius:999px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.62);
      font-weight:950;
      color:var(--deep);
    }
    .case-dot{
      width:6px;height:6px;border-radius:50%;
      background:linear-gradient(135deg, var(--rose), var(--accent));
      display:inline-block;
    }
    .case-title{margin:4px 0 0; font-weight:1000; font-size:16px; letter-spacing:-.2px}
    .case-desc{margin:0; color:var(--muted); line-height:1.7; font-size:13.5px}
    .cases-grid .card-link{padding-top:10px}

    .rating-badge{
      background:rgba(255,255,255,.72);
      border:1px solid rgba(31,36,48,.10);
      border-radius:22px;
      padding:14px 14px;
      box-shadow:0 18px 55px rgba(0,0,0,.06);
      min-width:220px;
    }
    .rating-top{display:flex; gap:10px; align-items:center; justify-content:space-between}
    .stars{color:var(--rose); letter-spacing:2px; font-size:15px}
    .rating-text{font-weight:1000}
    .rating-score{
      display:flex; align-items:baseline; gap:8px;
      margin-top:10px;
    }
    .score-num{font-size:34px; font-weight:1000; color:var(--deep)}
    .score-max{color:var(--muted); font-weight:900}

    .compare-grid{
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:14px;
      align-items:start;
    }
    .compare-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      box-shadow:0 26px 90px rgba(0,0,0,.08);
      padding:16px;
    }
    .compare-head{display:flex; flex-direction:column; gap:6px; margin-bottom:10px}
    .compare-title{font-weight:1000; font-size:18px}
    .compare-sub{color:var(--muted); font-size:13.5px; line-height:1.6}

    .table-wrap{
      overflow:auto;
      border-radius:18px;
      border:1px solid rgba(31,36,48,.10);
      background:rgba(255,255,255,.70);
    }
    .compare-table{
      width:100%;
      border-collapse:collapse;
      min-width:700px;
    }
    .compare-table th, .compare-table td{
      padding:12px 12px;
      border-bottom:1px solid rgba(31,36,48,.08);
      text-align:left;
      vertical-align:top;
      font-size:14px;
      line-height:1.5;
    }
    .compare-table th{
      background:linear-gradient(135deg, rgba(214,47,102,.10), rgba(124,44,242,.08));
      font-weight:1000;
      color:var(--deep);
      position:sticky;
      top:0;
      z-index:1;
    }
    .ok-pill,.warn-pill{
      display:inline-flex; align-items:center; gap:8px;
      padding:8px 10px;
      border-radius:999px;
      font-weight:1000;
      font-size:12.5px;
      border:1px solid rgba(31,36,48,.10);
      white-space:nowrap;
    }
    .ok-pill{
      color:#1f3b2f;
      background:rgba(46, 204, 113, .12);
      border-color:rgba(46, 204, 113, .22);
    }
    .warn-pill{
      color:#4a2a2a;
      background:rgba(214, 47, 102, .10);
      border-color:rgba(214, 47, 102, .18);
    }

    .compare-foot{
      display:flex;
      gap:10px;
      align-items:center;
      justify-content:flex-start;
      flex-wrap:wrap;
      margin-top:12px;
    }

    .side-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      box-shadow:0 26px 90px rgba(0,0,0,.06);
      padding:16px;
      position:sticky;
      top:92px;
    }
    .side-title{font-weight:1000; font-size:18px}
    .side-text{color:var(--muted); line-height:1.7; margin-top:8px; font-size:13.5px}
    .side-list{list-style:none; padding:0; margin:12px 0 0; display:flex; flex-direction:column; gap:10px}
    .side-bullet{
      width:10px;height:10px;border-radius:50%;
      background:linear-gradient(135deg, var(--rose), var(--accent));
      display:inline-block;
      margin-right:10px;
      box-shadow:0 0 0 6px rgba(214,47,102,.10);
      flex:0 0 auto;
    }
    .side-list li{
      display:flex; align-items:flex-start;
      color:var(--ink);
      font-weight:850;
      line-height:1.5;
      font-size:14px;
    }
    .side-cta{margin-top:14px}
    .side-divider{height:1px; background:rgba(31,36,48,.08); margin:14px 0}
    .proof{display:flex; flex-direction:column; gap:12px}
    .proof-row{display:flex; gap:12px; align-items:flex-start}
    .proof-num{
      width:52px;height:36px;
      border-radius:16px;
      display:flex; align-items:center; justify-content:center;
      background:rgba(214,47,102,.10);
      border:1px solid rgba(214,47,102,.18);
      font-weight:1000;
      color:var(--rose);
      flex:0 0 auto;
    }
    .proof-label{color:var(--muted); font-size:13.5px; line-height:1.55; font-weight:750}

    .match-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .match-card{
      background:rgba(255,255,255,.80);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      box-shadow:0 26px 90px rgba(0,0,0,.08);
      padding:16px;
    }
    .match-card-head{display:flex; flex-direction:column; gap:6px; margin-bottom:10px}
    .match-title{font-weight:1000; font-size:18px}
    .match-sub{color:var(--muted); font-size:13.5px; line-height:1.6}

    .form{margin-top:10px; display:flex; flex-direction:column; gap:12px}
    .compact-form{gap:10px}

    .form-row{display:flex; flex-direction:column; gap:8px}
    .field{font-weight:950; font-size:13.5px}
    input,select,textarea{
      width:100%;
      padding:12px 12px;
      border-radius:16px;
      border:1px solid rgba(31,36,48,.14);
      background:rgba(255,255,255,.74);
      color:var(--ink);
      outline:none;
      font-size:14px;
      transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease, background .18s ease;
    }
    textarea{resize:vertical; min-height:108px}
    input:focus,select:focus,textarea:focus{
      border-color:rgba(214,47,102,.42);
      box-shadow:0 0 0 5px rgba(214,47,102,.18);
      background:#fff;
    }

    select{appearance:none; background-image: linear-gradient(45deg, transparent 50%, rgba(31,36,48,.55) 50%), linear-gradient(135deg, rgba(31,36,48,.55) 50%, transparent 50%); background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px); background-size: 6px 6px, 6px 6px; background-repeat:no-repeat; padding-right:36px}

    .form-agree{
      display:flex; align-items:center; gap:10px;
      color:var(--muted);
      font-weight:750;
      font-size:13.5px;
      line-height:1.4;
      margin-top:-6px;
    }
    .form-note{
      width:22px;height:22px;border-radius:10px;
      display:inline-flex; align-items:center; justify-content:center;
      background:rgba(214,47,102,.12);
      border:1px solid rgba(214,47,102,.20);
      color:var(--rose);
      font-weight:1000;
      flex:0 0 auto;
    }
    .form-actions{display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-top:2px}

    .match-right{display:flex; flex-direction:column; gap:14px}
    .match-intro-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      box-shadow:0 26px 90px rgba(0,0,0,.06);
      padding:16px;
    }
    .match-intro-title{font-weight:1000; font-size:18px}
    .step-bullets{list-style:none; padding:0; margin:12px 0 0; display:flex; flex-direction:column; gap:12px}
    .step-bullets li{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px 12px;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(31,36,48,.10);
      border-radius:20px;
    }
    .sb-ico{
      width:34px;height:34px;border-radius:14px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(135deg, rgba(214,47,102,.18), rgba(124,44,242,.12));
      border:1px solid rgba(214,47,102,.18);
      font-weight:1000;
      color:var(--deep);
      flex:0 0 auto;
    }
    .sb-title{font-weight:1000}
    .sb-text{color:var(--muted); margin-top:4px; font-size:13.5px; line-height:1.5}

    .trusted-row{
      margin-top:14px;
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:10px;
    }
    .trusted-item{
      background:rgba(214,47,102,.08);
      border:1px solid rgba(214,47,102,.16);
      border-radius:18px;
      padding:12px 10px;
      text-align:center;
    }
    .trusted-num{font-weight:1000; color:var(--rose)}
    .trusted-label{margin-top:6px; color:var(--deep); font-weight:950; font-size:13px}

    .quick-links{margin-top:12px; display:flex; flex-wrap:wrap; gap:10px}
    .pill-link{
      text-decoration:none;
      font-weight:950;
      font-size:13px;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(31,36,48,.12);
      background:rgba(255,255,255,.62);
      color:var(--deep);
      transition: transform .18s ease, border-color .18s ease;
    }
    .pill-link:hover{transform: translateY(-2px); border-color:rgba(214,47,102,.35)}
    
    .price-ref{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      box-shadow:0 26px 90px rgba(0,0,0,.06);
      padding:16px;
    }
    .price-head{display:flex; flex-direction:column; gap:6px}
    .price-title{font-weight:1000; font-size:18px}
    .price-sub{color:var(--muted); font-size:13.5px; line-height:1.6}
    .price-grid{margin-top:12px; display:grid; grid-template-columns: repeat(2, 1fr); gap:12px}
    .price-item{
      background:rgba(255,255,255,.62);
      border:1px solid rgba(31,36,48,.10);
      border-radius:20px;
      padding:14px 12px;
      min-height:92px;
      display:flex;
      flex-direction:column;
      gap:6px;
    }
    .price-type{font-weight:1000}
    .price-val{font-size:16px; font-weight:1000; color:var(--rose)}
    .price-desc{color:var(--muted); font-size:13.5px; line-height:1.5}
    .price-foot{margin-top:12px; display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap}

    .training-grid{
      display:grid;
      grid-template-columns: 1.05fr .95fr;
      gap:14px;
      align-items:start;
    }
    .training-card,.cert-card{
      background:rgba(255,255,255,.80);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      box-shadow:0 26px 90px rgba(0,0,0,.06);
      padding:16px;
    }
    .training-title{font-weight:1000; font-size:18px}
    .tag-list{
      list-style:none; padding:0; margin:12px 0 0;
      display:flex; flex-wrap:wrap; gap:10px;
    }
    .tag-list li{
      padding:10px 12px;
      border-radius:999px;
      background:rgba(214,47,102,.08);
      border:1px solid rgba(214,47,102,.16);
      font-weight:950;
      color:var(--deep);
      font-size:13px;
    }
    .training-note{margin-top:12px; color:var(--muted); font-size:13.5px; line-height:1.6; font-weight:750}

    .training-steps{margin-top:14px}
    .small-title{font-weight:1000; margin-bottom:10px}
    .training-step{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px 12px;
      border-radius:20px;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(31,36,48,.10);
      margin-top:10px;
    }
    .ts-no{
      width:40px; height:40px;
      border-radius:18px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(135deg, rgba(214,47,102,.18), rgba(124,44,242,.12));
      border:1px solid rgba(214,47,102,.18);
      font-weight:1000;
      color:var(--deep);
      flex:0 0 auto;
    }
    .ts-title{font-weight:1000}
    .ts-text{color:var(--muted); margin-top:4px; line-height:1.5; font-size:13.5px; font-weight:750}

    .cert-top{display:flex; flex-direction:column; gap:6px; margin-bottom:12px}
    .cert-title{font-weight:1000; font-size:18px}
    .cert-sub{color:var(--muted); font-size:13.5px; line-height:1.6}

    .cert-matrix{
      display:grid; grid-template-columns: repeat(2, 1fr); gap:12px;
    }
    .cert-cell{
      background:rgba(255,255,255,.62);
      border:1px solid rgba(31,36,48,.10);
      border-radius:20px;
      padding:14px 12px;
      min-height:110px;
      display:flex; flex-direction:column; gap:8px;
    }
    .cert-ico{
      width:42px;height:42px;border-radius:18px;
      display:flex; align-items:center; justify-content:center;
      background:rgba(214,47,102,.10);
      border:1px solid rgba(214,47,102,.16);
      font-size:18px;
    }
    .cert-cell-title{font-weight:1000}
    .cert-cell-text{color:var(--muted); font-size:13.5px; line-height:1.5; font-weight:750}

    .cert-cta{margin-top:14px; display:flex; gap:10px; flex-wrap:wrap; align-items:center}

    .help-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .help-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      padding:16px;
      box-shadow:0 26px 90px rgba(0,0,0,.06);
    }
    .help-title{font-weight:1000; font-size:18px}
    .help-list{list-style:none; padding:0; margin:12px 0 0; display:flex; flex-direction:column; gap:10px}
    .help-list li{
      padding-left:12px;
      position:relative;
      color:var(--muted);
      font-weight:780;
      line-height:1.6;
      font-size:14px;
    }
    .help-list li::before{
      content:"";
      position:absolute; left:0; top:10px;
      width:7px; height:7px; border-radius:50%;
      background:linear-gradient(135deg, var(--rose), var(--accent));
      box-shadow:0 0 0 5px rgba(214,47,102,.10);
    }

    .faq-grid{
      display:grid;
      grid-template-columns: repeat(2, 1fr);
      gap:14px;
      align-items:start;
    }
    .faq-col{display:flex; flex-direction:column; gap:12px}
    .faq-item{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(31,36,48,.10);
      border-radius:22px;
      box-shadow:0 26px 90px rgba(0,0,0,.06);
      overflow:hidden;
    }
    .faq-q{
      width:100%;
      border:0;
      background:transparent;
      padding:14px 14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      cursor:pointer;
      text-align:left;
      font-weight:1000;
      color:var(--deep);
      font-size:15px;
    }
    .faq-q:focus{outline:3px solid var(--focus); outline-offset:-2px}
    .faq-icon{
      width:26px;height:26px;border-radius:12px;
      border:1px solid rgba(31,36,48,.12);
      background:rgba(214,47,102,.08);
      position:relative;
      flex:0 0 auto;
    }
    .faq-icon::before,.faq-icon::after{
      content:"";
      position:absolute; left:50%; top:50%;
      transform: translate(-50%,-50%);
      background:linear-gradient(90deg, var(--rose), var(--accent));
      border-radius:2px;
    }
    .faq-icon::before{width:12px; height:2px}
    .faq-icon::after{width:2px; height:12px; transition: transform .18s ease, opacity .18s ease}
    .faq-item[data-open="true"] .faq-icon::after{transform: translate(-50%,-50%) rotate(90deg); opacity:.0}

    .faq-a{
      max-height:0px;
      opacity:0;
      overflow:hidden;
      transition: max-height .24s ease, opacity .20s ease;
      padding:0 14px;
      color:var(--muted);
      line-height:1.7;
      font-weight:750;
      font-size:14px;
    }

    .faq-bottom{
      margin-top:16px;
    }
    .faq-bottom-card{
      background:linear-gradient(135deg, rgba(214,47,102,.10), rgba(124,44,242,.08));
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      padding:16px;
      box-shadow:0 30px 90px rgba(214,47,102,.12);
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }
    .faq-bottom-title{font-weight:1000; font-size:18px}
    .faq-bottom-text{color:var(--muted); margin-top:6px; line-height:1.7; font-size:13.5px; font-weight:750; max-width:70ch}
    .faq-bottom-actions{display:flex; gap:10px; flex-wrap:wrap; align-items:center}

    .bio-grid{
      display:grid;
      grid-template-columns: repeat(4, 1fr);
      gap:12px;
    }
    .bio-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      padding:16px;
      box-shadow:0 26px 90px rgba(0,0,0,.06);
      min-height:160px;
      transition: transform .18s ease, border-color .18s ease;
    }
    .bio-card:hover{transform: translateY(-3px); border-color:rgba(214,47,102,.28)}
    .bio-title{font-weight:1000; font-size:16px}
    .bio-text{margin-top:10px; color:var(--muted); line-height:1.7; font-weight:750}

    .article-wrap{}
    .article-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:14px;
      align-items:stretch;
    }
    .article-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      padding:16px;
      box-shadow:0 26px 90px rgba(0,0,0,.06);
      min-height:210px;
      display:flex;
      flex-direction:column;
      transition: transform .18s ease, border-color .18s ease;
    }
    .article-card:hover{transform: translateY(-3px); border-color:rgba(214,47,102,.28)}
    .article-meta{display:flex; justify-content:space-between; gap:10px; align-items:center}
    .article-pill{
      font-size:12px;
      padding:7px 10px;
      border-radius:999px;
      background:rgba(214,47,102,.10);
      border:1px solid rgba(214,47,102,.16);
      font-weight:1000;
      color:var(--deep);
      white-space:nowrap;
    }
    .article-date{color:var(--muted2); font-weight:900; font-size:12.5px; white-space:nowrap}
    .article-title{margin:12px 0 8px; font-weight:1000; font-size:16px; letter-spacing:-.2px}
    .article-desc{margin:0; color:var(--muted); line-height:1.7; font-size:13.5px; font-weight:750}
    .article-card .card-link{margin-top:auto}

    .article-foot{
      margin-top:14px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      padding:16px;
      box-shadow:0 26px 90px rgba(0,0,0,.06);
      display:flex;
      gap:14px;
      justify-content:space-between;
      align-items:flex-start;
      flex-wrap:wrap;
    }
    .foot-title{font-weight:1000; font-size:16px}
    .foot-sub{color:var(--muted); margin-top:6px; font-weight:750; line-height:1.6; font-size:13.5px}
    .link-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      justify-content:flex-end;
    }
    .link-row a{
      text-decoration:none;
      font-weight:950;
      font-size:13px;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(31,36,48,.12);
      background:rgba(255,255,255,.62);
      color:var(--deep);
      transition: transform .18s ease, border-color .18s ease;
    }
    .link-row a:hover{transform: translateY(-2px); border-color:rgba(214,47,102,.35)}

    .tri-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .tri-card{
      background:rgba(255,255,255,.78);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      padding:16px;
      box-shadow:0 26px 90px rgba(0,0,0,.06);
      transition: transform .18s ease, border-color .18s ease;
      min-height:220px;
      display:flex;
      flex-direction:column;
    }
    .tri-card:hover{transform: translateY(-3px); border-color:rgba(214,47,102,.28)}
    .tri-title{font-weight:1000; font-size:18px}
    .mini-check{
      list-style:none;
      padding:0; margin:12px 0 0;
      display:flex; flex-direction:column; gap:10px;
      color:var(--muted);
      font-weight:800;
      line-height:1.6;
      font-size:14px;
    }
    .mini-check li{display:flex; align-items:flex-start; gap:10px}
    .mini-check li span{color:var(--rose); font-weight:1000}
    .tri-card .card-link{margin-top:auto; padding-top:14px}

    .contact-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .contact-card{
      background:rgba(255,255,255,.80);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      padding:16px;
      box-shadow:0 26px 90px rgba(0,0,0,.06);
    }
    .contact-title,.contact-form-title{font-weight:1000; font-size:18px}
    .contact-form-sub{color:var(--muted); margin-top:6px; font-weight:750; line-height:1.6; font-size:13.5px}

    .contact-row{display:flex; justify-content:space-between; gap:12px; padding:10px 0; border-bottom:1px dashed rgba(31,36,48,.12)}
    .contact-row:last-of-type{border-bottom:none}
    .contact-label{color:var(--muted2); font-weight:950; font-size:13.5px}
    .contact-value{font-weight:900; color:var(--deep); text-align:right}
    .inline-link{color:var(--rose); font-weight:1000; text-decoration:none}
    .inline-link:hover{text-decoration:underline}

    .contact-qr{align-items:flex-start}
    .qr-wrap{display:flex; gap:12px; align-items:flex-start}
    .qr-wrap img{
      width:96px; height:96px; border-radius:18px;
      border:1px solid rgba(31,36,48,.12);
      background:rgba(255,255,255,.65);
      padding:6px;
      box-shadow:0 18px 45px rgba(0,0,0,.08);
    }
    .qr-note{color:var(--muted); font-weight:800; font-size:13px; line-height:1.4; padding-top:8px; max-width:26ch}

    .contact-actions{margin-top:12px; display:flex; gap:10px; flex-wrap:wrap; align-items:center}

    .join-grid{
      display:grid;
      grid-template-columns: 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .join-card{
      background:rgba(255,255,255,.80);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      padding:16px;
      box-shadow:0 26px 90px rgba(0,0,0,.06);
    }
    .join-card.accent{
      background:linear-gradient(135deg, rgba(214,47,102,.12), rgba(124,44,242,.10));
      border-color:rgba(214,47,102,.20);
    }
    .join-title{font-weight:1000; font-size:18px}
    .accent-text{color:var(--muted); margin-top:10px; line-height:1.7; font-weight:780; font-size:13.5px}
    .accent-actions{margin-top:12px; display:flex; gap:10px; flex-wrap:wrap}
    .accent-mini{margin-top:14px; display:flex; flex-direction:column; gap:10px}
    .accent-mini-item{
      display:flex; align-items:flex-start; gap:12px;
      padding:12px 12px;
      border-radius:20px;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(31,36,48,.10);
    }
    .am-no{
      width:46px;height:36px;
      border-radius:18px;
      display:flex; align-items:center; justify-content:center;
      background:rgba(214,47,102,.10);
      border:1px solid rgba(214,47,102,.16);
      font-weight:1000;
      color:var(--rose);
      flex:0 0 auto;
    }
    .am-text{color:var(--deep); font-weight:950; line-height:1.5; font-size:13.5px}

    .review-strip{margin-top:14px}
    .strip-head{display:flex; flex-direction:column; gap:6px; margin-bottom:12px}
    .strip-title{font-weight:1000; font-size:18px}
    .strip-sub{color:var(--muted); font-weight:780; line-height:1.6; font-size:13.5px}

    .reviews-grid{
      display:grid;
      grid-template-columns: repeat(3, 1fr);
      gap:12px;
    }
    .review-card{
      background:rgba(255,255,255,.80);
      border:1px solid rgba(31,36,48,.10);
      border-radius:26px;
      padding:16px;
      box-shadow:0 26px 90px rgba(0,0,0,.06);
      min-height:160px;
      transition: transform .18s ease, border-color .18s ease;
    }
    .review-card:hover{transform: translateY(-3px); border-color:rgba(214,47,102,.28)}
    .review-top{display:flex; align-items:center; gap:12px}
    .avatar{
      width:46px;height:46px;
      border-radius:18px;
      display:flex; align-items:center; justify-content:center;
      background:linear-gradient(135deg, rgba(214,47,102,.18), rgba(124,44,242,.12));
      border:1px solid rgba(214,47,102,.18);
      font-weight:1000;
      color:var(--deep);
    }
    .review-name{font-weight:1000}
    .review-stars{color:var(--rose); margin-top:4px}
    .review-text{margin-top:12px; color:var(--muted); line-height:1.75; font-weight:780; font-size:13.5px}

    .final-card{
      background:linear-gradient(135deg, rgba(214,47,102,.12), rgba(124,44,242,.10));
      border:1px solid rgba(31,36,48,.10);
      border-radius:28px;
      padding:18px;
      box-shadow:0 30px 95px rgba(214,47,102,.12);
      display:grid;
      grid-template-columns: 1.15fr .85fr;
      gap:14px;
      align-items:start;
      position:relative;
      overflow:hidden;
    }
    .final-card::before{
      content:"";
      position:absolute; inset:-2px;
      background:
        radial-gradient(520px 260px at 10% 10%, rgba(214,47,102,.24), transparent 62%),
        radial-gradient(520px 260px at 92% 18%, rgba(124,44,242,.18), transparent 60%);
      opacity:.9;
      pointer-events:none;
    }
    .final-card > *{position:relative}
    .final-kicker{font-weight:1000; color:var(--deep); letter-spacing:.2px}
    .final-title{margin:10px 0 8px; font-size:26px; font-weight:1000; letter-spacing:-.4px}
    .final-desc{margin:0; color:var(--muted); line-height:1.7; font-weight:780}
    .final-bullets{margin-top:14px; display:grid; grid-template-columns: repeat(3, 1fr); gap:10px}
    .fb-item{display:flex; align-items:center; gap:10px; padding:10px 12px; border-radius:18px; border:1px solid rgba(31,36,48,.10); background:rgba(255,255,255,.62)}
    .fb-dot{width:10px;height:10px;border-radius:50%; background:linear-gradient(135deg, var(--rose), var(--accent)); box-shadow:0 0 0 6px rgba(214,47,102,.10)}
    .final-right{display:flex; flex-direction:column; gap:14px; align-items:flex-start}
    .final-actions{display:flex; gap:10px; flex-wrap:wrap}
    .final-contact{
      width:100%;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(31,36,48,.10);
      border-radius:22px;
      padding:14px;
    }
    .final-contact-title{font-weight:1000}
    .final-contact-row{display:flex; gap:10px; align-items:center; color:var(--deep); font-weight:900; margin-top:10px}
    .contact-ico{width:28px;height:28px; border-radius:12px; display:flex; align-items:center; justify-content:center; background:rgba(214,47,102,.10); border:1px solid rgba(214,47,102,.16)}
    .floating-note{
      margin-top:14px;
      display:flex; align-items:center; gap:10px;
      color:var(--muted);
      font-weight:820;
      background:rgba(255,255,255,.62);
      border:1px solid rgba(31,36,48,.10);
      border-radius:999px;
      padding:12px 14px;
      box-shadow:0 20px 60px rgba(0,0,0,.05);
    }
    .floating-note-dot{
      width:10px;height:10px;border-radius:50%;
      background:linear-gradient(135deg, var(--rose), var(--accent));
      box-shadow:0 0 0 6px rgba(214,47,102,.10);
    }

    .site-footer{
      background:linear-gradient(180deg, rgba(14, 17, 27, .02), rgba(14, 17, 27, .04));
      border-top:1px solid rgba(31,36,48,.08);
      padding:26px 0 18px;
    }
    .footer-wrap{display:flex; flex-direction:column; gap:16px}
    .footer-top{
      display:grid;
      grid-template-columns: 1.2fr 1fr 1fr;
      gap:14px;
      align-items:start;
    }
    .footer-brand{display:flex; align-items:center; gap:12px}
    .footer-logo-link{
      display:block;
      width:46px;height:46px;
      border-radius:14px;
      overflow:hidden;
      border:1px solid rgba(214,47,102,.20);
      background:linear-gradient(135deg, rgba(214,47,102,.18), rgba(124,44,242,.12));
      box-shadow:0 10px 24px rgba(214,47,102,.10);
    }
    .footer-logo-link img{width:100%; height:100%; object-fit:contain; display:block}
    .footer-brand-name{font-weight:1000}
    .footer-brand-sub{color:var(--muted); font-weight:800; margin-top:4px; font-size:13px; line-height:1.45}

    .footer-links{display:flex; flex-wrap:wrap; gap:10px; justify-content:center}
    .footer-links a{
      color:var(--deep);
      text-decoration:none;
      font-weight:950;
      font-size:13.5px;
      padding:10px 12px;
      border-radius:999px;
      border:1px solid rgba(31,36,48,.12);
      background:rgba(255,255,255,.62);
      transition: transform .18s ease, border-color .18s ease;
    }
    .footer-links a:hover{transform: translateY(-2px); border-color:rgba(214,47,102,.35)}

    .footer-cta{
      background:rgba(255,255,255,.62);
      border:1px solid rgba(31,36,48,.10);
      border-radius:22px;
      padding:14px;
    }
    .footer-cta-title{font-weight:1000}
    .footer-cta-row{display:flex; gap:10px; margin-top:10px; flex-wrap:wrap}
    .footer-home{
      text-decoration:none;
      font-weight:1000;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(31,36,48,.12);
      background:rgba(255,255,255,.72);
      color:var(--deep);
    }
    .footer-action{
      text-decoration:none;
      font-weight:1000;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(214,47,102,.22);
      background:rgba(214,47,102,.10);
      color:var(--rose);
    }
    .footer-small{margin-top:10px; color:var(--muted); font-weight:850; font-size:13px; display:flex; gap:10px; flex-wrap:wrap}
    .sep{width:1px; height:14px; background:rgba(31,36,48,.14); display:inline-block; align-self:center}

    .footer-bottom{
      display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
      border-top:1px dashed rgba(31,36,48,.12);
      padding-top:14px;
    }
    .copy{color:var(--muted); font-weight:850; font-size:13.5px}
    .policy{display:flex; gap:12px; flex-wrap:wrap; justify-content:center}
    .policy a{
      color:var(--muted);
      text-decoration:none;
      font-weight:900;
      font-size:13.5px;
      padding:8px 10px;
      border-radius:12px;
      border:1px solid transparent;
      transition: background .18s ease, border-color .18s ease, color .18s ease;
    }
    .policy a:hover{background:rgba(214,47,102,.08); border-color:rgba(214,47,102,.14); color:var(--deep)}

    .to-top{
      position:fixed;
      right:16px;
      bottom:92px;
      width:46px;height:46px;
      border-radius:16px;
      border:1px solid rgba(31,36,48,.12);
      background:rgba(255,255,255,.78);
      box-shadow:0 18px 55px rgba(0,0,0,.10);
      cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      transform: translateY(12px);
      opacity:0;
      pointer-events:none;
      transition: opacity .18s ease, transform .18s ease, background .18s ease, border-color .18s ease;
      z-index:60;
    }
    .to-top.show{opacity:1; transform: translateY(0); pointer-events:auto}
    .to-top:hover{background:#fff; border-color:rgba(214,47,102,.35)}
    .to-top:focus{outline:3px solid var(--focus); outline-offset:2px}

    .float-kefu{
      position:fixed;
      right:16px;
      bottom:30px;
      z-index:60;
      display:flex;
      gap:10px;
      align-items:center;
      padding:12px 14px;
      border-radius:999px;
      background:linear-gradient(135deg, rgba(214,47,102,.96), rgba(124,44,242,.82));
      color:#fff;
      text-decoration:none;
      font-weight:1000;
      box-shadow:0 24px 80px rgba(214,47,102,.30);
      border:1px solid rgba(255,255,255,.22);
      transition: transform .18s ease, box-shadow .18s ease;
      max-width:calc(100vw - 30px);
      white-space:nowrap;
      overflow:hidden;
    }
    .float-kefu:hover{transform: translateY(-2px); box-shadow:0 30px 95px rgba(214,47,102,.35)}
    .float-kefu-ico{
      width:32px;height:32px;border-radius:14px;
      background:rgba(255,255,255,.18);
      border:1px solid rgba(255,255,255,.22);
      display:flex; align-items:center; justify-content:center;
    }
    .float-kefu-text{font-size:14px}

    @media (prefers-reduced-motion: reduce){
      *{scroll-behavior:auto !important}
      .data-card,.feature-card,.service-card,.solution-card,.step-card,.case-card,.article-card,.faq-item,.to-top,.float-kefu{transition:none !important}
      .mobile-menu-inner{animation:none}
    }

    @media (max-width: 1020px){
      .about-grid{grid-template-columns: repeat(2, 1fr)}
      .services-grid{grid-template-columns: repeat(2, 1fr)}
      .solution-grid{grid-template-columns: repeat(2, 1fr)}
      .steps-grid{grid-template-columns: repeat(2, 1fr)}
      .cases-grid{grid-template-columns: repeat(2, 1fr)}
      .compare-grid{grid-template-columns: 1fr}
      .side-card{position:relative; top:auto}
      .match-grid{grid-template-columns: 1fr}
      .training-grid{grid-template-columns: 1fr}
      .help-grid{grid-template-columns: 1fr}
      .faq-grid{grid-template-columns: 1fr}
      .bio-grid{grid-template-columns: repeat(2, 1fr)}
      .article-grid{grid-template-columns: repeat(2, 1fr)}
      .tri-grid{grid-template-columns: 1fr}
      .contact-grid{grid-template-columns: 1fr}
      .join-grid{grid-template-columns: 1fr}
      .reviews-grid{grid-template-columns: 1fr}
      .final-card{grid-template-columns: 1fr}
      .final-bullets{grid-template-columns: repeat(2, 1fr)}
      .footer-top{grid-template-columns: 1fr}
      .footer-links{justify-content:flex-start}
      .hero-grid{grid-template-columns: 1fr}
      .nav-actions{min-width:auto}
      .desktop-nav{display:none}
      .mobile-menu-btn{display:inline-flex}
      .hero-title{font-size:34px}
      .media-grid{grid-template-columns: 1fr}
      .img-frame:nth-child(3){grid-column: span 1}
    }

    @media (max-width: 520px){
      .container{padding:0 14px}
      .hero-title{font-size:30px}
      .section-title{font-size:22px}
      .section{padding:40px 0}
      .services-grid{grid-template-columns: 1fr}
      .about-grid{grid-template-columns: 1fr}
      .solution-grid{grid-template-columns: 1fr}
      .cases-grid{grid-template-columns: 1fr}
      .steps-grid{grid-template-columns: 1fr}
      .bio-grid{grid-template-columns: 1fr}
      .article-grid{grid-template-columns: 1fr}
      .final-bullets{grid-template-columns: 1fr}
      .reviews-grid{grid-template-columns: 1fr}
      .float-kefu-text{display:none}
      .float-kefu{padding:12px; }
      .to-top{right:12px}
    }