/* ALGIZ Learning R33 runtime bundle — generated from validated source order. */

/* ===== SOURCE: assets/css/algiz.css ===== */
/* ALGIZ Learning — R02 Design System + R03 Global Shell
   Clean foundation. No imports. No dependency on legacy V8/V9/V10/Elite/Apex/Dominion styles. */

:root {
  color-scheme: light;
  --algiz-ice-0:#ffffff;
  --algiz-ice-50:#f7fafc;
  --algiz-ice-100:#f1f6fa;
  --algiz-ice-200:#e7eff5;
  --algiz-ice-300:#d7e4ee;
  --algiz-steel-400:#9db2c4;
  --algiz-steel-500:#6f879a;
  --algiz-ink-700:#31495d;
  --algiz-ink-800:#1a3145;
  --algiz-ink-900:#0b2034;
  --algiz-navy-900:#071629;
  --algiz-navy-850:#0a1d31;
  --algiz-navy-800:#0e253d;
  --algiz-blue-600:#1769ff;
  --algiz-blue-500:#237bff;
  --algiz-cyan-500:#22c7ee;
  --algiz-cyan-400:#49d9f5;
  --algiz-success:#12a775;
  --algiz-warning:#d68a16;
  --algiz-danger:#d84f65;
  --algiz-text:#10273b;
  --algiz-muted:#5b7184;
  --algiz-border:#d8e4ed;
  --algiz-border-strong:#bcd0df;
  --algiz-surface:rgba(255,255,255,.92);
  --algiz-surface-strong:#fff;
  --algiz-surface-dark:#0a1b2e;
  --algiz-surface-dark-2:#102943;
  --algiz-gradient-brand:linear-gradient(135deg,#1769ff 0%,#22c7ee 100%);
  --algiz-gradient-ice:linear-gradient(180deg,#ffffff 0%,#f4f8fb 100%);
  --algiz-gradient-navy:linear-gradient(145deg,#071629 0%,#0b2238 56%,#0a2a42 100%);
  --algiz-shadow-xs:0 1px 2px rgba(7,22,41,.04);
  --algiz-shadow-sm:0 8px 22px rgba(9,35,57,.07);
  --algiz-shadow-md:0 18px 46px rgba(9,35,57,.10);
  --algiz-shadow-lg:0 30px 80px rgba(7,22,41,.15);
  --algiz-shadow-blue:0 20px 55px rgba(23,105,255,.16);
  --algiz-ring:0 0 0 3px rgba(23,105,255,.18);
  --algiz-radius-xs:8px;
  --algiz-radius-sm:12px;
  --algiz-radius-md:18px;
  --algiz-radius-lg:26px;
  --algiz-radius-xl:34px;
  --algiz-radius-pill:999px;
  --algiz-space-1:.25rem;
  --algiz-space-2:.5rem;
  --algiz-space-3:.75rem;
  --algiz-space-4:1rem;
  --algiz-space-5:1.25rem;
  --algiz-space-6:1.5rem;
  --algiz-space-8:2rem;
  --algiz-space-10:2.5rem;
  --algiz-space-12:3rem;
  --algiz-space-16:4rem;
  --algiz-space-20:5rem;
  --algiz-space-24:6rem;
  --algiz-container:1240px;
  --algiz-container-wide:1380px;
  --algiz-header-h:78px;
  --algiz-font-sans:Inter,"Segoe UI Variable","Segoe UI",Aptos,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  --algiz-font-mono:"Cascadia Code","SFMono-Regular",Consolas,"Liberation Mono",monospace;
  --algiz-ease:cubic-bezier(.2,.8,.2,1);
  --algiz-fast:160ms;
  --algiz-medium:320ms;
  --algiz-slow:620ms;
}

*,:before,:after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--algiz-header-h) + 22px)}
body.algiz-app{margin:0;background:var(--algiz-ice-50);color:var(--algiz-text);font-family:var(--algiz-font-sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
body.algiz-app.is-nav-open{overflow:hidden}
::selection{background:rgba(34,199,238,.24);color:var(--algiz-navy-900)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
svg{display:block}
button,input,select,textarea{font:inherit}
button{color:inherit}
.algiz-inline-sprite{position:absolute;width:0;height:0;overflow:hidden}

/* Accessibility */
.algiz-skip-link{position:fixed;left:20px;top:12px;z-index:9999;padding:10px 15px;border-radius:10px;background:var(--algiz-navy-900);color:#fff;transform:translateY(-150%);transition:transform var(--algiz-fast) var(--algiz-ease);box-shadow:var(--algiz-shadow-md)}
.algiz-skip-link:focus{transform:none}
:focus-visible{outline:3px solid rgba(23,105,255,.72);outline-offset:3px}
[hidden]{display:none!important}

/* Global layout */
.container{width:min(calc(100% - 40px),var(--algiz-container));margin-inline:auto}
.container-wide{width:min(calc(100% - 40px),var(--algiz-container-wide));margin-inline:auto}
main#main-content{display:block;min-height:70vh}
.section,.page-hero,.cert-hero,.products-hero{position:relative;padding:clamp(74px,8vw,124px) 0;isolation:isolate}
.section-white{background:#fff}
.section-ice{background:var(--algiz-ice-50)}
.section-navy{background:var(--algiz-gradient-navy);color:#eef8ff;overflow:hidden}
.section-navy:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 82% 18%,rgba(34,199,238,.12),transparent 28%),radial-gradient(circle at 12% 82%,rgba(23,105,255,.12),transparent 34%);pointer-events:none}
.section-navy p,.section-navy li{color:#b9cad9}
.section-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.95fr);gap:clamp(36px,6vw,86px);align-items:center}
.section-grid.reverse>:first-child{order:2}.section-grid.reverse>:last-child{order:1}
.section-head{max-width:780px;margin-bottom:clamp(32px,4vw,52px)}
.section-head.center{text-align:center;margin-inline:auto}
.section-id,.eyebrow,.kicker{display:inline-flex;align-items:center;gap:9px;margin:0 0 16px;color:var(--algiz-blue-600);font-family:var(--algiz-font-mono);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.section-id:before,.eyebrow:before,.kicker:before{content:"";width:24px;height:1px;background:linear-gradient(90deg,var(--algiz-blue-600),var(--algiz-cyan-500))}
.section-navy .section-id,.section-navy .eyebrow,.section-navy .kicker{color:#68e1f7}
h1,h2,h3,h4{margin:0;color:var(--algiz-navy-900);font-weight:720;letter-spacing:-.035em;line-height:1.08;text-wrap:balance}
.section-navy h1,.section-navy h2,.section-navy h3,.section-navy h4{color:#fff}
h1{font-size:clamp(2.7rem,5.6vw,5rem)}
h2{font-size:clamp(2rem,3.6vw,3.35rem)}
h3{font-size:clamp(1.18rem,1.7vw,1.55rem);letter-spacing:-.02em}
h4{font-size:1.06rem;letter-spacing:-.015em}
p{margin:0;color:var(--algiz-muted)}
.section-head>p,.prose-block>p:first-of-type{font-size:clamp(1.03rem,1.25vw,1.18rem);line-height:1.75}
.strong-line{font-weight:700;color:var(--algiz-ink-800)}
.section-navy .strong-line{color:#fff}

/* R03 Enterprise shell */
.algiz-header{position:sticky;top:0;z-index:1000;height:var(--algiz-header-h);border-bottom:1px solid rgba(190,208,222,.78);background:rgba(249,252,254,.86);backdrop-filter:blur(18px) saturate(150%);transition:background var(--algiz-medium),box-shadow var(--algiz-medium),border-color var(--algiz-medium)}
.algiz-header.is-scrolled{background:rgba(255,255,255,.95);box-shadow:0 12px 36px rgba(7,22,41,.07);border-color:rgba(190,208,222,.56)}
.algiz-header__inner{width:min(calc(100% - 40px),var(--algiz-container-wide));height:100%;margin-inline:auto;display:grid;grid-template-columns:minmax(190px,250px) 1fr auto;align-items:center;gap:26px}
.algiz-brand{display:inline-flex;align-items:center;min-width:0}
.algiz-brand img{width:190px;height:auto;display:block;object-fit:contain}
.algiz-nav{justify-self:center;display:flex;align-items:center;gap:4px;padding:5px;border:1px solid rgba(209,222,232,.88);background:rgba(255,255,255,.7);border-radius:var(--algiz-radius-pill)}
.algiz-nav a{position:relative;padding:10px 15px;border-radius:var(--algiz-radius-pill);color:#4b6174;font-size:.91rem;font-weight:650;letter-spacing:-.01em;transition:color var(--algiz-fast),background var(--algiz-fast),box-shadow var(--algiz-fast)}
.algiz-nav a:hover{color:var(--algiz-navy-900);background:#fff}
.algiz-nav a[aria-current="page"]{color:var(--algiz-navy-900);background:#fff;box-shadow:0 3px 12px rgba(7,22,41,.07)}
.algiz-header__actions{display:flex;align-items:center;gap:10px}
.algiz-access{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 18px;border:1px solid rgba(23,105,255,.1);border-radius:var(--algiz-radius-pill);background:var(--algiz-gradient-brand);color:#fff;font-size:.9rem;font-weight:720;box-shadow:0 10px 24px rgba(23,105,255,.18);transition:transform var(--algiz-fast),box-shadow var(--algiz-fast)}
.algiz-access:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(23,105,255,.25)}
.algiz-access svg{width:16px;height:16px}
.algiz-menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--algiz-border);border-radius:14px;background:#fff;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px;box-shadow:var(--algiz-shadow-xs)}
.algiz-menu-toggle span{width:20px;height:2px;border-radius:3px;background:var(--algiz-navy-900);transition:transform var(--algiz-fast),opacity var(--algiz-fast)}
.algiz-menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}
.algiz-menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.algiz-nav-scrim{position:fixed;inset:var(--algiz-header-h) 0 0;z-index:990;background:rgba(7,22,41,.3);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:opacity var(--algiz-medium),visibility var(--algiz-medium)}
body.is-nav-open .algiz-nav-scrim{opacity:1;visibility:visible}

.algiz-footer{position:relative;background:#071629;color:#dce9f3;border-top:1px solid rgba(122,167,198,.18);overflow:hidden}
.algiz-footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 0%,rgba(23,105,255,.15),transparent 28%),radial-gradient(circle at 92% 20%,rgba(34,199,238,.1),transparent 25%);pointer-events:none}
.algiz-footer__main{position:relative;width:min(calc(100% - 40px),var(--algiz-container-wide));margin-inline:auto;padding:66px 0 48px;display:grid;grid-template-columns:minmax(260px,1.3fr) 1fr 1fr minmax(240px,.8fr);gap:44px}
.algiz-footer__brand img{width:196px;filter:brightness(0) invert(1);opacity:.96}
.algiz-footer__brand p{margin-top:18px;max-width:420px;color:#9eb1c1;font-size:.95rem;line-height:1.75}
.algiz-footer__col strong{display:block;margin-bottom:15px;color:#fff;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}
.algiz-footer__col a{display:block;padding:6px 0;color:#9eb1c1;font-size:.92rem;transition:color var(--algiz-fast),transform var(--algiz-fast)}
.algiz-footer__col a:hover{color:#fff;transform:translateX(2px)}
.algiz-footer__access{display:flex;flex-direction:column;align-items:flex-start;gap:13px}
.algiz-footer__access span{display:flex;align-items:center;gap:8px;color:#8ea8bc;font-family:var(--algiz-font-mono);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}
.algiz-footer__access span:before{content:"";width:7px;height:7px;border-radius:50%;background:#38d5a4;box-shadow:0 0 0 5px rgba(56,213,164,.08)}
.algiz-footer__access .algiz-access{box-shadow:none}
.algiz-footer__bottom{position:relative;border-top:1px solid rgba(142,173,195,.14)}
.algiz-footer__bottom-inner{width:min(calc(100% - 40px),var(--algiz-container-wide));margin-inline:auto;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#7790a4;font-family:var(--algiz-font-mono);font-size:.67rem;letter-spacing:.06em;text-transform:uppercase}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 19px;border-radius:var(--algiz-radius-pill);border:1px solid transparent;font-weight:720;font-size:.92rem;line-height:1;transition:transform var(--algiz-fast),box-shadow var(--algiz-fast),background var(--algiz-fast),border-color var(--algiz-fast),color var(--algiz-fast)}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--algiz-gradient-brand);color:#fff!important;box-shadow:0 12px 28px rgba(23,105,255,.2)}
.btn-primary:hover{box-shadow:0 16px 34px rgba(23,105,255,.28)}
.btn-secondary{background:#fff;color:var(--algiz-ink-800)!important;border-color:var(--algiz-border);box-shadow:var(--algiz-shadow-xs)}
.btn-secondary:hover{border-color:var(--algiz-border-strong);box-shadow:var(--algiz-shadow-sm)}
.section-navy .btn-secondary{background:rgba(255,255,255,.06);color:#fff!important;border-color:rgba(255,255,255,.16)}
.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.u-center-actions{justify-content:center}
.text-link{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:var(--algiz-blue-600);font-weight:700;font-size:.88rem}
.section-navy .text-link{color:#64dcf5}

/* Cards + surfaces */
.card,.info-card,.benefit-card-v7,.audience-card-v7,.why-card-v7,.pace-card-v8,.continuous-card-v8,.assigned-card-v8,.mastery-principle-v8,.custom-path-card{position:relative;padding:clamp(22px,2.5vw,30px);border:1px solid var(--algiz-border);border-radius:var(--algiz-radius-lg);background:rgba(255,255,255,.94);box-shadow:var(--algiz-shadow-sm);overflow:hidden;transition:transform var(--algiz-medium) var(--algiz-ease),box-shadow var(--algiz-medium),border-color var(--algiz-medium)}
.card:hover,.info-card:hover,.benefit-card-v7:hover,.audience-card-v7:hover,.why-card-v7:hover{transform:translateY(-3px);box-shadow:var(--algiz-shadow-md);border-color:#c8d9e6}
.card-dark{background:rgba(13,38,61,.92);border-color:rgba(129,174,203,.18);color:#fff}
.card-dark p{color:#adc1d1}
.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.icon-box,.icon-plate,.v10-icon-plate{width:54px;height:54px;display:grid;place-items:center;border:1px solid #cfe0eb;border-radius:16px;background:linear-gradient(145deg,#fff,#eff6fa);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 9px 22px rgba(7,22,41,.07)}
.icon-box img,.icon-plate img,.v10-icon-plate img,.v10-icon-img{width:30px!important;height:30px!important;object-fit:contain}
.icon{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.7}
.tag,.path-tag{display:inline-flex;align-items:center;width:max-content;padding:5px 9px;border-radius:999px;background:#edf5ff;color:#1d64c8;font-family:var(--algiz-font-mono);font-size:.67rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.section-navy .tag{background:rgba(34,199,238,.1);color:#75e4f8;border:1px solid rgba(34,199,238,.16)}

/* Hero compatibility — R04 will replace Home composition */
.algiz-hero{position:relative;min-height:calc(100svh - var(--algiz-header-h));display:flex;align-items:center;padding:clamp(74px,8vw,115px) 0;background:linear-gradient(115deg,#f8fbfd 0%,#fff 48%,#eef8fc 100%);overflow:hidden}
.algiz-hero:before{content:"";position:absolute;width:720px;height:720px;border-radius:50%;right:-250px;top:-230px;background:radial-gradient(circle,rgba(34,199,238,.13),rgba(23,105,255,.04) 42%,transparent 68%);filter:blur(2px)}
.algiz-hero__background{position:absolute;inset:0;pointer-events:none;opacity:.46}
.algiz-hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(33,94,139,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(33,94,139,.055) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to right,transparent,black 50%,black)}
.algiz-hero__radar,.algiz-hero__circuit,.algiz-hero__glow{display:none}
.algiz-hero__layout{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);gap:clamp(42px,5vw,78px);align-items:center}
.algiz-hero__content{position:relative;z-index:2}
.algiz-hero__content>p{max-width:700px;font-size:clamp(1.05rem,1.35vw,1.22rem);line-height:1.75}
.algiz-hero__content .kicker{margin-bottom:17px}
.algiz-hero__visual{position:relative;padding:16px;border:1px solid rgba(177,203,220,.86);border-radius:32px;background:rgba(255,255,255,.75);box-shadow:var(--algiz-shadow-lg);backdrop-filter:blur(8px)}
.algiz-hero__visual img{display:block;width:100%;border-radius:22px}
.algiz-hero__signals{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:8px}
.hero-data{padding:15px 17px;border:1px solid var(--algiz-border);border-radius:16px;background:rgba(255,255,255,.83);box-shadow:var(--algiz-shadow-xs)}
.hero-data span,.hero-data small{display:block;color:var(--algiz-muted);font-size:.75rem}.hero-data strong{display:block;color:var(--algiz-navy-900);font-size:1rem}
.hero-sequence{opacity:1!important;transform:none!important}

.page-hero,.cert-hero,.products-hero{background:linear-gradient(115deg,#f7fbfd 0%,#fff 52%,#edf8fc 100%);border-bottom:1px solid var(--algiz-border)}
.page-hero-grid,.cert-hero-grid,.products-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:clamp(40px,6vw,82px);align-items:center}
.page-hero-grid>div:first-child>p,.cert-hero-grid>div:first-child>p,.products-hero-grid>div:first-child>p{max-width:700px;font-size:1.08rem;line-height:1.75}
.v10-page-hero-icon{display:none}
.app-preview,.technical-frame,.cert-core,.product-core{position:relative;border:1px solid #bfd5e3;border-radius:28px;background:#fff;box-shadow:var(--algiz-shadow-lg);overflow:hidden}
.app-preview.dark,.technical-frame.dark,.product-core.dark{background:#0a1b2e;border-color:#183b58}
.app-preview img,.technical-frame img,.cert-core img,.product-core img{width:100%;display:block}
.app-preview-bar{height:36px;border-bottom:1px solid rgba(161,190,211,.2);background:rgba(255,255,255,.04)}

/* Local legacy nav temporarily retained until R04 */
.v10-chapter-nav,.platform-jumpbar{position:relative;z-index:20;border-block:1px solid var(--algiz-border);background:rgba(255,255,255,.9);overflow-x:auto;scrollbar-width:none}
.v10-chapter-nav::-webkit-scrollbar,.platform-jumpbar::-webkit-scrollbar{display:none}
.v10-chapter-nav{display:flex;gap:4px;padding:9px max(20px,calc((100vw - var(--algiz-container))/2))}
.v10-chapter-nav a{flex:none;padding:8px 11px;border-radius:999px;color:var(--algiz-muted);font-size:.76rem;font-weight:650;white-space:nowrap}.v10-chapter-nav a:hover{background:var(--algiz-ice-100);color:var(--algiz-navy-900)}.v10-chapter-nav a span{color:var(--algiz-blue-600);font-family:var(--algiz-font-mono);font-size:.65rem}
.platform-jumpbar__inner{width:min(calc(100% - 40px),var(--algiz-container));margin:auto;display:flex;gap:8px;padding:10px 0;overflow-x:auto}.platform-jumpbar a{flex:none;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--algiz-border);font-size:.78rem;font-weight:650;color:var(--algiz-muted)}

/* Content compatibility foundation */
.prose-block{max-width:690px}.prose-block>*+*{margin-top:16px}
.list-check{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:9px}
.list-check li{position:relative;padding-left:27px;color:var(--algiz-muted)}
.list-check li:before{content:"";position:absolute;left:0;top:.57em;width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,var(--algiz-blue-600),var(--algiz-cyan-500));box-shadow:inset 0 0 0 4px #fff,0 0 0 1px #b9d2e3}
.section-navy .list-check li:before{box-shadow:inset 0 0 0 4px var(--algiz-navy-900),0 0 0 1px rgba(91,215,242,.45)}
.technical-frame,.image-stage{padding:10px;border:1px solid var(--algiz-border);border-radius:24px;background:#fff;box-shadow:var(--algiz-shadow-md)}
.section-navy .technical-frame,.section-navy .image-stage{background:#0d253c;border-color:rgba(130,176,205,.2)}
.technical-frame img,.image-stage img{display:block;border-radius:16px;width:100%}
.visual{min-width:0}
.hud-grid,.motion-hud-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.hud-grid>*{padding:11px;border:1px solid var(--algiz-border);border-radius:12px;background:#fff;color:var(--algiz-muted);font-family:var(--algiz-font-mono);font-size:.68rem}
.insight-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px}.insight-chip{padding:13px 15px;border-radius:14px;border:1px solid var(--algiz-border);background:#fff;color:var(--algiz-ink-800);font-size:.86rem;font-weight:650}

/* Home system blocks */
.home-ecosystem-intro .section-grid,.home-model-section .section-grid,.home-insight-section .section-grid{align-items:start}
.model-stage,.route-step,.progressive-level,.cert-prep-step,.learning-path-node{position:relative;padding:20px;border:1px solid var(--algiz-border);border-radius:18px;background:#fff;box-shadow:var(--algiz-shadow-xs)}
.section-navy .model-stage,.section-navy .route-step,.section-navy .progressive-level,.section-navy .cert-prep-step,.section-navy .learning-path-node{background:rgba(255,255,255,.045);border-color:rgba(146,183,208,.18)}
.route-pipeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.route-step{min-height:128px}.step-no,.path-index,.level-no{display:block;margin-bottom:8px;color:var(--algiz-blue-600);font-family:var(--algiz-font-mono);font-size:.69rem;font-weight:700;letter-spacing:.1em}
.model-stage__icon{margin-bottom:14px}.model-stage__icon img{width:42px;height:42px;object-fit:contain}
.home-domain-chip{display:inline-flex;padding:7px 10px;margin:4px;border:1px solid var(--algiz-border);border-radius:999px;background:#fff;color:var(--algiz-ink-700);font-size:.78rem}
.domain-card{position:relative;padding:22px;border:1px solid var(--algiz-border);border-radius:20px;background:#fff;box-shadow:var(--algiz-shadow-sm);transition:transform var(--algiz-medium),box-shadow var(--algiz-medium)}.domain-card:hover{transform:translateY(-3px);box-shadow:var(--algiz-shadow-md)}

/* Product explorer / tabs */
.v10-product-explorer{background:#f4f9fc}.v10-product-tabs,.v10-path-tabs{width:min(calc(100% - 40px),var(--algiz-container));margin:0 auto 24px;display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.v10-product-tab,.v10-path-tab{flex:none;padding:10px 14px;border:1px solid var(--algiz-border);border-radius:999px;background:#fff;color:var(--algiz-muted);font-weight:700;font-size:.78rem;cursor:pointer}.v10-product-tab.active,.v10-path-tab.active{background:var(--algiz-navy-900);color:#fff;border-color:var(--algiz-navy-900)}
.v10-product-panel,.v10-path-panel{width:min(calc(100% - 40px),var(--algiz-container));margin:auto}.v10-product-panel__inner,.v10-path-panel__inner{display:grid;grid-template-columns:minmax(0,.85fr) minmax(400px,1.15fr);gap:36px;align-items:center;padding:32px;border:1px solid var(--algiz-border);border-radius:28px;background:#fff;box-shadow:var(--algiz-shadow-md)}

/* Platform modules */
.platform-module-i .section-grid{align-items:center}.platform-module-mark{display:inline-flex;margin-bottom:13px;color:var(--algiz-blue-600);font-family:var(--algiz-font-mono);font-size:.72rem;font-weight:700;letter-spacing:.1em}.platform-module-icon{margin-bottom:16px}.platform-module-icon img{width:48px;height:48px;object-fit:contain}.platform-media-i{min-width:0}.platform-visual{border-radius:22px;overflow:hidden}.platform-frame-status{display:flex;justify-content:space-between;gap:10px;padding:10px 4px 0;color:var(--algiz-steel-500);font-family:var(--algiz-font-mono);font-size:.66rem;letter-spacing:.06em}.platform-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.platform-engine-card{padding:22px;border:1px solid var(--algiz-border);border-radius:20px;background:#fff;box-shadow:var(--algiz-shadow-sm)}.platform-engine-icon img{width:44px;height:44px;object-fit:contain;margin-bottom:14px}.platform-command-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:24px}.platform-command-cell{padding:12px;border:1px solid var(--algiz-border);border-radius:14px;background:#fff}.platform-command-cell strong{display:block;font-size:.82rem}.platform-command-cell span{display:block;color:var(--algiz-muted);font-size:.72rem}

/* Catalog tools */
.catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin:26px 0}.catalog-console{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.search-box{position:relative;min-width:min(100%,320px)}.search-box input{width:100%;min-height:46px;padding:0 16px;border:1px solid var(--algiz-border);border-radius:14px;background:#fff;color:var(--algiz-navy-900);box-shadow:var(--algiz-shadow-xs);outline:none}.search-box input:focus{border-color:#7aaeff;box-shadow:var(--algiz-ring)}.filter-bar{display:flex;gap:7px;flex-wrap:wrap}.filter-btn{min-height:40px;padding:0 13px;border:1px solid var(--algiz-border);border-radius:999px;background:#fff;color:var(--algiz-muted);font-size:.77rem;font-weight:700;cursor:pointer;transition:all var(--algiz-fast)}.filter-btn:hover{border-color:var(--algiz-border-strong);color:var(--algiz-navy-900)}.filter-btn.active{background:var(--algiz-navy-900);color:#fff;border-color:var(--algiz-navy-900)}.catalog-result-count{color:var(--algiz-muted);font-size:.83rem}.empty-state{padding:34px;text-align:center;color:var(--algiz-muted);border:1px dashed var(--algiz-border-strong);border-radius:20px;background:#fff}

/* Certification catalog */
.cert-grid,.cert-grid-j{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.cert-card,.cert-card-j{display:flex;flex-direction:column;min-width:0;padding:22px;border:1px solid var(--algiz-border);border-radius:22px;background:#fff;box-shadow:var(--algiz-shadow-sm);transition:transform var(--algiz-medium) var(--algiz-ease),box-shadow var(--algiz-medium),border-color var(--algiz-medium)}
.cert-card:hover{transform:translateY(-3px);box-shadow:var(--algiz-shadow-md);border-color:#c5dae8}
.cert-logo{height:110px;display:grid;place-items:center;margin-bottom:18px;border-radius:15px;background:linear-gradient(145deg,#f8fbfd,#eef5f9);border:1px solid #e0eaf1}.cert-logo img{max-width:82%;max-height:76px;object-fit:contain}.cert-logo-hud{display:none}.cert-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:13px}.cert-card-signal{color:var(--algiz-steel-500);font-family:var(--algiz-font-mono);font-size:.64rem;letter-spacing:.08em;text-transform:uppercase}.cert-card h3{font-size:1.13rem;line-height:1.25}.cert-card p{margin-top:10px;font-size:.9rem;line-height:1.65;flex:1}.cert-card .text-link{margin-top:18px}.cert-path{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px}.cert-path-step{padding:18px;border:1px solid rgba(153,190,214,.18);border-radius:18px;background:rgba(255,255,255,.045)}
.cert-core-j{min-height:360px;display:grid;place-items:center;background:radial-gradient(circle at center,rgba(34,199,238,.1),transparent 44%),#0a1b2e;color:#fff;border-color:#183b58}.core-rings{position:absolute;inset:12%;border:1px solid rgba(52,204,239,.22);border-radius:50%}.core-rings:before,.core-rings:after{content:"";position:absolute;border:1px solid rgba(52,204,239,.14);border-radius:50%}.core-rings:before{inset:14%}.core-rings:after{inset:28%}.cert-core-status{position:relative;z-index:2;text-align:center}.cert-core-status strong{display:block;font-size:1.2rem}.cert-core-status span{display:block;color:#79dff4;font-family:var(--algiz-font-mono);font-size:.7rem;letter-spacing:.1em}

/* Product catalog */
.product-mode-matrix{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.product-mode-card{padding:22px;border:1px solid var(--algiz-border);border-radius:20px;background:#fff;box-shadow:var(--algiz-shadow-sm)}.product-mode-card h3{margin-top:13px}.product-mode-card p{margin-top:8px;font-size:.9rem}.product-grid,.product-grid-k{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card,.product-card-k{display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;padding:20px;border:1px solid var(--algiz-border);border-radius:22px;background:#fff;box-shadow:var(--algiz-shadow-sm);transition:transform var(--algiz-medium),box-shadow var(--algiz-medium),border-color var(--algiz-medium)}.product-card:hover{transform:translateY(-3px);box-shadow:var(--algiz-shadow-md);border-color:#c5dae8}.product-card-signal{display:block;margin-bottom:7px;color:var(--algiz-steel-500);font-family:var(--algiz-font-mono);font-size:.63rem;letter-spacing:.07em;text-transform:uppercase}.product-card h3{margin-top:7px;font-size:1.08rem;line-height:1.3}.product-card p{margin-top:9px;font-size:.88rem;line-height:1.6}.product-family-console{display:inline-flex;align-items:center;gap:9px;margin-bottom:16px;padding:8px 10px;border:1px solid var(--algiz-border);border-radius:12px;background:#fff;color:var(--algiz-ink-800);font-family:var(--algiz-font-mono);font-size:.69rem}.product-family-console .icon{width:17px;height:17px;color:var(--algiz-blue-600)}.section-navy .product-card,.section-navy .product-family-console{background:rgba(255,255,255,.055);border-color:rgba(145,185,210,.18);color:#fff}.section-navy .product-card p{color:#aec3d2}.section-navy .product-card h3{color:#fff}
.product-core-k{min-height:360px;display:grid;place-items:center;background:radial-gradient(circle at center,rgba(23,105,255,.17),transparent 42%),#091a2c}.product-orbit{position:absolute;inset:12%;border:1px solid rgba(60,205,239,.23);border-radius:50%}.product-core-status{position:relative;z-index:2;text-align:center;color:#fff}.product-core-status strong{display:block;font-size:1.2rem}.product-core-status span{color:#73dff5;font-family:var(--algiz-font-mono);font-size:.7rem}
.product-mission-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:24px}.product-mission-step{padding:12px;border:1px solid var(--algiz-border);border-radius:14px;background:#fff}.product-mission-step strong{display:block;font-size:.82rem}.product-mission-step span{font-size:.72rem;color:var(--algiz-muted)}

/* FAQ */
.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--algiz-border);border-radius:18px;background:#fff;box-shadow:var(--algiz-shadow-xs);overflow:hidden}.faq-item button{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:19px 22px;border:0;background:transparent;color:var(--algiz-navy-900);font-weight:700;cursor:pointer}.faq-item p{padding:0 22px 20px;max-width:900px}.faq-item:not(.open) p{display:none}

/* R02 motion foundation */
[data-reveal]{opacity:1;transform:none}
.algiz-reveal-ready [data-reveal]{opacity:0;transform:translateY(18px);transition:opacity var(--algiz-slow) var(--algiz-ease),transform var(--algiz-slow) var(--algiz-ease)}
.algiz-reveal-ready [data-reveal].is-visible{opacity:1;transform:none}
[data-spotlight]{position:relative;isolation:isolate}
[data-spotlight]:after{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;pointer-events:none;background:radial-gradient(380px circle at var(--spot-x,50%) var(--spot-y,50%),rgba(34,199,238,.09),transparent 55%);opacity:0;transition:opacity var(--algiz-medium)}
[data-spotlight]:hover:after{opacity:1}

/* Responsive */
@media (max-width:1080px){
  :root{--algiz-header-h:72px}
  .algiz-header__inner{grid-template-columns:1fr auto auto}
  .algiz-menu-toggle{display:flex;order:3}
  .algiz-header__actions{order:2}
  .algiz-nav{position:fixed;top:calc(var(--algiz-header-h) + 10px);left:20px;right:20px;z-index:1001;display:grid;gap:4px;padding:10px;border-radius:20px;background:rgba(255,255,255,.98);box-shadow:var(--algiz-shadow-lg);transform:translateY(-12px);opacity:0;visibility:hidden;transition:transform var(--algiz-medium),opacity var(--algiz-medium),visibility var(--algiz-medium)}
  body.is-nav-open .algiz-nav{transform:none;opacity:1;visibility:visible}
  .algiz-nav a{padding:12px 14px;border-radius:13px}
  .section-grid,.algiz-hero__layout,.page-hero-grid,.cert-hero-grid,.products-hero-grid,.v10-product-panel__inner,.v10-path-panel__inner{grid-template-columns:1fr}
  .section-grid.reverse>:first-child,.section-grid.reverse>:last-child{order:initial}
  .algiz-hero{min-height:auto}
  .algiz-hero__visual{max-width:820px}
  .cert-grid,.cert-grid-j,.product-grid,.product-grid-k{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-mode-matrix{grid-template-columns:repeat(3,minmax(0,1fr))}
  .algiz-footer__main{grid-template-columns:1.4fr 1fr 1fr}.algiz-footer__access{grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between;border-top:1px solid rgba(150,183,204,.14);padding-top:28px}
  .route-pipeline,.cert-path,.platform-command-strip,.product-mission-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
  .container,.container-wide,.algiz-header__inner,.algiz-footer__main,.algiz-footer__bottom-inner{width:min(calc(100% - 28px),var(--algiz-container))}
  .algiz-header__inner{gap:10px}.algiz-brand img{width:156px}.algiz-access{padding-inline:14px}.algiz-access span.algiz-access__label{display:none}
  .section,.page-hero,.cert-hero,.products-hero{padding:64px 0}.algiz-hero{padding:58px 0}
  .algiz-hero__layout{gap:30px}.algiz-hero__signals{grid-template-columns:1fr}.algiz-hero__visual{padding:9px;border-radius:22px}.algiz-hero__visual img{border-radius:15px}
  .info-grid,.insight-strip,.platform-card-grid{grid-template-columns:1fr}
  .cert-grid,.cert-grid-j,.product-grid,.product-grid-k,.product-mode-matrix{grid-template-columns:1fr}
  .product-card,.product-card-k{grid-template-columns:50px minmax(0,1fr);padding:17px}.icon-box,.icon-plate,.v10-icon-plate{width:48px;height:48px}
  .route-pipeline,.cert-path,.platform-command-strip,.product-mission-strip{grid-template-columns:1fr}
  .v10-product-panel__inner,.v10-path-panel__inner{padding:20px;border-radius:22px}
  .algiz-footer__main{grid-template-columns:1fr 1fr;gap:32px}.algiz-footer__brand{grid-column:1/-1}.algiz-footer__access{grid-column:1/-1;flex-direction:column;align-items:flex-start}.algiz-footer__bottom-inner{padding:14px 0;align-items:flex-start;flex-direction:column;justify-content:center;gap:4px}
  .catalog-tools{align-items:stretch}.catalog-console,.filter-bar{width:100%}.search-box{width:100%;min-width:0}.filter-bar{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.filter-btn{flex:none}
}
@media (max-width:420px){
  .algiz-brand img{width:142px}.algiz-access{width:42px;padding:0;border-radius:13px}.algiz-access svg{margin:0}.algiz-menu-toggle{width:42px;height:42px;border-radius:13px}
  h1{font-size:clamp(2.4rem,13vw,3.25rem)}h2{font-size:clamp(1.8rem,9vw,2.35rem)}
  .algiz-footer__main{grid-template-columns:1fr}.algiz-footer__col{grid-column:auto}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .algiz-reveal-ready [data-reveal]{opacity:1!important;transform:none!important}
}
@media (prefers-contrast:more){
  :root{--algiz-border:#9cb2c4;--algiz-muted:#40586c}
  .btn,.algiz-nav,.card,.info-card,.cert-card,.product-card{border-width:2px}
}
@media (forced-colors:active){
  .btn,.algiz-access,.filter-btn,.algiz-nav a{forced-color-adjust:auto}
}
/* Native FAQ details */
details.faq-item>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 22px;color:var(--algiz-navy-900);font-weight:700}
details.faq-item>summary::-webkit-details-marker{display:none}
details.faq-item>summary:after{content:"+";flex:none;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:var(--algiz-ice-100);color:var(--algiz-blue-600);font-size:1.1rem;font-weight:500;transition:transform var(--algiz-fast)}
details.faq-item[open]>summary:after{transform:rotate(45deg)}
details.faq-item>div{padding:0 22px 20px}details.faq-item>div p{padding:0;display:block!important}
/* R03 header clarity correction: keep Access explicit on mobile. */
@media (max-width:720px){
  .algiz-header__actions .algiz-access__label{display:inline}
  .algiz-header__actions .algiz-access{min-width:74px;padding-inline:12px}
}
@media (max-width:420px){
  .algiz-brand img{width:128px}
  .algiz-header__actions .algiz-access{width:auto;min-width:70px;padding-inline:10px;border-radius:13px}
  .algiz-header__actions .algiz-access__label{display:inline;font-size:.79rem}
}
@media (max-width:720px){
  .algiz-header__actions .algiz-access span.algiz-access__label{display:inline}
}

/* ========================================================================== 
   R04 — HOME RECOMPOSITION / R05 — CINEMATIC HERO / R06 — PLATFORM STORY
   One canonical stylesheet. No parallel version layer.
   ========================================================================== */
body.algiz-phase-r04-r06{background:#f7fafc}

/* R05 — Home Hero */
.r05-hero{position:relative;min-height:min(900px,calc(100vh - var(--algiz-header-h)));display:flex;align-items:center;overflow:hidden;background:
  radial-gradient(circle at 78% 22%,rgba(34,199,238,.16),transparent 28%),
  radial-gradient(circle at 18% 78%,rgba(23,105,255,.12),transparent 34%),
  linear-gradient(180deg,#fff 0%,#f6faff 52%,#eef6fb 100%);isolation:isolate;padding:clamp(64px,7.5vw,112px) 0 54px}
.r05-hero:before{content:"";position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(20,84,132,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(20,84,132,.05) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 90%)}
.r05-hero__canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:.62;z-index:-1}
.r05-hero__aurora{position:absolute;width:780px;height:780px;border-radius:50%;right:-240px;top:-270px;background:conic-gradient(from 210deg,rgba(23,105,255,.05),rgba(34,199,238,.2),rgba(255,255,255,0),rgba(23,105,255,.08));filter:blur(18px);opacity:.78;pointer-events:none;animation:r05-aurora 18s linear infinite}
@keyframes r05-aurora{to{transform:rotate(360deg)}}
.r05-hero__inner{display:grid;grid-template-columns:minmax(0,.84fr) minmax(560px,1.16fr);gap:clamp(54px,7vw,112px);align-items:center}
.r05-hero__copy{position:relative;z-index:3;max-width:650px}
.r05-hero__eyebrow{display:flex;align-items:center;gap:11px;margin:0 0 24px;font-family:var(--algiz-font-mono);font-size:.73rem;font-weight:750;letter-spacing:.13em;color:#406276}
.r05-hero__eyebrow span{width:34px;height:2px;background:var(--algiz-gradient-brand);box-shadow:0 0 18px rgba(34,199,238,.45)}
.r05-hero__kicker{margin:0 0 15px;color:var(--algiz-blue-600);font-weight:720;font-size:clamp(.95rem,1.15vw,1.08rem)}
.r05-hero h1{font-size:clamp(4rem,6.5vw,6.7rem);line-height:.9;letter-spacing:-.062em;font-weight:760;max-width:720px}
.r05-hero h1 span{display:inline-block;background:linear-gradient(100deg,#1769ff 0%,#0e94d9 52%,#22c7ee 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.r05-hero__lead{max-width:610px;margin:28px 0 0;font-size:clamp(1.06rem,1.3vw,1.24rem);line-height:1.72;color:#4e6679}
.r05-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.r05-hero__flow{display:flex;align-items:center;gap:10px;margin-top:34px;color:#7890a2;font-family:var(--algiz-font-mono);font-size:.66rem;font-weight:800;letter-spacing:.12em}
.r05-hero__flow i{width:24px;height:1px;background:linear-gradient(90deg,#bed2df,#4bcde8)}
.r05-hero__product{position:relative;perspective:1500px;z-index:2}
.r05-product-shell{position:relative;border:1px solid rgba(141,177,203,.62);border-radius:26px;background:rgba(255,255,255,.72);box-shadow:0 40px 110px rgba(7,37,67,.17),0 2px 0 rgba(255,255,255,.96) inset;padding:10px;transform:rotateY(-4deg) rotateX(1deg);transform-style:preserve-3d;transition:transform 420ms var(--algiz-ease),box-shadow 420ms var(--algiz-ease);backdrop-filter:blur(18px)}
.r05-product-shell:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(120deg,rgba(255,255,255,.9),rgba(34,199,238,.45),rgba(23,105,255,.13),rgba(255,255,255,.8));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.r05-product-shell__bar{height:46px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:0 12px;color:#536b7e;font-family:var(--algiz-font-mono);font-size:.64rem;letter-spacing:.08em}
.r05-product-shell__bar b{text-align:center;color:#1f3a50;font-size:.66rem}.r05-product-shell__bar small{font-size:.58rem;color:#89a0b0}
.r05-window-dots{display:flex;gap:6px}.r05-window-dots i{width:7px;height:7px;border-radius:50%;background:#c6d5e0}.r05-window-dots i:nth-child(2){background:#8ed9e8}.r05-window-dots i:nth-child(3){background:#76a7fb}
.r05-product-shell__media{position:relative;overflow:hidden;border-radius:18px;background:#081a2b;box-shadow:0 15px 45px rgba(5,28,52,.14)}
.r05-product-shell__media img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;transform:scale(1.002)}
.r05-product-shell__reflection{position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.14),transparent 24%,transparent 66%,rgba(34,199,238,.07));pointer-events:none}
.r05-product-shell__scan{position:absolute;left:0;right:0;height:1px;top:18%;background:linear-gradient(90deg,transparent,rgba(89,223,250,.84),transparent);box-shadow:0 0 22px rgba(34,199,238,.72);opacity:.7;animation:r05-scan 5.8s ease-in-out infinite}
@keyframes r05-scan{0%,100%{transform:translateY(0);opacity:0}15%{opacity:.65}60%{transform:translateY(360px);opacity:.45}80%{opacity:0}}
.r05-product-shell__badge{position:absolute;display:flex;align-items:center;gap:11px;min-width:174px;padding:11px 13px;border:1px solid rgba(179,205,222,.86);border-radius:15px;background:rgba(255,255,255,.92);box-shadow:0 18px 42px rgba(7,35,60,.12);backdrop-filter:blur(12px);transform:translateZ(52px)}
.r05-product-shell__badge img{width:35px;height:35px}.r05-product-shell__badge span{display:grid;gap:1px}.r05-product-shell__badge small{font-family:var(--algiz-font-mono);font-size:.57rem;letter-spacing:.1em;color:#6e8698}.r05-product-shell__badge strong{font-size:.76rem;line-height:1.25;color:#17344b;letter-spacing:-.01em}
.r05-product-shell__badge--a{left:-35px;top:24%}.r05-product-shell__badge--b{right:-34px;bottom:22%}.r05-product-shell__badge--c{left:10%;bottom:-27px}
.r05-hero__metrics{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:30px;border:1px solid #dce8f0;border-radius:20px;overflow:hidden;background:#dce8f0;box-shadow:var(--algiz-shadow-sm)}
.r05-hero__metrics article{display:flex;align-items:baseline;gap:11px;padding:18px 22px;background:rgba(255,255,255,.9)}
.r05-hero__metrics strong{font-size:1.65rem;color:#09233b;letter-spacing:-.04em}.r05-hero__metrics span{font-size:.84rem;color:#657d90}

/* R04 — 9-scene editorial composition */
.r04-scene{position:relative;padding:0;background:#fff;border-top:1px solid rgba(218,230,238,.78);isolation:isolate}
.r04-scene:nth-of-type(even){background:#f7fafc}
.r04-scene--method,.r04-scene--preparation{background:linear-gradient(145deg,#071629 0%,#0a1f34 58%,#0b2942 100%);color:#edf8ff;border-top:0;overflow:hidden}
.r04-scene--method:before,.r04-scene--preparation:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 78% 20%,rgba(34,199,238,.13),transparent 28%),radial-gradient(circle at 18% 76%,rgba(23,105,255,.12),transparent 32%)}
.r04-scene__rail{width:min(calc(100% - 40px),var(--algiz-container-wide));margin:0 auto;display:flex;align-items:center;gap:12px;padding:22px 0 0;font-family:var(--algiz-font-mono);font-size:.66rem;letter-spacing:.11em;color:#7990a1}
.r04-scene__rail span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#edf5fa;color:#22577a;font-weight:800}.r04-scene__rail b{font-size:.64rem}.r04-scene__rail i{height:1px;flex:1;background:linear-gradient(90deg,#c9dbe7,transparent)}
.r04-scene--method .r04-scene__rail,.r04-scene--preparation .r04-scene__rail{color:#91abc0}.r04-scene--method .r04-scene__rail span,.r04-scene--preparation .r04-scene__rail span{background:rgba(83,200,232,.1);color:#70e2f7}.r04-scene--method .r04-scene__rail i,.r04-scene--preparation .r04-scene__rail i{background:linear-gradient(90deg,rgba(88,213,240,.28),transparent)}
.r04-scene__content{position:relative}
.r04-module{background:transparent!important;padding:clamp(48px,6vw,92px) 0!important}
.r04-module+.r04-module{border-top:1px solid rgba(211,226,236,.72)}
.r04-scene--method .r04-module,.r04-scene--preparation .r04-module{color:#eaf7ff}.r04-scene--method .r04-module+.r04-module,.r04-scene--preparation .r04-module+.r04-module{border-color:rgba(135,183,211,.15)}
.r04-scene--method .r04-module h2,.r04-scene--method .r04-module h3,.r04-scene--preparation .r04-module h2,.r04-scene--preparation .r04-module h3{color:#fff}.r04-scene--method .r04-module p,.r04-scene--method .r04-module li,.r04-scene--preparation .r04-module p,.r04-scene--preparation .r04-module li{color:#b8cada}
.r04-module .section-id{display:none}
.r04-module h2{max-width:920px}.r04-module .section-head{margin-bottom:34px}
.r04-module .technical-frame,.r04-module .visual{box-shadow:0 28px 68px rgba(7,35,60,.12)}
/* Make support modules compact instead of 30 full-width "landing" blocks. */
.r04-scene--paths .r04-scene__content,.r04-scene--growth .r04-scene__content{width:min(calc(100% - 40px),var(--algiz-container));margin-inline:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:54px 0 86px}
.r04-scene--paths .r04-module,.r04-scene--growth .r04-module{padding:30px!important;border:1px solid #dce7ef!important;border-radius:24px;background:rgba(255,255,255,.88)!important;box-shadow:0 12px 34px rgba(10,40,64,.055)}
.r04-scene--paths .r04-module>.container,.r04-scene--growth .r04-module>.container{width:100%;margin:0}
.r04-scene--paths #learning-paths{grid-column:1/-1;padding:44px!important;background:#fff!important;box-shadow:0 24px 58px rgba(10,40,64,.08)}
.r04-scene--growth #preguntas-frecuentes{grid-column:1/-1}.r04-scene--growth #por-que-algiz-learning{grid-column:1/-1}
.r04-scene--growth .faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.r04-scene--preparation .r04-scene__content{width:min(calc(100% - 40px),var(--algiz-container));margin-inline:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:60px 0 86px}
.r04-scene--preparation .r04-module{padding:30px!important;border:1px solid rgba(144,194,220,.16)!important;border-radius:24px;background:rgba(255,255,255,.035)!important}.r04-scene--preparation .r04-module>.container{width:100%;margin:0}.r04-scene--preparation #preparate-para-certificaciones,.r04-scene--preparation #tu-dashboard-de-aprendizaje{grid-column:1/-1}.r04-scene--preparation .section-grid{grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr)}
.r04-scene--action .r04-scene__content{background:#fff}.r04-scene--action #tu-siguiente-capacidad-comienza-aqui{background:linear-gradient(145deg,#071629,#0b2942)!important}.r04-scene--action #algiz-learning{padding:44px 0!important}.r04-scene--action #algiz-learning .brand-close-shell-v8{box-shadow:none;border:0;background:transparent}
/* suppress old decorative system language that made the previous composition noisy */
.r04-module .platform-module-mark,.r04-module .v10-section-visual-icon,.r04-module .platform-frame-status{display:none}

/* R06 — Platform product storytelling */
.r06-platform-hero{position:relative;padding:clamp(76px,8vw,118px) 0 80px;overflow:hidden;background:linear-gradient(180deg,#fdfefe,#f0f7fb);border-bottom:1px solid #dce8ef;isolation:isolate}
.r06-platform-hero__bg{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 83% 14%,rgba(34,199,238,.14),transparent 27%),radial-gradient(circle at 15% 76%,rgba(23,105,255,.09),transparent 30%),linear-gradient(rgba(31,104,151,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(31,104,151,.04) 1px,transparent 1px);background-size:auto,auto,58px 58px,58px 58px;mask-image:linear-gradient(#000 0%,rgba(0,0,0,.8) 62%,transparent)}
.r06-platform-hero__grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(560px,1.22fr);gap:clamp(55px,7vw,108px);align-items:center}
.r06-platform-hero__copy{max-width:650px}.r06-platform-hero h1{font-size:clamp(3.8rem,6.2vw,6.1rem);line-height:.94;letter-spacing:-.058em}.r06-platform-hero h1 span{background:var(--algiz-gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.r06-platform-hero__copy>p{margin-top:26px;max-width:600px;font-size:clamp(1.04rem,1.25vw,1.2rem);line-height:1.75}.r06-platform-hero .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.r06-platform-hero__stages{display:grid;grid-template-columns:repeat(4,1fr);margin-top:35px;border:1px solid #d9e6ef;border-radius:18px;background:rgba(255,255,255,.8);overflow:hidden}.r06-platform-hero__stages>span{display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;column-gap:9px;padding:13px 12px;border-right:1px solid #e0eaf1}.r06-platform-hero__stages>span:last-child{border-right:0}.r06-platform-hero__stages img{grid-row:1/3;width:28px;height:28px;align-self:center}.r06-platform-hero__stages b{font-family:var(--algiz-font-mono);font-size:.64rem;letter-spacing:.08em;color:#183a52}.r06-platform-hero__stages small{font-size:.69rem;color:#71899a}
.r06-platform-hero__visual{perspective:1500px}.r06-app-frame{position:relative;padding:10px;border:1px solid #bcd1df;border-radius:26px;background:rgba(255,255,255,.78);box-shadow:0 42px 110px rgba(7,35,61,.18);transform:rotateY(-4deg) rotateX(1.5deg);transform-style:preserve-3d;backdrop-filter:blur(16px)}.r06-app-frame__top{height:44px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:0 10px;font-family:var(--algiz-font-mono);font-size:.6rem;letter-spacing:.08em;color:#6f8799}.r06-app-frame__top>span{display:flex;gap:5px}.r06-app-frame__top i{width:7px;height:7px;border-radius:50%;background:#c8d6e0}.r06-app-frame__top b{text-align:center;color:#24455d;font-size:.64rem}.r06-app-frame__top small{font-size:.55rem}.r06-app-frame__image{position:relative;border-radius:18px;overflow:hidden;background:#071629}.r06-app-frame__image img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.r06-app-frame__scan{position:absolute;left:0;right:0;height:1px;top:10%;background:linear-gradient(90deg,transparent,#5fe5fa,transparent);box-shadow:0 0 20px rgba(80,224,247,.7);animation:r06-scan 6.8s ease-in-out infinite}@keyframes r06-scan{0%,100%{transform:translateY(0);opacity:0}12%{opacity:.7}65%{transform:translateY(520px);opacity:.35}85%{opacity:0}}
.r06-hotspot{position:absolute;display:flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid rgba(127,190,217,.55);border-radius:999px;background:rgba(4,26,45,.82);color:#dffaff;font-family:var(--algiz-font-mono);font-size:.55rem;letter-spacing:.06em;box-shadow:0 10px 28px rgba(5,29,50,.22);transform:translateZ(45px)}.r06-hotspot i{width:7px;height:7px;border-radius:50%;background:#4adcf4;box-shadow:0 0 0 5px rgba(74,220,244,.14),0 0 16px #4adcf4}.r06-hotspot--1{left:8%;top:24%}.r06-hotspot--2{right:-3%;top:46%}.r06-hotspot--3{left:18%;bottom:8%}
.r06-story{position:relative;background:#fff}.r06-story__layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:clamp(48px,6vw,88px);align-items:start}.r06-story__aside{position:sticky;top:calc(var(--algiz-header-h) + 30px);padding:64px 0 80px;max-height:calc(100vh - var(--algiz-header-h) - 30px);overflow:auto;scrollbar-width:thin}.r06-story__nav-title{margin-bottom:16px;color:#71899b;font-family:var(--algiz-font-mono);font-size:.65rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.r06-story__nav{display:grid;position:relative}.r06-story__nav:before{content:"";position:absolute;left:15px;top:16px;bottom:16px;width:1px;background:#d9e5ed}.r06-story__nav a{position:relative;display:grid;grid-template-columns:31px 1fr;gap:12px;align-items:center;min-height:42px;color:#71899a;font-size:.78rem;font-weight:650;transition:color 180ms var(--algiz-ease)}.r06-story__nav a span{position:relative;z-index:1;display:grid;place-items:center;width:31px;height:31px;border-radius:50%;border:1px solid #d2e0ea;background:#fff;color:#7b91a2;font-family:var(--algiz-font-mono);font-size:.56rem;transition:all 220ms var(--algiz-ease)}.r06-story__nav a b{font-weight:650}.r06-story__nav a:hover,.r06-story__nav a.is-active{color:#14354d}.r06-story__nav a.is-active span{border-color:#47cbe9;background:#0d2d45;color:#dffbff;box-shadow:0 0 0 5px rgba(34,199,238,.1),0 8px 20px rgba(7,53,80,.15)}
.r06-story__content{min-width:0}.r06-story-step{position:relative;background:transparent!important;padding:clamp(64px,7vw,112px) 0!important;border-bottom:1px solid #deE9f0;scroll-margin-top:calc(var(--algiz-header-h) + 24px)}.r06-story-step:before{content:attr(data-story-index);position:absolute;right:0;top:52px;font-family:var(--algiz-font-mono);font-size:clamp(3.8rem,6vw,7rem);font-weight:800;letter-spacing:-.06em;color:rgba(13,57,84,.035);pointer-events:none}.r06-story-step>.container{width:100%;margin:0}.r06-story-step .section-id,.r06-story-step .platform-module-mark,.r06-story-step .platform-frame-status{display:none}.r06-story-step h2{max-width:880px;font-size:clamp(2rem,3.4vw,3.2rem);text-transform:none!important;letter-spacing:-.045em}.r06-story-step p{max-width:760px}.r06-story-step .section-grid{grid-template-columns:minmax(0,.83fr) minmax(440px,1.17fr);gap:clamp(36px,5vw,72px)}.r06-story-step:nth-child(even) .section-grid>:first-child{order:2}.r06-story-step:nth-child(even) .section-grid>:last-child{order:1}.r06-story-step .technical-frame,.r06-story-step .platform-media-i{position:relative;border:1px solid #c8dce8;border-radius:24px;background:#fff;padding:8px;box-shadow:0 26px 64px rgba(7,38,64,.11);overflow:visible}.r06-story-step .platform-visual{overflow:hidden;border-radius:17px}.r06-story-step .platform-visual img{width:100%;display:block;transition:transform 550ms var(--algiz-ease)}.r06-story-step .r06-inspectable:hover .platform-visual img{transform:scale(1.015)}.r06-zoom{position:absolute;right:17px;bottom:17px;z-index:5;min-height:40px;padding:0 13px;border:1px solid rgba(144,190,211,.44);border-radius:999px;background:rgba(5,29,48,.88);color:#e6fbff;font-family:var(--algiz-font-mono);font-size:.61rem;font-weight:750;letter-spacing:.04em;cursor:pointer;box-shadow:0 12px 28px rgba(5,30,50,.22);backdrop-filter:blur(10px);transition:transform 180ms,background 180ms}.r06-zoom:hover{transform:translateY(-2px);background:#0b3955}.r06-story-step .platform-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.r06-story-step .platform-engine-card{min-height:100%;box-shadow:none}
.r06-dialog{width:min(1180px,calc(100vw - 40px));max-height:calc(100vh - 40px);padding:0;border:0;border-radius:24px;background:#071729;color:#eefaff;box-shadow:0 45px 140px rgba(0,0,0,.42);overflow:hidden}.r06-dialog::backdrop{background:rgba(3,14,26,.74);backdrop-filter:blur(8px)}.r06-dialog__shell{display:grid;grid-template-rows:auto 1fr;max-height:calc(100vh - 40px)}.r06-dialog__top{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid rgba(143,189,214,.16);background:#0a1c2f}.r06-dialog__top small{display:block;font-family:var(--algiz-font-mono);font-size:.58rem;letter-spacing:.11em;color:#6edff3}.r06-dialog__title{margin-top:3px;font-size:1rem;font-weight:720;color:#fff;letter-spacing:-.02em}.r06-dialog__close{width:42px;height:42px;border:1px solid rgba(149,190,213,.22);border-radius:12px;background:rgba(255,255,255,.04);color:#fff;font-size:1.5rem;cursor:pointer}.r06-dialog__media{overflow:auto;background:#04111f;padding:16px}.r06-dialog__media img{display:block;width:100%;height:auto;border-radius:14px}

/* responsive */
@media(max-width:1180px){
  .r05-hero__inner,.r06-platform-hero__grid{grid-template-columns:minmax(0,.82fr) minmax(480px,1.18fr);gap:48px}
  .r05-product-shell__badge--a{left:-18px}.r05-product-shell__badge--b{right:-18px}
  .r06-story__layout{grid-template-columns:180px minmax(0,1fr);gap:42px}
  .r06-story-step .section-grid{grid-template-columns:minmax(0,.9fr) minmax(390px,1.1fr)}
}
@media(max-width:980px){
  .r05-hero{min-height:auto}.r05-hero__inner,.r06-platform-hero__grid{grid-template-columns:1fr}.r05-hero__copy,.r06-platform-hero__copy{max-width:760px}.r05-hero__product,.r06-platform-hero__visual{max-width:820px;margin-inline:auto;width:100%}.r05-product-shell,.r06-app-frame{transform:none}.r05-product-shell__badge--a{left:14px;top:20%}.r05-product-shell__badge--b{right:14px}.r05-product-shell__badge--c{left:25%;bottom:-24px}
  .r06-platform-hero__stages{max-width:680px}
  .r06-story__layout{grid-template-columns:1fr}.r06-story__aside{position:sticky;z-index:20;top:var(--algiz-header-h);max-height:none;overflow:visible;padding:10px 0;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);border-bottom:1px solid #dfe9ef}.r06-story__nav-title{display:none}.r06-story__nav{display:flex;overflow-x:auto;gap:6px;scrollbar-width:none}.r06-story__nav::-webkit-scrollbar{display:none}.r06-story__nav:before{display:none}.r06-story__nav a{flex:none;grid-template-columns:28px auto;min-height:38px;padding-right:9px;border-radius:999px}.r06-story__nav a span{width:28px;height:28px}.r06-story-step .section-grid{grid-template-columns:1fr}.r06-story-step:nth-child(even) .section-grid>:first-child,.r06-story-step:nth-child(even) .section-grid>:last-child{order:initial}
  .r04-scene--preparation .r04-scene__content{grid-template-columns:1fr}.r04-scene--preparation #preparate-para-certificaciones,.r04-scene--preparation #tu-dashboard-de-aprendizaje{grid-column:auto}.r04-scene--preparation .section-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .algiz-premium-r17 .cert-path-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .r05-hero{padding-top:58px}.r05-hero h1,.r06-platform-hero h1{font-size:clamp(3.2rem,15vw,4.5rem)}.r05-hero__flow{overflow:auto;white-space:nowrap;padding-bottom:4px}.r05-hero__metrics{grid-template-columns:1fr}.r05-hero__metrics article{justify-content:space-between}.r05-product-shell__badge{min-width:0;padding:9px}.r05-product-shell__badge img{width:29px;height:29px}.r05-product-shell__badge strong{font-size:.68rem}.r05-product-shell__badge--a{left:8px;top:20%}.r05-product-shell__badge--b{right:8px;bottom:14%}.r05-product-shell__badge--c{display:none}.r05-product-shell__bar small,.r06-app-frame__top small{display:none}.r05-product-shell__bar,.r06-app-frame__top{grid-template-columns:auto 1fr}.r05-product-shell__bar b,.r06-app-frame__top b{text-align:right}
  .r04-scene__rail{padding-top:16px}.r04-scene--paths .r04-scene__content,.r04-scene--growth .r04-scene__content{grid-template-columns:1fr;padding:34px 0 60px}.r04-scene--paths #learning-paths,.r04-scene--growth #preguntas-frecuentes,.r04-scene--growth #por-que-algiz-learning{grid-column:auto}.r04-scene--growth .faq-grid{grid-template-columns:1fr}.r04-scene--paths .r04-module,.r04-scene--growth .r04-module{padding:22px!important}.r04-module{padding:48px 0!important}
  .r06-platform-hero{padding-top:60px}.r06-platform-hero__stages{grid-template-columns:repeat(2,1fr)}.r06-platform-hero__stages>span:nth-child(2){border-right:0}.r06-platform-hero__stages>span:nth-child(-n+2){border-bottom:1px solid #e0eaf1}.r06-hotspot{font-size:.5rem;padding:6px 8px}.r06-hotspot--2{right:2%}.r06-story-step{padding:58px 0!important}.r06-story-step:before{font-size:4.5rem;top:42px}.r06-story-step .platform-card-grid{grid-template-columns:1fr}.r06-dialog{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}.r06-dialog__shell{max-height:calc(100vh - 20px)}
}
@media(max-width:420px){
 .r05-hero__actions,.r06-platform-hero .hero-actions{display:grid}.r05-hero__actions .btn,.r06-platform-hero .hero-actions .btn{width:100%;justify-content:center}.r05-product-shell__badge--b{display:none}.r05-product-shell{padding:7px;border-radius:20px}.r05-product-shell__media{border-radius:14px}.r05-product-shell__bar{height:39px}.r05-hero__metrics{margin-top:18px}.r05-hero__metrics article{padding:13px 15px}.r05-hero__metrics strong{font-size:1.35rem}.r04-scene__rail{width:min(calc(100% - 28px),var(--algiz-container-wide))}.r04-scene--paths .r04-scene__content,.r04-scene--growth .r04-scene__content,.r04-scene--preparation .r04-scene__content{width:min(calc(100% - 28px),var(--algiz-container))}.r06-platform-hero__stages{grid-template-columns:1fr 1fr}.r06-hotspot--3{display:none}.r06-story__nav a b{display:none}.r06-story__nav a{padding-right:0}.r06-story__layout{gap:0}
}
@media(prefers-reduced-motion:reduce){.r05-hero__aurora,.r05-product-shell__scan,.r06-app-frame__scan{animation:none}.r05-product-shell,.r06-app-frame{transform:none!important}}

/* R04–R06 regression guards: constrain intrinsic grid sizing on narrow viewports. */
@media(max-width:980px){
  .r06-story__layout{grid-template-columns:minmax(0,1fr);min-width:0}
  .r06-story__aside,.r06-story__nav,.r06-story__content,.r06-story-step,.r06-story-step>.container{min-width:0;max-width:100%;width:100%}
  .r06-story__nav{overflow-x:auto;overflow-y:hidden}
  .r06-story-step .section-grid{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:760px){
  .r04-scene--paths .r04-scene__content,.r04-scene--growth .r04-scene__content,.r04-scene--preparation .r04-scene__content{grid-template-columns:minmax(0,1fr);min-width:0}
  .r04-scene--paths .r04-module,.r04-scene--growth .r04-module,.r04-scene--preparation .r04-module{min-width:0;max-width:100%;width:100%}
  .r04-scene--paths .r04-module>.container,.r04-scene--growth .r04-module>.container,.r04-scene--preparation .r04-module>.container{min-width:0;max-width:100%;width:100%}
}

/* R04 content-layout completion: convert inherited blocks into editorial product compositions. */
.r04-scene .home-what-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:clamp(42px,6vw,82px);align-items:center}
.r04-scene .home-domain-cloud{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:22px 0 20px}
.r04-scene .home-domain-chip{margin:0;display:grid;grid-template-columns:40px minmax(0,1fr);gap:8px;align-items:center;min-height:58px;padding:8px 11px;border:1px solid #d9e7f0;border-radius:16px;background:rgba(255,255,255,.88);box-shadow:0 5px 16px rgba(9,38,60,.035)}
.r04-scene .home-domain-chip .icon-box{width:38px;height:38px;border-radius:12px}.r04-scene .home-domain-chip .icon{width:18px;height:18px}.r04-scene .home-domain-chip strong{font-size:.74rem;line-height:1.25;color:#28455b}
.r04-scene .home-what-visual{min-width:0}.r04-scene .home-what-orbit{position:relative;padding:10px;border:1px solid #cadde8;border-radius:26px;background:linear-gradient(145deg,#fff,#edf6fb);box-shadow:0 30px 72px rgba(7,38,64,.11);overflow:hidden}.r04-scene .home-what-orbit:before{content:"";position:absolute;inset:-35%;background:conic-gradient(from 180deg,transparent,rgba(34,199,238,.12),transparent 28%,rgba(23,105,255,.08),transparent 58%);animation:r04-orbit 20s linear infinite}.r04-scene .home-what-orbit img{position:relative;display:block;width:100%;border-radius:18px}
@keyframes r04-orbit{to{transform:rotate(360deg)}}
.r04-scene .model-stage-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}.r04-scene .model-stage{min-height:0;background:rgba(255,255,255,.045);border-color:rgba(141,190,216,.16);box-shadow:none}.r04-scene .model-stage h3{font-size:.92rem;letter-spacing:-.01em}.r04-scene .model-stage p{font-size:.82rem;line-height:1.55;margin-top:6px}.r04-scene .model-stage:last-child{grid-column:1/-1}
.r04-scene .ecosystem-board{position:relative;margin-top:34px;padding:clamp(28px,4vw,46px);border:1px solid #d5e4ed;border-radius:30px;background:linear-gradient(145deg,#fff,#f3f9fc);box-shadow:0 22px 58px rgba(7,38,64,.07);overflow:hidden}.r04-scene .ecosystem-board:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(34,199,238,.08),transparent 34%),linear-gradient(rgba(31,106,153,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(31,106,153,.035) 1px,transparent 1px);background-size:auto,36px 36px,36px 36px;pointer-events:none}.r04-scene .ecosystem-core{position:relative;z-index:1;display:grid;place-items:center;margin:0 auto 30px;width:150px;height:150px;border-radius:50%;border:1px solid #b9d7e7;background:#071c30;box-shadow:0 0 0 12px rgba(34,199,238,.05),0 22px 55px rgba(7,39,65,.2)}.r04-scene .ecosystem-core__inner{text-align:center;color:#fff}.r04-scene .ecosystem-core img{width:62px;height:auto;filter:drop-shadow(0 0 14px rgba(52,203,238,.28))}.r04-scene .ecosystem-core span{display:block;margin-top:6px;font-family:var(--algiz-font-mono);font-size:.58rem;letter-spacing:.1em;color:#78e0f4}.r04-scene .ecosystem-nodes{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.r04-scene .ecosystem-node{display:grid;grid-template-columns:46px auto;grid-template-rows:auto auto;gap:2px 10px;align-items:center;padding:11px;border:1px solid #d6e5ee;border-radius:16px;background:rgba(255,255,255,.88)}.r04-scene .ecosystem-node .icon-box{grid-row:1/3;width:44px;height:44px;border-radius:13px}.r04-scene .ecosystem-node small{font-family:var(--algiz-font-mono);font-size:.56rem;color:#84a0b2}.r04-scene .ecosystem-node strong{font-size:.8rem;color:#223f55}
.r04-scene .domain-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:30px}.r04-scene .domain-card{min-height:150px;padding:20px}.r04-scene .domain-card h3{margin-top:13px;font-size:1.02rem}.r04-scene .domain-card p{margin-top:8px;font-size:.84rem;line-height:1.55}.r04-scene .domain-card .icon-box{width:45px;height:45px;border-radius:14px}
.r04-scene .progressive-levels,.r04-scene .benefit-grid-v7,.r04-scene .audience-grid-v7,.r04-scene .why-system-grid-v7,.r04-scene .assigned-grid-v8,.r04-scene .continuous-flow-v8,.r04-scene .mastery-grid-v8,.r04-scene .pace-grid-v8{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.r04-scene .progressive-level,.r04-scene .benefit-card-v7,.r04-scene .audience-card-v7,.r04-scene .why-card-v7,.r04-scene .assigned-card-v8,.r04-scene .continuous-card-v8,.r04-scene .mastery-principle-v8,.r04-scene .pace-card-v8{box-shadow:none;background:#fff}.r04-scene .info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.r04-scene .insight-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.r04-scene .insight-chip{min-height:62px;display:flex;align-items:center;background:rgba(255,255,255,.9)}
.r04-scene--intelligence #mas-que-contenido{padding-bottom:28px!important}.r04-scene--intelligence #readiness,.r04-scene--intelligence #skill-development,.r04-scene--intelligence #evidencia-de-aprendizaje{padding-top:58px!important;padding-bottom:58px!important}.r04-scene--intelligence #readiness,.r04-scene--intelligence #evidencia-de-aprendizaje{background:linear-gradient(145deg,#071629,#0b2942)!important;color:#fff}.r04-scene--intelligence #readiness h2,.r04-scene--intelligence #evidencia-de-aprendizaje h2{color:#fff}.r04-scene--intelligence #readiness p,.r04-scene--intelligence #evidencia-de-aprendizaje p{color:#b8cada}
.r04-scene--intelligence #readiness .insight-chip,.r04-scene--intelligence #evidencia-de-aprendizaje .insight-chip{background:rgba(255,255,255,.055);border-color:rgba(145,190,214,.17);color:#e7f8ff}

@media(max-width:980px){.r04-scene .home-what-grid{grid-template-columns:minmax(0,1fr)}.r04-scene .home-what-visual{max-width:760px}.r04-scene .home-domain-cloud{grid-template-columns:repeat(3,minmax(0,1fr))}.r04-scene .domain-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.r04-scene .ecosystem-nodes{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.r04-scene .home-domain-cloud{grid-template-columns:repeat(2,minmax(0,1fr))}.r04-scene .model-stage-list,.r04-scene .progressive-levels,.r04-scene .benefit-grid-v7,.r04-scene .audience-grid-v7,.r04-scene .why-system-grid-v7,.r04-scene .assigned-grid-v8,.r04-scene .continuous-flow-v8,.r04-scene .mastery-grid-v8,.r04-scene .pace-grid-v8,.r04-scene .info-grid,.r04-scene .domain-grid{grid-template-columns:minmax(0,1fr)}.r04-scene .ecosystem-nodes{grid-template-columns:minmax(0,1fr)}.r04-scene .ecosystem-core{width:124px;height:124px}.r04-scene .insight-strip{grid-template-columns:minmax(0,1fr)}}
@media(prefers-reduced-motion:reduce){.r04-scene .home-what-orbit:before{animation:none}}

/* ========================================================================== 
   R07 / R08 / R09 — Product Ecosystem, Certification Experience,
   Learning Intelligence. Integrated into the single canonical stylesheet.
   ========================================================================== */

/* Shared controls --------------------------------------------------------- */
.algiz-phase-r07-r09 :where(.r07-sort-control,.r08-sort-control){display:flex;align-items:center;gap:10px;color:var(--algiz-muted);font-size:.8rem;font-weight:700}
.algiz-phase-r07-r09 :where(.r07-sort-control,.r08-sort-control) select{min-height:42px;padding:0 36px 0 13px;border:1px solid var(--algiz-border);border-radius:12px;background:#fff;color:var(--algiz-ink-800);font-weight:700;cursor:pointer}
.algiz-phase-r07-r09 :where(.r07-view-control,.r08-view-control){display:inline-flex;gap:4px;padding:4px;border:1px solid var(--algiz-border);border-radius:12px;background:#f6f9fb}
.algiz-phase-r07-r09 :where(.r07-view-control,.r08-view-control) button,
.algiz-phase-r07-r09 :where(.r07-clear-search,.r08-clear-search){min-height:34px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:var(--algiz-muted);font-size:.76rem;font-weight:800;cursor:pointer;transition:background var(--algiz-fast),color var(--algiz-fast),box-shadow var(--algiz-fast)}
.algiz-phase-r07-r09 :where(.r07-view-control,.r08-view-control) button.is-active{background:#fff;color:var(--algiz-blue-600);box-shadow:0 2px 8px rgba(7,22,41,.08)}
.algiz-phase-r07-r09 :where(.r07-clear-search,.r08-clear-search){border:1px solid var(--algiz-border);background:#fff}
.algiz-phase-r07-r09 :where(.r07-clear-search,.r08-clear-search):hover{border-color:#aac8dc;color:var(--algiz-navy-900)}

/* R07 — Home Product Ecosystem ------------------------------------------- */
.r07-home-product-ecosystem{padding:0!important;background:transparent!important}
.r07-home-product-ecosystem .v10-product-explorer__layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:clamp(28px,4vw,56px);align-items:start}
.r07-home-product-nav{position:sticky;top:calc(var(--algiz-header-h) + 28px);display:flex!important;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--algiz-border);border-radius:24px;background:rgba(255,255,255,.88);box-shadow:var(--algiz-shadow-sm);backdrop-filter:blur(16px)}
.r07-home-product-nav .v10-product-explorer__nav-title{padding:10px 12px;color:var(--algiz-steel-500);font-family:var(--algiz-font-mono);font-size:.67rem;font-weight:800;letter-spacing:.12em}
.r07-home-product-tab{position:relative;display:grid!important;grid-template-columns:42px minmax(0,1fr) 22px;align-items:center;gap:12px;width:100%;padding:10px 12px!important;border:1px solid transparent!important;border-radius:15px!important;background:transparent!important;color:var(--algiz-ink-700)!important;text-align:left!important;cursor:pointer!important;transition:background var(--algiz-fast),border-color var(--algiz-fast),transform var(--algiz-fast),box-shadow var(--algiz-fast)!important}
.r07-home-product-tab:after{content:attr(data-r07-index);font-family:var(--algiz-font-mono);font-size:.62rem;color:#9ab0c0;text-align:right}
.r07-home-product-tab img{width:40px!important;height:40px!important;object-fit:contain;padding:7px;border-radius:12px;background:linear-gradient(145deg,#f8fbfd,#edf5fa);border:1px solid #dce8f0}
.r07-home-product-tab span{display:block!important;min-width:0}.r07-home-product-tab small{display:block;color:#7b94a8;font:700 .62rem/1.2 var(--algiz-font-mono);letter-spacing:.08em}.r07-home-product-tab strong{display:block;margin-top:3px;font-size:.9rem;color:inherit}
.r07-home-product-tab:hover{background:#f8fbfd!important;border-color:#dce7ef!important;transform:translateX(2px)}
.r07-home-product-tab.active{background:linear-gradient(135deg,rgba(23,105,255,.09),rgba(34,199,238,.08))!important;border-color:rgba(23,105,255,.2)!important;color:var(--algiz-blue-600)!important;box-shadow:inset 3px 0 0 var(--algiz-blue-600)}
.r07-home-product-panels{min-width:0}
.r07-home-product-panel{position:relative;overflow:hidden;border:1px solid var(--algiz-border);border-radius:32px;background:#fff;box-shadow:0 24px 64px rgba(7,22,41,.09)}
.r07-home-product-panel:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--algiz-blue-600),var(--algiz-cyan-500),transparent 72%)}
.r07-home-product-panel .v10-product-panel__inner{padding:clamp(28px,4vw,50px)}
.r07-home-product-panel .technical-frame{border-radius:24px;box-shadow:var(--algiz-shadow-md)}
.r07-home-product-panel .section-id{display:none}
.r07-home-product-panel .product-module-band{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding:10px 12px;width:max-content;max-width:100%;border-radius:14px;background:#f3f8fc;border:1px solid #dce8f0}

/* R07 — Product Explorer -------------------------------------------------- */
.r07-products-hero{background:linear-gradient(180deg,#f8fbfd 0%,#fff 100%)}
.r07-products-hero .product-core{box-shadow:0 34px 90px rgba(7,34,58,.18)}
.r07-family-overview{padding-top:70px;padding-bottom:62px;background:#fff!important}
.r07-family-overview .section-head{max-width:680px}
.r07-family-overview .product-mode-matrix{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.r07-family-overview .product-mode-card{position:relative;min-height:154px;padding:21px;border:1px solid var(--algiz-border);border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbfd);box-shadow:0 12px 28px rgba(8,34,56,.055);transition:transform var(--algiz-medium) var(--algiz-ease),box-shadow var(--algiz-medium),border-color var(--algiz-medium);overflow:hidden}
.r07-family-overview .product-mode-card:before{content:"";position:absolute;inset:auto -30px -55px auto;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(34,199,238,.15),transparent 68%)}
.r07-family-overview .product-mode-card:hover{transform:translateY(-5px);border-color:#bad5e7;box-shadow:0 24px 54px rgba(8,34,56,.1)}
.r07-family-overview .product-mode-card .icon-box{width:48px;height:48px;padding:8px;border-radius:14px;background:#f1f7fb;border:1px solid #d9e7ef}
.r07-family-overview .product-mode-card img{width:32px!important;height:32px!important}
.r07-family-overview .product-mode-card span{display:block;margin-top:18px;color:var(--algiz-blue-600);font:800 .68rem/1 var(--algiz-font-mono);letter-spacing:.1em}
.r07-family-overview .product-mode-card strong{display:block;margin-top:7px;font-size:1.05rem;color:var(--algiz-navy-900)}
.r07-family-overview .product-mode-card small{display:block;margin-top:5px;color:var(--algiz-muted);font-size:.78rem}
.r07-family-overview .product-mode-card>b{position:absolute;right:18px;top:18px;color:#9bb1c2;font-size:.85rem}

.r07-product-explorer{position:sticky;top:var(--algiz-header-h);z-index:35;padding:24px 0!important;border-block:1px solid #dbe6ee;background:rgba(247,250,252,.94)!important;backdrop-filter:blur(18px)}
.r07-product-explorer .section-head{display:none}
.r07-product-explorer .catalog-console{display:grid;grid-template-columns:minmax(250px,1.15fr) minmax(0,2fr) auto;gap:14px;align-items:center;padding:12px!important;border:1px solid var(--algiz-border);border-radius:19px;background:#fff;box-shadow:0 12px 30px rgba(7,22,41,.07)}
.r07-product-explorer .search-box{min-width:0}
.r07-product-explorer .filter-bar{display:flex;gap:6px;overflow:auto;scrollbar-width:none}.r07-product-explorer .filter-bar::-webkit-scrollbar{display:none}
.r07-product-explorer .filter-btn{white-space:nowrap}
.r07-product-explorer .catalog-result-count{justify-self:end;white-space:nowrap;padding-right:4px}
.r07-explorer-options{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:10px;border-top:1px solid #edf2f5}

.r07-family-section{padding:clamp(78px,8vw,114px) 0!important}
.r07-family-section:nth-of-type(even){background:#f7fafc}
.r07-family-section .section-head{max-width:820px}
.r07-family-section .r07-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.r07-product-card{position:relative;display:grid!important;grid-template-columns:54px minmax(0,1fr);gap:16px;align-items:start;min-height:100%;padding:21px!important;border:1px solid var(--algiz-border)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 26px rgba(7,22,41,.055)!important;transition:transform var(--algiz-medium) var(--algiz-ease),box-shadow var(--algiz-medium),border-color var(--algiz-medium)!important}
.r07-product-card:hover{transform:translateY(-4px);border-color:#bdd5e5!important;box-shadow:0 22px 48px rgba(7,22,41,.09)!important}
.r07-product-card>.icon-box{width:54px!important;height:54px!important;padding:10px!important;border-radius:16px!important;background:linear-gradient(145deg,#f8fbfd,#edf5fa)!important;border:1px solid #dce8f0!important}
.r07-product-card>.icon-box img{width:32px!important;height:32px!important;object-fit:contain}
.r07-product-card .product-card-signal{display:block;margin-bottom:6px;color:#7d95a7;font:800 .62rem/1.2 var(--algiz-font-mono);letter-spacing:.09em}
.r07-product-card .tag{display:inline-flex;margin-bottom:9px;padding:5px 8px;border-radius:999px;background:#edf5ff;color:var(--algiz-blue-600);font-size:.62rem;font-weight:800;letter-spacing:.08em}
.r07-product-card h3{font-size:1.12rem;line-height:1.22}
.r07-product-card p{margin-top:9px;font-size:.88rem;line-height:1.65;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.r07-product-card .text-link{display:inline-flex;margin-top:13px;color:var(--algiz-blue-600);font-size:.82rem;font-weight:750}
.r07-product-detail-btn{display:inline-flex;align-items:center;justify-content:center;margin:13px 0 0 9px;min-height:34px;padding:0 11px;border:1px solid #d6e4ed;border-radius:9px;background:#f8fbfd;color:var(--algiz-ink-700);font-size:.76rem;font-weight:800;cursor:pointer}
body[data-product-view="compact"] .r07-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body[data-product-view="compact"] .r07-product-card{grid-template-columns:42px minmax(0,1fr);padding:16px!important}.r07-product-card>.icon-box{transition:all var(--algiz-fast)}
body[data-product-view="compact"] .r07-product-card>.icon-box{width:42px!important;height:42px!important;padding:8px!important}body[data-product-view="compact"] .r07-product-card>.icon-box img{width:24px!important;height:24px!important}
body[data-product-view="compact"] .r07-product-card p{display:none}
body[data-product-view="list"] .r07-product-grid{grid-template-columns:1fr}
body[data-product-view="list"] .r07-product-card{grid-template-columns:48px minmax(0,1fr) auto;align-items:center}
body[data-product-view="list"] .r07-product-card p{max-width:760px;-webkit-line-clamp:2}

/* R07 Product detail dialog */
.r07-detail-dialog,.r08-detail-dialog{width:min(920px,calc(100% - 32px));max-height:min(86vh,860px);padding:0;border:0;border-radius:28px;background:#fff;color:var(--algiz-text);box-shadow:0 36px 100px rgba(3,17,31,.34);overflow:auto}
.r07-detail-dialog::backdrop,.r08-detail-dialog::backdrop{background:rgba(4,18,31,.62);backdrop-filter:blur(8px)}
.r07-detail-shell,.r08-detail-shell{padding:clamp(22px,4vw,38px)}
.r07-detail-top,.r08-detail-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid #e6eef4}
.r07-detail-badge,.r08-detail-badge{color:var(--algiz-blue-600);font:800 .68rem/1 var(--algiz-font-mono);letter-spacing:.11em}
.r07-detail-close,.r08-detail-close{min-height:38px;padding:0 13px;border:1px solid var(--algiz-border);border-radius:10px;background:#fff;font-size:.78rem;font-weight:800;cursor:pointer}
.r07-detail-content{display:grid;grid-template-columns:120px minmax(0,1fr);gap:30px;padding-top:28px}.r07-detail-icon{display:grid;place-items:center;width:110px;height:110px;border-radius:26px;background:linear-gradient(145deg,#f8fbfd,#eaf4fa);border:1px solid #d8e7f0}.r07-detail-icon img{width:64px;height:64px}.r07-detail-family,.r08-detail-provider{display:block;margin-bottom:9px;color:#668197;font:800 .68rem/1.2 var(--algiz-font-mono);letter-spacing:.09em;text-transform:uppercase}.r07-detail-copy h2,.r08-detail-copy h2{font-size:clamp(1.75rem,3vw,2.7rem)}.r07-detail-description,.r08-detail-description{margin:16px 0 24px;color:var(--algiz-muted);line-height:1.75}.r07-detail-description p,.r08-detail-description p{color:inherit}

/* R08 — Certification marketplace --------------------------------------- */
.r08-cert-hero{background:linear-gradient(180deg,#f7fafc 0%,#fff 100%)}
.r08-cert-marketplace{padding-top:70px!important}
.r08-cert-marketplace>.container{width:min(calc(100% - 40px),1320px)}
.r08-provider-overview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0 0 22px}
.r08-provider-card{position:relative;padding:18px 17px;border:1px solid var(--algiz-border);border-radius:17px;background:linear-gradient(180deg,#fff,#f8fbfd);text-align:left;cursor:pointer;transition:transform var(--algiz-fast),border-color var(--algiz-fast),box-shadow var(--algiz-fast)}
.r08-provider-card:before{content:"";position:absolute;left:17px;bottom:0;width:34px;height:2px;background:var(--algiz-gradient-brand);opacity:.65}
.r08-provider-card:hover{transform:translateY(-2px);border-color:#b9d4e5;box-shadow:var(--algiz-shadow-sm)}
.r08-provider-card strong{display:block;color:var(--algiz-navy-900);font-size:.9rem}.r08-provider-card span{display:block;margin-top:5px;color:var(--algiz-muted);font-size:.74rem}
.r08-cert-marketplace .catalog-console{position:sticky;top:calc(var(--algiz-header-h) + 12px);z-index:30;display:grid;grid-template-columns:minmax(240px,1fr) minmax(0,2fr) auto;gap:14px;align-items:center;margin-bottom:26px;padding:12px!important;border:1px solid var(--algiz-border);border-radius:19px;background:rgba(255,255,255,.95);box-shadow:0 14px 34px rgba(7,22,41,.075);backdrop-filter:blur(18px)}
.r08-market-options{grid-column:1/-1;display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-top:10px;border-top:1px solid #edf2f5}
.r08-cert-marketplace .cert-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.r08-cert-card{position:relative;display:grid!important;grid-template-columns:114px minmax(0,1fr);min-height:230px;border:1px solid var(--algiz-border)!important;border-radius:22px!important;background:#fff!important;overflow:hidden;box-shadow:0 11px 28px rgba(7,22,41,.055)!important;transition:transform var(--algiz-medium) var(--algiz-ease),box-shadow var(--algiz-medium),border-color var(--algiz-medium)!important}
.r08-cert-card:hover{transform:translateY(-4px);border-color:#b9d4e5!important;box-shadow:0 24px 52px rgba(7,22,41,.095)!important}
.r08-cert-card .cert-logo{display:grid;place-items:center;padding:15px;background:linear-gradient(155deg,#f8fbfd,#edf4f8);border-right:1px solid #e2ebf1}.r08-cert-card .cert-logo img{width:90px;height:90px;object-fit:contain}.r08-cert-card .cert-logo-hud{display:none}
.r08-cert-card .cert-meta{padding:19px 18px 18px}.r08-cert-card .cert-card-signal{display:block;margin-bottom:6px;color:#7d95a7;font:800 .58rem/1.2 var(--algiz-font-mono);letter-spacing:.08em}.r08-cert-card .tag{display:inline-flex;margin-bottom:8px;padding:5px 8px;border-radius:999px;background:#edf5ff;color:var(--algiz-blue-600);font-size:.61rem;font-weight:800}.r08-cert-card h3{font-size:1.05rem;line-height:1.22}.r08-cert-card p{margin-top:8px;font-size:.84rem;line-height:1.58;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.r08-cert-card .text-link{display:inline-flex;margin-top:11px;color:var(--algiz-blue-600);font-size:.78rem;font-weight:760}.r08-cert-detail-btn{display:inline-flex;align-items:center;justify-content:center;margin:11px 0 0 8px;min-height:33px;padding:0 10px;border:1px solid #d8e5ed;border-radius:9px;background:#f8fbfd;color:var(--algiz-ink-700);font-size:.74rem;font-weight:800;cursor:pointer}
body[data-cert-view="compact"] .r08-cert-marketplace .cert-grid{grid-template-columns:repeat(4,minmax(0,1fr))}body[data-cert-view="compact"] .r08-cert-card{grid-template-columns:72px minmax(0,1fr);min-height:170px}body[data-cert-view="compact"] .r08-cert-card .cert-logo{padding:10px}body[data-cert-view="compact"] .r08-cert-card .cert-logo img{width:58px;height:58px}body[data-cert-view="compact"] .r08-cert-card p{display:none}
.r08-detail-content{display:grid;grid-template-columns:220px minmax(0,1fr);gap:34px;padding-top:28px}.r08-detail-visual{display:grid;place-items:center;min-height:220px;padding:24px;border:1px solid #dce8f0;border-radius:24px;background:linear-gradient(145deg,#f8fbfd,#edf5fa)}.r08-detail-visual img{width:170px;height:170px;object-fit:contain}.r08-detail-path{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:22px 0}.r08-detail-path span{padding:12px;border:1px solid #dbe7ef;border-radius:12px;background:#f8fbfd}.r08-detail-path b{display:block;color:var(--algiz-blue-600);font:800 .65rem/1 var(--algiz-font-mono)}.r08-detail-path em{display:block;margin-top:5px;color:var(--algiz-ink-800);font-style:normal;font-size:.72rem;font-weight:800}

/* R09 — Learning Intelligence ------------------------------------------- */
.r09-intelligence-suite{position:relative;margin-top:clamp(34px,5vw,68px);border:1px solid rgba(137,170,194,.2);border-radius:34px;background:linear-gradient(145deg,#071629,#0a233a 60%,#0b2b43);color:#eaf6ff;box-shadow:0 34px 90px rgba(7,22,41,.23);overflow:hidden}
.r09-intelligence-suite:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 8%,rgba(34,199,238,.13),transparent 26%),radial-gradient(circle at 12% 90%,rgba(23,105,255,.12),transparent 32%);pointer-events:none}
.r09-intelligence-suite:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(180deg,#000,transparent 82%);pointer-events:none}
.r09-intelligence-head{position:relative;z-index:1;padding:clamp(28px,4vw,48px) clamp(24px,4vw,48px) 0}.r09-intelligence-head .eyebrow{color:#69e1f7}.r09-intelligence-head h2{max-width:800px;color:#fff;font-size:clamp(2rem,3.4vw,3.4rem)}
.r09-intelligence-tabs{display:flex;gap:8px;margin-top:28px;padding:6px;width:max-content;max-width:100%;border:1px solid rgba(160,198,224,.18);border-radius:16px;background:rgba(255,255,255,.055);overflow:auto;scrollbar-width:none}.r09-intelligence-tabs::-webkit-scrollbar{display:none}.r09-intelligence-tabs button{min-height:42px;padding:0 15px;border:1px solid transparent;border-radius:11px;background:transparent;color:#9eb5c7;font-size:.8rem;font-weight:800;white-space:nowrap;cursor:pointer}.r09-intelligence-tabs button:hover{color:#fff}.r09-intelligence-tabs button.is-active{background:#fff;color:var(--algiz-navy-900);box-shadow:0 8px 20px rgba(0,0,0,.14)}
.r09-intelligence-panels{position:relative;z-index:1;padding:clamp(22px,3vw,36px) clamp(24px,4vw,48px) clamp(28px,4vw,48px)}
.r09-intelligence-panel{padding:0!important;background:transparent!important;color:#d9e9f4!important;overflow:visible!important}.r09-intelligence-panel:before{display:none!important}.r09-intelligence-panel>.container{width:100%;max-width:none}.r09-intelligence-panel .section-grid{gap:clamp(28px,4vw,54px)}.r09-intelligence-panel .section-id{display:none}.r09-intelligence-panel h2,.r09-intelligence-panel h3{color:#fff}.r09-intelligence-panel p,.r09-intelligence-panel li{color:#acc1d1}.r09-intelligence-panel .strong-line{color:#fff}.r09-intelligence-panel .technical-frame{border-color:rgba(138,185,215,.2);box-shadow:0 24px 70px rgba(0,0,0,.25)}.r09-intelligence-panel .insight-chip{background:rgba(255,255,255,.065);border-color:rgba(173,204,225,.16);color:#d9e9f4}.r09-intelligence-panel .insight-chip span{color:inherit}
.r09-intelligence-panel[hidden]{display:none!important}

/* Responsive ------------------------------------------------------------- */
@media (max-width:1180px){
  .r07-family-overview .product-mode-matrix{grid-template-columns:repeat(3,minmax(0,1fr))}
  .r07-family-section .r07-product-grid,.r08-cert-marketplace .cert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body[data-product-view="compact"] .r07-product-grid,body[data-cert-view="compact"] .r08-cert-marketplace .cert-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .r08-provider-overview{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:980px){
  .r07-home-product-ecosystem .v10-product-explorer__layout{grid-template-columns:1fr}
  .r07-home-product-nav{position:relative;top:auto;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}
  .r07-home-product-tab{grid-template-columns:36px minmax(0,1fr);padding:9px!important}.r07-home-product-tab:after{display:none}.r07-home-product-tab img{width:34px!important;height:34px!important;padding:6px}
  .r07-product-explorer{position:relative;top:auto}.r07-product-explorer .catalog-console,.r08-cert-marketplace .catalog-console{position:relative;top:auto;grid-template-columns:1fr}.r07-product-explorer .catalog-result-count,.r08-cert-marketplace .catalog-result-count{justify-self:start}.r07-explorer-options,.r08-market-options{justify-content:flex-start;flex-wrap:wrap}
  .r08-detail-content{grid-template-columns:170px minmax(0,1fr)}
}
@media (max-width:760px){
  .r07-family-overview .product-mode-matrix{grid-template-columns:repeat(2,minmax(0,1fr))}
  .r07-home-product-nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .r07-family-section .r07-product-grid,.r08-cert-marketplace .cert-grid,body[data-product-view="compact"] .r07-product-grid,body[data-cert-view="compact"] .r08-cert-marketplace .cert-grid{grid-template-columns:1fr}
  .r08-provider-overview{grid-template-columns:repeat(2,minmax(0,1fr))}
  .r08-cert-card{grid-template-columns:92px minmax(0,1fr)}.r08-cert-card .cert-logo{padding:12px}.r08-cert-card .cert-logo img{width:72px;height:72px}
  .r08-detail-content,.r07-detail-content{grid-template-columns:1fr}.r08-detail-visual{min-height:180px}.r08-detail-visual img{width:140px;height:140px}.r07-detail-icon{width:86px;height:86px}.r08-detail-path{grid-template-columns:repeat(2,minmax(0,1fr))}
  .r09-intelligence-head,.r09-intelligence-panels{padding-inline:20px}.r09-intelligence-panel .section-grid{grid-template-columns:1fr!important}.r09-intelligence-panel .section-grid.reverse>:first-child,.r09-intelligence-panel .section-grid.reverse>:last-child{order:initial}
}
@media (max-width:480px){
  .r07-family-overview .product-mode-matrix,.r08-provider-overview{grid-template-columns:1fr}
  .r07-home-product-nav{display:flex!important;overflow-x:auto;flex-direction:row;scrollbar-width:none}.r07-home-product-tab{min-width:176px}
  .r07-product-card{grid-template-columns:44px minmax(0,1fr);padding:16px!important}.r07-product-card>.icon-box{width:44px!important;height:44px!important;padding:8px!important}.r07-product-card>.icon-box img{width:26px!important;height:26px!important}
  .r08-cert-card{grid-template-columns:76px minmax(0,1fr)}.r08-cert-card .cert-logo img{width:58px;height:58px}.r08-cert-card .cert-meta{padding:15px 14px}.r08-cert-card p{-webkit-line-clamp:2}
  .r07-view-control,.r08-view-control{width:100%}.r07-view-control button,.r08-view-control button{flex:1}
  .r09-intelligence-suite{border-radius:24px}.r09-intelligence-tabs{width:100%}.r09-intelligence-tabs button{flex:0 0 auto}
}

/* R08 card normalization against the R03 base flex metadata rule. */
.r08-cert-card .cert-logo{margin-bottom:0!important}
.r08-cert-card .cert-meta{display:block!important;margin-bottom:0!important;min-width:0}
.r08-cert-card .cert-meta>*{max-width:100%}
.r08-cert-card .cert-meta h3{margin-top:0}
.r07-home-product-ecosystem,.r07-family-section,.r08-cert-marketplace,.r09-intelligence-suite{scroll-margin-top:calc(var(--algiz-header-h) + 22px)}

/* ========================================================================== 
   R10 — ALGIZ Custom Iconography System
   Vector-only runtime iconography. The previous PNG icon set is no longer
   referenced by production HTML.
   ========================================================================== */
.algiz-phase-r10-r12 img[src*="assets/icons/algiz/"]{
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(23,105,255,.12));
}
.algiz-phase-r10-r12 .icon-box:has(>img[src*="assets/icons/algiz/"]),
.algiz-phase-r10-r12 .icon-plate:has(>img[src*="assets/icons/algiz/"]){
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border:1px solid rgba(122,164,194,.34);
  background:
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(238,247,252,.9));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 12px 30px rgba(9,35,57,.08);
}
.algiz-phase-r10-r12 .icon-box:has(>img[src*="assets/icons/algiz/"])::before,
.algiz-phase-r10-r12 .icon-plate:has(>img[src*="assets/icons/algiz/"])::before{
  content:"";position:absolute;inset:4px;border-radius:inherit;pointer-events:none;
  background:linear-gradient(135deg,rgba(23,105,255,.06),transparent 40%,rgba(34,199,238,.08));
  z-index:-1;
}
.algiz-phase-r10-r12 .icon-box:has(>img[src*="assets/icons/algiz/"])::after,
.algiz-phase-r10-r12 .icon-plate:has(>img[src*="assets/icons/algiz/"])::after{
  content:"";position:absolute;inset:auto 14% 0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(34,199,238,.72),transparent);
  opacity:.7;
}
.algiz-phase-r10-r12 :is(.section-navy,.r09-intelligence-suite,.r05-hero) .icon-box:has(>img[src*="assets/icons/algiz/"]){
  border-color:rgba(122,191,224,.28);
  background:linear-gradient(145deg,rgba(13,40,65,.88),rgba(9,29,49,.78));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 14px 34px rgba(0,0,0,.2),0 0 24px rgba(34,199,238,.04);
}
.algiz-phase-r10-r12 :is(.section-navy,.r09-intelligence-suite,.r05-hero) img[src*="assets/icons/algiz/"]{
  filter:drop-shadow(0 0 12px rgba(34,199,238,.18));
}
/* Micro SVG sprite glyphs inherit a consistent technical stroke language. */
.algiz-phase-r10-r12 svg.icon{stroke-width:1.65;filter:drop-shadow(0 4px 10px rgba(23,105,255,.08))}
.algiz-phase-r10-r12 .icon-box:hover img[src*="assets/icons/algiz/"]{transform:translateY(-1px) scale(1.025)}
.algiz-phase-r10-r12 img[src*="assets/icons/algiz/"]{transition:transform var(--algiz-medium) var(--algiz-ease),filter var(--algiz-medium) var(--algiz-ease)}

/* ========================================================================== 
   R11 — Cinematic Motion Engine
   One global layer + one pointer dispatcher + viewport activation. Motion is
   additive to layout and completely disabled under prefers-reduced-motion.
   ========================================================================== */
.r11-scroll-progress{position:fixed;z-index:1200;top:0;left:0;width:100%;height:2px;pointer-events:none;background:rgba(23,105,255,.06)}
.r11-scroll-progress>i{display:block;width:100%;height:100%;transform:scaleX(var(--r11-scroll,0));transform-origin:left center;background:linear-gradient(90deg,var(--algiz-blue-600),var(--algiz-cyan-500));box-shadow:0 0 14px rgba(34,199,238,.38)}
.r11-fx-layer{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;opacity:.64}
.r11-fx-layer::before,.r11-fx-layer::after{content:"";position:absolute;border-radius:50%;filter:blur(90px);will-change:transform;opacity:.22}
.r11-fx-layer::before{width:min(48vw,700px);aspect-ratio:1;left:calc(var(--r11-x,50%) - 20vw);top:calc(var(--r11-y,30%) - 22vw);background:radial-gradient(circle,rgba(23,105,255,.25),rgba(23,105,255,0) 68%)}
.r11-fx-layer::after{width:min(36vw,520px);aspect-ratio:1;right:-8vw;bottom:-14vw;background:radial-gradient(circle,rgba(34,199,238,.19),rgba(34,199,238,0) 70%)}
.algiz-app>main,.algiz-header,.algiz-footer{position:relative;z-index:1}

/* Cursor spotlight. The variables are updated by one global pointer dispatcher. */
.algiz-phase-r10-r12 :is(.technical-frame,.card,.info-card,.r07-product-card,.r08-cert-card,.r09-intelligence-suite,.r06-story-card,.product-mode-card){
  --r11-local-x:50%;--r11-local-y:50%;
}
.algiz-phase-r10-r12 :is(.technical-frame,.r07-product-card,.r08-cert-card,.r06-story-card,.product-mode-card)::after{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:3;opacity:0;
  background:radial-gradient(360px circle at var(--r11-local-x) var(--r11-local-y),rgba(34,199,238,.10),rgba(23,105,255,.035) 30%,transparent 67%);
  transition:opacity var(--algiz-medium) var(--algiz-ease);
}
.algiz-phase-r10-r12 :is(.technical-frame,.r07-product-card,.r08-cert-card,.r06-story-card,.product-mode-card):hover::after{opacity:1}

/* Interface scan is restrained and appears only on meaningful product visuals. */
.algiz-phase-r10-r12 :is(.technical-frame,.r05-product-shell,.r06-interface-shell){position:relative;isolation:isolate}
.algiz-phase-r10-r12 :is(.technical-frame,.r05-product-shell,.r06-interface-shell)::before{
  content:"";position:absolute;z-index:4;left:2%;right:2%;top:-18%;height:16%;pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(113,224,255,.12),rgba(113,224,255,.03),transparent);
  opacity:0;transform:translateY(-100%);
}
.algiz-phase-r10-r12 :is(.technical-frame,.r05-product-shell,.r06-interface-shell).r11-inview::before{
  opacity:.8;animation:r11-scan 8.5s cubic-bezier(.2,.7,.2,1) 1.1s infinite;
}
@keyframes r11-scan{0%,72%{transform:translateY(-120%);opacity:0}76%{opacity:.7}92%{transform:translateY(760%);opacity:.25}100%{transform:translateY(860%);opacity:0}}

/* Section depth / scene activation. */
.algiz-phase-r10-r12 [data-r11-section]{--r11-section-energy:0;transition:filter .7s var(--algiz-ease)}
.algiz-phase-r10-r12 [data-r11-section].r11-section-active{--r11-section-energy:1}
.algiz-phase-r10-r12 .section-navy[data-r11-section]::after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:calc(.04 + var(--r11-section-energy)*.12);
  background:radial-gradient(650px circle at 78% 18%,rgba(34,199,238,.2),transparent 64%);
  transition:opacity .9s var(--algiz-ease);
}

/* Professional magnetic feedback: deliberately subtle. */
.algiz-phase-r10-r12 .r11-magnetic{--r11-mx:0px;--r11-my:0px;transform:translate3d(var(--r11-mx),var(--r11-my),0);will-change:transform}
.algiz-phase-r10-r12 .r11-magnetic:is(:hover,:focus-visible){transition:box-shadow var(--algiz-medium) var(--algiz-ease),background var(--algiz-medium) var(--algiz-ease)}

/* Technical icon energy ring for primary icon plates. */
.algiz-phase-r10-r12 .icon-box.r11-inview:has(>img[src*="assets/icons/algiz/"])::before{animation:r11-icon-pulse 5.4s ease-in-out infinite}
@keyframes r11-icon-pulse{0%,100%{opacity:.55}50%{opacity:1}}

/* Dark scenes use low-amplitude mesh movement rather than noisy particles. */
.algiz-phase-r10-r12 :is(.section-navy,.r09-intelligence-suite,.r05-hero){background-size:100% 100%,180% 180%}
.algiz-phase-r10-r12 :is(.section-navy,.r09-intelligence-suite).r11-section-active{animation:r11-dark-breathe 18s ease-in-out infinite alternate}
@keyframes r11-dark-breathe{from{background-position:center,0% 40%}to{background-position:center,100% 60%}}

/* ========================================================================== 
   R12 — Production hardening / responsive guardrails
   ========================================================================== */
html{overflow-x:clip}
.algiz-app :where(img,svg,video,canvas){max-width:100%}
.algiz-app :where(.section-grid,.container,.container-wide,.r07-product-grid,.cert-grid){min-width:0}
.algiz-app :where(h1,h2,h3,p,a,span,strong,button){overflow-wrap:break-word}
.algiz-app :where(.btn,.algiz-access,.filter-btn,.r07-view-control button,.r08-view-control button){min-height:44px}
.algiz-skip-link:focus{outline:3px solid var(--algiz-cyan-500);outline-offset:3px}
:focus-visible{outline:2px solid var(--algiz-blue-600);outline-offset:3px}
@media(prefers-contrast:more){
  :root{--algiz-border:#99afc0;--algiz-muted:#40596d}
  .btn,.filter-btn,.icon-box,.technical-frame{border-width:2px!important}
  :focus-visible{outline-width:3px}
}
@media(forced-colors:active){
  .r11-fx-layer,.r11-scroll-progress,.r05-hero__canvas,.r05-hero__aurora{display:none!important}
  .btn,.filter-btn,.technical-frame,.icon-box{forced-color-adjust:auto}
}
@media print{
  .algiz-header,.algiz-nav-scrim,.r11-fx-layer,.r11-scroll-progress,.r05-hero__canvas,.r05-hero__aurora,.algiz-menu-toggle{display:none!important}
  body.algiz-app{background:#fff!important;color:#000!important}
  main{padding:0!important}.section,.r04-module{break-inside:avoid;background:#fff!important;color:#000!important;box-shadow:none!important}
  a[href]::after{content:" (" attr(href) ")";font-size:.75em}
}
@media(max-width:480px){
  .algiz-premium-r17 .cert-path-strip{grid-template-columns:1fr 1fr;gap:8px}
  .algiz-premium-r17 .cert-path-strip .cert-path-step{min-height:78px;padding:11px}
  .algiz-header__inner{padding-inline:max(14px,env(safe-area-inset-left)) max(14px,env(safe-area-inset-right))}
  .algiz-footer__main,.algiz-footer__bottom-inner{padding-left:max(18px,env(safe-area-inset-left));padding-right:max(18px,env(safe-area-inset-right))}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  .r11-fx-layer,.r11-scroll-progress{display:none!important}
  .r11-magnetic{transform:none!important}
}
@media(prefers-reduced-motion:reduce){
  .r05-hero__canvas{display:none!important}
}

/* R13 — final visual regression corrections: WCAG-friendly control targets. */
.algiz-app :where(
  [data-view],
  [data-cert-view],
  .r07-clear-search,
  .r08-clear-search,
  .r07-product-detail-btn,
  .r08-cert-detail-btn,
  .r07-detail-close,
  .r08-detail-close,
  .r06-dialog__close
){min-height:44px;}
.algiz-app :where(.r06-dialog__close){min-width:44px;width:44px;height:44px;}
.algiz-app.algiz-phase-r07-r09 :is([data-view],[data-cert-view]){min-height:44px;}

/* =========================================================
   POST-DEPLOY ACCEPTANCE — FINAL UX / HERO DIFFERENTIATION
   Progressive disclosure + certification/product hero systems
   ========================================================= */
.algiz-disclosure{width:min(calc(100% - 40px),var(--algiz-container));margin:22px auto 72px;border:1px solid #d8e5ed;border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 18px 50px rgba(7,38,64,.07);overflow:hidden}
.algiz-disclosure__summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:84px;padding:20px 24px;cursor:pointer;user-select:none;background:linear-gradient(135deg,#fff,#f4f9fc);transition:background .25s ease,border-color .25s ease}
.algiz-disclosure__summary::-webkit-details-marker{display:none}
.algiz-disclosure__summary:hover{background:linear-gradient(135deg,#fff,#edf8fc)}
.algiz-disclosure__summary:focus-visible{outline:3px solid rgba(22,119,255,.34);outline-offset:-3px}
.algiz-disclosure__copy{display:grid;gap:5px;min-width:0}.algiz-disclosure__copy strong{font-size:clamp(.98rem,1.25vw,1.12rem);color:#102f47;letter-spacing:-.01em}.algiz-disclosure__copy small{font-size:.83rem;line-height:1.55;color:#667f91;max-width:760px}
.algiz-disclosure__icon{flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#071c30;color:#7ee5f7;font:600 1.4rem/1 var(--algiz-font-mono);transition:transform .25s ease,background .25s ease}
.algiz-disclosure[open] .algiz-disclosure__icon{transform:rotate(45deg);background:#0d3150}.algiz-disclosure__body{border-top:1px solid #e0eaf0}.algiz-disclosure__body>.r04-module:first-child,.algiz-disclosure__body>.r07-family-section:first-child{border-top:0}
.algiz-disclosure--families{margin-top:0;margin-bottom:84px}.algiz-disclosure--families .algiz-disclosure__body>.section{margin:0}.algiz-disclosure--families .product-family-k{border-radius:0!important}
.r04-scene--method .algiz-disclosure,.r04-scene--preparation .algiz-disclosure{border-color:rgba(131,190,219,.19);background:rgba(255,255,255,.045);box-shadow:none}.r04-scene--method .algiz-disclosure__summary,.r04-scene--preparation .algiz-disclosure__summary{background:rgba(255,255,255,.035)}.r04-scene--method .algiz-disclosure__copy strong,.r04-scene--preparation .algiz-disclosure__copy strong{color:#f3fbff}.r04-scene--method .algiz-disclosure__copy small,.r04-scene--preparation .algiz-disclosure__copy small{color:#9db5c6}.r04-scene--method .algiz-disclosure__body,.r04-scene--preparation .algiz-disclosure__body{border-color:rgba(132,185,212,.14)}

/* Certification hero — objective marketplace instead of generic emblem. */
.cert-showcase{position:relative;min-width:0;padding:22px;border:1px solid #cddfe9;border-radius:30px;background:linear-gradient(145deg,#071a2d 0%,#0a2741 58%,#0d3553 100%);box-shadow:0 36px 86px rgba(7,33,56,.22);overflow:hidden;color:#fff}
.cert-showcase:before{content:"";position:absolute;inset:-35%;background:radial-gradient(circle at 28% 28%,rgba(34,211,255,.19),transparent 25%),radial-gradient(circle at 76% 72%,rgba(22,119,255,.18),transparent 26%),linear-gradient(rgba(120,202,232,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(120,202,232,.045) 1px,transparent 1px);background-size:auto,auto,34px 34px,34px 34px;pointer-events:none}
.cert-showcase>*{position:relative;z-index:1}.cert-showcase__top{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:3px 2px 18px;border-bottom:1px solid rgba(164,211,230,.16)}.cert-showcase__badge{font-family:var(--algiz-font-mono);font-size:.65rem;letter-spacing:.12em;color:#83e7f8}.cert-showcase__metrics{display:flex;gap:10px}.cert-showcase__metrics div{min-width:76px;padding:8px 10px;border:1px solid rgba(160,212,232,.14);border-radius:12px;background:rgba(255,255,255,.045);text-align:right}.cert-showcase__metrics strong{display:block;font-size:1.25rem;line-height:1;color:#fff}.cert-showcase__metrics span{display:block;margin-top:3px;font-size:.58rem;color:#9fb8c9;text-transform:uppercase;letter-spacing:.08em}
.cert-showcase__logos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:20px 0}.cert-showcase__provider{display:grid;grid-template-columns:52px minmax(0,1fr);gap:11px;align-items:center;min-height:72px;padding:10px;border:1px solid rgba(160,211,232,.14);border-radius:16px;background:rgba(255,255,255,.055);backdrop-filter:blur(10px)}.cert-showcase__provider:first-child{grid-column:1/-1}.cert-showcase__provider img{width:52px;height:52px;object-fit:contain;border-radius:12px;background:#fff;padding:4px}.cert-showcase__provider span{display:grid;gap:3px}.cert-showcase__provider strong{font-size:.84rem;color:#f5fbff}.cert-showcase__provider small{font-size:.68rem;color:#8fb0c5}.cert-showcase__flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding-top:3px}.cert-showcase__flow span{display:grid;gap:3px;padding:9px;border:1px solid rgba(124,205,231,.14);border-radius:12px;background:rgba(8,27,45,.5)}.cert-showcase__flow b{font-family:var(--algiz-font-mono);font-size:.56rem;color:#69dff4}.cert-showcase__flow em{font-style:normal;font-weight:800;font-size:.62rem;letter-spacing:.07em;color:#dff8ff}

/* Products hero — real family composition and counts. */
.product-showcase{position:relative;min-width:0;padding:22px;border:1px solid #cddfe9;border-radius:30px;background:linear-gradient(145deg,#fdfefe,#eff7fb);box-shadow:0 34px 82px rgba(7,38,64,.13);overflow:hidden}
.product-showcase:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(34,211,255,.13),transparent 28%),radial-gradient(circle at 18% 88%,rgba(22,119,255,.09),transparent 30%),linear-gradient(rgba(41,110,153,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(41,110,153,.035) 1px,transparent 1px);background-size:auto,auto,32px 32px,32px 32px;pointer-events:none}.product-showcase>*{position:relative;z-index:1}.product-showcase__head{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:2px 2px 18px;border-bottom:1px solid #dce8ef}.product-showcase__badge{font-family:var(--algiz-font-mono);font-size:.65rem;letter-spacing:.12em;color:#1479a6}.product-showcase__total{display:flex;align-items:baseline;gap:7px}.product-showcase__total strong{font-size:2.2rem;line-height:1;color:#08213a}.product-showcase__total span{font-size:.72rem;color:#6d8494}.product-showcase__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:20px 0}.product-showcase__family{display:grid;grid-template-columns:48px minmax(0,1fr);gap:11px;align-items:center;min-height:82px;padding:11px;border:1px solid #d7e5ed;border-radius:17px;background:rgba(255,255,255,.9);box-shadow:0 8px 20px rgba(8,38,60,.04)}.product-showcase__family:first-child{grid-column:1/-1}.product-showcase__family img{width:48px;height:48px;padding:7px;border-radius:13px;background:#071d31}.product-showcase__family span{display:grid;gap:2px}.product-showcase__family b{font-family:var(--algiz-font-mono);font-size:.55rem;letter-spacing:.08em;color:#1691bd}.product-showcase__family strong{font-size:.84rem;color:#18384f}.product-showcase__family small{font-size:.67rem;color:#778d9c}.product-showcase__foot{padding:10px 12px;border-radius:12px;background:#071d31;color:#bcecf6;font-family:var(--algiz-font-mono);font-size:.62rem;letter-spacing:.07em;text-align:center}

@media(max-width:760px){
 .algiz-disclosure{width:min(calc(100% - 28px),var(--algiz-container));margin-bottom:54px;border-radius:19px}.algiz-disclosure__summary{min-height:74px;padding:17px 18px;gap:14px}.algiz-disclosure__copy small{font-size:.77rem}.algiz-disclosure__icon{width:34px;height:34px;flex-basis:34px}
 .cert-showcase,.product-showcase{padding:16px;border-radius:22px}.cert-showcase__top,.product-showcase__head{align-items:flex-start;flex-direction:column}.cert-showcase__metrics{width:100%}.cert-showcase__metrics div{flex:1;text-align:left}.cert-showcase__logos,.product-showcase__grid{grid-template-columns:1fr}.cert-showcase__provider:first-child,.product-showcase__family:first-child{grid-column:auto}.cert-showcase__flow{grid-template-columns:repeat(2,minmax(0,1fr))}.product-showcase__total strong{font-size:1.8rem}
}
@media(prefers-reduced-motion:reduce){.algiz-disclosure__icon{transition:none}}

/* ========================================================================== 
   R17 — ALGIZ PREMIUM VISUAL ARCHITECTURE
   White-ice + deep navy / electric blue / cyan / steel. International SaaS.
   ========================================================================== */
:root{
  --algiz-font-sans:"Aptos","Segoe UI Variable Text","Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  --algiz-font-display:"Bahnschrift","Aptos Display","Segoe UI Variable Display","Segoe UI",system-ui,sans-serif;
  --algiz-font-mono:"Cascadia Code","SFMono-Regular",Consolas,"Liberation Mono",monospace;
  --algiz-ice-50:#f7fbfe;
  --algiz-ice-100:#eff6fb;
  --algiz-ice-200:#e4eef6;
  --algiz-navy-950:#03101d;
  --algiz-navy-900:#06182a;
  --algiz-navy-850:#0a2138;
  --algiz-navy-800:#0e2a45;
  --algiz-blue-600:#1269ff;
  --algiz-blue-500:#1d7cff;
  --algiz-cyan-500:#18c7ef;
  --algiz-cyan-400:#58dff7;
  --algiz-steel:#8da6b9;
  --algiz-silver:#dfeaf2;
  --algiz-text:#10273b;
  --algiz-muted:#5a7286;
  --algiz-border:#d6e4ee;
  --algiz-border-strong:#b7cddd;
  --algiz-radius-card:24px;
  --algiz-shadow-premium:0 26px 72px rgba(4,27,49,.11),0 2px 10px rgba(7,31,53,.035);
  --algiz-shadow-deep:0 38px 100px rgba(2,22,43,.22);
  --algiz-metal:linear-gradient(145deg,#fbfdff 0%,#dfeaf2 26%,#ffffff 53%,#c8d9e6 100%);
}

body.algiz-app.algiz-premium-r17{
  background:#f6fafc;
  color:var(--algiz-text);
  font-family:var(--algiz-font-sans);
  font-size:16px;
  line-height:1.72;
  letter-spacing:-.005em;
}
.algiz-premium-r17 h1,.algiz-premium-r17 h2,.algiz-premium-r17 h3,.algiz-premium-r17 h4,
.algiz-premium-r17 .algiz-nav,.algiz-premium-r17 .btn{
  font-family:var(--algiz-font-display);
}
.algiz-premium-r17 h1,.algiz-premium-r17 h2,.algiz-premium-r17 h3,.algiz-premium-r17 h4{
  color:#071c2f;
  font-weight:700;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.algiz-premium-r17 h1{line-height:.96}
.algiz-premium-r17 h2{font-size:clamp(2.15rem,3.8vw,3.7rem);line-height:1.01}
.algiz-premium-r17 h3{font-size:clamp(1.1rem,1.45vw,1.38rem);line-height:1.16;letter-spacing:-.028em}
.algiz-premium-r17 p{color:#587185}
.algiz-premium-r17 .container{width:min(calc(100% - 48px),1280px)}
.algiz-premium-r17 .container-wide{width:min(calc(100% - 48px),1450px)}

/* Global shell */
.algiz-premium-r17 .algiz-header{
  height:82px;
  border-bottom:1px solid rgba(170,197,216,.55);
  background:rgba(249,252,254,.82);
  box-shadow:0 1px 0 rgba(255,255,255,.9) inset;
  backdrop-filter:blur(24px) saturate(155%);
}
.algiz-premium-r17 .algiz-header.is-scrolled{
  background:rgba(255,255,255,.94);
  border-color:rgba(170,197,216,.48);
  box-shadow:0 14px 40px rgba(4,29,52,.075);
}
.algiz-premium-r17 .algiz-header__inner{
  width:min(calc(100% - 48px),1450px);
  grid-template-columns:minmax(210px,270px) 1fr auto;
  gap:28px;
}
.algiz-premium-r17 .algiz-brand img{width:205px;filter:drop-shadow(0 7px 14px rgba(7,41,71,.09))}
.algiz-premium-r17 .algiz-nav{
  gap:3px;
  padding:5px;
  border:1px solid rgba(187,207,221,.75);
  border-radius:16px;
  background:rgba(255,255,255,.72);
  box-shadow:0 10px 26px rgba(8,35,57,.035),inset 0 1px 0 rgba(255,255,255,.95);
}
.algiz-premium-r17 .algiz-nav a{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  padding:0 15px;
  border-radius:11px;
  font-size:.84rem;
  font-weight:650;
  color:#4e6579;
  letter-spacing:-.015em;
}
.algiz-premium-r17 .algiz-nav a[aria-current="page"]{
  color:#071c2f;
  background:#fff;
  box-shadow:0 6px 16px rgba(7,31,53,.075);
}
.algiz-premium-r17 .algiz-access{
  min-height:46px;
  padding:0 19px;
  border-radius:13px;
  border:1px solid rgba(84,190,255,.25);
  background:linear-gradient(135deg,#0e62ff 0%,#158bff 55%,#18c7ef 100%);
  box-shadow:0 13px 28px rgba(18,105,255,.20),inset 0 1px 0 rgba(255,255,255,.22);
  font-family:var(--algiz-font-display);
  font-size:.84rem;
  font-weight:700;
}
.algiz-premium-r17 .algiz-access:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(18,105,255,.28)}

/* Typography hierarchy */
.algiz-premium-r17 .section-head{max-width:860px;margin-bottom:clamp(34px,4vw,54px)}
.algiz-premium-r17 .section-head>p{
  max-width:760px;
  margin-top:18px;
  font-size:clamp(1rem,1.2vw,1.13rem);
  line-height:1.78;
}
.algiz-premium-r17 .section-id,
.algiz-premium-r17 .eyebrow,
.algiz-premium-r17 .kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:#176da8;
  font-family:var(--algiz-font-mono);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.algiz-premium-r17 .section-id:before,
.algiz-premium-r17 .eyebrow:before,
.algiz-premium-r17 .kicker:before{
  width:28px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#1269ff,#18c7ef);
  box-shadow:0 0 15px rgba(24,199,239,.30);
}
.algiz-premium-r17 .r04-module .section-id{display:inline-flex!important}
.algiz-premium-r17 .r04-module>.container>.section-head .section-id{margin-bottom:17px}
.algiz-premium-r17 .section-navy .section-id,
.algiz-premium-r17 .section-navy .eyebrow,
.algiz-premium-r17 .section-navy .kicker,
.algiz-premium-r17 .r04-scene--method .kicker,
.algiz-premium-r17 .r04-scene--preparation .kicker{color:#72e5f7}
.algiz-premium-r17 .strong-line{color:#18384f;font-weight:750}
.algiz-premium-r17 .section-navy .strong-line{color:#f4fbff}

/* Buttons */
.algiz-premium-r17 .btn{
  position:relative;
  min-height:50px;
  padding:0 20px;
  border-radius:13px;
  font-size:.88rem;
  font-weight:700;
  letter-spacing:-.01em;
  overflow:hidden;
  transition:transform .2s var(--algiz-ease),box-shadow .2s var(--algiz-ease),border-color .2s var(--algiz-ease),background .2s var(--algiz-ease);
}
.algiz-premium-r17 .btn:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 0 34%,rgba(255,255,255,.20) 46%,transparent 58%);
  transform:translateX(-130%);
  transition:transform .65s var(--algiz-ease);
  pointer-events:none;
}
.algiz-premium-r17 .btn:hover:after{transform:translateX(130%)}
.algiz-premium-r17 .btn:hover{transform:translateY(-2px)}
.algiz-premium-r17 .btn-primary{
  border:1px solid rgba(76,190,255,.24);
  background:linear-gradient(135deg,#0f62ff 0%,#147fff 56%,#17bee9 100%);
  box-shadow:0 15px 34px rgba(15,98,255,.22),inset 0 1px 0 rgba(255,255,255,.18);
}
.algiz-premium-r17 .btn-secondary{
  border:1px solid #cadce8;
  background:linear-gradient(180deg,#fff,#f4f8fb);
  color:#15344c!important;
  box-shadow:0 10px 25px rgba(8,36,58,.06),inset 0 1px 0 #fff;
}

/* Premium icon system */
.algiz-premium-r17 :is(.icon-box,.icon-plate,.v10-icon-plate){
  position:relative;
  overflow:hidden;
  border:1px solid rgba(145,177,199,.42)!important;
  border-radius:17px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(223,235,244,.92) 40%,rgba(255,255,255,.98) 62%,rgba(213,229,240,.9))!important;
  box-shadow:0 11px 26px rgba(7,39,67,.08),inset 0 1px 0 rgba(255,255,255,.95),inset 0 -1px 0 rgba(123,163,190,.13)!important;
}
.algiz-premium-r17 :is(.icon-box,.icon-plate,.v10-icon-plate):before{
  content:"";
  position:absolute;
  width:70%;height:70%;
  left:15%;top:15%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(28,184,237,.17),transparent 67%);
  pointer-events:none;
}
.algiz-premium-r17 :is(.icon-box,.icon-plate,.v10-icon-plate) :is(svg,img){position:relative;z-index:1}
.algiz-premium-r17 .icon{color:#1169c9;stroke-width:1.75}
.algiz-premium-r17 .section-navy :is(.icon-box,.icon-plate,.v10-icon-plate),
.algiz-premium-r17 .r04-scene--method :is(.icon-box,.icon-plate),
.algiz-premium-r17 .r04-scene--preparation :is(.icon-box,.icon-plate){
  border-color:rgba(109,184,218,.24)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(29,79,111,.14))!important;
  box-shadow:0 12px 30px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.algiz-premium-r17 .section-navy .icon{color:#73e5f7}

/* HOME: cinematic operational hero */
.algiz-premium-r17 .r05-hero{
  min-height:min(900px,calc(100svh - 82px));
  padding:clamp(64px,6.5vw,92px) 0 46px;
  background:
    radial-gradient(circle at 78% 20%,rgba(21,143,255,.17),transparent 28%),
    radial-gradient(circle at 10% 92%,rgba(24,199,239,.10),transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f6fbff 58%,#edf6fb 100%);
  border-bottom:1px solid #d9e7ef;
}
.algiz-premium-r17 .r05-hero:before{
  background-image:
    linear-gradient(rgba(22,93,143,.047) 1px,transparent 1px),
    linear-gradient(90deg,rgba(22,93,143,.047) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.72),transparent 94%);
}
.algiz-premium-r17 .r05-hero:after{
  content:"";
  position:absolute;
  width:520px;height:520px;
  right:7%;top:9%;
  border:1px solid rgba(37,146,204,.10);
  border-radius:50%;
  box-shadow:0 0 0 58px rgba(24,199,239,.025),0 0 0 118px rgba(18,105,255,.018);
  pointer-events:none;
  z-index:-1;
}
.algiz-premium-r17 .r05-hero__inner{
  grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);
  gap:clamp(52px,6.5vw,104px);
}
.algiz-premium-r17 .r05-hero__copy{max-width:680px;padding:8px 0}
.algiz-premium-r17 .r05-hero__eyebrow{
  margin-bottom:24px;
  color:#48677d;
  font-size:.66rem;
  letter-spacing:.16em;
  font-weight:800;
}
.algiz-premium-r17 .r05-hero__kicker{
  margin-bottom:14px;
  color:#1269d5;
  font-family:var(--algiz-font-mono);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.12em;
}
.algiz-premium-r17 .r05-hero h1{
  max-width:700px;
  font-size:clamp(4.1rem,6.5vw,7rem);
  line-height:.88;
  letter-spacing:-.07em;
  font-weight:700;
}
.algiz-premium-r17 .r05-hero h1 span{
  display:inline-block;
  margin-top:.09em;
  background:linear-gradient(96deg,#0e5ffc 0%,#1187f1 48%,#16c4eb 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 10px 26px rgba(18,105,255,.09));
}
.algiz-premium-r17 .r05-hero__lead{
  max-width:630px;
  margin-top:28px;
  color:#506b80;
  font-size:clamp(1.04rem,1.2vw,1.18rem);
  line-height:1.78;
}
.algiz-premium-r17 .r05-hero__actions{margin-top:31px;gap:11px}
.algiz-premium-r17 .r05-hero__flow{
  max-width:660px;
  margin-top:34px;
  padding:12px 14px;
  gap:8px;
  border:1px solid #d8e6ee;
  border-radius:14px;
  background:rgba(255,255,255,.74);
  box-shadow:0 10px 26px rgba(7,37,63,.045),inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter:blur(12px);
  color:#617c90;
  font-size:.56rem;
  letter-spacing:.11em;
  white-space:nowrap;
}
.algiz-premium-r17 .r05-hero__flow span{flex:none;font-weight:850}
.algiz-premium-r17 .r05-hero__flow i{width:15px;background:linear-gradient(90deg,#c0d4e1,#36bddf)}
.algiz-premium-r17 .r05-hero__product{max-width:525px;justify-self:end;width:100%}
.algiz-premium-r17 .r05-product-shell{
  padding:9px;
  border:1px solid rgba(138,177,204,.58);
  border-radius:28px;
  background:rgba(255,255,255,.78);
  box-shadow:0 48px 120px rgba(4,30,57,.19),0 2px 0 rgba(255,255,255,.98) inset;
  transform:rotateY(-3deg) rotateX(1deg);
}
.algiz-premium-r17 .r05-product-shell__bar{
  height:48px;
  color:#60788b;
  font-size:.58rem;
}
.algiz-premium-r17 .r05-product-shell__bar b{color:#17364e;font-size:.61rem;letter-spacing:.11em}
.algiz-premium-r17 .r05-product-shell__bar small{color:#1c85a9;font-weight:800}
.algiz-premium-r17 .r05-product-shell__media{
  aspect-ratio:4/5;
  border-radius:20px;
  background:#07182a;
  box-shadow:0 22px 55px rgba(1,20,38,.24);
}
.algiz-premium-r17 .r05-product-shell__media img{
  width:100%;height:100%;
  aspect-ratio:auto;
  object-fit:cover;
  object-position:72% center;
  filter:saturate(.98) contrast(1.02);
}
.algiz-premium-r17 .r05-product-shell__reflection{
  background:linear-gradient(118deg,rgba(255,255,255,.18),transparent 24%,transparent 69%,rgba(24,199,239,.10));
}
.algiz-premium-r17 .r05-product-shell__badge{
  min-width:188px;
  padding:11px 13px;
  border:1px solid rgba(180,205,222,.8);
  border-radius:15px;
  background:rgba(255,255,255,.91);
  box-shadow:0 20px 48px rgba(5,31,55,.14),inset 0 1px 0 rgba(255,255,255,.95);
}
.algiz-premium-r17 .r05-product-shell__badge img{width:36px;height:36px;filter:drop-shadow(0 8px 13px rgba(18,105,255,.12))}
.algiz-premium-r17 .r05-product-shell__badge small{color:#678096;font-size:.53rem;letter-spacing:.12em}
.algiz-premium-r17 .r05-product-shell__badge strong{color:#15364e;font-size:.73rem}
.algiz-premium-r17 .r05-product-shell__badge--a{left:-28px;top:20%}
.algiz-premium-r17 .r05-product-shell__badge--b{right:-22px;bottom:22%}
.algiz-premium-r17 .r05-product-shell__badge--c{left:10%;bottom:-24px}
.algiz-premium-r17 .r05-hero__metrics{
  margin-top:36px;
  gap:10px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.algiz-premium-r17 .r05-hero__metrics article{
  min-height:76px;
  padding:17px 20px;
  border:1px solid #d7e5ee;
  border-radius:17px;
  background:rgba(255,255,255,.82);
  box-shadow:0 12px 30px rgba(7,36,59,.055),inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter:blur(10px);
}
.algiz-premium-r17 .r05-hero__metrics strong{
  font-family:var(--algiz-font-display);
  font-size:1.72rem;
  color:#092944;
}
.algiz-premium-r17 .r05-hero__metrics span{font-size:.79rem;color:#668096}

/* Section composition */
.algiz-premium-r17 .r04-scene{
  border-top:1px solid rgba(208,226,237,.78);
  background:#fff;
}
.algiz-premium-r17 .r04-scene:nth-of-type(even){background:#f6fafc}
.algiz-premium-r17 .r04-scene__rail{
  width:min(calc(100% - 48px),1450px);
  padding-top:25px;
  color:#7a92a4;
  letter-spacing:.13em;
}
.algiz-premium-r17 .r04-scene__rail span{
  width:34px;height:34px;
  border:1px solid #d7e6ef;
  border-radius:10px;
  background:linear-gradient(145deg,#fff,#edf5fa);
  color:#176b99;
  box-shadow:0 7px 18px rgba(7,36,59,.055);
}
.algiz-premium-r17 .r04-scene__rail i{background:linear-gradient(90deg,#bcd5e4 0%,rgba(188,213,228,.18) 58%,transparent)}
.algiz-premium-r17 .r04-module{padding:clamp(66px,6.3vw,100px) 0!important}
.algiz-premium-r17 .r04-module+.r04-module{border-color:rgba(208,225,236,.70)}
.algiz-premium-r17 .section-grid{
  grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);
  gap:clamp(44px,6vw,84px);
}
.algiz-premium-r17 .section-grid>div:first-child>p:not(.kicker){max-width:720px}
.algiz-premium-r17 .prose-block{max-width:930px}
.algiz-premium-r17 .prose-block>p{max-width:820px}
.algiz-premium-r17 .prose-block>p+p{margin-top:15px}
.algiz-premium-r17 .list-check{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 18px;
  margin-top:22px;
}
.algiz-premium-r17 .list-check li{
  position:relative;
  padding:10px 12px 10px 34px;
  border:1px solid rgba(207,224,235,.8);
  border-radius:12px;
  background:rgba(255,255,255,.72);
  color:#466177;
  font-size:.88rem;
  line-height:1.5;
}
.algiz-premium-r17 .list-check li:before{
  position:absolute;left:12px;top:12px;
  width:15px;height:15px;
  display:grid;place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#1269ff,#18c7ef);
  color:#fff;
  font-size:.58rem;
}
.algiz-premium-r17 .section-navy .list-check li,
.algiz-premium-r17 .r04-scene--method .list-check li,
.algiz-premium-r17 .r04-scene--preparation .list-check li{
  border-color:rgba(123,180,210,.15);
  background:rgba(255,255,255,.045);
  color:#bbcfdd;
}

/* Visual frames */
.algiz-premium-r17 :is(.technical-frame,.visual,.app-preview,.product-core,.cert-core){
  border-radius:26px;
}
.algiz-premium-r17 .technical-frame{
  position:relative;
  padding:9px;
  border:1px solid #c7dae7;
  background:linear-gradient(145deg,#fff,#edf5fa);
  box-shadow:var(--algiz-shadow-premium);
}
.algiz-premium-r17 .technical-frame[data-media-label]::before{
  content:attr(data-media-label);
  position:absolute;
  z-index:5;
  left:20px;top:20px;
  padding:7px 9px 6px;
  border:1px solid rgba(156,207,228,.18);
  border-radius:8px;
  background:rgba(6,28,47,.76);
  color:#a9eff9;
  font:800 .54rem/1 var(--algiz-font-mono);
  letter-spacing:.10em;
  backdrop-filter:blur(10px);
  box-shadow:0 10px 26px rgba(2,20,36,.16);
}
.algiz-premium-r17 .technical-frame[data-media-label]::after{
  content:"";
  position:absolute;z-index:5;
  width:7px;height:7px;
  right:21px;top:23px;
  border-radius:50%;
  background:#46e5f4;
  box-shadow:0 0 0 4px rgba(70,229,244,.12),0 0 16px rgba(70,229,244,.75);
}
.algiz-premium-r17 .technical-frame .image-stage{
  padding:0;
  border:0;
  border-radius:18px;
  overflow:hidden;
  background:#071a2d;
  box-shadow:none;
}
.algiz-premium-r17 .technical-frame .image-stage img{
  width:100%;
  min-height:340px;
  object-fit:cover;
  object-position:center;
  border-radius:18px;
}
.algiz-premium-r17 .technical-frame .image-stage.landscape img{aspect-ratio:16/10}
.algiz-premium-r17 .hud-grid{
  opacity:.42;
  background-image:linear-gradient(rgba(77,198,234,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(77,198,234,.08) 1px,transparent 1px);
  background-size:26px 26px;
}

/* Cards / modules */
.algiz-premium-r17 :is(.card,.info-card,.benefit-card-v7,.audience-card-v7,.why-card-v7,.assigned-card-v8,.continuous-card-v8,.mastery-principle-v8,.pace-card-v8,.model-stage,.domain-card,.home-domain-chip,.ecosystem-node,.progressive-level){
  border:1px solid #d9e6ee;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#fbfdfe);
  box-shadow:0 10px 28px rgba(7,35,57,.045),inset 0 1px 0 rgba(255,255,255,.96);
  transition:transform .22s var(--algiz-ease),border-color .22s var(--algiz-ease),box-shadow .22s var(--algiz-ease);
}
.algiz-premium-r17 :is(.card,.info-card,.benefit-card-v7,.audience-card-v7,.why-card-v7,.assigned-card-v8,.continuous-card-v8,.mastery-principle-v8,.pace-card-v8,.model-stage,.domain-card,.home-domain-chip,.ecosystem-node,.progressive-level):hover{
  transform:translateY(-4px);
  border-color:#b9d8e7;
  box-shadow:0 22px 48px rgba(7,35,57,.085),inset 0 1px 0 #fff;
}
.algiz-premium-r17 .home-domain-chip{min-height:82px;padding:15px 14px!important}
.algiz-premium-r17 .home-domain-chip strong{color:#24465d!important;font-size:.78rem!important}
.algiz-premium-r17 .domain-card{padding:22px!important;min-height:165px!important}
.algiz-premium-r17 .domain-card h3{margin-top:16px!important}
.algiz-premium-r17 .domain-card p{font-size:.86rem!important;line-height:1.6!important}
.algiz-premium-r17 .ecosystem-board{
  border:1px solid #d3e2eb!important;
  background:linear-gradient(145deg,#fff,#f3f9fc)!important;
  box-shadow:0 28px 70px rgba(7,38,64,.085)!important;
}
.algiz-premium-r17 .ecosystem-core{
  border-color:#225676!important;
  background:radial-gradient(circle at 50% 42%,#0d3a58 0%,#071b2f 66%)!important;
  box-shadow:0 0 0 10px rgba(24,199,239,.045),0 0 0 21px rgba(18,105,255,.025),0 24px 60px rgba(5,30,52,.22)!important;
}

/* Dark chapters */
.algiz-premium-r17 :is(.r04-scene--method,.r04-scene--preparation,.section-navy,.r09-intelligence-suite){
  background:
    radial-gradient(circle at 80% 14%,rgba(24,199,239,.13),transparent 26%),
    radial-gradient(circle at 10% 88%,rgba(18,105,255,.12),transparent 29%),
    linear-gradient(145deg,#041423 0%,#071c30 48%,#0b2b46 100%)!important;
}
.algiz-premium-r17 :is(.r04-scene--method,.r04-scene--preparation,.section-navy) h2,
.algiz-premium-r17 :is(.r04-scene--method,.r04-scene--preparation,.section-navy) h3{color:#f7fcff!important}
.algiz-premium-r17 :is(.r04-scene--method,.r04-scene--preparation,.section-navy) p{color:#aec4d4}
.algiz-premium-r17 .r04-scene--method :is(.model-stage,.info-card,.card),
.algiz-premium-r17 .r04-scene--preparation :is(.model-stage,.info-card,.card),
.algiz-premium-r17 .section-navy :is(.card,.info-card,.benefit-card-v7,.audience-card-v7,.why-card-v7,.progressive-level){
  border-color:rgba(127,185,214,.16)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.035))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}

/* Home ecosystem / model / intelligence */
.algiz-premium-r17 .home-what-orbit{
  padding:9px!important;
  border:1px solid #c8dce8!important;
  background:linear-gradient(145deg,#fff,#edf6fb)!important;
  box-shadow:0 34px 86px rgba(6,36,61,.13)!important;
}
.algiz-premium-r17 .home-what-orbit img{border-radius:18px!important}
.algiz-premium-r17 .r09-intelligence-suite{
  border:1px solid rgba(132,189,217,.17);
  border-radius:30px;
  box-shadow:0 36px 100px rgba(2,20,37,.24);
}
.algiz-premium-r17 .insight-chip{
  border-radius:14px!important;
  min-height:66px!important;
  padding:13px!important;
}

/* Platform page */
.algiz-premium-r17 .r06-platform-hero{
  padding:clamp(80px,7vw,112px) 0 84px;
  background:
    radial-gradient(circle at 78% 18%,rgba(24,199,239,.13),transparent 27%),
    radial-gradient(circle at 12% 80%,rgba(18,105,255,.08),transparent 28%),
    linear-gradient(180deg,#fff,#f2f8fc);
}
.algiz-premium-r17 .r06-platform-hero__grid{
  grid-template-columns:minmax(0,.84fr) minmax(560px,1.16fr);
  gap:clamp(54px,6.5vw,96px);
}
.algiz-premium-r17 .r06-platform-hero h1{
  font-size:clamp(4rem,6vw,6.4rem);
  line-height:.91;
  letter-spacing:-.065em;
}
.algiz-premium-r17 .r06-platform-hero__copy>p{font-size:1.08rem;line-height:1.78;color:#557084}
.algiz-premium-r17 .r06-platform-hero__stages{
  margin-top:32px;
  gap:8px;
  border:0;
  border-radius:0;
  background:transparent;
  overflow:visible;
}
.algiz-premium-r17 .r06-platform-hero__stages>span{
  padding:12px;
  border:1px solid #d6e4ed!important;
  border-radius:14px;
  background:rgba(255,255,255,.82);
  box-shadow:0 10px 25px rgba(6,35,58,.045);
}
.algiz-premium-r17 .r06-platform-hero__stages img{filter:drop-shadow(0 6px 11px rgba(18,105,255,.11))}
.algiz-premium-r17 .r06-app-frame{
  padding:9px;
  border:1px solid #bed4e2;
  border-radius:28px;
  background:rgba(255,255,255,.82);
  box-shadow:0 48px 120px rgba(4,30,56,.19);
}
.algiz-premium-r17 .r06-app-frame__image{border-radius:20px}
.algiz-premium-r17 .r06-story-step{padding:clamp(72px,7vw,112px) 0!important}
.algiz-premium-r17 .r06-story-step:before{color:rgba(12,70,105,.045)}
.algiz-premium-r17 .r06-story-step h2{font-size:clamp(2.2rem,3.6vw,3.55rem)!important}
.algiz-premium-r17 .r06-story-step .technical-frame,
.algiz-premium-r17 .r06-story-step .platform-media-i{
  border-color:#c8dce8!important;
  border-radius:26px!important;
  box-shadow:0 30px 76px rgba(6,36,61,.12)!important;
}

/* Product + certification page heroes */
.algiz-premium-r17 :is(.products-hero,.cert-hero){
  overflow:hidden;
  padding:clamp(80px,7vw,116px) 0;
  background:
    radial-gradient(circle at 83% 16%,rgba(24,199,239,.13),transparent 26%),
    radial-gradient(circle at 12% 86%,rgba(18,105,255,.08),transparent 30%),
    linear-gradient(180deg,#fff 0%,#f2f8fc 100%)!important;
  border-bottom:1px solid #d8e6ee;
}
.algiz-premium-r17 :is(.products-hero,.cert-hero):before{
  content:"";
  position:absolute;inset:0;z-index:-1;
  background-image:linear-gradient(rgba(26,105,154,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(26,105,154,.035) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom,#000,transparent 95%);
}
.algiz-premium-r17 :is(.products-hero-grid,.cert-hero-grid){
  grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);
  gap:clamp(48px,6vw,86px);
}
.algiz-premium-r17 :is(.products-hero,.cert-hero) h1{
  font-size:clamp(3.7rem,5.6vw,5.9rem);
  line-height:.94;
  letter-spacing:-.06em;
}
.algiz-premium-r17 :is(.products-hero,.cert-hero) .support-copy{font-size:.96rem!important;color:#667e91}
.algiz-premium-r17 .product-showcase,
.algiz-premium-r17 .cert-showcase{
  border-radius:28px;
  box-shadow:0 42px 100px rgba(5,31,55,.17);
}
.algiz-premium-r17 .product-showcase{
  border-color:#c7dce8;
  background:linear-gradient(145deg,#fff,#eef6fb);
}
.algiz-premium-r17 .cert-showcase{
  border-color:#173e5c;
  background:linear-gradient(145deg,#041522,#08233a 55%,#0b3150);
}
.algiz-premium-r17 .product-showcase__family{
  border-radius:16px;
  transition:transform .2s var(--algiz-ease),border-color .2s var(--algiz-ease),box-shadow .2s var(--algiz-ease);
}
.algiz-premium-r17 .product-showcase__family:hover{transform:translateY(-3px);border-color:#bad6e5;box-shadow:0 14px 32px rgba(8,38,60,.07)}
.algiz-premium-r17 .cert-showcase__provider{border-radius:15px;transition:transform .2s var(--algiz-ease),background .2s var(--algiz-ease)}
.algiz-premium-r17 .cert-showcase__provider:hover{transform:translateY(-2px);background:rgba(255,255,255,.085)}


.algiz-premium-r17 .cert-path-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:26px;
}
.algiz-premium-r17 .cert-path-strip .cert-path-step{
  min-height:92px;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  align-items:center;
  gap:5px 9px;
  padding:13px 14px;
  border:1px solid #d7e5ed;
  border-radius:15px;
  background:rgba(255,255,255,.78);
  box-shadow:0 9px 22px rgba(7,35,57,.045);
}
.algiz-premium-r17 .cert-path-strip .cert-path-step>span{
  grid-column:1/-1;
  color:#668095;
  font:800 .62rem/1 var(--algiz-font-mono);
}
.algiz-premium-r17 .cert-path-strip .cert-path-step .icon{width:20px;height:20px;color:#1269d5}
.algiz-premium-r17 .cert-path-strip .cert-path-step strong{font-size:.75rem;letter-spacing:.04em;color:#17364e}

/* Product / certification catalog */
.algiz-premium-r17 .catalog-tools{
  padding:14px;
  border:1px solid #d6e5ee;
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#f7fafc);
  box-shadow:0 13px 32px rgba(7,35,57,.05);
}
.algiz-premium-r17 .search-box input,
.algiz-premium-r17 .r07-sort-control select,
.algiz-premium-r17 .r08-sort-control select{
  min-height:48px;
  border-radius:12px;
  border-color:#cadde8;
  background:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 5px 14px rgba(7,35,57,.035);
}
.algiz-premium-r17 .filter-btn,
.algiz-premium-r17 :is([data-view],[data-cert-view]){
  min-height:42px;
  border-radius:11px!important;
}
.algiz-premium-r17 .filter-btn.active,
.algiz-premium-r17 :is([data-view],[data-cert-view]).is-active{
  background:linear-gradient(135deg,#071b2f,#0b3150)!important;
  border-color:#0b3150!important;
  box-shadow:0 9px 20px rgba(5,34,58,.13);
}
.algiz-premium-r17 .r07-family-overview .product-mode-card{
  min-height:164px;
  padding:23px;
  border-radius:22px;
  background:linear-gradient(160deg,#fff 0%,#f8fbfd 70%,#eef8fc 100%);
}
.algiz-premium-r17 .r07-product-card{
  padding:22px!important;
  border-radius:20px!important;
  border-color:#d8e6ee!important;
  box-shadow:0 12px 30px rgba(7,35,57,.052)!important;
}
.algiz-premium-r17 .r07-product-card:hover{transform:translateY(-5px);box-shadow:0 26px 58px rgba(7,35,57,.10)!important}
.algiz-premium-r17 .r07-product-card h3{font-family:var(--algiz-font-display);font-size:1.13rem}
.algiz-premium-r17 .r08-provider-card{
  border-radius:16px;
  border-color:#d6e5ee;
  background:linear-gradient(180deg,#fff,#f8fbfd);
  box-shadow:0 8px 20px rgba(7,35,57,.04);
}
.algiz-premium-r17 .r08-cert-card{
  min-height:240px;
  border-radius:22px!important;
  border-color:#d7e5ed!important;
  box-shadow:0 13px 32px rgba(7,35,57,.055)!important;
}
.algiz-premium-r17 .r08-cert-card:hover{transform:translateY(-5px);box-shadow:0 28px 60px rgba(7,35,57,.105)!important}
.algiz-premium-r17 .r08-cert-card .cert-logo{
  background:radial-gradient(circle at 50% 42%,#fff 0%,#eef5f9 65%,#e6f0f6 100%);
}
.algiz-premium-r17 .r08-cert-card .cert-logo img{filter:drop-shadow(0 10px 18px rgba(8,38,60,.08))}
.algiz-premium-r17 .r08-cert-card h3{font-family:var(--algiz-font-display);font-size:1.08rem}
.algiz-premium-r17 .r08-cert-detail-btn{
  min-height:38px;
  border-radius:10px;
  background:linear-gradient(180deg,#fff,#f2f7fa);
  transition:transform .18s var(--algiz-ease),border-color .18s var(--algiz-ease),box-shadow .18s var(--algiz-ease);
}
.algiz-premium-r17 .r08-cert-detail-btn:hover{transform:translateY(-1px);border-color:#b9d3e2;box-shadow:0 8px 18px rgba(7,35,57,.07)}
.algiz-premium-r17 .catalog-note{
  display:inline-flex;
  width:auto;
  margin:10px 8px 0 0!important;
  padding:8px 11px;
  border:1px solid #d8e6ee;
  border-radius:10px;
  background:#f7fbfd;
  color:#667f91!important;
  font-size:.78rem!important;
  line-height:1.45!important;
}

/* FAQ / disclosure */
.algiz-premium-r17 .algiz-disclosure,
.algiz-premium-r17 details.faq-item{
  border-color:#d7e5ed;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 32px rgba(7,35,57,.045);
}
.algiz-premium-r17 .algiz-disclosure__summary{
  min-height:88px;
  background:linear-gradient(135deg,#fff,#f6fafc);
}
.algiz-premium-r17 details.faq-item summary{font-family:var(--algiz-font-display);font-weight:650;color:#17364d}

/* Footer */
.algiz-premium-r17 .algiz-footer{
  background:
    radial-gradient(circle at 14% 4%,rgba(18,105,255,.16),transparent 25%),
    radial-gradient(circle at 88% 18%,rgba(24,199,239,.10),transparent 24%),
    linear-gradient(145deg,#03111f,#061b2e 55%,#092844);
}
.algiz-premium-r17 .algiz-footer__main{
  width:min(calc(100% - 48px),1450px);
  padding:72px 0 52px;
  gap:48px;
}
.algiz-premium-r17 .algiz-footer__brand img{width:205px}
.algiz-premium-r17 .algiz-footer__col strong{font-family:var(--algiz-font-display);font-size:.72rem;letter-spacing:.12em}
.algiz-premium-r17 .algiz-footer__col a{color:#a8bdcc;font-size:.9rem}
.algiz-premium-r17 .algiz-footer__bottom{border-color:rgba(135,185,213,.12)}

/* Motion: restrained premium feel */
@media (hover:hover) and (prefers-reduced-motion:no-preference){
  .algiz-premium-r17 .r05-product-shell{animation:r17Float 6.6s ease-in-out infinite}
  .algiz-premium-r17 .r05-product-shell__badge--a{animation:r17FloatBadge 5.6s ease-in-out infinite}
  .algiz-premium-r17 .r05-product-shell__badge--b{animation:r17FloatBadge 6.2s ease-in-out .7s infinite}
  .algiz-premium-r17 .r05-product-shell__badge--c{animation:r17FloatBadge 5.9s ease-in-out 1.1s infinite}
}
@keyframes r17Float{0%,100%{transform:rotateY(-3deg) rotateX(1deg) translateY(0)}50%{transform:rotateY(-2deg) rotateX(.6deg) translateY(-8px)}}
@keyframes r17FloatBadge{0%,100%{margin-top:0}50%{margin-top:-6px}}

/* Responsive */
@media(max-width:1180px){
  .algiz-premium-r17 .r05-hero__inner,
  .algiz-premium-r17 .r06-platform-hero__grid,
  .algiz-premium-r17 :is(.products-hero-grid,.cert-hero-grid){grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:44px}
  .algiz-premium-r17 .r05-product-shell__badge--a{left:8px}.algiz-premium-r17 .r05-product-shell__badge--b{right:8px}
  .algiz-premium-r17 .algiz-header__inner{grid-template-columns:minmax(185px,230px) 1fr auto;gap:16px}
  .algiz-premium-r17 .algiz-brand img{width:180px}
  .algiz-premium-r17 .algiz-nav a{padding-inline:12px}
}
@media(max-width:980px){
  .algiz-premium-r17 .r05-hero{min-height:auto}
  .algiz-premium-r17 .r05-hero__inner,
  .algiz-premium-r17 .r06-platform-hero__grid,
  .algiz-premium-r17 :is(.products-hero-grid,.cert-hero-grid),
  .algiz-premium-r17 .section-grid{grid-template-columns:1fr}
  .algiz-premium-r17 .r05-hero__copy,.algiz-premium-r17 .r06-platform-hero__copy{max-width:780px}
  .algiz-premium-r17 .r05-hero__product,.algiz-premium-r17 .r06-platform-hero__visual{justify-self:center;max-width:760px}
  .algiz-premium-r17 .r05-product-shell__media{aspect-ratio:16/10}
  .algiz-premium-r17 .r05-product-shell__media img{object-position:67% center}
  .algiz-premium-r17 .r05-product-shell__badge--c{left:22%}
  .algiz-premium-r17 .section-grid.reverse>:first-child,.algiz-premium-r17 .section-grid.reverse>:last-child{order:initial}
  .algiz-premium-r17 .algiz-header__inner{width:min(calc(100% - 34px),1450px)}
}
@media(max-width:760px){
  .algiz-premium-r17 .container,.algiz-premium-r17 .container-wide{width:min(calc(100% - 30px),1280px)}
  .algiz-premium-r17 .algiz-header{height:74px}
  .algiz-premium-r17 .algiz-header__inner{width:calc(100% - 28px);grid-template-columns:1fr auto;gap:10px}
  .algiz-premium-r17 .algiz-brand img{width:158px}
  .algiz-premium-r17 .algiz-menu-toggle{border-radius:12px}
  .algiz-premium-r17 .r05-hero{padding:54px 0 42px}
  .algiz-premium-r17 .r05-hero h1{font-size:clamp(3.15rem,15vw,4.8rem)}
  .algiz-premium-r17 .r05-hero__lead{font-size:1rem;margin-top:22px}
  .algiz-premium-r17 .r05-hero__actions{display:grid}
  .algiz-premium-r17 .r05-hero__actions .btn{width:100%;justify-content:center}
  .algiz-premium-r17 .r05-hero__flow{overflow-x:auto;max-width:100%;padding:11px 12px}
  .algiz-premium-r17 .r05-product-shell{transform:none!important;border-radius:22px;padding:7px}
  .algiz-premium-r17 .r05-product-shell__media{aspect-ratio:1.08/1;border-radius:15px}
  .algiz-premium-r17 .r05-product-shell__bar{height:42px}
  .algiz-premium-r17 .r05-product-shell__badge{min-width:0;padding:8px 10px}
  .algiz-premium-r17 .r05-product-shell__badge img{width:29px;height:29px}
  .algiz-premium-r17 .r05-product-shell__badge strong{font-size:.65rem}
  .algiz-premium-r17 .r05-product-shell__badge--a{top:17%;left:6px}.algiz-premium-r17 .r05-product-shell__badge--b{right:6px;bottom:12%}.algiz-premium-r17 .r05-product-shell__badge--c{display:none}
  .algiz-premium-r17 .r05-hero__metrics{grid-template-columns:1fr;margin-top:24px}
  .algiz-premium-r17 .r05-hero__metrics article{min-height:64px;justify-content:space-between}
  .algiz-premium-r17 .r04-scene__rail{width:calc(100% - 30px)}
  .algiz-premium-r17 .r04-module{padding:58px 0!important}
  .algiz-premium-r17 .list-check{grid-template-columns:1fr}
  .algiz-premium-r17 .technical-frame .image-stage img{min-height:0}
  .algiz-premium-r17 .r06-platform-hero{padding:58px 0}
  .algiz-premium-r17 .r06-platform-hero h1,.algiz-premium-r17 :is(.products-hero,.cert-hero) h1{font-size:clamp(3rem,14vw,4.5rem)}
  .algiz-premium-r17 .r06-platform-hero__stages{grid-template-columns:repeat(2,1fr)}
  .algiz-premium-r17 :is(.products-hero,.cert-hero){padding:60px 0}
  .algiz-premium-r17 .catalog-tools{padding:11px;border-radius:16px}
  .algiz-premium-r17 .catalog-note{display:block;margin-right:0!important}
  .algiz-premium-r17 .algiz-footer__main{width:calc(100% - 32px);padding:58px 0 42px}
}
@media(max-width:480px){
  .algiz-premium-r17 .r05-hero h1{font-size:clamp(2.9rem,16vw,4rem)}
  .algiz-premium-r17 .r05-hero__flow{gap:6px;font-size:.52rem}
  .algiz-premium-r17 .r05-hero__flow i{width:9px}
  .algiz-premium-r17 .r05-product-shell__badge--b{display:none}
  .algiz-premium-r17 .r06-platform-hero__stages{grid-template-columns:1fr 1fr}
}
@media(prefers-reduced-motion:reduce){
  .algiz-premium-r17 .r05-product-shell,.algiz-premium-r17 .r05-product-shell__badge{animation:none!important}
  .algiz-premium-r17 .btn:after{display:none}
}
\n\n/* ==========================================================================\n   R18 — Original ALGIZ icon library integration\n   User-supplied metallic/hexagonal iconography with true alpha backgrounds.\n   ========================================================================== */\n.algiz-phase-r10-r12 .icon-box:has(>img[src$=".png"][src*="assets/icons/algiz/"]),\n.algiz-phase-r10-r12 .icon-plate:has(>img[src$=".png"][src*="assets/icons/algiz/"]),\n.algiz-phase-r10-r12 .v10-icon-plate:has(>img[src$=".png"][src*="assets/icons/algiz/"]){\n  width:64px;height:64px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;\n}\n.algiz-phase-r10-r12 :is(.section-navy,.r09-intelligence-suite,.r05-hero) .icon-box:has(>img[src$=".png"][src*="assets/icons/algiz/"]){\n  border:0;background:transparent;box-shadow:none;\n}\n.algiz-phase-r10-r12 .icon-box:has(>img[src$=".png"][src*="assets/icons/algiz/"])::after,\n.algiz-phase-r10-r12 .icon-plate:has(>img[src$=".png"][src*="assets/icons/algiz/"])::after{display:none}\n.algiz-phase-r10-r12 .icon-box>img[src$=".png"][src*="assets/icons/algiz/"],\n.algiz-phase-r10-r12 .icon-plate>img[src$=".png"][src*="assets/icons/algiz/"],\n.algiz-phase-r10-r12 .v10-icon-plate>img[src$=".png"][src*="assets/icons/algiz/"],\n.algiz-phase-r10-r12 img.v10-icon-img[src$=".png"][src*="assets/icons/algiz/"]{\n  width:60px!important;height:60px!important;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(4,31,54,.16));\n}\n.algiz-phase-r10-r12 :is(.section-navy,.r09-intelligence-suite,.r05-hero) img[src$=".png"][src*="assets/icons/algiz/"]{\n  filter:drop-shadow(0 10px 18px rgba(0,0,0,.28)) drop-shadow(0 0 10px rgba(34,199,238,.12));\n}\n.r04-scene .home-domain-chip{grid-template-columns:48px minmax(0,1fr);gap:9px;min-height:64px}\n.r04-scene .home-domain-chip .icon-box{width:46px!important;height:46px!important}\n.r04-scene .home-domain-chip .icon-box img[src$=".png"]{width:46px!important;height:46px!important}\n.r04-scene .ecosystem-node{grid-template-columns:54px auto}\n.r04-scene .ecosystem-node .icon-box{width:52px!important;height:52px!important}\n.r04-scene .ecosystem-node .icon-box img[src$=".png"]{width:52px!important;height:52px!important}\n.r04-scene .domain-card .icon-box{width:60px!important;height:60px!important}\n.r04-scene .domain-card .icon-box img[src$=".png"]{width:60px!important;height:60px!important}\n.model-stage__icon img[src$=".png"],.platform-module-icon img[src$=".png"],.platform-engine-icon img[src$=".png"]{\n  width:64px!important;height:64px!important;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(4,31,54,.14));\n}\n.r07-product-card{grid-template-columns:66px minmax(0,1fr)}\n.r07-product-card>.icon-box{width:62px!important;height:62px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}\n.r07-product-card>.icon-box img[src$=".png"]{width:62px!important;height:62px!important}\nbody[data-product-view="compact"] .r07-product-card{grid-template-columns:50px minmax(0,1fr)}\nbody[data-product-view="compact"] .r07-product-card>.icon-box{width:48px!important;height:48px!important;padding:0!important}\nbody[data-product-view="compact"] .r07-product-card>.icon-box img[src$=".png"]{width:48px!important;height:48px!important}\nbody[data-product-view="list"] .r07-product-card{grid-template-columns:56px minmax(0,1fr) auto}\n.r07-detail-icon img[src$=".png"]{width:88px!important;height:88px!important;object-fit:contain}\n@media(max-width:650px){\n  .algiz-phase-r10-r12 .icon-box:has(>img[src$=".png"][src*="assets/icons/algiz/"]),\n  .algiz-phase-r10-r12 .icon-plate:has(>img[src$=".png"][src*="assets/icons/algiz/"]){width:56px;height:56px}\n  .algiz-phase-r10-r12 .icon-box>img[src$=".png"][src*="assets/icons/algiz/"],\n  .algiz-phase-r10-r12 .icon-plate>img[src$=".png"][src*="assets/icons/algiz/"]{width:54px!important;height:54px!important}\n  .r04-scene .home-domain-chip{grid-template-columns:44px minmax(0,1fr)}\n  .r04-scene .home-domain-chip .icon-box,.r04-scene .home-domain-chip .icon-box img[src$=".png"]{width:42px!important;height:42px!important}\n}\n
/* R18 supplemental placement for supplied ALGIZ icons in process strips. */
.algiz-step-icon{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 7px 12px rgba(4,31,54,.14));flex:0 0 auto}
.product-mission-step .algiz-step-icon{display:block;margin-bottom:7px;width:42px;height:42px}
.cert-path-step .algiz-step-icon{width:42px;height:42px}
.card-dark>.algiz-step-icon{display:block;width:56px;height:56px;margin-bottom:14px;filter:drop-shadow(0 10px 16px rgba(0,0,0,.28)) drop-shadow(0 0 9px rgba(34,199,238,.12))}
.algiz-premium-r17 .cert-path-strip .cert-path-step .algiz-step-icon{grid-row:2;grid-column:1;width:42px;height:42px}
@media(max-width:650px){.algiz-step-icon{width:40px;height:40px}.card-dark>.algiz-step-icon{width:52px;height:52px}}


/* ===== SOURCE: assets/css/algiz-r19.css ===== */
:root{
  --r19-navy:#06111f;--r19-navy-2:#09192c;--r19-navy-3:#0e223a;--r19-ink:#0b1624;--r19-copy:#41536a;
  --r19-ice:#f4f8fc;--r19-white:#ffffff;--r19-line:#d9e4ef;--r19-blue:#0f79ff;--r19-cyan:#00d8ff;
  --r19-steel:#a9b8c7;--r19-silver:#dce7f1;--r19-shadow:0 24px 70px rgba(5,23,42,.12);
  --r19-radius:26px;--r19-radius-sm:18px;--r19-display:"Bahnschrift","DIN Alternate","Arial Narrow","Segoe UI",sans-serif;
  --r19-body:Inter,"Segoe UI Variable","Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
}
html{scroll-behavior:smooth}body.algiz-premium-r19{font-family:var(--r19-body);background:var(--r19-ice);color:var(--r19-ink);overflow-x:hidden}
body.algiz-premium-r19 ::selection{background:#0f79ff;color:#fff}
body.algiz-premium-r19 .algiz-header{position:sticky;top:0;z-index:1000;background:rgba(5,17,31,.88)!important;border-bottom:1px solid rgba(114,178,231,.18)!important;backdrop-filter:blur(22px) saturate(140%);box-shadow:0 12px 42px rgba(0,0,0,.16)}
body.algiz-premium-r19 .algiz-header__inner{max-width:1540px;margin:auto;padding:10px 28px;min-height:76px}
body.algiz-premium-r19 .algiz-brand img{height:46px!important;width:auto!important;filter:drop-shadow(0 8px 24px rgba(0,161,255,.12))}
body.algiz-premium-r19 .algiz-nav{gap:6px}body.algiz-premium-r19 .algiz-nav a{color:#c8d7e6!important;font-size:.78rem!important;font-weight:800!important;letter-spacing:.105em!important;text-transform:uppercase!important;border-radius:999px;padding:11px 15px!important;transition:.25s ease}
body.algiz-premium-r19 .algiz-nav a:hover,body.algiz-premium-r19 .algiz-nav a[aria-current="page"]{color:white!important;background:rgba(38,146,255,.13)!important;box-shadow:inset 0 0 0 1px rgba(67,173,255,.2)}
body.algiz-premium-r19 .algiz-access{border:1px solid rgba(74,187,255,.42)!important;background:linear-gradient(135deg,rgba(17,120,255,.9),rgba(0,208,255,.78))!important;box-shadow:0 10px 28px rgba(0,118,255,.22)!important;color:#fff!important;border-radius:12px!important;font-weight:850!important;letter-spacing:.06em!important}
body.algiz-premium-r19 .algiz-menu-toggle{border-color:rgba(91,179,241,.3)!important}
.r19-container{width:min(1240px,calc(100% - 48px));margin-inline:auto}.r19-wide{width:min(1500px,calc(100% - 48px));margin-inline:auto}
.r19-section{position:relative;padding:112px 0}.r19-section--tight{padding:82px 0}.r19-section--white{background:#fff}.r19-section--ice{background:linear-gradient(180deg,#f6f9fc 0%,#edf4fa 100%)}.r19-section--dark{background:radial-gradient(circle at 78% 20%,rgba(0,183,255,.12),transparent 35%),linear-gradient(145deg,#06111f 0%,#09192b 58%,#071422 100%);color:#fff;overflow:hidden}
.r19-section--dark:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(102,181,237,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(102,181,237,.055) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent)}
.r19-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.75rem;font-weight:900;letter-spacing:.19em;text-transform:uppercase;color:#1684e8;margin-bottom:16px}.r19-eyebrow:before{content:"";width:26px;height:2px;background:linear-gradient(90deg,var(--r19-blue),var(--r19-cyan));box-shadow:0 0 12px rgba(0,214,255,.7)}
.r19-section--dark .r19-eyebrow{color:#73cfff}
.r19-title{font-family:var(--r19-display);font-stretch:condensed;font-size:clamp(2.35rem,5vw,5.35rem);line-height:.92;letter-spacing:-.045em;text-transform:uppercase;margin:0;max-width:930px;font-weight:900}.r19-title span{background:linear-gradient(100deg,#1184ff 0%,#00ddff 55%,#a9f2ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 18px 46px rgba(0,154,255,.15)}
.r19-title--section{font-size:clamp(2.15rem,3.8vw,4rem);line-height:.98}.r19-lead{font-size:clamp(1.02rem,1.5vw,1.25rem);line-height:1.75;color:#52677e;max-width:790px;margin:22px 0 0}.r19-section--dark .r19-lead{color:#b7c8d8}
.r19-hero{position:relative;min-height:calc(100vh - 76px);display:flex;align-items:center;background:#05111f;color:#fff;overflow:hidden;isolation:isolate}
.r19-hero:before{content:"";position:absolute;z-index:-3;inset:0;background-image:linear-gradient(90deg,rgba(4,15,28,.98) 0%,rgba(4,15,28,.94) 33%,rgba(4,15,28,.47) 61%,rgba(4,15,28,.15) 100%),url('../images/r19/hero-core.webp');background-size:cover;background-position:center right}
.r19-hero:after{content:"";position:absolute;z-index:-2;inset:0;background:radial-gradient(circle at 69% 42%,rgba(0,212,255,.24),transparent 26%),linear-gradient(180deg,transparent 70%,rgba(5,17,31,.95));mix-blend-mode:screen;opacity:.9}
.r19-hero__grid{position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(69,170,240,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(69,170,240,.055) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(90deg,rgba(0,0,0,.95),transparent 75%);animation:r19Grid 18s linear infinite}
@keyframes r19Grid{to{background-position:58px 58px}}
.r19-hero__inner{padding:90px 0 68px;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);gap:70px;align-items:center}.r19-hero__copy{max-width:830px}.r19-hero__flag{display:flex;align-items:center;gap:10px;color:#72d8ff;font-weight:900;letter-spacing:.17em;font-size:.74rem;text-transform:uppercase;margin-bottom:20px}.r19-hero__flag i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#00eaff;box-shadow:0 0 0 5px rgba(0,234,255,.09),0 0 20px #00d8ff;animation:r19Pulse 1.8s ease-in-out infinite}
@keyframes r19Pulse{50%{box-shadow:0 0 0 10px rgba(0,234,255,0),0 0 26px #00d8ff}}
.r19-hero h1{font-family:var(--r19-display);font-size:clamp(3.6rem,8.3vw,8rem);line-height:.83;letter-spacing:-.065em;text-transform:uppercase;margin:0;font-weight:950;max-width:970px}.r19-hero h1 .ghost{display:block;color:#f5fbff}.r19-hero h1 .accent{display:block;background:linear-gradient(100deg,#0b82ff,#00e6ff 62%,#d8fbff);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 24px 66px rgba(0,166,255,.18)}
.r19-hero__lead{font-size:clamp(1.08rem,1.45vw,1.34rem);line-height:1.7;color:#c2d2e1;max-width:720px;margin:28px 0 0}.r19-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.r19-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:0 22px;border-radius:14px;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:900;text-decoration:none;transition:.25s ease;position:relative;overflow:hidden}.r19-btn--primary{color:white;background:linear-gradient(130deg,#0e6dff,#00d7ff);box-shadow:0 18px 42px rgba(0,127,255,.24)}.r19-btn--primary:before{content:"";position:absolute;inset:-70% auto -70% -35%;width:30%;transform:rotate(20deg);background:rgba(255,255,255,.38);filter:blur(5px);transition:.45s ease}.r19-btn--primary:hover{transform:translateY(-3px);box-shadow:0 24px 52px rgba(0,127,255,.33)}.r19-btn--primary:hover:before{left:120%}.r19-btn--ghost{color:#dbeafe;border:1px solid rgba(123,190,235,.3);background:rgba(9,31,52,.48);backdrop-filter:blur(12px)}.r19-btn--ghost:hover{border-color:#28cfff;color:#fff;background:rgba(10,93,150,.26)}
.r19-hero__proof{margin-top:36px;display:flex;gap:26px;flex-wrap:wrap}.r19-hero__proof div{display:grid;grid-template-columns:auto 1fr;gap:2px 10px;align-items:center}.r19-hero__proof strong{font-family:var(--r19-display);font-size:2rem;line-height:1;color:#fff}.r19-hero__proof span{font-size:.72rem;color:#8faac0;max-width:100px;line-height:1.3;text-transform:uppercase;letter-spacing:.09em;font-weight:800}
.r19-corepanel{position:relative;align-self:end;margin-bottom:8px;padding:20px;border:1px solid rgba(96,189,248,.22);border-radius:26px;background:linear-gradient(145deg,rgba(8,25,44,.62),rgba(6,18,32,.84));backdrop-filter:blur(18px);box-shadow:0 28px 90px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.06)}.r19-corepanel:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(0,212,255,.45),transparent 35%,rgba(14,108,255,.28));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.r19-corepanel__top{display:flex;justify-content:space-between;gap:16px;align-items:center;color:#8eb1c9;font-size:.67rem;letter-spacing:.13em;text-transform:uppercase;font-weight:900;padding-bottom:14px;border-bottom:1px solid rgba(113,176,219,.14)}.r19-corepanel__top b{color:#75e7ff}.r19-corepanel__visual{position:relative;aspect-ratio:1.12/1;margin-top:16px;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:radial-gradient(circle at 50% 50%,rgba(0,180,255,.13),transparent 58%),rgba(4,16,29,.52)}.r19-corepanel__visual>img{width:47%;filter:drop-shadow(0 26px 48px rgba(0,132,255,.28));z-index:2;animation:r19Float 5s ease-in-out infinite}@keyframes r19Float{50%{transform:translateY(-10px) scale(1.025)}}
.r19-orbit{position:absolute;border:1px solid rgba(53,186,255,.22);border-radius:50%;animation:r19Orbit 18s linear infinite}.r19-orbit--1{width:68%;aspect-ratio:1}.r19-orbit--2{width:88%;aspect-ratio:1;animation-direction:reverse;animation-duration:28s}.r19-orbit:before,.r19-orbit:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#37dfff;box-shadow:0 0 18px #00c8ff}.r19-orbit:before{left:10%;top:20%}.r19-orbit:after{right:9%;bottom:27%}@keyframes r19Orbit{to{transform:rotate(360deg)}}
.r19-corepanel__chips{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.r19-corepanel__chips span{padding:10px;border-radius:12px;background:rgba(11,44,72,.62);border:1px solid rgba(87,171,230,.15);font-size:.63rem;letter-spacing:.09em;font-weight:850;color:#a8c7da;text-align:center}.r19-corepanel__chips b{display:block;color:#4ce2ff;margin-bottom:4px;font-size:.7rem}
.r19-flowbar{position:relative;background:#fff;border-bottom:1px solid var(--r19-line);box-shadow:0 14px 40px rgba(7,31,52,.06)}.r19-flowbar__inner{display:grid;grid-template-columns:repeat(6,1fr);align-items:center}.r19-flowbar__step{position:relative;padding:22px 16px;text-align:center}.r19-flowbar__step:not(:last-child):after{content:"";position:absolute;right:-3px;top:50%;width:6px;height:6px;border-top:1px solid #72a2c8;border-right:1px solid #72a2c8;transform:rotate(45deg) translateY(-50%)}.r19-flowbar__step small{display:block;font-size:.58rem;color:#7a8b9e;letter-spacing:.16em;font-weight:900}.r19-flowbar__step strong{font-family:var(--r19-display);font-size:.94rem;letter-spacing:.06em;color:#0d1b2a}
.r19-introgrid{display:grid;grid-template-columns:1fr 1.08fr;gap:76px;align-items:center}.r19-bento{display:grid;grid-template-columns:1.12fr .88fr;grid-template-rows:220px 220px;gap:16px}.r19-bento__card{position:relative;border:1px solid var(--r19-line);border-radius:var(--r19-radius);background:#fff;overflow:hidden;box-shadow:0 18px 44px rgba(9,32,54,.07);padding:26px}.r19-bento__card--hero{grid-row:1/3;background:linear-gradient(160deg,#071426,#0b2540);color:#fff}.r19-bento__card--hero:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:#0f89ff;filter:blur(70px);opacity:.18;right:-100px;bottom:-80px}.r19-bento__icon{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 14px 24px rgba(0,117,255,.16))}.r19-bento h3{font-family:var(--r19-display);text-transform:uppercase;font-size:1.5rem;line-height:1;margin:18px 0 8px;letter-spacing:-.025em}.r19-bento p{font-size:.89rem;line-height:1.55;color:#6b7c8f;margin:0}.r19-bento__card--hero p{color:#a9bfd1}.r19-mini-metric{position:absolute;left:26px;right:26px;bottom:24px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.r19-mini-metric div{padding:13px;border-radius:14px;background:rgba(255,255,255,.055);border:1px solid rgba(121,189,237,.13)}.r19-mini-metric strong{display:block;color:#50e5ff;font-family:var(--r19-display);font-size:1.3rem}.r19-mini-metric span{font-size:.68rem;color:#9fb3c5;letter-spacing:.08em;text-transform:uppercase}
.r19-engines{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px}.r19-engine{position:relative;min-height:260px;padding:26px 24px;border:1px solid #dce6ef;border-radius:24px;background:linear-gradient(155deg,#fff,#f7fbff);box-shadow:0 14px 40px rgba(8,38,63,.055);overflow:hidden;transition:.35s ease}.r19-engine:hover{transform:translateY(-8px);border-color:#9bd6ff;box-shadow:0 24px 64px rgba(7,67,113,.13)}.r19-engine:after{content:"";position:absolute;inset:auto -40px -70px auto;width:150px;height:150px;border-radius:50%;background:#32bcff;filter:blur(55px);opacity:0;transition:.35s ease}.r19-engine:hover:after{opacity:.13}.r19-engine__n{position:absolute;top:22px;right:22px;font-family:var(--r19-display);font-weight:900;font-size:.8rem;color:#a7b4c1}.r19-engine img{width:76px;height:76px;object-fit:contain;filter:drop-shadow(0 12px 22px rgba(0,105,190,.14))}.r19-engine h3{font-family:var(--r19-display);font-size:1.45rem;line-height:1;text-transform:uppercase;letter-spacing:-.02em;margin:20px 0 9px}.r19-engine p{font-size:.87rem;line-height:1.55;color:#64768a;margin:0}.r19-engine__tag{display:inline-flex;margin-top:18px;font-size:.6rem;font-weight:900;letter-spacing:.12em;color:#1379ce;text-transform:uppercase}
.r19-system{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;position:relative;z-index:2}.r19-systemviz{position:relative;min-height:580px;display:grid;place-items:center}.r19-systemviz__rings{position:absolute;width:min(540px,90%);aspect-ratio:1;border:1px solid rgba(74,193,255,.19);border-radius:50%;box-shadow:inset 0 0 80px rgba(0,160,255,.035)}.r19-systemviz__rings:before,.r19-systemviz__rings:after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(87,195,255,.17);inset:9%;animation:r19Orbit 24s linear infinite}.r19-systemviz__rings:after{inset:24%;animation-direction:reverse;animation-duration:16s}.r19-systemviz__core{position:relative;z-index:3;width:180px;height:180px;border-radius:44px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(9,41,69,.94),rgba(5,18,31,.96));border:1px solid rgba(69,192,255,.28);box-shadow:0 0 0 12px rgba(36,157,230,.035),0 30px 90px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.08)}.r19-systemviz__core img{width:112px;height:112px;object-fit:contain;filter:drop-shadow(0 16px 30px rgba(0,138,255,.33))}.r19-node{position:absolute;z-index:4;width:148px;padding:13px 14px;border-radius:15px;background:rgba(7,28,48,.9);border:1px solid rgba(74,176,237,.17);backdrop-filter:blur(10px);display:flex;align-items:center;gap:10px;box-shadow:0 18px 32px rgba(0,0,0,.16)}.r19-node img{width:38px;height:38px;object-fit:contain}.r19-node b{display:block;font-size:.69rem;letter-spacing:.07em;color:#fff;text-transform:uppercase}.r19-node span{font-size:.61rem;color:#83a3b9}.r19-node--1{top:8%;left:6%}.r19-node--2{top:10%;right:0}.r19-node--3{bottom:14%;left:0}.r19-node--4{bottom:8%;right:7%}.r19-system__list{display:grid;gap:10px;margin-top:34px}.r19-system__item{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:17px 18px;border-radius:16px;border:1px solid rgba(106,179,228,.13);background:rgba(255,255,255,.035)}.r19-system__item b{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(145deg,#0a73ed,#00bfe7);font-size:.65rem}.r19-system__item strong{display:block;color:#eef8ff;font-size:.9rem;text-transform:uppercase;letter-spacing:.04em}.r19-system__item span{display:block;color:#8ca9bd;font-size:.78rem;line-height:1.45;margin-top:3px}
.r19-proofgrid{display:grid;grid-template-columns:1.06fr .94fr;gap:60px;align-items:center}.r19-dashboardframe{position:relative;border-radius:28px;padding:10px;background:linear-gradient(145deg,#0b2136,#071321);box-shadow:0 30px 80px rgba(5,29,49,.19);border:1px solid #183a56}.r19-dashboardframe:before{content:"ALGIZ // LIVE LEARNING INTELLIGENCE";display:block;padding:12px 14px 14px;color:#6ca7cc;font-size:.62rem;font-weight:900;letter-spacing:.13em}.r19-dashboardframe img{display:block;width:100%;border-radius:18px;border:1px solid rgba(102,176,223,.13)}.r19-proofcards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px}.r19-proofcard{padding:22px;border:1px solid #d9e4ee;border-radius:20px;background:#fff}.r19-proofcard img{width:54px;height:54px;object-fit:contain}.r19-proofcard strong{display:block;font-family:var(--r19-display);font-size:1.1rem;text-transform:uppercase;margin-top:13px}.r19-proofcard p{font-size:.82rem;line-height:1.5;color:#627589;margin:6px 0 0}
.r19-domains{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:42px}.r19-domain{min-height:136px;border-radius:20px;border:1px solid rgba(120,183,226,.16);background:rgba(255,255,255,.035);padding:18px;display:flex;flex-direction:column;justify-content:space-between;transition:.3s ease}.r19-domain:hover{background:rgba(21,123,198,.12);border-color:rgba(78,207,255,.34);transform:translateY(-4px)}.r19-domain img{width:48px;height:48px;object-fit:contain}.r19-domain strong{font-family:var(--r19-display);font-size:.88rem;text-transform:uppercase;letter-spacing:.035em;color:#ecf8ff}.r19-domain span{display:block;color:#65859c;font-size:.64rem;margin-top:3px}
.r19-routes{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:46px}.r19-route{position:relative;min-height:360px;border-radius:26px;overflow:hidden;padding:28px;color:#fff;background:#081b2e;border:1px solid rgba(72,166,229,.2);box-shadow:0 20px 60px rgba(5,25,41,.12)}.r19-route:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,17,30,.2),#061321 82%),var(--route-image);background-size:cover;background-position:center;opacity:.84;transition:.4s ease}.r19-route:hover:before{transform:scale(1.035);opacity:.95}.r19-route>*{position:relative;z-index:2}.r19-route img{width:64px;height:64px;object-fit:contain}.r19-route small{display:block;margin-top:84px;color:#54dfff;font-weight:900;letter-spacing:.13em;font-size:.64rem}.r19-route h3{font-family:var(--r19-display);font-size:1.75rem;line-height:.95;text-transform:uppercase;margin:9px 0 9px}.r19-route p{font-size:.82rem;color:#b8c9d7;line-height:1.5}.r19-route a{display:inline-flex;margin-top:8px;color:#fff;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid #20cbff;padding-bottom:3px}
.r19-certband{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:stretch}.r19-certvisual{position:relative;min-height:460px;border-radius:30px;overflow:hidden;background:linear-gradient(145deg,#071525,#0e2a46);border:1px solid #183d5e;box-shadow:var(--r19-shadow)}.r19-certvisual:before{content:"";position:absolute;inset:0;background:url('../images/home/readiness.webp') center/cover;opacity:.65;filter:saturate(.82) contrast(1.05)}.r19-certvisual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(5,17,31,.96))}.r19-certvisual__badge{position:absolute;z-index:3;left:28px;bottom:28px;right:28px;display:flex;align-items:center;gap:18px;padding:20px;border-radius:18px;background:rgba(4,20,35,.76);border:1px solid rgba(75,191,255,.2);backdrop-filter:blur(14px)}.r19-certvisual__badge img{width:66px;height:66px;object-fit:contain}.r19-certvisual__badge strong{display:block;color:#fff;font-family:var(--r19-display);font-size:1.3rem;text-transform:uppercase}.r19-certvisual__badge span{color:#8faec3;font-size:.76rem}.r19-certcopy{padding:42px;border-radius:30px;border:1px solid #dbe6ee;background:#fff;box-shadow:0 22px 56px rgba(6,40,67,.08)}.r19-checks{display:grid;gap:12px;margin:28px 0}.r19-checks div{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start}.r19-checks b{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:#e9f7ff;color:#0b79de;font-size:.72rem}.r19-checks strong{font-size:.88rem;color:#162536}.r19-checks span{display:block;font-size:.78rem;color:#6e8194;margin-top:3px;line-height:1.45}
.r19-faqwrap{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px}.r19-faq{display:grid;gap:10px}.r19-faq details{border:1px solid #dbe5ee;border-radius:18px;background:#fff;overflow:hidden}.r19-faq summary{cursor:pointer;list-style:none;padding:19px 22px;font-weight:850;color:#142537;display:flex;justify-content:space-between;gap:20px}.r19-faq summary::-webkit-details-marker{display:none}.r19-faq summary:after{content:"+";color:#0a85e9;font-size:1.35rem;line-height:1}.r19-faq details[open] summary:after{content:"–"}.r19-faq details p{padding:0 22px 20px;margin:0;color:#64778a;font-size:.87rem;line-height:1.62}
.r19-final{position:relative;padding:108px 0;background:linear-gradient(135deg,#06111f,#0b2037);color:#fff;overflow:hidden}.r19-final:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;right:-180px;top:-260px;background:#0d8dff;filter:blur(110px);opacity:.15}.r19-final__inner{position:relative;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.r19-final h2{font-family:var(--r19-display);font-size:clamp(2.8rem,5vw,5.6rem);line-height:.88;text-transform:uppercase;letter-spacing:-.045em;margin:0;max-width:920px}.r19-final h2 span{color:#46ddff}.r19-final p{color:#a8bed0;max-width:720px;line-height:1.65;margin:20px 0 0}
body.algiz-premium-r19 .algiz-footer{background:#030a12!important;border-top:1px solid rgba(93,166,215,.14)!important}.algiz-premium-r19 .algiz-footer__main{max-width:1240px}.algiz-premium-r19 .algiz-footer__brand img{filter:brightness(1.1)}
/* Shared R19 uplift for inner pages */
.algiz-premium-r19 .section{padding-top:100px!important;padding-bottom:100px!important}.algiz-premium-r19 .section h2,.algiz-premium-r19 .platform-module h2,.algiz-premium-r19 .product-section h2,.algiz-premium-r19 .cert-catalog-j h2{font-family:var(--r19-display)!important;font-weight:900!important;letter-spacing:-.035em!important;text-transform:uppercase!important;line-height:.97!important}.algiz-premium-r19 .section-id{font-weight:900!important;letter-spacing:.16em!important;color:#0b7fe5!important}.algiz-premium-r19 .technical-frame,.algiz-premium-r19 .product-card-k,.algiz-premium-r19 .cert-card-j,.algiz-premium-r19 .family-card-k,.algiz-premium-r19 .platform-module article{border-radius:24px!important;box-shadow:0 16px 48px rgba(7,38,61,.08)!important}.algiz-premium-r19 .technical-frame{border-color:#cfe0ed!important}.algiz-premium-r19 .icon-box img,.algiz-premium-r19 .v10-icon-img{filter:drop-shadow(0 10px 18px rgba(0,108,190,.16))}.algiz-premium-r19 .btn{border-radius:13px!important;font-weight:850!important;letter-spacing:.05em!important}.algiz-premium-r19 .btn-primary{box-shadow:0 12px 32px rgba(0,125,255,.18)!important;background:linear-gradient(130deg,#0e70ff,#00cfea)!important}.algiz-premium-r19 .r06-platform-hero,.algiz-premium-r19 .r07-products-hero,.algiz-premium-r19 .r08-cert-hero{background:radial-gradient(circle at 75% 30%,rgba(0,198,255,.17),transparent 32%),linear-gradient(145deg,#06111f,#0a2037)!important}.algiz-premium-r19 .r06-platform-hero h1,.algiz-premium-r19 .r07-products-hero h1,.algiz-premium-r19 .r08-cert-hero h1{font-family:var(--r19-display)!important;font-weight:950!important;text-transform:uppercase!important;letter-spacing:-.05em!important;line-height:.88!important}.algiz-premium-r19 .product-card-k:hover,.algiz-premium-r19 .cert-card-j:hover,.algiz-premium-r19 .family-card-k:hover{transform:translateY(-6px)!important;box-shadow:0 24px 64px rgba(5,58,96,.14)!important}
@media(max-width:1100px){.r19-hero__inner{grid-template-columns:1fr;gap:42px;padding-top:76px}.r19-corepanel{max-width:640px}.r19-introgrid,.r19-system,.r19-proofgrid,.r19-certband,.r19-faqwrap{grid-template-columns:1fr}.r19-engines{grid-template-columns:repeat(2,1fr)}.r19-domains{grid-template-columns:repeat(3,1fr)}.r19-routes{grid-template-columns:repeat(2,1fr)}.r19-systemviz{min-height:520px}.r19-final__inner{grid-template-columns:1fr}.r19-final .r19-actions{margin-top:0}}
@media(max-width:760px){.r19-container,.r19-wide{width:min(100% - 30px,1240px)}.r19-section{padding:76px 0}.r19-section--tight{padding:58px 0}.r19-hero{min-height:auto}.r19-hero:before{background-image:linear-gradient(180deg,rgba(4,15,28,.92) 0%,rgba(4,15,28,.96) 67%,#05111f 100%),url('../images/r19/hero-core-mobile.webp');background-position:center top}.r19-hero__inner{padding:74px 0 46px}.r19-hero h1{font-size:clamp(3.1rem,16.5vw,5.1rem)}.r19-hero__lead{font-size:1rem}.r19-actions{display:grid;grid-template-columns:1fr}.r19-btn{width:100%}.r19-corepanel{padding:14px;border-radius:20px}.r19-corepanel__visual{aspect-ratio:1}.r19-corepanel__chips{grid-template-columns:1fr}.r19-flowbar__inner{grid-template-columns:repeat(3,1fr)}.r19-flowbar__step:nth-child(3):after{display:none}.r19-flowbar__step{padding:15px 8px}.r19-bento{grid-template-columns:1fr;grid-template-rows:auto}.r19-bento__card--hero{grid-row:auto;min-height:400px}.r19-engines,.r19-proofcards,.r19-routes{grid-template-columns:1fr}.r19-domains{grid-template-columns:repeat(2,1fr)}.r19-systemviz{min-height:420px}.r19-systemviz__core{width:136px;height:136px;border-radius:34px}.r19-systemviz__core img{width:82px;height:82px}.r19-node{width:132px;padding:10px}.r19-node--1{left:0;top:2%}.r19-node--2{right:0;top:4%}.r19-node--3{left:0;bottom:4%}.r19-node--4{right:0;bottom:2%}.r19-node img{width:30px;height:30px}.r19-routes{grid-template-columns:1fr}.r19-certcopy{padding:28px}.r19-faqwrap{gap:34px}.r19-title--section{font-size:2.5rem}.r19-final{padding:78px 0}.r19-final h2{font-size:3.1rem}}
@media(prefers-reduced-motion:reduce){.r19-hero__grid,.r19-hero__flag i,.r19-corepanel__visual>img,.r19-orbit,.r19-systemviz__rings:before,.r19-systemviz__rings:after{animation:none!important}.r19-engine,.r19-route:before,.r19-btn{transition:none!important}}


/* ===== SOURCE: assets/css/algiz-r20-phase1.css ===== */
/*
 * ALGIZ Learning — R20 Phase 1 Critical Visual Stabilization
 * Scope: header/navigation, home hero, certification readiness block, responsive hardening.
 * This stylesheet intentionally loads after algiz-r19.css.
 */

:root{
  --algiz-header-h:72px;
  --r20-header:#061321;
  --r20-header-2:#081a2d;
  --r20-cyan:#22ddff;
  --r20-blue:#1688ff;
  --r20-line:rgba(102,181,235,.20);
  --r20-text:#eaf7ff;
  --r20-muted:#9cb4c7;
}

/* =========================================================
   01 — HEADER / GLOBAL NAVIGATION
   ========================================================= */
body.algiz-premium-r20-phase1 .algiz-header{
  height:var(--algiz-header-h)!important;
  min-height:var(--algiz-header-h)!important;
  background:
    linear-gradient(180deg,rgba(8,27,46,.985),rgba(5,18,32,.985))!important;
  border-bottom:1px solid rgba(91,180,240,.22)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.035) inset,0 10px 34px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(20px) saturate(140%)!important;
}
body.algiz-premium-r20-phase1 .algiz-header.is-scrolled{
  background:rgba(5,18,32,.975)!important;
  border-bottom-color:rgba(53,200,255,.28)!important;
  box-shadow:0 12px 36px rgba(0,0,0,.25)!important;
}
body.algiz-premium-r20-phase1 .algiz-header__inner{
  width:min(calc(100% - 56px),1460px)!important;
  max-width:1460px!important;
  height:100%!important;
  min-height:0!important;
  margin-inline:auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:210px minmax(420px,1fr) 210px!important;
  align-items:center!important;
  gap:28px!important;
}
body.algiz-premium-r20-phase1 .algiz-brand{
  height:100%;
  display:flex!important;
  align-items:center!important;
  justify-self:start;
  overflow:visible;
}
body.algiz-premium-r20-phase1 .algiz-brand img{
  width:128px!important;
  max-width:128px!important;
  height:auto!important;
  display:block!important;
  object-fit:contain!important;
  filter:drop-shadow(0 8px 20px rgba(0,157,255,.20))!important;
  transform:none!important;
}
body.algiz-premium-r20-phase1 .algiz-nav{
  justify-self:center!important;
  display:flex!important;
  align-items:center!important;
  gap:2px!important;
  min-height:46px!important;
  padding:0 8px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.algiz-premium-r20-phase1 .algiz-nav a{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:0 17px!important;
  border-radius:10px!important;
  color:#9fb6c9!important;
  background:transparent!important;
  box-shadow:none!important;
  font-family:var(--r19-body)!important;
  font-size:.76rem!important;
  font-weight:850!important;
  letter-spacing:.105em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  transition:color .22s ease,background .22s ease,transform .22s ease!important;
}
body.algiz-premium-r20-phase1 .algiz-nav a::after{
  content:"";
  position:absolute;
  left:17px;
  right:17px;
  bottom:3px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--r20-blue),var(--r20-cyan));
  box-shadow:0 0 16px rgba(34,221,255,.46);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .22s ease;
}
body.algiz-premium-r20-phase1 .algiz-nav a:hover{
  color:#fff!important;
  background:rgba(75,166,230,.075)!important;
}
body.algiz-premium-r20-phase1 .algiz-nav a:hover::after,
body.algiz-premium-r20-phase1 .algiz-nav a[aria-current="page"]::after{
  transform:scaleX(1);
}
body.algiz-premium-r20-phase1 .algiz-nav a[aria-current="page"]{
  color:#fff!important;
  background:rgba(18,116,190,.12)!important;
  box-shadow:none!important;
}
body.algiz-premium-r20-phase1 .algiz-header__actions{
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
body.algiz-premium-r20-phase1 .algiz-access{
  min-width:118px!important;
  min-height:42px!important;
  padding:0 17px!important;
  justify-content:center!important;
  border:1px solid rgba(76,196,255,.38)!important;
  border-radius:11px!important;
  background:linear-gradient(135deg,#0f76ee 0%,#079ee8 58%,#00c6e9 100%)!important;
  box-shadow:0 10px 24px rgba(0,119,221,.20),inset 0 1px 0 rgba(255,255,255,.20)!important;
  color:#fff!important;
  font-size:.80rem!important;
  font-weight:900!important;
  letter-spacing:.035em!important;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease!important;
}
body.algiz-premium-r20-phase1 .algiz-access:hover{
  transform:translateY(-2px)!important;
  filter:saturate(1.08) brightness(1.05);
  box-shadow:0 15px 34px rgba(0,126,232,.30),inset 0 1px 0 rgba(255,255,255,.22)!important;
}
body.algiz-premium-r20-phase1 .algiz-access svg{width:15px!important;height:15px!important}

/* =========================================================
   02 — HOME HERO / DISTRIBUTION AND LEGIBILITY
   ========================================================= */
body.algiz-premium-r20-phase1 .r19-hero{
  min-height:clamp(690px,calc(100svh - var(--algiz-header-h)),860px)!important;
  align-items:center!important;
  background:#04101d!important;
}
body.algiz-premium-r20-phase1 .r19-hero::before{
  background-image:
    linear-gradient(90deg,rgba(3,14,26,.99) 0%,rgba(3,14,26,.96) 31%,rgba(3,14,26,.72) 49%,rgba(3,14,26,.30) 69%,rgba(3,14,26,.10) 100%),
    url('../images/r19/hero-core.webp')!important;
  background-size:cover!important;
  background-position:center right!important;
}
body.algiz-premium-r20-phase1 .r19-hero::after{
  background:
    radial-gradient(circle at 73% 39%,rgba(0,207,255,.20),transparent 24%),
    radial-gradient(circle at 15% 72%,rgba(15,121,255,.10),transparent 32%),
    linear-gradient(180deg,transparent 72%,rgba(4,16,29,.98))!important;
  opacity:1!important;
}
body.algiz-premium-r20-phase1 .r19-hero__inner{
  width:min(1460px,calc(100% - 64px))!important;
  padding:74px 0 66px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.14fr) minmax(410px,.86fr)!important;
  gap:54px!important;
  align-items:center!important;
}
body.algiz-premium-r20-phase1 .r19-hero__copy{
  max-width:820px!important;
  position:relative;
  z-index:2;
}
body.algiz-premium-r20-phase1 .r19-hero__flag{
  margin-bottom:22px!important;
  font-size:.70rem!important;
  letter-spacing:.18em!important;
  color:#75dcff!important;
}
body.algiz-premium-r20-phase1 .r19-hero h1{
  max-width:820px!important;
  font-size:clamp(4.0rem,7.05vw,7.15rem)!important;
  line-height:.865!important;
  letter-spacing:-.057em!important;
  text-wrap:balance;
}
body.algiz-premium-r20-phase1 .r19-hero__lead{
  max-width:690px!important;
  margin-top:28px!important;
  font-size:clamp(1.05rem,1.28vw,1.23rem)!important;
  line-height:1.68!important;
  color:#c2d4e2!important;
}
body.algiz-premium-r20-phase1 .r19-hero .r19-actions{margin-top:31px!important}
body.algiz-premium-r20-phase1 .r19-hero .r19-btn{min-height:52px!important;padding-inline:21px!important}
body.algiz-premium-r20-phase1 .r19-hero__proof{
  margin-top:34px!important;
  gap:18px!important;
}
body.algiz-premium-r20-phase1 .r19-hero__proof div{
  min-width:154px;
  padding:10px 13px 10px 0;
  border-right:1px solid rgba(117,190,235,.15);
}
body.algiz-premium-r20-phase1 .r19-hero__proof div:last-child{border-right:0}
body.algiz-premium-r20-phase1 .r19-hero__proof strong{font-size:1.85rem!important}
body.algiz-premium-r20-phase1 .r19-hero__proof span{max-width:105px!important;font-size:.66rem!important}
body.algiz-premium-r20-phase1 .r19-corepanel{
  width:100%!important;
  max-width:545px!important;
  justify-self:end!important;
  align-self:center!important;
  margin:0!important;
  padding:17px!important;
  border-color:rgba(89,190,249,.29)!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,rgba(8,31,52,.73),rgba(4,15,27,.91))!important;
  box-shadow:0 34px 90px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.06)!important;
}
body.algiz-premium-r20-phase1 .r19-corepanel__visual{
  aspect-ratio:1.24/1!important;
  min-height:310px;
}
body.algiz-premium-r20-phase1 .r19-corepanel__visual>img{width:43%!important}

/* =========================================================
   03 — CERTIFICATION READINESS / BROKEN TEXT FIX
   ========================================================= */
body.algiz-premium-r20-phase1 .r19-certband{
  grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr)!important;
  gap:36px!important;
  align-items:stretch!important;
}
body.algiz-premium-r20-phase1 .r19-certvisual{
  min-height:560px!important;
}
body.algiz-premium-r20-phase1 .r19-certvisual__badge{
  left:24px!important;
  right:24px!important;
  bottom:24px!important;
  gap:16px!important;
  padding:18px 20px!important;
}
body.algiz-premium-r20-phase1 .r19-certvisual__badge img{
  width:58px!important;
  height:58px!important;
  flex:0 0 auto;
}
body.algiz-premium-r20-phase1 .r19-certcopy{
  min-width:0!important;
  padding:46px 48px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
body.algiz-premium-r20-phase1 .r19-certcopy .r19-title--section{
  max-width:680px!important;
  font-size:clamp(2.7rem,3.65vw,4.15rem)!important;
  line-height:.98!important;
}

body.algiz-premium-r20-phase1 .r19-certcopy .r19-title--section span{
  background:linear-gradient(100deg,#0b79f2 0%,#00aeea 52%,#10c9e8 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
  text-shadow:0 14px 34px rgba(0,143,218,.10)!important;
}

body.algiz-premium-r20-phase1 .r19-certcopy .r19-lead{
  max-width:640px!important;
  font-size:1.04rem!important;
  line-height:1.68!important;
}
body.algiz-premium-r20-phase1 .r19-checks{
  display:grid!important;
  gap:10px!important;
  margin:28px 0 30px!important;
}
/* IMPORTANT: direct-child selector prevents the nested copy block from
   inheriting the two-column grid. This is the production bug that caused
   titles to collapse one letter per line. */
body.algiz-premium-r20-phase1 .r19-checks > div{
  display:grid!important;
  grid-template-columns:30px minmax(0,1fr)!important;
  gap:13px!important;
  align-items:start!important;
  min-width:0!important;
  padding:12px 14px!important;
  border:1px solid #e1eaf1;
  border-radius:14px;
  background:linear-gradient(135deg,#fbfdff,#f6fafe);
}
body.algiz-premium-r20-phase1 .r19-checks > div > div{
  display:block!important;
  min-width:0!important;
  width:auto!important;
  grid-template-columns:none!important;
}
body.algiz-premium-r20-phase1 .r19-checks b{
  width:28px!important;
  height:28px!important;
  border-radius:9px!important;
  flex:0 0 auto!important;
}
body.algiz-premium-r20-phase1 .r19-checks strong{
  display:block!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  font-size:.91rem!important;
  line-height:1.3!important;
  color:#11263a!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
body.algiz-premium-r20-phase1 .r19-checks span{
  display:block!important;
  width:auto!important;
  max-width:none!important;
  margin-top:4px!important;
  font-size:.79rem!important;
  line-height:1.48!important;
  color:#60768b!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
body.algiz-premium-r20-phase1 .r19-certcopy > .r19-btn{
  align-self:flex-start!important;
  min-width:196px;
}

/* =========================================================
   04 — RESPONSIVE HARDENING
   ========================================================= */
@media (max-width:1180px){
  :root{--algiz-header-h:70px}
  body.algiz-premium-r20-phase1 .algiz-header__inner{
    width:min(calc(100% - 36px),1120px)!important;
    grid-template-columns:176px 1fr 158px!important;
    gap:14px!important;
  }
  body.algiz-premium-r20-phase1 .algiz-brand img{width:120px!important;max-width:120px!important}
  body.algiz-premium-r20-phase1 .algiz-nav a{padding-inline:12px!important;font-size:.71rem!important}
  body.algiz-premium-r20-phase1 .algiz-access{min-width:104px!important;padding-inline:14px!important}
  body.algiz-premium-r20-phase1 .r19-hero__inner{
    grid-template-columns:minmax(0,1.05fr) minmax(370px,.95fr)!important;
    gap:38px!important;
  }
  body.algiz-premium-r20-phase1 .r19-hero h1{font-size:clamp(3.8rem,7.4vw,6.2rem)!important}
}

@media (max-width:1080px){
  :root{--algiz-header-h:68px}
  body.algiz-premium-r20-phase1 .algiz-header__inner{
    width:min(calc(100% - 30px),1040px)!important;
    grid-template-columns:1fr auto auto!important;
    gap:10px!important;
  }
  body.algiz-premium-r20-phase1 .algiz-brand img{width:116px!important;max-width:116px!important}
  body.algiz-premium-r20-phase1 .algiz-header__actions{order:2!important}
  body.algiz-premium-r20-phase1 .algiz-menu-toggle{
    display:flex!important;
    order:3!important;
    width:42px!important;
    height:42px!important;
    border-radius:11px!important;
    border:1px solid rgba(91,179,241,.28)!important;
    background:rgba(9,31,52,.78)!important;
    box-shadow:none!important;
  }
  body.algiz-premium-r20-phase1 .algiz-menu-toggle span{background:#dff6ff!important}
  body.algiz-premium-r20-phase1 .algiz-nav{
    position:fixed!important;
    top:calc(var(--algiz-header-h) + 10px)!important;
    left:15px!important;
    right:15px!important;
    z-index:1001!important;
    display:grid!important;
    gap:4px!important;
    min-height:0!important;
    padding:10px!important;
    border:1px solid rgba(93,177,233,.24)!important;
    border-radius:18px!important;
    background:linear-gradient(155deg,rgba(7,25,43,.99),rgba(4,17,30,.99))!important;
    box-shadow:0 24px 70px rgba(0,0,0,.38)!important;
    backdrop-filter:blur(22px)!important;
    transform:translateY(-12px)!important;
    opacity:0!important;
    visibility:hidden!important;
  }
  body.is-nav-open.algiz-premium-r20-phase1 .algiz-nav{
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
  }
  body.algiz-premium-r20-phase1 .algiz-nav a{
    justify-content:flex-start!important;
    min-height:46px!important;
    padding:0 14px!important;
    border-radius:11px!important;
    color:#afc4d5!important;
  }
  body.algiz-premium-r20-phase1 .algiz-nav a::after{display:none!important}
  body.algiz-premium-r20-phase1 .algiz-nav a[aria-current="page"]{
    color:#fff!important;
    background:linear-gradient(90deg,rgba(18,113,214,.24),rgba(0,208,255,.08))!important;
    box-shadow:inset 3px 0 0 #22dfff!important;
  }
  body.algiz-premium-r20-phase1 .algiz-nav-scrim{inset:var(--algiz-header-h) 0 0!important;background:rgba(0,8,16,.55)!important}

  body.algiz-premium-r20-phase1 .r19-hero{min-height:auto!important}
  body.algiz-premium-r20-phase1 .r19-hero__inner{
    width:min(calc(100% - 40px),900px)!important;
    grid-template-columns:1fr!important;
    gap:38px!important;
    padding:68px 0 56px!important;
  }
  body.algiz-premium-r20-phase1 .r19-hero__copy{max-width:760px!important}
  body.algiz-premium-r20-phase1 .r19-corepanel{justify-self:start!important;max-width:620px!important}
  body.algiz-premium-r20-phase1 .r19-corepanel__visual{min-height:0!important}

  body.algiz-premium-r20-phase1 .r19-certband{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  body.algiz-premium-r20-phase1 .r19-certvisual{min-height:520px!important}
  body.algiz-premium-r20-phase1 .r19-certcopy{padding:38px!important}
}

@media (max-width:720px){
  :root{--algiz-header-h:64px}
  body.algiz-premium-r20-phase1 .algiz-header__inner{
    width:calc(100% - 24px)!important;
    gap:8px!important;
  }
  body.algiz-premium-r20-phase1 .algiz-brand img{width:108px!important;max-width:108px!important}
  body.algiz-premium-r20-phase1 .algiz-access__label{display:inline!important}
  body.algiz-premium-r20-phase1 .algiz-access{
    min-width:88px!important;
    min-height:40px!important;
    padding:0 11px!important;
    font-size:.74rem!important;
  }
  body.algiz-premium-r20-phase1 .algiz-menu-toggle{width:40px!important;height:40px!important}

  body.algiz-premium-r20-phase1 .r19-hero::before{
    background-image:
      linear-gradient(180deg,rgba(3,14,26,.76) 0%,rgba(3,14,26,.94) 42%,rgba(3,14,26,.985) 71%,#04101d 100%),
      url('../images/r19/hero-core-mobile.webp')!important;
    background-size:cover!important;
    background-position:center top!important;
  }
  body.algiz-premium-r20-phase1 .r19-hero__inner{
    width:min(calc(100% - 28px),680px)!important;
    padding:56px 0 44px!important;
    gap:30px!important;
  }
  body.algiz-premium-r20-phase1 .r19-hero__flag{font-size:.62rem!important;letter-spacing:.14em!important}
  body.algiz-premium-r20-phase1 .r19-hero h1{
    font-size:clamp(3.15rem,16.2vw,5.15rem)!important;
    line-height:.88!important;
    letter-spacing:-.055em!important;
  }
  body.algiz-premium-r20-phase1 .r19-hero__lead{font-size:.98rem!important;line-height:1.62!important}
  body.algiz-premium-r20-phase1 .r19-hero__proof{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.algiz-premium-r20-phase1 .r19-hero__proof div{
    min-width:0!important;
    padding:10px 8px!important;
    border:1px solid rgba(101,181,231,.13)!important;
    border-radius:12px!important;
    background:rgba(5,28,47,.48)!important;
    display:block!important;
  }
  body.algiz-premium-r20-phase1 .r19-hero__proof strong{font-size:1.55rem!important}
  body.algiz-premium-r20-phase1 .r19-hero__proof span{display:block!important;margin-top:3px!important;max-width:none!important;font-size:.56rem!important}
  body.algiz-premium-r20-phase1 .r19-corepanel{padding:12px!important;border-radius:18px!important}
  body.algiz-premium-r20-phase1 .r19-corepanel__top{font-size:.58rem!important;letter-spacing:.09em!important}
  body.algiz-premium-r20-phase1 .r19-corepanel__chips{grid-template-columns:1fr!important}

  body.algiz-premium-r20-phase1 .r19-certvisual{min-height:430px!important;border-radius:24px!important}
  body.algiz-premium-r20-phase1 .r19-certvisual__badge{
    left:14px!important;right:14px!important;bottom:14px!important;
    padding:14px!important;border-radius:15px!important;
  }
  body.algiz-premium-r20-phase1 .r19-certvisual__badge img{width:48px!important;height:48px!important}
  body.algiz-premium-r20-phase1 .r19-certvisual__badge strong{font-size:1.04rem!important}
  body.algiz-premium-r20-phase1 .r19-certcopy{padding:27px 22px!important;border-radius:24px!important}
  body.algiz-premium-r20-phase1 .r19-certcopy .r19-title--section{font-size:clamp(2.3rem,11vw,3.25rem)!important}
  body.algiz-premium-r20-phase1 .r19-certcopy .r19-lead{font-size:.95rem!important;line-height:1.62!important}
  body.algiz-premium-r20-phase1 .r19-checks > div{grid-template-columns:28px minmax(0,1fr)!important;padding:11px!important}
  body.algiz-premium-r20-phase1 .r19-certcopy > .r19-btn{width:100%!important;align-self:stretch!important}
}

@media (max-width:430px){
  body.algiz-premium-r20-phase1 .algiz-brand img{width:101px!important;max-width:101px!important}
  body.algiz-premium-r20-phase1 .algiz-access{
    min-width:42px!important;width:42px!important;padding:0!important;
  }
  body.algiz-premium-r20-phase1 .algiz-access__label{display:none!important}
  body.algiz-premium-r20-phase1 .r19-hero__proof{grid-template-columns:1fr!important}
  body.algiz-premium-r20-phase1 .r19-hero__proof div{display:grid!important;grid-template-columns:58px 1fr!important;align-items:center!important}
  body.algiz-premium-r20-phase1 .r19-hero__proof span{margin-top:0!important;font-size:.60rem!important}
  body.algiz-premium-r20-phase1 .r19-certvisual{min-height:370px!important}
}

@media (prefers-reduced-motion:reduce){
  body.algiz-premium-r20-phase1 .algiz-nav a,
  body.algiz-premium-r20-phase1 .algiz-nav a::after,
  body.algiz-premium-r20-phase1 .algiz-access{transition:none!important}
}


/* ===== SOURCE: assets/css/algiz-r22-phase3.css ===== */
/*
 * ALGIZ Learning — R22 / Phase 3
 * Premium visual refinement layer.
 * Scope: depth system, HUD language, icon presentation, cards, CTA controls,
 * micro-interactions and motion. Loads after all previous release CSS.
 */

:root{
  --r22-navy-950:#030b14;
  --r22-navy-900:#061320;
  --r22-navy-850:#081a2b;
  --r22-navy-800:#0b2136;
  --r22-ink:#071727;
  --r22-copy:#536b82;
  --r22-blue:#1688ff;
  --r22-blue-2:#0874e8;
  --r22-cyan:#22ddff;
  --r22-cyan-soft:#85efff;
  --r22-ice:#f4f8fb;
  --r22-white:#ffffff;
  --r22-silver:#c6d7e4;
  --r22-line:#d8e5ee;
  --r22-line-dark:rgba(107,190,243,.16);
  --r22-glow:0 0 36px rgba(34,221,255,.17);
  --r22-shadow-sm:0 12px 34px rgba(7,34,56,.08);
  --r22-shadow-md:0 24px 58px rgba(6,36,61,.12);
  --r22-shadow-lg:0 34px 90px rgba(2,19,35,.22);
  --r22-radius-sm:14px;
  --r22-radius-md:20px;
  --r22-radius-lg:28px;
  --r22-ease:cubic-bezier(.2,.8,.2,1);
}

/* =========================================================
   01 — GLOBAL FINISH / TYPOGRAPHIC POLISH
   ========================================================= */
body.algiz-premium-r22-phase3{
  --r22-pointer-x:50%;
  --r22-pointer-y:50%;
  background:#fff;
  color:var(--r22-ink);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.algiz-premium-r22-phase3 :where(h1,h2,h3,strong,b){text-wrap:balance}
body.algiz-premium-r22-phase3 :where(p,li,summary,small,span){text-wrap:pretty}
body.algiz-premium-r22-phase3 :where(a,button,input,select,summary):focus-visible{
  outline:3px solid rgba(34,221,255,.46)!important;
  outline-offset:3px!important;
}
body.algiz-premium-r22-phase3 ::selection{background:#0b8ff0;color:#fff}

/* Technical section seam */
body.algiz-premium-r22-phase3 :where(.r19-section,.r21-section,.section){isolation:isolate}
body.algiz-premium-r22-phase3 :where(.r19-section,.r21-section,.section)::selection{background:#0e88eb;color:#fff}

/* =========================================================
   02 — PREMIUM HEADER / NAVIGATION
   ========================================================= */
body.algiz-premium-r22-phase3 .algiz-header{
  background:linear-gradient(180deg,rgba(5,17,29,.95),rgba(5,17,29,.88))!important;
  border-bottom:1px solid rgba(127,200,245,.16)!important;
  box-shadow:0 8px 34px rgba(0,11,22,.15)!important;
  backdrop-filter:blur(20px) saturate(135%)!important;
  -webkit-backdrop-filter:blur(20px) saturate(135%)!important;
  transition:background .35s var(--r22-ease),box-shadow .35s var(--r22-ease),border-color .35s var(--r22-ease)!important;
}
body.algiz-premium-r22-phase3 .algiz-header.r22-scrolled{
  background:rgba(3,13,24,.975)!important;
  border-bottom-color:rgba(70,186,248,.23)!important;
  box-shadow:0 15px 46px rgba(0,9,19,.30)!important;
}
body.algiz-premium-r22-phase3 .algiz-brand{position:relative}
body.algiz-premium-r22-phase3 .algiz-brand::after{
  content:"";position:absolute;inset:12% -12%;z-index:-1;border-radius:50%;
  background:radial-gradient(circle,rgba(0,190,255,.16),transparent 70%);filter:blur(12px);opacity:.65;
}
body.algiz-premium-r22-phase3 .algiz-brand img{
  filter:drop-shadow(0 4px 12px rgba(0,125,221,.18));
  transition:filter .3s var(--r22-ease),transform .3s var(--r22-ease)!important;
}
body.algiz-premium-r22-phase3 .algiz-brand:hover img{transform:translateY(-1px);filter:drop-shadow(0 7px 18px rgba(0,170,255,.28))}
body.algiz-premium-r22-phase3 .algiz-nav{gap:5px!important}
body.algiz-premium-r22-phase3 .algiz-nav a{
  position:relative;overflow:hidden;border:1px solid transparent!important;
  transition:color .25s var(--r22-ease),background .25s var(--r22-ease),border-color .25s var(--r22-ease),transform .25s var(--r22-ease)!important;
}
body.algiz-premium-r22-phase3 .algiz-nav a:hover{
  color:#f5fcff!important;background:rgba(71,163,222,.08)!important;border-color:rgba(108,190,240,.09)!important;transform:translateY(-1px)
}
body.algiz-premium-r22-phase3 .algiz-nav a[aria-current="page"]{
  color:#fff!important;background:linear-gradient(180deg,rgba(25,123,212,.16),rgba(19,98,174,.08))!important;border-color:rgba(92,186,241,.18)!important;
  box-shadow:inset 0 -1px 0 rgba(34,221,255,.72),0 8px 22px rgba(0,85,160,.08)!important;
}
body.algiz-premium-r22-phase3 .algiz-access,
body.algiz-premium-r22-phase3 :where(.r19-btn--primary,.btn-primary){
  position:relative;overflow:hidden;isolation:isolate;
  background:linear-gradient(112deg,#116fe0 0%,#159bfa 52%,#18cdf0 100%)!important;
  border:1px solid rgba(145,227,255,.44)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 13px 30px rgba(0,116,219,.24),0 0 0 1px rgba(0,119,223,.05)!important;
  transition:transform .25s var(--r22-ease),box-shadow .25s var(--r22-ease),filter .25s var(--r22-ease)!important;
}
body.algiz-premium-r22-phase3 .algiz-access::before,
body.algiz-premium-r22-phase3 :where(.r19-btn--primary,.btn-primary)::before{
  content:"";position:absolute;z-index:-1;inset:-2px auto -2px -42%;width:35%;transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);transition:left .55s var(--r22-ease);
}
body.algiz-premium-r22-phase3 .algiz-access:hover::before,
body.algiz-premium-r22-phase3 :where(.r19-btn--primary,.btn-primary):hover::before{left:116%}
body.algiz-premium-r22-phase3 .algiz-access:hover,
body.algiz-premium-r22-phase3 :where(.r19-btn--primary,.btn-primary):hover{
  transform:translateY(-2px)!important;filter:saturate(1.08) brightness(1.03);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 18px 38px rgba(0,132,229,.31),0 0 28px rgba(34,221,255,.12)!important;
}
body.algiz-premium-r22-phase3 :where(.r19-btn--ghost,.btn-secondary){
  border:1px solid rgba(103,184,235,.27)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.015))!important;
  box-shadow:inset 0 1px rgba(255,255,255,.07)!important;
  transition:transform .25s var(--r22-ease),border-color .25s var(--r22-ease),background .25s var(--r22-ease),box-shadow .25s var(--r22-ease)!important;
}
body.algiz-premium-r22-phase3 :where(.r19-btn--ghost,.btn-secondary):hover{
  transform:translateY(-2px);border-color:rgba(85,213,255,.48)!important;background:rgba(17,104,171,.12)!important;box-shadow:0 12px 30px rgba(0,37,66,.12)!important;
}

/* =========================================================
   03 — HERO DEPTH SYSTEM
   ========================================================= */
body.algiz-premium-r22-phase3 .r19-hero{
  --r22-hero-light:rgba(25,201,255,.16);
  border-bottom:1px solid rgba(101,186,241,.15);
}
body.algiz-premium-r22-phase3 .r19-hero::after{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  background:
    radial-gradient(circle at var(--r22-pointer-x) var(--r22-pointer-y),var(--r22-hero-light),transparent 25%),
    linear-gradient(90deg,transparent 49.9%,rgba(91,190,245,.035) 50%,transparent 50.1%);
  mix-blend-mode:screen;opacity:.8;
}
body.algiz-premium-r22-phase3 .r19-hero__inner{position:relative;z-index:2}
body.algiz-premium-r22-phase3 .r19-hero__flag{
  border:1px solid rgba(89,203,250,.18);background:rgba(9,43,69,.42);padding:7px 12px;border-radius:999px;
  box-shadow:inset 0 1px rgba(255,255,255,.05),0 8px 30px rgba(0,0,0,.08);width:max-content;max-width:100%;
}
body.algiz-premium-r22-phase3 .r19-hero h1{
  text-shadow:0 18px 48px rgba(0,0,0,.24);filter:drop-shadow(0 0 38px rgba(21,148,255,.05));
}
body.algiz-premium-r22-phase3 .r19-hero h1 span{
  background:linear-gradient(100deg,#168fff 0%,#20dcff 48%,#b4f8ff 94%);-webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 10px 22px rgba(0,167,244,.17));
}
body.algiz-premium-r22-phase3 .r19-hero__proof div{
  border-color:rgba(103,190,242,.14)!important;background:linear-gradient(145deg,rgba(7,36,59,.64),rgba(4,24,41,.5))!important;
  box-shadow:inset 0 1px rgba(255,255,255,.025),0 10px 28px rgba(0,0,0,.07)!important;
}
body.algiz-premium-r22-phase3 .r19-corepanel{
  position:relative;overflow:hidden;border-color:rgba(80,204,255,.29)!important;
  background:linear-gradient(145deg,rgba(8,36,59,.95),rgba(3,18,32,.97))!important;
  box-shadow:inset 0 1px rgba(255,255,255,.055),inset 0 0 70px rgba(0,112,180,.035),0 38px 90px rgba(0,8,18,.4),0 0 45px rgba(0,186,255,.08)!important;
}
body.algiz-premium-r22-phase3 .r19-corepanel::before{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:2;
  background:linear-gradient(120deg,transparent 0 42%,rgba(132,231,255,.07) 49%,transparent 56%);transform:translateX(-100%);animation:r22-panel-sheen 7.5s var(--r22-ease) infinite;
}
body.algiz-premium-r22-phase3 .r19-corepanel::after{
  content:"";position:absolute;left:10%;right:10%;height:1px;top:18%;pointer-events:none;z-index:2;
  background:linear-gradient(90deg,transparent,#24e2ff,transparent);box-shadow:0 0 12px rgba(36,226,255,.7);opacity:.36;animation:r22-scan-y 5.8s ease-in-out infinite;
}
body.algiz-premium-r22-phase3 .r19-corepanel__visual img{filter:saturate(1.06) contrast(1.03) drop-shadow(0 18px 34px rgba(0,94,159,.16))}
body.algiz-premium-r22-phase3 .r19-corepanel__chips span{
  border-color:rgba(92,195,247,.17)!important;background:rgba(8,41,66,.64)!important;box-shadow:inset 0 1px rgba(255,255,255,.025)!important;
}

/* =========================================================
   04 — PHASE 2 VISUAL REFINEMENT
   ========================================================= */
body.algiz-premium-r22-phase3 .r21-overview{background:linear-gradient(180deg,#fff,#f7fafc 70%,#f2f7fb)!important}
body.algiz-premium-r22-phase3 .r21-manifesto{
  border-left-width:4px!important;border-color:#168fff!important;
  background:linear-gradient(102deg,#ecf7ff 0%,rgba(240,249,255,.72) 58%,rgba(255,255,255,.2) 100%)!important;
  box-shadow:inset 0 1px #fff,0 18px 46px rgba(10,66,106,.07)!important;
}
body.algiz-premium-r22-phase3 .r21-definition-grid article,
body.algiz-premium-r22-phase3 .r21-audiences article{
  position:relative;overflow:hidden;border-color:#d9e6ee!important;
  background:linear-gradient(145deg,#fff,#f9fcfe)!important;
  box-shadow:var(--r22-shadow-sm)!important;
}
body.algiz-premium-r22-phase3 .r21-definition-grid article::after,
body.algiz-premium-r22-phase3 .r21-audiences article::after{
  content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;
  background:radial-gradient(circle at var(--r22-card-x,50%) var(--r22-card-y,50%),rgba(31,196,255,.11),transparent 34%);opacity:0;transition:opacity .28s var(--r22-ease);
}
body.algiz-premium-r22-phase3 .r21-definition-grid article:hover::after,
body.algiz-premium-r22-phase3 .r21-audiences article:hover::after{opacity:1}
body.algiz-premium-r22-phase3 .r21-definition-grid article:hover,
body.algiz-premium-r22-phase3 .r21-audiences article:hover{border-color:#b5d9ef!important;box-shadow:0 24px 54px rgba(8,67,108,.12)!important}
body.algiz-premium-r22-phase3 .r21-definition-grid img,
body.algiz-premium-r22-phase3 .r21-audiences img{filter:drop-shadow(0 11px 19px rgba(7,101,170,.21)) saturate(1.04)}

body.algiz-premium-r22-phase3 .r21-architecture{
  border-color:rgba(71,200,255,.28)!important;
  background:
    radial-gradient(circle at 52% 30%,rgba(0,208,255,.14),transparent 30%),
    radial-gradient(circle at 80% 90%,rgba(29,104,255,.08),transparent 32%),
    linear-gradient(145deg,#071827,#04111f 70%,#071a2b)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.055),0 38px 92px rgba(3,28,48,.27),0 0 46px rgba(26,197,255,.07)!important;
}
body.algiz-premium-r22-phase3 .r21-architecture__core::before{animation:r22-orbit 18s linear infinite}
body.algiz-premium-r22-phase3 .r21-architecture__core::after{animation:r22-orbit-reverse 14s linear infinite}
body.algiz-premium-r22-phase3 .r21-architecture__core img{animation:r22-float 5s ease-in-out infinite;filter:drop-shadow(0 18px 30px rgba(0,151,255,.34))!important}
body.algiz-premium-r22-phase3 .r21-architecture__steps article{
  transition:transform .25s var(--r22-ease),border-color .25s var(--r22-ease),background .25s var(--r22-ease),box-shadow .25s var(--r22-ease)!important;
}
body.algiz-premium-r22-phase3 .r21-architecture__steps article:hover{
  transform:translateY(-3px);border-color:rgba(66,217,255,.28)!important;background:rgba(11,52,82,.74)!important;box-shadow:0 12px 28px rgba(0,0,0,.12);
}

body.algiz-premium-r22-phase3 .r21-cycle::before{
  content:"";position:absolute;left:4%;right:4%;top:36px;height:1px;z-index:0;
  background:linear-gradient(90deg,transparent,rgba(31,205,255,.35) 15%,rgba(31,205,255,.12) 85%,transparent);
}
body.algiz-premium-r22-phase3 .r21-cycle article{
  z-index:1;overflow:hidden;border-color:rgba(92,182,236,.17)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.035),0 18px 40px rgba(0,0,0,.1)!important;
}
body.algiz-premium-r22-phase3 .r21-cycle article::after{
  content:"";position:absolute;right:-55px;bottom:-70px;width:150px;height:150px;border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,rgba(29,207,255,.10),transparent 68%);transition:transform .35s var(--r22-ease),opacity .35s var(--r22-ease);
}
body.algiz-premium-r22-phase3 .r21-cycle article:hover{transform:translateY(-7px)!important;border-color:rgba(66,215,255,.38)!important;box-shadow:0 24px 54px rgba(0,0,0,.18),0 0 28px rgba(34,221,255,.05)!important}
body.algiz-premium-r22-phase3 .r21-cycle article:hover::after{transform:scale(1.2);opacity:1}
body.algiz-premium-r22-phase3 .r21-cycle img{filter:drop-shadow(0 10px 18px rgba(0,156,232,.22));transition:transform .3s var(--r22-ease)}
body.algiz-premium-r22-phase3 .r21-cycle article:hover img{transform:translateY(-2px) scale(1.06)}
body.algiz-premium-r22-phase3 .r21-cycle-summary{
  border-color:rgba(95,190,239,.22)!important;box-shadow:inset 0 1px rgba(255,255,255,.04),0 18px 44px rgba(0,0,0,.11)!important;
}
body.algiz-premium-r22-phase3 .r21-difference{
  border-color:#d7e5ef!important;box-shadow:var(--r22-shadow-md)!important;background:linear-gradient(145deg,#fff,#f8fbfd)!important;
}
body.algiz-premium-r22-phase3 .r21-diff-list > div{transition:transform .25s var(--r22-ease),background .25s var(--r22-ease),border-color .25s var(--r22-ease)}
body.algiz-premium-r22-phase3 .r21-diff-list > div:hover{transform:translateX(4px);background:#f3faff;border-color:#bfdef1}

/* =========================================================
   05 — PRODUCT SYSTEM / CARDS / ICONOGRAPHY
   ========================================================= */
body.algiz-premium-r22-phase3 .r19-engine,
body.algiz-premium-r22-phase3 .r19-proofcard,
body.algiz-premium-r22-phase3 .r19-domain,
body.algiz-premium-r22-phase3 .r19-system__item,
body.algiz-premium-r22-phase3 :where(.product-card,.cert-card,.platform-engine-card,.card){
  position:relative;overflow:hidden;isolation:isolate;
  transition:transform .28s var(--r22-ease),box-shadow .28s var(--r22-ease),border-color .28s var(--r22-ease),background .28s var(--r22-ease)!important;
}
body.algiz-premium-r22-phase3 .r19-engine::after,
body.algiz-premium-r22-phase3 .r19-proofcard::after,
body.algiz-premium-r22-phase3 .r19-domain::after,
body.algiz-premium-r22-phase3 :where(.product-card,.cert-card,.platform-engine-card,.card)::after{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;border-radius:inherit;
  background:radial-gradient(circle at var(--r22-card-x,50%) var(--r22-card-y,50%),rgba(25,190,255,.12),transparent 34%);opacity:0;transition:opacity .28s var(--r22-ease);
}
body.algiz-premium-r22-phase3 .r19-engine:hover::after,
body.algiz-premium-r22-phase3 .r19-proofcard:hover::after,
body.algiz-premium-r22-phase3 .r19-domain:hover::after,
body.algiz-premium-r22-phase3 :where(.product-card,.cert-card,.platform-engine-card,.card):hover::after{opacity:1}
body.algiz-premium-r22-phase3 .r19-engine:hover,
body.algiz-premium-r22-phase3 .r19-proofcard:hover,
body.algiz-premium-r22-phase3 .r19-domain:hover,
body.algiz-premium-r22-phase3 :where(.product-card,.cert-card,.platform-engine-card,.card):hover{
  transform:translateY(-6px);box-shadow:0 24px 54px rgba(4,46,78,.13)!important;border-color:rgba(59,171,234,.30)!important;
}
body.algiz-premium-r22-phase3 .r19-engine img,
body.algiz-premium-r22-phase3 .r19-proofcard img,
body.algiz-premium-r22-phase3 .r19-domain img,
body.algiz-premium-r22-phase3 .r19-node img,
body.algiz-premium-r22-phase3 .r19-certvisual__badge img,
body.algiz-premium-r22-phase3 :where(.v10-icon-img,.cert-logo,.product-showcase__badge img){
  filter:drop-shadow(0 10px 18px rgba(4,94,158,.17)) saturate(1.04);
  transition:transform .3s var(--r22-ease),filter .3s var(--r22-ease)!important;
}
body.algiz-premium-r22-phase3 .r19-engine:hover img,
body.algiz-premium-r22-phase3 .r19-proofcard:hover img,
body.algiz-premium-r22-phase3 .r19-domain:hover img,
body.algiz-premium-r22-phase3 :where(.product-card,.cert-card,.platform-engine-card,.card):hover .v10-icon-img{
  transform:translateY(-2px) scale(1.055);filter:drop-shadow(0 14px 23px rgba(0,133,211,.23)) saturate(1.08);
}
body.algiz-premium-r22-phase3 .r19-engine__n{opacity:.52;letter-spacing:.08em}
body.algiz-premium-r22-phase3 .r19-engine__tag,
body.algiz-premium-r22-phase3 :where(.tag,.section-id,.eyebrow){letter-spacing:.13em}

/* System HUD */
body.algiz-premium-r22-phase3 .r19-systemviz{
  box-shadow:inset 0 0 90px rgba(0,147,221,.05),0 30px 76px rgba(0,8,17,.19)!important;
  border-color:rgba(68,191,247,.22)!important;
}
body.algiz-premium-r22-phase3 .r19-systemviz__rings{filter:drop-shadow(0 0 20px rgba(28,214,255,.12));animation:r22-orbit 28s linear infinite}
body.algiz-premium-r22-phase3 .r19-systemviz__core{animation:r22-float 5.6s ease-in-out infinite}
body.algiz-premium-r22-phase3 .r19-node{box-shadow:0 12px 32px rgba(0,0,0,.14)!important;transition:transform .25s var(--r22-ease),border-color .25s var(--r22-ease),background .25s var(--r22-ease)!important}
body.algiz-premium-r22-phase3 .r19-node:hover{transform:translateY(-3px);border-color:rgba(51,217,255,.42)!important;background:rgba(9,47,75,.95)!important}

/* Dashboard / evidence frame */
body.algiz-premium-r22-phase3 .r19-dashboardframe,
body.algiz-premium-r22-phase3 .technical-frame,
body.algiz-premium-r22-phase3 .r06-app-frame{
  position:relative;overflow:hidden;border-color:rgba(76,183,239,.23)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.05),0 32px 78px rgba(4,37,62,.16)!important;
}
body.algiz-premium-r22-phase3 .r19-dashboardframe::after,
body.algiz-premium-r22-phase3 .technical-frame::after{
  content:"";position:absolute;left:5%;right:5%;height:1px;top:10%;pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(56,220,255,.8),transparent);box-shadow:0 0 12px rgba(56,220,255,.35);opacity:.24;animation:r22-scan-y 7s ease-in-out infinite;
}

/* Domains */
body.algiz-premium-r22-phase3 .r19-domain{border-color:rgba(87,181,234,.15)!important}
body.algiz-premium-r22-phase3 .r19-domain:hover{background:linear-gradient(135deg,rgba(12,52,82,.90),rgba(5,29,49,.96))!important;box-shadow:0 18px 42px rgba(0,0,0,.14),0 0 24px rgba(34,221,255,.04)!important}

/* Learning routes */
body.algiz-premium-r22-phase3 .r19-route{overflow:hidden;border-color:rgba(109,186,232,.2)!important;box-shadow:var(--r22-shadow-md)!important;transition:transform .3s var(--r22-ease),box-shadow .3s var(--r22-ease),border-color .3s var(--r22-ease)!important}
body.algiz-premium-r22-phase3 .r19-route::before{transition:transform .8s var(--r22-ease),filter .5s var(--r22-ease)!important}
body.algiz-premium-r22-phase3 .r19-route::after{
  content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,transparent 28%,rgba(147,229,255,.08) 48%,transparent 67%);transform:translateX(-120%);transition:transform .65s var(--r22-ease);
}
body.algiz-premium-r22-phase3 .r19-route:hover{transform:translateY(-7px);border-color:rgba(64,207,255,.37)!important;box-shadow:0 32px 68px rgba(6,43,71,.2)!important}
body.algiz-premium-r22-phase3 .r19-route:hover::before{transform:scale(1.045);filter:saturate(1.08) contrast(1.03)}
body.algiz-premium-r22-phase3 .r19-route:hover::after{transform:translateX(120%)}

/* Certification band */
body.algiz-premium-r22-phase3 .r19-certvisual{
  box-shadow:inset 0 1px rgba(255,255,255,.05),0 28px 64px rgba(6,38,64,.15)!important;border-color:rgba(73,170,228,.21)!important;
}
body.algiz-premium-r22-phase3 .r19-certvisual__badge{
  background:linear-gradient(145deg,rgba(4,22,37,.96),rgba(6,36,58,.92))!important;border-color:rgba(73,201,255,.25)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.05),0 18px 38px rgba(0,0,0,.22)!important;
}
body.algiz-premium-r22-phase3 .r19-certcopy{box-shadow:var(--r22-shadow-md)!important;border-color:#d8e5ee!important;background:linear-gradient(145deg,#fff,#fbfdff)!important}
body.algiz-premium-r22-phase3 .r19-checks > div{
  border:1px solid transparent;border-radius:14px;transition:background .25s var(--r22-ease),border-color .25s var(--r22-ease),transform .25s var(--r22-ease);
}
body.algiz-premium-r22-phase3 .r19-checks > div:hover{background:#f4faff;border-color:#d2e8f5;transform:translateX(3px)}
body.algiz-premium-r22-phase3 .r19-checks > div > b{box-shadow:0 7px 18px rgba(0,125,218,.11)}

/* FAQ */
body.algiz-premium-r22-phase3 .r19-faq details{
  overflow:hidden;border-color:#d7e4ee!important;background:linear-gradient(145deg,#fff,#fbfdff)!important;box-shadow:0 10px 28px rgba(8,45,73,.045)!important;
  transition:border-color .25s var(--r22-ease),box-shadow .25s var(--r22-ease),transform .25s var(--r22-ease)!important;
}
body.algiz-premium-r22-phase3 .r19-faq details:hover{border-color:#bdddef!important;box-shadow:0 16px 38px rgba(8,52,83,.075)!important;transform:translateY(-2px)}
body.algiz-premium-r22-phase3 .r19-faq details[open]{border-color:#aad8f0!important;box-shadow:0 20px 46px rgba(7,61,98,.10)!important}
body.algiz-premium-r22-phase3 .r19-faq summary{position:relative;padding-right:54px!important}
body.algiz-premium-r22-phase3 .r19-faq summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#edf7fd;color:#087ecf;font-weight:900;transition:transform .25s var(--r22-ease),background .25s var(--r22-ease)}
body.algiz-premium-r22-phase3 .r19-faq details[open] summary::after{content:"−";transform:translateY(-50%) rotate(180deg);background:#e5f6ff}

/* Final CTA */
body.algiz-premium-r22-phase3 .r19-final{
  position:relative;overflow:hidden;background:
    radial-gradient(circle at 16% 30%,rgba(0,169,255,.16),transparent 30%),
    radial-gradient(circle at 84% 70%,rgba(35,218,255,.12),transparent 28%),
    linear-gradient(135deg,#04101c,#071c2e 52%,#05111e)!important;
  border-top:1px solid rgba(93,193,245,.18);
}
body.algiz-premium-r22-phase3 .r19-final::before{
  content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(106,192,240,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(106,192,240,.04) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(90deg,#000,transparent 86%);
}
body.algiz-premium-r22-phase3 .r19-final__inner{position:relative;z-index:1}
body.algiz-premium-r22-phase3 .r19-final h2 span{filter:drop-shadow(0 10px 20px rgba(0,194,255,.15))}

/* =========================================================
   06 — PLATFORM PAGE
   ========================================================= */
body.algiz-premium-r22-phase3 .r06-platform-hero{border-bottom:1px solid rgba(87,183,235,.17)}
body.algiz-premium-r22-phase3 .r06-platform-hero__copy h1{filter:drop-shadow(0 18px 45px rgba(0,0,0,.2))}
body.algiz-premium-r22-phase3 .r06-platform-hero__stages span{
  border-color:rgba(91,184,237,.17)!important;background:linear-gradient(145deg,rgba(8,42,67,.70),rgba(4,26,44,.56))!important;
  box-shadow:inset 0 1px rgba(255,255,255,.025),0 10px 28px rgba(0,0,0,.08);transition:transform .25s var(--r22-ease),border-color .25s var(--r22-ease)!important;
}
body.algiz-premium-r22-phase3 .r06-platform-hero__stages span:hover{transform:translateY(-3px);border-color:rgba(51,211,255,.35)!important}
body.algiz-premium-r22-phase3 .r06-app-frame{
  border-radius:24px!important;background:#061525!important;box-shadow:0 40px 88px rgba(0,8,18,.34),0 0 48px rgba(0,190,255,.06)!important;
}
body.algiz-premium-r22-phase3 .r06-app-frame__scan{opacity:.38!important;animation:r22-app-scan 6.5s ease-in-out infinite!important}
body.algiz-premium-r22-phase3 .r06-hotspot i{box-shadow:0 0 0 5px rgba(34,221,255,.08),0 0 20px rgba(34,221,255,.50)!important;animation:r22-pulse 2.4s ease-in-out infinite}
body.algiz-premium-r22-phase3 .r06-story__aside{background:linear-gradient(180deg,rgba(250,253,255,.96),rgba(243,249,252,.94));border-right:1px solid #e0eaf1}
body.algiz-premium-r22-phase3 .r06-story__nav a{transition:transform .22s var(--r22-ease),color .22s var(--r22-ease),background .22s var(--r22-ease),border-color .22s var(--r22-ease)!important}
body.algiz-premium-r22-phase3 .r06-story__nav a:hover{transform:translateX(3px);background:#edf8ff!important}
body.algiz-premium-r22-phase3 .r06-story__nav a.is-active{background:linear-gradient(90deg,#e9f7ff,#f7fcff)!important;box-shadow:inset 3px 0 #16adf1!important}
body.algiz-premium-r22-phase3 .platform-module-mark,
body.algiz-premium-r22-phase3 :where(.v10-icon-plate,.icon-plate){
  background:radial-gradient(circle at 50% 40%,rgba(33,192,255,.13),transparent 64%)!important;border-color:rgba(76,178,234,.15)!important;
}

/* =========================================================
   07 — PRODUCTS + CERTIFICATIONS MARKETPLACE
   ========================================================= */
body.algiz-premium-r22-phase3 :where(.r07-products-hero,.r08-cert-hero,.products-hero,.cert-hero){
  border-bottom:1px solid rgba(92,183,237,.15);
}
body.algiz-premium-r22-phase3 :where(.product-showcase,.cert-showcase){
  box-shadow:inset 0 1px rgba(255,255,255,.05),0 34px 82px rgba(0,10,21,.25)!important;border-color:rgba(87,191,241,.22)!important;
}
body.algiz-premium-r22-phase3 :where(.catalog-tools,.filter-bar,.catalog-console){
  border-color:#d9e6ee!important;box-shadow:0 16px 40px rgba(6,47,78,.065)!important;background:rgba(255,255,255,.92)!important;backdrop-filter:blur(14px);
}
body.algiz-premium-r22-phase3 :where(.search-box input,.r07-sort-control select,.r08-sort-control select){
  border-color:#d6e4ed!important;background:#fbfdff!important;transition:border-color .2s var(--r22-ease),box-shadow .2s var(--r22-ease),background .2s var(--r22-ease)!important;
}
body.algiz-premium-r22-phase3 :where(.search-box input,.r07-sort-control select,.r08-sort-control select):focus{
  border-color:#80ccee!important;background:#fff!important;box-shadow:0 0 0 4px rgba(24,160,231,.09)!important;
}
body.algiz-premium-r22-phase3 .filter-btn{transition:transform .2s var(--r22-ease),background .2s var(--r22-ease),color .2s var(--r22-ease),border-color .2s var(--r22-ease),box-shadow .2s var(--r22-ease)!important}
body.algiz-premium-r22-phase3 .filter-btn:hover{transform:translateY(-1px);border-color:#a8d7ec!important}
body.algiz-premium-r22-phase3 .filter-btn:is(.active,.is-active){background:linear-gradient(110deg,#107de4,#10b5e9)!important;color:#fff!important;border-color:#5dd9ff!important;box-shadow:0 9px 22px rgba(0,125,213,.18)!important}
body.algiz-premium-r22-phase3 :where(.r07-product-card,.r08-cert-card){
  border-color:#dce7ef!important;background:linear-gradient(145deg,#fff,#f9fcfe)!important;box-shadow:0 12px 32px rgba(7,47,75,.055)!important;
}
body.algiz-premium-r22-phase3 :where(.r07-product-detail-btn,.r08-cert-detail-btn){
  border:1px solid #cfe1ec!important;background:#f4f9fc!important;color:#0a69ae!important;border-radius:10px!important;transition:transform .2s var(--r22-ease),background .2s var(--r22-ease),border-color .2s var(--r22-ease)!important;
}
body.algiz-premium-r22-phase3 :where(.r07-product-detail-btn,.r08-cert-detail-btn):hover{transform:translateY(-1px);background:#eaf7ff!important;border-color:#9fd8ee!important}
body.algiz-premium-r22-phase3 :where(.r07-detail-shell,.r08-detail-shell){
  border:1px solid rgba(84,189,240,.22)!important;background:linear-gradient(145deg,#061929,#04111e)!important;box-shadow:0 40px 100px rgba(0,8,17,.5),0 0 46px rgba(33,205,255,.07)!important;
}

/* =========================================================
   08 — FOOTER
   ========================================================= */
body.algiz-premium-r22-phase3 .algiz-footer{
  position:relative;overflow:hidden;background:linear-gradient(145deg,#04111e,#071a2a)!important;border-top:1px solid rgba(97,187,238,.16)!important;
}
body.algiz-premium-r22-phase3 .algiz-footer::before{
  content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 15% 25%,rgba(16,158,241,.10),transparent 25%),linear-gradient(90deg,transparent 49.8%,rgba(87,182,235,.025) 50%,transparent 50.2%);
}
body.algiz-premium-r22-phase3 .algiz-footer__main,body.algiz-premium-r22-phase3 .algiz-footer__bottom{position:relative;z-index:1}
body.algiz-premium-r22-phase3 .algiz-footer__col a{transition:color .2s var(--r22-ease),transform .2s var(--r22-ease)!important}
body.algiz-premium-r22-phase3 .algiz-footer__col a:hover{color:#64ddff!important;transform:translateX(3px)}

/* =========================================================
   09 — JS-ENHANCED MICRO MOTION
   ========================================================= */
.r22-js body.algiz-premium-r22-phase3 [data-r22-reveal]{
  opacity:0;transform:translateY(18px);transition:opacity .7s var(--r22-ease),transform .7s var(--r22-ease);
  transition-delay:var(--r22-delay,0ms);
}
.r22-js body.algiz-premium-r22-phase3 [data-r22-reveal].r22-inview{opacity:1;transform:none}
body.algiz-premium-r22-phase3 .r22-tilt{transform-style:preserve-3d;will-change:transform}
body.algiz-premium-r22-phase3 .r22-tilt.r22-tilting{transition:transform .08s linear!important}
body.algiz-premium-r22-phase3 .r22-cursor-glow{
  position:fixed;z-index:9999;pointer-events:none;width:300px;height:300px;border-radius:50%;left:0;top:0;opacity:0;
  background:radial-gradient(circle,rgba(40,205,255,.08),rgba(15,124,214,.025) 34%,transparent 69%);transform:translate3d(-50%,-50%,0);transition:opacity .25s ease;mix-blend-mode:screen;
}
body.algiz-premium-r22-phase3.r22-pointer-active .r22-cursor-glow{opacity:1}

/* =========================================================
   10 — ANIMATIONS
   ========================================================= */
@keyframes r22-panel-sheen{0%,72%{transform:translateX(-120%)}88%,100%{transform:translateX(160%)}}
@keyframes r22-scan-y{0%,100%{top:14%;opacity:.12}50%{top:82%;opacity:.38}}
@keyframes r22-app-scan{0%,100%{transform:translateY(-110%);opacity:.18}50%{transform:translateY(110%);opacity:.46}}
@keyframes r22-orbit{to{transform:rotate(360deg)}}
@keyframes r22-orbit-reverse{to{transform:rotate(-360deg)}}
@keyframes r22-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes r22-pulse{0%,100%{transform:scale(.95);opacity:.72}50%{transform:scale(1.12);opacity:1}}

/* =========================================================
   11 — RESPONSIVE / MOTION SAFETY
   ========================================================= */
@media (max-width:1080px){
  body.algiz-premium-r22-phase3 .r21-cycle::before{display:none}
  body.algiz-premium-r22-phase3 .r06-story__aside{box-shadow:0 10px 30px rgba(6,44,72,.06)}
}
@media (max-width:720px){
  body.algiz-premium-r22-phase3 .r19-corepanel::after,
  body.algiz-premium-r22-phase3 .r19-dashboardframe::after,
  body.algiz-premium-r22-phase3 .technical-frame::after{display:none}
  body.algiz-premium-r22-phase3 .r21-definition-grid article:hover,
  body.algiz-premium-r22-phase3 .r21-audiences article:hover,
  body.algiz-premium-r22-phase3 .r19-engine:hover,
  body.algiz-premium-r22-phase3 .r19-proofcard:hover,
  body.algiz-premium-r22-phase3 .r19-domain:hover,
  body.algiz-premium-r22-phase3 .r19-route:hover,
  body.algiz-premium-r22-phase3 :where(.product-card,.cert-card,.platform-engine-card,.card):hover{transform:none}
  body.algiz-premium-r22-phase3 .r22-cursor-glow{display:none}
}
@media (hover:none),(pointer:coarse){body.algiz-premium-r22-phase3 .r22-cursor-glow{display:none}}
@media (prefers-reduced-motion:reduce){
  body.algiz-premium-r22-phase3 *,body.algiz-premium-r22-phase3 *::before,body.algiz-premium-r22-phase3 *::after{
    animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important;
  }
  .r22-js body.algiz-premium-r22-phase3 [data-r22-reveal]{opacity:1!important;transform:none!important}
  body.algiz-premium-r22-phase3 .r22-cursor-glow{display:none!important}
}

/* R22 corrective refinements after integration review */
body.algiz-premium-r22-phase3 .btn-secondary{
  background:linear-gradient(180deg,#fff,#f3f8fb)!important;
  color:#15344c!important;
  border-color:#cbdde8!important;
  box-shadow:0 10px 24px rgba(6,42,68,.065),inset 0 1px #fff!important;
}
body.algiz-premium-r22-phase3 :where(.section-navy,.r06-platform-hero,.r07-products-hero,.r08-cert-hero,.products-hero,.cert-hero) .btn-secondary{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.028))!important;
  color:#f4fbff!important;
  border-color:rgba(117,194,239,.27)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.08)!important;
}
body.algiz-premium-r22-phase3 .r19-btn--ghost{
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.022))!important;
  color:#e8f7ff!important;
  border-color:rgba(117,194,239,.27)!important;
}
body.algiz-premium-r22-phase3 .r21-architecture__core::before{animation:r22-core-orbit 18s linear infinite!important}
body.algiz-premium-r22-phase3 .r21-architecture__core::after{animation:r22-core-orbit-reverse 14s linear infinite!important}
@keyframes r22-core-orbit{from{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(360deg)}}
@keyframes r22-core-orbit-reverse{from{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(-360deg)}}


/* ===== SOURCE: assets/css/algiz-r24-f4-2.css ===== */
/* ==========================================================================\n   ALGIZ LEARNING — R24 / F4.2 MOTION & INTERACTION ENGINE\n   Scope: motion, depth, scroll intelligence, graph tracing, HUD navigation.\n   Baseline: R23_F4_1. Content is intentionally unchanged.\n   ========================================================================== */

:root{
  --r24-cyan:#43e5ff;
  --r24-blue:#168cff;
  --r24-ice:#dff8ff;
  --r24-navy:#04111f;
  --r24-line:rgba(76,213,255,.22);
  --r24-line-hot:rgba(76,226,255,.82);
  --r24-progress:0;
  --r24-section-progress:0;
  --r24-vx:50%;
  --r24-vy:50%;
  --r24-ease:cubic-bezier(.2,.78,.2,1);
}

html.r24-js{scroll-behavior:smooth}
body.algiz-premium-r24-f4-2{overflow-x:clip}
body.algiz-premium-r24-f4-2 main{position:relative}

/* --------------------------------------------------------------------------
   01. GLOBAL SCROLL TELEMETRY
   -------------------------------------------------------------------------- */
.r24-scroll-meter{
  position:fixed;z-index:10010;left:0;right:0;top:0;height:2px;
  pointer-events:none;background:rgba(255,255,255,.03)
}
.r24-scroll-meter::before{
  content:"";display:block;height:100%;width:calc(var(--r24-progress) * 100%);
  background:linear-gradient(90deg,#087cff 0%,#24d6ff 52%,#89f4ff 100%);
  box-shadow:0 0 9px rgba(50,218,255,.75),0 0 22px rgba(0,131,255,.28);
  transition:width 90ms linear
}
.r24-scroll-meter::after{
  content:"";position:absolute;top:-2px;left:calc(var(--r24-progress) * 100% - 4px);
  width:7px;height:7px;border-radius:50%;background:#c9fbff;
  box-shadow:0 0 0 4px rgba(66,225,255,.12),0 0 16px #39ddff;
  opacity:calc(.35 + var(--r24-progress));
}

/* --------------------------------------------------------------------------
   02. JOURNEY HUD — DESKTOP SECTION NAVIGATION
   -------------------------------------------------------------------------- */
.r24-journey{
  --r24-rail-progress:0;
  position:fixed;z-index:9800;right:18px;top:50%;transform:translateY(-50%);
  width:48px;padding:12px 0;border:1px solid rgba(92,196,255,.13);
  border-radius:24px;background:linear-gradient(180deg,rgba(4,19,33,.76),rgba(3,14,26,.9));
  box-shadow:0 20px 55px rgba(0,0,0,.20),inset 0 1px rgba(255,255,255,.045);
  -webkit-backdrop-filter:blur(18px) saturate(1.3);backdrop-filter:blur(18px) saturate(1.3)
}
.r24-journey::before{
  content:"";position:absolute;left:23px;top:21px;bottom:21px;width:1px;
  background:linear-gradient(180deg,rgba(68,210,255,.24),rgba(40,118,183,.06))
}
.r24-journey::after{
  content:"";position:absolute;left:23px;top:21px;width:1px;
  height:calc((100% - 42px) * var(--r24-rail-progress));
  background:linear-gradient(180deg,#34e0ff,#168cff);
  box-shadow:0 0 10px rgba(41,210,255,.9);transition:height .16s linear
}
.r24-journey a{
  position:relative;z-index:2;display:grid;place-items:center;width:100%;height:30px;
  color:#7597ad;text-decoration:none;outline:none
}
.r24-journey a::before{
  content:"";width:7px;height:7px;border-radius:50%;background:#18364c;
  border:1px solid rgba(115,205,255,.35);box-shadow:0 0 0 0 rgba(63,218,255,0);
  transition:.28s var(--r24-ease)
}
.r24-journey a::after{
  content:attr(data-label);position:absolute;right:44px;top:50%;transform:translateY(-50%) translateX(7px);
  padding:7px 10px;border-radius:8px;background:rgba(4,18,31,.95);border:1px solid rgba(74,201,255,.18);
  color:#d9f8ff;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;
  white-space:nowrap;opacity:0;visibility:hidden;transition:.22s var(--r24-ease);pointer-events:none;
  box-shadow:0 10px 28px rgba(0,0,0,.22)
}
.r24-journey a:hover::after,.r24-journey a:focus-visible::after{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}
.r24-journey a:hover::before{background:#38dfff;box-shadow:0 0 0 5px rgba(55,221,255,.09),0 0 14px rgba(55,221,255,.64)}
.r24-journey a.is-active::before{width:10px;height:10px;background:#79efff;border-color:#d8fbff;box-shadow:0 0 0 5px rgba(55,221,255,.09),0 0 17px rgba(55,221,255,.8)}

/* --------------------------------------------------------------------------
   03. SECTION ENVIRONMENT / SCROLL-LINKED ATMOSPHERE
   -------------------------------------------------------------------------- */
body.algiz-premium-r24-f4-2 .r21-section,
body.algiz-premium-r24-f4-2 .r19-section,
body.algiz-premium-r24-f4-2 .r19-final{
  --r24-local-y:50%;position:relative;isolation:isolate
}
body.algiz-premium-r24-f4-2 .r21-section::after,
body.algiz-premium-r24-f4-2 .r19-section::after{
  content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;
  background:
    radial-gradient(600px 320px at 12% var(--r24-local-y),rgba(23,153,255,.055),transparent 70%),
    radial-gradient(520px 300px at 88% calc(100% - var(--r24-local-y)),rgba(38,220,255,.045),transparent 72%);
  opacity:.85
}
body.algiz-premium-r24-f4-2 .r19-section--dark::after,
body.algiz-premium-r24-f4-2 .r21-operations::after{
  background:
    linear-gradient(90deg,transparent 0 9%,rgba(61,203,255,.025) 9.1% 9.2%,transparent 9.3% 90%,rgba(61,203,255,.018) 90.1% 90.2%,transparent 90.3%),
    radial-gradient(600px 340px at 12% var(--r24-local-y),rgba(14,126,255,.10),transparent 70%),
    radial-gradient(520px 300px at 88% calc(100% - var(--r24-local-y)),rgba(43,232,255,.07),transparent 72%)
}

.r24-section-scan{
  position:absolute;z-index:0;left:0;right:0;top:0;height:1px;pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(62,225,255,.58),transparent);
  box-shadow:0 0 18px rgba(42,202,255,.24);opacity:0;
  transform:translateY(calc(var(--r24-section-progress) * (var(--r24-section-height, 600px) - 1px)));
  transition:opacity .3s ease
}
.r24-motion-active>.r24-section-scan{opacity:.36}

/* --------------------------------------------------------------------------
   04. REVEAL ENGINE — HIERARCHICAL, DIRECTIONAL, NOT GENERIC FADE-IN
   -------------------------------------------------------------------------- */
.r24-motion-ready [data-r24-reveal]{
  opacity:0;transform:translate3d(var(--r24-in-x,0),var(--r24-in-y,24px),0) scale(var(--r24-in-scale,.985));
  filter:blur(5px);transition:
    opacity .72s var(--r24-ease) var(--r24-delay,0ms),
    transform .82s var(--r24-ease) var(--r24-delay,0ms),
    filter .65s var(--r24-ease) var(--r24-delay,0ms)
}
.r24-motion-ready [data-r24-reveal].r24-inview{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
.r24-motion-ready [data-r24-reveal="left"]{--r24-in-x:-34px;--r24-in-y:0}
.r24-motion-ready [data-r24-reveal="right"]{--r24-in-x:34px;--r24-in-y:0}
.r24-motion-ready [data-r24-reveal="scale"]{--r24-in-scale:.94;--r24-in-y:0}

/* --------------------------------------------------------------------------
   05. CARD SPOTLIGHT / EDGE ENERGY
   -------------------------------------------------------------------------- */
body.algiz-premium-r24-f4-2 .r21-definition-grid article,
body.algiz-premium-r24-f4-2 .r21-cycle article,
body.algiz-premium-r24-f4-2 .r21-audiences article,
body.algiz-premium-r24-f4-2 .r21-diff-list article,
body.algiz-premium-r24-f4-2 .r19-engine,
body.algiz-premium-r24-f4-2 .r19-proofcard,
body.algiz-premium-r24-f4-2 .r19-domain,
body.algiz-premium-r24-f4-2 .r19-route{
  --r24-card-x:50%;--r24-card-y:50%;isolation:isolate
}
body.algiz-premium-r24-f4-2 .r21-definition-grid article::before,
body.algiz-premium-r24-f4-2 .r21-cycle article::before,
body.algiz-premium-r24-f4-2 .r21-audiences article::before,
body.algiz-premium-r24-f4-2 .r21-diff-list article::before,
body.algiz-premium-r24-f4-2 .r19-engine::before,
body.algiz-premium-r24-f4-2 .r19-proofcard::before,
body.algiz-premium-r24-f4-2 .r19-domain::before{
  content:"";position:absolute;z-index:-1;inset:-1px;border-radius:inherit;pointer-events:none;
  background:radial-gradient(240px circle at var(--r24-card-x) var(--r24-card-y),rgba(61,225,255,.16),transparent 58%);
  opacity:0;transition:opacity .32s ease
}
body.r24-pointer .r21-definition-grid article:hover::before,
body.r24-pointer .r21-cycle article:hover::before,
body.r24-pointer .r21-audiences article:hover::before,
body.r24-pointer .r21-diff-list article:hover::before,
body.r24-pointer .r19-engine:hover::before,
body.r24-pointer .r19-proofcard:hover::before,
body.r24-pointer .r19-domain:hover::before{opacity:1}

/* --------------------------------------------------------------------------
   06. LEARN → PROVE LIVE TRACE
   -------------------------------------------------------------------------- */
body.algiz-premium-r24-f4-2 .r21-cycle{isolation:isolate;overflow:visible}
.r24-cycle-svg,.r24-route-svg,.r24-system-svg{
  position:absolute;z-index:0;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible
}
.r24-cycle-svg path.r24-base,.r24-route-svg path.r24-base{
  fill:none;stroke:rgba(72,177,235,.11);stroke-width:1.25;vector-effect:non-scaling-stroke
}
.r24-cycle-svg path.r24-live,.r24-route-svg path.r24-live{
  fill:none;stroke-width:2;vector-effect:non-scaling-stroke;
  stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--r24-trace,0));
  filter:drop-shadow(0 0 5px rgba(50,222,255,.62));transition:stroke-dashoffset .12s linear
}
.r24-cycle-svg path.r24-live{stroke:url(#r24CycleGradient)}
.r24-route-svg path.r24-live{stroke:url(#r24RouteGradient)}
.r24-cycle-svg circle{fill:#8df4ff;filter:drop-shadow(0 0 5px rgba(64,224,255,.8))}
body.algiz-premium-r24-f4-2 .r21-cycle article{z-index:1}
body.algiz-premium-r24-f4-2 .r21-cycle article.r24-stage-active{
  border-color:rgba(72,226,255,.46)!important;
  box-shadow:0 24px 60px rgba(0,0,0,.19),0 0 0 1px rgba(44,200,255,.08),0 0 35px rgba(0,185,255,.08)!important
}
body.algiz-premium-r24-f4-2 .r21-cycle article.r24-stage-active .r21-cycle__head em{color:#69e9ff;text-shadow:0 0 16px rgba(62,221,255,.24)}
body.algiz-premium-r24-f4-2 .r21-cycle article.r24-stage-active img{transform:translateY(-3px) scale(1.08);filter:drop-shadow(0 10px 25px rgba(0,197,255,.36))}

/* --------------------------------------------------------------------------
   07. MODEL ALGIZ — GRAPH ENERGY / CORE BREATHING
   -------------------------------------------------------------------------- */
body.algiz-premium-r24-f4-2 .r19-systemviz{isolation:isolate}
.r24-system-svg{z-index:1}
.r24-system-svg line{
  stroke:rgba(62,202,255,.15);stroke-width:1.2;vector-effect:non-scaling-stroke
}
.r24-system-svg line.r24-live{
  stroke:#4be4ff;stroke-width:1.65;stroke-dasharray:5 9;
  animation:r24-dash 2.2s linear infinite;filter:drop-shadow(0 0 5px rgba(50,220,255,.7))
}
body.algiz-premium-r24-f4-2 .r19-systemviz__core{
  box-shadow:0 0 0 12px rgba(36,157,230,.035),0 30px 90px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.08),0 0 42px rgba(31,190,255,.10)!important
}
body.algiz-premium-r24-f4-2 .r19-systemviz.r24-graph-active .r19-systemviz__core{
  animation:r24-core-breathe 3.2s ease-in-out infinite!important
}
body.algiz-premium-r24-f4-2 .r19-node{transition:transform .42s var(--r24-ease),border-color .32s ease,box-shadow .32s ease!important}
body.algiz-premium-r24-f4-2 .r19-node.r24-node-active{
  transform:translateY(-4px) scale(1.025);border-color:rgba(71,224,255,.46)!important;
  box-shadow:0 18px 38px rgba(0,0,0,.22),0 0 24px rgba(50,217,255,.09)!important
}

/* --------------------------------------------------------------------------
   08. LEARNING INTELLIGENCE — PARALLAX / DATA SCAN
   -------------------------------------------------------------------------- */
body.algiz-premium-r24-f4-2 .r19-dashboardframe{overflow:hidden;transform-style:preserve-3d}
body.algiz-premium-r24-f4-2 .r19-dashboardframe img{
  transform:translate3d(0,var(--r24-dashboard-y,0px),0) scale(1.035);
  transition:transform .12s linear;will-change:transform
}
body.algiz-premium-r24-f4-2 .r19-dashboardframe::before{position:relative;z-index:3}
body.algiz-premium-r24-f4-2 .r19-dashboardframe .r24-dashboard-scan{
  position:absolute;z-index:4;left:10px;right:10px;top:48px;height:2px;pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(98,237,255,.82),transparent);
  box-shadow:0 0 14px rgba(69,222,255,.35);opacity:.38;
  animation:r24-dashboard-scan 4.8s ease-in-out infinite
}

/* --------------------------------------------------------------------------
   09. DOMAINS — SIGNAL MATRIX
   -------------------------------------------------------------------------- */
body.algiz-premium-r24-f4-2 .r19-domains{position:relative}
body.algiz-premium-r24-f4-2 .r19-domain{
  overflow:hidden;transition:transform .35s var(--r24-ease),border-color .35s ease,background .35s ease,box-shadow .35s ease!important
}
body.algiz-premium-r24-f4-2 .r19-domain::after{
  content:"";position:absolute;z-index:0;left:-35%;bottom:-58%;width:170%;height:90%;
  background:linear-gradient(90deg,transparent,rgba(71,225,255,.08),transparent);
  transform:rotate(-13deg) translateX(-45%);transition:transform .7s var(--r24-ease);pointer-events:none
}
body.algiz-premium-r24-f4-2 .r19-domain:hover::after{transform:rotate(-13deg) translateX(45%)}
body.algiz-premium-r24-f4-2 .r19-domain>*{position:relative;z-index:1}

/* --------------------------------------------------------------------------
   10. LEARNING PATHS — ROUTE TRACE / CINEMATIC DEPTH
   -------------------------------------------------------------------------- */
body.algiz-premium-r24-f4-2 .r19-routes{position:relative;isolation:isolate}
.r24-route-svg{z-index:0;inset:-12px;width:calc(100% + 24px);height:calc(100% + 24px)}
body.algiz-premium-r24-f4-2 .r19-route{z-index:1;transform-style:preserve-3d}
body.algiz-premium-r24-f4-2 .r19-route::before{
  background-position:center calc(50% + var(--r24-route-y,0px))!important;
  transform:scale(1.045);will-change:background-position,transform
}
body.algiz-premium-r24-f4-2 .r19-route:hover::before{transform:scale(1.09)!important}
body.algiz-premium-r24-f4-2 .r19-route.r24-path-active{
  border-color:rgba(66,218,255,.42)!important;box-shadow:0 28px 70px rgba(4,24,41,.2),0 0 35px rgba(36,205,255,.08)!important
}

/* --------------------------------------------------------------------------
   11. CERTIFICATION READINESS — SCAN / STATUS
   -------------------------------------------------------------------------- */
body.algiz-premium-r24-f4-2 .r19-certvisual::before{
  transform:scale(1.04) translateY(var(--r24-cert-y,0px));transition:transform .12s linear;will-change:transform
}
body.algiz-premium-r24-f4-2 .r19-certvisual .r24-cert-scan{
  position:absolute;z-index:2;inset:0;pointer-events:none;overflow:hidden
}
body.algiz-premium-r24-f4-2 .r19-certvisual .r24-cert-scan::before{
  content:"";position:absolute;left:-15%;right:-15%;top:-8%;height:16%;
  background:linear-gradient(180deg,transparent,rgba(67,226,255,.10),rgba(116,242,255,.26),rgba(67,226,255,.08),transparent);
  filter:blur(1px);animation:r24-cert-sweep 6s ease-in-out infinite
}

/* --------------------------------------------------------------------------
   12. MAGNETIC CTAs / BUTTON ENERGY
   -------------------------------------------------------------------------- */
body.algiz-premium-r24-f4-2 .r23-btn,
body.algiz-premium-r24-f4-2 .r19-btn,
body.algiz-premium-r24-f4-2 .algiz-access,
body.algiz-premium-r24-f4-2 .r21-text-link{
  --r24-mx:0px;--r24-my:0px;translate:var(--r24-mx) var(--r24-my);
  transition:translate .24s var(--r24-ease),transform .24s var(--r24-ease),box-shadow .3s ease,border-color .3s ease!important;
  will-change:translate
}
body.algiz-premium-r24-f4-2 .r23-btn::after,
body.algiz-premium-r24-f4-2 .r19-btn::after,
body.algiz-premium-r24-f4-2 .algiz-access::after{
  content:"";position:absolute;pointer-events:none;inset:1px;border-radius:inherit;
  background:radial-gradient(100px circle at var(--r24-btn-x,50%) var(--r24-btn-y,50%),rgba(255,255,255,.20),transparent 62%);
  opacity:0;transition:opacity .25s ease
}
body.r24-pointer .r23-btn:hover::after,
body.r24-pointer .r19-btn:hover::after,
body.r24-pointer .algiz-access:hover::after{opacity:1}

/* --------------------------------------------------------------------------
   13. FINAL CTA — LIVE ENERGY FIELD
   -------------------------------------------------------------------------- */
body.algiz-premium-r24-f4-2 .r19-final::after{
  content:"";position:absolute;inset:-30%;pointer-events:none;
  background:
    conic-gradient(from calc(var(--r24-progress) * 240deg) at 78% 42%,transparent 0 35%,rgba(28,194,255,.07) 42%,transparent 51%),
    radial-gradient(500px 340px at calc(60% + var(--r24-progress) * 20%) 45%,rgba(20,138,255,.12),transparent 70%);
  animation:r24-final-drift 9s ease-in-out infinite alternate
}

/* --------------------------------------------------------------------------
   14. CROSS-PAGE AMBIENT POLISH
   -------------------------------------------------------------------------- */
body.algiz-premium-r24-f4-2 .algiz-header{--r24-header-energy:calc(.08 + var(--r24-progress) * .18)}
body.algiz-premium-r24-f4-2 .algiz-header::after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;pointer-events:none;
  background:linear-gradient(90deg,transparent 8%,rgba(51,205,255,var(--r24-header-energy)) 50%,transparent 92%)
}

/* --------------------------------------------------------------------------
   15. ANIMATIONS
   -------------------------------------------------------------------------- */
@keyframes r24-dash{to{stroke-dashoffset:-28}}
@keyframes r24-core-breathe{
  0%,100%{filter:drop-shadow(0 0 0 rgba(57,215,255,0));transform:translateY(0)}
  50%{filter:drop-shadow(0 0 18px rgba(57,215,255,.18));transform:translateY(-4px)}
}
@keyframes r24-dashboard-scan{
  0%,8%{transform:translateY(-12px);opacity:0}
  18%{opacity:.48}70%{opacity:.28}
  92%,100%{transform:translateY(430px);opacity:0}
}
@keyframes r24-cert-sweep{
  0%,10%{transform:translateY(-15%);opacity:0}
  18%{opacity:1}75%{opacity:.75}
  92%,100%{transform:translateY(720%);opacity:0}
}
@keyframes r24-final-drift{from{transform:translate3d(-1%,0,0) rotate(-1deg)}to{transform:translate3d(1%,1%,0) rotate(1deg)}}

/* --------------------------------------------------------------------------
   16. RESPONSIVE / PERFORMANCE
   -------------------------------------------------------------------------- */
@media(max-width:1380px){.r24-journey{right:8px;transform:translateY(-50%) scale(.92);transform-origin:right center}}
@media(max-width:1180px){.r24-journey{display:none}}
@media(max-width:760px){
  .r24-scroll-meter{height:2px}
  .r24-motion-ready [data-r24-reveal]{--r24-in-x:0!important;--r24-in-y:18px!important;filter:none}
  .r24-cycle-svg,.r24-route-svg,.r24-system-svg{display:none}
  body.algiz-premium-r24-f4-2 .r19-dashboardframe img{transform:scale(1.015)}
  body.algiz-premium-r24-f4-2 .r19-route::before{background-position:center!important}
  body.algiz-premium-r24-f4-2 .r19-certvisual::before{transform:scale(1.02)}
}
@media(hover:none),(pointer:coarse){
  body.algiz-premium-r24-f4-2 .r23-btn,
  body.algiz-premium-r24-f4-2 .r19-btn,
  body.algiz-premium-r24-f4-2 .algiz-access,
  body.algiz-premium-r24-f4-2 .r21-text-link{translate:0 0!important}
}
@media(prefers-reduced-motion:reduce){
  html.r24-js{scroll-behavior:auto}
  .r24-motion-ready [data-r24-reveal]{opacity:1!important;transform:none!important;filter:none!important;transition:none!important}
  .r24-scroll-meter::before,.r24-journey::after{transition:none!important}
  .r24-system-svg line.r24-live,.r19-dashboardframe .r24-dashboard-scan,.r19-certvisual .r24-cert-scan::before,.r19-final::after{animation:none!important}
  body.algiz-premium-r24-f4-2 .r19-dashboardframe img,body.algiz-premium-r24-f4-2 .r19-certvisual::before{transform:none!important;transition:none!important}
}

/* R24 visual QA contrast locks — dark surfaces must remain fully legible. */
body.algiz-premium-r24-f4-2 .r19-section--dark .r19-title,
body.algiz-premium-r24-f4-2 #modelo-algiz .r19-title,
body.algiz-premium-r24-f4-2 #dominios .r19-title{color:#f4fbff!important;text-shadow:0 10px 36px rgba(0,0,0,.18)}
body.algiz-premium-r24-f4-2 .r19-route h3{color:#f3faff!important;text-shadow:0 8px 24px rgba(0,0,0,.42)}
body.algiz-premium-r24-f4-2 .r19-route p{color:#c4d7e5!important}
.r24-cycle-svg path.r24-live,.r24-route-svg path.r24-live{opacity:.68}
.r24-cycle-svg path.r24-base,.r24-route-svg path.r24-base{opacity:.58}

/* Journey becomes available after the Command Center rather than competing with it. */
.r24-journey{opacity:0;visibility:hidden;translate:12px 0;transition:opacity .34s ease,translate .42s var(--r24-ease),visibility .34s ease}
.r24-journey.is-visible{opacity:1;visibility:visible;translate:0 0}


/* ===== SOURCE: assets/css/algiz-r25-f4-3.css ===== */
/* ========================================================================== 
   ALGIZ LEARNING — R25 / F4.3 INITIAL INFORMATION LAYER
   Operational briefing, verified public data, entry-point selector, integrity.
   ========================================================================== */

body.algiz-premium-r25-f4-3{--r25-navy:#041424;--r25-navy2:#071d31;--r25-cyan:#42e6ff;--r25-blue:#168cff;--r25-ice:#f5f9fc;--r25-line:rgba(35,128,185,.17);--r25-shadow:0 28px 80px rgba(3,22,38,.13)}

/* --------------------------------------------------------------------------
   01. ORIENTATION ENVIRONMENT
   -------------------------------------------------------------------------- */
.r25-orientation{position:relative;isolation:isolate;overflow:hidden;padding:104px 0 96px;background:
  radial-gradient(900px 520px at 87% 3%,rgba(31,169,255,.12),transparent 70%),
  radial-gradient(760px 420px at 5% 30%,rgba(54,222,255,.08),transparent 72%),
  linear-gradient(180deg,#f8fbfd 0%,#eef5fa 58%,#f8fbfd 100%);color:#0a1b29}
.r25-orientation::before{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;background-image:
  linear-gradient(rgba(26,104,150,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(26,104,150,.045) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(180deg,rgba(0,0,0,.75),rgba(0,0,0,.1) 72%,transparent)}
.r25-orientation::after{content:"";position:absolute;left:-12%;right:-12%;top:0;height:1px;background:linear-gradient(90deg,transparent,#46dfff 18%,#178fff 50%,#46dfff 82%,transparent);box-shadow:0 0 24px rgba(41,202,255,.58)}
.r25-orientation__mesh{position:absolute;z-index:-1;right:-190px;top:100px;width:660px;height:660px;border-radius:50%;opacity:.22;pointer-events:none;background:
  repeating-radial-gradient(circle at center,rgba(16,133,203,.18) 0 1px,transparent 1px 42px),
  repeating-conic-gradient(from 45deg,rgba(34,155,222,.10) 0 1deg,transparent 1deg 18deg);filter:blur(.1px);animation:r25-mesh 24s linear infinite}
.r25-orientation__container{position:relative;z-index:1}
.r25-orientation__head{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:56px;align-items:end;margin-bottom:38px}
.r25-kicker,.r25-overline{display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:900;letter-spacing:.17em;text-transform:uppercase;color:#0876c8}
.r25-kicker::before{content:"";width:28px;height:2px;background:linear-gradient(90deg,#168cff,#42e6ff);box-shadow:0 0 12px rgba(37,201,255,.5)}
.r25-orientation__head h2{max-width:980px;margin:12px 0 0;font-size:clamp(44px,5.15vw,78px);line-height:.92;letter-spacing:-.048em;text-transform:uppercase;color:#071a2a}
.r25-orientation__head h2 span{display:block;background:linear-gradient(90deg,#087cff 4%,#16b5f6 55%,#3cdff6 100%);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 9px 22px rgba(15,151,230,.12))}
.r25-orientation__head>p{margin:0 0 4px;color:#526c80;font-size:17px;line-height:1.72;max-width:530px}

/* --------------------------------------------------------------------------
   02. PUBLIC STATUS + ENTRY POINT COMMAND GRID
   -------------------------------------------------------------------------- */
.r25-command-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);gap:22px;align-items:stretch}
.r25-snapshot,.r25-start{position:relative;overflow:hidden;border:1px solid rgba(34,131,190,.19);border-radius:26px;background:rgba(255,255,255,.88);box-shadow:var(--r25-shadow);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.r25-snapshot::before,.r25-start::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(420px circle at var(--r25-x,70%) var(--r25-y,20%),rgba(34,206,255,.11),transparent 65%);opacity:.95}
.r25-panel-head{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 19px;border-bottom:1px solid rgba(33,125,183,.15);background:linear-gradient(180deg,rgba(244,250,254,.95),rgba(237,246,251,.78));font-size:9px;font-weight:900;letter-spacing:.145em;text-transform:uppercase;color:#58758a}
.r25-panel-head b{display:flex;align-items:center;gap:7px;color:#0879bf;font-size:9px}
.r25-panel-head b i{width:6px;height:6px;border-radius:50%;background:#36dffc;box-shadow:0 0 0 4px rgba(54,223,252,.08),0 0 12px rgba(54,223,252,.58)}
.r25-snapshot__body,.r25-start__body{position:relative;z-index:1;padding:28px}
.r25-snapshot__intro h3,.r25-start__intro h3{margin:9px 0 9px;font-size:clamp(26px,2.15vw,36px);line-height:1.02;letter-spacing:-.037em;color:#071b2d;text-transform:uppercase}
.r25-snapshot__intro p,.r25-start__intro p{margin:0;color:#627b8d;line-height:1.62;font-size:14px}
.r25-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:24px 0 26px}
.r25-metrics>div{min-height:96px;padding:14px 12px;border:1px solid rgba(29,129,189,.13);border-radius:15px;background:linear-gradient(145deg,rgba(247,252,255,.92),rgba(234,246,252,.8));box-shadow:inset 0 1px rgba(255,255,255,.9)}
.r25-metrics strong{display:block;font-size:29px;line-height:1;color:#078af0;letter-spacing:-.05em;text-shadow:0 8px 18px rgba(15,141,230,.12)}
.r25-metrics span{display:block;margin-top:8px;font-size:9px;line-height:1.35;font-weight:850;letter-spacing:.055em;text-transform:uppercase;color:#637d91}
.r25-catalog{border:1px solid rgba(35,126,182,.16);border-radius:18px;overflow:hidden;background:linear-gradient(160deg,#071d30,#061523);box-shadow:0 22px 54px rgba(1,20,35,.22)}
.r25-catalog__head{display:flex;justify-content:space-between;gap:18px;padding:13px 16px;border-bottom:1px solid rgba(77,195,245,.13);font-size:9px;font-weight:900;letter-spacing:.14em;color:#8fb4c9}
.r25-catalog__head b{color:#56e8ff}
.r25-catalog__rows{padding:7px 9px 9px}
.r25-catalog__row{display:grid;grid-template-columns:38px 112px minmax(80px,1fr) 32px;gap:11px;align-items:center;min-height:49px;padding:5px 8px;border-radius:10px;transition:background .25s ease,transform .25s ease}
.r25-catalog__row:hover{background:rgba(34,179,236,.07);transform:translateX(3px)}
.r25-catalog__row img{width:34px;height:34px;object-fit:contain;filter:drop-shadow(0 7px 10px rgba(0,166,238,.25))}
.r25-catalog__row span b{display:block;color:#f1fbff;font-size:11px}.r25-catalog__row span small{display:block;margin-top:2px;color:#648ba3;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.r25-catalog__row i{position:relative;height:5px;border-radius:999px;background:#102f44;overflow:hidden}.r25-catalog__row i::after{content:"";position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,#168cff,#39e2ff);box-shadow:0 0 11px rgba(46,218,255,.42)}
.r25-catalog__row--course i::after{width:47.4%}.r25-catalog__row--sim i::after{width:100%}.r25-catalog__row--lab i::after{width:94.7%}.r25-catalog__row--doc i::after{width:5.3%}.r25-catalog__row--platform i::after{width:10.6%}
.r25-catalog__row>strong{text-align:right;color:#77edff;font-size:12px;letter-spacing:.06em}

/* Entry point selector */
.r25-tabs{display:grid;grid-template-columns:1fr;gap:7px;margin:21px 0 13px}
.r25-tab{appearance:none;border:1px solid rgba(34,128,187,.14);background:#f4f9fc;color:#526f84;display:grid;grid-template-columns:34px 1fr;align-items:center;text-align:left;gap:9px;padding:11px 13px;border-radius:12px;font-size:10px;font-weight:900;letter-spacing:.065em;text-transform:uppercase;cursor:pointer;transition:.28s ease}
.r25-tab span{display:grid;place-items:center;width:29px;height:29px;border-radius:9px;background:#e8f3fa;color:#0787df;font-size:9px;transition:.28s ease}
.r25-tab:hover{border-color:rgba(20,163,228,.34);transform:translateX(3px)}
.r25-tab.is-active{background:linear-gradient(110deg,#071e32,#0a2a43);border-color:rgba(57,213,255,.28);color:#e9fbff;box-shadow:0 14px 34px rgba(4,36,58,.18),inset 0 1px rgba(255,255,255,.04)}
.r25-tab.is-active span{background:linear-gradient(145deg,#158bff,#30d8f7);color:#fff;box-shadow:0 0 18px rgba(38,199,255,.27)}
.r25-tab:focus-visible{outline:2px solid #39dfff;outline-offset:3px}
.r25-tabpanels{position:relative;min-height:204px}
.r25-tabpanel{display:grid;grid-template-columns:72px 1fr;gap:15px;align-items:start;padding:18px;border:1px solid rgba(27,130,191,.14);border-radius:16px;background:linear-gradient(150deg,rgba(248,252,255,.98),rgba(237,247,252,.82));box-shadow:inset 0 1px rgba(255,255,255,.85);animation:r25-panel-in .42s cubic-bezier(.2,.7,.2,1)}
.r25-tabpanel[hidden]{display:none!important}.r25-tabpanel img{width:68px;height:68px;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(2,119,188,.18))}
.r25-tabpanel span{display:block;color:#0785d8;font-size:8px;font-weight:950;letter-spacing:.14em}.r25-tabpanel h4{margin:5px 0 7px;color:#0a2133;font-size:19px;line-height:1.05;letter-spacing:-.025em}.r25-tabpanel p{margin:0;color:#61798a;font-size:12px;line-height:1.55}
.r25-action{display:inline-flex;align-items:center;gap:9px;margin-top:13px;color:#067fd0;font-size:10px;font-weight:950;letter-spacing:.07em;text-transform:uppercase;text-decoration:none}.r25-action b{font-size:15px;color:#15bcea;transition:transform .25s ease}.r25-action:hover b{transform:translate(3px,-3px)}
.r25-availability{display:grid;grid-template-columns:10px 1fr;gap:10px;margin-top:13px;padding:12px 13px;border-radius:12px;background:#f5f9fc;border:1px solid rgba(29,121,177,.12)}
.r25-availability i{margin-top:5px;width:7px;height:7px;border-radius:50%;background:#15b7df;box-shadow:0 0 0 4px rgba(21,183,223,.08)}.r25-availability p{margin:0;color:#6c8392;font-size:10px;line-height:1.55}.r25-availability strong{color:#17374e}

/* --------------------------------------------------------------------------
   03. EXPERIENCE ROLES
   -------------------------------------------------------------------------- */
.r25-experience{margin-top:22px;border-radius:26px;background:linear-gradient(145deg,#06192a,#071f34 60%,#06243b);border:1px solid rgba(75,198,246,.15);box-shadow:0 30px 80px rgba(3,22,38,.22);overflow:hidden;position:relative}
.r25-experience::before{content:"";position:absolute;inset:0;pointer-events:none;background:
  linear-gradient(90deg,transparent 0 8%,rgba(61,208,255,.032) 8.1% 8.2%,transparent 8.3% 92%,rgba(61,208,255,.025) 92.1% 92.2%,transparent 92.3%),
  radial-gradient(600px 260px at 20% 0%,rgba(27,147,255,.13),transparent 70%)}
.r25-experience__head{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr .8fr;gap:44px;align-items:end;padding:28px 30px 22px;border-bottom:1px solid rgba(82,195,239,.12)}
.r25-experience__head .r25-overline{color:#52dff9}.r25-experience__head h3{margin:8px 0 0;color:#edfaff;font-size:clamp(27px,2.4vw,39px);letter-spacing:-.037em;line-height:1;text-transform:uppercase}.r25-experience__head>p{margin:0;color:#8baabc;font-size:12px;line-height:1.6}
.r25-experience__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,1fr)}
.r25-experience__grid article{position:relative;min-height:235px;padding:24px 20px 22px;border-right:1px solid rgba(81,193,236,.1);transition:background .28s ease,transform .3s ease}
.r25-experience__grid article:last-child{border-right:0}.r25-experience__grid article:hover{background:rgba(48,190,241,.055);transform:translateY(-4px)}
.r25-experience__grid article>span{position:absolute;right:15px;top:13px;color:#315a72;font-size:10px;font-weight:900;letter-spacing:.12em}.r25-experience__grid img{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 13px 16px rgba(0,168,238,.24));transition:transform .3s ease}.r25-experience__grid article:hover img{transform:scale(1.07) translateY(-2px)}
.r25-experience__grid strong{display:block;margin-top:13px;color:#4ce2fb;font-size:9px;letter-spacing:.15em}.r25-experience__grid h4{margin:5px 0 7px;color:#f0fbff;font-size:17px;line-height:1.08}.r25-experience__grid p{margin:0;color:#829fb0;font-size:11px;line-height:1.58}

/* --------------------------------------------------------------------------
   04. TRUST / INTEGRITY LAYER
   -------------------------------------------------------------------------- */
.r25-integrity{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}
.r25-integrity article{position:relative;display:grid;grid-template-columns:68px 1fr;gap:15px;align-items:start;padding:20px;border:1px solid rgba(34,128,185,.14);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 14px 38px rgba(8,39,61,.07);overflow:hidden}
.r25-integrity article::after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#168cff,#39e2ff);opacity:.78}
.r25-integrity img{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 10px 13px rgba(0,132,202,.15))}.r25-integrity span{display:block;color:#0783d4;font-size:8px;font-weight:950;letter-spacing:.14em}.r25-integrity strong{display:block;margin:5px 0 6px;color:#102c40;font-size:16px;letter-spacing:-.015em}.r25-integrity p{margin:0;color:#657e8f;font-size:11px;line-height:1.58}

/* --------------------------------------------------------------------------
   05. BRIEF NAVIGATION
   -------------------------------------------------------------------------- */
.r25-brief-nav{display:grid;grid-template-columns:repeat(5,1fr);margin-top:22px;border:1px solid rgba(32,128,186,.16);border-radius:17px;overflow:hidden;background:rgba(255,255,255,.72);box-shadow:0 18px 46px rgba(7,40,62,.08)}
.r25-brief-nav a{position:relative;display:grid;grid-template-columns:28px 1fr;column-gap:8px;align-items:center;min-height:69px;padding:12px 15px;border-right:1px solid rgba(31,123,179,.11);color:#18374c;text-decoration:none;transition:.28s ease}.r25-brief-nav a:last-child{border-right:0}.r25-brief-nav a:hover{background:#f4fbff;box-shadow:inset 0 -2px #2bd7f7}.r25-brief-nav span{grid-row:1/3;display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:#e8f4fb;color:#0786db;font-size:8px;font-weight:950}.r25-brief-nav b{font-size:10px;text-transform:uppercase;letter-spacing:.055em}.r25-brief-nav small{color:#7890a0;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}

/* --------------------------------------------------------------------------
   06. FAQ ADDITIONS + MOTION INTEGRATION
   -------------------------------------------------------------------------- */
body.algiz-premium-r25-f4-3 .r25-orientation [data-r25-reveal]{opacity:0;transform:translateY(22px);filter:blur(4px);transition:opacity .68s cubic-bezier(.2,.7,.2,1),transform .78s cubic-bezier(.2,.7,.2,1),filter .58s ease}
body.algiz-premium-r25-f4-3 .r25-orientation [data-r25-reveal].is-in{opacity:1;transform:none;filter:none}
body.algiz-premium-r25-f4-3 .r19-faq details:nth-last-child(-n+2){border-color:rgba(26,145,207,.18)}
body.algiz-premium-r25-f4-3 .r19-faq details:nth-last-child(-n+2) summary::after{color:#1dbde7}

/* --------------------------------------------------------------------------
   07. RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width:1180px){
  .r25-orientation{padding:86px 0 82px}.r25-orientation__head{grid-template-columns:1fr;gap:18px;align-items:start}.r25-orientation__head>p{max-width:720px}.r25-command-grid{grid-template-columns:1fr}.r25-start__body{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(0,1.3fr);column-gap:18px}.r25-start__intro,.r25-availability{grid-column:1}.r25-tabs{grid-column:1}.r25-tabpanels{grid-column:2;grid-row:1/5;align-self:stretch}.r25-tabpanel{height:100%;align-content:start}.r25-experience__grid{grid-template-columns:repeat(5,1fr)}.r25-integrity{grid-template-columns:1fr 1fr}.r25-integrity article:last-child{grid-column:1/-1}.r25-brief-nav{grid-template-columns:repeat(5,1fr)}
}
@media (max-width:900px){
  .r25-orientation{padding:74px 0}.r25-orientation__head h2{font-size:clamp(42px,8vw,64px)}.r25-metrics{grid-template-columns:repeat(3,1fr)}.r25-start__body{display:block}.r25-tabpanels{min-height:0}.r25-experience__head{grid-template-columns:1fr;gap:11px}.r25-experience__grid{grid-template-columns:repeat(2,1fr)}.r25-experience__grid article{border-bottom:1px solid rgba(81,193,236,.1)}.r25-experience__grid article:nth-child(2n){border-right:0}.r25-experience__grid article:last-child{grid-column:1/-1}.r25-integrity{grid-template-columns:1fr}.r25-integrity article:last-child{grid-column:auto}.r25-brief-nav{grid-template-columns:repeat(2,1fr)}.r25-brief-nav a{border-bottom:1px solid rgba(31,123,179,.11)}.r25-brief-nav a:nth-child(2n){border-right:0}.r25-brief-nav a:last-child{grid-column:1/-1;border-bottom:0}
}
@media (max-width:620px){
  .r25-orientation{padding:58px 0 64px}.r25-orientation__mesh{width:430px;height:430px;right:-250px;top:180px}.r25-orientation__head{margin-bottom:24px}.r25-kicker{font-size:9px}.r25-orientation__head h2{font-size:42px;line-height:.94}.r25-orientation__head>p{font-size:14px;line-height:1.6}.r25-snapshot,.r25-start,.r25-experience{border-radius:20px}.r25-panel-head{padding:12px 14px}.r25-panel-head span{max-width:62%}.r25-snapshot__body,.r25-start__body{padding:18px}.r25-snapshot__intro h3,.r25-start__intro h3{font-size:27px}.r25-metrics{grid-template-columns:repeat(2,1fr);gap:7px;margin:18px 0}.r25-metrics>div:last-child{grid-column:1/-1;min-height:74px}.r25-metrics>div{min-height:82px}.r25-metrics strong{font-size:25px}.r25-catalog__row{grid-template-columns:34px 96px minmax(62px,1fr) 29px;gap:7px;padding-inline:5px}.r25-catalog__row img{width:30px;height:30px}.r25-tab{font-size:9px}.r25-tabpanel{grid-template-columns:55px 1fr;padding:14px}.r25-tabpanel img{width:52px;height:52px}.r25-tabpanel h4{font-size:17px}.r25-experience__head{padding:21px 18px 17px}.r25-experience__head h3{font-size:28px}.r25-experience__grid{grid-template-columns:1fr}.r25-experience__grid article,.r25-experience__grid article:nth-child(2n){min-height:0;display:grid;grid-template-columns:62px 1fr;gap:14px;border-right:0;padding:18px}.r25-experience__grid article:last-child{grid-column:auto}.r25-experience__grid article>span{top:12px;right:12px}.r25-experience__grid img{width:58px;height:58px}.r25-experience__grid article div{align-self:center}.r25-experience__grid strong{margin-top:0}.r25-integrity article{grid-template-columns:52px 1fr;padding:17px}.r25-integrity img{width:50px;height:50px}.r25-brief-nav{grid-template-columns:1fr}.r25-brief-nav a,.r25-brief-nav a:nth-child(2n){border-right:0;border-bottom:1px solid rgba(31,123,179,.11)}.r25-brief-nav a:last-child{grid-column:auto;border-bottom:0}
}

@media (prefers-reduced-motion:reduce){.r25-orientation__mesh{animation:none}.r25-tabpanel{animation:none}.r25-catalog__row,.r25-tab,.r25-action b,.r25-experience__grid article,.r25-experience__grid img{transition:none!important}.r25-orientation [data-r25-reveal]{opacity:1!important;transform:none!important;filter:none!important}}

@keyframes r25-mesh{to{transform:rotate(360deg)}}
@keyframes r25-panel-in{from{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:none}}

/* Anchor offsets under the persistent ALGIZ header. */
body.page-index.algiz-premium-r25-f4-3 main>section[id]{scroll-margin-top:calc(var(--algiz-header-h,72px) + 18px)}


/* ===== SOURCE: assets/css/algiz-r26-f4-4.css ===== */
/* ALGIZ Learning R26 / F4.4 — Visual Storytelling */
:root{
  --r26-navy:#061422;--r26-navy-2:#0a2238;--r26-navy-3:#0e2d49;
  --r26-blue:#148cff;--r26-cyan:#35dbff;--r26-ice:#f4f9fd;--r26-line:#d8e6f0;
  --r26-ink:#0b1d2f;--r26-muted:#62778b;--r26-ease:cubic-bezier(.2,.75,.2,1);
  --r26-shadow:0 34px 90px rgba(5,35,58,.14);
}
body.algiz-premium-r26-f4-4 .r26-story{position:relative;isolation:isolate;overflow:hidden}
body.algiz-premium-r26-f4-4 .r26-story::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 8% 8%,rgba(53,219,255,.08),transparent 28%),radial-gradient(circle at 92% 72%,rgba(20,140,255,.07),transparent 26%);opacity:.9}
body.algiz-premium-r26-f4-4 .r26-story-head{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:56px;align-items:end;margin-bottom:46px}
body.algiz-premium-r26-f4-4 .r26-story-head--compact{margin-bottom:38px}
body.algiz-premium-r26-f4-4 .r26-story-head .r19-lead{margin:0;max-width:700px}

/* PRODUCT CONSTELLATION */
body.algiz-premium-r26-f4-4 .r26-product-story{background:linear-gradient(180deg,#f5fafe 0%,#edf6fc 100%)}
body.algiz-premium-r26-f4-4 .r26-product-shell{position:relative;z-index:2;display:grid;grid-template-columns:minmax(560px,1.28fr) minmax(360px,.72fr);gap:24px;min-height:690px}
body.algiz-premium-r26-f4-4 .r26-engine-map{position:relative;min-height:690px;border-radius:34px;overflow:hidden;background:
  radial-gradient(circle at 50% 50%,rgba(29,152,255,.18),transparent 26%),
  linear-gradient(rgba(44,132,190,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(44,132,190,.08) 1px,transparent 1px),
  linear-gradient(145deg,#061523 0%,#09253d 62%,#071828 100%);background-size:auto,44px 44px,44px 44px,auto;border:1px solid rgba(77,188,255,.25);box-shadow:0 38px 100px rgba(4,34,56,.2),inset 0 0 0 1px rgba(255,255,255,.025)}
body.algiz-premium-r26-f4-4 .r26-engine-map::before{content:"PRODUCT CONSTELLATION // 08 CONNECTED ENGINES";position:absolute;top:22px;left:26px;color:#70b9e7;font-size:.62rem;font-weight:900;letter-spacing:.15em;z-index:5}
body.algiz-premium-r26-f4-4 .r26-engine-map::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(33,201,255,.05) 49%,transparent 51%);background-size:100% 190px;animation:r26ScanField 7s linear infinite;pointer-events:none;opacity:.75}
body.algiz-premium-r26-f4-4 .r26-engine-orbit{position:absolute;left:50%;top:52%;translate:-50% -50%;border:1px solid rgba(74,197,255,.24);border-radius:50%;pointer-events:none}
body.algiz-premium-r26-f4-4 .r26-engine-orbit--a{width:500px;height:500px;box-shadow:0 0 70px rgba(0,173,255,.07),inset 0 0 70px rgba(0,173,255,.04);animation:r26Orbit 32s linear infinite}
body.algiz-premium-r26-f4-4 .r26-engine-orbit--b{width:356px;height:356px;border-style:dashed;opacity:.65;animation:r26OrbitReverse 24s linear infinite}
body.algiz-premium-r26-f4-4 .r26-engine-core{position:absolute;left:50%;top:52%;translate:-50% -50%;width:216px;height:216px;border-radius:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(145deg,rgba(12,47,76,.95),rgba(5,20,34,.96));border:1px solid rgba(77,205,255,.36);box-shadow:0 0 0 14px rgba(25,158,255,.035),0 0 0 36px rgba(25,158,255,.018),0 30px 70px rgba(1,14,24,.42),inset 0 0 40px rgba(45,196,255,.08);z-index:3}
body.algiz-premium-r26-f4-4 .r26-engine-core::before,body.algiz-premium-r26-f4-4 .r26-engine-core::after{content:"";position:absolute;width:28px;height:28px;border-style:solid;border-color:#41dfff}
body.algiz-premium-r26-f4-4 .r26-engine-core::before{left:11px;top:11px;border-width:2px 0 0 2px}
body.algiz-premium-r26-f4-4 .r26-engine-core::after{right:11px;bottom:11px;border-width:0 2px 2px 0}
body.algiz-premium-r26-f4-4 .r26-engine-core>span{font-size:.58rem;letter-spacing:.28em;color:#73c6f3;font-weight:900}
body.algiz-premium-r26-f4-4 .r26-engine-core img{width:90px;height:90px;object-fit:contain;margin:8px 0 4px;filter:drop-shadow(0 0 22px rgba(48,201,255,.3))}
body.algiz-premium-r26-f4-4 .r26-engine-core strong{font-family:var(--r19-display);font-size:1.08rem;color:#f5fbff;letter-spacing:.04em}
body.algiz-premium-r26-f4-4 .r26-engine-core small{font-size:.52rem;letter-spacing:.14em;color:#6d9dbd;margin-top:5px}
body.algiz-premium-r26-f4-4 .r26-engine-node{position:absolute;width:156px;min-height:88px;display:grid;grid-template-columns:34px 46px 1fr;align-items:center;gap:8px;padding:10px 12px;border-radius:18px;background:rgba(6,27,45,.82);border:1px solid rgba(91,185,240,.18);color:#e9f7ff;text-align:left;cursor:pointer;backdrop-filter:blur(14px);box-shadow:0 14px 38px rgba(1,15,27,.24);z-index:4;transition:transform .35s var(--r26-ease),border-color .35s var(--r26-ease),background .35s var(--r26-ease),box-shadow .35s var(--r26-ease)}
body.algiz-premium-r26-f4-4 .r26-engine-node>span{font:900 .58rem/1 var(--r19-display);color:#5e96b9;letter-spacing:.08em}
body.algiz-premium-r26-f4-4 .r26-engine-node img{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(0,168,255,.18))}
body.algiz-premium-r26-f4-4 .r26-engine-node strong{font-size:.68rem;line-height:1.1;letter-spacing:.02em;text-transform:uppercase}
body.algiz-premium-r26-f4-4 .r26-engine-node:hover,body.algiz-premium-r26-f4-4 .r26-engine-node.is-active{transform:translateY(-4px) scale(1.025);border-color:rgba(64,221,255,.58);background:linear-gradient(135deg,rgba(16,64,102,.96),rgba(4,29,50,.94));box-shadow:0 0 0 1px rgba(59,217,255,.08),0 18px 46px rgba(0,111,180,.26),inset 0 0 28px rgba(41,189,255,.07)}
body.algiz-premium-r26-f4-4 .r26-engine-node.is-active::after{content:"";position:absolute;right:-8px;top:50%;width:8px;height:1px;background:#45e1ff;box-shadow:0 0 14px #45e1ff}
body.algiz-premium-r26-f4-4 .r26-engine-node--1{left:7%;top:14%}.r26-engine-node--2{left:39%;top:8%}.r26-engine-node--3{right:6%;top:15%}.r26-engine-node--4{right:2%;top:47%}.r26-engine-node--5{right:8%;bottom:11%}.r26-engine-node--6{left:39%;bottom:6%}.r26-engine-node--7{left:7%;bottom:11%}.r26-engine-node--8{left:2%;top:47%}
body.algiz-premium-r26-f4-4 .r26-engine-console{position:relative;overflow:hidden;border-radius:34px;padding:28px;background:linear-gradient(180deg,#0b2034 0%,#071724 100%);border:1px solid rgba(77,186,247,.24);box-shadow:0 38px 100px rgba(4,34,56,.2);color:#fff}
body.algiz-premium-r26-f4-4 .r26-engine-console::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--r26-x,80%) var(--r26-y,20%),rgba(43,202,255,.12),transparent 30%);pointer-events:none}
body.algiz-premium-r26-f4-4 .r26-console-top,body.algiz-premium-r26-f4-4 .r26-cockpit-bar,body.algiz-premium-r26-f4-4 .r26-path-stage__head,body.algiz-premium-r26-f4-4 .r26-cert-top{position:relative;z-index:2;display:flex;justify-content:space-between;gap:12px;align-items:center;padding-bottom:18px;border-bottom:1px solid rgba(95,178,231,.15);font-size:.58rem;font-weight:900;letter-spacing:.14em;color:#73afd4}
body.algiz-premium-r26-f4-4 .r26-console-top i,body.algiz-premium-r26-f4-4 .r26-path-stage__head i{font-style:normal;color:#4ce6ff}
body.algiz-premium-r26-f4-4 .r26-engine-identity{position:relative;z-index:2;display:flex;align-items:center;gap:20px;margin-top:34px}
body.algiz-premium-r26-f4-4 .r26-engine-identity img{width:98px;height:98px;object-fit:contain;filter:drop-shadow(0 16px 30px rgba(34,174,255,.22))}
body.algiz-premium-r26-f4-4 .r26-engine-identity small,body.algiz-premium-r26-f4-4 .r26-intel-brief>small,body.algiz-premium-r26-f4-4 .r26-path-stage__copy small{display:block;color:#55dfff;font-size:.62rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
body.algiz-premium-r26-f4-4 .r26-engine-identity h3,body.algiz-premium-r26-f4-4 .r26-intel-brief h3,body.algiz-premium-r26-f4-4 .r26-path-stage__copy h3{font-family:var(--r19-display);font-size:clamp(2rem,3vw,3rem);line-height:.95;text-transform:uppercase;letter-spacing:-.03em;margin:6px 0 0;color:#fff}
body.algiz-premium-r26-f4-4 .r26-engine-console>p{position:relative;z-index:2;color:#b8cfdf;font-size:1rem;line-height:1.65;margin:30px 0}
body.algiz-premium-r26-f4-4 .r26-engine-readout{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}
body.algiz-premium-r26-f4-4 .r26-engine-readout>div{padding:16px;border-radius:15px;background:rgba(255,255,255,.035);border:1px solid rgba(111,187,233,.12)}
body.algiz-premium-r26-f4-4 .r26-engine-readout span{display:block;font-size:.55rem;letter-spacing:.14em;color:#6f9dbb;font-weight:900}.r26-engine-readout strong{display:block;margin-top:7px;font-size:.78rem;color:#e8f7ff}
body.algiz-premium-r26-f4-4 .r26-engine-sequence{position:relative;z-index:2;display:grid;grid-template-columns:repeat(8,1fr);gap:5px;margin:18px 0 30px}
body.algiz-premium-r26-f4-4 .r26-engine-sequence span{display:grid;place-items:center;height:28px;border-radius:7px;border:1px solid rgba(93,173,220,.13);font-size:.52rem;font-weight:900;color:#5e88a3;background:rgba(255,255,255,.02);transition:.3s ease}
body.algiz-premium-r26-f4-4 .r26-engine-sequence span.is-active{color:#fff;border-color:#3de1ff;background:linear-gradient(135deg,#117ae4,#17c3ed);box-shadow:0 0 20px rgba(34,197,255,.24)}
body.algiz-premium-r26-f4-4 .r26-console-cta{position:relative;z-index:2;width:100%;justify-content:center}

/* LEARNING INTELLIGENCE COCKPIT */
body.algiz-premium-r26-f4-4 .r26-intel-story{background:linear-gradient(180deg,#ffffff 0%,#f5f9fc 100%)}
body.algiz-premium-r26-f4-4 .r26-intel-shell{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.42fr) minmax(330px,.58fr);gap:24px;align-items:stretch}
body.algiz-premium-r26-f4-4 .r26-intel-cockpit{border-radius:32px;overflow:hidden;background:#071929;border:1px solid #173c59;box-shadow:var(--r26-shadow);padding:22px}
body.algiz-premium-r26-f4-4 .r26-dashboard-stage{position:relative;margin-top:16px;min-height:470px;border-radius:23px;overflow:hidden;background:#061421;border:1px solid rgba(89,181,238,.17)}
body.algiz-premium-r26-f4-4 .r26-dashboard-stage>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.76;filter:saturate(.88) contrast(1.05);transform:scale(1.015);transition:transform .7s var(--r26-ease),filter .7s var(--r26-ease)}
body.algiz-premium-r26-f4-4 .r26-dashboard-stage::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,30,.84) 0%,transparent 24%,transparent 74%,rgba(4,18,30,.62) 100%),linear-gradient(180deg,rgba(4,18,30,.1),rgba(4,18,30,.45));pointer-events:none}
body.algiz-premium-r26-f4-4 .r26-dashboard-grid{position:absolute;z-index:2;inset:0;background-image:linear-gradient(rgba(60,190,250,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(60,190,250,.06) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(90deg,#000,transparent 50%,#000)}
body.algiz-premium-r26-f4-4 .r26-dashboard-scan{position:absolute;z-index:3;left:0;right:0;height:2px;top:10%;background:linear-gradient(90deg,transparent,#3ae5ff,transparent);box-shadow:0 0 22px rgba(58,229,255,.65);animation:r26DashScan 5.8s ease-in-out infinite}
body.algiz-premium-r26-f4-4 .r26-hud-chip{position:absolute;z-index:4;min-width:150px;padding:12px 14px;border:1px solid rgba(69,214,255,.27);border-radius:11px;background:rgba(5,26,43,.78);backdrop-filter:blur(10px);box-shadow:0 12px 30px rgba(0,0,0,.2)}
body.algiz-premium-r26-f4-4 .r26-hud-chip span{display:block;font-size:.52rem;letter-spacing:.14em;color:#6aa5c8;font-weight:900}.r26-hud-chip b{display:block;margin-top:5px;color:#dff9ff;font-size:.67rem;letter-spacing:.08em}.r26-hud-chip--1{left:18px;top:20px}.r26-hud-chip--2{right:18px;top:42%}.r26-hud-chip--3{left:28px;bottom:22px}
body.algiz-premium-r26-f4-4 .r26-intel-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}
body.algiz-premium-r26-f4-4 .r26-intel-tabs button{position:relative;display:flex;align-items:center;gap:9px;min-height:64px;padding:9px 10px;border-radius:13px;border:1px solid rgba(97,179,229,.13);background:rgba(255,255,255,.025);color:#9ab8ca;text-align:left;cursor:pointer;transition:.3s var(--r26-ease)}
body.algiz-premium-r26-f4-4 .r26-intel-tabs button img{width:40px;height:40px;object-fit:contain;opacity:.72}.r26-intel-tabs button span{font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.035em}
body.algiz-premium-r26-f4-4 .r26-intel-tabs button:hover,body.algiz-premium-r26-f4-4 .r26-intel-tabs button.is-active{color:#fff;border-color:rgba(56,216,255,.5);background:linear-gradient(135deg,rgba(18,95,155,.38),rgba(17,56,87,.42));box-shadow:inset 0 0 28px rgba(37,190,255,.06)}
body.algiz-premium-r26-f4-4 .r26-intel-tabs button.is-active::after{content:"";position:absolute;left:13px;right:13px;bottom:-1px;height:2px;background:#35ddff;box-shadow:0 0 14px #35ddff}
body.algiz-premium-r26-f4-4 .r26-intel-brief{position:relative;border-radius:32px;padding:30px;background:linear-gradient(160deg,#fff,#f5faff);border:1px solid #d7e6f0;box-shadow:0 28px 75px rgba(7,44,72,.11);overflow:hidden}
body.algiz-premium-r26-f4-4 .r26-intel-brief::before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-100px;top:-100px;background:rgba(31,191,255,.11);filter:blur(55px)}
body.algiz-premium-r26-f4-4 .r26-brief-status{position:relative;display:flex;justify-content:space-between;gap:10px;padding-bottom:16px;border-bottom:1px solid #deebf3;font-size:.55rem;font-weight:900;letter-spacing:.14em;color:#728fa4}.r26-brief-status i{font-style:normal;color:#0d91dc}
body.algiz-premium-r26-f4-4 .r26-intel-brief>img{position:relative;width:82px;height:82px;object-fit:contain;margin:28px 0 12px;filter:drop-shadow(0 14px 25px rgba(18,131,210,.18))}
body.algiz-premium-r26-f4-4 .r26-intel-brief>small{color:#087bc2}.r26-intel-brief h3{color:var(--r26-ink)!important}.r26-intel-brief>p{font-size:.97rem;line-height:1.65;color:#5f7589;margin:18px 0 26px}
body.algiz-premium-r26-f4-4 .r26-intel-loop{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px 0;border-top:1px solid #e0ebf3;border-bottom:1px solid #e0ebf3}.r26-intel-loop div{flex:1}.r26-intel-loop span{display:block;color:#0c8bd7;font:900 .55rem/1 var(--r19-display)}.r26-intel-loop strong{display:block;font-size:.7rem;text-transform:uppercase;margin-top:6px;color:#1b344a}.r26-intel-loop i{color:#9ab2c3;font-style:normal}
body.algiz-premium-r26-f4-4 .r26-brief-note{margin-top:24px;padding:16px;border-radius:14px;background:#edf7fc;border:1px solid #d7e9f3}.r26-brief-note span{font-size:.54rem;letter-spacing:.14em;color:#1685c5;font-weight:900}.r26-brief-note p{margin:7px 0 0;color:#536f82;font-size:.78rem;line-height:1.55}

/* MISSION PATH NAVIGATOR */
body.algiz-premium-r26-f4-4 .r26-path-story{background:linear-gradient(180deg,#eff7fc,#f8fbfd)}
body.algiz-premium-r26-f4-4 .r26-path-shell{position:relative;z-index:2;display:grid;grid-template-columns:330px minmax(0,1fr);gap:18px;align-items:stretch}
body.algiz-premium-r26-f4-4 .r26-path-select{display:grid;gap:10px}
body.algiz-premium-r26-f4-4 .r26-path-select button{display:grid;grid-template-columns:50px 60px 1fr;align-items:center;gap:12px;min-height:104px;padding:14px;border-radius:19px;background:#fff;border:1px solid #d8e6ef;color:#183146;text-align:left;cursor:pointer;box-shadow:0 12px 34px rgba(8,50,80,.055);transition:.32s var(--r26-ease)}
body.algiz-premium-r26-f4-4 .r26-path-select button small{font-size:.54rem;letter-spacing:.09em;color:#7a98ac;font-weight:900}.r26-path-select button img{width:58px;height:58px;object-fit:contain}.r26-path-select button span strong{display:block;font-family:var(--r19-display);font-size:1.02rem;text-transform:uppercase;line-height:1}.r26-path-select button span em{display:block;margin-top:7px;font-style:normal;font-size:.6rem;color:#7790a3;letter-spacing:.04em}
body.algiz-premium-r26-f4-4 .r26-path-select button:hover,body.algiz-premium-r26-f4-4 .r26-path-select button.is-active{transform:translateX(7px);border-color:#78c9f4;background:linear-gradient(135deg,#fff,#edf9ff);box-shadow:0 20px 46px rgba(9,90,143,.12)}
body.algiz-premium-r26-f4-4 .r26-path-select button.is-active{box-shadow:inset 4px 0 0 #18b9f4,0 20px 46px rgba(9,90,143,.12)}
body.algiz-premium-r26-f4-4 .r26-path-stage{position:relative;min-height:500px;border-radius:30px;overflow:hidden;padding:28px;color:#fff;background:linear-gradient(90deg,rgba(5,20,33,.96) 0%,rgba(5,20,33,.72) 48%,rgba(5,20,33,.4) 100%),var(--r26-path-image);background-size:cover;background-position:center;border:1px solid #184b6c;box-shadow:0 34px 90px rgba(5,35,58,.18);transition:background-image .5s var(--r26-ease)}
body.algiz-premium-r26-f4-4 .r26-path-stage::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(3,15,26,.72));pointer-events:none}
body.algiz-premium-r26-f4-4 .r26-path-stage__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(61,195,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(61,195,255,.07) 1px,transparent 1px);background-size:40px 40px;mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.42),transparent 78%)}
body.algiz-premium-r26-f4-4 .r26-path-stage__scan{position:absolute;top:0;bottom:0;width:2px;left:20%;background:linear-gradient(transparent,#42dfff,transparent);box-shadow:0 0 22px rgba(66,223,255,.65);animation:r26PathScan 6.4s ease-in-out infinite}
body.algiz-premium-r26-f4-4 .r26-path-stage__copy{position:relative;z-index:3;max-width:610px;margin-top:70px}.r26-path-stage__copy p{max-width:620px;color:#c1d7e4;font-size:1rem;line-height:1.65;margin:18px 0 0}
body.algiz-premium-r26-f4-4 .r26-path-trace{position:relative;z-index:3;display:flex;flex-wrap:wrap;gap:8px;max-width:690px;margin:28px 0}.r26-path-trace span{position:relative;padding:10px 13px 10px 26px;border-radius:12px;background:rgba(6,29,48,.72);border:1px solid rgba(79,200,255,.2);font-size:.65rem;font-weight:800;color:#e2f4ff;backdrop-filter:blur(9px)}.r26-path-trace span::before{content:"";position:absolute;left:11px;top:50%;translate:0 -50%;width:5px;height:5px;border-radius:50%;background:#40e0ff;box-shadow:0 0 12px #40e0ff}.r26-path-stage>.r19-btn{position:relative;z-index:3;margin-top:5px}

/* CERTIFICATION READINESS COMMAND */
body.algiz-premium-r26-f4-4 .r26-cert-story{background:#fff}
body.algiz-premium-r26-f4-4 .r26-cert-command{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:24px}
body.algiz-premium-r26-f4-4 .r26-cert-visual{position:relative;min-height:620px;border-radius:32px;overflow:hidden;padding:28px;background:linear-gradient(180deg,rgba(5,22,37,.36),rgba(4,17,29,.92)),url('../images/home/readiness.webp') center/cover;border:1px solid #1c5273;box-shadow:0 36px 96px rgba(5,35,58,.2);color:#fff}
body.algiz-premium-r26-f4-4 .r26-cert-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(68,198,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(68,198,255,.07) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(180deg,#000,transparent 75%)}
body.algiz-premium-r26-f4-4 .r26-cert-scan{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(63,220,255,.16) 49%,transparent 51%);background-size:100% 220px;animation:r26ScanField 6.8s linear infinite}
body.algiz-premium-r26-f4-4 .r26-cert-core{position:absolute;left:50%;top:44%;translate:-50% -50%;width:255px;height:255px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(16,81,127,.84),rgba(5,23,39,.87) 62%,rgba(4,17,28,.95));border:1px solid rgba(69,209,255,.45);box-shadow:0 0 75px rgba(30,181,255,.18),inset 0 0 55px rgba(46,195,255,.09);z-index:3}
body.algiz-premium-r26-f4-4 .r26-cert-core img{width:104px;height:104px;object-fit:contain;filter:drop-shadow(0 0 24px rgba(43,202,255,.3));z-index:2}.r26-cert-core strong{z-index:2;margin-top:8px;font-family:var(--r19-display);font-size:.88rem;letter-spacing:.08em}.r26-cert-ring{position:absolute;border-radius:50%;border:1px solid rgba(75,207,255,.26)}.r26-cert-ring--a{width:330px;height:330px;animation:r26Orbit 28s linear infinite}.r26-cert-ring--b{width:390px;height:390px;border-style:dashed;animation:r26OrbitReverse 38s linear infinite}
body.algiz-premium-r26-f4-4 .r26-cert-metrics{position:absolute;z-index:4;left:28px;right:28px;bottom:88px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.r26-cert-metrics>div{padding:17px 18px;border-radius:16px;background:rgba(4,22,37,.78);border:1px solid rgba(75,193,248,.2);backdrop-filter:blur(12px)}.r26-cert-metrics strong{display:block;font:900 2rem/1 var(--r19-display);color:#fff}.r26-cert-metrics span{display:block;margin-top:6px;text-transform:uppercase;font-size:.58rem;letter-spacing:.11em;color:#8eb5cb}
body.algiz-premium-r26-f4-4 .r26-cert-provider-note{position:absolute;z-index:4;left:28px;right:28px;bottom:24px;color:#93b2c5;font-size:.68rem;line-height:1.45}
body.algiz-premium-r26-f4-4 .r26-cert-copy{padding:42px;border-radius:32px;border:1px solid #dbe8f0;background:linear-gradient(155deg,#fff,#f6fbfe);box-shadow:0 28px 78px rgba(7,44,72,.1)}
body.algiz-premium-r26-f4-4 .r26-cert-pipeline{display:grid;gap:10px;margin:30px 0}
body.algiz-premium-r26-f4-4 .r26-cert-pipeline article{position:relative;display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start;padding:15px;border-radius:16px;border:1px solid #ddeaf2;background:#fff;transition:.3s var(--r26-ease)}
body.algiz-premium-r26-f4-4 .r26-cert-pipeline article:not(:last-child)::after{content:"";position:absolute;left:38px;bottom:-11px;width:1px;height:11px;background:linear-gradient(#43cfff,#bdd9ea)}
body.algiz-premium-r26-f4-4 .r26-cert-pipeline article:hover,body.algiz-premium-r26-f4-4 .r26-cert-pipeline article.is-active{border-color:#8bd8f8;background:linear-gradient(135deg,#fff,#f0faff);transform:translateX(5px);box-shadow:0 14px 36px rgba(11,92,145,.09)}
body.algiz-premium-r26-f4-4 .r26-cert-pipeline b{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e9f7ff;color:#087ac3;font:900 .7rem/1 var(--r19-display)}.r26-cert-pipeline article.is-active b{color:#fff;background:linear-gradient(135deg,#168bff,#1acdea);box-shadow:0 10px 24px rgba(25,163,232,.2)}.r26-cert-pipeline small{display:block;color:#1685c5;font-size:.55rem;font-weight:900;letter-spacing:.14em}.r26-cert-pipeline strong{display:block;color:#10283b;font-size:.88rem;margin-top:3px}.r26-cert-pipeline span{display:block;color:#667d90;font-size:.74rem;line-height:1.45;margin-top:4px}
body.algiz-premium-r26-f4-4 .r26-cert-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.r26-cert-actions>span{font-size:.64rem;text-transform:uppercase;letter-spacing:.08em;color:#7b93a5;font-weight:800}

/* motion hooks */
html.r26-ready body.algiz-premium-r26-f4-4 .r26-story [data-r26-enter]{opacity:0;transform:translateY(22px);transition:opacity .7s var(--r26-ease),transform .7s var(--r26-ease)}
html.r26-ready body.algiz-premium-r26-f4-4 .r26-story [data-r26-enter].is-in{opacity:1;transform:none}
body.algiz-premium-r26-f4-4 .r26-engine-console.r26-pulse,body.algiz-premium-r26-f4-4 .r26-intel-brief.r26-pulse,body.algiz-premium-r26-f4-4 .r26-path-stage.r26-pulse{animation:r26PanelPulse .48s ease}

@keyframes r26Orbit{to{rotate:360deg}}@keyframes r26OrbitReverse{to{rotate:-360deg}}
@keyframes r26ScanField{from{background-position:0 -220px}to{background-position:0 calc(100% + 220px)}}
@keyframes r26DashScan{0%,100%{top:9%;opacity:.25}50%{top:88%;opacity:.9}}
@keyframes r26PathScan{0%,100%{left:16%;opacity:.25}50%{left:84%;opacity:.8}}
@keyframes r26PanelPulse{50%{filter:brightness(1.08)}}

@media(max-width:1180px){
  body.algiz-premium-r26-f4-4 .r26-story-head{grid-template-columns:1fr;gap:18px}
  body.algiz-premium-r26-f4-4 .r26-product-shell{grid-template-columns:1fr;min-height:0}
  body.algiz-premium-r26-f4-4 .r26-engine-console{display:grid;grid-template-columns:1fr 1fr;column-gap:28px}.r26-engine-console .r26-console-top{grid-column:1/-1}.r26-engine-console .r26-engine-identity{grid-column:1}.r26-engine-console>p{grid-column:2;align-self:center}.r26-engine-console .r26-engine-readout,.r26-engine-console .r26-engine-sequence,.r26-engine-console .r26-console-cta{grid-column:1/-1}
  body.algiz-premium-r26-f4-4 .r26-intel-shell{grid-template-columns:1fr}.r26-intel-brief{display:grid;grid-template-columns:110px 1fr;column-gap:22px}.r26-intel-brief .r26-brief-status,.r26-intel-brief .r26-intel-loop,.r26-intel-brief .r26-brief-note{grid-column:1/-1}.r26-intel-brief>img{grid-row:2/6}.r26-intel-brief>small,.r26-intel-brief>h3,.r26-intel-brief>p{grid-column:2}
  body.algiz-premium-r26-f4-4 .r26-cert-command{grid-template-columns:1fr 1fr}
}
@media(max-width:920px){
  body.algiz-premium-r26-f4-4 .r26-engine-map{min-height:660px}.r26-engine-node{width:142px!important;grid-template-columns:26px 40px 1fr!important}.r26-engine-node img{width:38px!important;height:38px!important}.r26-engine-orbit--a{width:440px!important;height:440px!important}.r26-engine-orbit--b{width:320px!important;height:320px!important}.r26-engine-core{width:188px!important;height:188px!important}
  body.algiz-premium-r26-f4-4 .r26-intel-tabs{grid-template-columns:repeat(2,1fr)}
  body.algiz-premium-r26-f4-4 .r26-path-shell{grid-template-columns:1fr}.r26-path-select{grid-template-columns:1fr 1fr}.r26-path-select button:hover,.r26-path-select button.is-active{transform:translateY(-3px)!important}.r26-path-stage{min-height:530px!important}
  body.algiz-premium-r26-f4-4 .r26-cert-command{grid-template-columns:1fr}.r26-cert-visual{min-height:560px!important}.r26-cert-copy{padding:34px!important}
}
@media(max-width:720px){
  body.algiz-premium-r26-f4-4 .r26-story-head{margin-bottom:28px}.r26-story-head .r19-title--section{font-size:clamp(2.5rem,12vw,3.3rem)}
  body.algiz-premium-r26-f4-4 .r26-engine-map{min-height:auto;padding:58px 14px 18px;display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.r26-engine-orbit,.r26-engine-core{display:none!important}.r26-engine-node{position:relative!important;inset:auto!important;width:auto!important;min-height:78px!important;display:grid!important;grid-template-columns:24px 40px 1fr!important;transform:none!important}.r26-engine-node.is-active::after{right:auto!important;left:0!important;top:auto!important;bottom:-1px!important;width:100%!important;height:2px!important}
  body.algiz-premium-r26-f4-4 .r26-engine-console{display:block;padding:22px}.r26-engine-identity img{width:72px!important;height:72px!important}.r26-engine-identity h3{font-size:2rem!important}.r26-engine-readout{grid-template-columns:1fr!important}.r26-engine-sequence{grid-template-columns:repeat(4,1fr)!important}
  body.algiz-premium-r26-f4-4 .r26-dashboard-stage{min-height:360px}.r26-hud-chip{min-width:118px!important;padding:9px!important}.r26-hud-chip--2{top:auto!important;right:12px!important;bottom:14px!important}.r26-hud-chip--3{display:none}.r26-intel-tabs{grid-template-columns:1fr 1fr!important}.r26-intel-tabs button{min-height:56px!important}.r26-intel-brief{display:block!important;padding:23px!important}.r26-intel-brief>img{width:68px!important;height:68px!important}.r26-intel-loop{display:grid!important;grid-template-columns:1fr auto 1fr auto 1fr!important}
  body.algiz-premium-r26-f4-4 .r26-path-select{grid-template-columns:1fr}.r26-path-select button{grid-template-columns:46px 52px 1fr!important;min-height:90px!important}.r26-path-stage{min-height:590px!important;padding:22px!important}.r26-path-stage__copy{margin-top:56px!important}.r26-path-stage__copy h3{font-size:2.2rem!important}.r26-path-trace{margin:22px 0!important}.r26-path-trace span{font-size:.6rem!important}
  body.algiz-premium-r26-f4-4 .r26-cert-visual{min-height:500px!important;padding:20px!important}.r26-cert-core{width:190px!important;height:190px!important}.r26-cert-core img{width:80px!important;height:80px!important}.r26-cert-ring--a{width:250px!important;height:250px!important}.r26-cert-ring--b{width:300px!important;height:300px!important}.r26-cert-metrics{left:20px!important;right:20px!important;bottom:90px!important}.r26-cert-provider-note{left:20px!important;right:20px!important}.r26-cert-copy{padding:25px!important}.r26-cert-actions{align-items:stretch!important;flex-direction:column}.r26-cert-actions .r19-btn{width:100%}
}
@media(max-width:430px){
  body.algiz-premium-r26-f4-4 .r26-engine-map{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.r26-engine-node{grid-template-columns:22px 38px 1fr!important;padding:10px 8px!important}.r26-engine-node img{width:36px!important;height:36px!important}.r26-engine-node strong{font-size:.59rem!important}.r26-engine-console>p{font-size:.9rem}.r26-console-top{align-items:flex-start!important;flex-direction:column}.r26-engine-identity{gap:14px!important}.r26-engine-readout{gap:8px!important}
  body.algiz-premium-r26-f4-4 .r26-dashboard-stage{min-height:320px}.r26-dashboard-stage>img{object-position:52% center!important}.r26-hud-chip{min-width:105px!important}.r26-intel-tabs{grid-template-columns:1fr!important}.r26-intel-loop strong{font-size:.58rem!important}.r26-path-stage{min-height:610px!important}.r26-path-stage__head{align-items:flex-start!important;flex-direction:column}.r26-path-stage>.r19-btn{width:100%}
  body.algiz-premium-r26-f4-4 .r26-cert-metrics{grid-template-columns:1fr 1fr}.r26-cert-metrics strong{font-size:1.6rem!important}.r26-cert-provider-note{font-size:.62rem!important}.r26-cert-pipeline article{grid-template-columns:42px 1fr!important}.r26-cert-pipeline b{width:38px!important;height:38px!important}
}
@media(prefers-reduced-motion:reduce){
  body.algiz-premium-r26-f4-4 .r26-engine-map::after,body.algiz-premium-r26-f4-4 .r26-engine-orbit,body.algiz-premium-r26-f4-4 .r26-dashboard-scan,body.algiz-premium-r26-f4-4 .r26-path-stage__scan,body.algiz-premium-r26-f4-4 .r26-cert-scan,body.algiz-premium-r26-f4-4 .r26-cert-ring{animation:none!important}
  html.r26-ready body.algiz-premium-r26-f4-4 .r26-story [data-r26-enter]{opacity:1!important;transform:none!important;transition:none!important}
}


/* ===== SOURCE: assets/css/algiz-r27-f4-5.css ===== */
/* ALGIZ Learning R27 / F4.5 — Production Visual QA & Hardening */
html{overflow-x:clip;scroll-padding-top:88px}
body.algiz-premium-r27-f4-5{overflow-x:clip;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body.algiz-premium-r27-f4-5 *{box-sizing:border-box}
body.algiz-premium-r27-f4-5 img{max-width:100%;height:auto}
body.algiz-premium-r27-f4-5 main,body.algiz-premium-r27-f4-5 section,body.algiz-premium-r27-f4-5 [class*="grid"],body.algiz-premium-r27-f4-5 [class*="shell"]{min-width:0}
body.algiz-premium-r27-f4-5 :is(h1,h2,h3,h4,p,li,span,strong,small,a,button){overflow-wrap:normal;word-break:normal;hyphens:none}
body.algiz-premium-r27-f4-5 :is(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid rgba(64,225,255,.92);outline-offset:4px;box-shadow:0 0 0 6px rgba(0,135,255,.16)}
body.algiz-premium-r27-f4-5 .algiz-skip-link:focus{z-index:99999}

/* Header stability */
body.algiz-premium-r27-f4-5 .algiz-header{isolation:isolate;backdrop-filter:saturate(125%) blur(18px);-webkit-backdrop-filter:saturate(125%) blur(18px)}
body.algiz-premium-r27-f4-5 .algiz-header__inner{min-height:72px}
body.algiz-premium-r27-f4-5 .algiz-brand img{display:block}
body.algiz-premium-r27-f4-5 .algiz-main-nav a,body.algiz-premium-r27-f4-5 .algiz-header__actions a{white-space:nowrap}

/* F4.4 hardening: no child is allowed to force viewport overflow */
body.algiz-premium-r27-f4-5 :is(.r26-product-shell,.r26-intel-shell,.r26-path-shell,.r26-cert-command,.r26-engine-map,.r26-engine-console,.r26-intel-cockpit,.r26-intel-brief,.r26-path-select,.r26-path-stage,.r26-cert-visual,.r26-cert-copy){min-width:0;max-width:100%}
body.algiz-premium-r27-f4-5 .r26-story-head>*{min-width:0}
body.algiz-premium-r27-f4-5 .r26-engine-console>p,body.algiz-premium-r27-f4-5 .r26-intel-brief>p,body.algiz-premium-r27-f4-5 .r26-path-stage__copy p,body.algiz-premium-r27-f4-5 .r26-cert-provider-note{max-width:72ch}

/* Tab systems: active state remains visually obvious and keyboard safe */
body.algiz-premium-r27-f4-5 [role="tab"]{touch-action:manipulation}
body.algiz-premium-r27-f4-5 [role="tab"][aria-selected="true"]{isolation:isolate}
body.algiz-premium-r27-f4-5 .r26-engine-node:focus-visible,body.algiz-premium-r27-f4-5 .r26-intel-tabs button:focus-visible,body.algiz-premium-r27-f4-5 .r26-path-select button:focus-visible{outline-offset:2px}

/* Better minimum pointer targets without visually inflating desktop */
@media (pointer:coarse){
 body.algiz-premium-r27-f4-5 :is(a,button,[role="tab"]){min-height:44px}
 body.algiz-premium-r27-f4-5 .r26-intel-tabs button{min-height:72px}
}

/* Tablet hardening */
@media (max-width:1100px){
 body.algiz-premium-r27-f4-5 .r26-intel-shell{grid-template-columns:minmax(0,1fr)}
 body.algiz-premium-r27-f4-5 .r26-intel-brief{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:22px;align-content:start}
 body.algiz-premium-r27-f4-5 .r26-intel-brief>.r26-brief-status{grid-column:1/-1}
 body.algiz-premium-r27-f4-5 .r26-intel-brief>img{grid-row:2/6;margin:26px 0 0}
 body.algiz-premium-r27-f4-5 .r26-intel-brief>.r26-intel-loop,body.algiz-premium-r27-f4-5 .r26-intel-brief>.r26-brief-note{grid-column:1/-1}
 body.algiz-premium-r27-f4-5 .r26-path-shell{gap:18px}
}

/* Mobile: dedicated composition, not compressed desktop */
@media (max-width:768px){
 html{scroll-padding-top:76px}
 body.algiz-premium-r27-f4-5 .algiz-header__inner{min-height:64px}
 body.algiz-premium-r27-f4-5 .algiz-main-nav{max-height:calc(100dvh - 64px);overflow-y:auto;overscroll-behavior:contain}
 body.algiz-premium-r27-f4-5 .r26-story{overflow:hidden}
 body.algiz-premium-r27-f4-5 .r26-story-head{gap:18px}
 body.algiz-premium-r27-f4-5 .r26-story-head h2{font-size:clamp(2rem,10vw,3.2rem);line-height:.94}
 body.algiz-premium-r27-f4-5 .r26-story-head p{font-size:1rem;line-height:1.62}

 body.algiz-premium-r27-f4-5 .r26-product-shell{grid-template-columns:minmax(0,1fr);gap:18px}
 body.algiz-premium-r27-f4-5 .r26-engine-map{min-height:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px}
 body.algiz-premium-r27-f4-5 :is(.r26-engine-orbit,.r26-engine-core){display:none}
 body.algiz-premium-r27-f4-5 .r26-engine-node,body.algiz-premium-r27-f4-5 [class*="r26-engine-node--"]{position:relative!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:auto!important;min-width:0;transform:none!important;display:grid;grid-template-columns:auto 40px minmax(0,1fr);align-items:center;gap:8px;text-align:left;padding:10px 11px}
 body.algiz-premium-r27-f4-5 .r26-engine-node img{width:38px;height:38px}
 body.algiz-premium-r27-f4-5 .r26-engine-node strong{font-size:.64rem}
 body.algiz-premium-r27-f4-5 .r26-engine-node.is-active::after{display:none}
 body.algiz-premium-r27-f4-5 .r26-engine-console{border-radius:24px;padding:22px}
 body.algiz-premium-r27-f4-5 .r26-engine-identity{gap:14px;margin-top:24px}
 body.algiz-premium-r27-f4-5 .r26-engine-identity img{width:72px;height:72px}
 body.algiz-premium-r27-f4-5 .r26-engine-identity h3{font-size:2rem}
 body.algiz-premium-r27-f4-5 .r26-engine-readout{grid-template-columns:1fr}
 body.algiz-premium-r27-f4-5 .r26-engine-sequence{grid-template-columns:repeat(4,1fr)}

 body.algiz-premium-r27-f4-5 .r26-intel-cockpit,body.algiz-premium-r27-f4-5 .r26-intel-brief{border-radius:24px;padding:16px}
 body.algiz-premium-r27-f4-5 .r26-dashboard-stage{min-height:330px}
 body.algiz-premium-r27-f4-5 .r26-hud-chip{min-width:0;max-width:44%;padding:9px 10px}
 body.algiz-premium-r27-f4-5 .r26-intel-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.algiz-premium-r27-f4-5 .r26-intel-brief{display:block}
 body.algiz-premium-r27-f4-5 .r26-intel-brief>img{width:68px;height:68px;margin:22px 0 10px}
 body.algiz-premium-r27-f4-5 .r26-intel-loop{overflow-x:auto;scrollbar-width:thin;padding-bottom:6px}
 body.algiz-premium-r27-f4-5 .r26-intel-loop>*{flex:0 0 auto}

 body.algiz-premium-r27-f4-5 .r26-path-shell{grid-template-columns:minmax(0,1fr)}
 body.algiz-premium-r27-f4-5 .r26-path-select{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
 body.algiz-premium-r27-f4-5 .r26-path-select button{min-width:0}
 body.algiz-premium-r27-f4-5 .r26-path-stage{min-height:500px;border-radius:24px}
 body.algiz-premium-r27-f4-5 .r26-path-stage__copy h3{font-size:clamp(2rem,10vw,3rem)}
 body.algiz-premium-r27-f4-5 .r26-path-trace{display:flex;flex-wrap:wrap;gap:8px}

 body.algiz-premium-r27-f4-5 .r26-cert-command{grid-template-columns:minmax(0,1fr);border-radius:24px}
 body.algiz-premium-r27-f4-5 .r26-cert-visual,body.algiz-premium-r27-f4-5 .r26-cert-copy{min-height:auto;padding:20px}
 body.algiz-premium-r27-f4-5 .r26-cert-pipeline{grid-template-columns:minmax(0,1fr)}
 body.algiz-premium-r27-f4-5 .r26-cert-actions{align-items:stretch}
 body.algiz-premium-r27-f4-5 .r26-cert-actions .r19-btn{width:100%;justify-content:center}
}

@media (max-width:430px){
 body.algiz-premium-r27-f4-5 .r26-engine-map{grid-template-columns:minmax(0,1fr)}
 body.algiz-premium-r27-f4-5 .r26-path-select{grid-template-columns:minmax(0,1fr)}
 body.algiz-premium-r27-f4-5 .r26-dashboard-stage{min-height:300px}
 body.algiz-premium-r27-f4-5 .r26-hud-chip{max-width:48%;font-size:.58rem}
 body.algiz-premium-r27-f4-5 .r26-intel-tabs button{min-height:66px}
}

/* Reduced motion is a hard gate in F4.5 */
@media (prefers-reduced-motion:reduce){
 html{scroll-behavior:auto!important}
 body.algiz-premium-r27-f4-5 *,body.algiz-premium-r27-f4-5 *::before,body.algiz-premium-r27-f4-5 *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
 body.algiz-premium-r27-f4-5 :is(.r26-dashboard-scan,.r26-path-stage__scan,.r26-cert-scan,.r23-command-scan,.r24-scroll-beam){display:none!important}
}

/* Content-visibility on lower narrative sections only; hero/header remain immediate. */
@supports (content-visibility:auto){
 body.algiz-premium-r27-f4-5.page-index main>section:nth-of-type(n+4){content-visibility:auto;contain-intrinsic-size:auto 900px}
}

/* F4.5 visual regression fixes discovered during real render QA */
body.algiz-premium-r27-f4-5.page-plataforma .r06-platform-hero h1,
body.algiz-premium-r27-f4-5.page-productos .products-hero h1,
body.algiz-premium-r27-f4-5.page-certificaciones .cert-hero h1{
  color:#f4f9fd!important;
  text-shadow:0 18px 48px rgba(0,0,0,.34);
}
body.algiz-premium-r27-f4-5.page-plataforma .r06-platform-hero h1 span,
body.algiz-premium-r27-f4-5.page-certificaciones .cert-hero h1 span{
  background:linear-gradient(100deg,#1d82ff 0%,#14cfff 58%,#7ceeff 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;
}
body.algiz-premium-r27-f4-5.page-productos .products-hero :is(p,.support-copy),
body.algiz-premium-r27-f4-5.page-certificaciones .cert-hero :is(p,.support-copy),
body.algiz-premium-r27-f4-5.page-plataforma .r06-platform-hero__copy>p{color:#a9c2d4!important}

@media (max-width:768px){
  body.algiz-premium-r27-f4-5 .algiz-nav{
    display:grid!important;position:fixed!important;top:calc(var(--algiz-header-h,64px) + 8px)!important;
    left:14px!important;right:14px!important;width:auto!important;height:auto!important;max-height:calc(100dvh - 86px)!important;
    padding:10px!important;border-radius:18px!important;background:rgba(5,18,31,.985)!important;
    border:1px solid rgba(90,190,245,.24)!important;box-shadow:0 28px 80px rgba(0,0,0,.48)!important;
    opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-10px) scale(.985)!important;
    transition:opacity .2s ease,transform .2s ease,visibility .2s ease!important;overflow-y:auto!important;z-index:1002!important;
  }
  body.algiz-premium-r27-f4-5.is-nav-open .algiz-nav{
    opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;
  }
  body.algiz-premium-r27-f4-5 .algiz-nav a{display:block!important;width:100%!important;padding:13px 14px!important;border-radius:12px!important;color:#c7d9e7!important}
  body.algiz-premium-r27-f4-5 .algiz-nav a[aria-current="page"]{color:#fff!important;background:rgba(22,152,255,.16)!important}
  body.algiz-premium-r27-f4-5 .algiz-nav-scrim{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
  body.algiz-premium-r27-f4-5.is-nav-open .algiz-nav-scrim{opacity:1!important;visibility:visible!important;pointer-events:auto!important}

  body.algiz-premium-r27-f4-5.page-plataforma .r06-platform-hero h1,
  body.algiz-premium-r27-f4-5.page-productos .products-hero h1,
  body.algiz-premium-r27-f4-5.page-certificaciones .cert-hero h1{font-size:clamp(2.85rem,14vw,4.2rem)!important;line-height:.91!important;letter-spacing:-.055em!important}
  body.algiz-premium-r27-f4-5.page-productos .products-hero :is(p,.support-copy),
  body.algiz-premium-r27-f4-5.page-certificaciones .cert-hero :is(p,.support-copy),
  body.algiz-premium-r27-f4-5.page-plataforma .r06-platform-hero__copy>p{font-size:1rem!important;line-height:1.72!important;color:#a9c3d5!important}
}
@media (max-width:768px){
  body.algiz-premium-r27-f4-5:not(.is-nav-open) .algiz-nav{display:none!important}
  body.algiz-premium-r27-f4-5.is-nav-open .algiz-nav{display:grid!important}
  body.algiz-premium-r27-f4-5.page-productos .products-hero h1,
  body.algiz-premium-r27-f4-5.page-certificaciones .cert-hero h1{
    font-size:clamp(2.55rem,11.7vw,3.55rem)!important;
    line-height:.94!important;
  }
}


/* ===== SOURCE: assets/css/algiz-r28-production-cleanup.css ===== */
/* ALGIZ Learning R28 — Production Cleanup */
body.algiz-premium-r28-cleanup{--r28-cyan:#29d8ff;--r28-blue:#168dff;--r28-navy:#071629;--r28-ink:#0d2137}
body.algiz-premium-r28-cleanup.page-index #que-es-algiz,body.algiz-premium-r28-cleanup.page-index #como-funciona,body.algiz-premium-r28-cleanup.page-index #para-quien{padding-block:80px}
body.algiz-premium-r28-cleanup.page-index #que-es-algiz .r21-section-head,body.algiz-premium-r28-cleanup.page-index #como-funciona .r21-section-head,body.algiz-premium-r28-cleanup.page-index #para-quien .r21-section-head{gap:48px;margin-bottom:36px}
body.algiz-premium-r28-cleanup.page-index #modelo-algiz{padding-block:82px}
body.algiz-premium-r28-cleanup.page-index #modelo-algiz .r19-system{gap:42px}
body.algiz-premium-r28-cleanup .r25-panel-head b{letter-spacing:.08em}
body.algiz-premium-r28-cleanup .r26-path-stage__head i{color:#87e9ff}
.r28-platform-nav{position:sticky;top:72px;z-index:56;background:rgba(6,19,34,.94);border-top:1px solid rgba(79,199,255,.16);border-bottom:1px solid rgba(79,199,255,.22);box-shadow:0 14px 34px rgba(2,12,24,.2);backdrop-filter:blur(18px) saturate(130%)}
.r28-platform-nav__inner{width:min(1440px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;gap:24px;min-height:74px}
.r28-platform-nav__meta{min-width:0;padding-right:20px;border-right:1px solid rgba(111,202,255,.17)}
.r28-platform-nav__meta span{display:block;color:#6f8da5;font-size:.61rem;line-height:1.2;letter-spacing:.16em;font-weight:900}.r28-platform-nav__meta strong{display:block;margin-top:6px;color:#f4fbff;font-size:.88rem;line-height:1.2;letter-spacing:.02em}
.r28-platform-nav__links{display:flex;gap:7px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;padding:10px 0}.r28-platform-nav__links::-webkit-scrollbar{display:none}
.r28-platform-nav__links a{flex:0 0 auto;min-height:42px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid rgba(120,196,237,.12);border-radius:10px;color:#91a8ba;text-decoration:none;background:rgba(255,255,255,.025);transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}
.r28-platform-nav__links a b{color:#3ecfff;font:900 .62rem/1 var(--r19-mono,ui-monospace,SFMono-Regular,Menlo,monospace);letter-spacing:.08em}.r28-platform-nav__links a span{font-size:.72rem;font-weight:850;letter-spacing:.02em}
.r28-platform-nav__links a:hover,.r28-platform-nav__links a:focus-visible{color:#fff;border-color:rgba(61,213,255,.42);background:rgba(34,168,255,.10);outline:none}.r28-platform-nav__links a.is-active{color:#fff;border-color:rgba(61,213,255,.54);background:linear-gradient(135deg,rgba(22,141,255,.19),rgba(41,216,255,.08));box-shadow:inset 0 0 0 1px rgba(87,225,255,.05),0 0 22px rgba(0,151,255,.08)}
body.algiz-premium-r28-cleanup.page-plataforma .platform-module{scroll-margin-top:150px;padding-block:clamp(72px,7vw,104px)}body.algiz-premium-r28-cleanup.page-plataforma .platform-module .section-grid{gap:clamp(36px,5vw,72px)}
@media(max-width:1080px){.r28-platform-nav{top:66px}.r28-platform-nav__inner{width:min(100% - 28px,1100px);grid-template-columns:1fr;gap:0;min-height:auto;padding:9px 0 8px}.r28-platform-nav__meta{display:flex;align-items:center;justify-content:space-between;border-right:0;padding:0 2px 5px}.r28-platform-nav__meta strong{margin:0;font-size:.76rem}.r28-platform-nav__links{padding:3px 0}body.algiz-premium-r28-cleanup.page-plataforma .platform-module{scroll-margin-top:154px}}
@media(max-width:720px){body.algiz-premium-r28-cleanup.page-index #que-es-algiz,body.algiz-premium-r28-cleanup.page-index #como-funciona,body.algiz-premium-r28-cleanup.page-index #para-quien,body.algiz-premium-r28-cleanup.page-index #modelo-algiz{padding-block:64px}.r28-platform-nav{top:62px}.r28-platform-nav__inner{width:calc(100% - 20px)}.r28-platform-nav__meta span{font-size:.55rem}.r28-platform-nav__links a{min-height:40px;padding:0 10px;border-radius:9px}.r28-platform-nav__links a span{font-size:.68rem}body.algiz-premium-r28-cleanup.page-plataforma .platform-module{padding-block:64px;scroll-margin-top:148px}}
@media(prefers-reduced-motion:reduce){.r28-platform-nav__links a{transition:none}}


/* ===== SOURCE: assets/css/algiz-system-r33.css ===== */
/* ALGIZ Learning — Design System R33
   Visual authority for P0. Legacy page CSS may provide layout, but tokens and shared shell here are authoritative. */
:root{
  --algiz-navy-1000:#020914;
  --algiz-navy-950:#03111e;
  --algiz-navy-900:#06182b;
  --algiz-navy-850:#082139;
  --algiz-navy-800:#0a2945;
  --algiz-navy-700:#103b61;
  --algiz-blue-600:#0b7df2;
  --algiz-blue-500:#0b86ff;
  --algiz-blue-400:#2aa6ff;
  --algiz-cyan-500:#18d2ff;
  --algiz-cyan-400:#58e1ff;
  --algiz-cyan-300:#91edff;
  --algiz-ice-100:#eef7fc;
  --algiz-ice-50:#f7fbfe;
  --algiz-white:#fff;
  --algiz-steel-500:#7f98ab;
  --algiz-steel-400:#9eb3c2;
  --algiz-steel-300:#cbd9e3;
  --algiz-ink:#071a2b;
  --algiz-muted:#536c80;
  --algiz-line:rgba(9,74,116,.14);
  --algiz-line-dark:rgba(89,195,248,.16);
  --algiz-success:#13b981;
  --algiz-warning:#f2b84b;
  --algiz-danger:#ee6471;
  --algiz-radius-xs:8px;
  --algiz-radius-sm:12px;
  --algiz-radius-md:18px;
  --algiz-radius-lg:24px;
  --algiz-radius-xl:32px;
  --algiz-shadow-sm:0 12px 34px rgba(6,45,72,.08);
  --algiz-shadow-md:0 24px 64px rgba(4,47,78,.12);
  --algiz-shadow-lg:0 40px 110px rgba(0,14,30,.26);
  --algiz-shell:min(1240px,calc(100% - 48px));
  --algiz-font-ui:"Segoe UI Variable Text","Segoe UI",Inter,Arial,sans-serif;
  --algiz-font-display:"Segoe UI Variable Display","Segoe UI",Inter,Arial,sans-serif;
  --algiz-ease:cubic-bezier(.2,.7,.2,1);
  /* Compatibility aliases */
  --r32-navy-950:var(--algiz-navy-950);
  --r32-navy-900:var(--algiz-navy-900);
  --r32-navy-850:var(--algiz-navy-850);
  --r32-navy-800:var(--algiz-navy-800);
  --r32-blue:var(--algiz-blue-500);
  --r32-blue-2:var(--algiz-blue-400);
  --r32-cyan:var(--algiz-cyan-500);
  --r32-cyan-soft:var(--algiz-cyan-300);
  --r32-ice:var(--algiz-ice-100);
  --r32-white:var(--algiz-white);
  --r32-steel:var(--algiz-steel-300);
  --r32-steel-2:var(--algiz-steel-400);
  --r32-ink:var(--algiz-ink);
  --r32-muted:var(--algiz-muted);
  --r32-line:var(--algiz-line);
  --r32-shadow:var(--algiz-shadow-md);
  --r32-shadow-dark:var(--algiz-shadow-lg);
  --r32-radius:var(--algiz-radius-lg);
  --r32-shell:var(--algiz-shell);
}

html{scroll-behavior:smooth}
body.algiz-system-r33,body.r33-site{font-family:var(--algiz-font-ui);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.algiz-system-r33 ::selection,body.r33-site ::selection{background:var(--algiz-cyan-500);color:var(--algiz-navy-1000)}
body.algiz-system-r33 :focus-visible,body.r33-site :focus-visible{outline:3px solid rgba(24,210,255,.5);outline-offset:3px}

/* Shared shell: legacy public pages */
body.algiz-system-r33 .algiz-header{position:sticky!important;top:0!important;z-index:1000!important;background:rgba(3,17,30,.965)!important;border-bottom:1px solid var(--algiz-line-dark)!important;backdrop-filter:blur(18px) saturate(1.15)!important;box-shadow:0 14px 40px rgba(0,16,31,.18)!important}
body.algiz-system-r33 .algiz-header__inner{min-height:74px!important;width:var(--algiz-shell)!important}
body.algiz-system-r33 .algiz-brand img{width:166px!important;height:auto!important;filter:drop-shadow(0 4px 16px rgba(0,135,255,.16))}
body.algiz-system-r33 .algiz-nav a{position:relative!important;font-size:.77rem!important;font-weight:800!important;letter-spacing:.075em!important;text-transform:uppercase!important;color:#bfd2df!important;border-radius:10px!important;padding:10px 12px!important;transition:.2s var(--algiz-ease)!important}
body.algiz-system-r33 .algiz-nav a:hover,body.algiz-system-r33 .algiz-nav a[aria-current="page"]{color:#fff!important;background:rgba(24,147,222,.10)!important}
body.algiz-system-r33 .algiz-nav a[aria-current="page"]::after{content:"";position:absolute;left:12px;right:12px;bottom:3px;height:2px;background:linear-gradient(90deg,var(--algiz-blue-500),var(--algiz-cyan-500));border-radius:2px}
body.algiz-system-r33 .algiz-access{border:1px solid rgba(75,200,255,.30)!important;background:linear-gradient(135deg,rgba(11,125,242,.22),rgba(24,210,255,.08))!important;color:#e8f9ff!important;border-radius:12px!important;font-weight:850!important;letter-spacing:.055em!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 12px 30px rgba(0,106,190,.14)!important}

/* Unified typography and surfaces on legacy pages */
body.algiz-system-r33 .products-hero,body.algiz-system-r33 .cert-hero,body.algiz-system-r33 .r06-platform-hero{min-height:auto!important;padding:90px 0 72px!important;background:radial-gradient(circle at 80% 18%,rgba(23,153,255,.24),transparent 28%),radial-gradient(circle at 16% 80%,rgba(24,210,255,.07),transparent 24%),linear-gradient(135deg,var(--algiz-navy-950),#08243c 62%,#0a3150)!important;color:#fff!important;border-bottom:1px solid rgba(87,197,248,.12)!important}
body.algiz-system-r33 .products-hero h1,body.algiz-system-r33 .cert-hero h1,body.algiz-system-r33 .r06-platform-hero h1{font-family:var(--algiz-font-display)!important;font-size:clamp(3rem,5vw,5.35rem)!important;line-height:.98!important;letter-spacing:-.052em!important;font-weight:920!important;color:#fff!important}
body.algiz-system-r33 .products-hero p,body.algiz-system-r33 .cert-hero p,body.algiz-system-r33 .r06-platform-hero p{color:#aac7d9!important;max-width:770px!important}
body.algiz-system-r33 .products-hero .eyebrow,body.algiz-system-r33 .cert-hero .eyebrow,body.algiz-system-r33 .r06-platform-hero .eyebrow{color:var(--algiz-cyan-400)!important;letter-spacing:.16em!important;font-weight:900!important}
body.algiz-system-r33 .btn{border-radius:12px!important;font-weight:850!important;letter-spacing:.055em!important;text-transform:uppercase!important;font-size:.78rem!important;transition:transform .18s var(--algiz-ease),box-shadow .18s var(--algiz-ease)!important}
body.algiz-system-r33 .btn:hover{transform:translateY(-2px)!important}
body.algiz-system-r33 .btn-primary{background:linear-gradient(135deg,var(--algiz-blue-600),var(--algiz-cyan-500))!important;border-color:rgba(70,207,255,.30)!important;box-shadow:0 14px 32px rgba(0,116,206,.25)!important}
body.algiz-system-r33 .btn-secondary{background:rgba(255,255,255,.045)!important;color:#dff6ff!important;border-color:rgba(112,207,250,.22)!important}
body.algiz-system-r33 .section{padding-top:92px!important;padding-bottom:92px!important}
body.algiz-system-r33 .section-white{background:#fff!important}
body.algiz-system-r33 .section-ice{background:linear-gradient(180deg,var(--algiz-ice-100),#f9fcfe)!important}
body.algiz-system-r33 .section-navy{background:radial-gradient(circle at 82% 12%,rgba(11,134,255,.13),transparent 25%),linear-gradient(135deg,var(--algiz-navy-900),var(--algiz-navy-950))!important}
body.algiz-system-r33 .section-head h2,body.algiz-system-r33 .product-section h2,body.algiz-system-r33 .r06-story-step h2{font-family:var(--algiz-font-display)!important;font-weight:920!important;letter-spacing:-.046em!important;line-height:1.01!important}
body.algiz-system-r33 .card,body.algiz-system-r33 .cert-card,body.algiz-system-r33 .product-card,body.algiz-system-r33 .platform-engine-card{border-radius:var(--algiz-radius-md)!important;border-color:rgba(10,83,126,.12)!important;box-shadow:var(--algiz-shadow-sm)!important}
body.algiz-system-r33 .cert-card:hover,body.algiz-system-r33 .product-card:hover,body.algiz-system-r33 .card:hover{box-shadow:var(--algiz-shadow-md)!important;transform:translateY(-4px)}
body.algiz-system-r33 .product-showcase,body.algiz-system-r33 .cert-showcase,body.algiz-system-r33 .r06-app-frame{border-radius:var(--algiz-radius-lg)!important;background:linear-gradient(180deg,rgba(12,50,79,.93),rgba(3,20,35,.96))!important;border:1px solid rgba(83,196,250,.20)!important;box-shadow:var(--algiz-shadow-lg)!important}
body.algiz-system-r33 .technical-frame{border-radius:20px!important;border-color:rgba(13,116,180,.14)!important;box-shadow:0 24px 60px rgba(7,69,107,.10)!important}
body.algiz-system-r33 .cert-controls,body.algiz-system-r33 .catalog-toolbar,body.algiz-system-r33 .product-explorer-controls{border-radius:18px!important;box-shadow:0 15px 40px rgba(9,69,105,.07)!important}
body.algiz-system-r33 .r28-platform-nav{background:rgba(3,17,30,.95)!important;border-block:1px solid rgba(75,188,245,.13)!important;backdrop-filter:blur(16px)!important}
body.algiz-system-r33 .r28-platform-nav a{border-radius:9px!important}
body.algiz-system-r33 .algiz-footer{background:var(--algiz-navy-1000)!important;border-top:1px solid rgba(58,168,223,.14)!important}
body.algiz-system-r33 .algiz-footer__main{width:var(--algiz-shell)!important}
body.algiz-system-r33 .algiz-footer a:hover{color:var(--algiz-cyan-400)!important}

/* Design-system utility primitives */
.algiz-ds-kicker{display:inline-flex;align-items:center;gap:9px;color:#0d75b6;font-size:.71rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.algiz-ds-kicker::before{content:"";width:20px;height:2px;background:linear-gradient(90deg,var(--algiz-blue-500),var(--algiz-cyan-500))}
.algiz-ds-kicker--dark{color:var(--algiz-cyan-400)}
.algiz-ds-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;border:1px solid rgba(13,116,180,.14);background:rgba(239,248,253,.86);color:#355f79;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.algiz-ds-surface{border:1px solid var(--algiz-line);border-radius:var(--algiz-radius-md);background:rgba(255,255,255,.92);box-shadow:var(--algiz-shadow-sm)}

@media(max-width:820px){
  :root{--algiz-shell:min(100% - 28px,1240px)}
  body.algiz-system-r33 .algiz-header__inner{min-height:68px!important;width:var(--algiz-shell)!important}
  body.algiz-system-r33 .algiz-brand img{width:150px!important}
  body.algiz-system-r33 .products-hero,body.algiz-system-r33 .cert-hero,body.algiz-system-r33 .r06-platform-hero{padding:76px 0 58px!important}
  body.algiz-system-r33 .section{padding-top:76px!important;padding-bottom:76px!important}
}
@media(max-width:560px){:root{--algiz-shell:calc(100% - 22px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}



/* ===== ALGIZ R34 / P3-P5 ===== */
body[data-release="R34_P3_P5"] .algiz-nav{gap:2px!important}
body[data-release="R34_P3_P5"] .algiz-nav a{font-size:.7rem!important;padding-inline:9px!important}
.r34-explorer-facets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(10,83,126,.1)}
.r34-explorer-facets label{display:grid;gap:6px;color:#42657b;font-size:.67rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.r34-explorer-facets select{width:100%;min-height:44px;border:1px solid rgba(7,83,130,.15);border-radius:10px;background:#f8fcff;color:#0b2940;padding:0 38px 0 12px;font:700 .82rem var(--algiz-font-ui)}
.r34-product-meta{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 12px}
.r34-product-meta span{padding:5px 7px;border:1px solid rgba(14,109,165,.12);border-radius:7px;background:#f3f9fc;color:#527086;font-size:.59rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.r34-wolf-callout{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;margin:0 0 28px;padding:22px 24px;border:1px solid rgba(0,149,230,.16);border-radius:18px;background:linear-gradient(135deg,#06182b,#0a2f4b);box-shadow:var(--algiz-shadow-md);color:#fff}
.r34-wolf-callout span{display:block;color:var(--algiz-cyan-400);font-size:.68rem;font-weight:900;letter-spacing:.14em}.r34-wolf-callout strong{display:block;margin-top:5px;font-size:1.08rem}.r34-wolf-callout p{margin:6px 0 0;color:#9fc1d5!important}
.r34-cert-page-link{display:inline-flex;margin:10px 0 0;color:#087cc3;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}.r34-cert-page-link:hover{text-decoration:underline}
.r34-cert-hero,.r34-wolf-hero{padding:92px 0 74px;background:radial-gradient(circle at 80% 18%,rgba(23,153,255,.24),transparent 28%),radial-gradient(circle at 15% 82%,rgba(24,210,255,.08),transparent 25%),linear-gradient(135deg,var(--algiz-navy-950),#08243c 60%,#0a3150);color:#fff;border-bottom:1px solid rgba(87,197,248,.12)}
.r34-cert-hero__grid,.r34-wolf-hero__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:60px;align-items:center}
.r34-cert-hero h1,.r34-wolf-hero h1{margin:16px 0 20px;font-family:var(--algiz-font-display);font-size:clamp(3rem,5vw,5.4rem);line-height:.96;letter-spacing:-.055em;font-weight:930}.r34-cert-hero p,.r34-wolf-hero p{max-width:780px;color:#b5cedd;font-size:1.05rem;line-height:1.75}
.r34-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.r34-cert-trust{display:flex;flex-wrap:wrap;gap:7px;margin-top:30px}.r34-cert-trust span{padding:7px 9px;border:1px solid rgba(86,206,255,.16);border-radius:8px;color:#9deaff;font-size:.63rem;font-weight:900;letter-spacing:.11em}
.r34-cert-badge{display:grid;justify-items:center;gap:14px;padding:30px;border:1px solid rgba(93,205,255,.18);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 36px 100px rgba(0,10,22,.35)}.r34-cert-badge img{width:min(280px,82%);height:auto;max-height:280px;object-fit:contain;filter:drop-shadow(0 22px 35px rgba(0,0,0,.24))}.r34-cert-badge small{color:#80dfff;font-weight:900;letter-spacing:.15em}.r34-cert-badge strong{text-align:center;max-width:360px}
.r34-cert-info-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);gap:54px;align-items:start}.r34-cert-info-grid h2,.r34-cert-cta h2,.r34-wolf-proof h2{font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.045em;line-height:1;font-weight:930}.r34-source-note{padding:14px 16px;border-left:3px solid var(--algiz-cyan-500);background:#f3f9fc;color:#587186!important;font-size:.84rem!important}
.r34-spec-panel{padding:26px;border:1px solid rgba(10,83,126,.12);border-radius:20px;background:#f7fbfe;box-shadow:var(--algiz-shadow-sm)}.r34-spec-panel>span{color:#0b7dbd;font-size:.7rem;font-weight:900;letter-spacing:.13em}.r34-spec-panel ul{display:grid;gap:10px;margin:18px 0 22px;padding:0;list-style:none}.r34-spec-panel li{padding:11px 12px;border:1px solid rgba(8,91,139,.09);border-radius:10px;background:#fff;color:#365a70;font-size:.88rem}
.r34-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.r34-related-card{padding:24px;border:1px solid rgba(10,83,126,.12);border-radius:18px;background:#fff;box-shadow:var(--algiz-shadow-sm)}.r34-related-card span{color:#0a82ca;font-size:.64rem;font-weight:900;letter-spacing:.13em}.r34-related-card h3{margin:8px 0;font-size:1.25rem}.r34-related-card p{color:#5b7283}.r34-related-card a{color:#087cc3;font-weight:850;text-decoration:none}.r34-related-card--neutral{background:#f7fbfe}
.r34-prep-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid rgba(89,195,248,.12);border-radius:20px;overflow:hidden;background:rgba(89,195,248,.12)}.r34-prep-flow>div{padding:27px;background:#061827}.r34-prep-flow span{color:#47d7ff;font-size:.7rem;font-weight:900}.r34-prep-flow strong{display:block;margin:10px 0 7px;color:#fff;font-size:1.05rem}.r34-prep-flow p{margin:0;color:#8fb5ca;font-size:.82rem}.r34-cert-cta{display:flex;justify-content:space-between;align-items:center;gap:32px}.r34-cert-cta>div{max-width:800px}
.r34-wolf-hero__grid{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr)}.r34-wolf-visual{position:relative;padding:10px;border:1px solid rgba(91,205,255,.2);border-radius:24px;background:rgba(255,255,255,.04);box-shadow:0 38px 110px rgba(0,10,22,.42)}.r34-wolf-visual img{display:block;width:100%;height:auto;border-radius:17px}.r34-wolf-visual__signal{position:absolute;left:24px;right:24px;bottom:24px;padding:13px 15px;border:1px solid rgba(94,217,255,.18);border-radius:12px;background:rgba(2,13,24,.86);backdrop-filter:blur(12px)}.r34-wolf-visual__signal span{display:block;color:#62e2ff;font-size:.61rem;font-weight:900;letter-spacing:.14em}.r34-wolf-visual__signal strong{display:block;margin-top:4px;font-size:.78rem}.r34-wolf-stats{display:flex;gap:8px;margin-top:32px;flex-wrap:wrap}.r34-wolf-stats span{display:flex;align-items:baseline;gap:7px;padding:9px 12px;border:1px solid rgba(88,206,255,.16);border-radius:9px;color:#9fc1d5;font-size:.62rem;font-weight:850;letter-spacing:.08em}.r34-wolf-stats b{color:#fff;font-size:1.2rem}
.r34-lab-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.r34-lab-flow article{padding:25px 22px;border:1px solid rgba(7,83,130,.12);border-radius:17px;background:#fff;box-shadow:var(--algiz-shadow-sm)}.r34-lab-flow span{color:#0b83c7;font-size:.7rem;font-weight:900}.r34-lab-flow h3{margin:8px 0;font-size:1rem;letter-spacing:.04em}.r34-lab-flow p{margin:0;color:#5b7283;font-size:.85rem}
.r34-lab-tools{position:sticky;top:74px;z-index:20;margin:24px 0 28px;padding:16px;border:1px solid rgba(7,83,130,.12);border-radius:18px;background:rgba(247,251,254,.95);box-shadow:0 18px 50px rgba(7,69,107,.1);backdrop-filter:blur(16px)}.r34-lab-filterbar{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.r34-lab-filter{padding:7px 9px;border:1px solid rgba(7,83,130,.12);border-radius:8px;background:#fff;color:#48697e;font:800 .65rem var(--algiz-font-ui);cursor:pointer}.r34-lab-filter.is-active{background:#082a45;color:#fff;border-color:#0b84d0}.r34-lab-domain-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.r34-lab-domain{overflow:hidden;border:1px solid rgba(7,83,130,.12);border-radius:18px;background:#fff;box-shadow:var(--algiz-shadow-sm)}.r34-lab-domain__head{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:start;padding:22px}.r34-lab-domain__head span{color:#0b7cb9;font-size:.62rem;font-weight:900;letter-spacing:.14em}.r34-lab-domain__head h2{margin:7px 0 5px;font-size:1.25rem;letter-spacing:-.02em}.r34-lab-domain__head p{margin:0;color:#668093;font-size:.78rem}.r34-lab-domain__head>strong{font-size:2.6rem;line-height:1;color:#d3e7f2;letter-spacing:-.07em}.r34-lab-domain details{border-top:1px solid rgba(7,83,130,.1)}.r34-lab-domain summary{display:flex;justify-content:space-between;padding:13px 22px;color:#0b678f;font-size:.68rem;font-weight:900;letter-spacing:.1em;cursor:pointer}.r34-lab-domain ol{display:grid;gap:0;margin:0;padding:0 22px 20px;list-style:none}.r34-lab-domain li{display:grid;grid-template-columns:30px 1fr;gap:10px;padding:9px 0;border-top:1px solid rgba(7,83,130,.07);color:#465f72;font-size:.78rem}.r34-lab-domain li span{color:#0a8fd5;font-weight:900}.r34-wolf-proof{display:grid;grid-template-columns:minmax(0,.8fr) minmax(360px,1.2fr);gap:48px;align-items:center}.r34-wolf-proof h2{color:#fff}.r34-wolf-proof p{color:#96b6c9}.r34-wolf-proof figure{margin:0;padding:9px;border:1px solid rgba(95,207,255,.18);border-radius:20px;background:rgba(255,255,255,.04)}.r34-wolf-proof img{display:block;width:100%;height:auto;border-radius:13px}
@media(max-width:1080px){body[data-release="R34_P3_P5"] .algiz-nav a{font-size:.66rem!important}.r34-cert-hero__grid,.r34-wolf-hero__grid{grid-template-columns:1fr;gap:34px}.r34-wolf-visual{max-width:850px}.r34-prep-flow,.r34-lab-flow{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.r34-explorer-facets{grid-template-columns:1fr}.r34-wolf-callout,.r34-cert-info-grid,.r34-cert-cta,.r34-wolf-proof{grid-template-columns:1fr;display:grid}.r34-related-grid,.r34-lab-domain-grid{grid-template-columns:1fr}.r34-lab-tools{position:relative;top:auto}.r34-cert-hero,.r34-wolf-hero{padding:76px 0 58px}.r34-cert-hero h1,.r34-wolf-hero h1{font-size:clamp(2.65rem,13vw,4rem)}}
@media(max-width:560px){.r34-prep-flow,.r34-lab-flow{grid-template-columns:1fr}.r34-wolf-callout{padding:18px}.r34-wolf-stats{display:grid;grid-template-columns:1fr 1fr}.r34-cert-badge{padding:20px}.r34-lab-filterbar{max-height:160px;overflow:auto}}


/* ===== ALGIZ R35 / P6-P8 ===== */
body[data-release="R35_P6_P8"] .algiz-nav{gap:clamp(8px,1.2vw,18px)}
body[data-release="R35_P6_P8"] .algiz-nav a{font-size:.7rem;letter-spacing:.055em}
.r35-hero{position:relative;overflow:hidden;padding:94px 0 76px;color:#fff;background:radial-gradient(circle at 82% 18%,rgba(29,109,255,.25),transparent 31%),radial-gradient(circle at 12% 80%,rgba(0,213,255,.09),transparent 28%),linear-gradient(135deg,#03101d,#061d31 58%,#092f4d);border-bottom:1px solid rgba(93,205,255,.13)}
.r35-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(83,191,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(83,191,255,.045) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 90%)}
.r35-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr);gap:clamp(34px,6vw,74px);align-items:center}
.r35-hero h1{margin:15px 0 20px;max-width:900px;font-family:var(--algiz-font-display);font-size:clamp(3rem,5.2vw,5.8rem);font-weight:950;line-height:.94;letter-spacing:-.06em}.r35-hero h1 em{color:#57dcff;font-style:normal}.r35-hero p{max-width:760px;color:#b5cedd;font-size:1.03rem;line-height:1.75}.r35-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.r35-trust-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:29px}.r35-trust-row span{padding:7px 9px;border:1px solid rgba(95,219,255,.16);border-radius:8px;background:rgba(255,255,255,.025);color:#91e9ff;font:850 .62rem/1.2 var(--algiz-font-mono);letter-spacing:.11em}
.r35-hero-frame{position:relative;margin:0;padding:9px;border:1px solid rgba(95,215,255,.18);border-radius:25px;background:rgba(255,255,255,.045);box-shadow:0 44px 120px rgba(0,9,20,.5)}.r35-hero-frame img{display:block;width:100%;height:auto;border-radius:17px}.r35-hero-frame figcaption{position:absolute;left:24px;bottom:24px;padding:9px 11px;border:1px solid rgba(90,219,255,.18);border-radius:8px;background:rgba(2,14,25,.83);backdrop-filter:blur(12px);color:#7fe8ff;font:850 .6rem var(--algiz-font-mono);letter-spacing:.12em}
.r35-flow-grid,.r35-signal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.r35-flow-grid article,.r35-signal-grid article{padding:25px;border:1px solid rgba(9,91,140,.12);border-radius:18px;background:#fff;box-shadow:var(--algiz-shadow-sm)}.r35-flow-grid span,.r35-signal-grid span{color:#0b85c9;font:900 .67rem var(--algiz-font-mono);letter-spacing:.12em}.r35-flow-grid h3,.r35-signal-grid h3{margin:10px 0 7px;font-size:1.05rem}.r35-flow-grid p,.r35-signal-grid p{margin:0;color:#587386;font-size:.84rem;line-height:1.6}
.r35-demo-label{display:inline-flex;margin-bottom:16px;padding:7px 9px;border:1px solid #b8d7e8;border-radius:7px;background:#edf7fc;color:#0c709f;font:900 .62rem var(--algiz-font-mono);letter-spacing:.12em}.r35-demo-label--dark{border-color:rgba(93,207,255,.18);background:rgba(64,195,255,.08);color:#72e6ff}
.r35-exam-shell{display:grid;grid-template-columns:270px minmax(0,1fr);overflow:hidden;border:1px solid rgba(7,83,130,.14);border-radius:24px;background:#fff;box-shadow:0 28px 70px rgba(7,52,82,.11)}.r35-exam-sidebar{padding:25px;background:linear-gradient(180deg,#061a2c,#082b45);color:#fff}.r35-exam-sidebar>strong{display:block;color:#85e8ff;font:900 .7rem var(--algiz-font-mono);letter-spacing:.08em}.r35-exam-sidebar>span{display:block;margin-top:9px;color:#9db9ca;font-size:.78rem}.r35-question-nav{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:22px 0}.r35-question-nav button{aspect-ratio:1;border:1px solid rgba(89,211,255,.18);border-radius:8px;background:rgba(255,255,255,.04);color:#9ac3d7;font-weight:850;cursor:pointer}.r35-question-nav button.is-active{background:#10aeea;color:#02121e;border-color:#55dcff}.r35-exam-mode-list{display:grid;gap:7px;margin-top:25px}.r35-exam-mode-list button{padding:10px 11px;border:1px solid rgba(89,211,255,.14);border-radius:9px;background:transparent;color:#9fc0d1;text-align:left;font-weight:800;cursor:pointer}.r35-exam-mode-list button.is-active{background:rgba(62,205,255,.11);border-color:rgba(89,220,255,.35);color:#fff}.r35-question-panel{padding:clamp(26px,5vw,52px)}.r35-question-meta{display:flex;justify-content:space-between;gap:15px;color:#0b7fb9;font:900 .65rem var(--algiz-font-mono);letter-spacing:.1em}.r35-question-panel h3{max-width:880px;margin:20px 0 24px;font-size:clamp(1.35rem,2.5vw,2.1rem);line-height:1.3}.r35-answer-list{display:grid;gap:10px}.r35-answer-list button{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;width:100%;padding:14px 15px;border:1px solid #d6e5ed;border-radius:12px;background:#fbfdfe;color:#284c63;text-align:left;font-weight:720;cursor:pointer}.r35-answer-list button:before{content:attr(data-letter);display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#edf6fa;color:#0a7fb7;font:900 .72rem var(--algiz-font-mono)}.r35-answer-list button.is-selected{border-color:#25a8e5;background:#f0faff}.r35-answer-list button.is-correct{border-color:#40b98a;background:#f0fbf6}.r35-answer-list button.is-wrong{border-color:#e58a8a;background:#fff5f5}.r35-answer-feedback{margin-top:13px;padding:12px 14px;border-left:3px solid #16a5e1;background:#f0f9fd;color:#3b6177;font-size:.86rem}.r35-question-actions{display:flex;justify-content:space-between;gap:10px;margin-top:24px}
.r35-simulator-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.r35-sim-card{position:relative;padding:22px;border:1px solid rgba(7,83,130,.12);border-radius:17px;background:#fff;box-shadow:var(--algiz-shadow-sm)}.r35-sim-card>span{color:#0c89c7;font:900 .62rem var(--algiz-font-mono);letter-spacing:.12em}.r35-sim-card h3{margin:9px 0 8px;font-size:1.05rem}.r35-sim-card p{margin:0;color:#5d7585;font-size:.82rem;line-height:1.55}.r35-sim-card small{display:inline-block;margin-top:14px;padding:5px 7px;border-radius:6px;background:#edf6fb;color:#567084;font-weight:800}.r35-center-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:9px;margin-top:28px}.r35-cta-split{display:flex;align-items:center;justify-content:space-between;gap:40px}.r35-cta-split h2{color:#fff;font-size:clamp(2.1rem,4vw,4.2rem);line-height:1}.r35-cta-split p{max-width:760px;color:#a1bece}
.r35-readiness-console{display:grid;grid-template-columns:230px minmax(300px,.8fr) minmax(320px,1fr);gap:18px;align-items:stretch}.r35-readiness-score,.r35-readiness-signals,.r35-readiness-detail{border:1px solid rgba(7,83,130,.12);border-radius:20px;background:#fff;box-shadow:var(--algiz-shadow-sm)}.r35-readiness-score{position:relative;display:grid;place-content:center;text-align:center;min-height:300px;overflow:hidden}.r35-readiness-score span{color:#0d83bc;font:900 .62rem var(--algiz-font-mono);letter-spacing:.13em}.r35-readiness-score strong{font-size:5.2rem;line-height:1;color:#082c46;letter-spacing:-.08em}.r35-readiness-score small{color:#718899;font-weight:800}.r35-readiness-ring{position:absolute;width:190px;height:190px;inset:50% auto auto 50%;translate:-50% -50%;border:10px solid #e8f3f8;border-top-color:#15aeea;border-right-color:#15aeea;border-radius:50%;opacity:.65;z-index:0}.r35-readiness-score>*:not(.r35-readiness-ring){position:relative;z-index:1}.r35-readiness-signals{display:grid;gap:1px;padding:12px;background:#dceaf1}.r35-readiness-signals button{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;padding:16px;border:0;background:#fff;color:#244a61;text-align:left;cursor:pointer}.r35-readiness-signals button span{font-size:.72rem;font-weight:900;letter-spacing:.07em}.r35-readiness-signals button b{font-size:1.15rem}.r35-readiness-signals button i{position:absolute;left:0;bottom:0;width:var(--signal);height:3px;background:#14aae5}.r35-readiness-signals button.is-active{background:#f1faff}.r35-readiness-detail{padding:28px}.r35-readiness-detail>span{color:#0b84c3;font:900 .65rem var(--algiz-font-mono);letter-spacing:.11em}.r35-readiness-detail h3{margin:12px 0;font-size:1.55rem}.r35-readiness-detail p{color:#5b7485;line-height:1.65}.r35-readiness-detail a{color:#0785c8;font-weight:850;text-decoration:none}
.r35-skill-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.55fr);gap:22px}.r35-skill-graph{position:relative;min-height:520px;border:1px solid rgba(85,206,255,.16);border-radius:25px;background:radial-gradient(circle at center,rgba(16,135,198,.18),transparent 45%),linear-gradient(180deg,#061a2c,#04131f);overflow:hidden}.r35-skill-graph svg{position:absolute;inset:0;width:100%;height:100%}.r35-graph-lines line{stroke:rgba(75,210,255,.28);stroke-width:2;stroke-dasharray:7 9}.r35-skill-node{position:absolute;left:var(--x);top:var(--y);translate:-50% -50%;display:grid;place-items:center;width:112px;height:112px;border:1px solid rgba(101,220,255,.28);border-radius:50%;background:#082b44;color:#fff;box-shadow:0 0 0 8px rgba(59,196,255,.035),0 16px 35px rgba(0,0,0,.28);cursor:pointer}.r35-skill-node b{font-size:.67rem;letter-spacing:.07em}.r35-skill-node span{color:#7ae6ff;font:850 .63rem var(--algiz-font-mono)}.r35-skill-node--core{width:138px;height:138px;background:linear-gradient(145deg,#0b4a72,#06304e)}.r35-skill-node.is-active{border-color:#5be1ff;box-shadow:0 0 0 9px rgba(73,213,255,.08),0 0 45px rgba(28,174,235,.25)}.r35-skill-detail{padding:28px;border:1px solid rgba(94,213,255,.15);border-radius:22px;background:#071c2c;color:#fff}.r35-skill-detail>span{color:#69e1ff;font:900 .62rem var(--algiz-font-mono);letter-spacing:.12em}.r35-skill-detail h3{margin:12px 0;font-size:1.6rem}.r35-skill-detail p{color:#a3bfd0;line-height:1.65}.r35-skill-detail dl{display:grid;gap:8px;margin-top:24px}.r35-skill-detail dl div{display:flex;justify-content:space-between;padding:10px;border:1px solid rgba(85,205,255,.1);border-radius:9px}.r35-skill-detail dt{color:#83aabd}.r35-skill-detail dd{margin:0;color:#fff;font-weight:850}.r35-proof-split{display:grid;grid-template-columns:minmax(0,.8fr) minmax(380px,1.2fr);gap:52px;align-items:center}.r35-proof-split h2{font-size:clamp(2.2rem,4vw,4.2rem);line-height:1}.r35-proof-split p{color:#5b7485}.r35-proof-split figure{margin:0;padding:8px;border:1px solid rgba(7,83,130,.12);border-radius:22px;background:#f4f9fc}.r35-proof-split img{display:block;width:100%;height:auto;border-radius:15px}
.r35-free-pass{padding:32px;border:1px solid rgba(98,221,255,.2);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:0 38px 100px rgba(0,8,18,.42)}.r35-free-pass>span{color:#66e0ff;font:900 .68rem var(--algiz-font-mono);letter-spacing:.13em}.r35-free-pass>strong{display:block;margin-top:10px;font-size:4.6rem;line-height:.9;letter-spacing:-.07em}.r35-free-pass>small{color:#89aabd;font-weight:850}.r35-free-pass ul{display:grid;gap:8px;margin:26px 0;padding:0;list-style:none}.r35-free-pass li{padding:10px 12px;border:1px solid rgba(91,210,255,.12);border-radius:9px;color:#c1d6e2;background:rgba(255,255,255,.025)}.r35-free-pass>a{color:#62dfff;font-weight:900;text-decoration:none}.r35-free-includes{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.r35-free-includes article{padding:24px;border:1px solid rgba(7,83,130,.12);border-radius:18px;background:#fff;box-shadow:var(--algiz-shadow-sm)}.r35-free-includes span{color:#0a86c6;font:900 .65rem var(--algiz-font-mono);letter-spacing:.11em}.r35-free-includes h3{margin:9px 0}.r35-free-includes p{color:#597486;font-size:.85rem}.r35-plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1040px;margin:auto}.r35-plan{padding:34px;border:1px solid rgba(7,83,130,.13);border-radius:24px;background:#fff;box-shadow:var(--algiz-shadow-md)}.r35-plan--full{background:linear-gradient(145deg,#061a2c,#0a3553);color:#fff;border-color:rgba(66,204,255,.2)}.r35-plan>span{color:#0a87c7;font:900 .65rem var(--algiz-font-mono);letter-spacing:.13em}.r35-plan--full>span{color:#64ddff}.r35-plan h3{margin:9px 0;font-size:1.35rem}.r35-plan>strong{display:block;font-size:2.6rem;letter-spacing:-.05em}.r35-plan>strong small{font-size:.85rem;letter-spacing:0}.r35-plan ul{display:grid;gap:8px;margin:25px 0;padding:0;list-style:none}.r35-plan li{padding:9px 0;border-bottom:1px solid rgba(8,83,129,.1);color:#536e80}.r35-plan--full li{border-color:rgba(85,207,255,.1);color:#a9c4d3}.r35-commercial-note{max-width:1040px;margin:18px auto 0;padding:14px 16px;border-left:3px solid #0aa6e5;background:#edf7fc;color:#547183;font-size:.82rem}.r35-locked-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.r35-locked-preview article{position:relative;padding:22px;border:1px solid rgba(87,205,255,.13);border-radius:17px;background:rgba(255,255,255,.04)}.r35-locked-preview span{color:#71ddf9;font:900 .6rem var(--algiz-font-mono);letter-spacing:.1em}.r35-locked-preview h3{margin:8px 0;color:#fff}.r35-locked-preview p{color:#91b0c2;font-size:.8rem}.r35-locked-preview b{display:inline-flex;margin-top:11px;padding:5px 7px;border-radius:6px;background:rgba(55,210,255,.1);color:#78e9ff;font-size:.62rem}.r35-locked-preview .is-locked{filter:saturate(.5);opacity:.72}.r35-locked-preview .is-locked:after{content:"LOCK";position:absolute;right:14px;top:14px;color:#6f8da0;font:900 .58rem var(--algiz-font-mono)}
.r35-access-console,.r35-engine-callout{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;margin-bottom:20px;padding:20px 22px;border:1px solid rgba(10,126,190,.14);border-radius:18px;background:linear-gradient(135deg,#061a2c,#0a3553);color:#fff;box-shadow:var(--algiz-shadow-md)}.r35-access-console span,.r35-engine-callout span{display:block;color:#63ddff;font:900 .63rem var(--algiz-font-mono);letter-spacing:.13em}.r35-access-console strong,.r35-engine-callout strong{display:block;margin:6px 0;font-size:1.08rem}.r35-access-console p,.r35-engine-callout p{margin:0;color:#a6c0cf;font-size:.82rem}.r35-access-actions{display:flex;gap:8px;flex-wrap:wrap}.r35-free-view-control{display:flex;justify-content:flex-end;width:min(calc(100% - 40px),var(--algiz-container));margin:10px auto 0}.r35-mode-toggle{padding:8px 11px;border:1px solid rgba(8,98,150,.18);border-radius:8px;background:#fff;color:#335a72;font-weight:850;cursor:pointer}.r35-mode-toggle[aria-pressed="true"]{background:#082b45;color:#fff;border-color:#0a91d6}.r35-access-badge{display:inline-flex;margin:0 0 7px 7px;padding:5px 7px;border-radius:999px;font:900 .57rem var(--algiz-font-mono);letter-spacing:.08em;vertical-align:middle}.r35-access-badge.is-free{background:#e8fbf5;color:#197859}.r35-access-badge.is-full{background:#edf4f8;color:#607789}.r07-product-card.r35-locked{position:relative;filter:saturate(.35)}.r07-product-card.r35-locked:after{content:"FULL ACCESS";position:absolute;inset:0;display:grid;place-items:center;border-radius:20px;background:rgba(244,249,252,.78);backdrop-filter:blur(2px);color:#0a4566;font:950 .72rem var(--algiz-font-mono);letter-spacing:.13em;z-index:4}.r07-product-card.r35-locked:hover{transform:none!important}.r34-explorer-facets{grid-template-columns:repeat(4,minmax(0,1fr))}
.r35-capability-engines{padding-block:88px}.r35-engine-grid,.r35-home-engine-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.r35-engine-card,.r35-home-engine-links a{display:block;padding:25px;border:1px solid rgba(7,83,130,.12);border-radius:18px;background:#fff;box-shadow:var(--algiz-shadow-sm);text-decoration:none}.r35-engine-card span{color:#0b85c6;font:900 .63rem var(--algiz-font-mono);letter-spacing:.12em}.r35-engine-card h3{margin:9px 0;color:#082b45;font-size:1.25rem}.r35-engine-card p{color:#597486;font-size:.85rem}.r35-engine-card b{color:#087db9;font-size:.72rem}.r35-home-engines{padding-block:80px}.r35-home-engine-links a{background:rgba(255,255,255,.045);border-color:rgba(95,209,255,.14);color:#fff}.r35-home-engine-links strong{display:block;color:#fff}.r35-home-engine-links span{display:block;margin-top:7px;color:#70def8;font-size:.8rem}
@media(max-width:1080px){.r35-hero-grid,.r35-skill-layout,.r35-proof-split{grid-template-columns:1fr}.r35-hero-frame{max-width:880px}.r35-flow-grid,.r35-signal-grid,.r35-free-includes,.r35-locked-preview{grid-template-columns:repeat(2,1fr)}.r35-readiness-console{grid-template-columns:1fr 1fr}.r35-readiness-detail{grid-column:1/-1}.r35-simulator-grid{grid-template-columns:repeat(2,1fr)}.r35-skill-graph{min-height:500px}.r34-explorer-facets{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.r35-hero{padding:76px 0 58px}.r35-hero h1{font-size:clamp(2.7rem,13vw,4.4rem)}.r35-exam-shell{grid-template-columns:1fr}.r35-exam-sidebar{display:grid;grid-template-columns:1fr auto;gap:10px}.r35-question-nav,.r35-exam-mode-list{grid-column:1/-1}.r35-exam-mode-list{grid-template-columns:repeat(3,1fr)}.r35-plan-grid,.r35-engine-grid,.r35-home-engine-links{grid-template-columns:1fr}.r35-access-console,.r35-engine-callout,.r35-cta-split{display:grid;grid-template-columns:1fr}.r35-cta-split{align-items:start}.r35-skill-node{width:92px;height:92px}.r35-skill-node--core{width:116px;height:116px}}
@media(max-width:560px){.r35-flow-grid,.r35-signal-grid,.r35-free-includes,.r35-locked-preview,.r35-simulator-grid,.r35-readiness-console,.r34-explorer-facets{grid-template-columns:1fr}.r35-readiness-detail{grid-column:auto}.r35-question-meta{display:grid}.r35-exam-mode-list{grid-template-columns:1fr}.r35-skill-graph{min-height:450px}.r35-skill-node{width:78px;height:78px}.r35-skill-node--core{width:102px;height:102px}.r35-skill-node b{font-size:.55rem}.r35-free-pass{padding:23px}.r35-plan{padding:25px}.r35-access-actions{display:grid}.r35-access-actions .btn{width:100%}.r35-home-engine-links{gap:10px}}

.r35-exam-runtime{display:flex;justify-content:space-between;gap:8px;margin:14px 0 2px;padding:9px;border:1px solid rgba(89,211,255,.12);border-radius:8px;background:rgba(255,255,255,.035);color:#8edff6;font:850 .63rem var(--algiz-font-mono)}.r35-exam-summary{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:15px;padding:12px 14px;border:1px solid #d8e8f0;border-radius:11px;background:#f8fcfe}.r35-exam-summary span{color:#0a86c4;font:900 .6rem var(--algiz-font-mono);letter-spacing:.1em}.r35-exam-summary strong{color:#193f56;font-size:.83rem}.r35-exam-summary small{margin-left:auto;color:#748b9a}.r35-lab-access-note{max-width:1040px;margin:18px auto 0;padding:14px 16px;border:1px solid #d5e6ee;border-radius:10px;background:#f7fbfd;color:#587486;font-size:.82rem;line-height:1.6}@media(max-width:560px){.r35-exam-summary small{width:100%;margin-left:0}}


/* === R36 P9-P10: Learning Paths + SEO/performance/accessibility close === */
:root{--r36-cyan:#43d7ff;--r36-blue:#1777ff;--r36-ink:#06182b;--r36-steel:#8aa3b5}.algiz-r36 .algiz-nav a[href="/rutas"]{white-space:nowrap}.r36-path-hero,.r36-detail-hero{position:relative;overflow:hidden;padding:110px 0 84px;background:radial-gradient(circle at 76% 20%,rgba(34,165,238,.19),transparent 31%),linear-gradient(145deg,#04111f,#07243a 62%,#092d48);color:#fff}.r36-path-hero:before,.r36-detail-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(90,205,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(90,205,255,.035) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}.r36-path-hero__grid,.r36-detail-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:56px;align-items:center}.r36-path-hero h1,.r36-detail-hero h1{margin:15px 0 20px;font-size:clamp(3rem,6vw,6.4rem);line-height:.88;letter-spacing:-.065em}.r36-path-hero h1 em{display:block;color:#65e3ff;font-style:normal}.r36-path-hero p,.r36-detail-hero p{max-width:760px;color:#afc7d6;font-size:1.03rem;line-height:1.75}.r36-path-console{padding:28px;border:1px solid rgba(92,217,255,.19);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));box-shadow:0 35px 90px rgba(0,0,0,.3)}.r36-path-console>span,.r36-path-console>strong{display:block}.r36-path-console>span{color:#64e0ff;font:900 .65rem var(--algiz-font-mono);letter-spacing:.14em}.r36-path-console>strong{margin:10px 0 22px;font-size:1rem;letter-spacing:.06em}.r36-path-console>div{display:flex;align-items:baseline;gap:12px;padding:14px 0;border-top:1px solid rgba(90,211,255,.12)}.r36-path-console b{font-size:2rem;color:#fff}.r36-path-console small{color:#89aabc}.r36-path-console p{margin:13px 0 0;font-size:.76rem}.r36-path-filters{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 12px}.r36-path-filters button{padding:9px 13px;border:1px solid #d6e5ee;border-radius:999px;background:#fff;color:#49677a;font-weight:850;cursor:pointer}.r36-path-filters button.is-active{background:#082b45;border-color:#0d8fcf;color:#fff;box-shadow:0 8px 25px rgba(3,72,113,.13)}.r36-filter-status{margin:0 0 22px;color:#607d90;font-size:.78rem}.r36-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.r36-path-card{overflow:hidden;border:1px solid rgba(7,83,130,.12);border-radius:24px;background:#fff;box-shadow:var(--algiz-shadow-md);transition:transform .22s ease,box-shadow .22s ease}.r36-path-card:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(6,56,89,.15)}.r36-path-card[hidden]{display:none}.r36-path-card__visual{position:relative;height:225px;overflow:hidden;background:#071c2d}.r36-path-card__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(4,18,31,.75),transparent 62%)}.r36-path-card__visual img{width:100%;height:100%;object-fit:cover}.r36-path-card__visual>span{position:absolute;z-index:2;right:18px;bottom:15px;padding:6px 8px;border:1px solid rgba(103,225,255,.25);border-radius:7px;background:rgba(3,22,36,.72);color:#6ee4ff;font:900 .61rem var(--algiz-font-mono);letter-spacing:.12em}.r36-path-card__body{padding:26px}.r36-path-card__body>small{color:#0b89c8;font:900 .63rem var(--algiz-font-mono);letter-spacing:.11em}.r36-path-card h2{margin:9px 0 10px;color:#082b45;font-size:1.55rem}.r36-path-card p{color:#5b7486;line-height:1.62}.r36-path-tags,.r36-resource-chips{display:flex;gap:7px;flex-wrap:wrap}.r36-path-tags span,.r36-resource-chips span{padding:6px 8px;border-radius:7px;background:#eef7fb;color:#35657e;font-size:.68rem;font-weight:800}.r36-path-card__foot{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-top:23px;padding-top:17px;border-top:1px solid #e5eef3}.r36-path-card__foot b{color:#668195;font-size:.72rem}.r36-path-card__foot a{color:#0781be;font-weight:900;text-decoration:none}.r36-path-proof{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.r36-path-proof h2,.r36-route-close h2{font-size:clamp(2rem,4vw,4rem);line-height:.95}.r36-path-proof p,.r36-route-close p{color:#a7c0cf}.r36-path-proof__links{display:grid;gap:10px}.r36-path-proof__links a{display:flex;justify-content:space-between;padding:18px;border:1px solid rgba(91,213,255,.13);border-radius:12px;background:rgba(255,255,255,.04);color:#fff;text-decoration:none}.r36-path-proof__links b{color:#61ddfb;font:900 .66rem var(--algiz-font-mono);letter-spacing:.11em}.r36-detail-hero{padding-top:92px}.r36-back{display:inline-flex;margin-bottom:17px;color:#77e4ff;text-decoration:none;font-size:.8rem;font-weight:900}.r36-detail-hero h1{font-size:clamp(3.2rem,6vw,6rem)}.r36-detail-meta{display:flex;gap:8px;flex-wrap:wrap;margin:25px 0}.r36-detail-meta span{padding:7px 9px;border:1px solid rgba(91,210,255,.17);border-radius:999px;background:rgba(255,255,255,.035);color:#a9c9d9;font-size:.7rem}.r36-detail-visual{position:relative;margin:0;padding:8px;border:1px solid rgba(101,222,255,.19);border-radius:24px;background:rgba(255,255,255,.035);box-shadow:0 35px 90px rgba(0,0,0,.32)}.r36-detail-visual img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:17px}.r36-detail-visual figcaption{position:absolute;left:22px;bottom:20px;padding:6px 8px;border-radius:6px;background:rgba(2,17,28,.78);color:#6be0ff;font:900 .61rem var(--algiz-font-mono);letter-spacing:.11em}.r36-stage-list{display:grid;gap:13px;max-width:1080px}.r36-stage{display:grid;grid-template-columns:76px 1fr;gap:22px;align-items:start;padding:23px;border:1px solid #dbe9f0;border-radius:18px;background:#fff;box-shadow:var(--algiz-shadow-sm)}.r36-stage>span{display:grid;place-items:center;width:58px;height:58px;border:1px solid #b9e8f8;border-radius:16px;background:#effaff;color:#0783c2;font:950 .72rem var(--algiz-font-mono)}.r36-stage small{color:#0b8ac8;font:900 .61rem var(--algiz-font-mono);letter-spacing:.12em}.r36-stage h2{margin:6px 0;color:#0a314b;font-size:1.2rem}.r36-stage p{margin:0;color:#627d8e}.r36-route-resources{display:grid;grid-template-columns:1fr minmax(330px,.55fr);gap:45px;align-items:start}.r36-route-resources h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1}.r36-resource-chips{margin:22px 0}.r36-route-resources aside{padding:26px;border:1px solid #d8e8f0;border-radius:18px;background:#fff;box-shadow:var(--algiz-shadow-sm)}.r36-route-resources aside>span{color:#0b86c2;font:900 .62rem var(--algiz-font-mono);letter-spacing:.12em}.r36-route-resources ul{display:grid;gap:8px;padding:0;list-style:none}.r36-route-resources li{padding:9px 10px;border-radius:8px;background:#f0f7fa;color:#527185;font-size:.8rem}.r36-route-resources aside a{color:#0782bf;font-weight:900;text-decoration:none}.r36-route-close{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center}
/* P10 accessibility/performance support */
:focus-visible{outline:3px solid #4bd9ff!important;outline-offset:3px!important}.r36-perf-note{font-size:.74rem;color:#688596}.algiz-js .r36-reveal{opacity:0;transform:translateY(14px);transition:opacity .45s ease,transform .45s ease}.algiz-js .r36-reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.algiz-js .r36-reveal{opacity:1;transform:none}}@media(max-width:980px){.r36-path-hero__grid,.r36-detail-hero__grid,.r36-path-proof,.r36-route-resources{grid-template-columns:1fr}.r36-path-grid{grid-template-columns:1fr}.r36-detail-visual{max-width:820px}.r36-route-close{grid-template-columns:1fr}}@media(max-width:620px){.r36-path-hero,.r36-detail-hero{padding:78px 0 55px}.r36-path-card__visual{height:190px}.r36-stage{grid-template-columns:55px 1fr;padding:18px}.r36-stage>span{width:46px;height:46px}.r36-path-card__foot{align-items:flex-start;flex-direction:column}.r36-detail-meta{display:grid}.r36-path-filters button{flex:1 1 calc(50% - 8px)}}

/* =========================================================
   R37 — CANONICAL PRODUCT CATEGORY VISUALS
   ========================================================= */
.r37-category-visuals .r37-visual-note{max-width:760px;margin:12px 0 0;color:var(--algiz-text-secondary,#5f708c);font-size:.95rem;line-height:1.7}
.r37-category-visuals .product-mode-matrix{align-items:stretch}
.r37-category-visuals .r37-product-mode-card{position:relative;display:grid;grid-template-columns:minmax(112px,150px) 1fr auto;gap:18px;min-height:170px;padding:0 22px 0 0;overflow:hidden;isolation:isolate}
.r37-category-visuals .r37-mode-media{position:relative;align-self:stretch;min-height:170px;display:grid;place-items:center;background:linear-gradient(150deg,#03152f,#082447 62%,#075cf6);overflow:hidden;border-right:1px solid rgba(54,162,255,.26)}
.r37-category-visuals .r37-mode-media::after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(transparent,rgba(0,17,38,.78));pointer-events:none}
.r37-category-visuals .r37-mode-media__img{width:100%;height:100%;max-height:168px;object-fit:contain;padding:12px;filter:drop-shadow(0 12px 20px rgba(0,24,70,.34));transition:transform .25s ease}
.r37-category-visuals .r37-product-mode-card:hover .r37-mode-media__img{transform:translateY(-3px) scale(1.035)}
.r37-category-visuals .r37-mode-media__signal{position:absolute;left:12px;bottom:9px;z-index:2;color:#fff;font:800 .62rem/1.1 Inter,sans-serif;letter-spacing:.13em}
.r37-category-visuals .r37-family-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(245px,330px);gap:clamp(24px,4vw,58px);align-items:center;max-width:none}
.r37-category-visuals .r37-family-head>*:not(.r37-family-visual){grid-column:1}
.r37-category-visuals .r37-family-visual{grid-column:2;grid-row:1/6;position:relative;margin:0;min-height:280px;display:grid;place-items:center;border:1px solid rgba(22,130,255,.2);border-radius:24px;background:radial-gradient(circle at 50% 38%,rgba(0,200,255,.16),transparent 42%),linear-gradient(145deg,#f8fafd,#edf3fa);overflow:hidden;box-shadow:0 22px 70px rgba(3,21,47,.11)}
.r37-category-visuals .section-navy .r37-family-visual{background:radial-gradient(circle at 50% 38%,rgba(0,223,255,.16),transparent 42%),linear-gradient(145deg,#03152f,#082447);border-color:rgba(0,200,255,.24)}
.r37-category-visuals .r37-family-visual::before{content:"";position:absolute;inset:12px;border:1px solid rgba(7,92,246,.12);border-radius:16px;pointer-events:none}
.r37-category-visuals .r37-family-visual__img{width:min(76%,250px);height:250px;object-fit:contain;filter:drop-shadow(0 20px 28px rgba(0,38,96,.22));z-index:1}
.r37-category-visuals .r37-family-visual figcaption{position:absolute;left:18px;right:18px;bottom:14px;z-index:2;padding-top:9px;border-top:1px solid rgba(22,130,255,.18);font:800 .66rem/1.2 Inter,sans-serif;letter-spacing:.1em;color:#315276;text-transform:uppercase}
.r37-category-visuals .section-navy .r37-family-visual figcaption{color:#a9dfff;border-top-color:rgba(0,200,255,.22)}
.r37-category-visuals .r37-category-inset{position:absolute;right:16px;bottom:48px;width:132px;height:158px;z-index:4;display:grid;place-items:center;border:1px solid rgba(0,200,255,.42);border-radius:18px;background:linear-gradient(145deg,rgba(0,17,38,.94),rgba(8,36,71,.9));box-shadow:0 18px 50px rgba(0,17,38,.32);backdrop-filter:blur(10px);overflow:hidden}
.r37-category-visuals .r37-category-inset__img{width:106px;height:128px;object-fit:contain;padding:6px 5px 24px;filter:drop-shadow(0 10px 14px rgba(0,0,0,.25))}
.r37-category-visuals .r37-category-inset span{position:absolute;left:9px;right:9px;bottom:8px;color:#bdefff;font:800 .55rem/1.1 Inter,sans-serif;letter-spacing:.08em;text-align:center}
.r37-category-visuals .r35-hero-frame,.r37-category-visuals .r34-wolf-visual{position:relative}
.r37-category-visuals .r37-free-visuals{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0 18px}
.r37-category-visuals .r37-free-visual{position:relative;min-height:112px;display:grid;place-items:center;border:1px solid rgba(0,200,255,.22);border-radius:14px;background:rgba(3,21,47,.72);overflow:hidden}
.r37-category-visuals .r37-free-visual__img{width:82px;height:92px;object-fit:contain;padding:4px 4px 20px}
.r37-category-visuals .r37-free-visual span{position:absolute;left:5px;right:5px;bottom:7px;color:#dff8ff;font:800 .5rem/1 Inter,sans-serif;letter-spacing:.07em;text-align:center}
.r37-category-visuals .r37-platform-category-band{overflow:hidden}
.r37-category-visuals .r37-platform-category-band__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,390px);gap:clamp(28px,6vw,80px);align-items:center}
.r37-category-visuals .r37-platform-category-band__visual{margin:0;min-height:380px;display:grid;place-items:center;border:1px solid #d7e5f4;border-radius:28px;background:radial-gradient(circle at center,rgba(0,200,255,.12),transparent 46%),#f8fafd;box-shadow:0 24px 70px rgba(3,21,47,.1)}
.r37-category-visuals .r37-platform-band__img{width:min(86%,330px);height:350px;object-fit:contain;filter:drop-shadow(0 24px 34px rgba(0,36,92,.2))}
@media (max-width:900px){
  .r37-category-visuals .r37-family-head{grid-template-columns:1fr}
  .r37-category-visuals .r37-family-head>*:not(.r37-family-visual),.r37-category-visuals .r37-family-visual{grid-column:1;grid-row:auto}
  .r37-category-visuals .r37-family-visual{min-height:235px}
  .r37-category-visuals .r37-family-visual__img{height:205px;width:min(72%,220px)}
  .r37-category-visuals .r37-platform-category-band__grid{grid-template-columns:1fr}
  .r37-category-visuals .r37-platform-category-band__visual{min-height:280px}
}
@media (max-width:620px){
  .r37-category-visuals .r37-product-mode-card{grid-template-columns:96px 1fr auto;gap:12px;min-height:132px;padding-right:14px}
  .r37-category-visuals .r37-mode-media{min-height:132px}
  .r37-category-visuals .r37-mode-media__img{max-height:130px;padding:9px}
  .r37-category-visuals .r37-category-inset{width:94px;height:114px;right:9px;bottom:38px;border-radius:13px}
  .r37-category-visuals .r37-category-inset__img{width:78px;height:91px;padding-bottom:20px}
  .r37-category-visuals .r37-category-inset span{font-size:.43rem;bottom:6px}
  .r37-category-visuals .r37-free-visuals{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
  .r37-category-visuals .r37-free-visual{min-height:94px}
  .r37-category-visuals .r37-free-visual__img{width:68px;height:76px}
}
