/* ===== block 1 ===== */
.itk-skip-link{position:absolute;top:-100px;left:8px;z-index:99999;background:#E52628;color:#fff;padding:10px 16px;border-radius:8px;font-family:'Outfit',sans-serif;font-weight:700;font-size:14px;text-decoration:none;transition:top .2s ease;box-shadow:0 4px 14px rgba(229,38,40,.5)}
.itk-skip-link:focus,.itk-skip-link:focus-visible{top:8px;outline:3px solid #fff;outline-offset:2px}

/* Screen-reader only utility */
.itk-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Ensure interactive elements have minimum 44px tap target (WCAG 2.5.5) */
button,a[role="button"],input[type="button"],input[type="submit"],input[type="reset"]{min-height:44px}
.itk-auth-modal-goal{min-height:88px}
.itk-auth-modal-tabs button{min-height:40px}

/* Improved focus visibility in dark UI contexts (drawer, modals) */
.itk-drawer :focus-visible,
.itk-auth-modal :focus-visible{outline-color:#D4AF37;outline-offset:3px}

/* High-contrast mode support */
@media (prefers-contrast:more){
  .itk-btn-primary,.itk-auth-modal-btn-primary{border:2px solid #000}
  a{text-decoration:underline}
}

/* Forced-colors (Windows High Contrast) */
@media (forced-colors:active){
  .itk-btn-primary,.itk-auth-modal-btn-primary{border:1px solid ButtonText;forced-color-adjust:none}
}

/* ===== block 2 ===== */
:root{--itk-red:#E52628;--itk-red-dark:#c41e21;--itk-red-darker:#a01416;--itk-red-soft:#fef2f2;--itk-red-bg:#fff5f5;--itk-navy:#1a2744;--itk-navy-deep:#0d1a35;--itk-gold:#D4AF37;--itk-gold-dark:#B8901E;--itk-gold-soft:#fef6e7;--itk-white:#ffffff;--itk-ink:#0f1422;--itk-text:#1a1a1a;--itk-text-soft:#555;--itk-text-muted:#6b7280;--itk-text-dim:#9ca3af;--itk-border:#e5e7eb;--itk-border-soft:rgba(0,0,0,.06);--itk-bg:#ffffff;--itk-bg-alt:#fafafa;--itk-bg-soft:#f5f5f7;--itk-font-body:'Plus Jakarta Sans','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--itk-font-display:'Outfit','Plus Jakarta Sans',sans-serif;--itk-sp-1:clamp(4px,1vw,6px);--itk-sp-2:clamp(8px,1.5vw,10px);--itk-sp-3:clamp(12px,2vw,16px);--itk-sp-4:clamp(16px,2.5vw,20px);--itk-sp-5:clamp(20px,3vw,28px);--itk-sp-6:clamp(28px,4vw,40px);--itk-sp-7:clamp(40px,6vw,60px);--itk-sp-8:clamp(56px,8vw,88px);--itk-r-sm:8px;--itk-r-md:12px;--itk-r-lg:16px;--itk-r-xl:20px;--itk-r-2xl:24px;--itk-r-pill:100px;--itk-el-1:0 1px 3px rgba(15,20,34,.06),0 1px 2px rgba(0,0,0,.04);--itk-el-2:0 4px 12px rgba(15,20,34,.08),0 2px 4px rgba(0,0,0,.04);--itk-el-3:0 10px 30px rgba(15,20,34,.1),0 4px 10px rgba(0,0,0,.05);--itk-el-4:0 20px 50px -10px rgba(15,20,34,.15),0 8px 20px rgba(0,0,0,.06);--itk-el-red:0 10px 24px -8px rgba(229,38,40,.5),0 4px 12px rgba(229,38,40,.15);--itk-el-red-hover:0 14px 32px -10px rgba(229,38,40,.65),0 6px 16px rgba(229,38,40,.25);--itk-ease:cubic-bezier(.22,1,.36,1);--itk-t-fast:150ms var(--itk-ease);--itk-t-base:220ms var(--itk-ease);--itk-t-slow:350ms var(--itk-ease);--itk-z-dropdown:100;--itk-z-sticky:900;--itk-z-header:1040;--itk-z-drawer-backdrop:2400;--itk-z-drawer:2500;--itk-z-modal:10000;--itk-touch:44px;--itk-touch-lg:52px;--itk-header-h:60px;--itk-header-h-lg:68px;--itk-topbar-h:32px;--itk-sticky-bar-h:64px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow-x:hidden}body{margin:0;min-height:100vh;font-family:var(--itk-font-body);font-size:15px;line-height:1.55;color:var(--itk-text);background:var(--itk-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden;max-width:100vw}img,svg,video,iframe{max-width:100%;display:block}img{height:auto}button{font:inherit}a{color:var(--itk-red);text-decoration:none;transition:color var(--itk-t-fast)}a:hover{color:var(--itk-red-dark)}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}::selection{background:rgba(229,38,40,.18);color:var(--itk-navy)}:focus-visible{outline:2px solid var(--itk-red);outline-offset:2px;border-radius:4px}.itk-skip-link{position:absolute;top:-40px;left:10px;background:var(--itk-red);color:#fff;padding:8px 16px;border-radius:0 0 8px 8px;font-weight:700;font-size:13px;z-index:10001;text-decoration:none}.itk-skip-link:focus{top:0;color:#fff}body.itk-lock-scroll{overflow:hidden !important;position:fixed;width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--itk-font-display);font-weight:800;line-height:1.15;color:var(--itk-navy);letter-spacing:-0.02em;margin:0 0 0.5em}h1{font-size:clamp(28px,7vw,52px);line-height:1.08;letter-spacing:-0.03em}h2{font-size:clamp(22px,5vw,38px);line-height:1.1}h3{font-size:clamp(18px,3.5vw,24px);line-height:1.25}h4{font-size:clamp(16px,2.8vw,20px)}p{margin:0 0 1em;line-height:1.6;color:var(--itk-text-soft)}strong,b{color:var(--itk-navy);font-weight:700}.itk-accent-italic,em.itk-highlight{font-style:italic;color:var(--itk-red);font-weight:700}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}@media (min-width:768px){.container{padding:0 24px}}@media (min-width:1200px){.container{padding:0 32px}}.itk-btn,.itk-cta-primary,.itk-cta-outline,.itk-cta-secondary,.itk-v2-cta-primary,.itk-v2-cta-outline,.itk-btn-primary,.itk-btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;min-height:var(--itk-touch-lg);border-radius:var(--itk-r-pill);font-family:var(--itk-font-display);font-weight:700;font-size:14.5px;letter-spacing:-0.005em;text-decoration:none;cursor:pointer;border:0;transition:transform var(--itk-t-fast),box-shadow var(--itk-t-base),background-color var(--itk-t-fast),color var(--itk-t-fast);white-space:nowrap;line-height:1.2}.itk-btn:hover,.itk-cta-primary:hover,.itk-cta-outline:hover,.itk-cta-secondary:hover,.itk-v2-cta-primary:hover,.itk-v2-cta-outline:hover,.itk-btn-primary:hover,.itk-btn-ghost:hover{text-decoration:none;transform:translateY(-2px)}.itk-btn:active,.itk-cta-primary:active,.itk-btn-primary:active{transform:translateY(0)}.itk-btn.primary,.itk-cta-primary,.itk-v2-cta-primary,.itk-btn-primary{background:linear-gradient(135deg,var(--itk-red) 0%,var(--itk-red-dark) 100%);color:var(--itk-white);box-shadow:var(--itk-el-red)}.itk-btn.primary:hover,.itk-cta-primary:hover,.itk-v2-cta-primary:hover,.itk-btn-primary:hover{color:var(--itk-white);box-shadow:var(--itk-el-red-hover)}.itk-btn.outline,.itk-cta-outline,.itk-v2-cta-outline{background:var(--itk-white);color:var(--itk-navy);border:1.5px solid var(--itk-navy)}.itk-btn.outline:hover,.itk-cta-outline:hover,.itk-v2-cta-outline:hover{background:var(--itk-navy);color:var(--itk-white)}.itk-btn.ghost,.itk-btn-ghost{background:transparent;color:var(--itk-navy);border:1.5px solid var(--itk-navy)}.itk-btn.ghost:hover,.itk-btn-ghost:hover{background:var(--itk-navy);color:var(--itk-white)}.itk-cta-secondary{background:rgba(255,255,255,.1);color:var(--itk-white);border:1.5px solid rgba(255,255,255,.3)}.itk-cta-secondary:hover{background:rgba(255,255,255,.18);border-color:var(--itk-white);color:var(--itk-white)}.itk-v2-final-cta .itk-v2-cta-primary{background:var(--itk-white);color:var(--itk-red)}.itk-v2-final-cta .itk-v2-cta-primary:hover{color:var(--itk-red-dark)}.itk-v2-final-cta .itk-v2-cta-outline{background:transparent;color:var(--itk-white);border-color:rgba(255,255,255,.4)}.itk-v2-final-cta .itk-v2-cta-outline:hover{background:rgba(255,255,255,.15);color:var(--itk-white);border-color:var(--itk-white)}.itk-v2-hero .itk-v2-cta-outline{background:rgba(255,255,255,.05);color:var(--itk-white);border-color:rgba(255,255,255,.25)}.itk-v2-hero .itk-v2-cta-outline:hover{background:rgba(255,255,255,.12);color:var(--itk-white);border-color:var(--itk-gold)}@media (max-width:767px){.itk-btn,.itk-cta-primary,.itk-cta-outline,.itk-cta-secondary,.itk-v2-cta-primary,.itk-v2-cta-outline,.itk-btn-primary,.itk-btn-ghost{min-height:54px;padding:14px 22px;font-size:15px}}.itk-cta-row,.itk-v2-cta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}@media (max-width:575px){.itk-cta-row,.itk-v2-cta-row{flex-direction:column;align-items:stretch}.itk-cta-row>*,.itk-v2-cta-row>*{width:100%}}input[type="text"],input[type="email"],input[type="tel"],input[type="password"],input[type="search"],input[type="number"],input[type="url"],select,textarea{font-family:var(--itk-font-body);font-size:16px;padding:13px 16px;border:1.5px solid var(--itk-border);border-radius:var(--itk-r-md);background:var(--itk-white);color:var(--itk-ink);transition:border-color var(--itk-t-fast),box-shadow var(--itk-t-fast);min-height:var(--itk-touch-lg);width:100%;-webkit-appearance:none;appearance:none}input:focus,select:focus,textarea:focus{outline:0;border-color:var(--itk-red);box-shadow:0 0 0 3px rgba(229,38,40,.15)}input::placeholder,textarea::placeholder{color:var(--itk-text-dim)}label{display:block;font-size:13px;font-weight:600;color:var(--itk-ink);margin-bottom:6px;font-family:var(--itk-font-body)}.itk-header{position:sticky;top:0;z-index:var(--itk-z-header);background:var(--itk-white);border-bottom:1px solid var(--itk-border-soft);transition:box-shadow var(--itk-t-base)}.itk-header.scrolled{box-shadow:0 2px 12px rgba(0,0,0,.05)}.itk-top-bar{background:linear-gradient(90deg,var(--itk-navy) 0%,var(--itk-navy-deep) 60%,var(--itk-navy) 100%);color:rgba(255,255,255,.9);font-size:12px;padding:6px 0;border-bottom:1px solid rgba(212,175,55,.15)}.itk-top-bar-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:16px}.itk-top-left,.itk-top-right{display:flex;align-items:center;gap:14px}.itk-top-link{color:rgba(255,255,255,.9);text-decoration:none;display:inline-flex;align-items:center;gap:5px;font-weight:500;transition:color var(--itk-t-fast)}.itk-top-link:hover{color:var(--itk-gold)}.itk-top-sep{color:rgba(255,255,255,.25)}.itk-top-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(212,175,55,.08);border:1px solid rgba(212,175,55,.2);color:var(--itk-gold);padding:3px 10px;border-radius:var(--itk-r-pill);font-size:11px;font-weight:600}.itk-top-social{display:flex;gap:6px}.itk-top-social a{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);background:rgba(255,255,255,.05);border-radius:50%;transition:all var(--itk-t-fast)}.itk-top-social a:hover{color:var(--itk-white);background:var(--itk-red);transform:translateY(-1px)}@media (max-width:767px){.itk-top-bar{display:none}}.itk-main-nav{background:var(--itk-white);height:var(--itk-header-h);transition:height var(--itk-t-base)}@media (min-width:768px){.itk-main-nav{height:var(--itk-header-h-lg)}}.itk-header.scrolled .itk-main-nav{height:56px}.itk-main-nav-inner{max-width:1200px;margin:0 auto;padding:0 16px;height:100%;display:flex;align-items:center;gap:14px}@media (min-width:768px){.itk-main-nav-inner{padding:0 24px;gap:20px}}.itk-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.itk-logo:hover{text-decoration:none}.itk-logo img{max-height:36px;width:auto;transition:max-height var(--itk-t-base)}@media (min-width:768px){.itk-logo img{max-height:42px}}.itk-header.scrolled .itk-logo img{max-height:32px}.itk-logo-text{display:none !important}.itk-hamburger{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:44px;height:44px;margin-left:auto;background:var(--itk-white);border:1.5px solid var(--itk-border);border-radius:var(--itk-r-md);cursor:pointer;padding:0;transition:all var(--itk-t-fast)}.itk-hamburger:hover{border-color:var(--itk-red);background:var(--itk-red-soft)}.itk-hamburger span{display:block;width:20px;height:2px;background:var(--itk-navy);border-radius:2px;transition:all var(--itk-t-base)}.itk-hamburger.active span:nth-child(1){transform:translateY(6px) rotate(45deg);background:var(--itk-red)}.itk-hamburger.active span:nth-child(2){opacity:0;transform:translateX(-10px)}.itk-hamburger.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg);background:var(--itk-red)}.itk-nav-list{display:none;list-style:none;margin:0;padding:0;flex:1;justify-content:center;gap:2px}.itk-nav-auth{display:none;gap:10px;flex-shrink:0;align-items:center}@media (min-width:1080px){.itk-hamburger{display:none}.itk-nav-list{display:flex;align-items:center}.itk-nav-auth{display:flex}}.itk-nav-list>li{position:relative}.itk-nav-list>li>a{display:inline-flex;align-items:center;gap:4px;color:var(--itk-ink);text-decoration:none;font-family:var(--itk-font-body);font-weight:600;font-size:13.5px;padding:8px 11px;border-radius:var(--itk-r-sm);position:relative;transition:color var(--itk-t-fast);white-space:nowrap}.itk-nav-list>li>a:hover{color:var(--itk-red)}.itk-nav-list>li>a::after{content:'';position:absolute;left:11px;right:22px;bottom:2px;height:2px;background:linear-gradient(90deg,var(--itk-red) 0%,var(--itk-gold) 100%);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform var(--itk-t-base)}.itk-nav-list>li:not(.itk-nav-has-menu)>a::after{right:11px}.itk-nav-list>li>a:hover::after,.itk-nav-list>li.active-exact>a::after{transform:scaleX(1)}.itk-caret{font-size:9px;opacity:0.5;margin-left:2px;transition:transform var(--itk-t-fast),opacity var(--itk-t-fast)}.itk-nav-has-menu:hover .itk-caret{transform:rotate(180deg);opacity:1}.itk-nav-lms{background:linear-gradient(135deg,rgba(212,175,55,.15) 0%,rgba(229,38,40,.08) 100%);color:var(--itk-navy) !important;border:1px solid rgba(212,175,55,.35);padding:7px 14px !important;border-radius:var(--itk-r-pill) !important;font-weight:700 !important}.itk-nav-lms:hover{background:linear-gradient(135deg,var(--itk-gold) 0%,var(--itk-gold-dark) 100%);color:var(--itk-white) !important;box-shadow:0 6px 16px rgba(212,175,55,.3);transform:translateY(-1px)}.itk-mega{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);background:var(--itk-white);border:1px solid var(--itk-border-soft);border-radius:var(--itk-r-lg);box-shadow:var(--itk-el-4);padding:24px 26px;opacity:0;visibility:hidden;pointer-events:none;transition:all var(--itk-t-base);min-width:440px}@media (max-width:1079px){.itk-mega{display:none !important}}.itk-nav-has-menu:hover .itk-mega,.itk-nav-has-menu:focus-within .itk-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.itk-mega-accent{position:absolute;top:0;left:28px;right:28px;height:3px;background:linear-gradient(90deg,var(--itk-red) 0%,var(--itk-gold) 50%,var(--itk-navy) 100%);border-radius:0 0 4px 4px}.itk-mega-4col{min-width:860px;display:grid;grid-template-columns:1fr 1fr 1fr 240px;gap:24px}.itk-mega-3col{min-width:700px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.itk-mega-2col{min-width:700px;display:grid;grid-template-columns:1fr 1fr 240px;gap:24px}.itk-mega-2col-tight{min-width:420px;display:grid;grid-template-columns:1fr 1fr;gap:22px}.itk-mega-simple{min-width:380px}.itk-nav-list>li:first-child .itk-mega,.itk-nav-list>li:nth-child(2) .itk-mega{left:0;transform:translateX(0) translateY(8px)}.itk-nav-list>li:first-child:hover .itk-mega,.itk-nav-list>li:nth-child(2):hover .itk-mega{transform:translateX(0) translateY(0)}.itk-mega-col h4{font-size:11px;font-weight:700;color:var(--itk-text-muted);text-transform:uppercase;letter-spacing:1px;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid var(--itk-border-soft);font-family:var(--itk-font-body)}.itk-mega-col a{display:flex;flex-direction:column;gap:2px;padding:8px 10px;margin:0 -10px;border-radius:var(--itk-r-sm);color:var(--itk-ink);transition:all var(--itk-t-fast);text-decoration:none}.itk-mega-col a:hover{background:linear-gradient(90deg,rgba(229,38,40,.04),rgba(212,175,55,.02));transform:translateX(2px)}.itk-mega-col a strong{font-family:var(--itk-font-body);font-size:14px;font-weight:600;color:var(--itk-ink)}.itk-mega-col a span{font-size:12px;color:var(--itk-text-muted)}.itk-mega-col a:hover strong{color:var(--itk-red)}.itk-mega-cta-card{background:linear-gradient(135deg,var(--itk-navy) 0%,var(--itk-navy-deep) 100%);border-radius:var(--itk-r-md);padding:20px 18px;color:var(--itk-white);height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.itk-mega-cta-card.itk-gold{background:linear-gradient(135deg,var(--itk-gold) 0%,var(--itk-gold-dark) 100%)}.itk-mega-cta-pill{display:inline-flex;width:fit-content;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);padding:4px 10px;border-radius:var(--itk-r-pill);font-size:10px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;margin-bottom:10px}.itk-mega-cta-card h5{color:var(--itk-white);font-size:15px;font-weight:700;margin:0 0 6px;line-height:1.25}.itk-mega-cta-card p{color:rgba(255,255,255,.85);font-size:12px;margin:0 0 14px}.itk-mega-cta-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--itk-white);color:var(--itk-navy);padding:10px 14px;border-radius:var(--itk-r-pill);font-size:12px;font-weight:700;text-decoration:none;transition:transform var(--itk-t-fast)}.itk-mega-cta-card.itk-gold .itk-mega-cta-btn{color:var(--itk-gold-dark)}.itk-mega-cta-btn:hover{transform:translateY(-1px)}.itk-drawer{position:fixed;top:0;right:-100%;width:100%;max-width:380px;height:100vh;height:100dvh;background:var(--itk-white);z-index:var(--itk-z-drawer);display:flex;flex-direction:column;overflow:hidden;box-shadow:-10px 0 40px rgba(0,0,0,.12);transition:right 0.32s var(--itk-ease);font-family:var(--itk-font-body)}.itk-drawer.open{right:0}.itk-drawer-backdrop{position:fixed;inset:0;background:rgba(26,39,68,.55);z-index:var(--itk-z-drawer-backdrop);opacity:0;visibility:hidden;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition:all var(--itk-t-base)}.itk-drawer-backdrop.open{opacity:1;visibility:visible}.itk-drawer-head{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--itk-border-soft)}.itk-drawer-logo{text-decoration:none}.itk-drawer-logo img{max-height:34px;width:auto}.itk-drawer-close{width:40px;height:40px;border-radius:50%;background:var(--itk-bg-soft);color:var(--itk-navy);border:0;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--itk-t-fast)}.itk-drawer-close:hover{background:var(--itk-red);color:var(--itk-white)}.itk-drawer-auth-top,.itk-drawer-contact,.itk-drawer-search,.itk-drawer-hours{display:none !important}.itk-drawer-nav{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:2px 0 8px}.itk-drawer-nav>a,.itk-drawer-nav>details>summary{display:flex;align-items:center;gap:14px;padding:14px 20px;min-height:60px;border-top:1px solid rgba(0,0,0,.04);font-family:var(--itk-font-body);font-weight:600;font-size:15px;color:var(--itk-navy);text-decoration:none;cursor:pointer;line-height:1.2;list-style:none;transition:background-color var(--itk-t-fast);background:var(--itk-white)}.itk-drawer-nav>a:first-child,.itk-drawer-nav>details:first-of-type>summary{border-top:0}.itk-drawer-nav>a:hover,.itk-drawer-nav>details>summary:hover{background:var(--itk-bg-alt)}.itk-drawer-nav>details>summary::-webkit-details-marker{display:none}.itk-drawer-nav>details>summary::marker{content:''}.itk-drawer-nav>a::before,.itk-drawer-nav>details>summary::before{content:'';display:block;width:38px;height:38px;flex-shrink:0;border-radius:var(--itk-r-sm);background:var(--itk-bg-soft) center center / 20px 20px no-repeat}.itk-drawer-nav>details>summary::after{content:'\203A';margin-left:auto;color:#c0c4cd;font-size:26px;font-weight:400;line-height:1;transition:transform var(--itk-t-base),color var(--itk-t-fast)}.itk-drawer-nav>details[open]>summary::after{transform:rotate(90deg);color:var(--itk-red)}.itk-drawer-sub{background:var(--itk-bg-alt);padding:4px 0 6px;border-top:1px solid var(--itk-border-soft)}.itk-drawer-sub a{display:block;padding:11px 20px 11px 72px;font-size:13.5px;font-weight:500;color:var(--itk-text-soft);text-decoration:none;transition:color var(--itk-t-fast),background-color var(--itk-t-fast)}.itk-drawer-sub a:hover{color:var(--itk-red);background:var(--itk-white)}.itk-drawer-nav>a.itk-drawer-accent{background:var(--itk-red-bg);color:var(--itk-red);font-weight:700}.itk-drawer-nav>a.itk-drawer-accent:hover{background:#fee2e2}.itk-drawer-nav>a.itk-drawer-accent::before{background-color:rgba(229,38,40,.1)}.itk-drawer-nav>a[data-ico="home"]::before,.itk-drawer-nav>details[data-ico="home"]>summary::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%231a2744" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path d="M9 22V12h6v10"/></svg>')}.itk-drawer-nav>a[data-ico="book"]::before,.itk-drawer-nav>details[data-ico="book"]>summary::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%231a2744" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/></svg>')}.itk-drawer-nav>details[data-ico="clock"]>summary::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%231a2744" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>')}.itk-drawer-nav>details[data-ico="globe"]>summary::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%231a2744" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>')}.itk-drawer-nav>details[data-ico="tool"]>summary::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%231a2744" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/></svg>')}.itk-drawer-nav>details[data-ico="briefcase"]>summary::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%231a2744" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="7" width="20" height="14" rx="2"/><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"/></svg>')}.itk-drawer-nav>details[data-ico="library"]>summary::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%231a2744" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"/><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"/></svg>')}.itk-drawer-nav>a[data-ico="info"]::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%231a2744" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12.01" y2="8"/></svg>')}.itk-drawer-nav>a[data-ico="phone"]::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%231a2744" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></svg>')}.itk-drawer-nav>a[data-ico="cap"]::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23E52628" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 10v6M2 10l10-5 10 5-10 5z"/><path d="M6 12v5c3 3 9 3 12 0v-5"/></svg>')}.itk-drawer-nav>a[data-ico="play"]::before{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23E52628" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polygon points="5 3 19 12 5 21 5 3"/></svg>')}.itk-drawer-bottom{flex-shrink:0;padding:14px 18px calc(14px+env(safe-area-inset-bottom,0px));border-top:1px solid var(--itk-border);background:var(--itk-white)}.itk-drawer-signin{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;padding:14px 20px;background:linear-gradient(135deg,var(--itk-red) 0%,var(--itk-red-dark) 100%);color:var(--itk-white);border-radius:var(--itk-r-pill);font-family:var(--itk-font-display);font-weight:700;font-size:15px;letter-spacing:-0.005em;text-decoration:none;box-shadow:var(--itk-el-red);transition:transform var(--itk-t-fast),box-shadow var(--itk-t-base)}.itk-drawer-signin:hover{transform:translateY(-2px);box-shadow:var(--itk-el-red-hover);color:var(--itk-white);text-decoration:none}.itk-drawer-signup-line{margin:10px 0 0;text-align:center;font-size:13px;color:var(--itk-text-muted)}.itk-drawer-signup-link{color:var(--itk-red);font-weight:700;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px}body.itk-drawer-open .itk-mobile-cta-bar,body.itk-drawer-open .itk-wa-float,body.itk-drawer-open .itk-scroll-top{display:none !important}.itk-hero{background:linear-gradient(180deg,#fff 0%,#fafbfc 60%,var(--itk-red-bg) 100%);position:relative;overflow:hidden;padding:var(--itk-sp-7) 0 var(--itk-sp-8)}.itk-hero::before,.itk-hero::after{content:'';position:absolute;pointer-events:none;border-radius:50%}.itk-hero::before{top:-100px;right:-120px;width:500px;height:500px;background:radial-gradient(circle,rgba(229,38,40,.06) 0%,transparent 70%)}.itk-hero::after{bottom:-120px;left:-100px;width:450px;height:450px;background:radial-gradient(circle,rgba(26,39,68,.05) 0%,transparent 70%)}.itk-hero .container{position:relative;z-index:1}.itk-hero h1{font-family:var(--itk-font-display);font-size:clamp(36px,9vw,56px);font-weight:800;letter-spacing:-0.03em;line-height:1.05;color:var(--itk-ink);margin:0 0 16px}.itk-hero h1 .accent{color:var(--itk-red);position:relative}.itk-hero h1 .accent::after{content:'';position:absolute;bottom:2px;left:0;right:0;height:5px;background:rgba(229,38,40,.16);border-radius:4px;z-index:-1}.itk-hero-pill{display:inline-flex;align-items:center;gap:8px;background:var(--itk-white);border:1px solid rgba(229,38,40,.18);color:var(--itk-red);padding:6px 14px;border-radius:var(--itk-r-pill);font-family:var(--itk-font-display);font-size:11.5px;font-weight:700;letter-spacing:0.3px;text-transform:uppercase;margin-bottom:18px;box-shadow:var(--itk-el-1);max-width:100%;white-space:normal;text-align:center;line-height:1.3}.itk-hero-pill .dot{width:7px;height:7px;background:var(--itk-red);border-radius:50%;animation:itk-pulse 1.8s ease-in-out infinite;flex-shrink:0}@keyframes itk-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.itk-hero-sub{font-size:clamp(15px,2vw,19px);line-height:1.6;color:var(--itk-text-soft);margin:0 0 28px;max-width:640px}.itk-hero-sub strong{color:var(--itk-navy)}.itk-hero-micro{display:flex;flex-wrap:wrap;gap:14px;font-size:13px;color:var(--itk-text-muted);margin-top:16px}.itk-hero-micro span{display:inline-flex;align-items:center;gap:6px}.itk-hero-micro span::before{content:'✓';color:#25d366;font-weight:700}.itk-hero-card{background:var(--itk-white);border:1px solid var(--itk-border-soft);border-radius:var(--itk-r-xl);padding:24px 22px;box-shadow:var(--itk-el-3);position:relative;margin-top:28px}@media (min-width:992px){.itk-hero-card{margin-top:0}}.itk-hero-card-label{display:inline-block;position:absolute;top:-14px;left:24px;background:var(--itk-red);color:var(--itk-white);padding:5px 14px;border-radius:var(--itk-r-pill);font-family:var(--itk-font-display);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;box-shadow:var(--itk-el-red)}.itk-hero-card h3{font-size:18px;font-weight:700;color:var(--itk-navy);margin:8px 0 14px}.itk-hero-card ul{list-style:none;padding:0;margin:0 0 20px}.itk-v2-hero{background:linear-gradient(135deg,var(--itk-navy) 0%,var(--itk-navy-deep) 55%,var(--itk-navy) 100%);color:var(--itk-white);padding:var(--itk-sp-7) 0 var(--itk-sp-8);position:relative;overflow:hidden}.itk-v2-hero::before,.itk-v2-hero::after{content:'';position:absolute;border-radius:50%;pointer-events:none}.itk-v2-hero::before{top:-140px;right:-120px;width:440px;height:440px;background:radial-gradient(circle,rgba(229,38,40,.14) 0%,transparent 70%)}.itk-v2-hero::after{bottom:-120px;left:-80px;width:360px;height:360px;background:radial-gradient(circle,rgba(212,175,55,.1) 0%,transparent 70%)}.itk-v2-hero-inner{max-width:820px;position:relative;z-index:1}.itk-v2-crumbs{font-size:12px;color:rgba(255,255,255,.65);margin-bottom:16px}.itk-v2-crumbs a{color:rgba(255,255,255,.8)}.itk-v2-crumbs a:hover{color:var(--itk-gold)}.itk-v2-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);border:1px solid rgba(212,175,55,.3);color:var(--itk-gold);padding:6px 14px;border-radius:var(--itk-r-pill);font-family:var(--itk-font-display);font-size:11.5px;font-weight:700;letter-spacing:0.4px;text-transform:uppercase;margin-bottom:16px}.itk-v2-pill .dot{width:7px;height:7px;background:var(--itk-gold);border-radius:50%;animation:itk-pulse 1.8s ease-in-out infinite}.itk-v2-hero h1{font-family:var(--itk-font-display);font-size:clamp(34px,7vw,56px);font-weight:800;line-height:1.08;letter-spacing:-0.03em;color:var(--itk-white);margin:0 0 18px}.itk-v2-hero h1 .accent{color:var(--itk-gold)}.itk-v2-hero p.lead{font-size:clamp(15px,2vw,18px);line-height:1.6;color:rgba(255,255,255,.88);margin:0 0 28px;max-width:720px}.itk-stats-strip,.itk-v2-stats{background:linear-gradient(135deg,var(--itk-navy-deep) 0%,var(--itk-navy) 55%,var(--itk-navy-deep) 100%);color:var(--itk-white);padding:var(--itk-sp-7) 0;position:relative;overflow:hidden}.itk-stats-strip::before,.itk-v2-stats::before{content:'';position:absolute;top:-50%;left:50%;transform:translateX(-50%);width:620px;height:620px;background:radial-gradient(circle,rgba(229,38,40,.08) 0%,transparent 60%);pointer-events:none}.itk-stats-strip .container,.itk-v2-stats .container{position:relative;z-index:1}.itk-stats-strip .row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media (min-width:768px){.itk-stats-strip .row{grid-template-columns:repeat(4,1fr)}}.itk-v2-stats .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media (min-width:768px){.itk-v2-stats .grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}.itk-stat,.itk-v2-stats .grid>div{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:var(--itk-r-lg);padding:22px 16px;text-align:center;transition:transform var(--itk-t-base),background var(--itk-t-fast),border-color var(--itk-t-fast);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.itk-stat:hover,.itk-v2-stats .grid>div:hover{transform:translateY(-3px);background:rgba(255,255,255,.06);border-color:rgba(212,175,55,.3)}.itk-stat-num,.itk-v2-stats .stat-num{font-family:var(--itk-font-display);font-size:clamp(30px,5vw,48px);font-weight:800;color:var(--itk-white);line-height:1;letter-spacing:-0.03em;margin-bottom:8px}.itk-stat-num .suf,.itk-stat-num span,.itk-v2-stats .stat-num span{color:var(--itk-red);font-weight:800}.itk-stat-lbl,.itk-v2-stats .stat-lbl{font-size:12px;color:rgba(255,255,255,.7);font-weight:600;text-transform:uppercase;letter-spacing:1.2px}.itk-page-v2 section{padding:var(--itk-sp-7) 0}.itk-page-v2 .itk-v2-alt-bg{background:linear-gradient(180deg,var(--itk-bg-alt) 0%,var(--itk-red-bg) 100%)}.itk-v2-section-head{text-align:center;max-width:720px;margin:0 auto 32px}.itk-v2-section-head .label{display:inline-block;font-family:var(--itk-font-body);font-size:11px;font-weight:700;color:var(--itk-red);letter-spacing:2px;text-transform:uppercase;margin-bottom:10px}.itk-v2-section-head h2{font-family:var(--itk-font-display);font-size:clamp(24px,5vw,40px);font-weight:800;line-height:1.15;letter-spacing:-0.02em;color:var(--itk-navy);margin:0 0 12px}.itk-v2-section-head p{font-size:clamp(15px,2vw,17px);color:var(--itk-text-soft);line-height:1.6;margin:0}.itk-v2-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width:576px){.itk-v2-grid-2{grid-template-columns:repeat(2,1fr)}.itk-v2-grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.itk-v2-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.itk-v2-grid-2{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}.itk-v2-grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.itk-v2-card{background:var(--itk-white);border:1px solid var(--itk-border-soft);border-radius:var(--itk-r-xl);padding:22px 24px;transition:transform var(--itk-t-base),box-shadow var(--itk-t-base),border-color var(--itk-t-fast);position:relative}.itk-v2-card:hover{transform:translateY(-4px);box-shadow:var(--itk-el-4);border-color:rgba(229,38,40,.15)}.itk-v2-card .emoji{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,var(--itk-red-soft) 0%,var(--itk-gold-soft) 100%);border:1px solid rgba(229,38,40,.08);border-radius:var(--itk-r-lg);font-size:28px;margin-bottom:14px}.itk-v2-card h3{font-family:var(--itk-font-display);font-size:18px;font-weight:700;color:var(--itk-navy);margin:0 0 8px;line-height:1.3}.itk-v2-card p{font-size:14px;color:var(--itk-text-soft);line-height:1.55;margin:0}.itk-v2-card .price{font-size:20px;font-weight:800;color:var(--itk-red);margin-top:12px;display:block;font-family:var(--itk-font-display)}.itk-v2-card .meta{font-size:12px;color:var(--itk-text-muted);margin-top:4px;font-weight:500}.itk-v2-card a.card-cta{display:inline-block;margin-top:14px;color:var(--itk-red);font-weight:600;font-size:13px;text-decoration:none}.itk-v2-card a.card-cta:hover{text-decoration:underline}.itk-v2-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--itk-r-md);border:1px solid var(--itk-border-soft);background:var(--itk-white);margin:20px 0}.itk-v2-table{width:100%;border-collapse:collapse;font-size:14px}.itk-v2-table th{background:var(--itk-navy);color:var(--itk-white);padding:12px 14px;text-align:left;font-family:var(--itk-font-body);font-weight:700;letter-spacing:0.2px;white-space:nowrap}.itk-v2-table td{padding:10px 14px;border-bottom:1px solid var(--itk-border-soft);color:var(--itk-text)}.itk-v2-table tr:nth-child(even) td{background:var(--itk-bg-alt)}.itk-v2-table tr:last-child td{border-bottom:0}.itk-v2-features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:12px}@media (min-width:576px){.itk-v2-features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.itk-v2-features li{display:flex;gap:12px;padding:14px 16px;background:var(--itk-white);border:1px solid var(--itk-border-soft);border-radius:var(--itk-r-md);align-items:flex-start}.itk-v2-features li .ico{width:34px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--itk-red) 0%,var(--itk-red-dark) 100%);color:var(--itk-white);border-radius:50%;font-size:15px;font-weight:800}.itk-v2-features li h4{font-size:14px;font-weight:700;color:var(--itk-navy);margin:0 0 3px}.itk-v2-features li p{font-size:13px;color:var(--itk-text-soft);margin:0}.itk-v2-faq details{background:var(--itk-white);border:1px solid var(--itk-border-soft);border-radius:var(--itk-r-md);margin-bottom:10px;overflow:hidden}.itk-v2-faq summary{padding:16px 20px;font-family:var(--itk-font-display);font-weight:700;font-size:15px;color:var(--itk-navy);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;transition:background var(--itk-t-fast)}.itk-v2-faq summary:hover{background:var(--itk-bg-alt)}.itk-v2-faq summary::-webkit-details-marker{display:none}.itk-v2-faq summary::after{content:'+';font-size:24px;color:var(--itk-red);font-weight:300;transition:transform var(--itk-t-base)}.itk-v2-faq details[open] summary{background:linear-gradient(90deg,rgba(229,38,40,.04),transparent);color:var(--itk-red)}.itk-v2-faq details[open] summary::after{transform:rotate(45deg)}.itk-v2-faq details .answer{padding:0 20px 18px;font-size:14px;line-height:1.6;color:var(--itk-text-soft)}.itk-v2-prose{max-width:780px;margin:0 auto;font-size:16px;line-height:1.75;color:var(--itk-text)}.itk-v2-prose h3{font-family:var(--itk-font-display);font-size:22px;font-weight:700;margin:28px 0 12px;color:var(--itk-navy)}.itk-v2-prose h4{font-family:var(--itk-font-display);font-size:18px;font-weight:700;margin:22px 0 10px;color:var(--itk-navy)}.itk-v2-prose p{margin:0 0 14px}.itk-v2-prose strong{color:var(--itk-navy)}.itk-v2-prose em{color:var(--itk-red);font-style:normal;font-weight:600}.itk-v2-prose a{color:var(--itk-red);text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px}.itk-v2-prose blockquote{border-left:4px solid var(--itk-red);background:var(--itk-bg-alt);padding:16px 22px;margin:20px 0;font-style:italic;color:var(--itk-text-soft);border-radius:0 var(--itk-r-sm) var(--itk-r-sm) 0}.itk-v2-final-cta{background:linear-gradient(135deg,var(--itk-red) 0%,var(--itk-red-dark) 100%);color:var(--itk-white);padding:var(--itk-sp-7) 0;position:relative;overflow:hidden}.itk-v2-final-cta::before{content:'';position:absolute;top:-80px;right:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 70%);pointer-events:none}.itk-v2-final-cta h2{font-family:var(--itk-font-display);color:var(--itk-white);font-size:clamp(24px,5vw,38px);margin:0 0 10px}.itk-v2-final-cta p{color:rgba(255,255,255,.95);font-size:clamp(15px,2vw,17px);margin:0 0 24px;max-width:680px}.itk-v2-related{background:var(--itk-bg-alt);padding:var(--itk-sp-6) 0}.itk-v2-related .grid{display:grid;grid-template-columns:1fr;gap:14px}@media (min-width:768px){.itk-v2-related .grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.itk-v2-related a{display:block;background:var(--itk-white);border:1px solid var(--itk-border-soft);border-radius:var(--itk-r-md);padding:16px 20px;color:var(--itk-navy);font-weight:600;font-size:14px;text-decoration:none;transition:all var(--itk-t-fast);position:relative}.itk-v2-related a::after{content:'→';position:absolute;right:16px;top:50%;transform:translateY(-50%);opacity:0;transition:all var(--itk-t-fast)}.itk-v2-related a:hover{border-color:var(--itk-red);color:var(--itk-red);transform:translateX(3px)}.itk-v2-related a:hover::after{opacity:1;right:12px}.itk-mob-foot{display:none}@media (max-width:767px){footer.o_footer,footer#footer,#wrapwrap>footer{display:none !important}.itk-mob-foot{display:block;background:linear-gradient(180deg,var(--itk-white) 0%,var(--itk-bg-alt) 70%,var(--itk-bg-soft) 100%);border-top:1px solid var(--itk-border-soft);padding-bottom:calc(var(--itk-sticky-bar-h)+env(safe-area-inset-bottom,0px)+10px)}}.itk-mob-foot-cta{margin:16px 16px 12px;background:linear-gradient(135deg,var(--itk-navy) 0%,var(--itk-navy-deep) 100%);color:var(--itk-white);padding:22px 20px;border-radius:var(--itk-r-lg);position:relative;overflow:hidden;box-shadow:var(--itk-el-3)}.itk-mob-foot-cta::before{content:'';position:absolute;top:-40px;right:-40px;width:160px;height:160px;background:radial-gradient(circle,rgba(229,38,40,.22) 0%,transparent 70%);pointer-events:none}.itk-mob-foot-pill{display:inline-flex;background:rgba(212,175,55,.18);border:1px solid rgba(212,175,55,.4);color:var(--itk-gold);padding:4px 10px;border-radius:var(--itk-r-pill);font-family:var(--itk-font-display);font-size:10px;font-weight:700;letter-spacing:0.6px;text-transform:uppercase;position:relative;z-index:1;margin-bottom:10px}.itk-mob-foot-cta h3{font-family:var(--itk-font-display);color:var(--itk-white);font-size:18px;font-weight:800;line-height:1.25;margin:0 0 14px;position:relative;z-index:1}.itk-mob-foot-cta-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;position:relative;z-index:1}.itk-mob-foot-cta-row a{min-height:46px;padding:10px 14px;font-size:13px}.itk-mob-foot-cta-row .itk-btn-ghost{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.3);color:var(--itk-white)}.itk-mob-foot-cta-row .itk-btn-ghost:hover{background:rgba(255,255,255,.12);border-color:var(--itk-white)}.itk-mob-foot-acc{margin:0 16px 12px;background:var(--itk-white);border:1px solid var(--itk-border-soft);border-radius:var(--itk-r-md);overflow:hidden}.itk-mob-foot-acc details{border-bottom:1px solid var(--itk-border-soft)}.itk-mob-foot-acc details:last-child{border-bottom:0}.itk-mob-foot-acc summary{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;font-family:var(--itk-font-display);font-size:14px;font-weight:700;color:var(--itk-navy);cursor:pointer;list-style:none}.itk-mob-foot-acc summary::-webkit-details-marker{display:none}.itk-mob-foot-chev{color:#999;font-size:20px;line-height:1;transition:transform var(--itk-t-base)}.itk-mob-foot-acc details[open] summary{background:linear-gradient(90deg,rgba(229,38,40,.04),transparent);color:var(--itk-red)}.itk-mob-foot-acc details[open] .itk-mob-foot-chev{transform:rotate(90deg);color:var(--itk-red)}.itk-mob-foot-links{display:flex;flex-direction:column;padding:0 16px 14px;gap:2px}.itk-mob-foot-links a{padding:8px 10px;font-size:13px;color:var(--itk-text-soft);text-decoration:none;border-radius:var(--itk-r-sm);transition:all var(--itk-t-fast)}.itk-mob-foot-links a:hover{color:var(--itk-red);background:var(--itk-red-soft);padding-left:14px}.itk-mob-foot-slim{background:var(--itk-navy);color:rgba(255,255,255,.65);padding:18px 20px 22px;text-align:center;font-size:12px}.itk-mob-foot-social{display:flex;justify-content:center;gap:10px;margin-bottom:14px}.itk-mob-foot-social a{width:36px;height:36px;background:rgba(255,255,255,.08);border-radius:50%;color:var(--itk-white);display:inline-flex;align-items:center;justify-content:center;transition:all var(--itk-t-fast)}.itk-mob-foot-social a:hover{background:var(--itk-red);color:var(--itk-white);transform:translateY(-2px)}.itk-mob-foot-slim p{margin:0 0 2px}.itk-mob-foot-slim a{color:var(--itk-gold);font-weight:600;text-decoration:none}.itk-mobile-cta-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:var(--itk-z-sticky);background:rgba(255,255,255,.97);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-top:1px solid var(--itk-border-soft);padding:6px 8px calc(6px+env(safe-area-inset-bottom,0px));gap:6px;box-shadow:0 -4px 20px rgba(0,0,0,.06)}@media (max-width:767px){.itk-mobile-cta-bar{display:flex}}.itk-mobile-cta-bar a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:48px;padding:6px 4px;border-radius:var(--itk-r-sm);text-decoration:none;font-family:var(--itk-font-body);font-size:11.5px;font-weight:600;color:var(--itk-navy);background:transparent;transition:background var(--itk-t-fast),transform var(--itk-t-fast)}.itk-mobile-cta-bar a .ic{font-size:20px;line-height:1;margin-bottom:2px}.itk-mobile-cta-bar a:hover,.itk-mobile-cta-bar a:active{background:rgba(229,38,40,.05);transform:translateY(-1px)}.itk-mobile-cta-bar .itk-cta-whatsapp{background:#25D366;color:#fff}.itk-mobile-cta-bar .itk-cta-demo{background:var(--itk-red);color:#fff}body{padding-bottom:calc(var(--itk-sticky-bar-h)+env(safe-area-inset-bottom,0px))}@media (min-width:768px){body{padding-bottom:0}}.itk-wa-float{display:none}@media (min-width:768px){.itk-wa-float{display:block;position:fixed;right:22px;bottom:22px;z-index:995}}.itk-wa-float-btn{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#25D366,#128C7E);color:var(--itk-white);text-decoration:none;box-shadow:0 10px 28px rgba(18,140,126,.38),0 4px 12px rgba(0,0,0,.1);transition:transform var(--itk-t-base),box-shadow var(--itk-t-base);position:relative}.itk-wa-float-btn:hover{transform:scale(1.08);color:var(--itk-white);box-shadow:0 14px 36px rgba(18,140,126,.5)}.itk-wa-float-btn svg{width:28px;height:28px}.itk-wa-float-btn .pulse-ring{position:absolute;inset:-4px;border:2px solid #25D366;border-radius:50%;opacity:0;animation:itk-wa-ring 2.2s ease-out infinite}@keyframes itk-wa-ring{0%{transform:scale(.9);opacity:0.8}80%{transform:scale(1.6);opacity:0}100%{transform:scale(1.6);opacity:0}}.itk-wa-float-btn .badge{position:absolute;top:-3px;right:-3px;width:18px;height:18px;background:var(--itk-red);color:var(--itk-white);border:2px solid var(--itk-white);border-radius:50%;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center}.itk-wa-tooltip{position:absolute;right:70px;bottom:0;width:260px;max-width:320px;background:var(--itk-white);color:var(--itk-navy);padding:14px 18px;border-radius:var(--itk-r-lg);border:1px solid var(--itk-border-soft);box-shadow:var(--itk-el-3);font-size:13px;line-height:1.4;opacity:0;transform:translateX(20px) scale(.92);pointer-events:none;transition:all var(--itk-t-base);white-space:normal}.itk-wa-tooltip::after{content:'';position:absolute;right:-7px;bottom:22px;width:14px;height:14px;background:var(--itk-white);transform:rotate(45deg);border-right:1px solid var(--itk-border-soft);border-top:1px solid var(--itk-border-soft)}.itk-wa-tooltip.visible{opacity:1;transform:translateX(0) scale(1);pointer-events:auto}.itk-wa-tooltip h5{font-size:14px;font-weight:700;margin:0 0 4px;color:var(--itk-navy)}.itk-wa-tooltip p{font-size:12.5px;color:var(--itk-text-soft);margin:0}.itk-wa-tooltip .close{position:absolute;top:6px;right:8px;background:none;border:0;font-size:14px;color:#999;cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1}.itk-wa-tooltip .close:hover{color:var(--itk-red);background:var(--itk-bg-soft)}.itk-scroll-progress{position:fixed;top:0;left:0;height:3px;width:0%;background:linear-gradient(90deg,var(--itk-red) 0%,var(--itk-gold) 100%);z-index:10000;transition:width 0.1s linear;pointer-events:none;box-shadow:0 0 10px rgba(229,38,40,.4)}.itk-scroll-top{position:fixed;right:20px;bottom:20px;width:48px;height:48px;background:linear-gradient(135deg,var(--itk-navy) 0%,var(--itk-navy-deep) 100%);color:var(--itk-gold);border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--itk-el-3);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px) scale(.8);transition:all var(--itk-t-base);z-index:800}.itk-scroll-top.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.itk-scroll-top:hover{background:linear-gradient(135deg,var(--itk-red) 0%,var(--itk-red-dark) 100%);color:var(--itk-white);transform:translateY(-3px) scale(1.06)}.itk-scroll-top svg{width:18px;height:18px}@media (max-width:767px){.itk-scroll-top{right:14px;bottom:calc(var(--itk-sticky-bar-h)+env(safe-area-inset-bottom,0px)+12px);width:42px;height:42px}}.itk-cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:linear-gradient(135deg,var(--itk-navy) 0%,var(--itk-navy-deep) 100%);color:var(--itk-white);padding:16px 20px calc(16px+env(safe-area-inset-bottom,0px));border-top:2px solid rgba(212,175,55,.3);box-shadow:0 -8px 30px rgba(0,0,0,.18);transform:translateY(100%);transition:transform var(--itk-t-slow);display:flex;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap}.itk-cookie-banner.visible{transform:translateY(0)}.itk-cookie-banner p{flex:1;min-width:200px;font-size:13px;line-height:1.5;color:rgba(255,255,255,.9);margin:0}.itk-cookie-banner p strong{color:var(--itk-gold)}.itk-cookie-actions{display:flex;gap:8px;flex-shrink:0}.itk-cookie-btn{padding:10px 18px;border:0;border-radius:var(--itk-r-pill);font-family:var(--itk-font-display);font-size:13px;font-weight:700;cursor:pointer;min-height:44px;transition:all var(--itk-t-fast)}.itk-cookie-btn.primary{background:linear-gradient(135deg,var(--itk-red) 0%,var(--itk-red-dark) 100%);color:var(--itk-white);box-shadow:0 6px 16px rgba(229,38,40,.3)}.itk-cookie-btn.primary:hover{transform:translateY(-1px)}.itk-cookie-btn.secondary{background:rgba(255,255,255,.08);color:var(--itk-white);border:1px solid rgba(255,255,255,.15)}.itk-cookie-btn.secondary:hover{background:rgba(255,255,255,.14)}@media (max-width:575px){.itk-cookie-banner{flex-direction:column;align-items:stretch;padding:14px 16px calc(14px+env(safe-area-inset-bottom,0px))}.itk-cookie-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.itk-cookie-btn{width:100%}}body:has(.itk-cookie-banner.visible) .itk-mobile-cta-bar,body:has(.itk-cookie-banner.visible) .itk-wa-float,body:has(.itk-cookie-banner.visible) .itk-scroll-top{opacity:0;pointer-events:none;transform:translateY(20px);transition:all var(--itk-t-base)}.itk-auto-crumbs{background:var(--itk-bg-alt);border-bottom:1px solid var(--itk-border-soft);padding:10px 0;font-size:12.5px;color:var(--itk-text-muted)}.itk-auto-crumbs .container{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.itk-auto-crumbs a{color:var(--itk-text-muted);text-decoration:none;padding:2px 6px;border-radius:4px;transition:all var(--itk-t-fast)}.itk-auto-crumbs a:hover{color:var(--itk-red);background:var(--itk-red-soft)}.itk-auto-crumbs .sep{color:#bbb}.itk-auto-crumbs .current{color:var(--itk-navy);font-weight:600;padding:2px 6px}.itk-auto-crumbs svg{width:13px;height:13px;color:#888}.itk-related-auto{background:linear-gradient(180deg,var(--itk-white) 0%,var(--itk-bg-alt) 100%);border-top:1px solid var(--itk-border-soft);padding:var(--itk-sp-6) 0}.itk-related-auto h3{font-family:var(--itk-font-body);font-size:12px;font-weight:700;color:var(--itk-red);letter-spacing:2px;text-transform:uppercase;text-align:center;margin:0 0 8px}.itk-related-auto h2{font-family:var(--itk-font-display);font-size:clamp(22px,5vw,30px);font-weight:800;color:var(--itk-navy);text-align:center;letter-spacing:-0.02em;margin:0 0 26px}.itk-related-auto .grid{display:grid;grid-template-columns:1fr;gap:14px}@media (min-width:576px){.itk-related-auto .grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}.itk-related-auto .card{background:var(--itk-white);border:1px solid var(--itk-border-soft);border-radius:var(--itk-r-lg);padding:20px 22px;text-decoration:none;color:inherit;transition:all var(--itk-t-base);position:relative;overflow:hidden}.itk-related-auto .card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--itk-red) 0%,var(--itk-gold) 100%);transform:scaleX(0);transform-origin:left;transition:transform var(--itk-t-base)}.itk-related-auto .card:hover{transform:translateY(-4px);box-shadow:var(--itk-el-3);text-decoration:none}.itk-related-auto .card:hover::before{transform:scaleX(1)}.itk-related-auto .card .emoji{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,var(--itk-red-soft) 0%,var(--itk-gold-soft) 100%);border-radius:var(--itk-r-md);font-size:24px;margin-bottom:12px}.itk-related-auto .card h4{font-family:var(--itk-font-display);font-size:15px;font-weight:700;color:var(--itk-navy);margin:0 0 4px}.itk-related-auto .card p{font-size:13px;color:var(--itk-text-soft);line-height:1.5;margin:0 0 10px}.itk-related-auto .card .arrow{color:var(--itk-red);font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:4px;transition:gap var(--itk-t-fast)}.itk-related-auto .card:hover .arrow{gap:8px}.o_wblog_post_main,article.o_wblog_post{background:var(--itk-white);border:1px solid var(--itk-border-soft);border-radius:var(--itk-r-xl);overflow:hidden;box-shadow:var(--itk-el-1);transition:transform var(--itk-t-base),box-shadow var(--itk-t-base)}.o_wblog_post_main:hover,article.o_wblog_post:hover{transform:translateY(-4px);box-shadow:var(--itk-el-4)}.o_blog_post_image,.o_wblog_post_cover_nav,.o_record_cover_component{border-radius:var(--itk-r-xl) var(--itk-r-xl) 0 0;min-height:180px;position:relative;overflow:hidden}.o_wblog_post_main h3,.o_blog_post_short h2{font-family:var(--itk-font-display);font-size:18px;font-weight:700;color:var(--itk-navy);line-height:1.3}.o_wblog_post_main h3 a{color:var(--itk-navy);text-decoration:none}.o_wblog_post_main h3 a:hover{color:var(--itk-red)}.o_wblog_nav_item,.o_wblog_tags a{padding:7px 14px;border-radius:var(--itk-r-pill);font-family:var(--itk-font-body);font-size:13.5px;font-weight:600;color:var(--itk-text-soft);text-decoration:none;transition:all var(--itk-t-fast)}.o_wblog_nav_item:hover,.o_wblog_tags a:hover{color:var(--itk-red);background:var(--itk-red-soft)}.o_wblog_nav_item.active{background:linear-gradient(135deg,var(--itk-red) 0%,var(--itk-red-dark) 100%);color:var(--itk-white);box-shadow:var(--itk-el-red)}img[alt="iTokyoBot"],img[title="iTokyoBot"],img[src*="/res.partner/2/"]+span[data-user-name="iTokyoBot"]{display:none !important}body.itk-free-demo-course-page section.s_banner,body.itk-free-demo-course-page .o_record_cover_component:empty,body.itk-free-demo-course-page .o_wslides_home_content_section.mb-3{display:none !important}.itk-free-demo-banner{background:linear-gradient(135deg,var(--itk-navy) 0%,var(--itk-navy-deep) 50%,var(--itk-red) 100%);color:var(--itk-white);padding:22px 24px;margin:20px auto;max-width:1200px;border-radius:var(--itk-r-lg);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;box-shadow:var(--itk-el-4);position:relative;overflow:hidden}.itk-free-demo-banner::before{content:'';position:absolute;top:-80px;right:-80px;width:280px;height:280px;background:radial-gradient(circle,rgba(212,175,55,.3) 0%,transparent 70%);pointer-events:none}.itk-free-demo-banner-text{flex:1;min-width:240px;position:relative;z-index:1}.itk-free-demo-banner-text h3{font-family:var(--itk-font-display);font-size:20px;font-weight:800;color:var(--itk-white);margin:0 0 6px}.itk-free-demo-banner-text p{font-size:14px;color:rgba(255,255,255,.88);margin:0;line-height:1.5}.itk-free-demo-banner-cta{display:inline-flex;align-items:center;gap:8px;background:var(--itk-white);color:var(--itk-red);padding:13px 22px;border-radius:var(--itk-r-pill);font-family:var(--itk-font-display);font-weight:700;font-size:14px;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,.15);white-space:nowrap;position:relative;z-index:1;transition:all var(--itk-t-fast)}.itk-free-demo-banner-cta:hover{transform:translateY(-2px);color:var(--itk-red-dark);text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,.25)}@media (max-width:575px){.itk-free-demo-banner{padding:18px;flex-direction:column;align-items:flex-start}.itk-free-demo-banner-cta{width:100%;justify-content:center}}.itk-auth-body{font-family:var(--itk-font-body);color:var(--itk-text)}.itk-auth-wrap{min-height:calc(100vh - 80px);background:linear-gradient(135deg,var(--itk-bg-alt) 0%,var(--itk-red-bg) 60%,var(--itk-red-soft) 100%);padding:28px 0 48px;display:flex;align-items:center;position:relative;overflow:hidden}.itk-auth-shell{width:100%;max-width:600px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.itk-auth-grid{display:block}.itk-auth-brand,.itk-auth-brand-legacy{display:none !important}.itk-auth-form-card{background:var(--itk-white);border-radius:var(--itk-r-2xl);padding:32px 28px;box-shadow:var(--itk-el-4)}@media (max-width:575px){.itk-auth-form-card{padding:24px 20px;border-radius:var(--itk-r-xl)}}.itk-wel-body{font-family:var(--itk-font-body)}.itk-dash{font-family:var(--itk-font-body)}.o_footer_copyright{display:none !important}.o_powered_by,[data-url*="odoo.com"],a[href*="odoo.com?utm"]{display:none !important}.s_social_media_twitter,.s_social_media_tiktok,.s_social_media_discord,.s_social_media_github,a[href="/website/social/twitter"],a[href="/website/social/tiktok"],a[href="/website/social/discord"],a[href="/website/social/github"]{display:none !important}a[href^="http"][class*="powered"]{display:none !important}img[loading="lazy"].itk-fade-in{opacity:0;transition:opacity 0.4s ease}img[loading="lazy"].itk-fade-in.loaded{opacity:1}@media print{header,footer,.itk-header,.itk-mob-foot,.itk-mobile-cta-bar,.itk-cookie-banner,.itk-drawer,.itk-drawer-backdrop,.itk-wa-float,.itk-scroll-top,.itk-scroll-progress{display:none !important}body{background:#fff !important;color:#000 !important;padding:0 !important}a[href^="http"]:not([href*="itokyoacademy.com"])::after{content:" (" attr(href) ")";font-size:11px;color:#666}}@media (max-width:575px){.container{padding:0 16px}.itk-v2-hero{padding:48px 0 56px}.itk-v2-hero h1{font-size:30px}.itk-hero{padding:32px 0 48px}section{padding-left:0;padding-right:0}.itk-mob-foot-cta h3{font-size:17px}}

/* ===== block 3 ===== */
/* Font-display: swap on Poppins fallback chain */
html { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* Image smoothness */
img { max-width: 100%; height: auto; }
img[loading="lazy"] { transition: opacity .3s ease; }
img.itk-fade-in { opacity: 0; transition: opacity .4s ease; }
img.itk-fade-in.loaded { opacity: 1; }

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Accessible focus outlines (not removed by resets) */
a:focus-visible, button:focus-visible, [role="button"]:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid #E52628 !important;
  outline-offset: 2px !important;
  border-radius: 4px !important;
}

/* Skip-to-main-content link (a11y) */
.itk-skip-link { position: absolute; top: -40px; left: 10px; background: #E52628; color: #fff; padding: 8px 16px; z-index: 10000; text-decoration: none; border-radius: 0 0 8px 8px; font-weight: 700; font-size: 13px; }
.itk-skip-link:focus { top: 0; }

/* Print stylesheet (clean printing) */
@media print {
  header, footer, .itk-header, .itk-mob-foot, .itk-mobile-cta-bar, .itk-cookie-banner, .itk-drawer, .itk-drawer-backdrop { display: none !important; }
  body { background: #fff !important; color: #000 !important; }
  a[href^="http"]:not([href*="itokyoacademy.com"])::after { content: " (" attr(href) ")"; font-size: 11px; color: #666; }
  .itk-v2-hero, .itk-wel-hero { background: #fff !important; color: #000 !important; box-shadow: none !important; }
  .itk-v2-hero h1, .itk-wel-hero h1 { color: #000 !important; }
}

/* ===== block 4 ===== */
@keyframes itk-anchor-flash {
  0%, 100% { background-color: transparent; box-shadow: 0 0 0 0 rgba(229,38,40,0); }
  15% { background-color: rgba(229,38,40,.08); box-shadow: 0 0 0 8px rgba(229,38,40,.05); }
  50% { background-color: rgba(212,175,55,.08); box-shadow: 0 0 0 4px rgba(212,175,55,.04); }
}
.itk-anchor-highlight { animation: itk-anchor-flash 1.8s ease-out; border-radius: 12px; scroll-margin-top: 90px; }
html { scroll-behavior: smooth; }

/* ===== block 5 ===== */
/* iTokyo branding sanitization */
/* iTokyo branding sanitization */
a[href*="odoo.com"][class*="powered"], .o_powered_by, [data-oe-model="ir.ui.view"][data-oe-xpath*="BotSuppress"] { display: none !important; }

/* iTokyo branding sanitization */
.o_blog_post_author_name:where([data-bot-suppress]):before, .o_blog_author:where([data-bot-suppress]):before {
  content: "iTokyo Team";
}

/* ========== Blog listing page polish ========== */
/* "Our Latest Posts" heading */
.blog_listing_wrapper h1, body[data-main-object*="blog.post"] h1.o_blog_title,
.o_wblog_posts_loop h1, section.o_wblog_posts_loop > .container > .row > .col > h1 {
  font-family: 'Poppins', -apple-system, sans-serif !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: 800 !important;
  letter-spacing: -1.2px !important;
  color: #1a2744 !important;
  margin-bottom: 8px !important;
}

/* Category chips (All, JLPT Tips, etc) */
.o_wblog_nav_item, .o_wblog_tags ul li a, .o_wblog_tags_nav a {
  padding: 7px 14px !important;
  border-radius: 100px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #555 !important;
  transition: all .2s !important;
  text-decoration: none !important;
}
.o_wblog_nav_item:hover, .o_wblog_tags ul li a:hover { color: #E52628 !important; background: rgba(229,38,40,.04) !important; }
.o_wblog_nav_item.active, .o_wblog_tags ul li.active a { background: linear-gradient(135deg, #E52628 0%, #c41e21 100%) !important; color: #fff !important; box-shadow: 0 4px 12px rgba(229,38,40,.25) !important; }

/* Blog post cards (listing) */
.o_wblog_post_main, article.o_wblog_post {
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.05) !important;
  transition: transform .25s cubic-bezier(.4, 0, .2, 1), box-shadow .25s !important;
}
.o_wblog_post_main:hover, article.o_wblog_post:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 50px rgba(26,39,68,.12) !important;
}

/* Cover image area on cards */
.o_blog_post_image, .o_wblog_post_cover_nav, .o_record_cover_component {
  border-radius: 16px 16px 0 0 !important;
  min-height: 200px !important;
  position: relative !important;
  overflow: hidden !important;
}

/* iTokyo branding sanitization */
.o_blog_post_main .o_wblog_post_author_avatar,
.o_wblog_post_cover_nav > .o_wblog_post_author,
.o_wprofile_author_wrap img[src*="/avatar/"],
img[src*="/web/image/res.users/2/"],
img[src*="/web/image/res.partner/2/"],
.o_wblog_post_author_avatar img[src*="res.partner/2/"],
.o_wblog_post_author_avatar img[src*="res.users/2/"] { display: none !important; }

/* iTokyo branding sanitization */
.o_wblog_post_page_cover span[class*="author"]:has(+ *[data-value="iTokyoBot"]),
.o_blog_post_short .o_blog_author_avatar { display: none !important; }

/* iTokyo branding sanitization */

/* Post title inside card */
.o_wblog_post_main h3, .o_blog_post_short h2, .o_wblog_post_page_cover h2 {
  font-family: 'Poppins', -apple-system, sans-serif !important;
  font-weight: 700 !important;
  color: #1a2744 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
}
.o_wblog_post_main h3 a { color: #1a2744 !important; text-decoration: none !important; }
.o_wblog_post_main h3 a:hover { color: #E52628 !important; }

/* Read more + tag chip on cards */
.o_wblog_post_main .o_wblog_read_more, .o_wblog_post_main .o_wblog_tags,
.blog_content .o_tags > a { font-size: 12px !important; font-weight: 700 !important; color: #E52628 !important; letter-spacing: .3px !important; }

/* Date + meta */
.o_wblog_post_main time, .o_wblog_post_main .o_wblog_post_published,
.blog_content .fa-calendar-o + span { font-size: 12px !important; color: #999 !important; }

/* Search box on blog */
.o_blog_search input, .o_wblog_search input, input[name="search"][placeholder*="Search"] {
  padding: 11px 16px !important;
  border: 1px solid rgba(0,0,0,.1) !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  transition: all .2s !important;
}
.o_blog_search input:focus, input[name="search"]:focus {
  outline: 0 !important;
  border-color: #E52628 !important;
  box-shadow: 0 0 0 3px rgba(229,38,40,.12) !important;
}

/* ========== Individual blog post page ========== */
/* Cover */
body.o_blog_post_page .o_wblog_post_page_cover, body.blog-post .o_record_cover_component {
  min-height: 360px !important;
  border-radius: 0 !important;
}
body.o_blog_post_page .o_wblog_post_page_cover h1 {
  font-size: clamp(28px, 4vw, 44px) !important;
  font-weight: 800 !important;
  letter-spacing: -.8px !important;
  color: #fff !important;
}
body.o_blog_post_page .o_wblog_post_page_cover .o_wblog_subtitle { color: rgba(255,255,255,.85) !important; font-size: 17px !important; font-weight: 400 !important; }

/* Article body */
.o_blog_post_main, .o_wblog_post_main_content, div.blog_content {
  font-family: 'Poppins', -apple-system, sans-serif !important;
  color: #333 !important;
  line-height: 1.75 !important;
  font-size: 17px !important;
  max-width: 740px !important;
  margin: 0 auto !important;
}
.o_blog_post_main h2, .o_blog_post_main h3, div.blog_content h2, div.blog_content h3 {
  font-family: 'Poppins', sans-serif !important;
  color: #1a2744 !important;
  margin-top: 2em !important;
  margin-bottom: 0.5em !important;
  letter-spacing: -.3px !important;
}
.o_blog_post_main h2, div.blog_content h2 { font-size: 28px !important; font-weight: 800 !important; }
.o_blog_post_main h3, div.blog_content h3 { font-size: 22px !important; font-weight: 700 !important; }
.o_blog_post_main strong, div.blog_content strong { color: #1a2744 !important; }
.o_blog_post_main a, div.blog_content a { color: #E52628 !important; text-decoration: underline !important; text-underline-offset: 3px !important; }
.o_blog_post_main a:hover, div.blog_content a:hover { color: #c41e21 !important; text-decoration-thickness: 2px !important; }
.o_blog_post_main blockquote, div.blog_content blockquote {
  border-left: 4px solid #E52628 !important;
  padding: 16px 22px !important;
  margin: 24px 0 !important;
  background: #fafafa !important;
  border-radius: 0 10px 10px 0 !important;
  font-style: italic !important;
  color: #555 !important;
}
.o_blog_post_main ul li, .o_blog_post_main ol li,
div.blog_content ul li, div.blog_content ol li { margin-bottom: 8px !important; }

/* Post meta bar (author, date, read time) */
.o_wblog_post_page_cover .o_wblog_post_author, .o_wblog_post_main .o_wblog_post_author,
.o_blog_post_author, .post-author-wrap {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: rgba(255,255,255,.9) !important;
}
.o_blog_post_author img, .o_wblog_post_author img, .o_wblog_post_author_avatar img {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(255,255,255,.2) !important;
  object-fit: cover !important;
}

/* iTokyo branding sanitization */
img[alt="iTokyoBot"], img[title="iTokyoBot"],
.o_followers_count:has(img[alt="iTokyoBot"]),
span[data-user-name="iTokyoBot"] { display: none !important; }

/* iTokyo branding sanitization */
.o_wprofile_author_wrap:has(a[href*="/user/2"]) { display: none !important; }

/* Related posts grid at bottom of blog post */
.o_wblog_post_main .o_wblog_grid_cards > div, .o_wblog_post_inline_cover_share,
.related_posts article { border-radius: 14px !important; overflow: hidden !important; }

/* ===== block 6 ===== */
a[href="/website/social/twitter"],a[href="/website/social/tiktok"],a[href="/website/social/discord"],a[href="/website/social/github"],.s_social_media_twitter,.s_social_media_tiktok,.s_social_media_discord,.s_social_media_github{display:none !important;visibility:hidden !important;width:0 !important;height:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;position:absolute !important;left:-9999px !important}@media (max-width:991px){.itk-hero-card{margin-top:24px !important;border-radius:18px !important}}@media (max-width:575px){.itk-hero-card{padding:24px 20px 22px !important;margin:28px 4px 0 !important}.itk-hero-card-label{left:20px !important;top:-12px !important;padding:5px 12px !important;font-size:10.5px !important}.itk-hero-card h3{font-size:16px !important;margin:6px 0 12px !important}.itk-hero-card li{padding:9px 0 !important}}.itk-hero-pill{line-height:1.35 !important;text-align:center !important;max-width:100% !important}@media (max-width:575px){.itk-hero-pill{font-size:10.5px !important;padding:5px 12px !important;letter-spacing:.3px !important}}input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px rgba(229,38,40,.15),0 2px 8px rgba(229,38,40,.06) !important}input[type="text"]:hover,input[type="email"]:hover,input[type="tel"]:hover,select:hover,textarea:hover{border-color:#a0a5af}a:focus-visible{outline:2px solid #E52628;outline-offset:3px;border-radius:3px}.itk-btn:active,.itk-cta-primary:active,.itk-cta-outline:active,.itk-v2-cta-primary:active,.itk-v2-cta-outline:active,.itk-btn-primary:active,.itk-btn-ghost:active{transform:translateY(0) scale(0.98) !important;transition-duration:50ms !important}.itk-stats-strip .itk-stat,.itk-v2-stats .grid>div{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.itk-v2-card,.itk-related-auto .card,article.o_wblog_post{will-change:transform}@media (max-width:575px){.itk-v2-prose{font-size:15px !important;line-height:1.7 !important}.itk-v2-prose h3{font-size:20px !important;margin:22px 0 10px !important}.itk-v2-prose h4{font-size:17px !important;margin:18px 0 8px !important}.itk-v2-prose blockquote{padding:14px 18px !important;margin:16px 0 !important;font-size:14.5px !important}}@media (max-width:480px){.itk-auth-modal{border-radius:28px 28px 0 0 !important;max-height:96vh !important;padding:24px 20px 20px !important}.itk-auth-modal h2{font-size:24px !important}}@keyframes itk-page-enter{from{opacity:0.85;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){body{animation:itk-page-enter 300ms cubic-bezier(.22,1,.36,1)}}.itk-v2-table-wrap{position:relative}.itk-v2-table-wrap::after{content:'';position:absolute;top:0;right:0;bottom:0;width:20px;background:linear-gradient(to left,rgba(255,255,255,.95),transparent);pointer-events:none;opacity:0;transition:opacity 200ms}@media (max-width:640px){.itk-v2-table-wrap.scrollable::after{opacity:1}.itk-v2-table th,.itk-v2-table td{padding:10px 12px;font-size:13px}}img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}body.itk-lock-scroll{overflow:hidden !important}img[loading="lazy"]:not(.loaded){background:linear-gradient(90deg,#f5f5f7 25%,#ebebed 50%,#f5f5f7 75%);background-size:200% 100%;animation:itk-shimmer 1.4s ease-in-out infinite}@keyframes itk-shimmer{0%{background-position:100% 50%}100%{background-position:-100% 50%}}p:empty{display:none}.o_video_container,iframe[src*="youtube"],iframe[src*="vimeo"]{max-width:100%;border-radius:14px}@media (max-width:575px){*{animation-duration:0.8 !important}.itk-v2-card,.itk-related-auto .card{transition-duration:180ms !important}}html,body{max-width:100vw;overflow-x:hidden}#wrapwrap,main{max-width:100vw;overflow-x:hidden}

/* ===== block 7 ===== */
@media (prefers-reduced-motion:no-preference){.itk-reveal{opacity:0;transform:translateY(20px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);}.itk-reveal.visible{opacity:1;transform:translateY(0);}.itk-reveal-stagger>*{opacity:0;transform:translateY(16px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);}.itk-reveal-stagger.visible>*:nth-child(1){transition-delay:0s;}.itk-reveal-stagger.visible>*:nth-child(2){transition-delay:.08s;}.itk-reveal-stagger.visible>*:nth-child(3){transition-delay:.16s;}.itk-reveal-stagger.visible>*:nth-child(4){transition-delay:.24s;}.itk-reveal-stagger.visible>*:nth-child(5){transition-delay:.32s;}.itk-reveal-stagger.visible>*:nth-child(6){transition-delay:.40s;}.itk-reveal-stagger.visible>*{opacity:1;transform:translateY(0);}}.itk-header{transition:box-shadow .3s ease,backdrop-filter .3s ease;}.itk-header.scrolled{background:rgba(255,255,255,.96);-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);box-shadow:0 2px 14px rgba(15,20,34,.06);}.itk-cta-primary:focus-visible,.itk-btn-primary:focus-visible,.itk-v2-cta-primary:focus-visible{outline:3px solid rgba(229,38,40,.4);outline-offset:3px;}.itk-v2-prose a{color:var(--itk-red);text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;transition:all .15s;}.itk-v2-prose a:hover{color:var(--itk-red-dark);text-decoration-thickness:2.5px;}::selection{background:rgba(229,38,40,.2);color:#1a2744;}::-moz-selection{background:rgba(229,38,40,.2);color:#1a2744;}html{scroll-padding-top:80px;}.itk-v2-card:focus-within{outline:2px solid var(--itk-red);outline-offset:2px;}@media (max-width:575px){.itk-v2-hero h1{font-size:clamp(26px,8vw,34px) !important;}.itk-v2-section-head h2{font-size:clamp(22px,6vw,28px) !important;}.itk-v2-final-cta h2{font-size:clamp(22px,6vw,30px) !important;}.itk-hero h1{font-size:clamp(30px,9vw,40px) !important;}}.itk-nav-list>li>a::after{background:linear-gradient(90deg,#E52628 0%,#D4AF37 100%);height:2.5px;border-radius:3px;}footer.o_footer{background:linear-gradient(180deg,#fafafa 0%,#f0f0f2 100%);}.o_blog_post_image{aspect-ratio:16/9;}.o_wblog_post_cover_nav{min-height:200px;}@media (max-width:399px){.itk-hero h1{font-size:26px !important;line-height:1.1 !important;}.itk-v2-hero h1{font-size:24px !important;}.itk-mobile-cta-bar a span:not(.ic){font-size:10px !important;}.container{padding:0 12px !important;}}

/* ===== block 8 ===== */
/* ═══════════════════════════════════════════════════════════════════════
   iTokyo — Premium polish (auto-added by prod-audit, 2026-04-25)
   Respects prefers-reduced-motion, focus-visible, text selection
   ═══════════════════════════════════════════════════════════════════════ */

/* Selection — branded */
::selection { background: rgba(229, 38, 40, 0.22); color: #1a2744; }
::-moz-selection { background: rgba(229, 38, 40, 0.22); color: #1a2744; }

/* Focus-visible rings (keyboard-only, not mouse) */
:focus-visible {
  outline: 2px solid #E52628;
  outline-offset: 2px;
  border-radius: 4px;
}
button:focus:not(:focus-visible),
a:focus:not(:focus-visible) { outline: none; }

/* Smooth scroll for in-page anchors */
html { scroll-behavior: smooth; scroll-padding-top: 80px; }

/* Respect reduced-motion users */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Button press micro-feedback (active state) */
.itk-btn-primary:active:not(:disabled),
.btn-p:active:not(:disabled),
.itk-auth-modal-btn-primary:active:not(:disabled) {
  transform: translateY(0) scale(0.99);
  box-shadow: 0 4px 12px -4px rgba(229,38,40,.45);
  transition-duration: 50ms;
}

/* Skeleton shimmer (utility) */
.itk-skeleton {
  background: linear-gradient(90deg, #f0f0f3 0%, #fafafa 50%, #f0f0f3 100%);
  background-size: 200% 100%;
  animation: itk-shimmer 1.6s linear infinite;
  border-radius: 10px;
  display: block;
}
.itk-skeleton-line { height: 12px; margin-bottom: 8px; }
.itk-skeleton-line:last-child { width: 75%; }
.itk-skeleton-card { height: 180px; }
@keyframes itk-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Loading spinner utility */
.itk-spinner {
  width: 18px; height: 18px;
  border: 2.5px solid rgba(229,38,40,.18);
  border-top-color: #E52628;
  border-radius: 50%;
  animation: itk-spin 0.75s linear infinite;
  display: inline-block;
  vertical-align: middle;
}
@keyframes itk-spin { to { transform: rotate(360deg); } }

/* Form input focus improvements */
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(229,38,40,.14), 0 0 0 1.5px #E52628;
}

/* Print styles — hide interactive chrome when printing */
@media print {
  .itk-announce, .itk-wa-float, .itk-sticky-cta, .itk-header,
  .itk-top-bar, .itk-hamburger, .itk-drawer, .itk-drawer-backdrop,
  footer, .itk-auth-modal-backdrop, .o_main_navbar {
    display: none !important;
  }
  a::after { content: " (" attr(href) ")"; font-size: 10px; color: #999; }
  body { background: #fff; color: #000; }
}

/* Image loading fade-in (once loaded) */
img.itk-fade-in { opacity: 0; transition: opacity .3s ease; }
img.itk-fade-in.loaded { opacity: 1; }

/* ===== F.8-web-1: legal pages (.itk-legal) — needed because the /terms route
   renders res_company.invoice_terms_html whose <style> is sanitizer-stripped ===== */
.itk-legal{padding:clamp(48px,6vw,72px) clamp(16px,4vw,24px);background:#fafafa;min-height:calc(100vh - 200px)}
.itk-legal-wrap{max-width:820px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:clamp(28px,5vw,56px);box-shadow:0 1px 3px rgba(15,20,34,.04)}
.itk-legal-kicker{display:inline-block;background:#fef2f2;color:#E52628;font-size:12px;font-weight:700;letter-spacing:.3px;padding:6px 14px;border-radius:100px;margin-bottom:16px}
.itk-legal h1{font-family:'Outfit','Plus Jakarta Sans',sans-serif;font-size:clamp(28px,4vw,40px);color:#1a2744;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 14px}
.itk-legal-intro{color:#555;font-size:16px;line-height:1.6;margin:0 0 12px}
.itk-legal-meta{font-size:13px;color:#9ca3af;margin:0 0 36px;padding-bottom:28px;border-bottom:1px solid #f5f5f7}
.itk-legal h2{font-family:'Outfit',sans-serif;font-size:21px;color:#1a2744;font-weight:800;margin:40px 0 12px;padding-top:8px;letter-spacing:-.01em}
.itk-legal h2:first-of-type{margin-top:0}
.itk-legal h3{font-size:16px;color:#1a2744;font-weight:700;margin:22px 0 8px}
.itk-legal p{color:#333;font-size:15px;line-height:1.75;margin:0 0 14px}
.itk-legal ul,.itk-legal ol{color:#333;font-size:15px;line-height:1.75;padding-left:22px;margin:0 0 14px}
.itk-legal li{margin-bottom:6px}
.itk-legal a{color:#E52628;font-weight:600;text-decoration:none;border-bottom:1px dotted rgba(229,38,40,.35)}
.itk-legal a:hover{border-bottom-style:solid}
.itk-legal-note{background:#fffbeb;border-left:4px solid #D4AF37;padding:16px 20px;border-radius:8px;margin:20px 0;font-size:14px;line-height:1.6;color:#1a2744}
.itk-legal-contact{margin-top:44px;padding:24px 28px;background:#f5f5f7;border-radius:14px}
.itk-legal-contact h3{margin:0 0 10px;font-size:16px;color:#1a2744}
.itk-legal-contact p{margin:0;font-size:14.5px;color:#1a2744}
.itk-legal-contact a{font-weight:700}
div.container.oe_website_terms_conditions{max-width:100%;width:100%;padding:0;margin:0}
#o_terms_conditions{margin:0}


/* ============================================================
   ITK2 DESIGN SYSTEM - F.8-web-2 (2026-06-12) page redesign layer
   Components for all public pages. Namespace: .itk2-
   ============================================================ */
/* ================
   iTokyo Academy - ITK2 Design System  v1.0
   ----------------
   Premium, trustworthy, Japanese-inspired education design language.

   CONTRACT
   * Loads AFTER itk_master_prod.css. Consumes its :root tokens via var()
     ONLY - this file never redefines any --itk-* custom property.
   * Strict namespace: every selector contains ".itk2-". Safe to ship
     alongside legacy .itk- classes with zero collisions.
   * Light site (white + #fafafa alt). Deep-navy hero / CTA bands with
     subtle radial gold/red gradient-mesh glows. Red ONLY for primary
     CTAs, kickers and accents. Gold sparingly: badges, highlights,
     stat numbers on navy.
   * NO scroll-bound effects of any kind. All movement is
     transform/opacity, 150-300ms, inside
     @media (prefers-reduced-motion: no-preference) - see sec MOTION.
   * Mobile-first. Breakpoints: 768px, 1024px. Fluid type via clamp().
   * WCAG AA everywhere: body text >= #555 on white, gold text never
     small-on-white, :focus-visible 2px red ring (white ring on navy).
   ================ */


/* ======= 0. PAGE SCOPE + A11Y BASE ================
   .itk2-page wraps page content; typography baseline + focus ring. */
.itk2-page {
  font-family: var(--itk-font-body);
  color: var(--itk-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
.itk2-page img, .itk2-page svg { max-width: 100%; }
.itk2-page h1, .itk2-page h2, .itk2-page h3, .itk2-page h4 {
  font-family: var(--itk-font-display);
  color: var(--itk-navy);
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin: 0 0 14px;
  font-weight: 800;
}
.itk2-page p { margin: 0 0 16px; }

/* Focus ring - every interactive element. 2px red, offset 2px. */
.itk2-page :focus-visible,
.itk2-btn:focus-visible,
.itk2-faq summary:focus-visible,
.itk2-level-nav a:focus-visible,
.itk2-breadcrumb a:focus-visible {
  outline: 2px solid var(--itk-red);
  outline-offset: 2px;
  border-radius: 4px;
}
/* On dark surfaces the red ring fails contrast -> switch to white. */
.itk2-hero:not(.itk2-hero--light) :focus-visible,
.itk2-section--navy :focus-visible,
.itk2-stat-band--navy :focus-visible,
.itk2-cta-band :focus-visible,
.itk2-card--navy :focus-visible {
  outline-color: var(--itk-white);
}

/* Screen-reader-only text */
.itk2-sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Utilities */
.itk2-center { text-align: center; }
.itk2-measure { max-width: 64ch; }
.itk2-measure--narrow { max-width: 48ch; }


/* ======= 1. BUTTONS - .itk2-btn ================
   >=48px touch target. ONE --primary per viewport-fold.
   Variants: --primary (red), --navy, --outline, --white, --ghost.
   Sizes: default 48px, --lg 52px (var(--itk-touch-lg)), --block. */
.itk2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 26px;
  border: 0;
  border-radius: var(--itk-r-md);
  font-family: var(--itk-font-body);
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(229, 38, 40, .18);
}
.itk2-btn svg { width: 18px; height: 18px; flex: 0 0 18px; }

.itk2-btn--primary {
  background: var(--itk-red);
  color: var(--itk-white);
  box-shadow: var(--itk-el-red);
}
.itk2-btn--primary:hover,
.itk2-btn--primary:focus-visible {
  background: var(--itk-red-dark);
  color: var(--itk-white);
  box-shadow: var(--itk-el-red-hover);
}

.itk2-btn--navy { background: var(--itk-navy); color: var(--itk-white); box-shadow: var(--itk-el-2); }
.itk2-btn--navy:hover { background: var(--itk-navy-deep); color: var(--itk-white); box-shadow: var(--itk-el-3); }

.itk2-btn--outline {
  background: transparent;
  color: var(--itk-navy);
  border: 2px solid var(--itk-navy);
  padding: 10px 24px;
}
.itk2-btn--outline:hover { background: var(--itk-navy); color: var(--itk-white); }

/* --white: for navy/dark bands only (secondary CTA next to --primary). */
.itk2-btn--white { background: var(--itk-white); color: var(--itk-navy); box-shadow: var(--itk-el-2); }
.itk2-btn--white:hover { color: var(--itk-red-dark); box-shadow: var(--itk-el-3); }

.itk2-btn--ghost { background: transparent; color: var(--itk-red-dark); }
.itk2-btn--ghost:hover { background: var(--itk-red-soft); color: var(--itk-red-darker); }

.itk2-btn--lg { min-height: var(--itk-touch-lg); padding: 14px 32px; font-size: 16.5px; }
.itk2-btn--block { width: 100%; }


/* ======= 2. HERO - .itk2-hero ================
   Default navy + gold/red mesh glows. --light, --compact. ONE h1/page. */
.itk2-hero {
  position: relative;
  overflow: clip;
  padding: clamp(64px, 10vw, 120px) 0;
  background:
    radial-gradient(900px 520px at 86% -12%, rgba(212, 175, 55, .16) 0%, transparent 60%),
    radial-gradient(760px 500px at -8% 112%, rgba(229, 38, 40, .14) 0%, transparent 62%),
    linear-gradient(165deg, var(--itk-navy) 0%, var(--itk-navy-deep) 100%);
  color: var(--itk-white);
}
.itk2-hero--light {
  background:
    radial-gradient(900px 520px at 88% -14%, rgba(229, 38, 40, .07) 0%, transparent 58%),
    radial-gradient(720px 460px at -10% 115%, rgba(26, 39, 68, .07) 0%, transparent 62%),
    linear-gradient(180deg, var(--itk-bg) 0%, var(--itk-bg-alt) 100%);
  color: var(--itk-text);
}
.itk2-hero--compact { padding: clamp(44px, 7vw, 80px) 0; }

.itk2-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 52px);
  align-items: center;
}

/* Kicker: gold on navy, red on light */
.itk2-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--itk-gold);
  margin-bottom: 18px;
}
.itk2-hero-kicker::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--itk-gold);
  flex: 0 0 8px;
}
.itk2-hero--light .itk2-hero-kicker { color: var(--itk-red-dark); }
.itk2-hero--light .itk2-hero-kicker::before { background: var(--itk-red); }

.itk2-hero-title,
.itk2-hero h1 {
  font-size: clamp(30px, 5.5vw, 54px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--itk-white);
  margin: 0 0 18px;
}
.itk2-hero--light .itk2-hero-title,
.itk2-hero--light h1 { color: var(--itk-navy); }

/* Accent spans - large headline text only (AA large-text 3:1 on navy). */
.itk2-accent { color: var(--itk-red); }
.itk2-hero:not(.itk2-hero--light) .itk2-accent { color: #ff5a5c; } /* lifted red: 4.6:1 on navy */
.itk2-accent-gold { color: var(--itk-gold); }

.itk2-hero-sub {
  font-size: clamp(16.5px, 2vw, 18px);
  line-height: 1.65;
  color: rgba(255, 255, 255, .85);
  max-width: 58ch;
  margin: 0 0 26px;
}
.itk2-hero--light .itk2-hero-sub { color: var(--itk-text-soft); }

.itk2-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
}

/* Hero stats row - gold numbers on navy, red on light. */
.itk2-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 4vw, 44px);
  margin-top: clamp(24px, 4vw, 36px);
  padding-top: clamp(18px, 3vw, 26px);
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.itk2-hero--light .itk2-hero-stats { border-top-color: var(--itk-border); }
.itk2-hero-stat-num {
  display: block;
  font-family: var(--itk-font-display);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--itk-gold);
}
.itk2-hero--light .itk2-hero-stat-num { color: var(--itk-red-dark); }
.itk2-hero-stat-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .72);
  margin-top: 4px;
}
.itk2-hero--light .itk2-hero-stat-label { color: var(--itk-text-muted); }

/* Optional right-column card on the navy hero */
.itk2-hero-card {
  position: relative;
  z-index: 1;
  background: var(--itk-white);
  color: var(--itk-text);
  border-radius: var(--itk-r-2xl);
  padding: clamp(24px, 3.5vw, 36px);
  box-shadow: var(--itk-el-4);
}
.itk2-hero-card h2, .itk2-hero-card h3 { color: var(--itk-navy); }

@media (min-width: 1024px) {
  .itk2-hero-grid--split { grid-template-columns: 1.1fr .9fr; align-items: center; }
}


/* ======= 2b. JAPANESE MOTIF - watermark + hanko seal ==================
   .itk2-jp-watermark: huge kanji ghost (e.g. 日本語), aria-hidden,
   absolutely positioned + clipped by its section. Desktop only (>=768).
   Max ONE per page section, max TWO per page.
   .itk2-seal: small red hanko dot accent for kickers / dividers. */
.itk2-jp-watermark { display: none; }
@media (min-width: 768px) {
  .itk2-jp-watermark {
    display: block;
    position: absolute;
    z-index: 0;
    right: -4%;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    font-size: clamp(180px, 26vw, 340px);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -0.05em;
    white-space: nowrap;
    color: var(--itk-navy);
    opacity: .05;
    pointer-events: none;
    user-select: none;
  }
  .itk2-hero:not(.itk2-hero--light) .itk2-jp-watermark,
  .itk2-section--navy .itk2-jp-watermark,
  .itk2-cta-band .itk2-jp-watermark { color: var(--itk-white); opacity: .05; }
}
.itk2-seal {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--itk-red);
  box-shadow: 0 0 0 3px var(--itk-red-soft);
  vertical-align: middle;
}
.itk2-section--navy .itk2-seal,
.itk2-cta-band .itk2-seal { box-shadow: 0 0 0 3px rgba(255, 255, 255, .18); }


/* ======= 3. SECTION + CONTAINER ================
   Rhythm: white -> --alt (#fafafa) alternating; <=1 --navy band mid-page. */
.itk2-section {
  position: relative;
  overflow: clip;
  padding: clamp(56px, 9vw, 110px) 0;
  background: var(--itk-bg);
}
.itk2-section--alt { background: var(--itk-bg-alt); }
.itk2-section--navy {
  background:
    radial-gradient(820px 460px at 90% -10%, rgba(212, 175, 55, .12) 0%, transparent 60%),
    linear-gradient(165deg, var(--itk-navy) 0%, var(--itk-navy-deep) 100%);
  color: var(--itk-white);
}
.itk2-section--navy h2, .itk2-section--navy h3, .itk2-section--navy h4 { color: var(--itk-white); }

.itk2-container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 24px);
}

/* Anchor offset under the fixed header */
.itk2-section [id], .itk2-anchor-offset { scroll-margin-top: 90px; }


/* ======= 4. SECTION HEAD - .itk2-head ================
   kicker -> h2 -> lede. --center for centered intros. */
.itk2-head { max-width: 800px; margin-bottom: clamp(32px, 5vw, 56px); }
.itk2-head--center { margin-inline: auto; text-align: center; }

.itk2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--itk-red-dark);
  margin-bottom: 12px;
}
.itk2-kicker::before {
  content: "";
  width: 18px; height: 2px;
  background: var(--itk-red);
  flex: 0 0 18px;
}
/* AA on navy: small red text fails -> kicker flips to gold. */
.itk2-section--navy .itk2-kicker,
.itk2-cta-band .itk2-kicker { color: var(--itk-gold); }
.itk2-section--navy .itk2-kicker::before,
.itk2-cta-band .itk2-kicker::before { background: var(--itk-gold); }

.itk2-head h2 {
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--itk-navy);
  margin: 0 0 12px;
}
.itk2-section--navy .itk2-head h2 { color: var(--itk-white); }

.itk2-lede {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--itk-text-soft);
  max-width: 64ch;
  margin: 0;
}
.itk2-head--center .itk2-lede { margin-inline: auto; }
.itk2-section--navy .itk2-lede { color: rgba(255, 255, 255, .8); }


/* ======= 5. GRID - .itk2-grid ================
   1 col -> 2 @768 -> 3/4 @1024. Equal-height children by default. */
.itk2-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2.5vw, 28px);
  align-items: stretch;
}
@media (min-width: 768px) {
  .itk2-grid--2, .itk2-grid--3, .itk2-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .itk2-grid--3 { grid-template-columns: repeat(3, 1fr); }
  .itk2-grid--4 { grid-template-columns: repeat(4, 1fr); }
}


/* ======= 6. CARD - .itk2-card ================
   White, hairline border, el-1 -> hover el-3 + lift (lift in sec MOTION).
   Variants: --navy, --gold-top, --feature (icon card). */
.itk2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--itk-white);
  border: 1px solid var(--itk-border);
  border-radius: var(--itk-r-xl);
  padding: clamp(22px, 3vw, 32px);
  box-shadow: var(--itk-el-1);
  color: var(--itk-text);
}
.itk2-card:hover { box-shadow: var(--itk-el-3); border-color: rgba(229, 38, 40, .35); }

.itk2-card--navy {
  background: linear-gradient(160deg, var(--itk-navy) 0%, var(--itk-navy-deep) 100%);
  border-color: rgba(255, 255, 255, .1);
  color: var(--itk-white);
}
.itk2-card--navy h3, .itk2-card--navy h4 { color: var(--itk-white); }
.itk2-card--navy .itk2-card-text { color: rgba(255, 255, 255, .8); }
.itk2-card--navy:hover { border-color: rgba(212, 175, 55, .45); }

.itk2-card--gold-top { border-top: 4px solid var(--itk-gold); }

.itk2-card-icon {
  width: 48px; height: 48px;
  border-radius: var(--itk-r-md);
  background: var(--itk-red-soft);
  color: var(--itk-red-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex: 0 0 auto;
}
.itk2-card-icon svg { width: 24px; height: 24px; }
.itk2-card--navy .itk2-card-icon { background: rgba(212, 175, 55, .16); color: var(--itk-gold); }

.itk2-card-title, .itk2-card h3 { font-size: 19px; margin-bottom: 8px; }
.itk2-card-text {
  font-size: 15px;
  line-height: 1.65;
  color: var(--itk-text-soft);
  margin: 0 0 18px;
}
.itk2-card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--itk-red-dark);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}
.itk2-card-link svg { width: 16px; height: 16px; flex: 0 0 16px; }
.itk2-card--navy .itk2-card-link { color: var(--itk-gold); }


/* ======= 7. STAT BAND - .itk2-stat-band ================
   Light: red numbers. --navy: gold numbers. 2 col -> 4 @768. */
.itk2-stat-band {
  position: relative;
  overflow: clip;
  padding: clamp(40px, 6vw, 72px) 0;
  background: var(--itk-bg-alt);
}
.itk2-stat-band--navy {
  background: linear-gradient(165deg, var(--itk-navy) 0%, var(--itk-navy-deep) 100%);
  border-top: 3px solid var(--itk-red);
  color: var(--itk-white);
}
.itk2-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 32px);
  text-align: center;
}
@media (min-width: 768px) {
  .itk2-stat-grid { grid-template-columns: repeat(4, 1fr); }
}
.itk2-stat-num {
  display: block;
  font-family: var(--itk-font-display);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--itk-red-dark);
}
.itk2-stat-band--navy .itk2-stat-num { color: var(--itk-gold); }
.itk2-stat-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--itk-text-muted);
  margin-top: 10px;
}
.itk2-stat-band--navy .itk2-stat-label { color: rgba(255, 255, 255, .78); }
.itk2-stat-cite {
  display: block;
  font-size: 12px;
  color: var(--itk-text-muted);
  margin-top: 6px;
}
.itk2-stat-band--navy .itk2-stat-cite { color: rgba(255, 255, 255, .62); }


/* ======= 8. STEPS - .itk2-steps ================
   <ol>. Mobile: vertical spine + dots; >=1024 horizontal. --gold variant. */
.itk2-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(24px, 4vw, 32px);
  counter-reset: itk2step;
}
.itk2-step { position: relative; padding-left: 46px; }
/* vertical spine segment */
.itk2-step::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 34px;
  bottom: calc(-1 * clamp(24px, 4vw, 32px));
  width: 2px;
  background: var(--itk-border);
}
.itk2-step:last-child::before { display: none; }

.itk2-step-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--itk-red);
  color: var(--itk-white);
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px var(--itk-red-soft);
}
.itk2-steps--gold .itk2-step-num {
  background: var(--itk-gold-dark);
  box-shadow: 0 0 0 4px var(--itk-gold-soft);
}
.itk2-section--navy .itk2-step-num { box-shadow: 0 0 0 4px rgba(229, 38, 40, .22); }
.itk2-section--navy .itk2-step::before { background: rgba(255, 255, 255, .16); }

.itk2-step h4, .itk2-step-title {
  font-size: 16.5px;
  margin: 2px 0 6px;
  color: var(--itk-navy);
}
.itk2-section--navy .itk2-step h4, .itk2-section--navy .itk2-step-title { color: var(--itk-white); }
.itk2-step p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--itk-text-soft);
  margin: 0;
}
.itk2-section--navy .itk2-step p { color: rgba(255, 255, 255, .78); }

@media (min-width: 1024px) {
  .itk2-steps {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 24px;
  }
  .itk2-step { padding-left: 0; padding-top: 44px; }
  /* horizontal connecting rule between circles */
  .itk2-step::before {
    left: 38px;
    right: calc(-24px + 10px);
    top: 13px;
    bottom: auto;
    width: auto;
    height: 2px;
  }
}


/* ======= 9. PRICE - .itk2-price ================
   Course price card. --hot: red border + floating badge.
   --gated: SiJ pattern - NO fee numbers in markup, blurred placeholder
   + lock + "Sign in to view fees" CTA. */
.itk2-price {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--itk-white);
  border: 1px solid var(--itk-border);
  border-radius: var(--itk-r-xl);
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--itk-el-1);
}
.itk2-price:hover { box-shadow: var(--itk-el-3); }
.itk2-price--hot { border: 2px solid var(--itk-red); box-shadow: var(--itk-el-2); }

.itk2-price-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--itk-red);
  color: var(--itk-white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: var(--itk-r-pill);
  white-space: nowrap;
  box-shadow: var(--itk-el-red);
}
.itk2-price-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--itk-text-muted);
  margin-bottom: 10px;
}
.itk2-price-amount {
  font-family: var(--itk-font-display);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--itk-navy);
}
.itk2-price-amount small { font-size: 15px; font-weight: 600; color: var(--itk-text-muted); }
.itk2-price-note { font-size: 13px; color: var(--itk-text-muted); margin: 6px 0 18px; }
.itk2-price-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 18px 0 0;
  border-top: 1px dashed var(--itk-border);
  display: grid;
  gap: 10px;
}
.itk2-price-list li {
  position: relative;
  padding-left: 28px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--itk-text);
}
.itk2-price-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 3px;
  width: 16px; height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E52628' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.itk2-price-cta { margin-top: auto; }

