

  
.p-age-hub{
    --bg:var(--color-white); --alt:var(--color-grey-50); --panel:var(--color-white);
    --line:var(--color-grey-100); --line2:var(--color-grey-200);
    --ink:var(--color-grey-600); --ink2:var(--color-grey-500);
    --ink3:var(--color-grey-400); --ink4:var(--color-grey-300);
    --blue:var(--color-blue-500); --blue-h:color-mix(in srgb, var(--color-blue-500) 90%, var(--color-black));
    --blue100:var(--color-blue-100); --blue200:var(--color-blue-200);
    --green:var(--color-green-500);
    --green600:color-mix(in srgb, var(--color-green-500) 85%, var(--color-black)); --green100:var(--color-green-100); --green200:color-mix(in srgb, var(--color-green-500) 25%, var(--color-white));
    
    --ease:cubic-bezier(0.22,1,0.36,1);
    --sans:var(--font-sans);
    --display:var(--font-display);
    --mono:ui-monospace,"SF Mono",Menlo,monospace;
    
    --pin:color-mix(in srgb, var(--color-blue-500) 55%, var(--color-blue-200));
    
    
    --hero-deep:color-mix(in srgb, var(--color-blue-500) 20%, var(--color-black));
  }
  
  .p-age-hub{font-family:var(--sans);color:var(--ink2);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}
  .p-age-hub h1,.p-age-hub h2,.p-age-hub h3,.p-age-hub h4,.p-age-hub .display{font-family:var(--display);color:var(--ink);letter-spacing:-0.02em;line-height:1.1;text-wrap:balance}
  .p-age-hub a{color:inherit;text-decoration:none}
  .p-age-hub img{max-width:100%}
  .p-age-hub .wrap{max-width:1160px;margin:0 auto;padding:0 24px}
  .p-age-hub .eyebrow{font-family:var(--sans);font-weight:500;font-size:14px;letter-spacing:0;color:var(--color-kicker-on-white)}
  .p-age-hub .pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9999px;font-size:14px;font-weight:500;line-height:1.2}
  .p-age-hub .pill--blue{background:var(--blue100);border:1px solid var(--blue200);color:var(--blue)}
  .p-age-hub .pill--green{background:var(--green100);border:1px solid var(--green200);color:var(--green600)}
  .p-age-hub .pill--grey{background:var(--alt);border:1px solid var(--line);color:var(--ink3)}
  .p-age-hub .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--sans);font-weight:500;font-size:16px;padding:14px 24px;border-radius:9999px;cursor:pointer;transition:transform .3s var(--ease),background .3s var(--ease),border-color .3s var(--ease);border:1px solid transparent}
  .p-age-hub .btn:focus-visible{outline:3px solid var(--blue200);outline-offset:2px}
  .p-age-hub .btn--primary{background:var(--blue);color:#fff}
  .p-age-hub .btn--primary:hover{background:var(--blue-h);transform:translateY(-2px)}
  .p-age-hub .btn--ghost{background:#fff;color:var(--ink);border-color:var(--line2)}
  .p-age-hub .btn--ghost:hover{border-color:var(--ink3);transform:translateY(-2px)}
  .p-age-hub .btn--sm{padding:10px 20px;font-size:16px}
  .p-age-hub .deeper{display:inline-flex;align-items:center;gap:6px;margin-top:28px;font-size:16px;font-weight:500;color:var(--blue)}
  .p-age-hub .deeper:hover{gap:10px}

  .p-age-hub .brand{display:flex;align-items:center;gap:10px}
  .p-age-hub .wordmark{font-family:var(--display);font-weight:700;font-size:22px;letter-spacing:-0.02em;color:var(--ink);line-height:1}
  .p-age-hub .wordmark .gdot{color:var(--blue)}
  .p-age-hub .poweredby{display:flex;align-items:center;gap:5px;padding-left:10px;border-left:1px solid var(--line2)}
  .p-age-hub .poweredby .pb-txt{font-size:12px;color:var(--ink3);font-weight:500}
  .p-age-hub .brand .incode-wm{height:13px;width:auto;display:block;color:var(--ink)}
  .p-age-hub .nav-links{display:flex;align-items:center;gap:24px}
  .p-age-hub .nav-links a{font-size:16px;color:var(--ink2);font-weight:500;transition:color .2s var(--ease)}
  .p-age-hub .nav-links a:hover{color:var(--blue)}
  @media(max-width:1040px){.p-age-hub .nav-links{display:none}}

  .p-age-hub section{padding:var(--space-section) 0;position:relative}
  .p-age-hub #why{padding-bottom:32px}   .p-age-hub .method-legend{display:flex;flex-wrap:wrap;gap:12px;margin:4px 0 44px}   .p-age-hub .ml-item{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:500;color:var(--ink2)}   .p-age-hub .ml-ic{width:22px;height:22px;color:var(--blue);flex:none;display:inline-flex}   .p-age-hub .ml-ic svg{width:22px;height:22px}
  .p-age-hub .learn-band{display:grid;grid-template-columns:200px 1fr;gap:32px;align-items:center;margin-top:48px;padding:30px 32px;background:var(--blue100);border:1px solid var(--blue200);border-radius:12px}   .p-age-hub .learn-band-img{width:100%;height:auto;border-radius:12px;display:block}   .p-age-hub .learn-band-body h3{font-size:22px;font-weight:600;color:var(--ink);letter-spacing:-0.02em;margin-bottom:10px;line-height:1.2}   .p-age-hub .learn-band-body p{font-size:16px;color:var(--ink2);margin-bottom:20px;max-width:640px}
  .p-age-hub .mtag{align-self:flex-start;display:inline-block;font-size:12px;font-weight:600;letter-spacing:0;color:var(--ink);margin-bottom:10px;order:-1}   .p-age-hub .more-methods .grid-4 .card{display:flex;flex-direction:column}   .p-age-hub .idblock{display:flex;flex-direction:column}   .p-age-hub .faec{display:flex;flex-direction:column}   @media(max-width:720px){.p-age-hub .learn-band{grid-template-columns:1fr;text-align:center}.p-age-hub .learn-band-img{max-width:190px;margin:0 auto}.p-age-hub .learn-band-body p{margin-left:auto;margin-right:auto}}
  .p-age-hub .ev-explain{margin-top:56px}   .p-age-hub .ev-head{display:grid;grid-template-columns:120px 1fr;gap:26px;align-items:center;margin-bottom:26px}   .p-age-hub .ev-img{width:100%;height:auto;border-radius:12px;display:block}   .p-age-hub .ev-head-txt h3{font-size:clamp(20px,2.4vw,24px);font-weight:600;color:var(--ink);letter-spacing:-0.02em;margin:8px 0 10px;line-height:1.15}   .p-age-hub .ev-head-txt p{font-size:16px;color:var(--ink3);max-width:720px}   .p-age-hub .ev-cards{display:grid;grid-template-columns:1fr 1fr;gap:0}   .p-age-hub .ev-card{display:flex;flex-direction:column;padding:0 40px 0 0}
  .p-age-hub .ev-card+.ev-card{border-left:1px solid var(--line);padding:0 0 0 40px}   .p-age-hub .ev-card .glyph{margin-bottom:16px}   .p-age-hub .ev-card h4{font-size:20px;font-weight:600;color:var(--ink);margin-bottom:8px}   .p-age-hub .ev-card>p{font-size:16px;color:var(--ink3);line-height:1.5;margin-bottom:16px}   .p-age-hub .ev-meta{display:grid;grid-template-columns:82px 1fr;gap:2px 10px;font-size:14px;color:var(--ink2);padding-top:10px;border-top:1px solid var(--line)}   .p-age-hub .ev-meta+.ev-meta{margin-top:0}   .p-age-hub .ev-meta .ev-k{display:inline-block;min-width:82px;color:var(--ink3);font-weight:600;font-size:12px;letter-spacing:0}   .p-age-hub .ev-foot{font-size:16px;color:var(--ink3);margin-top:24px;max-width:820px}   @media(max-width:760px){.p-age-hub .ev-head{grid-template-columns:1fr}.p-age-hub .ev-img{max-width:150px}.p-age-hub .ev-cards{grid-template-columns:1fr}}
  
  .p-age-hub .glow{position:absolute;inset:0;pointer-events:none;z-index:0}
  .p-age-hub .wrap{position:relative;z-index:1}
  .p-age-hub .sec-head{max-width:640px;margin-bottom:48px}
  .p-age-hub .sec-head h2{font-size:clamp(24px,2.8vw,30px);font-weight:500;margin:14px 0 14px;color:var(--ink)}
  .p-age-hub .sec-head p{font-size:16px;line-height:var(--leading-body);color:var(--ink3);max-width:600px}

  .p-age-hub .hero{padding:150px 0 32px;text-align:center;background:var(--alt)}
  .p-age-hub .hero .glow{background:radial-gradient(60% 60% at 50% 26%, rgba(0,84,255,.10), transparent 72%)}
  .p-age-hub .hero-intro{max-width:860px;margin:0 auto}
  .p-age-hub .hero h1{font-size:clamp(38px,5vw,62px);font-weight:500;margin:18px 0 22px;color:var(--ink)}
  .p-age-hub .hero .lead{font-size:20px;color:var(--ink3);max-width:720px;margin:0 auto}
  .p-age-hub .hero-cta{display:flex;gap:16px;margin-top:32px;flex-wrap:wrap;justify-content:center}
.p-age-hub header.v3hero .hero-cta{justify-content:flex-start;align-items:center;gap:28px;margin-top:36px}

  .p-age-hub .commit{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:center}
  .p-age-hub .commit>div{position:relative;z-index:1}
  .p-age-hub .clist{display:flex;flex-direction:column;gap:28px;margin-top:36px}
  .p-age-hub .citem{display:flex;flex-direction:column;gap:12px;align-items:flex-start}
  
  .p-age-hub .cnum{flex:none;width:40px;height:40px;border-radius:12px;background:var(--alt);border:1px solid var(--line);color:var(--blue);font-family:var(--display);font-weight:600;font-size:16px;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}
  .p-age-hub .citem h4{font-size:18px;font-weight:600;color:var(--ink);margin-bottom:4px}
  .p-age-hub .citem p{font-size:16px;color:var(--ink3)}
  .p-age-hub .commit-img{width:100%;max-width:520px;border-radius:12px;display:block;justify-self:center}
  @media(max-width:980px){.p-age-hub .commit{grid-template-columns:1fr;gap:40px}.p-age-hub .commit-img{order:-1;max-width:520px}}

  .p-age-hub .grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
  .p-age-hub .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 32px}
  .p-age-hub .grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 32px}
  @media(max-width:980px){.p-age-hub .grid-2,.p-age-hub .grid-3,.p-age-hub .grid-4{grid-template-columns:1fr}}
  .p-age-hub .card{display:flex;flex-direction:column;align-items:flex-start}
  
  .p-age-hub a.card:hover h3,.p-age-hub a.card:hover .lk{color:var(--blue-h)}
  .p-age-hub .card .tag{margin-bottom:16px}
  .p-age-hub .card h3{font-size:22px;font-weight:600;margin-bottom:10px;color:var(--ink)}
  .p-age-hub .card p{font-size:16px;color:var(--ink3)}
  .p-age-hub .card .lk{display:inline-block;margin-top:16px;font-size:16px;font-weight:500;color:var(--blue)}
  .p-age-hub .hub-index{border-top:1px solid var(--line);margin-left:0;margin-right:auto}
  .p-age-hub .hubindex-item{display:grid;grid-template-columns:34px minmax(200px,300px) 1fr 24px;align-items:center;gap:2px 22px;padding:16px 10px;border-bottom:1px solid var(--line);transition:background .15s var(--ease)}
  .p-age-hub .hubindex-item:hover{background:var(--alt)}
  .p-age-hub .hi-num{font-family:var(--display);font-weight:600;font-size:14px;color:var(--ink4);font-variant-numeric:tabular-nums}
  .p-age-hub .hi-txt{display:contents}
  .p-age-hub .hi-title{font-family:var(--display);font-weight:600;font-size:16px;color:var(--ink);letter-spacing:-0.01em}
  .p-age-hub .hubindex-item:hover .hi-title{color:var(--blue)}
  .p-age-hub .hi-cta{display:block;margin-top:3px;color:var(--ink);font-weight:500;white-space:nowrap}
  .p-age-hub .hubindex-item:has(.hi-cta) .hi-arw{display:none}
  .p-age-hub .hubindex-item:hover .hi-cta{text-decoration:underline}
  .p-age-hub .hi-desc{font-size:14px;color:var(--ink3);line-height:1.5}
  .p-age-hub .hi-arw{color:var(--ink);text-align:right;opacity:0;transition:opacity .15s var(--ease)}
  .p-age-hub .hubindex-item:hover .hi-arw{opacity:1}
  @media(max-width:640px){.p-age-hub .hubindex-item{grid-template-columns:28px 1fr;row-gap:3px;column-gap:14px}.p-age-hub .hi-desc{grid-column:2}.p-age-hub .hi-arw{display:none}}
  .p-age-hub .glyph{width:44px;height:44px;border-radius:12px;background:var(--alt);border:1px solid var(--line);color:var(--blue);font-family:var(--display);font-weight:600;font-size:20px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}

  
  .p-age-hub .q2{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:32px}
  @media(max-width:760px){.p-age-hub .q2{grid-template-columns:1fr}}
  .p-age-hub .qcard{padding:28px 32px;border:1px solid var(--line);border-radius:12px;background:var(--color-white)}
  
  .p-age-hub .qcard .ql{font-size:14px;font-weight:500;color:var(--ink3);margin-bottom:8px}
  .p-age-hub .qcard .qq{font-family:var(--display);font-weight:600;font-size:22px;color:var(--ink);margin-bottom:12px;letter-spacing:-0.02em}
  .p-age-hub .qcard p{font-size:16px;color:var(--ink2)}

  .p-age-hub .cmp{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
  .p-age-hub .cmp-row{display:grid;grid-template-columns:1fr 1.3fr 1.3fr}
  .p-age-hub .cmp-row+.cmp-row{border-top:1px solid var(--line)}
  .p-age-hub .cmp-cell{padding:18px 24px;font-size:14px;color:var(--ink2)}
  .p-age-hub .cmp-cell.rl{color:var(--ink3);font-weight:500}
  .p-age-hub .cmp-head .cmp-cell{font-family:var(--display);font-weight:500;font-size:18px;color:var(--ink)}
  .p-age-hub .cmp-head .age{color:var(--ink)}
  
  @media(max-width:760px){.p-age-hub .cmp-cell{padding:14px 16px;font-size:14px}}

  
  .p-age-hub .collect h3{font-size:20px;font-weight:600;margin-bottom:20px;color:var(--ink)}
  .p-age-hub .collect ul{list-style:none;display:flex;flex-direction:column;gap:12px}
  .p-age-hub .collect li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--ink2)}
  .p-age-hub .mark{width:24px;height:24px;border-radius:6px;flex:none;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;font-family:var(--display);background:var(--alt);border:1px solid var(--line);color:var(--ink)}

  .p-age-hub .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
  .p-age-hub .stat .n{font-family:var(--display);font-weight:600;font-size:clamp(28px,3.4vw,36px);color:var(--ink);letter-spacing:-0.02em;line-height:1.05;font-variant-numeric:tabular-nums}
  .p-age-hub .stat .l{margin-top:8px;font-size:16px;color:var(--ink3)}
  .p-age-hub .stat .src{margin-top:6px;font-size:12px;color:var(--ink4)}
  @media(max-width:980px){.p-age-hub .stats{grid-template-columns:1fr 1fr;gap:36px 24px}}
  .p-age-hub .certs{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}

  .p-age-hub .callout{background:var(--alt);border:1px solid var(--line);border-radius:12px;padding:32px}
  .p-age-hub .callout p + p{margin-top:12px}
     .p-age-hub .callout-img{width:100%;height:auto;border-radius:12px;display:block}   @media(max-width:720px){.p-age-hub .callout--img{grid-template-columns:1fr}.p-age-hub .callout-img{max-width:200px;margin:4px auto 0}}
  .p-age-hub .callout .ce{font-family:var(--sans);font-weight:500;font-size:14px;color:var(--ink);letter-spacing:0}
  .p-age-hub .callout h3{font-size:22px;font-weight:600;margin:6px 0 12px;color:var(--ink)}
  .p-age-hub .callout p{font-size:16px;color:var(--ink2);max-width:680px}
  .p-age-hub .callout .btn{margin-top:20px}

  .p-age-hub .cta{

    overflow:hidden;
    background-color:var(--color-black);
    background-image:
      radial-gradient(120% 95% at 12% 0%, color-mix(in oklab, var(--color-blue-500) 80%, transparent), transparent 62%),
      radial-gradient(110% 100% at 92% 100%, color-mix(in oklab, var(--color-blue-500) 65%, transparent), transparent 65%),
      linear-gradient(
        color-mix(in oklab, var(--color-blue-500) 14%, transparent),
        color-mix(in oklab, var(--color-blue-500) 14%, transparent)
      );
    padding:var(--space-section-md) 0;
    text-align:center}
  
  
  .p-age-hub .cta .eyebrow{display:block;margin-bottom:14px}
  .p-age-hub .cta h2{color:var(--color-white);font-size:clamp(24px,2.8vw,30px);font-weight:500;max-width:760px;margin:0 auto 20px}
  .p-age-hub .cta p{color:rgba(255, 255, 255, 0.72);font-size:16px;max-width:560px;margin:0 auto 32px}

  .p-age-hub footer{padding:64px 0 40px;background:var(--alt);border-top:1px solid var(--line)}
  .p-age-hub .foot-top{display:flex;justify-content:space-between;gap:48px;flex-wrap:wrap;padding-bottom:40px;border-bottom:1px solid var(--line)}
  .p-age-hub .foot-brand{display:flex;align-items:center;gap:10px}
  .p-age-hub .foot-brand .incode-wm{height:13px;width:auto;color:var(--ink)}
  .p-age-hub .foot-cols{display:flex;gap:48px;flex-wrap:wrap}
  .p-age-hub .foot-col h4{font-family:var(--sans);font-size:14px;font-weight:500;color:var(--ink3);margin-bottom:14px}
  .p-age-hub .foot-col a{display:block;font-size:14px;color:var(--ink2);margin-bottom:10px;transition:color .2s var(--ease)}
  .p-age-hub .foot-col a:hover{color:var(--blue)}
  .p-age-hub .foot-bottom{padding-top:24px;font-size:14px;color:var(--ink4)}

  .p-age-hub .hubindex-band{background:var(--alt);padding:20px 0;border-bottom:1px solid var(--line)}
  .p-age-hub .hubindex{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 18px;font-size:14px}
  .p-age-hub .hubindex .hi-label{color:var(--ink3);font-weight:500}
  .p-age-hub .hubindex a{color:var(--ink);font-weight:500}
  .p-age-hub .hubindex a:hover{text-decoration:underline}
  .p-age-hub .cnum svg{width:20px;height:20px;display:block}
  .p-age-hub .glyph svg{width:22px;height:22px;display:block}
  .p-age-hub .checkband{display:flex;gap:28px;align-items:center;background:var(--blue100);border:1px solid var(--blue200);border-radius:12px;padding:36px 40px}
  .p-age-hub .checkseal{flex:none;width:64px;height:64px;border-radius:9999px;background:var(--blue);display:flex;align-items:center;justify-content:center}
  .p-age-hub .checkseal svg{width:34px;height:34px;color:#fff;display:block}
  .p-age-hub .checkbody h2{font-size:clamp(22px,2.6vw,28px);font-weight:500;color:var(--ink);margin-bottom:8px}
  .p-age-hub .checkbody p{font-size:16px;color:var(--ink2);max-width:720px}
  @media(max-width:680px){.p-age-hub .checkband{flex-direction:column;text-align:center}}
  .p-age-hub .cnoun{display:block;font-size:12px;font-weight:600;color:var(--ink);margin-bottom:5px}
  .p-age-hub .demo{display:grid;grid-template-columns:1fr 0.55fr;gap:48px;align-items:center;margin-top:56px;padding-top:48px;border-top:1px solid var(--line)}
  .p-age-hub .demo-copy h3{font-size:clamp(22px,2.6vw,28px);font-weight:500;color:var(--ink);margin:12px 0 12px}
  .p-age-hub .demo-copy p{font-size:18px;color:var(--ink3);max-width:460px}
  .p-age-hub .demo-video video{width:100%;max-width:300px;border-radius:12px;display:block;margin:0 auto;background:#000}
  @media(max-width:900px){.p-age-hub .demo{grid-template-columns:1fr;gap:28px}}  .p-age-hub .fae{margin-top:0}
  .p-age-hub .fae-head{max-width:660px;margin-bottom:28px}
  .p-age-hub .fae-head h3{font-size:clamp(22px,2.6vw,28px);font-weight:500;color:var(--ink);margin-top:10px}
  .p-age-hub .fae-cards{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:36px}
  
  .p-age-hub .faec .tag{margin-bottom:12px}
  .p-age-hub .faec h4{font-size:18px;font-weight:600;color:var(--ink);margin-bottom:6px}
  .p-age-hub .faec p{font-size:16px;color:var(--ink3)}
  .p-age-hub .fae-video{margin-bottom:32px}
  .p-age-hub .fae-video video{width:100%;max-width:300px;border-radius:12px;display:block;margin:0 auto;background:#000}
  .p-age-hub .fae-why{border-top:1px solid var(--line);padding-top:28px}
  .p-age-hub .fae-why h4{font-size:18px;font-weight:600;color:var(--ink);margin-bottom:16px}
  .p-age-hub .why-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
  .p-age-hub .why .wl{display:block;font-size:14px;font-weight:600;color:var(--ink);margin-bottom:6px}
  .p-age-hub .why p{font-size:16px;color:var(--ink2)}
  .p-age-hub .more-methods{margin-top:0}
  .p-age-hub .mm-title{font-size:22px;font-weight:600;color:var(--ink);margin-bottom:6px}
  .p-age-hub .mm-sub{font-size:16px;color:var(--ink3);margin-bottom:28px}
  .p-age-hub .mm-note{margin-top:26px;background:var(--alt);border:1px solid var(--line);border-radius:12px;padding:22px 24px}   .p-age-hub .mm-note .mm-note-l{display:block;font-size:14px;font-weight:600;color:var(--ink);margin-bottom:6px}   .p-age-hub .mm-note p{font-size:14px;color:var(--ink2);line-height:1.6;max-width:840px}
  .p-age-hub .subhead{font-size:18px;font-weight:600;color:var(--ink);margin:0 0 2px}
  .p-age-hub .sub-head2{margin:64px 0 0}
  .p-age-hub .sub-h2{font-family:var(--display);font-size:clamp(22px,2.6vw,28px);font-weight:500;color:var(--ink);letter-spacing:-0.02em;line-height:1.15;margin:10px 0 12px}
  .p-age-hub .sub-head2 + .subhead-s{font-size:16px;margin-bottom:22px}   .p-age-hub .subhead-s{font-size:16px;color:var(--ink3);margin-bottom:14px;max-width:720px}   .p-age-hub .role-note{font-size:16px;color:var(--ink3);margin-top:16px;max-width:760px}   .p-age-hub .flow{display:grid;grid-template-columns:repeat(5,1fr);gap:28px}   .p-age-hub .flow-step{padding:2px 0 2px 18px;border-left:1px solid var(--line)}   .p-age-hub .flow-step .fs-n{color:var(--ink3);font-family:var(--display);font-weight:600;font-size:18px;margin-bottom:12px}   .p-age-hub .flow-step h4{font-size:18px;font-weight:600;color:var(--ink);margin-bottom:5px;line-height:1.2}   .p-age-hub .flow-step p{font-size:16px;color:var(--ink3);line-height:1.5}   @media(max-width:860px){.p-age-hub .flow{grid-template-columns:1fr 1fr}}   @media(max-width:520px){.p-age-hub .flow{grid-template-columns:1fr}}
  .p-age-hub .stepflow{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}   @media(max-width:720px){.p-age-hub .stepflow{grid-template-columns:1fr}}
  .p-age-hub .fae-explain{display:grid;grid-template-columns:0.9fr 1.1fr;gap:36px;align-items:center;margin-top:8px}   .p-age-hub .fae-explain-img{width:100%;height:auto;border-radius:12px;display:block;border:1px solid var(--line)}   .p-age-hub .fae-explain-txt h3{font-size:22px;font-weight:600;color:var(--ink);margin-bottom:10px}   .p-age-hub .fae-explain-txt p{font-size:16px;color:var(--ink3);line-height:1.6;margin-bottom:12px}   .p-age-hub .fae-explain-txt p:last-child{margin-bottom:0}
  .p-age-hub .fae-note{font-size:14px;color:var(--ink3);line-height:1.5;margin-top:16px}
  .p-age-hub .fae-note a{color:var(--ink);font-weight:500;white-space:nowrap}
  .p-age-hub .mae-box{background:var(--alt);border:1px solid var(--line);border-radius:12px;padding:28px 32px;margin:16px 0}   .p-age-hub .mae-box .mae-term{font-family:var(--display);font-weight:600;font-size:14px;color:var(--ink);margin-bottom:6px}   .p-age-hub .mae-box p{font-size:14px;color:var(--ink2);line-height:1.5;margin:0}
  .p-age-hub .mae-incode{font-size:14px;color:var(--ink2);margin-top:24px;padding-top:24px;border-top:1px solid var(--line)}   .p-age-hub .mae-incode a{color:var(--blue);font-weight:500;white-space:nowrap}   .p-age-hub .verify-next{margin-top:40px}   .p-age-hub .verify-next-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}   .p-age-hub .verify-next-head h3{font-size:20px;font-weight:600;color:var(--ink)}
  .p-age-hub .stepup-block{margin-top:44px}   .p-age-hub .stepup-block>h3{font-size:22px;font-weight:600;color:var(--ink);margin-bottom:22px;max-width:760px}
  .p-age-hub .stepup-flow{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:8px 2px 4px}   .p-age-hub .stepup{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:16px}   .p-age-hub .stepup-node{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px;display:flex;gap:14px;align-items:flex-start}   .p-age-hub .stepup-node .glyph{margin-bottom:0;flex:none}   .p-age-hub .stepup-node h4{font-size:18px;font-weight:600;color:var(--ink);margin-bottom:4px}   .p-age-hub .stepup-node p{font-size:14px;color:var(--ink3);line-height:1.5}   .p-age-hub .stepup-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-width:96px}   .p-age-hub .stepup-arrow-lbl{font-size:12px;font-weight:600;color:var(--ink);text-align:center}   .p-age-hub .stepup-arrow svg{width:28px;height:28px;color:var(--ink4)}   .p-age-hub .stepup-stat{margin-bottom:48px;display:flex;align-items:baseline;gap:12px;text-align:left}   .p-age-hub .stepup-stat .ss-n{display:inline-block;font-family:var(--display);font-weight:600;font-size:clamp(28px,3.4vw,36px);line-height:1.05;letter-spacing:-0.02em;font-variant-numeric:tabular-nums;background:linear-gradient(100deg, var(--color-black) 0%, var(--color-blue-500) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}   .p-age-hub .stepup-stat .ss-l{display:block;margin-top:8px;font-size:16px;color:var(--ink2)}   @media(max-width:760px){.p-age-hub .stepup{grid-template-columns:1fr}.p-age-hub .stepup-arrow{flex-direction:row;min-width:0;padding:2px 0}.p-age-hub .stepup-arrow svg{transform:rotate(90deg)}}   .p-age-hub .buffer-block{margin-top:48px;padding-top:40px;border-top:1px solid var(--line)}   .p-age-hub .buffer-txt h3{font-size:22px;font-weight:600;color:var(--ink);margin:8px 0 10px}   .p-age-hub .buffer-txt p{font-size:16px;color:var(--ink3);line-height:1.6;max-width:820px}   .p-age-hub .agescale{position:relative;margin-top:30px;padding-top:44px;padding-bottom:38px}   .p-age-hub .agescale-bar{display:flex;height:50px;border-radius:12px;overflow:hidden}   .p-age-hub .agescale-seg{display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600;text-align:center;padding:0 8px;line-height:1.15}   .p-age-hub .seg-under{background:var(--color-grey-300)}   .p-age-hub .seg-buffer{background:var(--blue)}   .p-age-hub .seg-pass{background:color-mix(in srgb, var(--color-green-flow) 50%, var(--color-green-500))}   .p-age-hub .agescale-ticks{position:relative;height:1px;margin-top:8px}   .p-age-hub .tick{position:absolute;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center}   .p-age-hub .tick-line{width:2px;height:12px;background:var(--ink3)}   .p-age-hub .tick-lbl{margin-top:6px;font-size:12px;font-weight:600;color:var(--ink2);white-space:nowrap}
  .p-age-hub .agescale-marker{position:absolute;top:0;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;z-index:2}   .p-age-hub .agescale-marker .lbl{background:var(--ink);color:#fff;font-size:12px;font-weight:600;padding:4px 9px;border-radius:6px;white-space:nowrap}   .p-age-hub .agescale-marker .stem{width:2px;height:20px;background:var(--ink)}   .p-age-hub .buffer-conclusion{font-size:16px;color:var(--ink3);line-height:1.6;margin-top:22px;max-width:820px}
  .p-age-hub .buffer-fine{font-size:14px;color:var(--ink3);line-height:1.5;margin-top:14px;max-width:820px;opacity:.85}   @media(max-width:760px){.p-age-hub .fae-explain{grid-template-columns:1fr;gap:24px}.p-age-hub .buffer-block{padding:24px}.p-age-hub .agescale-seg{font-size:12px}}   .p-age-hub .certrow{display:flex;flex-wrap:wrap;gap:10px}   .p-age-hub .certpill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;background:#fff;border:1px solid var(--line);font-size:14px;font-weight:500;color:var(--ink)}   .p-age-hub .certpill .cd{width:8px;height:8px;border-radius:50%;background:var(--blue);flex:none}
  .p-age-hub .certgrid{display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:column;grid-template-rows:repeat(3,auto);gap:0 56px;border-bottom:1px solid var(--line)}
  @media(max-width:760px){.p-age-hub .certgrid{display:flex;flex-direction:column}}   .p-age-hub .certcard{display:grid;grid-template-columns:76px 1fr;gap:28px;align-items:center;padding:24px 0;border-top:1px solid var(--line)}   .p-age-hub .certlogo{width:76px;height:76px;flex:none;border-radius:8px;background:var(--alt);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;text-align:center;padding:4px}   .p-age-hub .certlogo .certabbr{font-family:var(--display);font-weight:700;font-size:12px;color:var(--ink2);letter-spacing:-0.01em;line-height:1.05}   .p-age-hub .cert-nm{font-family:var(--display);font-weight:600;font-size:16px;color:var(--ink);margin-bottom:4px}   .p-age-hub .certcard .certbody p{font-size:14px;color:var(--ink3);line-height:1.5}
  .p-age-hub #reasons .faqs{max-width:840px;border-top:1px solid var(--line)}   .p-age-hub #reasons .faq{border-bottom:1px solid var(--line)}   .p-age-hub #reasons .faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 4px;font-family:var(--display);font-weight:500;font-size:18px;color:var(--ink)}   .p-age-hub #reasons .faq summary::-webkit-details-marker{display:none}   .p-age-hub #reasons .faq summary::after{content:"+";font-size:22px;color:var(--blue);font-weight:400;line-height:1}   .p-age-hub #reasons .faq[open] summary::after{content:"\2212"}   .p-age-hub #reasons .faq-a{padding:0 4px 22px}   .p-age-hub #reasons .faq-a p{font-size:16px;color:var(--ink3);line-height:1.6;max-width:740px}
  .p-age-hub .rsn-lbl{display:inline-flex;align-items:center;gap:12px}   .p-age-hub .rsn-ic{width:24px;height:24px;color:var(--blue);flex:none;display:inline-flex}   .p-age-hub .rsn-ic svg{width:24px;height:24px}
  .p-age-hub #reasons .faq-a ul{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}   .p-age-hub #reasons .faq-a li{font-size:16px;color:var(--ink3);line-height:1.5;padding-left:18px;position:relative;max-width:760px}   .p-age-hub #reasons .faq-a li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--ink)}   .p-age-hub #reasons .faq-a li strong{color:var(--ink);font-weight:600}
  .p-age-hub #reasons .faq-layout{display:grid;grid-template-columns:340px 1fr;gap:44px;align-items:start}   .p-age-hub #reasons .faq-aside{position:sticky;top:100px}   .p-age-hub #reasons .faq-img{display:block;width:100%;height:auto;border-radius:12px}   .p-age-hub #reasons .faq-cta{margin-top:22px}   .p-age-hub #reasons .faq-cta p{font-size:16px;font-weight:500;color:var(--ink);margin-bottom:12px}   @media(max-width:860px){.p-age-hub #reasons .faq-layout{grid-template-columns:1fr;gap:28px}.p-age-hub #reasons .faq-aside{position:static;max-width:420px}.p-age-hub #reasons .faqs{max-width:none}}
  @media(max-width:760px){.p-age-hub .fae-cards,.p-age-hub .why-grid{grid-template-columns:1fr}.p-age-hub .fae{padding:28px}}  .p-age-hub .fae-cta{text-align:center;margin-bottom:32px}
  .p-age-hub .modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.72)}
  .p-age-hub .modal.open{display:flex}
  .p-age-hub .modal-inner{position:relative;max-width:340px;width:100%}
  .p-age-hub .modal video{width:100%;border-radius:12px;display:block;background:#000}
  .p-age-hub .modal-close{position:absolute;top:-16px;right:-16px;width:38px;height:38px;border-radius:9999px;background:#fff;border:1px solid var(--line);color:var(--ink);font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}  .p-age-hub .card button.lk{background:none;border:0;cursor:pointer;font-family:inherit;text-align:left;padding:0}
  .p-age-hub .commit-head{text-align:center;max-width:680px;margin:0 auto 44px}
  .p-age-hub .commit-head p{margin:0 auto}
  .p-age-hub .commit-tri{display:grid;grid-template-columns:1fr 1fr;gap:28px 40px;align-items:start}
  .p-age-hub .commit-col{display:flex;flex-direction:column;gap:16px}
  @media(max-width:980px){.p-age-hub .commit-tri{grid-template-columns:1fr;gap:24px}.p-age-hub .commit-tri .commit-img{order:-1;margin:0 auto 8px}}  .p-age-hub .fae-head .glyph{margin-bottom:16px}
  .p-age-hub .fae-lead{font-size:16px;color:var(--ink3);margin-top:10px;max-width:640px}
  .p-age-hub .faec-q{margin-top:18px}
  .p-age-hub .faec-q .faec-ql{display:inline;font-size:14px;font-weight:600;color:var(--ink);margin-right:6px}
  .p-age-hub .faec-q p{display:inline;font-size:14px;color:var(--ink2)}  .p-age-hub .idrow{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:8px}
  
  .p-age-hub .idblock .glyph{margin-bottom:18px}
  .p-age-hub .idblock h3{font-size:18px;font-weight:600;color:var(--ink);margin-bottom:10px}
  .p-age-hub .idblock p{font-size:16px;color:var(--ink3);margin-bottom:20px}
  @media(max-width:760px){.p-age-hub .idrow{grid-template-columns:1fr}}  .p-age-hub .idblock-cta{margin-top:20px}
  .p-age-hub .grp-title{font-size:clamp(20px,2.4vw,24px);font-weight:500;color:var(--ink);letter-spacing:-0.02em;margin:44px 0 18px}
  .p-age-hub .reveal{opacity:0;transform:translateY(10px);transition:opacity .5s var(--ease),transform .5s var(--ease)}
  .p-age-hub .reveal.in{opacity:1;transform:none}
  @media(prefers-reduced-motion:reduce){.p-age-hub .reveal{opacity:1;transform:none}}
  .p-age-hub .mocknote{position:fixed;bottom:16px;right:16px;z-index:80;display:inline-flex;align-items:center;gap:7px;background:var(--green100);border:1px solid var(--green200);color:var(--green600);font-size:12px;font-weight:500;padding:8px 14px;border-radius:9999px}
  .p-age-hub .mocknote svg{width:14px;height:14px;flex:none}

  
  .p-age-hub{ --rail:316px; --topbar:var(--ah-chrome); --dark:color-mix(in srgb, var(--color-blue-500) 5%, var(--color-black)); --darkline:rgba(255, 255, 255, 0.11); }

  
  .p-age-hub .v3rail{position:fixed;top:var(--topbar);left:0;bottom:0;width:var(--rail);z-index:45;background:var(--alt);border-right:1px solid var(--line);overflow-y:auto;overscroll-behavior:contain}
  .p-age-hub .v3rail::-webkit-scrollbar{width:8px}
  .p-age-hub .v3rail::-webkit-scrollbar-thumb{background:var(--line2);border-radius:8px}
  .p-age-hub .v3rail-in{padding:34px 22px 40px;display:flex;flex-direction:column;min-height:100%}

  .p-age-hub .v3bc{display:flex;align-items:center;gap:12px;margin-bottom:32px}
  .p-age-hub .v3bc-ic{flex:none;width:38px;height:38px;border-radius:12px;background:#fff;border:1px solid var(--line);display:flex;align-items:center;justify-content:center}
  .p-age-hub .v3bc-ic svg{width:18px;height:18px;color:var(--blue);display:block}
  .p-age-hub .v3bc-tx{display:flex;flex-direction:column;gap:4px;line-height:1}
  .p-age-hub .v3bc-n{font-family:var(--display);font-weight:700;font-size:16px;letter-spacing:-0.01em;color:var(--ink)}
  .p-age-hub .v3bc-s{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--ink3);font-weight:500}
  .p-age-hub .v3bc-s .incode-wm{height:9px;width:auto;color:var(--ink2)}

  .p-age-hub .v3nav{display:flex;flex-direction:column}
  .p-age-hub .v3q{display:grid;grid-template-columns:20px 1fr;align-items:start;gap:13px;padding:11px 12px;margin:0 -12px;
    border-radius:12px;color:var(--ink3);transition:color .2s var(--ease),background .2s var(--ease)}
  .p-age-hub .v3q-ic{width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-top:1px}
  .p-age-hub .v3q-ic svg{width:18px;height:18px;display:block}
  .p-age-hub .v3q-tx{font-size:14px;font-weight:500;line-height:1.3;letter-spacing:0}
  .p-age-hub .v3q:hover{color:var(--ink);background:rgba(0, 0, 0, 0.04)}
  .p-age-hub .v3grp.on .v3q{color:var(--ink);background:#fff}

  .p-age-hub .v3subs{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s var(--ease)}
  .p-age-hub .v3grp.on .v3subs{grid-template-rows:1fr}
  .p-age-hub .v3subs-in{overflow:hidden;min-height:0;padding-left:33px}
  .p-age-hub .v3subs a{display:block;font-size:14px;line-height:1.3;color:var(--ink3);padding:8px 0 8px 14px;border-left:1px solid var(--line);transition:color .18s var(--ease),border-color .18s var(--ease)}
  .p-age-hub .v3subs a:first-of-type{padding-top:6px}
  .p-age-hub .v3subs a:last-child{padding-bottom:14px}
  .p-age-hub .v3subs a:hover{color:var(--ink);border-left-color:var(--line2)}
  .p-age-hub .v3subs a.on{color:var(--ink);border-left-color:var(--blue)}

  .p-age-hub .v3sep{height:1px;background:var(--line);margin:16px 0}
  .p-age-hub .v3foot{margin-top:auto;padding-top:30px;border-top:1px solid var(--line)}
  .p-age-hub .v3foot .v3note{margin-top:14px}
  .p-age-hub .v3cta{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:9999px;background:#fff;color:color-mix(in srgb, var(--color-grey-600) 50%, var(--color-black));
    font-size:14px;font-weight:500;transition:transform .25s var(--ease),}
  .p-age-hub .v3cta:hover{transform:translateY(-2px)}
  .p-age-hub .v3note{margin-top:18px;font-size:12px;line-height:1.5;color:var(--ink3)}

  
  .p-age-hub .v3main{margin-left:0;padding-top:var(--topbar);min-width:0}
  .p-age-hub .v3main .wrap{max-width:var(--container-large);padding-left:24px;padding-right:24px}
  .p-age-hub section[id],.p-age-hub .chapter,.p-age-hub h3[id]{scroll-margin-top:96px}

  
  .p-age-hub .v3toggle{display:none;align-items:center;gap:9px;position:fixed;top:16px;right:20px;z-index:60;
    padding:9px 15px;border-radius:9999px;border:1px solid var(--line2);
    background:#fff;font-family:var(--sans);font-size:14px;font-weight:500;color:var(--ink);cursor:pointer}
  .p-age-hub .v3toggle svg{width:16px;height:16px;display:block}
  .p-age-hub .v3scrim{position:fixed;inset:var(--topbar) 0 0 0;background:color-mix(in srgb, var(--dark) 50%, transparent);z-index:44;
    opacity:0;pointer-events:none;transition:opacity .3s var(--ease)}
  @media(max-width:1080px){
    .p-age-hub .v3rail{transform:translateX(-100%);transition:transform .3s var(--ease);width:min(340px,86vw)}
    .p-age-hub .v3rail.open{transform:none}
    .p-age-hub .v3main{margin-left:0}
    .p-age-hub .v3toggle{display:inline-flex}
    .p-age-hub .v3scrim.open{opacity:1;pointer-events:auto}
  }
  @media(min-width:1081px){.p-age-hub .v3scrim{display:none}}

  
  .p-age-hub header.hero.v3hero{padding:0;text-align:left}
  .p-age-hub header.v3hero{position:relative;overflow:hidden;
    
    background-color:color-mix(in srgb, var(--color-grey-100) 50%, var(--color-white));
    min-height:min(660px,calc(100svh - var(--topbar) - 16px));display:flex;align-items:stretch}
  
  .p-age-hub header.v3hero .wrap{position:relative;z-index:2;width:100%;flex:1 1 auto;display:flex;align-items:center;padding-top:92px;padding-bottom:92px}
  .p-age-hub header.v3hero .hero-intro{max-width:560px;margin:0}
  .p-age-hub header.v3hero .eyebrow{color:var(--ink3);font-size:14px}
  .p-age-hub header.v3hero h1{color:var(--ink);font-size:clamp(34px,4.2vw,50px);font-weight:500;margin:14px 0 18px;letter-spacing:-0.02em;line-height:1.1}
  .p-age-hub header.v3hero .lead{color:var(--ink2);font-size:16px;line-height:var(--leading-body);max-width:520px;margin:0}
  .p-age-hub header.v3hero .hero-cta{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap;justify-content:flex-start}
  .p-age-hub header.v3hero .btn{font-size:16px;padding:12px 22px}
  .p-age-hub .cta .btn--onblue{background:#fff;color:color-mix(in srgb, var(--color-blue-500) 5%, var(--color-black));border-color:#fff}
  .p-age-hub header.v3hero .btn--onblue{background:var(--blue);color:var(--color-white);border-color:var(--blue)}
  .p-age-hub .cta .btn--onblue:hover{background:color-mix(in srgb, var(--color-blue-500) 5%, var(--color-white));transform:translateY(-2px)}
  .p-age-hub header.v3hero .btn--onblue:hover{background:var(--blue-h);transform:translateY(-2px)}
  .p-age-hub header.v3hero .btn--outline{background:transparent;color:var(--ink);border-color:var(--color-grey-200)}
  .p-age-hub header.v3hero .btn--outline:hover{border-color:var(--ink);background:rgba(0,0,0,.04);transform:translateY(-2px)}
  
  @media(max-width:1280px){
    
    .p-age-hub header.v3hero .hero-intro{max-width:620px}
    .p-age-hub header.v3hero h1{font-size:clamp(28px,3.4vw,36px)}
    .p-age-hub header.v3hero .lead{font-size:18px;max-width:560px}
  }
  @media(max-width:700px){.p-age-hub header.v3hero{min-height:0}.p-age-hub header.v3hero .wrap{padding-top:64px;padding-bottom:64px}}

  .p-age-hub .lead-q{font-size:16px;color:var(--ink3);font-style:italic;margin:2px 0 12px;max-width:720px}
  .p-age-hub #how{padding-bottom:8px}
  .p-age-hub #how-integrity .role-note{margin-top:26px}
  .p-age-hub #methods .method-legend{margin-top:16px}
  .p-age-hub #methods .subhead{margin-top:56px}
  .p-age-hub #methods .grp-title{margin-top:44px}
  .p-age-hub .chapter{
    position:relative;
    z-index:1;
    margin:0;
    border-radius:32px 32px 0 0;
    overflow:hidden;
    
    background-color:var(--color-black);
    background-image:
      radial-gradient(120% 95% at 12% 0%, color-mix(in oklab, var(--color-blue-500) 80%, transparent), transparent 62%),
      radial-gradient(110% 100% at 92% 100%, color-mix(in oklab, var(--color-blue-500) 65%, transparent), transparent 65%),
      linear-gradient(
        color-mix(in oklab, var(--color-blue-500) 14%, transparent),
        color-mix(in oklab, var(--color-blue-500) 14%, transparent)
      )}
  @media(max-width:760px){.p-age-hub .chapter{border-radius:20px 20px 0 0}}
  .p-age-hub .chapter-in{display:grid;grid-template-columns:1fr;padding-top:72px;padding-bottom:104px}
  
  
  .p-age-hub .chapter-txt{grid-column:1;grid-row:1;display:grid;grid-template-columns:360px minmax(0,1fr);gap:0 56px;align-items:center;text-align:left}
  .p-age-hub .chapter-img img{display:block;width:100%;height:auto;border-radius:12px}
  .p-age-hub .chapter-n{display:block;font-family:var(--display);font-size:clamp(32px,3vw,42px);font-weight:400;color:var(--color-white);letter-spacing:-0.02em;line-height:1.1;margin:0}
  .p-age-hub .chapter-t{font-family:var(--display);font-size:clamp(20px,2vw,24px);font-weight:500;color:var(--color-white);letter-spacing:-0.01em;line-height:1.4;max-width:640px;margin:0;padding-left:56px;text-wrap:pretty}
  .p-age-hub .chapter-d{margin-top:13px;font-size:16px;color:var(--ink3);max-width:740px;line-height:1.5}
  .p-age-hub .chapter + section,.p-age-hub .chapter + style + section,.p-age-hub .chapter + *:not(.chapter) section{padding-top:var(--space-section)}
  @media(max-width:820px){.p-age-hub .chapter-in{padding-top:44px;padding-bottom:72px}.p-age-hub .chapter-img{max-width:300px}}
  .p-age-hub .map-hint{display:inline-flex;align-items:center;gap:9px;margin-top:26px;color:var(--ink);font-size:14px;font-weight:500}
  .p-age-hub .map-hint-ic{display:flex;flex:none}
  .p-age-hub .map-hint svg{width:18px;height:18px;display:block}
  .p-age-hub #why .regwrap{margin-top:14px}
  .p-age-hub #why .regwrap .regmap-cap{color:color-mix(in srgb, var(--color-grey-100) 25%, var(--color-grey-200))}
  @media(max-width:560px){.p-age-hub .map-hint{font-size:14px;align-items:flex-start;border-radius:12px}}
  .p-age-hub .rulelist{list-style:none;margin-top:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
  .p-age-hub .rulelist li{padding:24px 26px;border:1px solid var(--line);border-radius:12px;background:var(--color-white)}
  .p-age-hub .rulelist strong{display:block;font-family:var(--display);font-size:18px;font-weight:600;color:var(--ink);letter-spacing:-0.01em;line-height:1.3;margin-bottom:5px}
  .p-age-hub .rulelist p{font-size:16px;color:var(--ink3);line-height:1.6}
  .p-age-hub .reg-lead-out{margin-top:22px;font-size:16px;color:var(--ink2);max-width:760px}
  .p-age-hub #why .regwrap{margin-top:30px}
  .p-age-hub .qgroup{margin-top:0;border-top:1px solid var(--line)}
  .p-age-hub .qgroup:first-of-type{margin-top:22px}
  
  .p-age-hub .qgroup-sum{list-style:none;cursor:pointer;display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:18px;row-gap:5px;padding:24px 0}
  .p-age-hub .qgroup-sum::-webkit-details-marker{display:none}
  .p-age-hub .qgroup-sum::marker{content:""}
  .p-age-hub .qgroup-t{grid-column:1;grid-row:1;font-family:var(--display);font-size:20px;font-weight:600;color:var(--ink);letter-spacing:-0.02em;line-height:1.2;transition:color .2s var(--ease)}
  .p-age-hub .qgroup-count{grid-column:1;grid-row:1;justify-self:start;align-self:center;display:none}
  .p-age-hub .qgroup-peek{grid-column:1;grid-row:2;font-size:14px;color:var(--ink3);line-height:1.5}
  .p-age-hub .qgroup-chev{grid-column:2;grid-row:1/span 2;align-self:center;flex:none;width:36px;height:36px;border-radius:50%;background:var(--alt);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--blue);transition:transform .22s var(--ease),background .2s var(--ease),border-color .2s var(--ease)}
  .p-age-hub .qgroup-chev svg{width:18px;height:18px;display:block}
  .p-age-hub .qgroup[open] .qgroup-chev{transform:rotate(180deg);background:var(--blue100);border-color:var(--blue200)}
  .p-age-hub .qgroup[open] .qgroup-peek{display:none}
  .p-age-hub .qgroup-sum:hover .qgroup-t{color:var(--blue)}
  .p-age-hub .qgroup-sum:hover .qgroup-chev{background:var(--blue100);border-color:var(--blue200)}
  .p-age-hub .qgroup .hub-index{border-top:1px solid var(--line);margin-top:0;padding:4px 0 14px}
  .p-age-hub .qgroup .hubindex-item:last-child a,.p-age-hub .qgroup .hubindex-item:last-child{border-bottom:none}
  @media(max-width:640px){.p-age-hub .qgroup-t{font-size:18px}.p-age-hub .qgroup-sum{padding:18px 18px}.p-age-hub .qgroup .hub-index{padding:4px 18px 8px}}
  .p-age-hub .threat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-top:24px}
  @media(max-width:1040px){.p-age-hub .threat-grid{grid-template-columns:repeat(3,1fr)}}
  @media(max-width:640px){.p-age-hub .threat-grid{grid-template-columns:1fr}}
  .p-age-hub .threat{padding:2px 0 2px 16px;border-left:1px solid var(--line)}
  .p-age-hub .threat-n{display:block;font-family:var(--display);font-size:16px;font-weight:600;color:var(--ink);letter-spacing:-0.01em;margin-bottom:7px}
  .p-age-hub .threat p{font-size:14px;color:var(--ink3);line-height:1.5}
  .p-age-hub .commit-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 40px;align-items:start}
  .p-age-hub .commit-grid3 .citem{height:100%}
  @media(max-width:900px){.p-age-hub .commit-grid3{grid-template-columns:1fr}}
  .p-age-hub #how-integrity .subhead{margin-top:56px}
  .p-age-hub #how-integrity .q2{margin-top:18px;margin-bottom:0}
  .p-age-hub #how-integrity .role-note{margin-top:30px}
  .p-age-hub .spoof-fig{margin:22px auto 4px;max-width:900px}
  .p-age-hub .spoof-fig img{display:block;width:100%;height:auto;border-radius:12px}
  .p-age-hub .commit-feature{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--line)}
  .p-age-hub .citem--feature{flex-direction:row;align-items:center;gap:22px;padding:26px 28px;background:var(--alt);border:1px solid var(--line);border-radius:12px}
  .p-age-hub .citem--feature:hover{background:var(--alt)}
  .p-age-hub .citem--feature .cnum{display:none}
  .p-age-hub .citem--feature .cnum{width:48px;height:48px;border-radius:12px}
  .p-age-hub .citem--feature .cnum svg{width:24px;height:24px}
  .p-age-hub .citem--feature h4{font-size:20px;margin-bottom:5px}
  .p-age-hub .citem--feature p{max-width:76ch}
  .p-age-hub .commit-grid4{display:grid;grid-template-columns:1fr;gap:36px;align-items:start}
  .p-age-hub .commit-grid4 .citem{height:100%}
  .p-age-hub #privacy .commit-feature,.p-age-hub #privacy .commit-grid4{max-width:100%}
  .p-age-hub #privacy .subhead + .subhead-s{margin-bottom:22px}
  .p-age-hub .commit-grid4 + .subhead{margin-top:56px}
  @media(max-width:760px){.p-age-hub .commit-grid4{grid-template-columns:1fr}.p-age-hub .citem--feature{flex-direction:column;align-items:flex-start;gap:14px}}
  .p-age-hub .hubq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:6px;align-items:stretch}
  @media(max-width:900px){.p-age-hub .hubq-grid{grid-template-columns:1fr}}
  .p-age-hub .hubq-card{display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:26px 24px;transition:border-color .2s var(--ease),box-shadow .2s var(--ease),transform .2s var(--ease)}
  .p-age-hub .hubq-card:hover{border-color:var(--blue200);transform:translateY(-2px)}
  .p-age-hub .hubq-head{display:block;margin-bottom:16px}
  .p-age-hub .hubq-num{display:block;font-family:var(--mono);font-size:12px;font-weight:500;color:var(--ink);margin-bottom:12px}
  .p-age-hub .hubq-title{display:block;font-family:var(--display);font-size:20px;font-weight:600;color:var(--ink);letter-spacing:-0.02em;line-height:1.2}
  .p-age-hub .hubq-desc{display:block;font-size:14px;color:var(--ink3);margin-top:8px;line-height:1.5}
  .p-age-hub .hubq-links{list-style:none;margin:0;padding:16px 0 0;border-top:1px solid var(--line)}
  .p-age-hub .hubq-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;font-size:14px;font-weight:500;color:var(--ink2);border-bottom:1px solid var(--line);transition:color .18s var(--ease)}
  .p-age-hub .hubq-links li:last-child a{border-bottom:none}
  .p-age-hub .hubq-links a:after{content:"\2192";color:var(--ink4);transition:transform .18s var(--ease),color .18s var(--ease)}
  .p-age-hub .hubq-links a:hover{color:var(--blue)}
  .p-age-hub .hubq-links a:hover:after{color:var(--blue);transform:translateX(3px)}
  .p-age-hub .hubq-foot{margin-top:22px;font-size:14px;color:var(--ink3);text-align:center}
  .p-age-hub .hubq-foot a{color:var(--ink);font-weight:500}
  .p-age-hub .qgroup{margin-top:0}
  .p-age-hub .qgroup:first-of-type{margin-top:28px}

  .p-age-hub .qgroup-head{margin-bottom:4px}
  .p-age-hub .qgroup-head h3{font-family:var(--display);font-size:22px;font-weight:600;color:var(--ink);letter-spacing:-0.02em;line-height:1.2}
  .p-age-hub .qgroup-head p{font-size:14px;color:var(--ink3);margin-top:5px}
  .p-age-hub .qgroup .hub-index{margin-top:14px}
  .p-age-hub .idx-split{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(0,1fr);gap:44px;margin-top:6px}

  .p-age-hub .idx-imgwrap{position:sticky;top:104px}
  .p-age-hub .idx-img{display:block;width:100%;height:auto;border-radius:12px}
  @media(max-width:940px){.p-age-hub .idx-split{grid-template-columns:1fr;gap:26px}.p-age-hub .idx-imgwrap{position:static;max-width:420px;margin:0 auto}}
  .p-age-hub #m-types,.p-age-hub #m-facial,
.p-age-hub #m-methods,
.p-age-hub #m-id,
.p-age-hub #m-data{scroll-margin-top:calc(var(--ah-bar) + var(--ah-nav) + 26px)}

  .p-age-hub #why .regwrap{position:relative;margin-top:8px;border-radius:12px;overflow:hidden;background:color-mix(in srgb, var(--color-blue-500) 5%, var(--color-black));border:1px solid rgba(255, 255, 255, 0.11)}
  .p-age-hub #why .regwrap svg{display:block;width:100%;height:auto}
  .p-age-hub #why .regmap-cap{position:absolute;left:20px;top:15px;right:20px;color:color-mix(in srgb, var(--color-grey-200) 40%, var(--color-grey-300));font-size:14px;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.6);z-index:3}
  .p-age-hub #why .rpins{position:absolute;inset:0;z-index:2}
  .p-age-hub #why .rpin{position:absolute;display:inline-flex;align-items:center;gap:7px;padding:5px 10px;border-radius:9999px;background:color-mix(in srgb, var(--color-white) 13%, var(--color-black));border:1px solid rgba(255, 255, 255, 0.16);color:rgba(255, 255, 255, 0.88);font-size:12px;font-weight:500;white-space:nowrap;transform:translateY(-50%)}
  .p-age-hub #why .rpin.l{transform:translate(-100%,-50%)}
  .p-age-hub #why .rpin i{width:8px;height:8px;border-radius:50%;background:var(--pin);flex:none}
  .p-age-hub #why .reggrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:18px}
  .p-age-hub #why .regcard{display:block;padding:20px;border-radius:12px;background:#fff;border:1px solid var(--line);transition:all .2s var(--ease)}
  .p-age-hub #why .regcard:hover{border-color:var(--blue200);transform:translateY(-2px)}
  .p-age-hub #why .regcard .regname{font-family:var(--display);font-weight:600;font-size:18px;color:var(--ink);letter-spacing:-0.01em}
  .p-age-hub #why .regcard .regplace{font-size:14px;color:var(--ink);font-weight:500;margin-top:2px}
  .p-age-hub #why .regcard p{font-size:14px;color:var(--ink3);margin-top:10px;line-height:1.5}
  .p-age-hub #why .regcard .reglk{display:inline-block;margin-top:14px;font-size:14px;font-weight:500;color:var(--ink)}
  .p-age-hub #why .rpins{pointer-events:none}
  .p-age-hub #why .rpin{pointer-events:auto;cursor:pointer}
  .p-age-hub .reg-inner{max-width:460px}
  .p-age-hub .reg-pop{background:#fff;border-radius:12px;padding:30px}
  .p-age-hub .reg-pop .reg-pop-place{font-size:12px;font-weight:600;color:var(--ink);letter-spacing:0}
  .p-age-hub .reg-pop h3{font-size:22px;font-weight:600;color:var(--ink);margin:6px 0 14px;letter-spacing:-0.02em}
  .p-age-hub .reg-pop p{font-size:16px;color:var(--ink2);line-height:1.5;margin-bottom:22px}
  .p-age-hub .reg-pop .btn{width:100%;justify-content:center}
  @media(max-width:560px){.p-age-hub #why .rpin{font-size:12px;padding:4px 7px}}

.p-age-hub #world-map path{fill:url(#inaDot);stroke:none}.p-age-hub #world-map .reg-hot,.p-age-hub #world-map .reg-hot path{fill:url(#inaHot)}.p-age-hub #world-map .reg-hot,.p-age-hub #world-map .reg-hot path{cursor:pointer}

.p-age-hub {
  --ah-strip: 44px;
  --ah-bar: 65px;
  --ah-chrome: calc(var(--ah-strip) + var(--ah-bar));
}
@media (min-width: 768px) { .p-age-hub { --ah-strip: 54px; } }
@media (min-width: 1024px) and (max-width: 1099px) { .p-age-hub { --ah-bar: 91px; } }
@media (min-width: 1100px) { .p-age-hub { --ah-bar: 70px; } }

.p-age-hub.is-past-top { --ah-chrome: var(--ah-bar); }

body:has(.c-header.is-past-top) .p-age-hub { --ah-chrome: var(--ah-bar); }

.p-age-hub .v3main { padding-top: var(--ah-bar); }

.p-age-hub .v3rail { bottom: var(--ah-rail-bottom, 0px); }

.p-age-hub .v3rail,
.p-age-hub .v3scrim { transition: top 0.25s var(--ease-out-expo); }
.p-age-hub .v3rail { transition: top 0.25s var(--ease-out-expo), transform 0.3s var(--ease); }

.p-age-hub .v3toggle { top: calc(var(--topbar) + 12px); }

.p-age-hub .hero-tert {
  font-size: var(--fs-body);
  font-weight: 500;
  color: var(--color-white);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  transition: text-decoration-color 0.2s var(--ease);
}
.p-age-hub .hero-tert:hover { text-decoration-color: var(--color-white); }
.p-age-hub .hero-tert:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

.p-age-hub .fae-cards .faec { padding: 0 40px 0 0; }
.p-age-hub .fae-cards .faec + .faec { border-left: 1px solid var(--line); padding: 0 0 0 40px; }
.p-age-hub .idrow .idblock { padding: 0 48px 0 0; }
.p-age-hub .idrow .idblock + .idblock { border-left: 1px solid var(--line); padding: 0 0 0 48px; }

.p-age-hub #privacy .grid-2 { gap: 0; }
.p-age-hub #privacy .grid-2 .card { padding: 0 48px 0 0; }
.p-age-hub #privacy .grid-2 .card + .card { border-left: 1px solid var(--line); padding: 0 0 0 48px; }

.p-age-hub .cmp-cell:first-child { padding-left: 0; }
.p-age-hub .cmp-cell:last-child { padding-right: 0; }

.p-age-hub .certcard .certbody { display: block; max-width: 720px; }
.p-age-hub .certcard .cert-nm { margin-bottom: 0; }

.p-age-hub #reasons .qgroup:last-of-type { border-bottom: 1px solid var(--line); }

.p-age-hub .stats--certs { grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 48px; }
.p-age-hub .stats--certs .stat { padding: 4px 32px 4px 0; }
.p-age-hub .stats--certs .stat + .stat { border-left: 1px solid var(--line); padding: 4px 0 4px 32px; }
@media (max-width: 767px) {
  .p-age-hub .stats--certs { grid-template-columns: 1fr; }
  .p-age-hub .stats--certs .stat { padding: 0 0 24px; }
  .p-age-hub .stats--certs .stat + .stat { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }
}

.p-age-hub #reasons .faq { background: none; color: inherit; border-top: 0; }

@media (max-width: 980px) {
  .p-age-hub .ev-card { padding: 0 0 32px; }
  .p-age-hub .ev-card + .ev-card { border-left: 0; border-top: 1px solid var(--line); padding: 32px 0 0; }
  .p-age-hub .fae-cards .faec { padding: 0 0 32px; }
  .p-age-hub .fae-cards .faec + .faec { border-left: 0; border-top: 1px solid var(--line); padding: 32px 0 0; }
  .p-age-hub .idrow .idblock { padding: 0 0 32px; }
  .p-age-hub .idrow .idblock + .idblock { border-left: 0; border-top: 1px solid var(--line); padding: 32px 0 0; }
  .p-age-hub #privacy .grid-2 .card { padding: 0 0 32px; }
  .p-age-hub #privacy .grid-2 .card + .card { border-left: 0; border-top: 1px solid var(--line); padding: 32px 0 0; }
}
@media (max-width: 860px) {
  .p-age-hub .flow-step { border-left: 0; padding: 0; }
  .p-age-hub .flow { gap: 24px; }
}
@media (max-width: 640px) {
  .p-age-hub .threat { border-left: 0; padding: 0; }
  .p-age-hub .threat-grid { gap: 20px; }
}
@media (max-width: 760px) {

  .p-age-hub .certcard { grid-template-columns: 48px 1fr; }
  .p-age-hub .certcard .certbody { grid-template-columns: 1fr; gap: 6px; }
}

.p-age-hub .sec-split {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 0 56px;
  align-items: start;
}
.p-age-hub .sec-split > .sec-head {
  position: sticky;
  top: calc(var(--topbar) + 32px);
  margin-bottom: 0;
  transition: top 0.25s var(--ease-out-expo);
}
.p-age-hub .sec-split > .sec-head h2 { font-size: clamp(26px, 2.4vw, 32px); line-height: 1.15; }
.p-age-hub .sec-body { min-width: 0; border-left: 1px solid var(--line); padding-left: 55px; }

.p-age-hub .sec-split + .sec-split { margin-top: var(--space-section-md); }
.p-age-hub .sec-body > :first-child { margin-top: 0; }

.p-age-hub #why .regwrap { margin-top: 24px; }

.p-age-hub .sec-body .flow { grid-template-columns: 1fr; gap: 0; }
.p-age-hub .sec-body .flow-step {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 2px 18px;
  align-items: center;
  padding: 18px 0;
  border-left: 0;
  border-top: 1px solid var(--line);
}
.p-age-hub .sec-body .flow-step:last-child { border-bottom: 1px solid var(--line); }
.p-age-hub .sec-body .flow-step h4 { margin: 0; }
.p-age-hub .sec-body .flow-step p { margin-top: 3px; grid-column: 2; }

.p-age-hub .sec-body .commit-grid3 { grid-template-columns: 1fr; gap: 0; }
.p-age-hub .sec-body .commit-grid3 .citem {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.p-age-hub .sec-body .commit-grid3 .citem:last-child { border-bottom: 1px solid var(--line); }

.p-age-hub .sec-body .grid-4 { grid-template-columns: repeat(2, 1fr); gap: 44px 48px; }

.p-age-hub .sec-body .threat-grid { grid-template-columns: 1fr; gap: 0; margin-top: 20px; }
.p-age-hub .sec-body .threat { display: grid; grid-template-columns: 220px 1fr; gap: 4px 20px; align-items: start; padding: 14px 0; border-left: 0; border-top: 1px solid var(--line); }
.p-age-hub .sec-body .threat-grid .threat:last-child { border-bottom: 1px solid var(--line); }
@media (max-width: 640px) { .p-age-hub .sec-body .threat { grid-template-columns: 1fr; } }

.p-age-hub .sec-body .fae-explain { grid-template-columns: 1fr; gap: 24px; }
.p-age-hub .sec-body .fae-explain-img { max-width: 440px; }

.p-age-hub .sec-split--faq .faq-cta { margin-top: 28px; }
.p-age-hub .sec-split--faq .faq-cta p { margin-bottom: 12px; font-weight: 500; color: var(--ink); }
.p-age-hub .sec-split--faq .faq-img { margin-top: 32px; border-radius: 12px; }
.p-age-hub .sec-split--faq .faqs { margin-top: 0; border-top: 1px solid var(--line); }

@media (max-width: 1023px) {
  .p-age-hub .sec-split { grid-template-columns: 1fr; }
  .p-age-hub .sec-body { border-left: 0; padding-left: 0; }
  .p-age-hub .sec-split > .sec-head { position: static; margin-bottom: 40px; }
  .p-age-hub .sec-split > .sec-head h2 { font-size: clamp(24px, 2.8vw, 30px); }
  .p-age-hub .sec-body .flow-step { grid-template-columns: 28px 1fr; }
  .p-age-hub .sec-body .flow-step p { grid-column: 2; }
  .p-age-hub .sec-split--faq .faq-img { display: none; }
}
@media (max-width: 640px) {
  .p-age-hub .sec-body .threat-grid { grid-template-columns: 1fr; }
}

.p-age-hub .v3main section + section:not(.cta):not(.faq) { border-top: 1px solid var(--line); }

@media (min-width: 1081px) {
  .p-age-hub header.v3hero {
    margin: 2px 20px 0;
    border-radius: 32px;
  }
  
  .p-age-hub header.v3hero .wrap {
    max-width: none;
    padding-left: calc(max(24px, (100vw - var(--container-large)) / 2 + 24px) - 20px);
  }
}
@media (max-width: 1080px) {
  .p-age-hub header.v3hero {
    margin: 2px 12px 0;
    border-radius: 20px;
  }
  
  .p-age-hub .v3toggle {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s var(--ease);
  }
  .p-age-hub.is-reading .v3toggle {
    opacity: 1;
    pointer-events: auto;
  }
}

.p-age-hub { --ah-nav: 70px; }

.p-age-hub .ah-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 48;
  height: var(--ah-nav);
  display: flex;
  align-items: center;
  padding: 0;
  background: rgba(255, 255, 255, 0.996);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.p-age-hub .ah-nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-self: center;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.p-age-hub .ah-nav-links::-webkit-scrollbar { display: none; }
.p-age-hub .ah-nav-links a {
  display: inline-flex;
  padding: 7px 16px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  white-space: nowrap;
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}
.p-age-hub .ah-nav-links a:hover { color: var(--ink); background: rgba(0, 0, 0, 0.04); }
.p-age-hub .ah-nav-links a.on { color: var(--ink); background: rgba(0, 0, 0, 0.05); }
@media (max-width: 760px) {
  .p-age-hub .ah-nav { padding: 0 16px; }
}

.p-age-hub .chapter + section{
  position:relative;
  z-index:2;
  margin-top:-32px;
  border-radius:32px 32px 0 0;
  background:var(--color-white);
}
@media (max-width: 760px) {
  .p-age-hub .chapter + section{margin-top:-20px;border-radius:20px 20px 0 0}
}

.p-age-hub .ah-nav + .chapter { margin-top: 0; }

.p-age-hub .v3rail,
.p-age-hub .v3toggle,
.p-age-hub .v3scrim { display: none; }

.p-age-hub .chapter[id],
.p-age-hub section[id] { scroll-margin-top: calc(var(--ah-bar) + var(--ah-nav) + 12px); }

.p-age-hub .cta .eyebrow { color: rgba(255, 255, 255, 0.5); }

.p-age-hub .ah-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  width: 100%;
}
.p-age-hub .ah-hero-id { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.p-age-hub .ah-hero-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: var(--color-white);
  color: var(--blue);
}
.p-age-hub .ah-hero-glyph svg { width: 20px; height: 20px; }
.p-age-hub .ah-hero-name {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: var(--track-tight);
  font-size: 18px;
  color: var(--ink);
}

.p-age-hub .sol-hero__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: min(54svh, 540px);
  padding-block: 48px;
  align-self: center;
}
.p-age-hub .sol-hero__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 580px;
  height: 580px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--color-blue-500) 14%, transparent), transparent 70%);
  pointer-events: none;
}
.p-age-hub .sol-hero__ghost {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: clamp(184px, 14vw, 224px);
  aspect-ratio: 24 / 50;
  padding: 8px;
  border-radius: 42px;
  border: 1px solid var(--color-grey-100);
  background: var(--color-white);
  filter: none;
  opacity: 0.7;
}
.p-age-hub .sol-hero__ghost-screen {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 34px;
}
.p-age-hub .sol-hero__ghost--left { transform: translate(calc(-50% - 56%), calc(-50% + 64px)) rotate(-8deg) scale(0.88); }
.p-age-hub .sol-hero__ghost--right { transform: translate(calc(-50% + 56%), calc(-50% + 64px)) rotate(8deg) scale(0.88); }
.p-age-hub .sol-hero__phone { position: relative; z-index: 2; width: clamp(184px, 14vw, 224px); }
.p-age-hub .sol-stage__frame {
  padding: 9px;
  border-radius: 42px;
  border: 1px solid var(--color-grey-100);
  background: var(--color-white);
}
.p-age-hub .sol-stage__screen {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 390 / 844;
  object-fit: cover;
  object-position: top center;
  border-radius: 34px;
}

