:root{
  --ink:#eef3ff;
  --muted:#9aa7c2;
  --muted-2:#6f7a96;
  --bg:#02050c;
  --bg-soft:#050916;
  --panel:rgba(8,13,29,.78);
  --panel-strong:rgba(7,11,25,.94);
  --line:rgba(112,137,210,.20);
  --line-strong:rgba(117,154,255,.38);
  --blue:#5aa8ff;
  --blue-2:#7dd9ff;
  --violet:#8d69ff;
  --magenta:#cf6cff;
  --max:1240px;
  --radius:26px;
  --shadow:0 28px 80px rgba(0,0,0,.42);
  --serif:ui-serif,Georgia,Cambria,"Times New Roman",serif;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit}
img{max-width:100%;display:block}
button,input,textarea{font:inherit}
::selection{background:#7359d9;color:white}
.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto;position:relative}
.skip-link{position:fixed;left:18px;top:-100px;z-index:1000;background:white;color:#000;padding:10px 14px;border-radius:10px;text-decoration:none}
.skip-link:focus{top:18px}
main{position:relative;z-index:2}

/* Header */
.site-header{position:sticky;top:0;z-index:90;background:rgba(2,5,12,.76);border-bottom:1px solid rgba(119,145,223,.13);backdrop-filter:blur(18px)}
.navbar{height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-family:var(--serif);font-size:22px;font-weight:700;letter-spacing:-.02em}
.brand img{width:28px;height:28px;filter:drop-shadow(0 0 16px rgba(84,141,255,.32))}
.desktop-nav{display:flex;align-items:center;gap:23px}
.desktop-nav a{position:relative;text-decoration:none;color:#a7b1c9;font-size:12px;font-weight:650;letter-spacing:.02em;padding:28px 0}
.desktop-nav a:hover,.desktop-nav a[aria-current="page"]{color:white}
.desktop-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:1px;background:var(--blue);box-shadow:0 0 10px rgba(90,168,255,.8);transition:right .25s ease}
.desktop-nav a:hover::after,.desktop-nav a[aria-current="page"]::after{right:0}
.nav-toggle,.nav-close{appearance:none;border:1px solid var(--line);background:#080d1b;color:white;border-radius:999px;padding:9px 14px;cursor:pointer}
.nav-toggle{display:none;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}
.nav-close{width:40px;height:40px;padding:0;font-size:26px;line-height:1}
.nav-backdrop{position:fixed;inset:0;z-index:96;background:rgba(0,2,8,.72);backdrop-filter:blur(6px)}
.mobile-nav-panel{position:fixed;z-index:97;right:0;top:0;width:min(430px,92vw);height:100dvh;background:#050915;border-left:1px solid rgba(112,146,236,.24);box-shadow:-28px 0 70px rgba(0,0,0,.55);padding:22px;overflow-y:auto;overscroll-behavior:contain}
.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}
.mobile-nav-links,.mobile-nav-docs{display:grid;gap:4px;padding:18px 0}
.mobile-nav-links a,.mobile-nav-docs a{text-decoration:none;padding:12px 8px;border-bottom:1px solid rgba(112,137,210,.10);font-size:15px}
.mobile-nav-section-title,.footer-title{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:#7f8ca9;font-weight:850}
.mobile-nav-social,.social-links{display:flex;gap:10px;align-items:center}
.mobile-nav-social a,.social-links a{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#070b17}
.mobile-nav-social img,.social-links img{width:17px;height:17px;opacity:.86}

/* Common */
.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.18em;font-size:10px;font-weight:850;color:#9fb5e9}
.eyebrow::before{content:"";width:24px;height:1px;background:var(--blue);box-shadow:0 0 10px rgba(90,168,255,.8)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{color:#f7f9ff}
h1,h2{font-family:var(--serif);font-weight:600;letter-spacing:-.045em}
h1{font-size:clamp(52px,7.4vw,104px);line-height:.94;margin:.2em 0 .25em}
h2{font-size:clamp(38px,4.6vw,64px);line-height:1.02;margin:.18em 0 .34em}
h3{line-height:1.2}
.lead{font-size:clamp(17px,1.75vw,21px);line-height:1.55;color:#bac5da;max-width:720px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:999px;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.02em;transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:#5f78ff;color:white;border-color:#7289ff;box-shadow:0 10px 34px rgba(77,107,255,.25),inset 0 1px 0 rgba(255,255,255,.17)}
.btn-primary:hover{background:#6d84ff;box-shadow:0 15px 42px rgba(77,107,255,.32)}
.btn-secondary{background:rgba(8,13,29,.72);color:#dbe4fa;border-color:rgba(133,157,230,.26);backdrop-filter:blur(12px)}
.btn-secondary:hover{border-color:rgba(133,174,255,.56);background:rgba(12,19,42,.9)}
.panel{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(16px)}
.section{padding:100px 0}
.section-tight{padding:72px 0}
.section-head{display:flex;justify-content:space-between;gap:36px;align-items:flex-end;margin-bottom:34px}
.section-head>p{max-width:470px;margin:0;color:#8f9bb7;font-size:13px}
.section-action{margin-top:30px;text-align:center}
.breadcrumbs{font-size:11px;color:#6f7d9d;margin-bottom:24px}
.breadcrumbs a{color:#9bacd0;text-decoration:none}
.breadcrumbs a:hover{color:white}

/* Cinematic home hero */
.premium-hero{min-height:calc(100svh - 74px);display:flex;align-items:center;position:relative;border-bottom:1px solid rgba(107,133,211,.13);overflow:hidden}
.premium-hero::before{content:"KELYRON / DEFENSIVE LEARNING SYSTEM";position:absolute;left:24px;bottom:26px;writing-mode:vertical-rl;transform:rotate(180deg);color:#495471;font-size:9px;letter-spacing:.22em;font-weight:800}
.hero-grid{display:grid;grid-template-columns:minmax(0,.87fr) minmax(520px,1.13fr);align-items:center;gap:10px;padding:78px 0 80px}
.hero-copy{position:relative;z-index:3;max-width:650px}
.hero-copy h1{font-size:clamp(60px,6.8vw,100px);max-width:760px}
.hero-copy .lead{max-width:620px;color:#aebbd4;font-size:18px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 20px}
.hero-note{display:flex;flex-wrap:wrap;gap:18px;color:#71809f;font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.hero-note span{display:flex;align-items:center;gap:8px}
.hero-note span::before{content:"";width:4px;height:4px;border-radius:50%;background:#68a8ff;box-shadow:0 0 9px #68a8ff}
.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;max-width:650px;margin-top:42px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.hero-facts>div{padding:16px 14px 16px 0}
.hero-facts b{display:block;font-family:var(--serif);font-size:19px;font-weight:600;color:white}
.hero-facts small{font-size:10px;color:#697694}
.hero-scene{position:relative;min-height:700px;margin-right:-16vw;isolation:isolate;pointer-events:none}
.hero-photo{position:absolute;inset:-2% 0 0 -10%;width:110%;height:102%;object-fit:cover;object-position:center;filter:saturate(1.08) contrast(1.05);transform:translate3d(calc(var(--motion-x,0)*8px),calc(var(--motion-y,0)*5px + var(--motion-scroll,0)*9px),0) scale(1.015);animation:planetDrift 18s ease-in-out infinite alternate}
.hero-orbit-overlay{position:absolute;z-index:2;width:88%;height:88%;right:4%;top:5%;object-fit:contain;opacity:.43;filter:drop-shadow(0 0 8px rgba(101,118,255,.30));animation:orbitTurn 54s linear infinite}.hero-orbit-secondary{z-index:1;width:72%;height:72%;right:12%;top:13%;opacity:.16;animation:orbitTurn 78s linear infinite reverse;transform:rotate(22deg)}
.hero-light-sweep{position:absolute;z-index:3;right:26%;top:18%;width:2px;height:62%;background:rgba(137,171,255,.16);box-shadow:0 0 40px 8px rgba(78,119,255,.16);transform:rotate(22deg);animation:sweepDrift 14s ease-in-out infinite alternate}

/* Home scenes */
.section-who{position:relative;background:#030711}
.split-luxury{display:grid;grid-template-columns:.82fr 1.18fr;gap:64px;align-items:center}
.section-copy{max-width:560px}
.section-copy p,.feature-copy p,.banner-copy p,.map-copy p,.benefits-copy p,.free-guide-copy p{color:#9ba8c2}
.visual-frame{position:relative;min-height:510px;border-left:1px solid var(--line-strong);overflow:hidden;box-shadow:var(--shadow)}
.visual-frame::before{content:"INTELLIGENCE MAP / 01";position:absolute;z-index:2;left:20px;top:18px;font-size:9px;letter-spacing:.18em;color:#7e8eae}
.visual-frame img{width:100%;height:100%;min-height:510px;object-fit:cover;transition:transform 1.2s cubic-bezier(.2,.8,.2,1)}
.visual-frame:hover img{transform:scale(1.018)}

.section-collection{background:#02050c;position:relative}
.section-collection::before{content:"";position:absolute;left:0;right:0;top:0;border-top:1px solid rgba(113,139,218,.08)}
.collection-stage{position:relative}
.collection-orbit{position:absolute;left:3%;right:3%;top:45%;height:1px;background:rgba(91,131,226,.15);box-shadow:0 0 18px rgba(75,106,255,.08)}
.product-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.product-card{position:relative;min-width:0;background:#050914;border:1px solid rgba(116,141,211,.16);overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.product-card::before{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 1px rgba(255,255,255,.025)}
.product-card:hover{transform:translateY(-6px);border-color:rgba(119,158,255,.38);box-shadow:0 26px 60px rgba(0,0,0,.42)}
.product-cover{position:relative;display:block;height:365px;text-decoration:none;background:#030711;overflow:hidden}
.product-object-stage{position:absolute;inset:0;display:grid;place-items:center;perspective:900px}
.product-object-img{height:330px;max-width:94%;object-fit:contain;filter:drop-shadow(0 28px 24px rgba(0,0,0,.42));animation:bookFloat 7.5s ease-in-out infinite}
.product-card:nth-child(2n) .product-object-img{animation-delay:-2.8s}
.product-card:nth-child(3n) .product-object-img{animation-delay:-4.4s}
.object-floor,.object-halo,.cover-glow{position:absolute;pointer-events:none}
.object-floor{bottom:26px;width:58%;height:12px;border-radius:50%;background:rgba(104,109,255,.12);filter:blur(12px)}
.object-halo{width:75%;aspect-ratio:1;border:1px solid rgba(100,140,255,.12);border-radius:50%}
.cover-glow{inset:auto 10% 4%;height:70px;background:rgba(111,81,255,.05);filter:blur(22px)}
.product-body{padding:18px 18px 20px;border-top:1px solid var(--line)}
.product-number{float:left;margin-right:9px;color:#68789c;font-size:10px;letter-spacing:.16em}
.product-kind{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#8a96b0}
.product-body h3{clear:both;font-family:var(--serif);font-size:27px;font-weight:600;margin:8px 0 7px;letter-spacing:-.025em}
.product-body h3 a{text-decoration:none}
.product-body p{font-size:12px;color:#8e9ab4;min-height:58px;margin-bottom:15px}
.product-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid rgba(115,139,205,.12);padding-top:13px}
.price{font-family:var(--serif);font-size:17px;color:#f5f7ff}
.format-pill{font-size:8px;text-transform:uppercase;letter-spacing:.13em;color:#6e7c9a}
.product-card-link{display:inline-flex;gap:8px;align-items:center;margin-top:14px;color:#a9baff;text-decoration:none;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}
.product-card-link:hover{color:white}

.premium-feature{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center}
.feature-visual{min-height:500px;position:relative;overflow:hidden;border:1px solid rgba(116,142,213,.14);box-shadow:var(--shadow)}
.feature-visual img{width:100%;height:100%;min-height:500px;object-fit:cover}
.feature-copy{max-width:520px}
.path-list{margin-top:28px;border-top:1px solid var(--line)}
.path-list a{display:grid;grid-template-columns:46px 1fr 22px;gap:12px;align-items:center;text-decoration:none;padding:17px 0;border-bottom:1px solid var(--line);transition:padding .2s ease,color .2s ease}
.path-list a:hover{padding-left:8px;color:white}
.path-list b{font-size:10px;color:#66789d}
.path-list strong{display:block;font-size:13px}
.path-list small{display:block;color:#7f8ca8;font-size:10px;margin-top:3px}
.path-list i{font-style:normal;color:#7595ee}

.premium-banner{display:grid;grid-template-columns:.72fr 1.28fr;min-height:470px;background:#050914;border:1px solid rgba(114,142,219,.16);overflow:hidden;box-shadow:var(--shadow)}
.banner-copy{padding:70px 44px;align-self:center;position:relative;z-index:2}
.banner-visual{position:relative;min-height:470px}
.banner-visual::before{content:"TRUST BOUNDARIES / EVIDENCE / RESPONSE";position:absolute;z-index:2;right:24px;top:22px;font-size:9px;letter-spacing:.16em;color:#687896}
.banner-visual img{width:100%;height:100%;object-fit:cover}

.map-premium-shell{display:grid;grid-template-columns:.7fr 1.3fr;min-height:560px;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);align-items:center}
.map-copy{padding:64px 54px 64px 0}
.map-visual{height:560px;position:relative;overflow:hidden}
.map-visual img{width:100%;height:100%;object-fit:cover}
.map-visual::after{content:"IDENTITY   NETWORK   APPS   MONITORING   RESPONSE   RESILIENCE";position:absolute;left:30px;bottom:22px;font-size:8px;letter-spacing:.18em;color:#6f83ad}

.benefits-luxury{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center}
.benefits-visual{min-height:530px;border:1px solid rgba(117,145,216,.14);overflow:hidden}
.benefits-visual img{width:100%;height:100%;min-height:530px;object-fit:cover}
.compact-head{margin-bottom:20px}
.benefits-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.benefit-card{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:22px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(6,11,24,.48)}
.benefit-card img{width:26px;height:26px;opacity:.85}
.benefit-card h3{font-size:13px;margin:2px 0 5px}
.benefit-card p{font-size:11px;line-height:1.55;margin:0;color:#7f8ca8}
.reverse-feature .feature-visual{order:2}
.material-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.material-points span,.info-chip{border:1px solid rgba(117,146,220,.18);background:#060b18;padding:7px 10px;border-radius:999px;color:#8998b7;font-size:9px;text-transform:uppercase;letter-spacing:.08em}

.free-guide-premium{display:grid;grid-template-columns:.9fr 1.1fr;min-height:520px;align-items:center;background:#050914;border:1px solid rgba(120,151,234,.2);box-shadow:var(--shadow);overflow:hidden}
.free-guide-copy{padding:64px 50px}
.free-guide-object{position:relative;min-height:520px;display:grid;place-items:center;background:#020610;overflow:hidden}
.free-guide-object::before{content:"FREE / FOUNDATION / OFFLINE";position:absolute;top:24px;right:24px;font-size:9px;letter-spacing:.17em;color:#627294}
.free-guide-object img{height:500px;width:auto;object-fit:contain;filter:drop-shadow(0 35px 35px rgba(0,0,0,.52));animation:bookFloat 8s ease-in-out infinite}

.premium-faq .section-head{align-items:center}
.faq-list{max-width:1000px;margin-inline:auto;border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line);background:rgba(5,9,20,.34)}
.faq-list summary{cursor:pointer;list-style:none;padding:20px 48px 20px 4px;position:relative;font-family:var(--serif);font-size:18px;color:#e9edfa}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";position:absolute;right:10px;top:15px;font-family:var(--sans);font-size:25px;color:#6d82b2;font-weight:300}
.faq-list details[open] summary::after{content:"–"}
.faq-list details p{padding:0 54px 20px 4px;margin:0;color:#8e9ab5;font-size:13px;max-width:800px}

/* Inner page hero */
.page-hero{min-height:470px;padding:92px 0 72px;display:flex;align-items:end;position:relative;overflow:hidden;border-bottom:1px solid var(--line);background-repeat:no-repeat;background-size:62% auto;background-position:100% 50%}
.page-hero::before{content:"";position:absolute;left:0;top:0;bottom:0;width:56%;background:rgba(2,5,12,.90)}
.page-hero .container{z-index:2}
.page-hero h1{font-size:clamp(50px,6vw,82px);max-width:900px}
.page-hero .lead{font-size:16px;max-width:700px}
.page-catalog .page-hero{background-image:url("assets/luxury/hero-globe.webp")}
.page-about .page-hero{background-image:url("assets/luxury/sections/who.webp")}
.page-curriculum .page-hero{background-image:url("assets/luxury/sections/security-map.webp")}
.page-updates .page-hero{background-image:url("assets/luxury/sections/inside-material.webp")}
.page-contact .page-hero{background-image:url("assets/luxury/sections/contact.webp")}
.page-faq .page-hero{background-image:url("assets/luxury/hero-globe.webp")}

/* Catalog */
.catalog-products-section{background:#02050c}
.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.catalog-grid .product-card:nth-child(4n+2),.catalog-grid .product-card:nth-child(4n+3){transform:translateY(26px)}
.catalog-grid .product-card:hover{transform:translateY(-6px)}
.catalog-grid .product-card:nth-child(4n+2):hover,.catalog-grid .product-card:nth-child(4n+3):hover{transform:translateY(20px)}

/* Generic content */
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.copy-panel{padding:34px;border-radius:var(--radius)}
.copy-panel h2{font-size:34px}
.copy-panel p{color:#98a4bd;font-size:14px}
.module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.module-card{padding:24px;border-radius:20px;min-height:220px;position:relative;overflow:hidden}
.module-card::after{content:"";position:absolute;left:24px;right:24px;bottom:0;height:1px;background:rgba(99,132,224,.35)}
.module-card .num{font-size:9px;color:#7080a4;letter-spacing:.16em}
.module-card h3{font-family:var(--serif);font-size:25px;margin:34px 0 8px}
.module-card p{font-size:12px;color:#8794af;margin:0}
.update-list{display:grid;gap:16px}
.update-card{display:grid;grid-template-columns:180px 1fr;gap:28px;padding:30px;border-radius:22px}
.update-date{text-transform:uppercase;letter-spacing:.14em;font-size:10px;color:#7889ad}
.update-card h3{font-family:var(--serif);font-size:26px;margin:0 0 8px}
.update-card p{color:#8e9bb5;margin:0}

/* Contact */
.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:22px;align-items:start}
.contact-info-stack{display:grid;gap:16px}
.contact-card,.contact-form-card{padding:30px;border-radius:24px}
.contact-card{display:grid;grid-template-columns:50px 1fr;gap:14px}
.contact-icon{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#070c1a}
.contact-card h2,.contact-form-card h2{font-size:38px}
.contact-card h3{font-family:var(--serif);font-size:27px}
.contact-card p,.contact-form-note{color:#8d99b3;font-size:13px}
.contact-social-card{grid-template-columns:1fr}
.contact-form{display:grid;gap:15px;margin-top:22px}
.form-field{display:grid;gap:7px}
.form-field label{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#8290ad;font-weight:800}
.form-field input,.form-field textarea{width:100%;border:1px solid rgba(113,140,210,.20);background:#040815;color:white;border-radius:12px;padding:13px 14px;outline:none}
.form-field input:focus,.form-field textarea:focus{border-color:#698fff;box-shadow:0 0 0 3px rgba(74,118,255,.10)}
.form-field textarea{resize:vertical;min-height:150px}
.contact-submit{justify-self:start}
.form-status{font-size:12px;color:#8e9ab5}

/* Product detail */
.product-page-shell{padding:42px 0 92px}
.product-breadcrumbs{margin-bottom:18px}
.product-hero-panel{position:relative;display:grid;grid-template-columns:1.05fr .95fr;min-height:650px;border:1px solid rgba(119,148,224,.20);background:#040815;box-shadow:var(--shadow);overflow:hidden}
.product-hero-art{position:relative;min-height:650px;background:#020610;overflow:hidden;display:grid;place-items:center;perspective:1200px}
.product-art-effects{position:absolute;inset:0;overflow:hidden}
.product-glow{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72;transform:translate3d(calc(var(--motion-x,0)*-8px),calc(var(--motion-y,0)*-5px),0) scale(1.04)}
.product-orbit{position:absolute;inset:8%;width:84%;height:84%;opacity:.22;animation:orbitTurn 42s linear infinite}
.hero-product-object{position:relative;z-index:2;width:90%;height:90%;display:grid;place-items:center;transform-style:preserve-3d}
.product-main-cover{position:relative;z-index:3;max-height:590px;max-width:88%;object-fit:contain;filter:drop-shadow(0 38px 35px rgba(0,0,0,.55));animation:bookFloat 8s ease-in-out infinite;will-change:transform}
.hero-object-floor{position:absolute;bottom:9%;width:56%;height:22px;background:rgba(92,93,255,.12);border-radius:50%;filter:blur(15px)}
.hero-object-halo{position:absolute;width:64%;aspect-ratio:1;border:1px solid rgba(111,149,255,.14);border-radius:50%;animation:orbitTurn 32s linear reverse infinite}
.product-hero-copy{padding:64px 50px 50px;align-self:center;position:relative}
.product-hero-copy::before{content:"PRODUCT / DEFENSIVE FIELD MANUAL";position:absolute;top:24px;right:26px;color:#56647f;font-size:8px;letter-spacing:.18em}
.product-hero-copy h1{font-size:clamp(54px,5.8vw,82px);margin:.18em 0}
.product-hero-copy .lead{font-size:17px}
.price-large{font-family:var(--serif);font-size:31px;margin:22px 0;color:white}
.product-summary{color:#98a5be;font-size:13px;max-width:560px}
.info-row{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}
.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}
.product-disclaimer{font-size:10px;color:#677590;margin-top:18px;max-width:560px}
.product-section{margin-top:18px;padding:34px;border-radius:22px}
.product-section-heading{display:flex;align-items:center;gap:16px;margin-bottom:22px}
.section-icon{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:9px;color:#8ca0ca}
.product-section-heading h2{font-size:36px;margin:3px 0 0}
.module-list,.dot-list,.included-list{list-style:none;margin:0;padding:0}
.module-list{display:grid}
.module-list li{display:grid;grid-template-columns:50px 1fr;gap:10px;padding:15px 0;border-bottom:1px solid rgba(112,137,210,.12)}
.module-list li span{font-size:9px;color:#647494;letter-spacing:.14em}
.module-list strong{font-size:13px;font-weight:600}
.module-more summary{cursor:pointer;margin-top:16px;color:#9badff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.product-content-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}
.compact-product-panel h3{margin:20px 0 8px;font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#aab7d6}
.dot-list,.included-list{display:grid;gap:8px}
.dot-list li,.included-list li{position:relative;padding-left:18px;color:#8e9bb5;font-size:12px}
.dot-list li::before,.included-list li::before{content:"";position:absolute;left:0;top:.75em;width:5px;height:5px;border-radius:50%;background:#7095ff;box-shadow:0 0 9px rgba(112,149,255,.5)}
.example-copy{color:#9aa6bf}
.example-visual{position:relative;min-height:310px;margin-top:22px;background:#020610;border:1px solid rgba(112,140,217,.12);overflow:hidden}
.example-visual img{position:absolute;right:-2%;bottom:-10%;height:122%;max-width:74%;object-fit:contain;filter:drop-shadow(0 28px 30px rgba(0,0,0,.48))}
.example-visual span{position:absolute;left:28px;bottom:26px;width:110px;height:1px;background:rgba(102,150,255,.45)}
.product-included-cta{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.final-product-cta{border-left:1px solid var(--line);padding-left:40px}
.final-product-cta h3{font-family:var(--serif);font-size:31px;font-weight:600;margin:5px 0 10px}
.final-product-cta p{color:#8995ae;font-size:12px}
.related-section{margin-top:52px}
.section-mini-head h2{font-size:40px;margin:.1em 0 .5em}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.related-card{display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:center;padding:18px;border-radius:20px}
.related-object{position:relative;width:120px;height:145px;display:grid;place-items:center}
.related-object .product-object-img{height:142px;max-width:120px}
.related-card h3{font-family:var(--serif);font-size:22px;margin:4px 0}
.related-card p{font-size:12px;color:#9faccc;margin:0}

/* Policies: intentionally calm */
.policy-page{padding:72px 0 90px;background:#02050c}
.policy-shell{max-width:980px}
.policy-document{padding:46px 52px;border:1px solid rgba(116,137,197,.15);background:#050914;box-shadow:0 24px 72px rgba(0,0,0,.28)}
.policy-document h1{font-size:clamp(48px,5.5vw,68px);margin-bottom:20px}
.policy-document h2{font-family:var(--sans);font-size:14px;letter-spacing:.06em;text-transform:uppercase;margin-top:34px;margin-bottom:12px}
.policy-source-block,.policy-list{color:#a1acc1;font-size:13px;line-height:1.75}
.policy-link{color:#c1ccff;text-decoration:underline;text-decoration-color:#6c7ec0;text-underline-offset:3px}
.policy-updated{color:#7e8ba6;font-weight:400}

/* Loading */
.loading-wrap{min-height:72vh;display:grid;place-items:center;padding:60px 24px}
.loading-card{width:min(560px,100%);padding:48px;text-align:center;border-radius:26px;position:relative;overflow:hidden}
.loading-card::before{content:"SECURE HANDOFF";display:block;font-size:8px;letter-spacing:.2em;color:#657493;margin-bottom:22px}
.loading-ring{width:76px;height:76px;margin:0 auto 22px;animation:spin 1.15s linear infinite;filter:drop-shadow(0 0 12px rgba(91,126,255,.25))}
.status{color:#aeb8cd;margin-top:18px}
.small{font-size:10px;color:#73809b}

/* Footer */
.site-footer{position:relative;z-index:2;margin-top:0;padding:58px 0 28px;background:#01040a;border-top:1px solid rgba(107,133,202,.14)}
.footer-grid{display:grid;grid-template-columns:1.45fr .78fr .78fr;gap:56px}
.footer-title{margin-bottom:15px;color:#8b99b7}
.footer-contact p,.footer-links a{font-size:11px;color:#75819a}
.footer-links{display:grid;gap:8px}
.footer-links a{text-decoration:none}
.footer-links a:hover{color:white}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:36px;padding-top:20px;border-top:1px solid rgba(111,136,199,.10);font-size:9px;color:#4e5b74;letter-spacing:.05em}

/* Atmosphere and motion */
.cyber-rain{position:fixed;inset:0;z-index:1;pointer-events:none;overflow:hidden;opacity:.9}
.cyber-symbol{position:absolute;left:var(--x);top:-10vh;color:#7185cf;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;letter-spacing:.08em;opacity:var(--alpha);text-shadow:0 0 10px rgba(84,109,255,.34);transform:translate3d(0,-12vh,0) scale(var(--scale));animation:cyberFall var(--duration) linear var(--delay) infinite}
.cyber-symbol:nth-child(3n){color:#5f9fcb}.cyber-symbol:nth-child(5n){color:#9a6bbb}
.motion-reveal{opacity:1;transform:none}
body.motion-ready .motion-reveal{opacity:0;transform:translateY(20px);transition:opacity .62s ease var(--reveal-delay,0ms),transform .62s cubic-bezier(.2,.75,.25,1) var(--reveal-delay,0ms)}
body.motion-ready .motion-reveal.is-visible{opacity:1;transform:none}
@keyframes orbitTurn{to{transform:rotate(360deg)}}
@keyframes planetDrift{0%{scale:1.015;translate:0 0;rotate:-.15deg}100%{scale:1.035;translate:-8px 5px;rotate:.22deg}}
@keyframes sweepDrift{0%{opacity:.18;translate:-10px 0}100%{opacity:.5;translate:26px -12px}}
@keyframes bookFloat{0%,100%{transform:translateY(0) rotateZ(-.15deg)}50%{transform:translateY(-9px) rotateZ(.15deg)}}
@keyframes cyberFall{0%{transform:translate3d(0,-12vh,0) scale(var(--scale));opacity:0}12%{opacity:var(--alpha)}82%{opacity:var(--alpha)}100%{transform:translate3d(var(--drift),112vh,0) scale(var(--scale));opacity:0}}
@keyframes spin{to{transform:rotate(360deg)}}

/* Responsive */
@media(max-width:1160px){
  .desktop-nav{gap:15px}.desktop-nav a{font-size:11px}
  .hero-grid{grid-template-columns:.92fr 1.08fr}.hero-scene{margin-right:-22vw}
  .product-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .catalog-grid .product-card:nth-child(n){transform:none}
  .module-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:899px){
  .desktop-nav{display:none}.nav-toggle{display:inline-flex}.navbar{height:68px}
  .container{width:min(var(--max),calc(100% - 34px))}
  .premium-hero{min-height:auto}.premium-hero::before{display:none}
  .hero-grid{grid-template-columns:1fr;padding:62px 0 42px}
  .hero-copy{max-width:720px}.hero-copy h1{font-size:clamp(52px,10vw,76px)}
  .hero-scene{min-height:500px;margin:10px -30vw -50px -8vw}
  .hero-facts{max-width:none}
  .section{padding:76px 0}.section-tight{padding:58px 0}
  .split-luxury,.premium-feature,.premium-banner,.map-premium-shell,.benefits-luxury,.free-guide-premium,.contact-grid,.product-hero-panel,.product-content-grid,.product-included-cta{grid-template-columns:1fr}
  .visual-frame,.visual-frame img,.feature-visual,.feature-visual img,.benefits-visual,.benefits-visual img{min-height:390px}
  .premium-banner{min-height:auto}.banner-copy{padding:44px 30px}.banner-visual{min-height:390px}
  .map-copy{padding:44px 0 26px}.map-visual{height:430px}
  .reverse-feature .feature-visual{order:2}.reverse-feature .feature-copy{order:1}
  .free-guide-copy{padding:44px 30px}.free-guide-object{min-height:390px}.free-guide-object img{height:390px}
  .page-hero{min-height:420px;background-size:auto 100%;background-position:72% 50%}
  .page-hero::before{width:78%}
  .split-grid{grid-template-columns:1fr}
  .product-hero-art{min-height:530px}.product-hero-copy{padding:44px 30px}.product-main-cover{max-height:500px}
  .product-included-cta .final-product-cta{border-left:0;border-top:1px solid var(--line);padding-left:0;padding-top:28px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:620px){
  .container{width:min(var(--max),calc(100% - 28px))}
  h2{font-size:38px}.lead{font-size:16px}
  .hero-copy h1{font-size:48px}.hero-copy .lead{font-size:15px}.hero-actions{display:grid}.hero-actions .btn{width:100%}
  .hero-note{gap:10px;font-size:8px}.hero-facts{grid-template-columns:1fr 1fr}.hero-facts>div:last-child{display:none}
  .hero-scene{min-height:365px;margin:10px -35vw -35px -12vw}
  .hero-photo{object-position:56% 50%}.hero-orbit-overlay{right:2%;width:96%;height:96%}
  .section{padding:58px 0}.section-head{align-items:flex-start;flex-direction:column;gap:14px}
  .visual-frame,.visual-frame img,.feature-visual,.feature-visual img,.benefits-visual,.benefits-visual img{min-height:270px}
  .product-grid,.catalog-grid,.module-grid,.related-grid{grid-template-columns:1fr}
  .product-card{display:grid;grid-template-columns:138px 1fr;min-height:210px}
  .product-cover{height:100%;min-height:210px;border-right:1px solid var(--line)}
  .product-object-img{height:205px;max-width:138px}.object-halo{width:90%}
  .product-body{padding:15px}.product-body h3{font-size:22px}.product-body p{font-size:10px;min-height:0}.product-meta{display:block}.format-pill{display:none}.price{font-size:15px}
  .premium-feature{gap:30px}.path-list small{font-size:9px}
  .banner-visual{min-height:270px}.map-visual{height:320px}.benefits-grid{grid-template-columns:1fr}
  .free-guide-object{min-height:300px}.free-guide-object img{height:300px}
  .faq-list summary{font-size:16px}
  .page-hero{min-height:360px;padding:68px 0 48px;background-size:auto 100%;background-position:70% 50%}.page-hero::before{width:92%;background:rgba(2,5,12,.90)}
  .page-hero h1{font-size:48px}
  .copy-panel,.contact-card,.contact-form-card{padding:24px}.update-card{grid-template-columns:1fr}
  .policy-document{padding:28px 22px}.policy-source-block,.policy-list{font-size:12px}
  .product-page-shell{padding-top:24px}.product-hero-art{min-height:390px}.product-main-cover{max-height:375px}.product-hero-copy h1{font-size:48px}
  .product-section{padding:23px}.product-section-heading h2{font-size:29px}.product-content-grid{gap:14px}.example-visual{min-height:240px}.example-visual img{max-width:88%}
  .related-card{grid-template-columns:90px 1fr}.related-object{width:90px;height:116px}.related-object .product-object-img{height:112px;max-width:88px}
  .loading-card{padding:34px 22px}
  .footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .cyber-rain{display:none!important}.motion-reveal{opacity:1!important;transform:none!important}.hero-photo,.hero-orbit-overlay,.hero-orbit-secondary,.product-orbit,.product-main-cover,.free-guide-object img,.product-object-img{animation:none!important;transform:none!important}
}

/* ==========================================================
   KELYRON V8 — ASSET-LED CINEMATIC REDESIGN
   Structural HTML and product/payment logic intentionally unchanged.
   ========================================================== */
:root{
  --bg:#02040a;
  --bg-soft:#050913;
  --panel:rgba(6,11,24,.78);
  --panel-strong:rgba(4,8,18,.96);
  --line:rgba(127,159,224,.16);
  --line-strong:rgba(132,178,255,.34);
  --blue:#58a6ff;
  --blue-2:#93dcff;
  --violet:#8d6cff;
  --magenta:#c564ff;
  --max:1320px;
  --radius:18px;
  --shadow:0 34px 90px rgba(0,0,0,.48);
}
body{
  background:
    radial-gradient(circle at 78% 12%,rgba(50,102,198,.12),transparent 29rem),
    radial-gradient(circle at 18% 66%,rgba(91,53,174,.07),transparent 34rem),
    #02040a;
}
body::before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:0;opacity:.45;
  background-image:linear-gradient(rgba(255,255,255,.016) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);
  background-size:84px 84px;
  mask-image:linear-gradient(to bottom,black,transparent 72%);
}
.container{width:min(var(--max),calc(100% - 56px))}
.site-header{background:rgba(1,4,10,.70);border-bottom-color:rgba(139,170,234,.12);backdrop-filter:blur(24px) saturate(1.25)}
.navbar{height:76px}
.brand{font-size:21px;letter-spacing:-.03em}.brand img{width:30px;height:30px}
.desktop-nav{gap:26px}.desktop-nav a{font-size:11px;color:#9aa8c2;letter-spacing:.055em}

.eyebrow{font-size:9px;letter-spacing:.22em;color:#a8bbe1}.eyebrow::before{width:30px;background:linear-gradient(90deg,#66b7ff,#8f75ff)}
h1,h2{letter-spacing:-.055em}h1{font-size:clamp(58px,7.4vw,108px)}h2{font-size:clamp(40px,4.8vw,68px)}
.lead{color:#b6c1d5}.btn{border-radius:6px;min-height:48px;padding-inline:21px}.btn-primary{background:linear-gradient(135deg,#2c77ff,#6959ff);border-color:#758eff}.btn-secondary{background:rgba(4,10,22,.76);border-color:rgba(140,170,230,.24)}
.section{padding:112px 0}.section-tight{padding:82px 0}.section-head{margin-bottom:42px}.section-head>p{font-size:12px;line-height:1.75}

/* HERO — generated Earth is now the visual anchor */
.premium-hero{min-height:calc(100svh - 76px);background:#01040a}
.premium-hero::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#01040a 0%,rgba(1,4,10,.96) 27%,rgba(1,4,10,.38) 54%,rgba(1,4,10,0) 75%);z-index:1}
.hero-grid{grid-template-columns:minmax(0,.82fr) minmax(610px,1.18fr);gap:0;padding:62px 0 72px}
.hero-copy{z-index:4;max-width:680px;padding-right:20px}.hero-copy h1{font-size:clamp(64px,7vw,106px);line-height:.91}.hero-copy .lead{font-size:17px;max-width:590px;line-height:1.7}
.hero-scene{z-index:0;min-height:720px;margin-right:-22vw;margin-left:-7vw;overflow:hidden}
.hero-photo{inset:0;width:100%;height:100%;object-fit:cover;object-position:54% 50%;filter:saturate(.94) contrast(1.06) brightness(.88);animation:planetDrift 24s ease-in-out infinite alternate}
.hero-scene::before{content:"";position:absolute;inset:0;z-index:4;background:linear-gradient(90deg,#01040a 0%,rgba(1,4,10,.15) 25%,transparent 52%),linear-gradient(180deg,transparent 68%,#01040a 100%);pointer-events:none}
.hero-orbit-overlay{opacity:.30;width:82%;height:82%;right:4%;top:8%}.hero-orbit-secondary{opacity:.12}
.hero-light-sweep{opacity:.35}.hero-actions{margin-top:32px}.hero-note{color:#7e8ba5}.hero-facts{margin-top:46px;border-color:rgba(131,157,218,.16)}
.hero-facts>div{padding:18px 16px 17px 0}.hero-facts b{font-size:20px}.hero-facts small{letter-spacing:.03em}

/* Editorial split sections */
.section-who{background:linear-gradient(180deg,#02040a,#030711 65%,#02040a)}
.split-luxury{grid-template-columns:.76fr 1.24fr;gap:74px}.section-copy p,.feature-copy p,.banner-copy p,.map-copy p,.benefits-copy p,.free-guide-copy p{font-size:13px;line-height:1.8;color:#95a3bd}
.visual-frame,.feature-visual,.benefits-visual{border:1px solid rgba(130,157,219,.14);border-radius:4px;background:#030711;box-shadow:0 30px 90px rgba(0,0,0,.42)}
.visual-frame{min-height:520px}.visual-frame::before{background:rgba(2,6,15,.72);padding:7px 9px;border:1px solid rgba(132,164,232,.12)}
.visual-frame img{min-height:520px;object-position:center;filter:saturate(.88) contrast(1.06)}

/* Product gallery — new generated product photography takes over the cards */
.section-collection,.catalog-products-section{background:linear-gradient(180deg,#02040a,#030611 48%,#02040a)}
.product-grid{gap:18px}.collection-orbit{opacity:.38}
.product-card{background:#050914;border:1px solid rgba(139,166,226,.16);border-radius:4px;box-shadow:0 26px 72px rgba(0,0,0,.28)}
.product-card:hover{transform:translateY(-7px);border-color:rgba(116,162,255,.40);box-shadow:0 38px 92px rgba(0,0,0,.46),0 0 0 1px rgba(92,131,255,.08)}
.product-cover{height:400px;background:#02050b;padding:10px}
.product-object-stage{inset:10px;overflow:hidden;border-radius:2px;background:#02050b}
.product-object-img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;filter:none;animation:productPhotoFloat 10s ease-in-out infinite;transform-origin:center}
.product-card:nth-child(2n) .product-object-img{animation-delay:-3.2s}.product-card:nth-child(3n) .product-object-img{animation-delay:-5.7s}
.object-floor,.object-halo,.cover-glow{display:none}
.product-body{padding:20px 20px 22px;background:linear-gradient(180deg,rgba(6,11,24,.98),rgba(4,8,17,.98));border-top-color:rgba(135,162,223,.12)}
.product-kind{color:#7d8dab}.product-body h3{font-size:28px;margin-top:10px}.product-body p{font-size:11px;line-height:1.65;color:#8491aa;min-height:54px}.product-meta{border-top-color:rgba(130,157,219,.11)}
.product-card-link{color:#9fb7ff}.catalog-grid{gap:20px}.catalog-grid .product-card:nth-child(4n+2),.catalog-grid .product-card:nth-child(4n+3){transform:none}.catalog-grid .product-card:hover{transform:translateY(-7px)}

/* Generated learning visuals — treated as cinematic imagery, not UI screenshots */
.premium-feature{grid-template-columns:1.18fr .82fr;gap:70px}.feature-visual{min-height:520px}.feature-visual img{min-height:520px;object-fit:cover;filter:saturate(.86) contrast(1.07)}
.path-list a{padding:19px 0}.path-list a:hover{padding-left:10px}.path-list strong{font-size:14px}.path-list small{font-size:10px;line-height:1.5}
.premium-banner{grid-template-columns:.72fr 1.28fr;border-radius:4px;background:#040812;border-color:rgba(134,161,222,.14)}.banner-copy{padding:72px 48px}.banner-visual{min-height:500px}.banner-visual img{filter:saturate(.85) contrast(1.06);object-position:center}
.banner-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#040812 0%,transparent 32%);pointer-events:none}
.map-premium-shell{grid-template-columns:.66fr 1.34fr;min-height:590px;border-color:rgba(128,159,224,.22)}.map-visual{height:590px}.map-visual img{object-fit:cover;filter:saturate(.9) contrast(1.08)}
.benefits-luxury{grid-template-columns:1.1fr .9fr;gap:60px}.benefits-visual{min-height:560px}.benefits-visual img{min-height:560px;object-fit:cover;object-position:center;filter:saturate(.87) contrast(1.07)}
.benefits-grid{border-color:rgba(137,164,224,.14)}.benefit-card{background:rgba(4,9,20,.62);padding:24px 20px}.benefit-card h3{font-size:12px;text-transform:uppercase;letter-spacing:.08em}.benefit-card p{font-size:10.5px}
.section-inside-material .feature-visual img{object-position:66% center}.material-points span,.info-chip{border-radius:4px;background:#050a16}
.free-guide-premium{grid-template-columns:.78fr 1.22fr;border-radius:4px;background:#040812}.free-guide-object{min-height:570px;background:#02050b;padding:18px}.free-guide-object img{width:100%;height:100%;max-height:540px;object-fit:cover;object-position:center;border:1px solid rgba(129,157,220,.12);filter:none;animation:productPhotoFloat 10s ease-in-out infinite}.free-guide-copy{padding:68px 52px}

/* FAQ / restrained interface */
.faq-list{max-width:1040px}.faq-list details{background:rgba(4,9,20,.46)}.faq-list summary{padding:22px 54px 22px 6px;font-size:19px}.faq-list details p{line-height:1.75}

/* Inner pages: full cinematic generated backgrounds */
.page-hero{min-height:520px;padding:110px 0 72px;background-size:68% auto;background-position:100% center;background-color:#02040a}
.page-hero::before{width:68%;background:linear-gradient(90deg,#02040a 0%,rgba(2,4,10,.98) 58%,rgba(2,4,10,.64) 82%,transparent 100%)}
.page-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,#02040a 100%);pointer-events:none}
.page-hero .container{z-index:3}.page-hero h1{font-size:clamp(58px,6.4vw,86px);max-width:820px}.page-hero .lead{color:#aab7cf;line-height:1.75}
.page-catalog .page-hero,.page-faq .page-hero{background-position:78% center}
.page-contact .page-hero{background-size:64% auto}.page-about .page-hero{background-size:62% auto}

/* Generic editorial panels */
.panel,.copy-panel,.module-card,.update-card,.contact-card,.contact-form-card{border-radius:4px!important;background:rgba(5,9,20,.78);border:1px solid rgba(133,160,221,.14);box-shadow:0 24px 64px rgba(0,0,0,.28)}
.module-grid{gap:16px}.module-card{min-height:240px}.module-card h3{font-size:27px}.update-list{gap:14px}.update-card{padding:32px}.contact-grid{gap:28px}.contact-card,.contact-form-card{padding:34px}.form-field input,.form-field textarea{border-radius:4px;background:#020611}

/* Product page — image behaves like premium campaign photography */
.product-page-shell{padding:52px 0 104px}.product-hero-panel{grid-template-columns:1.08fr .92fr;min-height:700px;border-radius:4px;background:#040812}
.product-hero-art{min-height:700px;background:#02050b;padding:18px}.product-art-effects{opacity:.22}.product-glow{opacity:.35}.product-orbit{opacity:.14}
.hero-product-object{width:100%;height:100%;overflow:hidden;border:1px solid rgba(137,165,225,.12)}
.product-main-cover{width:100%;height:100%;max-height:none;max-width:none;object-fit:cover;object-position:center;filter:none;animation:productPhotoFloat 11s ease-in-out infinite}
.hero-object-floor,.hero-object-halo{display:none}.product-hero-copy{padding:72px 56px}.product-hero-copy h1{font-size:clamp(58px,5.7vw,84px)}.product-hero-copy .lead{font-size:16px;line-height:1.7}.product-summary{font-size:12px;line-height:1.8}.price-large{font-size:35px}
.product-section{border-radius:4px;margin-top:20px;padding:38px}.product-section-heading h2{font-size:38px}.example-visual{border-radius:2px;background:#02050b;min-height:360px}.example-visual img{right:0;bottom:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;filter:none}.example-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,5,11,.75),transparent 45%);pointer-events:none}.example-visual span{z-index:2}
.related-card{border-radius:4px}.related-object{overflow:hidden;border:1px solid rgba(130,158,218,.12)}.related-object .product-object-img{width:100%;height:100%;max-width:none;object-fit:cover;animation:none}

/* Policies stay calm and trustworthy */
.policy-document{border-radius:2px;background:#040812;border-color:rgba(132,157,213,.14)}
.loading-card{border-radius:4px}
.site-footer{background:#010308;padding-top:64px}.footer-grid{gap:70px}.footer-bottom{color:#53617b}

/* Motion is intentionally subtle and asset-led */
@keyframes productPhotoFloat{0%,100%{transform:scale(1.002) translateY(0)}50%{transform:scale(1.014) translateY(-3px)}}
@keyframes planetDrift{0%{transform:translate3d(calc(var(--motion-x,0)*6px),calc(var(--motion-y,0)*3px),0) scale(1.01)}100%{transform:translate3d(calc(var(--motion-x,0)*6px - 8px),calc(var(--motion-y,0)*3px + 4px),0) scale(1.035)}}
.cyber-rain{opacity:.48}.cyber-symbol{font-size:8px;opacity:calc(var(--alpha) * .6)}

@media(max-width:1160px){
  .hero-grid{grid-template-columns:.9fr 1.1fr}.hero-scene{margin-right:-26vw}.product-cover{height:430px}
}
@media(max-width:899px){
  .container{width:min(var(--max),calc(100% - 34px))}.premium-hero::after{background:linear-gradient(180deg,#01040a 0%,rgba(1,4,10,.80) 43%,rgba(1,4,10,.12) 68%,#01040a 100%)}
  .hero-grid{grid-template-columns:1fr;padding-top:56px}.hero-copy{padding-right:0}.hero-scene{min-height:510px;margin:8px -22vw -48px -12vw}.hero-photo{object-position:57% center}
  .split-luxury,.premium-feature,.premium-banner,.map-premium-shell,.benefits-luxury,.free-guide-premium,.contact-grid,.product-hero-panel,.product-content-grid,.product-included-cta{grid-template-columns:1fr}
  .split-luxury,.premium-feature,.benefits-luxury{gap:34px}.visual-frame,.visual-frame img,.feature-visual,.feature-visual img,.benefits-visual,.benefits-visual img{min-height:410px}
  .premium-banner{min-height:auto}.banner-visual{min-height:410px}.map-visual{height:430px}.free-guide-object{min-height:450px}.free-guide-object img{max-height:430px}
  .product-hero-art{min-height:620px}.product-main-cover{object-fit:contain}.product-hero-copy{padding:50px 32px}
  .page-hero{min-height:440px;background-size:auto 100%;background-position:76% center}.page-hero::before{width:88%}
}
@media(max-width:620px){
  .container{width:min(var(--max),calc(100% - 28px))}.section{padding:66px 0}.hero-copy h1{font-size:50px}.hero-copy .lead{font-size:15px}.hero-scene{min-height:365px;margin:8px -28vw -28px -16vw}.hero-facts{grid-template-columns:repeat(2,1fr)}
  .product-grid,.catalog-grid{grid-template-columns:1fr}.product-card{display:block;min-height:0}.product-cover{height:auto;aspect-ratio:4/5;border-right:0}.product-object-stage{inset:8px}.product-object-img{height:100%;max-width:none;object-fit:cover}.product-body{padding:18px}.product-body h3{font-size:25px}.product-body p{font-size:11px}.product-meta{display:flex}.format-pill{display:block}
  .visual-frame,.visual-frame img,.feature-visual,.feature-visual img,.benefits-visual,.benefits-visual img{min-height:300px}.banner-visual{min-height:300px}.map-visual{height:330px}.free-guide-object{min-height:340px}.free-guide-object img{max-height:320px}.free-guide-copy{padding:42px 26px}
  .page-hero{min-height:380px;background-size:auto 100%;background-position:70% center}.page-hero::before{width:100%;background:linear-gradient(90deg,rgba(2,4,10,.96),rgba(2,4,10,.72) 70%,rgba(2,4,10,.28))}.page-hero h1{font-size:50px}
  .product-hero-art{min-height:440px}.product-main-cover{object-fit:contain}.product-section{padding:25px}.related-card{grid-template-columns:100px 1fr}.related-object{width:100px;height:125px}
}
@media(prefers-reduced-motion:reduce){
  .product-object-img,.product-main-cover,.free-guide-object img{animation:none!important;transform:none!important}
}

/* =========================================================
   V9 VISUAL / RESPONSIVE FIX PASS
   Asset-only correction: clean generated imagery + safe crops.
   ========================================================= */

/* <picture> wrappers keep the existing section layout while allowing art-directed mobile crops. */
.visual-frame picture,
.feature-visual picture,
.banner-visual picture,
.map-visual picture,
.benefits-visual picture{
  display:block;
  width:100%;
  height:100%;
}
.visual-frame picture img,
.feature-visual picture img,
.banner-visual picture img,
.map-visual picture img,
.benefits-visual picture img{
  display:block;
  width:100%;
  height:100%;
}

/* Desktop focal points for the new text-free cinematic assets. */
.section-who .visual-frame img{object-position:72% center}
.section-learning-paths .feature-visual img{object-position:72% center}
.section-mission .banner-visual img{object-position:72% center}
.section-learning-map .map-visual img{object-position:70% center}
.section-benefits .benefits-visual img{object-position:50% center}
.section-inside-material .feature-visual img{object-position:70% center}

/* Product imagery should never be cropped: these are product covers, not backgrounds. */
.product-cover{background:radial-gradient(circle at 50% 62%,rgba(52,105,210,.13),transparent 43%),#02050b}
.product-object-stage{display:grid;place-items:center;padding:8px;background:#02050b}
.product-object-img{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain!important;
  object-position:center;
}

.hero-product-object{
  display:grid;
  place-items:center;
  padding:22px;
  background:radial-gradient(circle at 50% 60%,rgba(50,102,204,.12),transparent 46%),#02050b;
}
.product-main-cover{
  width:auto;
  height:auto;
  max-width:92%;
  max-height:650px;
  object-fit:contain!important;
  object-position:center;
}

.free-guide-object{
  background:radial-gradient(circle at 50% 63%,rgba(62,112,225,.13),transparent 45%),#02050b;
}
.free-guide-object img{
  width:auto;
  height:auto;
  max-width:90%;
  max-height:520px;
  object-fit:contain!important;
  object-position:center;
  border:0;
}

.example-visual{overflow:hidden;background:radial-gradient(circle at 78% 55%,rgba(58,106,210,.13),transparent 42%),#02050b}
.example-visual img{
  right:4%;
  bottom:4%;
  width:auto;
  height:92%;
  max-width:58%;
  object-fit:contain!important;
  object-position:center;
}
.related-object{display:grid;place-items:center;background:#02050b;padding:6px}
.related-object .product-object-img{object-fit:contain!important}

/* Inner-page cinematic headers keep the newly generated subject inside a safe crop. */
.page-about .page-hero{background-position:82% center}
.page-curriculum .page-hero{background-position:76% center}
.page-updates .page-hero{background-position:78% center}
.page-contact .page-hero{background-position:78% center}

@media(max-width:899px){
  .hero-photo{object-position:66% center}
  .visual-frame picture,.feature-visual picture,.benefits-visual picture{min-height:410px}
  .banner-visual picture{min-height:410px}
  .map-visual picture{height:430px}
  .product-main-cover{max-height:560px;max-width:90%}
  .free-guide-object img{max-height:420px;max-width:88%}
}

@media(max-width:720px){
  /* Art-directed mobile background crops for inner pages. */
  .page-about .page-hero{background-image:url("assets/luxury/sections/mobile/who.webp");background-size:cover;background-position:center}
  .page-curriculum .page-hero{background-image:url("assets/luxury/sections/mobile/security-map.webp");background-size:cover;background-position:center}
  .page-updates .page-hero{background-image:url("assets/luxury/sections/mobile/inside-material.webp");background-size:cover;background-position:center}
  .page-contact .page-hero{background-image:url("assets/luxury/sections/mobile/contact.webp");background-size:cover;background-position:center}
  .page-hero::before{width:100%;background:linear-gradient(180deg,rgba(2,4,10,.40) 0%,rgba(2,4,10,.75) 52%,rgba(2,4,10,.98) 100%)}

  .visual-frame picture,.feature-visual picture,.benefits-visual picture{min-height:300px}
  .banner-visual picture{min-height:300px}
  .map-visual picture{height:330px}

  .section-who .visual-frame img,
  .section-learning-paths .feature-visual img,
  .section-mission .banner-visual img,
  .section-learning-map .map-visual img,
  .section-benefits .benefits-visual img,
  .section-inside-material .feature-visual img{object-position:center}

  .product-object-stage{padding:5px}
  .product-main-cover{max-height:390px;max-width:92%}
  .free-guide-object img{max-height:300px;max-width:84%}
  .example-visual img{height:88%;max-width:72%;right:2%}
}

@media(max-width:620px){
  .hero-photo{object-position:70% center}
  .product-object-img{object-fit:contain!important}
  .product-hero-art{min-height:420px}
  .hero-product-object{padding:14px}
  .product-main-cover{max-height:380px}
  .free-guide-object{min-height:330px}
  .free-guide-object img{max-height:292px}
}

/* =========================================================
   V10 BRAND / READABILITY / ACCESSIBILITY POLISH
   Keeps structure and content intact; refines legibility and brand presence.
   ========================================================= */

/* Brand system */
.brand{gap:11px;font-size:22px;letter-spacing:-.028em}
.brand img{width:34px;height:34px;filter:drop-shadow(0 0 14px rgba(83,151,255,.28))}
.brand span{font-weight:700;text-shadow:0 1px 18px rgba(101,143,255,.08)}
.desktop-nav a{font-size:12.5px;letter-spacing:.035em;color:#aebbd2}
.mobile-nav-section-title,.footer-title{font-size:11.5px;letter-spacing:.16em;color:#95a5c4}
.mobile-nav-links a,.mobile-nav-docs a{font-size:16px;line-height:1.45}
.mobile-nav-social a,.social-links a{width:42px;height:42px}
.mobile-nav-social img,.social-links img{width:18px;height:18px}

/* Readability hierarchy */
.eyebrow{font-size:10px;letter-spacing:.19em;color:#b0c3e7}
.section-head>p{font-size:14px;line-height:1.72;color:#a2aec5}
.breadcrumbs{font-size:12px;color:#8190af}
.btn{font-size:13px;min-height:48px;padding-inline:22px}
.hero-copy .lead{font-size:18px}
.hero-note{font-size:11px;color:#8392af}
.hero-facts small{font-size:11px;color:#7f8da8}
.section-copy p,.feature-copy p,.banner-copy p,.map-copy p,.benefits-copy p,.free-guide-copy p{font-size:14px;line-height:1.78;color:#a4b0c7}

/* Product cards: informative text is real reading text, not micro UI. */
.product-number{font-size:10.5px;color:#7888a8}
.product-kind{font-size:10px;color:#92a1bc;letter-spacing:.12em}
.product-body p{font-size:13px;line-height:1.68;color:#9ba8be;min-height:62px}
.product-card-link{font-size:11px;letter-spacing:.09em}
.format-pill{font-size:9.5px;color:#8594b1}
.price{font-size:18px}

/* Learning paths and benefits */
.path-list strong{font-size:14.5px}
.path-list small{font-size:12.5px;line-height:1.55;color:#92a0ba}
.benefit-card{gap:14px;padding:25px 21px}
.benefit-card h3{font-size:13.5px;line-height:1.35;text-transform:none;letter-spacing:.015em;margin-top:0}
.benefit-card p{font-size:12.5px;line-height:1.62;color:#94a2bc}
.material-points span,.info-chip{font-size:10.5px;line-height:1.3;color:#9aa9c3;letter-spacing:.065em;padding:8px 11px}

/* FAQ and editorial content */
.faq-list details p{font-size:14px;line-height:1.78;color:#9eabc2}
.module-card .num{font-size:10px}
.module-card p{font-size:13.5px;line-height:1.68;color:#98a5bc}
.update-card p{font-size:14px;line-height:1.72;color:#9ba8bf}

/* Contact usability */
.contact-card p,.contact-form-note{font-size:14px;line-height:1.7;color:#9ca9c1}
.form-field label{font-size:11.5px;letter-spacing:.11em;color:#96a4bd}
.form-field input,.form-field textarea{font-size:16px;line-height:1.45;padding:14px 15px;color:#f4f7ff}
.form-status{font-size:13px;color:#98a6be}

/* Product detail reading comfort */
.product-hero-copy .lead{font-size:17px;line-height:1.72}
.product-summary{font-size:14px;line-height:1.78;color:#a3afc5}
.module-list li{padding:16px 0}
.module-list li span{font-size:10px;color:#7788a8}
.module-list strong{font-size:14px;line-height:1.55}
.module-more summary{font-size:11.5px}
.dot-list li,.included-list li{font-size:13.5px;line-height:1.62;color:#9aa7be}
.related-card p{font-size:13px;line-height:1.55;color:#a2aec5}

/* Calm legal reading: no decorative size penalties. */
.policy-document{max-width:980px}
.policy-source-block,.policy-list{font-size:14.5px;line-height:1.82;color:#aeb9cc}
.policy-document h2{font-size:14.5px;letter-spacing:.05em}
.policy-updated{color:#929fba}
.small{font-size:12px;line-height:1.6;color:#8d9ab4}

/* Footer: materially more readable while preserving the 3-column structure. */
.site-footer{padding-top:68px;background:linear-gradient(180deg,#010308 0%,#02050b 100%)}
.footer-grid{grid-template-columns:1.55fr .72fr .72fr;gap:clamp(44px,5vw,80px)}
.footer-title{margin-bottom:18px;color:#a9b7d1}
.footer-contact{max-width:560px}
.footer-contact p{font-size:13.5px;line-height:1.78;color:#9aa8c0;margin-bottom:16px}
.footer-links{gap:9px}
.footer-links a{font-size:13px;line-height:1.5;color:#96a4bc;padding:2px 0}
.footer-links a:hover{color:#eef4ff}
.footer-bottom{margin-top:40px;padding-top:22px;font-size:11.25px;line-height:1.55;color:#7f8da7;letter-spacing:.025em}

/* Keyboard focus is visible without changing mouse interaction. */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{
  outline:2px solid #78b7ff;
  outline-offset:4px;
}

@media(max-width:899px){
  .brand img{width:32px;height:32px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:42px 54px}
  .footer-grid>div:first-child{grid-column:1/-1}
  .footer-contact p,.footer-links a{font-size:13.5px}
  .product-body p{font-size:13px;min-height:0}
  .path-list small{font-size:12px}
  .benefit-card p{font-size:12.5px}
}

@media(max-width:620px){
  .navbar{height:70px}
  .brand{font-size:21px;gap:9px}.brand img{width:31px;height:31px}
  .eyebrow{font-size:9.5px;letter-spacing:.17em}
  .section-head>p{font-size:13.5px}
  .hero-copy .lead{font-size:16px}.hero-note{font-size:10px}.hero-facts small{font-size:10.5px}
  .section-copy p,.feature-copy p,.banner-copy p,.map-copy p,.benefits-copy p,.free-guide-copy p{font-size:13.5px}
  .product-body p{font-size:13px;line-height:1.65}
  .product-card-link{font-size:11.5px}
  .path-list strong{font-size:14px}.path-list small{font-size:12.5px}
  .benefit-card{padding:22px 18px}.benefit-card h3{font-size:14px}.benefit-card p{font-size:13px}
  .faq-list summary{font-size:17px;line-height:1.35}.faq-list details p{font-size:13.5px}
  .module-card p,.update-card p{font-size:13.5px}
  .product-summary{font-size:13.5px}.module-list strong{font-size:13.5px}.dot-list li,.included-list li{font-size:13.5px}
  .policy-document{padding:30px 22px}.policy-source-block,.policy-list{font-size:13.5px;line-height:1.8}
  .footer-grid{grid-template-columns:1fr;gap:34px}.footer-grid>div:first-child{grid-column:auto}
  .footer-title{font-size:12px;margin-bottom:14px}
  .footer-contact p,.footer-links a{font-size:14px;line-height:1.7}
  .footer-links{gap:7px}
  .footer-bottom{font-size:11.5px;gap:8px;margin-top:34px;padding-top:18px}
  .social-links a{width:44px;height:44px}
}

@media(prefers-contrast:more){
  :root{--muted:#b8c2d7;--muted-2:#96a3bd}
  .footer-contact p,.footer-links a,.footer-bottom,.product-body p,.path-list small,.benefit-card p{color:#bac5d8}
}

/* =========================================================
   FINAL PRODUCTION COLOR / CONTRAST PASS
   Midnight navy adds depth while hero/footer retain near-black anchors.
   ========================================================= */
:root{
  --bg:#050914;
  --bg-soft:#08101e;
  --panel:rgba(10,17,34,.84);
  --panel-strong:rgba(7,14,28,.96);
  --line:rgba(126,153,220,.22);
  --line-strong:rgba(117,166,255,.40);
  --blue:#58a8ff;
  --blue-2:#83ddff;
}
html,body{background:#050914}
body{background:#050914}
.site-header{background:rgba(4,8,18,.86);border-bottom-color:rgba(128,158,228,.16)}
.mobile-nav-panel{background:#07101d}
.nav-toggle,.nav-close{background:#091224}
.btn-primary{background:#347cff;border-color:#5ba3ff;box-shadow:0 10px 34px rgba(52,124,255,.24),inset 0 1px 0 rgba(255,255,255,.18)}
.btn-primary:hover{background:#4388ff;box-shadow:0 15px 42px rgba(52,124,255,.30)}
.btn-secondary{background:rgba(9,17,34,.80)}
.product-card-link{color:#82b7ff}

/* Tonal section rhythm: still cinematic, no flat black wall. */
.section-who{background:linear-gradient(180deg,#06101d 0%,#08111f 55%,#050a15 100%)}
.section-collection,.catalog-products-section{background:linear-gradient(180deg,#050914 0%,#07101d 50%,#050914 100%)}
.section-learning-paths{background:#07101d}
.section-mission{background:#050914}
.section-learning-map{background:#08111f}
.section-benefits{background:#050914}
.section-inside-material{background:#07101d}
.section-free-guide{background:#050914}
.section-home-faq{background:#07101d}

/* Surfaces separate from the page without becoming bright SaaS cards. */
.panel,.copy-panel,.module-card,.update-card,.contact-card,.contact-form-card{background:rgba(9,17,33,.88);border-color:rgba(137,167,229,.17)}
.product-card{background:#08101e;border-color:rgba(139,172,235,.18)}
.product-body{background:linear-gradient(180deg,rgba(9,18,35,.99),rgba(7,14,28,.99))}
.product-cover,.product-object-stage,.related-object{background:radial-gradient(circle at 50% 62%,rgba(69,128,236,.16),transparent 44%),#050b17}
.benefit-card{background:rgba(9,18,35,.72)}
.faq-list details{background:rgba(8,17,34,.58)}
.material-points span,.info-chip{background:#091326}

/* Product detail gets a little more readable depth. */
.product-hero-panel{background:#07101d;border-color:rgba(130,164,233,.22)}
.product-hero-art,.hero-product-object,.example-visual{background:radial-gradient(circle at 52% 58%,rgba(64,121,225,.15),transparent 48%),#040a15}
.product-section{background:rgba(9,17,33,.90)}
.product-disclaimer{font-size:12.25px;line-height:1.65;color:#8f9db7}
.format-pill{font-size:10.5px;color:#93a3bf}
.update-date{font-size:11px;color:#8d9dbc}

/* Long-form/legal reading is calmer and a little lighter. */
.policy-page{background:#060b16}
.policy-document{background:#09111f;border-color:rgba(139,169,226,.18)}
.policy-source-block,.policy-list{color:#b6c0d2}
.form-field input,.form-field textarea{background:#07101e;border-color:rgba(130,161,226,.24)}

/* Hero and footer remain dark visual anchors. */
.premium-hero{background:#02050c}
.page-hero{background-color:#040812}
.page-hero::before{background:linear-gradient(90deg,#040812 0%,rgba(4,8,18,.98) 58%,rgba(4,8,18,.64) 82%,transparent 100%)}
.page-hero::after{background:linear-gradient(180deg,transparent 58%,#050914 100%)}
.site-footer{background:linear-gradient(180deg,#030711 0%,#010309 100%)}

/* Small text that carries meaning should not behave like decoration. */
.product-kind{font-size:10.5px}
.form-status,.small{font-size:12.5px}
.footer-bottom{color:#8795ae}

@media(max-width:620px){
  .product-disclaimer{font-size:12px}
  .format-pill{font-size:10px}
  .update-date{font-size:10.5px}
  .policy-page{background:#060b16}
}

/* Final strict-structure polish: keeps the established Kelyron visual system. */
#who, #collection, #mission, #benefits, #free-guide, #faq { scroll-margin-top: 92px; }
.section-mission { background: linear-gradient(180deg, rgba(7,14,28,.20), rgba(6,12,24,.52)); }
.section-benefits { background: linear-gradient(180deg, rgba(5,10,21,.38), rgba(8,16,31,.46)); }
.section-free-guide { background: linear-gradient(180deg, rgba(7,14,27,.18), rgba(4,8,17,.50)); }
@media (max-width:720px){
  #who, #collection, #mission, #benefits, #free-guide, #faq { scroll-margin-top: 74px; }
}


/* =========================================================
   PREVIEW V11 — HOMEPAGE LEARNING / MATERIAL / PRACTICE BLOCKS
   ========================================================= */
#learning-paths,#inside-material,#practice{scroll-margin-top:92px}
.section-learning-paths{background:linear-gradient(180deg,#07101d 0%,#081221 58%,#050914 100%)}
.section-inside-material{background:linear-gradient(180deg,#07101d 0%,#091321 58%,#050914 100%)}
.section-practice{background:linear-gradient(180deg,#050914 0%,#08111f 56%,#050914 100%)}
.section-learning-paths .feature-visual,.section-inside-material .feature-visual{min-height:540px}
.section-learning-paths .feature-visual img,.section-inside-material .feature-visual img{min-height:540px}
.feature-copy .btn{margin-top:26px}
.learning-path-row em{display:block;margin-top:7px;font-style:normal;font-size:10.5px;line-height:1.5;color:#6f88b6;letter-spacing:.035em}
.practice-shell{display:grid;gap:34px}
.practice-copy{display:grid;grid-template-columns:.74fr 1.26fr;column-gap:64px;align-items:end;max-width:1120px}
.practice-copy .eyebrow{grid-column:1/-1;margin-bottom:10px}
.practice-copy h2{margin:0}
.practice-copy p{margin:0;font-size:14px;line-height:1.78;color:#a4b0c7;max-width:650px}
.practice-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:22px;align-items:stretch}
.practice-grid{display:grid;grid-template-columns:1fr;gap:12px}
.practice-card{position:relative;padding:23px 24px 22px;border:1px solid rgba(139,169,229,.18);background:linear-gradient(145deg,rgba(10,20,39,.92),rgba(7,14,28,.90));min-height:174px;overflow:hidden}
.practice-card::before{content:"";position:absolute;inset:0 auto 0 0;width:2px;background:linear-gradient(180deg,#58a8ff,rgba(131,221,255,.06));opacity:.85}
.practice-card-top{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:15px;font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:#7387ad}
.practice-card-top a{color:#8fbfff;text-decoration:none;font-weight:800}
.practice-card h3{font-family:var(--serif);font-size:24px;letter-spacing:-.018em;margin:0 0 9px}
.practice-card p{font-size:13px;line-height:1.67;color:#9facbf;margin:0}
.practice-outcome{margin-top:13px;padding-top:12px;border-top:1px solid rgba(128,157,219,.12);font-size:11.5px;line-height:1.55;color:#7f91b0}
.practice-visual{position:relative;min-height:570px;overflow:hidden;border:1px solid rgba(134,163,226,.16);background:#040a15;box-shadow:0 28px 80px rgba(0,0,0,.28)}
.practice-visual picture,.practice-visual img{display:block;width:100%;height:100%;min-height:570px}
.practice-visual img{object-fit:cover;object-position:center;filter:saturate(.90) contrast(1.06)}
.practice-visual::after{content:"DEFENSIVE REVIEW / EVIDENCE / RESPONSE";position:absolute;left:20px;bottom:18px;padding:7px 9px;background:rgba(4,10,21,.70);border:1px solid rgba(129,163,228,.14);font-size:8.5px;letter-spacing:.14em;color:#8298bd}
@media(max-width:899px){
  .practice-copy{grid-template-columns:1fr;gap:14px}
  .practice-layout{grid-template-columns:1fr;gap:26px}
  .practice-visual{min-height:430px;order:-1}
  .practice-visual picture,.practice-visual img{min-height:430px}
  .learning-path-row em{font-size:11px}
}
@media(max-width:720px){
  #learning-paths,#inside-material,#practice{scroll-margin-top:74px}
  .section-learning-paths .feature-visual,.section-inside-material .feature-visual{min-height:310px}
  .section-learning-paths .feature-visual img,.section-inside-material .feature-visual img{min-height:310px}
  .practice-visual{min-height:330px}
  .practice-visual picture,.practice-visual img{min-height:330px}
  .practice-card{padding:20px 18px;min-height:0}
  .practice-card h3{font-size:22px}
  .practice-card p{font-size:13px}
  .practice-outcome{font-size:11.5px}
}
@media(max-width:620px){
  .practice-copy p{font-size:13.5px}
  .learning-path-row em{font-size:10.75px}
  .practice-visual::after{font-size:7.5px;left:14px;bottom:14px}
}