/* Gated variant - fee funnel. Markup carries placeholder text only. */
.itk2-price--gated .itk2-price-amount {
  filter: blur(9px);
  opacity: .55;
  user-select: none;
  pointer-events: none;
}
.itk2-price--gated .itk2-price-list li { opacity: .45; }
.itk2-price-gate {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--itk-gold-soft);
  border: 1px solid rgba(212, 175, 55, .45);
  border-radius: var(--itk-r-md);
  padding: 14px 16px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #7a5c0e;
}
.itk2-price-gate svg { width: 20px; height: 20px; flex: 0 0 20px; color: var(--itk-gold-dark); }


/* ======= 10. FAQ - .itk2-faq ================
   Native <details>/<summary>; CSS plus->minus; 44px summaries. */
.itk2-faq { max-width: 880px; margin-inline: auto; }
.itk2-faq details {
  background: var(--itk-white);
  border: 1px solid var(--itk-border);
  border-radius: var(--itk-r-lg);
  margin-bottom: 12px;
}
.itk2-faq details[open] {
  border-color: rgba(229, 38, 40, .45);
  box-shadow: 0 6px 22px rgba(229, 38, 40, .08);
}
.itk2-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: var(--itk-touch);
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  color: var(--itk-navy);
  cursor: pointer;
  list-style: none;
}
.itk2-faq summary::-webkit-details-marker { display: none; }
/* plus glyph drawn with two gradient bars; open = minus (+ rotation in sec MOTION) */
.itk2-faq summary::after {
  content: "";
  flex: 0 0 14px;
  width: 14px; height: 14px;
  background:
    linear-gradient(var(--itk-red), var(--itk-red)) center / 14px 2px no-repeat,
    linear-gradient(var(--itk-red), var(--itk-red)) center / 2px 14px no-repeat;
}
.itk2-faq details[open] summary { color: var(--itk-red-dark); }
.itk2-faq details[open] summary::after {
  background: linear-gradient(var(--itk-red), var(--itk-red)) center / 14px 2px no-repeat;
}
.itk2-faq-a {
  padding: 0 20px 20px;
  font-size: 15px;
  line-height: 1.7;
  color: #444444;
}
.itk2-faq-a p { margin: 0 0 12px; }
.itk2-faq-a p:last-child { margin-bottom: 0; }