@media (max-width: 980px) {
  .p-age-hub .ah-hero-grid { grid-template-columns: 1fr; }
  .p-age-hub .sol-hero__stage { display: none; }
}

.p-age-hub .ah-ph {
  width: 100%;
  aspect-ratio: 2.4 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  border-radius: 12px;
  background-color: color-mix(in srgb, var(--color-blue-500) 14%, var(--color-black));
  background-image:
    radial-gradient(90% 140% at 12% -30%, color-mix(in srgb, var(--color-blue-500) 46%, transparent), transparent 58%),
    radial-gradient(70% 110% at 92% 125%, color-mix(in srgb, var(--color-blue-500) 30%, transparent), transparent 56%);
}
.p-age-hub .ah-ph svg { width: 56px; height: 56px; color: var(--color-white); opacity: 0.92; }
@media (max-width: 760px) { .p-age-hub .ah-ph { aspect-ratio: 2 / 1; margin-bottom: 32px; } }

.p-age-hub .sec-body .stepup { gap: 12px; }
.p-age-hub .sec-body .stepup-node { padding: 16px; gap: 12px; }
.p-age-hub .sec-body .stepup-node .glyph { width: 36px; height: 36px; }
.p-age-hub .sec-body .stepup-node h4 { font-size: 16px; }
.p-age-hub .sec-body .stepup-arrow { min-width: 56px; }
.p-age-hub .sec-body .stepup-block { margin-top: 0; }