/* ======= 11. TESTIMONIAL - .itk2-testi ================
   Stars aria-hidden + sr-only text. Avatar navy/gold. Use .itk2-grid--3. */
.itk2-testi {
  display: flex;
  flex-direction: column;
  background: var(--itk-white);
  border: 1px solid var(--itk-border);
  border-radius: var(--itk-r-xl);
  padding: clamp(22px, 3vw, 30px);
  box-shadow: var(--itk-el-1);
}
.itk2-testi:hover { box-shadow: var(--itk-el-3); }
.itk2-testi-stars {
  color: var(--itk-gold);
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 12px;
  line-height: 1;
}
.itk2-testi-quote {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--itk-text);
  margin: 0 0 20px;
  font-style: normal;
}
.itk2-testi-author {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--itk-border);
}
.itk2-testi-avatar {
  width: 46px; height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background: var(--itk-navy);
  color: var(--itk-gold);
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itk2-testi-name { font-weight: 800; color: var(--itk-navy); font-size: 15px; line-height: 1.3; }
.itk2-testi-role { font-size: 13px; color: var(--itk-text-muted); margin-top: 2px; }


/* ======= 12. CTA BAND - .itk2-cta-band ================
   Navy gradient + gold glow, r24 in container. --full = full-bleed. */
.itk2-cta-band {
  position: relative;
  overflow: clip;
  border-radius: var(--itk-r-2xl);
  background:
    radial-gradient(640px 380px at 82% -20%, rgba(212, 175, 55, .2) 0%, transparent 62%),
    radial-gradient(520px 360px at 0% 120%, rgba(229, 38, 40, .16) 0%, transparent 60%),
    linear-gradient(160deg, var(--itk-navy) 0%, var(--itk-navy-deep) 100%);
  color: var(--itk-white);
  padding: clamp(44px, 7vw, 80px) clamp(20px, 5vw, 64px);
  text-align: center;
  box-shadow: var(--itk-el-4);
}
.itk2-cta-band--full { border-radius: 0; box-shadow: none; }
.itk2-cta-band h2 {
  position: relative;
  z-index: 1;
  color: var(--itk-white);
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.itk2-cta-band-sub {
  position: relative;
  z-index: 1;
  font-size: clamp(15.5px, 2vw, 17.5px);
  line-height: 1.65;
  color: rgba(255, 255, 255, .85);
  max-width: 60ch;
  margin: 0 auto 28px;
}
.itk2-cta-band-ctas {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}


/* ======= 13. TABLE - .itk2-table-wrap ================
   >=768: navy header + zebra rows. <768: horizontal scroll with static
   CSS edge-fade shadows (background-attachment local/scroll trick -
   pure CSS, no JS). */
.itk2-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--itk-border);
  border-radius: var(--itk-r-lg);
  background:
    linear-gradient(to right, var(--itk-white) 30%, rgba(255, 255, 255, 0)),
    linear-gradient(to left, var(--itk-white) 30%, rgba(255, 255, 255, 0)) 100% 0,
    radial-gradient(farthest-side at 0 50%, rgba(15, 20, 34, .16), transparent),
    radial-gradient(farthest-side at 100% 50%, rgba(15, 20, 34, .16), transparent) 100% 0;
  background-repeat: no-repeat;
  background-size: 48px 100%, 48px 100%, 14px 100%, 14px 100%;
  background-attachment: local, local, scroll, scroll;
}
.itk2-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 14.5px;
}
.itk2-table th {
  background: var(--itk-navy);
  color: var(--itk-white);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  padding: 14px 16px;
  white-space: nowrap;
}
.itk2-table td {
  padding: 13px 16px;
  color: var(--itk-text);
  line-height: 1.55;
  border-top: 1px solid var(--itk-border);
  vertical-align: top;
}
.itk2-table tbody tr:nth-child(even) td { background: var(--itk-bg-alt); }
.itk2-table td:first-child { font-weight: 700; color: var(--itk-navy); }
@media (min-width: 768px) {
  .itk2-table { min-width: 0; }
}