.p-age-hub .certlogo img { width: 100%; height: 100%; object-fit: contain; display: block; }

.p-age-hub .ah-ph--stats { aspect-ratio: auto; padding: 56px 64px; }
.p-age-hub .ah-ph--stats .stats--certs { width: 100%; margin-bottom: 0; }
.p-age-hub .ah-ph--stats .stat .n { color: var(--color-white); font-size: clamp(24px, 2.2vw, 30px); white-space: nowrap; }
.p-age-hub .ah-ph--stats .stat .l { text-wrap: balance; }
.p-age-hub .ah-ph--stats .stat .l { color: rgba(255, 255, 255, 0.72); }
.p-age-hub .ah-ph--stats .stat .src { color: rgba(255, 255, 255, 0.4); }
.p-age-hub .ah-ph--stats .stats--certs .stat + .stat { border-left-color: rgba(255, 255, 255, 0.16); }
@media (max-width: 767px) {
  .p-age-hub .ah-ph--stats { padding: 32px 24px; }
  .p-age-hub .ah-ph--stats .stats--certs .stat + .stat { border-top-color: rgba(255, 255, 255, 0.16); }
}

.p-age-hub .glyph { order: -2; }

.p-age-hub .ah-ph--img { padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--color-white); }
.p-age-hub .ah-ph--img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.p-age-hub .ah-nav-links a[data-g="0"] { display: none; }
.p-age-hub.is-stuck .ah-nav-links a[data-g="0"] { display: inline-flex; }