/* ======= 14. CHECKLIST - .itk2-checklist ================
   Red data-URI checks. --2col @768, --gold, --white (navy bands). */
.itk2-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.itk2-checklist li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--itk-text);
}
.itk2-checklist li::before {
  content: "";
  position: absolute;
  left: 0; top: 3px;
  width: 18px; height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E52628' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.itk2-checklist--gold li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF37' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}
.itk2-checklist--white li { color: rgba(255, 255, 255, .9); }
.itk2-checklist--white li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .itk2-checklist--2col { grid-template-columns: 1fr 1fr; column-gap: 28px; }
}


/* ======= 15. BADGE - .itk2-badge ================
   --soft uses #7a5c0e on gold-soft for AA; no gold text on white. */
.itk2-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--itk-r-pill);
  white-space: nowrap;
  line-height: 1.4;
}
.itk2-badge svg { width: 12px; height: 12px; flex: 0 0 12px; }
.itk2-badge--red { background: var(--itk-red); color: var(--itk-white); }
.itk2-badge--gold { background: var(--itk-gold); color: #3d300a; }
.itk2-badge--navy { background: var(--itk-navy); color: var(--itk-white); }
.itk2-badge--soft {
  background: var(--itk-gold-soft);
  color: #7a5c0e;
  border: 1px solid rgba(212, 175, 55, .4);
}


/* ======= 16. BREADCRUMB - .itk2-breadcrumb ================
   13px, CSS chevrons, hero-aware. <nav>+<ol>, aria-current on last. */
.itk2-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
}
.itk2-breadcrumb li { display: inline-flex; align-items: center; }
.itk2-breadcrumb li + li::before {
  content: "";
  width: 6px; height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  margin: 0 10px 0 8px;
  opacity: .45;
}
.itk2-breadcrumb a { color: var(--itk-text-muted); text-decoration: none; }
.itk2-breadcrumb a:hover { color: var(--itk-red-dark); text-decoration: underline; }
.itk2-breadcrumb [aria-current] { color: var(--itk-navy); font-weight: 700; }
/* navy-hero aware */
.itk2-hero:not(.itk2-hero--light) .itk2-breadcrumb a { color: rgba(255, 255, 255, .78); }
.itk2-hero:not(.itk2-hero--light) .itk2-breadcrumb a:hover { color: var(--itk-white); }
.itk2-hero:not(.itk2-hero--light) .itk2-breadcrumb [aria-current] { color: var(--itk-white); }