.p-age-hub .subhead--rule { border-top: 1px solid var(--line); padding-top: 44px; }

.p-age-hub .collect h3 { display: flex; align-items: center; gap: 12px; }

.p-age-hub .grp-title { display: flex; align-items: center; gap: 12px; }
.p-age-hub .grp-ic { display: inline-flex; color: var(--blue); }
.p-age-hub .grp-ic svg { width: 24px; height: 24px; }

.p-age-hub .map-head { margin-top: 48px; }
.p-age-hub .map-head h3 { font-family: var(--display); font-size: 28px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.p-age-hub .map-head p { margin-top: 14px; font-size: 16px; color: var(--ink3); }
.p-age-hub .map-head + .regwrap { margin-top: 6px; }

.p-age-hub .rpin-flag { width: 16px; height: 16px; border-radius: 50%; object-fit: cover; flex: none; }

.p-age-hub #how-integrity .commit-feature { border-bottom: 0; padding-bottom: 0; }

.p-age-hub .grp-head { margin-top: 64px; display: flex; align-items: center; gap: 14px; }
.p-age-hub .grp-head h3 { font-size: clamp(22px, 2.6vw, 28px); font-weight: 500; color: var(--ink); margin-top: 0; scroll-margin-top: calc(var(--ah-bar) + var(--ah-nav) + 26px); }

.p-age-hub .faq__inner { padding-top: var(--space-section-sm); }

.p-age-hub .sec-body > p { max-width: 72ch; }
.p-age-hub #reasons .faq-a p { max-width: 70ch; }
.p-age-hub #reasons .faq-a li { max-width: 70ch; }

.p-age-hub .ah-ph--stats .stat .src { color: rgba(255, 255, 255, 0.5); }

@media (hover: hover) {
  .p-age-hub .sec-body .threat p { opacity: 0; transition: opacity 0.2s var(--ease, ease); }
  .p-age-hub .sec-body .threat:hover p { opacity: 1; }
}

.p-age-hub .subhead, .p-age-hub .qq { font-family: var(--display); }

.p-age-hub .ev-card .glyph, .p-age-hub .fae-head .glyph {
  width: auto; height: auto; background: none; border: 0; border-radius: 0;
}
.p-age-hub .ev-card .glyph svg, .p-age-hub .fae-head .glyph svg { width: 26px; height: 26px; }
.p-age-hub .grp-head .glyph { margin-bottom: 0; }

.p-age-hub .dup-q {
  grid-column: 1 / -1;
  text-align: center;
  background: var(--alt);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 16px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  margin: 26px 0 18px;
}
.p-age-hub .faec--ans p { font-size: 14px; color: var(--ink2); }
.p-age-hub .ev-val { font-size: 14px; color: var(--ink2); padding: 0 40px 0 0; }
.p-age-hub .ev-val + .ev-val { border-left: 1px solid var(--line); padding: 0 0 0 40px; }

.p-age-hub #privacy .cnum { background: var(--alt); border-color: var(--line); }
.p-age-hub #privacy .commit-grid4 .citem {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  align-items: start;
}

.p-age-hub .sec-body .threat { grid-template-columns: 220px 1fr 24px; align-items: center; padding: 18px 0; }
.p-age-hub .sec-body .threat .threat-n { margin-bottom: 0; }
.p-age-hub .sec-body .threat::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--blue);
  justify-self: end;
  align-self: center;
  grid-row: 1;
  grid-column: 3;
}

.p-age-hub .certcard { grid-template-columns: 76px 1fr 24px; align-items: center; }
.p-age-hub .cert-nm { font-family: var(--display); font-weight: 600; font-size: 16px; color: var(--ink); }
.p-age-hub .certcard::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--blue);
  justify-self: end;
}
@media (hover: hover) {
  .p-age-hub .sec-body .threat p { opacity: 0; transition: opacity 0.2s ease; }
  .p-age-hub .sec-body .threat:hover p { opacity: 1; }
}

.p-age-hub .certcard .certbody p {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height 0.25s ease, opacity 0.2s ease, margin-top 0.25s ease;
}
.p-age-hub .certcard.is-open .certbody p { max-height: 200px; opacity: 1; margin-top: 2px; }

.p-age-hub #reasons { padding-bottom: var(--space-section-sm); }

@media (max-width: 900px) {
  .p-age-hub .rulelist { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .p-age-hub .ev-val { padding: 0; }
  .p-age-hub .ev-val + .ev-val { border-left: 0; padding: 0; margin-top: 10px; }
}

.p-age-hub .sec-body .flow-step { cursor: pointer; }
.p-age-hub .sec-body .flow-step p {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
}
.p-age-hub .sec-body .flow-step.is-on p { max-height: 160px; opacity: 1; margin-top: 6px; }
.p-age-hub .sec-body .flow-step.is-on .fs-n { color: var(--blue); }
.p-age-hub .sec-body .flow-step.is-on h4 { color: var(--ink); }

.p-age-hub .ev-card .glyph, .p-age-hub .fae-head .glyph { justify-content: flex-start; }
.p-age-hub .ev-cards .dup-q { text-align: left; }

.p-age-hub .sec-body .more-methods .grid-4 { grid-template-columns: 1fr; gap: 0; }
.p-age-hub .more-methods .grid-4 .card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 2px 20px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
.p-age-hub .more-methods .grid-4 .card:last-of-type { border-bottom: 1px solid var(--line); }
.p-age-hub .more-methods .grid-4 .card > * { grid-column: 2; }
.p-age-hub .more-methods .grid-4 .card .glyph { grid-column: 1; grid-row: 1 / span 3; margin-bottom: 0; }
.p-age-hub .more-methods .grid-4 .card .lk { margin-top: 6px; }

.p-age-hub #privacy .grid-2.collect { gap: 32px; }
.p-age-hub .collect .card { padding: 28px 32px; border: 1px solid var(--line); border-radius: 12px; background: var(--color-white); }
.p-age-hub #privacy .grid-2.collect .card { padding: 28px 32px; }
.p-age-hub #privacy .grid-2.collect .card + .card { border-left: 1px solid var(--line); padding: 28px 32px; }

.p-age-hub .certcard { cursor: pointer; align-items: start; }
.p-age-hub .cert-nm { min-height: 76px; display: flex; align-items: center; }
.p-age-hub .certcard::after { align-self: start; height: 76px; display: flex; align-items: center; }
.p-age-hub .certcard.is-open::after { content: "\2212"; }

.p-age-hub .cta {
  margin: var(--space-section-sm) 20px;
  border-radius: 32px;
}
@media (max-width: 760px) { .p-age-hub .cta { margin: 48px 12px; border-radius: 20px; } }

.p-age-hub .cmp { border-top: 0; }
.p-age-hub .cmp-head {
  background: var(--alt);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.p-age-hub .cmp-head .cmp-cell { padding-top: 12px; padding-bottom: 12px; }
.p-age-hub .cmp-head .cmp-cell:first-child { padding-left: 24px; }
.p-age-hub .cmp-head .cmp-cell:last-child { padding-right: 24px; }
.p-age-hub .cmp-head + .cmp-row { border-top: 0; }

.p-age-hub .ev-band {
  grid-column: 1 / -1;
  background: var(--alt);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 24px;
  margin-top: 20px;
}
.p-age-hub .ev-band-t {
  font-family: var(--display);
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 10px;
}
.p-age-hub .ev-band-vals { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.p-age-hub .ev-band .ev-val { padding: 0; border: 0; }
.p-age-hub .ev-band-vals .ev-val + .ev-val { border-left: 1px solid var(--line); padding-left: 24px; }
@media (max-width: 760px) {
  .p-age-hub .ev-band-vals { grid-template-columns: 1fr; gap: 10px; }
  .p-age-hub .ev-band-vals .ev-val + .ev-val { border-left: 0; padding-left: 0; }
}

.p-age-hub .ev-cards { gap: 20px; }
.p-age-hub .ev-card { padding: 28px 32px; border: 1px solid var(--line); border-radius: 12px; background: var(--color-white); }
.p-age-hub .ev-card + .ev-card { border-left: 1px solid var(--line); padding: 28px 32px; }

.p-age-hub .card .lk, .p-age-hub .deeper { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.p-age-hub .lk-arw { display: inline-block; margin-left: 2px; text-decoration: none; }

@media (hover: hover) {
  .p-age-hub .sec-body .commit-grid3 .citem p,
  .p-age-hub #privacy .commit-grid4 .citem p {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
  }
  .p-age-hub .sec-body .commit-grid3 .citem:hover p,
  .p-age-hub #privacy .commit-grid4 .citem:hover p { max-height: 200px; opacity: 1; margin-top: 6px; }
}

.p-age-hub .ev-inb {
  background: var(--alt);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 16px;
  margin-top: 12px;
}
.p-age-hub .ev-inb:first-of-type { margin-top: 20px; }
.p-age-hub .ev-inb-k { font-family: var(--display); font-weight: 600; font-size: 13px; color: var(--ink); margin-bottom: 3px; }
.p-age-hub .ev-inb-v { font-size: 14px; color: var(--ink2); }

.p-age-hub .fae-cards { gap: 20px; }
.p-age-hub .fae-cards .faec { padding: 28px 32px; border: 1px solid var(--line); border-radius: 12px; background: var(--color-white); }
.p-age-hub .fae-cards .faec + .faec { border-left: 1px solid var(--line); border-top: 1px solid var(--line); padding: 28px 32px; }

.p-age-hub .fae-cards .ev-inb {
  background: none;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  padding: 18px 0 0;
  margin-top: 20px;
}

.p-age-hub .fae-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 32px;
  padding: 28px 32px;
  border-radius: 12px;
  background-color:var(--color-black);
  background-image:
    radial-gradient(120% 95% at 12% 0%, color-mix(in oklab, var(--color-blue-500) 80%, transparent), transparent 62%),
    radial-gradient(110% 100% at 92% 100%, color-mix(in oklab, var(--color-blue-500) 65%, transparent), transparent 65%),
    linear-gradient(
      color-mix(in oklab, var(--color-blue-500) 14%, transparent),
      color-mix(in oklab, var(--color-blue-500) 14%, transparent)
    );
}
.p-age-hub .fae-banner p { font-size: 16px; color: var(--color-white); max-width: 640px; }
.p-age-hub .fae-banner .btn { flex: none; }
.p-age-hub .fae-banner .btn--onblue { background: var(--color-white); color: color-mix(in srgb, var(--color-blue-500) 5%, var(--color-black)); border-color: var(--color-white); }
.p-age-hub .fae-banner .btn--onblue:hover { background: color-mix(in srgb, var(--color-blue-500) 5%, var(--color-white)); }
@media (max-width: 760px) {
  .p-age-hub .fae-banner { flex-direction: column; align-items: flex-start; gap: 20px; padding: 24px; }
}

.p-age-hub .fae-cards .ev-inb-v { color: var(--ink3); }

.p-age-hub .idrow { gap: 20px; margin-top: 24px; }
.p-age-hub .idrow .idblock { padding: 28px 32px; border: 1px solid var(--line); border-radius: 12px; background: var(--color-white); }
.p-age-hub .idrow .idblock + .idblock { border: 1px solid var(--line); padding: 28px 32px; }
.p-age-hub .idrow .ev-inb {
  background: none;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  padding: 18px 0 0;
  margin-top: 8px;
}
.p-age-hub .idrow .ev-inb-v { color: var(--ink3); }
@media (max-width: 980px) {
  .p-age-hub .idrow .idblock + .idblock { border: 1px solid var(--line); }
}

.p-age-hub .mae-box > p:first-of-type { margin-bottom: 16px; }

.p-age-hub .stepup-block {
  background: var(--alt);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 36px 32px 48px;
}

.p-age-hub .sec-body .commit-grid3 .citem,
.p-age-hub #privacy .commit-grid4 .citem { grid-template-columns: 40px 1fr 24px; }
.p-age-hub .sec-body .commit-grid3 .citem::after,
.p-age-hub #privacy .commit-grid4 .citem::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--blue);
  justify-self: end;
  align-self: center;
  grid-row: 1;
  grid-column: 3;
}

.p-age-hub .sec-body .flow-step .fs-n { margin-bottom: 0; line-height: 1.2; }

.p-age-hub #privacy .commit-grid4 { gap: 0; }
.p-age-hub #privacy .commit-grid4 .citem {
  padding: 20px 0;
  border-top: 1px solid var(--line);
  height: auto;
}
.p-age-hub #privacy .commit-grid4 .citem:first-child { border-top: 0; }