/* ======= 17. LEVEL NAV - .itk2-level-nav ================
   JLPT pills (N5-N2). 44px targets; .is-active red. */
.itk2-level-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.itk2-level-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--itk-touch);
  padding: 8px 20px;
  border-radius: var(--itk-r-pill);
  border: 1.5px solid var(--itk-border);
  background: var(--itk-white);
  color: var(--itk-navy);
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
}
.itk2-level-nav a:hover {
  border-color: rgba(229, 38, 40, .5);
  color: var(--itk-red-dark);
}
.itk2-level-nav a.is-active,
.itk2-level-nav .itk2-is-active {
  background: var(--itk-red);
  border-color: var(--itk-red);
  color: var(--itk-white);
}


/* ======= 18. BANNER NOTE - .itk2-banner-note ================
   Advisory note. Gold bar on cream; --red critical. AA-dark text. */
.itk2-banner-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fffbeb;
  border-left: 4px solid var(--itk-gold);
  border-radius: 0 var(--itk-r-md) var(--itk-r-md) 0;
  padding: 16px 20px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #6b5618;
}
.itk2-banner-note strong { color: #54430f; }
.itk2-banner-note svg { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; color: var(--itk-gold-dark); }
.itk2-banner-note--red {
  background: var(--itk-red-soft);
  border-left-color: var(--itk-red);
  color: #7f2122;
}
.itk2-banner-note--red strong { color: #6d1415; }
.itk2-banner-note--red svg { color: var(--itk-red-dark); }


/* ======= 19. FORM - .itk2-form ================
   Labels above; 16px inputs (no iOS zoom); 48px fields; red focus ring;
   inline errors; 2-col @768; 52px red submit. */
.itk2-form { display: block; }
.itk2-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .itk2-form-grid { grid-template-columns: 1fr 1fr; }
  .itk2-form-field--full { grid-column: 1 / -1; }
}
.itk2-form-field { display: flex; flex-direction: column; gap: 6px; }
.itk2-form-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--itk-navy);
  letter-spacing: .2px;
}
.itk2-form-label .itk2-form-req { color: var(--itk-red-dark); }
.itk2-form input,
.itk2-form select,
.itk2-form textarea {
  font-family: var(--itk-font-body);
  font-size: 16px;
  color: var(--itk-text);
  background: var(--itk-white);
  border: 1.5px solid var(--itk-border);
  border-radius: var(--itk-r-md);
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}
.itk2-form textarea { min-height: 110px; resize: vertical; }
.itk2-form input::placeholder,
.itk2-form textarea::placeholder { color: var(--itk-text-dim); }
.itk2-form input:focus,
.itk2-form select:focus,
.itk2-form textarea:focus {
  outline: none;
  border-color: var(--itk-red);
  box-shadow: 0 0 0 3px rgba(229, 38, 40, .16);
}
.itk2-form-hint { font-size: 12.5px; color: var(--itk-text-muted); }
/* Error state: add .itk2-form-field--error to the field wrapper. */
.itk2-form-field--error input,
.itk2-form-field--error select,
.itk2-form-field--error textarea {
  border-color: var(--itk-red-dark);
  background: var(--itk-red-bg);
}
.itk2-form-error {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--itk-red-darker);
}
.itk2-form-error svg { width: 14px; height: 14px; flex: 0 0 14px; }
.itk2-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: var(--itk-touch-lg);
  margin-top: 20px;
  background: var(--itk-red);
  color: var(--itk-white);
  border: 0;
  border-radius: var(--itk-r-md);
  font-family: var(--itk-font-body);
  font-size: 16.5px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--itk-el-red);
}
.itk2-form-submit:hover { background: var(--itk-red-dark); box-shadow: var(--itk-el-red-hover); }
.itk2-form-submit svg { width: 18px; height: 18px; flex: 0 0 18px; }