.p-age-hub .collect .card li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink2);
  flex: none;
  
  margin-top: 8px;
}

.p-age-hub .sec-body .threat { grid-template-columns: 40px 1fr 24px; gap: 0 20px; align-items: center; padding: 20px 0; }
.p-age-hub .sec-body .threat .threat-n { margin-bottom: 0; font-size: 18px; }
.p-age-hub .sec-body .threat .cnum { align-self: center; }
@media (hover: hover) {
  .p-age-hub .sec-body .threat p {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
  }
  .p-age-hub .sec-body .threat:hover p { max-height: 200px; margin-top: 6px; }
}

.p-age-hub .rsn-ic {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--alt);
  border: 1px solid var(--line);
  align-items: center;
  justify-content: center;
}
.p-age-hub .rsn-ic svg { width: 20px; height: 20px; }
.p-age-hub #reasons .faq-a { padding-left: 60px; }

.p-age-hub .more-methods .grid-4 .card h3 { font-size: 18px; }
.p-age-hub .more-methods .grid-4 .card { grid-template-columns: 44px 1fr 24px; align-items: start; }
.p-age-hub .more-methods .grid-4 .card .glyph { grid-row: 1; align-self: center; }
.p-age-hub .more-methods .grid-4 .card h3 { align-self: center; margin-bottom: 0; }
.p-age-hub .more-methods .grid-4 .card::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--blue);
  justify-self: end;
  align-self: center;
  grid-row: 1;
  grid-column: 3;
}
@media (hover: hover) {
  .p-age-hub .more-methods .grid-4 .card p,
  .p-age-hub .more-methods .grid-4 .card .lk {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.3s ease;
  }
  .p-age-hub .more-methods .grid-4 .card:hover p { max-height: 200px; opacity: 1; margin-top: 6px; }
  .p-age-hub .more-methods .grid-4 .card:hover .lk { max-height: 40px; opacity: 1; margin-top: 8px; }
}

.p-age-hub .stepup-stat .ss-n { font-size: clamp(24px, 2.4vw, 30px); }
.p-age-hub .stepup-stat .ss-l { display: inline; margin-top: 0; font-size: 16px; color: var(--ink2); }

.p-age-hub .sec-body .flow-step { grid-template-columns: 28px 1fr 24px; }
.p-age-hub .sec-body .flow-step::after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: var(--blue);
  justify-self: end;
  align-self: center;
  grid-row: 1;
  grid-column: 3;
}
@media (hover: hover) {
  .p-age-hub .sec-body .flow-step:hover p { max-height: 160px; opacity: 1; margin-top: 6px; }
  .p-age-hub .sec-body .flow-step:hover .fs-n { color: var(--blue); }
}

.p-age-hub .sec-body .flow-step:first-child { border-top: 0; }

.p-age-hub .ah-hero-art {
  
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(54%, 800px);
}
.p-age-hub .ah-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  display: block;
}
@media (max-width: 980px) {
  .p-age-hub .ah-hero-art { display: none; }
  .p-age-hub .ah-hero-grid { grid-template-columns: 1fr; }
}

.p-age-hub .sec-body .threat { align-items: start; }
.p-age-hub .sec-body .threat .threat-tx { display: contents; }
.p-age-hub .sec-body .threat .threat-n { grid-column: 2; grid-row: 1; align-self: center; }
.p-age-hub .sec-body .threat p { grid-column: 2; }
.p-age-hub .sec-body .threat .cnum { grid-row: 1; align-self: center; }