/* ======= 20. IMAGE FRAME - .itk2-img-frame ================
   Ratio-locked media slot; gradient + kanji placeholder when no <img>.
   16/9 default, --4x3, --1x1. */
.itk2-img-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--itk-r-xl);
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(420px 300px at 85% 0%, rgba(212, 175, 55, .22) 0%, transparent 60%),
    linear-gradient(150deg, var(--itk-navy) 0%, var(--itk-navy-deep) 100%);
  box-shadow: var(--itk-el-2);
}
.itk2-img-frame--4x3 { aspect-ratio: 4 / 3; }
.itk2-img-frame--1x1 { aspect-ratio: 1 / 1; }
.itk2-img-frame::before {
  content: "日本";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 700;
  letter-spacing: .04em;
  color: rgba(255, 255, 255, .12);
  pointer-events: none;
  user-select: none;
}
.itk2-img-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.itk2-img-frame-caption {
  position: absolute;
  z-index: 2;
  left: 12px; right: 12px; bottom: 12px;
  background: rgba(13, 26, 53, .82);
  color: var(--itk-white);
  font-size: 12.5px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: var(--itk-r-sm);
}


/* ======= 21. MOTION - all movement lives here ================
   transform/opacity only | 150-300ms | var(--itk-t-*) easing.
   Users with prefers-reduced-motion get instant state changes
   (color/shadow only - no translation, scaling or rotation). */