.p-age-hub .more-methods a.card:hover h3 { color: var(--ink); }

.p-age-hub .ah-nav {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s var(--ease);
}

.p-age-hub .ah-nav-in {
  width: 100%;
  max-width: var(--container-large);
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.p-age-hub .ah-nav-logo { justify-self: start; display: inline-flex; align-items: center; }
.p-age-hub .ah-nav-logo img { height: 36px; width: auto; display: block; }
.p-age-hub .ah-nav-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 6px;
  background: var(--blue);
  color: var(--color-white);
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  transition: background 0.2s var(--ease);
}
.p-age-hub .ah-nav-cta:hover { background: var(--blue-h); color: var(--color-white); }
.p-age-hub .ah-nav-cta svg { width: 13px; height: 13px; }

body:has(.p-age-hub) .c-header { animation: none; transition: opacity 0.7s var(--ease); }
body.ah-navmode:has(.p-age-hub) .c-header { opacity: 0; pointer-events: none; }
body.ah-navmode .p-age-hub .ah-nav { opacity: 1; pointer-events: auto; }
body.ah-navmode .p-age-hub .sec-split > .sec-head { top: calc(var(--ah-nav) + 32px); }
body.ah-navmode .p-age-hub .ah-nav-links a[data-g="0"] { display: inline-flex; }

@media (max-width: 760px) {
  .p-age-hub .ah-nav { padding: 0; }
  .p-age-hub .ah-nav-in { grid-template-columns: 1fr; padding: 0 16px; }
  .p-age-hub .ah-nav-logo, .p-age-hub .ah-nav-cta { display: none; }
}

.p-age-hub .ah-vt { font-size: 28px; margin: 0 0 8px; }

.p-age-hub .ah-vt + * { margin-top: 0; }

.p-age-hub .fae-explain-txt h3 { font-size: 28px; }
.p-age-hub .buffer-txt h3 { font-size: 28px; }

.p-age-hub .more-methods .grp-head { margin-bottom: 8px; }

@media (max-width: 900px) {
  .p-age-hub .chapter-txt { grid-template-columns: 1fr; gap: 12px 0; }
  .p-age-hub .chapter-t { padding-left: 0; }
}

.p-age-hub { interpolate-size: allow-keywords; }
.p-age-hub #reasons details::details-content {
  block-size: 0;
  overflow-y: clip;
  opacity: 0;
  transition:
    block-size 0.4s var(--ease-out-expo),
    opacity 0.3s var(--ease),
    content-visibility 0.4s allow-discrete;
}
.p-age-hub #reasons details[open]::details-content {
  block-size: auto;
  opacity: 1;
}

.p-age-hub .rail-qnav {
  position: fixed;
  
  left: max(24px, calc((100vw - var(--container-large)) / 2 + 24px));
  
  bottom: 92px;
  z-index: 46;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 360px;
  
  border-top: 1px solid var(--line);
  padding-top: 14px;
  
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease);
}
.p-age-hub.is-reading .rail-qnav { opacity: 1; pointer-events: auto; }

.p-age-hub.is-reading .rail-qnav.is-clash { opacity: 0; pointer-events: none; }
.p-age-hub .rail-qnav a:visited { color: var(--ink3); }
.p-age-hub .rail-qnav a.on:visited { color: var(--ink); }
.p-age-hub .rail-qnav a {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink3);
  transition: color 0.2s var(--ease);
}
.p-age-hub .rail-qnav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.p-age-hub .rail-qnav a:hover { color: var(--ink); }
.p-age-hub .rail-qnav a.on { color: var(--ink); font-weight: 500; }
@media (max-width: 1023px) { .p-age-hub .rail-qnav { display: none; } }

.p-age-hub .chapter-brand { display: flex; align-items: center; gap: 16px; }
.p-age-hub .chapter-ic {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: var(--color-white);
}
.p-age-hub .chapter-ic svg { width: 22px; height: 22px; }

.p-age-hub::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--ah-bar, 70px);
  background: var(--color-white);
  z-index: 47;
  pointer-events: none;
}