@media (prefers-reduced-motion: no-preference) {
  /* buttons: lift + press */
  .itk2-btn, .itk2-form-submit {
    transition: transform var(--itk-t-fast), box-shadow var(--itk-t-fast),
                background-color var(--itk-t-fast), color var(--itk-t-fast),
                border-color var(--itk-t-fast);
  }
  .itk2-btn:hover, .itk2-form-submit:hover { transform: translateY(-2px); }
  .itk2-btn:active, .itk2-form-submit:active { transform: translateY(0) scale(.98); }

  /* arrow nudge inside buttons / card links */
  .itk2-btn-arrow, .itk2-card-link svg { transition: transform var(--itk-t-fast); }
  .itk2-btn:hover .itk2-btn-arrow { transform: translateX(3px); }
  .itk2-card:hover .itk2-card-link svg,
  .itk2-card-link:hover svg { transform: translateX(3px); }

  /* cards: hover lift (-4px) + elevation */
  .itk2-card, .itk2-price, .itk2-testi {
    transition: transform var(--itk-t-base), box-shadow var(--itk-t-base),
                border-color var(--itk-t-base);
  }
  .itk2-card:hover, .itk2-price:hover, .itk2-testi:hover { transform: translateY(-4px); }

  /* FAQ toggle: plus rotates to minus */
  .itk2-faq summary::after { transition: transform var(--itk-t-base); }
  .itk2-faq details[open] summary::after { transform: rotate(180deg); }
  .itk2-faq details { transition: border-color var(--itk-t-base), box-shadow var(--itk-t-base); }

  /* pills, links, inputs: color/border feel */
  .itk2-level-nav a {
    transition: background-color var(--itk-t-fast), color var(--itk-t-fast),
                border-color var(--itk-t-fast);
  }
  .itk2-breadcrumb a { transition: color var(--itk-t-fast); }
  .itk2-form input, .itk2-form select, .itk2-form textarea {
    transition: border-color var(--itk-t-fast), box-shadow var(--itk-t-fast);
  }

  /* one-shot entrance for hero content (opacity/transform only) */
  .itk2-fade-up { animation: itk2-fade-up .3s var(--itk-ease) both; }
  .itk2-fade-up--d1 { animation-delay: .06s; }
  .itk2-fade-up--d2 { animation-delay: .12s; }
  .itk2-fade-up--d3 { animation-delay: .18s; }
  @keyframes itk2-fade-up {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
  }
}

/* ======= END ITK2 ================ */


/* ============================================================
   ITK3 APP SHELL - F.8-web-3 (2026-06-12) chrome layer
   App bar, drawer, tab bar, floats, footer. Namespace: .itk3-
   ============================================================ */

/* ============================================================
   FOOTER — .itk3-footer   (APPSHELL_SPEC §5 · builder: footer)
   Navy app footer, 3px gold top border. 4 columns >=1024px,
   2 columns >=768px, stacked mobile. Matches itk2 navy bands:
   navy->navy-deep gradient + faint gold radial glow, gold
   uppercase headings, white focus rings on dark.
   Tokens: locked --itk-* vars only. No scroll-bound anything.
   ============================================================ */

.itk3-footer {
  background:
    radial-gradient(820px 460px at 90% -10%, rgba(212, 175, 55, .10) 0%, transparent 60%),
    linear-gradient(165deg, var(--itk-navy) 0%, var(--itk-navy-deep) 100%);
  border-top: 3px solid var(--itk-gold);
  color: rgba(255, 255, 255, .78);
  font-family: var(--itk-font-body);
  font-size: 14px;
  line-height: 1.7;
  overflow: clip;
}
.itk3-footer a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(212, 175, 55, .18);
}
.itk3-footer a:hover { color: var(--itk-white); }

/* Focus — red ring fails contrast on navy: use white (itk2 convention). */
.itk3-footer :focus-visible {
  outline: 2px solid var(--itk-white);
  outline-offset: 2px;
  border-radius: 4px;
}

.itk3-footer-container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 24px);
}

.itk3-footer-main { padding: clamp(44px, 7vw, 72px) 0 clamp(28px, 5vw, 44px); }

.itk3-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px 32px;
}
@media (min-width: 768px) {
  .itk3-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .itk3-footer-brand { grid-column: 1 / -1; }
}
@media (min-width: 1024px) {
  .itk3-footer-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.25fr);
    gap: 40px;
  }
  .itk3-footer-brand { grid-column: auto; }
}

/* --- Col 1: brand ------------------------------------------------ */
.itk3-footer-logo {
  display: inline-flex;
  align-items: center;
  min-height: var(--itk-touch);
  font-family: var(--itk-font-display);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--itk-white);
}
.itk3-footer a.itk3-footer-logo { color: var(--itk-white); }
.itk3-footer-logo-i { color: var(--itk-red); }

.itk3-footer-mission {
  max-width: 320px;
  margin: 6px 0 14px;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, .78);
}

.itk3-footer-addr {
  display: block;
  max-width: 320px;
  margin: 0 0 10px;
  font-style: normal;
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .72);
}

.itk3-footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: var(--itk-touch);
  font-size: 14px;
  font-weight: 600;
}
.itk3-footer-brand .itk3-footer-contact { display: flex; max-width: 320px; }
.itk3-footer-contact svg {
  width: 16px; height: 16px;
  flex: 0 0 16px;
  color: var(--itk-gold);
}

.itk3-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.itk3-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--itk-touch);
  height: var(--itk-touch);
  border-radius: var(--itk-r-md);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .85);
}
.itk3-footer-social a svg { width: 18px; height: 18px; }
.itk3-footer-social a:hover {
  background: var(--itk-red);
  border-color: var(--itk-red);
  color: var(--itk-white);
}

/* --- Cols 2-4: link lists ---------------------------------------- */
.itk3-footer-heading {
  margin: 0 0 6px;
  font-family: var(--itk-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--itk-gold);
  line-height: var(--itk-touch);
}

.itk3-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.itk3-footer-links li { margin: 0; }
.itk3-footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: var(--itk-touch);
  font-size: 14.5px;
}
.itk3-footer-links a:hover {
  color: var(--itk-white);
  text-decoration: underline;
  text-decoration-color: var(--itk-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* --- Bottom strip ------------------------------------------------- */
.itk3-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 10px 0;
}
.itk3-footer-bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .itk3-footer-bottom-row { justify-content: space-between; text-align: left; }
}

.itk3-footer-copy {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, .65);
}

.itk3-footer-legal { display: flex; align-items: center; }
.itk3-footer-legal a {
  display: inline-flex;
  align-items: center;
  min-height: var(--itk-touch);
  padding: 0 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, .72);
}
.itk3-footer-legal a + a { border-left: 1px solid rgba(255, 255, 255, .16); }
.itk3-footer-legal a:hover {
  color: var(--itk-white);
  text-decoration: underline;
  text-decoration-color: var(--itk-gold);
  text-underline-offset: 4px;
}

.itk3-footer-sister {
  flex-basis: 100%;
  margin: 0 0 8px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, .58);
}
@media (min-width: 768px) {
  .itk3-footer-sister { flex-basis: auto; margin: 0; }
}

/* Motion: color/background fades only — gated per reduced-motion rule. */
@media (prefers-reduced-motion: no-preference) {
  .itk3-footer a {
    transition: color var(--itk-t-fast), background-color var(--itk-t-fast),
                border-color var(--itk-t-fast), text-decoration-color var(--itk-t-fast);
  }
}

/* ==================== end FOOTER section ==================== */

/* ============================================================
   TABBAR+FLOATS   (APPSHELL_SPEC §3-§4 · builder: tabbar-floats)
   ------------------------------------------------------------
   COMPONENT STYLES LIVE IN THE MODULE BUNDLE, NOT HERE:
   .itk3-tabbar + .itk3-apply-circle + .itk3-wa-desktop ship in
   itokyo_mobile_perf/static/src/css/bottom_bar.css
   (web.assets_frontend — atomic with the scaffold markup in
   views/layout_hints.xml and the controller bottom_bar.js).
   This section carries only the CHROME-LEVEL SHARED rules:
     1. Float-policy enforcement — kill legacy floats so a stale
        cached itk_site.js / itk_master.css (?v= not yet bumped)
        or old CF-cached markup can never resurrect the doubles.
     2. The ONE canonical skip-link rule set (supersedes the 3
        duplicates in master css via !important on top/transform).
   ============================================================ */

/* --- 1. Float policy: mobile ZERO floats, desktop ONE WhatsApp
       circle (.itk3-wa-desktop from the mobile_perf scaffold).
       Everything legacy below is retired — keep dead. ----------- */
.itk-wa-float,
.itk-f760-search-fab,
.itokyo-bottom-bar {
  display: none !important;
}

/* --- 2. Skip-link — single canonical rule set (spec §4).
       Markup: <a href="#wrap" class="itk-skip-link"> injected
       first-in-body by itokyo_mobile_perf layout_hints.xml.
       !important on top/transform beats the 3 old master-css
       duplicates regardless of load order. ---------------------- */
.itk-skip-link {
  position: fixed !important;
  top: 0 !important;
  left: 8px !important;
  z-index: 99999 !important;
  transform: translateY(-150%) !important;
  transition: transform .15s ease !important;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  background: var(--itk-navy);
  color: var(--itk-white) !important;
  font-family: var(--itk-font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 0 0 var(--itk-r-sm, 8px) var(--itk-r-sm, 8px);
  box-shadow: var(--itk-el-2, 0 4px 12px rgba(15, 20, 34, .08));
}
.itk-skip-link:focus,
.itk-skip-link:focus-visible {
  transform: translateY(8px) !important;
  outline: 2px solid var(--itk-gold);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .itk-skip-link { transition: none !important; }
}

/* ==================== end TABBAR+FLOATS section ==================== */

/* ============================================================
   APPBAR+DRAWER   (APPSHELL_SPEC §1-§2 · builder: header-drawer)
   ------------------------------------------------------------
   Markup: itokyo_signup/views/header_redesign.xml (.itk3-appbar,
   .itk3-drawer, .itk3-mobfoot). Locked --itk-* tokens only.
   JS contract (CHROME_MAP §4): window.itkToggleDrawer() toggles
   .open on #itkDrawer, .active + aria-expanded on .itk-hamburger
   (kept as hook class on .itk3-burger), and itk-drawer-open +
   itk-lock-scroll on <body>. Backdrop visibility keys off
   body.itk-drawer-open (works with today's JS) and also .open.
   Shrink class: .is-scrolled (new) — .scrolled legacy alias too.
   No parallax / scroll-bound transforms — class toggles only.
   ============================================================ */

/* --- 1. App bar shell --------------------------------------------- */
.itk3-appbar {
  position: sticky;
  top: 0;
  z-index: var(--itk-z-header, 1040);
  background: var(--itk-bg, #fff);
  border-bottom: 1px solid var(--itk-border);
}
.itk3-appbar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
  height: var(--itk-header-h, 60px);
}
.itk3-appbar.is-scrolled,
.itk3-appbar.scrolled {
  box-shadow: var(--itk-el-2);
}
.itk3-appbar.is-scrolled .itk3-appbar-row,
.itk3-appbar.scrolled .itk3-appbar-row {
  height: 56px;
}
.itk3-appbar-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  min-height: var(--itk-touch, 44px);
  text-decoration: none;
}
.itk3-appbar-logo img {
  height: 34px;
  width: auto;
  display: block;
}
.itk3-appbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
}
/* Desktop CTAs hidden on mobile — bar is logo + search + burger ONLY */
.itk3-appbar-cta { display: none; }

@media (min-width: 1024px) {
  .itk3-appbar-row {
    height: var(--itk-header-h-lg, 68px);
    padding: 0 24px;
    gap: 16px;
  }
  .itk3-appbar.is-scrolled .itk3-appbar-row,
  .itk3-appbar.scrolled .itk3-appbar-row {
    height: 60px;
  }
  .itk3-appbar-logo img { height: 38px; }
  .itk3-appbar-cta { display: inline-flex; }
}

/* --- 2. Buttons (chrome-local, mirrors itk2 button look) ----------- */
.itk3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: var(--itk-touch, 44px);
  padding: 10px 20px;
  border: 0;
  border-radius: var(--itk-r-md);
  font: 600 14.5px/1.2 var(--itk-font-body);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.itk3-btn:hover { text-decoration: none; }
.itk3-btn--primary {
  background: var(--itk-red);
  color: var(--itk-white);
  box-shadow: var(--itk-el-red);
}
.itk3-btn--primary:hover {
  background: var(--itk-red-dark);
  color: var(--itk-white);
  box-shadow: var(--itk-el-red-hover);
}
.itk3-btn--outline {
  background: transparent;
  color: var(--itk-navy);
  border: 2px solid var(--itk-navy);
}
.itk3-btn--outline:hover {
  background: var(--itk-navy);
  color: var(--itk-white);
}
.itk3-btn--navy {
  background: var(--itk-navy);
  color: var(--itk-white);
}
.itk3-btn--navy:hover {
  background: var(--itk-navy-deep);
  color: var(--itk-white);
}
.itk3-btn--white {
  background: var(--itk-white);
  color: var(--itk-navy);
  box-shadow: var(--itk-el-2);
}
.itk3-btn--white:hover { color: var(--itk-red-dark); }
.itk3-btn--block { width: 100%; }

/* --- 3. Icon button (search trigger, drawer close) ----------------- */
.itk3-iconbtn {
  display: inline-grid;
  place-items: center;
  width: var(--itk-touch, 44px);
  height: var(--itk-touch, 44px);
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: var(--itk-r-md);
  color: var(--itk-navy);
  cursor: pointer;
  flex-shrink: 0;
}
.itk3-iconbtn:hover {
  background: var(--itk-bg-soft);
  color: var(--itk-red-dark);
}

/* --- 4. Burger (mobile <1024) — 2.5px lines, X morph on .active ----- */
.itk3-appbar .itk3-burger {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: var(--itk-touch, 44px);
  height: var(--itk-touch, 44px);
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  border-radius: var(--itk-r-md);
  cursor: pointer;
}
.itk3-appbar .itk3-burger:hover { background: var(--itk-bg-soft); }
.itk3-appbar .itk3-burger span {
  display: block;
  width: 22px;
  height: 2.5px;
  border-radius: 2px;
  background: var(--itk-navy);
  transform: none;
  opacity: 1;
}
.itk3-appbar .itk3-burger.active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.itk3-appbar .itk3-burger.active span:nth-child(2) { opacity: 0; }
.itk3-appbar .itk3-burger.active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
@media (min-width: 1024px) {
  .itk3-appbar .itk3-burger { display: none; }
}

/* --- 5. Desktop nav + mega + dropdown ------------------------------ */
.itk3-appbar-nav { display: none; }

@media (min-width: 1024px) {
  .itk3-appbar-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    position: relative; /* mega panel positions against the nav */
    min-width: 0;
  }
  .itk3-nav {
    display: flex;
    align-items: stretch;
    gap: 2px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .itk3-nav-item { display: flex; align-items: stretch; }
  .itk3-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 13px;
    font: 600 15px/1 var(--itk-font-body);
    color: var(--itk-navy);
    text-decoration: none;
    border-radius: var(--itk-r-sm);
  }
  .itk3-nav-link:hover {
    color: var(--itk-red-dark);
    text-decoration: none;
  }
  .itk3-nav-caret { flex-shrink: 0; color: var(--itk-text-muted); }
  .itk3-nav-item:hover .itk3-nav-caret,
  .itk3-nav-item:focus-within .itk3-nav-caret { transform: rotate(180deg); color: var(--itk-red-dark); }

  /* shared hidden state */
  .itk3-mega,
  .itk3-drop {
    position: absolute;
    top: 100%;
    background: var(--itk-white);
    border: 1px solid var(--itk-border);
    border-radius: var(--itk-r-lg);
    box-shadow: var(--itk-el-4);
    z-index: var(--itk-z-dropdown, 100);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
  }
  .itk3-mega::before,
  .itk3-drop::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--itk-red), var(--itk-gold));
  }

  /* Courses mega — 3 columns, centred under the nav (no hover gap:
     nav items stretch to full bar height, panel starts at bar bottom) */
  .itk3-nav-item--mega { position: static; }
  .itk3-mega {
    left: 50%;
    transform: translateX(-50%);
    width: min(780px, calc(100vw - 48px));
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 18px;
    padding: 22px;
  }
  .itk3-nav-item--mega:hover > .itk3-mega,
  .itk3-nav-item--mega:focus-within > .itk3-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .itk3-mega-title {
    margin: 0 0 8px;
    padding: 0 12px;
    font: 700 11px/1.2 var(--itk-font-body);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--itk-text-muted);
  }
  .itk3-mega-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-height: var(--itk-touch, 44px);
    padding: 8px 12px;
    border-radius: var(--itk-r-sm);
    text-decoration: none;
  }
  .itk3-mega-link strong {
    font: 600 14.5px/1.3 var(--itk-font-body);
    color: var(--itk-navy);
  }
  .itk3-mega-link span {
    font-size: 12.5px;
    line-height: 1.35;
    color: var(--itk-text-muted);
  }
  .itk3-mega-link:hover { background: var(--itk-red-soft); text-decoration: none; }
  .itk3-mega-link:hover strong { color: var(--itk-red-darker); }

  /* Resources dropdown — single column under its item */
  .itk3-nav-item--drop { position: relative; }
  .itk3-drop {
    left: 0;
    min-width: 230px;
    display: flex;
    flex-direction: column;
    padding: 8px;
  }
  .itk3-nav-item--drop:hover > .itk3-drop,
  .itk3-nav-item--drop:focus-within > .itk3-drop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .itk3-drop a {
    display: flex;
    align-items: center;
    min-height: var(--itk-touch, 44px);
    padding: 0 14px;
    border-radius: var(--itk-r-sm);
    font: 500 14.5px/1.2 var(--itk-font-body);
    color: var(--itk-text);
    text-decoration: none;
  }
  .itk3-drop a:hover {
    background: var(--itk-red-soft);
    color: var(--itk-red-darker);
    text-decoration: none;
  }
}

/* --- 6. User dropdown (desktop, logged in) -------------------------- */
.itk3-user { position: relative; display: none; }
@media (min-width: 1024px) { .itk3-user { display: block; } }
.itk3-user > summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: var(--itk-touch, 44px);
  padding: 4px 12px 4px 5px;
  background: var(--itk-white);
  border: 1.5px solid var(--itk-border);
  border-radius: var(--itk-r-pill);
  cursor: pointer;
  user-select: none;
}
.itk3-user > summary::-webkit-details-marker { display: none; }
.itk3-user > summary:hover { border-color: var(--itk-navy); }
.itk3-user[open] > summary { border-color: var(--itk-red); }
.itk3-user-avatar {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--itk-red), var(--itk-red-darker));
  color: var(--itk-white);
  font: 700 13px/1 var(--itk-font-body);
  overflow: hidden;
  flex-shrink: 0;
}
.itk3-user-avatar img { width: 100%; height: 100%; object-fit: cover; }
.itk3-user-avatar--lg { width: 44px; height: 44px; font-size: 17px; }
.itk3-user-name { font: 600 14px/1 var(--itk-font-body); color: var(--itk-navy); }
.itk3-user-caret { color: var(--itk-text-muted); flex-shrink: 0; }
.itk3-user[open] .itk3-user-caret { transform: rotate(180deg); }
.itk3-user-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 280px;
  background: var(--itk-white);
  border: 1px solid var(--itk-border);
  border-radius: var(--itk-r-lg);
  box-shadow: var(--itk-el-4);
  padding: 8px;
  z-index: var(--itk-z-dropdown, 100);
}
.itk3-user-profile {
  padding: 12px 14px;
  border-bottom: 1px solid var(--itk-border);
  margin-bottom: 6px;
}
.itk3-user-profile-name {
  margin: 0 0 2px;
  font: 700 15px/1.3 var(--itk-font-display);
  color: var(--itk-navy);
}
.itk3-user-profile-email {
  margin: 0;
  font-size: 12.5px;
  color: var(--itk-text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.itk3-user-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: var(--itk-touch, 44px);
  padding: 0 14px;
  border-radius: var(--itk-r-sm);
  font: 500 14px/1.2 var(--itk-font-body);
  color: var(--itk-text);
  text-decoration: none;
}
.itk3-user-item svg { flex-shrink: 0; color: var(--itk-text-muted); }
.itk3-user-item:hover {
  background: var(--itk-red-soft);
  color: var(--itk-navy);
  text-decoration: none;
}
.itk3-user-item--danger,
.itk3-user-item--danger:hover { color: var(--itk-red-dark); }
.itk3-user-item--danger svg { color: var(--itk-red-dark); }
.itk3-user-divider { height: 1px; background: var(--itk-border); margin: 6px 8px; }

/* --- 7. Drawer (mobile/tablet sheet, slides from right) -------------- */
.itk3-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(440px, 100%);
  height: 100vh;
  height: 100dvh;
  background: var(--itk-white);
  z-index: var(--itk-z-drawer, 2500);
  display: flex;
  flex-direction: column;
  transform: translateX(102%);
  visibility: hidden;
}
.itk3-drawer.open {
  transform: translateX(0);
  visibility: visible;
}
.itk3-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: var(--itk-header-h, 60px);
  padding: 0 12px 0 16px;
  border-bottom: 1px solid var(--itk-border);
  flex-shrink: 0;
}
.itk3-drawer-logo { display: inline-flex; align-items: center; min-height: var(--itk-touch, 44px); }
.itk3-drawer-logo img { height: 30px; width: auto; display: block; }
.itk3-drawer-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 16px calc(24px + env(safe-area-inset-bottom, 0px));
}
.itk3-drawer-ctas {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}
.itk3-drawer-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--itk-navy-deep), var(--itk-navy));
  border-radius: var(--itk-r-lg);
}
.itk3-drawer-user-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.itk3-drawer-user-name {
  font: 700 15px/1.25 var(--itk-font-display);
  color: var(--itk-white);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.itk3-drawer-user-email {
  font-size: 12px;
  color: rgba(255, 255, 255, .72);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* accordion groups */
.itk3-drawer-nav { display: block; margin-bottom: 18px; }
.itk3-drawer-group { border-bottom: 1px solid var(--itk-border-soft); }
.itk3-drawer-group > summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 52px;
  padding: 0 4px;
  font: 600 15.5px/1.2 var(--itk-font-body);
  color: var(--itk-navy);
  cursor: pointer;
  user-select: none;
}
.itk3-drawer-group > summary::-webkit-details-marker { display: none; }
.itk3-drawer-chev { flex-shrink: 0; color: var(--itk-text-muted); }
.itk3-drawer-group[open] > summary .itk3-drawer-chev { transform: rotate(180deg); color: var(--itk-red-dark); }
.itk3-drawer-sub {
  display: flex;
  flex-direction: column;
  padding: 2px 0 10px;
}
.itk3-drawer-sub a {
  display: flex;
  align-items: center;
  min-height: var(--itk-touch, 44px);
  padding: 0 14px;
  border-radius: var(--itk-r-sm);
  font: 500 14.5px/1.3 var(--itk-font-body);
  color: var(--itk-text-soft);
  text-decoration: none;
}
.itk3-drawer-sub a:hover {
  background: var(--itk-red-soft);
  color: var(--itk-red-darker);
  text-decoration: none;
}
.itk3-drawer-link {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 4px;
  border-bottom: 1px solid var(--itk-border-soft);
  font: 600 15.5px/1.2 var(--itk-font-body);
  color: var(--itk-navy);
  text-decoration: none;
}
.itk3-drawer-link:hover { color: var(--itk-red-dark); text-decoration: none; }

/* portals block */
.itk3-drawer-portals { margin-bottom: 18px; }
.itk3-drawer-label {
  margin: 0 0 8px;
  font: 700 11px/1.2 var(--itk-font-body);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--itk-text-muted);
}
.itk3-drawer-portal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.itk3-drawer-portal-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--itk-touch, 44px);
  border: 1.5px solid var(--itk-border);
  border-radius: var(--itk-r-md);
  font: 600 14px/1.2 var(--itk-font-body);
  color: var(--itk-navy);
  text-decoration: none;
}
.itk3-drawer-portal-grid a:hover {
  border-color: var(--itk-red);
  background: var(--itk-red-soft);
  color: var(--itk-red-darker);
  text-decoration: none;
}

/* contact strip + social */
.itk3-drawer-contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
  border-top: 1px solid var(--itk-border-soft);
  padding-top: 10px;
}
.itk3-drawer-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: var(--itk-touch, 44px);
  padding: 0 4px;
  font: 500 14.5px/1.3 var(--itk-font-body);
  color: var(--itk-text);
  text-decoration: none;
}
.itk3-drawer-contact a svg { flex-shrink: 0; color: var(--itk-red-dark); }
.itk3-drawer-contact a:hover { color: var(--itk-red-dark); text-decoration: none; }
.itk3-drawer-social {
  display: flex;
  gap: 10px;
}
.itk3-drawer-social a {
  display: grid;
  place-items: center;
  width: var(--itk-touch, 44px);
  height: var(--itk-touch, 44px);
  border: 1.5px solid var(--itk-border);
  border-radius: 50%;
  color: var(--itk-navy);
}
.itk3-drawer-social a:hover {
  border-color: var(--itk-red);
  background: var(--itk-red-soft);
  color: var(--itk-red-dark);
}

/* backdrop — shown while body carries itk-drawer-open (set by
   itkToggleDrawer); .open also supported for newer JS */
.itk3-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(13, 26, 53, .55);
  z-index: var(--itk-z-drawer-backdrop, 2400);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.itk-drawer-open .itk3-drawer-backdrop,
.itk3-drawer-backdrop.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* --- 8. Mobile compact pre-footer (<768px) --------------------------- */
.itk3-mobfoot { display: none; }
@media (max-width: 767.98px) {
  .itk3-mobfoot {
    display: block;
    padding: 20px 16px;
    background: var(--itk-bg-alt);
  }
}
.itk3-mobfoot-card {
  background: linear-gradient(165deg, var(--itk-navy) 0%, var(--itk-navy-deep) 100%);
  border-radius: var(--itk-r-xl);
  padding: 24px 20px;
  text-align: center;
}
.itk3-mobfoot-kicker {
  margin: 0 0 8px;
  font: 700 11px/1.2 var(--itk-font-body);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--itk-gold);
}
.itk3-mobfoot-title {
  margin: 0 0 16px;
  font: 800 20px/1.3 var(--itk-font-display);
  color: var(--itk-white);
}
.itk3-mobfoot-ctas { display: grid; gap: 10px; }

/* --- 9. Focus-visible rings ------------------------------------------ */
.itk3-appbar a:focus-visible,
.itk3-appbar button:focus-visible,
.itk3-appbar summary:focus-visible,
.itk3-drawer a:focus-visible,
.itk3-drawer button:focus-visible,
.itk3-drawer summary:focus-visible {
  outline: 2px solid var(--itk-red);
  outline-offset: 2px;
  border-radius: var(--itk-r-sm);
}
/* white rings on navy surfaces (AA on dark) */
.itk3-mobfoot a:focus-visible,
.itk3-drawer-user a:focus-visible {
  outline: 2px solid var(--itk-white);
  outline-offset: 2px;
}

/* --- 10. Motion (ALL movement inside reduced-motion guard) ------------ */
@media (prefers-reduced-motion: no-preference) {
  .itk3-appbar-row { transition: height var(--itk-t-base); }
  .itk3-appbar { transition: box-shadow var(--itk-t-base); }
  .itk3-btn {
    transition: background var(--itk-t-fast), color var(--itk-t-fast),
                border-color var(--itk-t-fast), box-shadow var(--itk-t-fast),
                transform var(--itk-t-fast);
  }
  .itk3-btn:active { transform: scale(.98); }
  .itk3-iconbtn { transition: background var(--itk-t-fast), color var(--itk-t-fast); }
  .itk3-nav-caret,
  .itk3-user-caret,
  .itk3-drawer-chev { transition: transform var(--itk-t-fast), color var(--itk-t-fast); }
  .itk3-appbar .itk3-burger span { transition: transform var(--itk-t-base), opacity var(--itk-t-base); }
  .itk3-mega,
  .itk3-drop {
    transition: opacity var(--itk-t-fast), visibility var(--itk-t-fast),
                transform var(--itk-t-fast);
  }
  .itk3-mega { transform: translate(-50%, 8px); }
  .itk3-nav-item--mega:hover > .itk3-mega,
  .itk3-nav-item--mega:focus-within > .itk3-mega { transform: translate(-50%, 0); }
  .itk3-drop { transform: translateY(8px); }
  .itk3-nav-item--drop:hover > .itk3-drop,
  .itk3-nav-item--drop:focus-within > .itk3-drop { transform: translateY(0); }
  .itk3-user-panel { animation: itk3UserIn .15s var(--itk-ease); }
  .itk3-drawer { transition: transform var(--itk-t-slow), visibility var(--itk-t-slow); }
  .itk3-drawer-backdrop { transition: opacity var(--itk-t-base), visibility var(--itk-t-base); }
  .itk3-mega-link,
  .itk3-drop a,
  .itk3-drawer-sub a,
  .itk3-drawer-portal-grid a,
  .itk3-drawer-contact a,
  .itk3-drawer-social a,
  .itk3-user-item,
  .itk3-nav-link { transition: background var(--itk-t-fast), color var(--itk-t-fast), border-color var(--itk-t-fast); }
}
@keyframes itk3UserIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* --- 11. Print: chrome never prints ----------------------------------- */
@media print {
  .itk3-appbar,
  .itk3-drawer,
  .itk3-drawer-backdrop,
  .itk3-mobfoot { display: none !important; }
}

/* ==================== end APPBAR+DRAWER section ==================== */
