/*
 * Nordic Glass – public site theme (prototype .superpowers/designs/1-nordic-glass.html).
 * Loaded after themes/shared/public.css. Everything is scoped under
 * body.theme-nordic-glass so the shared pub-* base cannot leak in or out.
 */

:root {
  --frost:#F3F7FB;
  --mist:#E6EFF8;
  --white:#FFFFFF;
  --blue:#0E63B0;
  --blue-deep:#0A4F8F;
  --navy:#082F45;
  --ink:#202020;
  --muted:#4A5B69;
  --line:rgba(8,47,69,.10);
  --glacier:#63C7DA;
  --lilac:#AFB9FF;
  --ok:#0F7A55;   --ok-bg:#E1F5EC;
  --warn:#935D00; --warn-bg:#FFF1D6;
  --bad:#B3261E;  --bad-bg:#FDE7E5;
  --r-xl:32px; --r-lg:24px; --r-md:16px; --r-sm:10px;
  --shadow-soft:0 1px 2px rgba(8,47,69,.05), 0 12px 32px -12px rgba(8,47,69,.14);
  --shadow-lift:0 2px 4px rgba(8,47,69,.05), 0 28px 60px -20px rgba(8,47,69,.28);
  --ease:cubic-bezier(.2,.7,.2,1);
  --head:'Poppins', 'Segoe UI', system-ui, sans-serif;
  --body:'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Shared public contract */
  --pub-primary:#0E63B0;
  --pub-primary-hover:#0A4F8F;
  --pub-primary-contrast:#FFFFFF;
  --pub-navy:#082F45;
  --pub-surface:#FFFFFF;
  --pub-surface-alt:#EAF2FA;
  --pub-text:#202020;
  --pub-muted:#4A5B69;
  --pub-border:rgba(8,47,69,.12);
  --pub-radius:24px;
  --pub-radius-sm:16px;
  --pub-font-heading:'Poppins', 'Segoe UI', system-ui, sans-serif;
  --pub-font-body:'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --pub-shadow:0 2px 4px rgba(8,47,69,.05), 0 28px 60px -20px rgba(8,47,69,.28);
  --pub-focus:#2E8BE6;
  --pub-success-bg:#E1F5EC; --pub-success-text:#0F7A55;
  --pub-warning-bg:#FFF1D6; --pub-warning-text:#935D00;
  --pub-danger-bg:#FDE7E5;  --pub-danger-text:#B3261E;
  --pub-gray-bg:#EDF2F6;    --pub-gray-text:#33475A;
  --pub-info-bg:#E3EEFA;    --pub-info-text:#0A4F8F;
}

/* ---------- Base ---------- */
body.theme-nordic-glass{font-family:var(--body);font-size:16px;line-height:1.6;color:var(--ink);background:var(--frost);-webkit-font-smoothing:antialiased;overflow-x:hidden}
.theme-nordic-glass [hidden]{display:none!important}
.theme-nordic-glass h1,.theme-nordic-glass h2,.theme-nordic-glass h3,.theme-nordic-glass h4{font-family:var(--head);color:var(--navy);font-weight:600;letter-spacing:-.02em;line-height:1.2}
.theme-nordic-glass :where(.site-header,.hero,.section,.footer,dialog.scan,.rcard) :is(h1,h2,h3,h4,p){margin:0}
.theme-nordic-glass a{color:var(--blue)}
.theme-nordic-glass a:hover{color:var(--blue-deep)}
.theme-nordic-glass :focus-visible{outline:3px solid #2E8BE6;outline-offset:3px;border-radius:8px}
.theme-nordic-glass main:focus{outline:none}
.theme-nordic-glass .container{width:100%;max-width:1280px;margin-inline:auto;padding-inline:clamp(16px,4vw,40px)}
.theme-nordic-glass .pub-skip{border-radius:10px;background:var(--navy)}

/* ---------- Buttons ---------- */
.theme-nordic-glass .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;border:0;cursor:pointer;text-decoration:none;font-family:var(--head);font-weight:500;font-size:15px;line-height:1;border-radius:999px;padding:14px 22px;transition:transform .25s var(--ease), box-shadow .25s var(--ease), background-color .2s, color .2s;white-space:nowrap}
.theme-nordic-glass .btn svg{width:18px;height:18px;flex:none}
.theme-nordic-glass .btn-primary,.theme-nordic-glass .btn-primary:hover{color:#fff}
.theme-nordic-glass .btn-primary{background:var(--blue);box-shadow:0 1px 0 rgba(255,255,255,.25) inset, 0 10px 24px -10px rgba(14,99,176,.7)}
.theme-nordic-glass .btn-primary:hover{background:var(--blue-deep);transform:translateY(-1px);box-shadow:0 1px 0 rgba(255,255,255,.25) inset, 0 16px 30px -12px rgba(14,99,176,.8)}
.theme-nordic-glass .btn-glass,.theme-nordic-glass .btn-glass:hover{color:var(--navy)}
.theme-nordic-glass .btn-glass{background:rgba(255,255,255,.6);box-shadow:inset 0 0 0 1px rgba(8,47,69,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.theme-nordic-glass .btn-glass:hover{background:#fff;transform:translateY(-1px)}
.theme-nordic-glass .btn-sm{padding:10px 16px;font-size:14px}
.theme-nordic-glass .btn-text{background:none;color:var(--blue);padding-inline:6px}
.theme-nordic-glass .btn-text:hover{color:var(--navy);text-decoration:underline;text-underline-offset:4px}
.theme-nordic-glass .btn[aria-busy="true"]{opacity:.75;cursor:progress}

/* ---------- Header ---------- */
.theme-nordic-glass .site-header{position:sticky;top:0;z-index:100;transition:background-color .3s, box-shadow .3s, backdrop-filter .3s}
.theme-nordic-glass .site-header.scrolled{background:rgba(243,247,251,.72);backdrop-filter:blur(18px) saturate(170%);-webkit-backdrop-filter:blur(18px) saturate(170%);box-shadow:0 1px 0 var(--line)}
.theme-nordic-glass .header-inner{display:flex;align-items:center;gap:24px;height:76px}
.theme-nordic-glass .brand{display:block;width:178px;height:39px;overflow:hidden;flex:none}
.theme-nordic-glass .brand img{width:226px;max-width:none;height:auto;margin:-19px 0 0 -24px}
.theme-nordic-glass .nav{margin-left:auto}
.theme-nordic-glass .nav ul{display:flex;gap:4px;list-style:none;margin:0;padding:0}
.theme-nordic-glass .nav a{display:block;padding:10px 14px;border-radius:999px;color:var(--navy);text-decoration:none;font-size:15px;font-weight:500;transition:background-color .2s}
.theme-nordic-glass .nav a:hover{background:rgba(14,99,176,.08);color:var(--navy)}
.theme-nordic-glass .nav a[aria-current="page"]{background:rgba(14,99,176,.1);color:var(--blue-deep)}
.theme-nordic-glass .login{position:relative}
.theme-nordic-glass .login-btn,.theme-nordic-glass .login-btn:hover{color:#fff}
.theme-nordic-glass .login-btn{background:var(--navy)}
.theme-nordic-glass .login-btn:hover{background:#0c3e5a;transform:translateY(-1px)}
.theme-nordic-glass .login-btn .chev{transition:transform .25s var(--ease)}
.theme-nordic-glass .login-btn[aria-expanded="true"] .chev{transform:rotate(180deg)}
.theme-nordic-glass .login-menu{position:absolute;right:0;top:calc(100% + 10px);width:300px;padding:8px;border-radius:20px;background:rgba(255,255,255,.86);backdrop-filter:blur(24px) saturate(170%);-webkit-backdrop-filter:blur(24px) saturate(170%);box-shadow:var(--shadow-lift), inset 0 0 0 1px rgba(255,255,255,.8);transform-origin:top right;opacity:0;transform:translateY(-6px) scale(.97);pointer-events:none;visibility:hidden;transition:opacity .2s, transform .25s var(--ease), visibility .25s}
.theme-nordic-glass .login-menu.open,html:not(.js) .theme-nordic-glass .login:focus-within .login-menu{opacity:1;transform:none;pointer-events:auto;visibility:visible}
.theme-nordic-glass .login-menu a{display:flex;gap:12px;align-items:flex-start;padding:12px;border-radius:14px;text-decoration:none;color:var(--ink)}
.theme-nordic-glass .login-menu a:hover,.theme-nordic-glass .login-menu a:focus-visible{background:rgba(14,99,176,.08);color:var(--ink)}
.theme-nordic-glass .login-menu .ico{flex:none;width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#E3EEFA,#D6ECF3);color:var(--blue)}
.theme-nordic-glass .login-menu .ico svg{width:18px;height:18px}
.theme-nordic-glass .login-menu strong{display:block;font-family:var(--head);font-weight:500;color:var(--navy);font-size:15px;line-height:1.3}
.theme-nordic-glass .login-menu span span{display:block;font-size:13px;color:var(--muted);line-height:1.4;margin-top:2px}
.theme-nordic-glass .menu-toggle{display:none;margin-left:auto;width:46px;height:46px;border-radius:14px;border:0;background:rgba(255,255,255,.7);box-shadow:inset 0 0 0 1px var(--line);cursor:pointer;place-items:center;color:var(--navy)}
.theme-nordic-glass .menu-toggle svg{width:22px;height:22px}
.theme-nordic-glass .mobile-nav{display:none}
@media (max-width:1020px){
  .theme-nordic-glass .nav,.theme-nordic-glass .header-inner>.login{display:none}
  .theme-nordic-glass .menu-toggle{display:grid}
  .theme-nordic-glass .mobile-nav{display:block;position:fixed;inset:76px 0 auto 0;z-index:99;padding:12px 16px 24px;background:rgba(243,247,251,.94);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 20px 40px -20px rgba(8,47,69,.3);transform:translateY(-8px);opacity:0;visibility:hidden;transition:opacity .2s, transform .25s var(--ease), visibility .25s;max-height:calc(100vh - 76px);overflow:auto}
  .theme-nordic-glass .mobile-nav.open,html:not(.js) .theme-nordic-glass .site-header:focus-within .mobile-nav{opacity:1;transform:none;visibility:visible}
  .theme-nordic-glass .mobile-nav ul{list-style:none;margin:0;padding:0}
  .theme-nordic-glass .mobile-nav li a{display:block;padding:14px 8px;font-family:var(--head);font-size:20px;font-weight:500;color:var(--navy);text-decoration:none;border-bottom:1px solid var(--line)}
  .theme-nordic-glass .mobile-nav li a[aria-current="page"]{color:var(--blue)}
  .theme-nordic-glass .mobile-nav .m-login{margin-top:18px;display:grid;gap:8px}
  .theme-nordic-glass .mobile-nav .m-login p{font-size:13px;color:var(--muted);margin:0 0 2px 4px}
  .theme-nordic-glass .mobile-nav .m-login a{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:14px;background:#fff;box-shadow:inset 0 0 0 1px var(--line);text-decoration:none;color:var(--navy);font-weight:500}
  .theme-nordic-glass .mobile-nav .m-login a span{font-size:13px;color:var(--muted);font-weight:400}
}

/* ---------- Hero ---------- */
.theme-nordic-glass .hero{position:relative;isolation:isolate;margin-top:-76px;padding:calc(76px + clamp(24px,4vw,56px)) 0 clamp(64px,8vw,112px);overflow:hidden}
.theme-nordic-glass .aurora{position:absolute;inset:0;z-index:-1;overflow:hidden;background:linear-gradient(180deg,#EEF5FC 0%,#F3F7FB 70%)}
.theme-nordic-glass .aurora i{position:absolute;border-radius:50%;filter:blur(70px);opacity:.75;will-change:transform}
.theme-nordic-glass .aurora .b1{width:62vw;height:62vw;max-width:900px;max-height:900px;left:-18vw;top:-30vw;background:radial-gradient(circle at 40% 40%,#9DCBFF 0%,rgba(157,203,255,0) 65%);animation:drift1 26s ease-in-out infinite alternate}
.theme-nordic-glass .aurora .b2{width:48vw;height:48vw;max-width:720px;max-height:720px;left:22vw;top:-8vw;background:radial-gradient(circle,#8FE0E6 0%,rgba(143,224,230,0) 62%);opacity:.6;animation:drift2 32s ease-in-out infinite alternate}
.theme-nordic-glass .aurora .b3{width:50vw;height:50vw;max-width:760px;max-height:760px;right:-12vw;top:10vw;background:radial-gradient(circle,#C3C6FF 0%,rgba(195,198,255,0) 62%);opacity:.55;animation:drift3 28s ease-in-out infinite alternate}
.theme-nordic-glass .aurora .b4{width:40vw;height:40vw;max-width:600px;max-height:600px;left:8vw;bottom:-20vw;background:radial-gradient(circle,#5FA6EA 0%,rgba(95,166,234,0) 62%);opacity:.35;animation:drift4 34s ease-in-out infinite alternate}
.theme-nordic-glass .aurora::after{content:"";position:absolute;inset:0;opacity:.35;mix-blend-mode:soft-light;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .55 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
.theme-nordic-glass .aurora .lines{position:absolute;inset:auto 0 0 0;height:40%;background:repeating-linear-gradient(180deg,rgba(14,99,176,.0) 0 22px,rgba(14,99,176,.05) 22px 23px);mask-image:linear-gradient(180deg,transparent,#000 60%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent,#000 60%,transparent)}
@keyframes drift1{to{transform:translate(12vw,8vw) scale(1.15)}}
@keyframes drift2{to{transform:translate(-10vw,14vw) scale(.9)}}
@keyframes drift3{to{transform:translate(-14vw,-6vw) scale(1.2)}}
@keyframes drift4{to{transform:translate(16vw,-8vw) scale(1.1)}}

.theme-nordic-glass .hero-grid{display:grid;grid-template-columns:minmax(0,11fr) minmax(0,13fr);gap:clamp(24px,3vw,48px);align-items:center}
.theme-nordic-glass .merge-pill{display:inline-flex;align-items:center;gap:10px;padding:6px 14px 6px 6px;border-radius:999px;background:rgba(255,255,255,.62);box-shadow:inset 0 0 0 1px rgba(255,255,255,.9), 0 6px 20px -10px rgba(8,47,69,.25);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);text-decoration:none;color:var(--navy);font-size:14px;font-weight:500}
.theme-nordic-glass .merge-pill .lg{background:#fff;border-radius:999px;padding:3px 10px;display:flex;align-items:center}
.theme-nordic-glass .merge-pill img{height:22px;width:auto}
.theme-nordic-glass .merge-pill:hover{background:#fff;color:var(--navy)}
.theme-nordic-glass .hero h1{font-size:clamp(2.4rem,4.4vw,4.1rem);line-height:1.02;letter-spacing:-.035em;margin:28px 0 24px;font-weight:600}
.theme-nordic-glass .hero h1 .ln{display:block;overflow:hidden;padding-bottom:.08em;margin-bottom:-.08em}
.theme-nordic-glass .hero h1 .ln>span{display:block}
.theme-nordic-glass .hero .lead{font-size:clamp(1.05rem,1.35vw,1.2rem);color:var(--muted);max-width:34em;line-height:1.65}
.theme-nordic-glass .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.theme-nordic-glass .hero-facts{display:flex;flex-wrap:wrap;gap:10px 22px;list-style:none;padding:0;margin:36px 0 0;color:var(--navy);font-size:14px}
.theme-nordic-glass .hero-facts li{display:flex;align-items:center;gap:8px}
.theme-nordic-glass .hero-facts svg{width:18px;height:18px;color:var(--blue)}

.theme-nordic-glass .hero-visual{position:relative;min-height:640px}
.theme-nordic-glass .photo{position:absolute;inset:0 0 0 96px;margin:0;border-radius:var(--r-xl);overflow:hidden;box-shadow:0 40px 90px -40px rgba(8,47,69,.55);transform:translateZ(0)}
.theme-nordic-glass .hero-copy,.theme-nordic-glass .hero-visual,.theme-nordic-glass .photo{min-width:0}
.theme-nordic-glass .photo img{width:100%;height:100%;min-width:0;max-width:none;object-fit:cover;object-position:68% 50%;transform:scale(1.06);transition:transform 1.8s var(--ease)}
.theme-nordic-glass .photo::after{content:"";position:absolute;inset:0;background:linear-gradient(200deg,rgba(8,47,69,0) 40%,rgba(8,47,69,.35) 100%),linear-gradient(90deg,rgba(14,99,176,.25),rgba(14,99,176,0) 45%)}
.theme-nordic-glass .photo-chip{position:absolute;right:20px;bottom:20px;z-index:2;display:flex;align-items:center;gap:10px;padding:10px 16px 10px 12px;border-radius:999px;color:#fff;font-size:13px;font-weight:500;background:rgba(8,47,69,.28);backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)}
.theme-nordic-glass .photo-chip .pulse{width:9px;height:9px;border-radius:50%;background:#5DE0A6;box-shadow:0 0 0 0 rgba(93,224,166,.7);animation:pulse 2.4s infinite}
@keyframes pulse{70%{box-shadow:0 0 0 10px rgba(93,224,166,0)}100%{box-shadow:0 0 0 0 rgba(93,224,166,0)}}

/* Glass verification panel */
.theme-nordic-glass .glass{position:relative;background:linear-gradient(140deg,rgba(255,255,255,.78) 0%,rgba(255,255,255,.52) 100%);backdrop-filter:blur(26px) saturate(170%);-webkit-backdrop-filter:blur(26px) saturate(170%);box-shadow:0 40px 80px -30px rgba(8,47,69,.45), inset 0 0 0 1px rgba(255,255,255,.75), inset 0 1px 0 rgba(255,255,255,1)}
.theme-nordic-glass .verify{position:absolute;left:0;top:44px;z-index:3;width:min(452px,100%);border-radius:28px;padding:28px}
.theme-nordic-glass .verify:focus{outline:none}
.theme-nordic-glass .verify::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(420px circle at var(--mx,30%) var(--my,0%),rgba(255,255,255,.55),transparent 45%);opacity:.9;transition:opacity .3s}
.theme-nordic-glass .verify>*{position:relative}
.theme-nordic-glass .v-head{display:flex;align-items:center;gap:14px;margin-bottom:6px}
.theme-nordic-glass .v-head .badge-ico{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#1C7BD0,#0A4F8F);box-shadow:0 10px 20px -8px rgba(14,99,176,.7), inset 0 1px 0 rgba(255,255,255,.35)}
.theme-nordic-glass .v-head .badge-ico svg{width:22px;height:22px}
.theme-nordic-glass .verify h2{font-size:26px;letter-spacing:-.02em}
.theme-nordic-glass .v-sub{color:var(--muted);font-size:15px;margin-bottom:20px}
.theme-nordic-glass .v-form{margin:0}
.theme-nordic-glass .v-label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:8px}
.theme-nordic-glass .v-row{display:flex;gap:8px}
.theme-nordic-glass .v-input{flex:1;min-width:0;position:relative}
.theme-nordic-glass .v-input svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#6B7C89;pointer-events:none}
.theme-nordic-glass .v-input input{width:100%;height:54px;border-radius:16px;border:1px solid rgba(8,47,69,.14);background:rgba(255,255,255,.9);padding:0 14px 0 42px;font-family:var(--head);font-size:16px;letter-spacing:.04em;color:var(--navy);transition:border-color .2s, box-shadow .2s}
.theme-nordic-glass .v-input input::placeholder{color:#8696A3;letter-spacing:.04em}
.theme-nordic-glass .v-input input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px rgba(14,99,176,.18)}
.theme-nordic-glass .v-input input:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
.theme-nordic-glass .v-submit{height:54px;border-radius:16px;padding:0 20px}
.theme-nordic-glass .v-scan{height:54px;width:54px;border-radius:16px;padding:0;flex:none}
.theme-nordic-glass .v-scan svg{width:22px;height:22px}
.theme-nordic-glass .v-result{display:grid;grid-template-rows:0fr;transition:grid-template-rows .55s var(--ease)}
.theme-nordic-glass .v-result.has{grid-template-rows:1fr}
.theme-nordic-glass .v-result>div{overflow:hidden;min-height:0;margin-inline:-8px;padding-inline:8px}
.theme-nordic-glass .v-result.has>div{padding-bottom:22px}
.theme-nordic-glass .v-result.has+.v-privacy{margin-top:0}
.theme-nordic-glass .v-result .pub-alert{margin-top:18px}
.theme-nordic-glass .v-privacy{display:flex;gap:8px;align-items:flex-start;margin-top:18px;padding-top:16px;border-top:1px solid rgba(8,47,69,.08);font-size:12.5px;color:var(--muted);line-height:1.45}
.theme-nordic-glass .v-privacy svg{width:15px;height:15px;flex:none;margin-top:1px;color:var(--navy)}
.theme-nordic-glass .v-error{color:var(--bad);font-size:13px;margin-top:10px}

/* Result card (hero and /tarkista) */
.theme-nordic-glass .rcard{margin-top:18px;border-radius:20px;padding:18px 18px 16px;position:relative;overflow:hidden;background:#fff;color:var(--ink);box-shadow:0 18px 40px -22px rgba(8,47,69,.45), inset 0 0 0 1px rgba(8,47,69,.06);transform-style:preserve-3d;animation:cardIn .7s var(--ease) both;transition:transform .2s ease-out}
.theme-nordic-glass .rcard::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:var(--st)}
.theme-nordic-glass .rcard::after{content:"";position:absolute;top:0;bottom:0;width:60%;left:-70%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.85) 45%,rgba(190,230,255,.5) 55%,transparent);animation:sheen 1.2s .25s var(--ease) both;pointer-events:none}
@keyframes cardIn{from{opacity:0;transform:perspective(900px) rotateX(-18deg) translateY(14px) scale(.97)}to{opacity:1;transform:none}}
@keyframes sheen{to{left:130%}}
.theme-nordic-glass .rcard.valid{--st:linear-gradient(90deg,#18A06F,#5DE0A6);--sc:var(--ok);--sb:var(--ok-bg)}
.theme-nordic-glass .rcard.expiring{--st:linear-gradient(90deg,#E09A1B,#FFD27A);--sc:var(--warn);--sb:var(--warn-bg)}
.theme-nordic-glass .rcard.expired{--st:linear-gradient(90deg,#C8413B,#F08A7E);--sc:var(--bad);--sb:var(--bad-bg)}
.theme-nordic-glass .rcard.none{--st:linear-gradient(90deg,#8696A3,#C5D0D9);--sc:var(--navy);--sb:#EDF2F6}
.theme-nordic-glass .rc-top{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.theme-nordic-glass .status{display:inline-flex;align-items:center;gap:6px;padding:5px 10px 5px 8px;border-radius:999px;background:var(--sb);color:var(--sc);font-weight:600;font-size:13px}
.theme-nordic-glass .status svg{width:15px;height:15px}
.theme-nordic-glass .rc-no{font-family:var(--head);font-size:12px;letter-spacing:.06em;color:var(--muted)}
.theme-nordic-glass .rc-name{font-family:var(--head);font-weight:600;font-size:22px;color:var(--navy);margin-top:12px;letter-spacing:-.015em;line-height:1.2}
.theme-nordic-glass .rc-card{color:var(--ink);font-size:15px}
.theme-nordic-glass .rc-bar{position:relative;height:8px;border-radius:8px;background:#E8EEF3;margin:16px 0 8px;overflow:visible}
.theme-nordic-glass .rc-bar .fill{position:absolute;inset:0 auto 0 0;border-radius:8px;background:var(--st);width:0;animation:fill 1s .3s var(--ease) forwards}
@keyframes fill{to{width:var(--p)}}
.theme-nordic-glass .rc-bar .now{position:absolute;top:50%;left:var(--p);width:14px;height:14px;margin:-7px 0 0 -7px;border-radius:50%;background:#fff;box-shadow:0 0 0 3px var(--sc), 0 4px 10px rgba(0,0,0,.2);opacity:0;animation:fadeIn .3s 1.2s forwards}
@keyframes fadeIn{to{opacity:1}}
.theme-nordic-glass .rc-left{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:var(--muted)}
.theme-nordic-glass .rc-left strong{color:var(--sc);font-weight:600}
.theme-nordic-glass .rc-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0 0}
.theme-nordic-glass .rc-meta div{background:#F4F8FB;border-radius:12px;padding:8px 10px}
.theme-nordic-glass .rc-meta dt{font-size:11.5px;color:var(--muted)}
.theme-nordic-glass .rc-meta dd{margin:0;font-weight:600;font-size:14px;color:var(--navy)}
.theme-nordic-glass .rc-hint{font-size:14px;color:var(--muted);margin-top:10px}
.theme-nordic-glass .rc-hint a{font-weight:500}
.theme-nordic-glass .checking{margin-top:18px;display:flex;align-items:center;gap:10px;font-size:14px;color:var(--navy)}
.theme-nordic-glass .spinner{width:18px;height:18px;border-radius:50%;border:2px solid rgba(14,99,176,.2);border-top-color:var(--blue);animation:spin .7s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* Hero load sequence */
html.js .theme-nordic-glass .hero h1 .ln>span{animation:rise 1s var(--ease) both}
html.js .theme-nordic-glass .hero h1 .ln:nth-child(2)>span{animation-delay:.08s}
html.js .theme-nordic-glass .hero h1 .ln:nth-child(3)>span{animation-delay:.16s}
html.js .theme-nordic-glass .hero .merge-pill,html.js .theme-nordic-glass .hero .lead,html.js .theme-nordic-glass .hero-actions,html.js .theme-nordic-glass .hero-facts{animation:fadeUp .9s var(--ease) both}
html.js .theme-nordic-glass .hero .lead{animation-delay:.2s}
html.js .theme-nordic-glass .hero-actions{animation-delay:.28s}
html.js .theme-nordic-glass .hero-facts{animation-delay:.36s}
html.js .theme-nordic-glass .photo{animation:photoIn 1.3s var(--ease) both}
html.ng-loaded .theme-nordic-glass .photo img{transform:scale(1)}
html.js .theme-nordic-glass .verify{animation:panelIn 1.1s .35s var(--ease) both}
html.js .theme-nordic-glass .photo-chip{animation:fadeUp .8s .9s var(--ease) both}
@keyframes rise{from{transform:translateY(105%)}to{transform:none}}
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes photoIn{from{opacity:0;clip-path:inset(8% 0 8% 12% round 32px)}to{opacity:1;clip-path:inset(0 0 0 0 round 32px)}}
@keyframes panelIn{from{opacity:0;transform:translate(-24px,24px) scale(.96)}to{opacity:1;transform:none}}

@media (max-width:1120px){
  .theme-nordic-glass .hero-grid{grid-template-columns:minmax(0,1fr)}
  .theme-nordic-glass .hero-copy{max-width:720px}
  .theme-nordic-glass .hero-visual{min-height:600px}
  .theme-nordic-glass .photo{inset:0 0 0 0}
  .theme-nordic-glass .photo img{object-position:78% 50%}
  .theme-nordic-glass .verify{left:24px;top:24px}
}
@media (max-width:640px){
  .theme-nordic-glass .hero{padding-bottom:56px}
  .theme-nordic-glass .photo-chip,.theme-nordic-glass .hero-facts{display:none}
  .theme-nordic-glass .hero-actions{margin-top:24px}
  .theme-nordic-glass .hero-visual{min-height:0;display:flex;flex-direction:column-reverse;margin-top:24px}
  .theme-nordic-glass .photo{position:relative;inset:auto;margin-top:-36px;z-index:0;height:200px;border-radius:24px}
  .theme-nordic-glass .photo img{object-position:72% 40%}
  .theme-nordic-glass .verify{position:relative;left:auto;top:auto;width:100%;padding:20px;border-radius:24px}
  .theme-nordic-glass .v-row{flex-wrap:wrap}
  .theme-nordic-glass .v-input{flex:1 1 100%}
  .theme-nordic-glass .v-row.has-scan .v-input{flex:1 1 calc(100% - 62px)}
  .theme-nordic-glass .v-submit{order:3;width:100%}
  .theme-nordic-glass .hero h1{margin-top:22px}
}

/* ---------- Sections ---------- */
.theme-nordic-glass .section{padding-block:clamp(72px,9vw,128px);position:relative}
.theme-nordic-glass .section--tight-top{padding-top:clamp(24px,4vw,56px)}
.theme-nordic-glass .section--no-top{padding-top:0}
.theme-nordic-glass .sec-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:40px}
.theme-nordic-glass .sec-head--flush{margin-bottom:32px}
.theme-nordic-glass .sec-head h2{font-size:clamp(2rem,3.6vw,3.1rem);line-height:1.08;letter-spacing:-.03em;max-width:15em}
.theme-nordic-glass .sec-head p{color:var(--muted);max-width:36em;margin-top:14px;font-size:17px}
.theme-nordic-glass .sec-head--center{justify-content:center;text-align:center}
.theme-nordic-glass .sec-head--center>div,.theme-nordic-glass .sec-head--center h2,.theme-nordic-glass .sec-head--center p{margin-inline:auto}
.theme-nordic-glass .sec-head--center .motif{display:flex;margin-inline:auto}
.theme-nordic-glass .motif{display:inline-flex;flex-direction:column;gap:3px;width:34px;margin-bottom:18px}
.theme-nordic-glass .motif i{display:block;height:2px;border-radius:2px;background:var(--blue)}
.theme-nordic-glass .on-dark .motif i{background:#7FC2F5}

/* Koulutukset / bento */
.theme-nordic-glass .trainings{background:linear-gradient(180deg,var(--frost),#EAF2FA 60%,var(--frost))}
.theme-nordic-glass .tools{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:24px}
.theme-nordic-glass .search{position:relative;flex:1 1 300px;max-width:420px}
.theme-nordic-glass .search svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#6B7C89}
.theme-nordic-glass .search input{width:100%;height:50px;border-radius:999px;border:1px solid rgba(8,47,69,.12);background:rgba(255,255,255,.85);padding:0 44px 0 44px;font:inherit;font-size:15px;color:var(--ink);-webkit-appearance:none;appearance:none}
.theme-nordic-glass .search input::-webkit-search-cancel-button{display:none}
.theme-nordic-glass .search input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px rgba(14,99,176,.16)}
.theme-nordic-glass .search input:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
.theme-nordic-glass .search .clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;border:0;background:transparent;cursor:pointer;display:grid;place-items:center;color:var(--muted)}
.theme-nordic-glass .search .clear svg{position:static;transform:none}
.theme-nordic-glass .search .clear:hover{background:rgba(8,47,69,.06)}
.theme-nordic-glass .count{font-size:14px;color:var(--muted);margin-left:auto}
.theme-nordic-glass .chips{display:flex;gap:8px;overflow-x:auto;padding:4px 2px 12px;margin-bottom:12px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
html:not(.js) .theme-nordic-glass .tools,html:not(.js) .theme-nordic-glass .chips,html:not(.js) .theme-nordic-glass .tl-bar{display:none}
.theme-nordic-glass .chip{flex:none;border:0;cursor:pointer;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;font:inherit;font-size:14px;font-weight:500;background:rgba(255,255,255,.7);color:var(--navy);box-shadow:inset 0 0 0 1px rgba(8,47,69,.1);transition:background-color .2s, color .2s, box-shadow .2s, transform .2s}
.theme-nordic-glass .chip:hover{background:#fff;transform:translateY(-1px)}
.theme-nordic-glass .chip .dot{width:8px;height:8px;border-radius:50%;background:var(--c,var(--blue))}
.theme-nordic-glass .chip .n{font-size:12px;color:var(--muted);background:rgba(8,47,69,.06);border-radius:999px;padding:1px 7px}
.theme-nordic-glass .chip[aria-pressed="true"]{background:var(--navy);color:#fff;box-shadow:0 8px 20px -10px rgba(8,47,69,.6)}
.theme-nordic-glass .chip[aria-pressed="true"] .n{background:rgba(255,255,255,.18);color:#fff}
.theme-nordic-glass .chip[aria-pressed="true"] .dot{box-shadow:0 0 0 2px rgba(255,255,255,.5)}

.theme-nordic-glass .bento{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;grid-auto-flow:dense}
.theme-nordic-glass .tcard{--c:var(--blue);position:relative;display:flex;flex-direction:column;border-radius:var(--r-lg);padding:22px;background:rgba(255,255,255,.78);box-shadow:var(--shadow-soft), inset 0 0 0 1px rgba(255,255,255,.9);transition:transform .35s var(--ease), box-shadow .35s var(--ease);overflow:hidden;min-height:300px}
.theme-nordic-glass .tcard::before{content:"";position:absolute;left:22px;right:22px;top:0;height:3px;border-radius:0 0 3px 3px;background:var(--c);transform:scaleX(.18);transform-origin:left;transition:transform .45s var(--ease)}
.theme-nordic-glass .tcard:hover{transform:translateY(-4px);box-shadow:var(--shadow-lift), inset 0 0 0 1px #fff}
.theme-nordic-glass .tcard:hover::before{transform:scaleX(1)}
.theme-nordic-glass .tc-head{display:flex;justify-content:space-between;align-items:center;gap:8px;min-height:24px}
.theme-nordic-glass .tc-cat{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:var(--muted);font-weight:500}
.theme-nordic-glass .tc-cat i{width:8px;height:8px;border-radius:50%;background:var(--c)}
.theme-nordic-glass .pro{font-family:var(--head);font-weight:600;font-size:11px;letter-spacing:.08em;color:#fff;padding:4px 8px 3px;border-radius:7px;background:linear-gradient(135deg,#0E63B0,#082F45);box-shadow:0 4px 10px -4px rgba(8,47,69,.6)}
.theme-nordic-glass .pro--sm{font-size:9.5px;vertical-align:2px;padding:3px 6px 2px}
.theme-nordic-glass .tc-name{font-size:19px;line-height:1.25;margin-top:14px;letter-spacing:-.015em;overflow-wrap:anywhere;hyphens:auto}
.theme-nordic-glass .tc-name a{color:inherit;text-decoration:none}
.theme-nordic-glass .tc-name a:hover{color:var(--blue)}
.theme-nordic-glass .slot h3{overflow-wrap:anywhere}
.theme-nordic-glass .tc-prov{font-size:14px;color:var(--muted);margin-top:6px}
.theme-nordic-glass .tc-next{display:flex;gap:12px;align-items:center;margin-top:auto;padding-top:18px}
.theme-nordic-glass .tc-date{flex:none;width:52px;height:56px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(160deg,#EAF3FC,#DCEBF7);color:var(--navy);line-height:1}
.theme-nordic-glass .tc-date b{font-family:var(--head);font-size:21px;font-weight:600}
.theme-nordic-glass .tc-date span{font-size:11.5px;margin-top:3px;color:var(--muted)}
.theme-nordic-glass .tc-date svg{width:22px;height:22px;color:var(--muted)}
.theme-nordic-glass .tc-when{font-size:13.5px;line-height:1.4;min-width:0}
.theme-nordic-glass .tc-when strong{display:block;color:var(--navy);font-weight:600}
.theme-nordic-glass .tc-when .seats{color:var(--muted)}
.theme-nordic-glass .tc-when .seats.low{color:var(--warn);font-weight:500}
.theme-nordic-glass .tc-valid{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);margin-top:12px}
.theme-nordic-glass .tc-valid svg{width:15px;height:15px;color:var(--c);flex:none}
.theme-nordic-glass .tc-actions{display:flex;align-items:center;gap:4px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}
/* Feature-only content is rendered for every card; only the feature card shows it. */
.theme-nordic-glass .tcard .glow,.theme-nordic-glass .tcard .glow2,.theme-nordic-glass .tcard .tc-desc,.theme-nordic-glass .tcard .tc-req,.theme-nordic-glass .tcard .tc-sessions{display:none}
.theme-nordic-glass .tcard.is-feature{grid-column:span 2;grid-row:span 2;padding:32px;background:linear-gradient(150deg,rgba(255,255,255,.92),rgba(255,255,255,.66))}
.theme-nordic-glass .tcard.is-feature .glow,.theme-nordic-glass .tcard.is-feature .glow2{display:block}
.theme-nordic-glass .tcard.is-feature .tc-desc{display:block}
.theme-nordic-glass .tcard.is-feature .tc-req{display:inline-flex}
.theme-nordic-glass .tcard.is-feature .tc-sessions{display:grid}
.theme-nordic-glass .tcard.is-feature .tc-next{display:none}
.theme-nordic-glass .tcard.is-feature .tc-valid{margin-top:auto;padding-top:18px}
.theme-nordic-glass .tcard.is-feature .glow{position:absolute;right:-120px;top:-120px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(99,199,218,.45),rgba(99,199,218,0) 65%);pointer-events:none}
.theme-nordic-glass .tcard.is-feature .glow2{position:absolute;left:-80px;bottom:-140px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(175,185,255,.4),rgba(175,185,255,0) 65%);pointer-events:none}
.theme-nordic-glass .tcard.is-feature>*{position:relative}
.theme-nordic-glass .tcard.is-feature .tc-name{font-size:clamp(26px,2.6vw,34px);line-height:1.12;letter-spacing:-.025em;max-width:12em}
.theme-nordic-glass .tcard.is-feature .tc-desc{color:var(--muted);margin-top:12px;max-width:34em}
.theme-nordic-glass .tc-req{align-items:center;gap:8px;margin-top:16px;font-size:13.5px;color:var(--navy);background:rgba(14,99,176,.07);padding:8px 12px;border-radius:12px;align-self:flex-start;line-height:1.4}
.theme-nordic-glass .tc-req svg{width:16px;height:16px;color:var(--blue);flex:none}
.theme-nordic-glass .tc-sessions{list-style:none;margin:22px 0 0;padding:0;gap:8px}
.theme-nordic-glass .tc-sessions li{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:10px 14px;border-radius:14px;background:rgba(255,255,255,.75);box-shadow:inset 0 0 0 1px var(--line);font-size:14px}
.theme-nordic-glass .tc-sessions .d{font-family:var(--head);font-weight:600;color:var(--navy)}
.theme-nordic-glass .tc-sessions .s{color:var(--muted);font-size:13px}
.theme-nordic-glass .tc-sessions .s.low{color:var(--warn);font-weight:500}
.theme-nordic-glass .tcard.is-feature .tc-actions{border-top:0;padding-top:22px;gap:10px}
.theme-nordic-glass .tcard.is-wide{grid-column:span 2}
.theme-nordic-glass .empty{grid-column:1/-1;text-align:center;padding:56px 24px;border-radius:var(--r-lg);background:rgba(255,255,255,.6);box-shadow:inset 0 0 0 1px var(--line)}
.theme-nordic-glass .empty h3{font-size:20px}
.theme-nordic-glass .empty p{color:var(--muted);margin:8px 0 18px}
@media (max-width:1180px){.theme-nordic-glass .bento{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:880px){.theme-nordic-glass .bento{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-nordic-glass .tcard.is-feature{grid-row:span 1}}
@media (max-width:640px){.theme-nordic-glass .tcard{min-height:0;padding:20px}.theme-nordic-glass .tc-next{padding-top:14px}}
@media (max-width:600px){.theme-nordic-glass .bento{grid-template-columns:minmax(0,1fr)}.theme-nordic-glass .tcard.is-feature,.theme-nordic-glass .tcard.is-wide{grid-column:span 1}.theme-nordic-glass .tcard.is-feature{padding:24px}.theme-nordic-glass .count{margin-left:0;width:100%}.theme-nordic-glass .search{max-width:none}.theme-nordic-glass .tc-sessions li{grid-template-columns:1fr auto}.theme-nordic-glass .tc-sessions li .c{grid-column:1}}

/* Timeline */
.theme-nordic-glass .timeline-wrap{position:relative}
.theme-nordic-glass .tl-bar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin-bottom:18px}
.theme-nordic-glass .tl-cities{display:flex;gap:6px;overflow-x:auto;padding:2px;min-width:0}
.theme-nordic-glass .tl-nav{display:flex;gap:8px;margin-left:auto}
.theme-nordic-glass .icon-btn{width:46px;height:46px;border-radius:50%;border:0;cursor:pointer;display:grid;place-items:center;background:#fff;color:var(--navy);box-shadow:var(--shadow-soft), inset 0 0 0 1px var(--line);transition:transform .2s, box-shadow .2s}
.theme-nordic-glass .icon-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-lift)}
.theme-nordic-glass .icon-btn svg{width:20px;height:20px}
.theme-nordic-glass .track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:36px 4px 24px;scroll-padding-inline:4px;scrollbar-width:none;position:relative}
.theme-nordic-glass .track::-webkit-scrollbar{display:none}
html:not(.js) .theme-nordic-glass .track{scrollbar-width:thin}
.theme-nordic-glass .month{flex:none;display:flex;gap:14px;position:relative}
.theme-nordic-glass .month-label{position:absolute;left:0;top:-34px;font-family:var(--head);font-weight:600;color:var(--navy);font-size:15px;white-space:nowrap}
.theme-nordic-glass .month-label span{color:var(--muted);font-weight:400;margin-left:6px;font-family:var(--body);font-size:13px}
.theme-nordic-glass .slot{flex:none;width:236px;scroll-snap-align:start;border-radius:20px;padding:18px;background:#fff;box-shadow:var(--shadow-soft);position:relative;transition:transform .3s var(--ease), box-shadow .3s var(--ease);display:flex;flex-direction:column}
.theme-nordic-glass .slot:hover{transform:translateY(-3px);box-shadow:var(--shadow-lift)}
.theme-nordic-glass .slot::before{content:"";position:absolute;left:18px;top:-11px;width:9px;height:9px;border-radius:50%;background:var(--c,var(--blue));box-shadow:0 0 0 4px var(--frost)}
.theme-nordic-glass .month::before{content:"";position:absolute;left:0;right:-14px;top:-7px;height:1px;background:linear-gradient(90deg,rgba(8,47,69,.25),rgba(8,47,69,.12))}
.theme-nordic-glass .slot .sd{display:flex;align-items:baseline;gap:8px;color:var(--navy)}
.theme-nordic-glass .slot .sd b{font-family:var(--head);font-size:30px;font-weight:600;letter-spacing:-.03em;line-height:1}
.theme-nordic-glass .slot .sd span{font-size:13px;color:var(--muted)}
.theme-nordic-glass .slot h3{font-size:15.5px;line-height:1.3;margin-top:10px;letter-spacing:-.01em}
.theme-nordic-glass .slot h3 a{color:inherit;text-decoration:none}
.theme-nordic-glass .slot h3 a::after{content:"";position:absolute;inset:0;border-radius:inherit}
.theme-nordic-glass .slot:hover h3 a{color:var(--blue)}
.theme-nordic-glass .slot .meta{margin-top:auto;padding-top:14px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--muted);gap:8px}
.theme-nordic-glass .slot .meta .city{display:inline-flex;align-items:center;gap:5px;color:var(--navy);font-weight:500}
.theme-nordic-glass .slot .meta svg{width:14px;height:14px}
.theme-nordic-glass .slot .low{color:var(--warn);font-weight:500}

/* Yrityksille (dark) */
.theme-nordic-glass .business{background:var(--navy);color:#D8E6F0;overflow:hidden;isolation:isolate}
.theme-nordic-glass .business h2,.theme-nordic-glass .business h3{color:#fff}
.theme-nordic-glass .business .sec-head p{color:#B5CAD8}
.theme-nordic-glass .business .aur{position:absolute;inset:0;z-index:-1;pointer-events:none}
.theme-nordic-glass .business .aur i{position:absolute;border-radius:50%;filter:blur(90px)}
.theme-nordic-glass .business .aur .x1{width:640px;height:640px;right:-120px;top:-180px;background:radial-gradient(circle,rgba(14,99,176,.9),rgba(14,99,176,0) 65%);animation:drift2 30s ease-in-out infinite alternate}
.theme-nordic-glass .business .aur .x2{width:520px;height:520px;left:-180px;bottom:-200px;background:radial-gradient(circle,rgba(99,199,218,.45),rgba(99,199,218,0) 65%);animation:drift1 34s ease-in-out infinite alternate}
.theme-nordic-glass .biz-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(32px,5vw,72px);align-items:start}
.theme-nordic-glass .features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.theme-nordic-glass .feat{padding:20px;border-radius:20px;background:rgba(255,255,255,.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);transition:background-color .3s, transform .3s var(--ease)}
.theme-nordic-glass .feat:hover{background:rgba(255,255,255,.08);transform:translateY(-2px)}
.theme-nordic-glass .feat .fi{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(127,194,245,.25),rgba(99,199,218,.12));color:#9ED3FA;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}
.theme-nordic-glass .feat .fi svg{width:20px;height:20px}
.theme-nordic-glass .feat h3{font-size:16px;margin-top:14px;line-height:1.35;letter-spacing:-.01em}
.theme-nordic-glass .feat p{font-size:14px;color:#AFC4D3;margin-top:6px;line-height:1.55}
.theme-nordic-glass .biz-visual{position:relative;display:flex;flex-direction:column;align-items:center;gap:22px}
.theme-nordic-glass .phone{position:relative;width:290px;height:560px;border-radius:46px;padding:12px;background:linear-gradient(145deg,#2A4B60,#0B2433);box-shadow:0 60px 100px -40px rgba(0,0,0,.7), inset 0 0 0 1px rgba(255,255,255,.12)}
.theme-nordic-glass .phone .scr{position:relative;height:100%;border-radius:36px;overflow:hidden;background:linear-gradient(170deg,#EEF5FC,#DDE9F5);color:var(--ink);padding:48px 18px 18px}
.theme-nordic-glass .phone .notch{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:96px;height:26px;border-radius:20px;background:#081A24}
.theme-nordic-glass .phone .hello{font-size:12px;color:var(--muted)}
.theme-nordic-glass .phone .who{font-family:var(--head);font-weight:600;color:var(--navy);font-size:17px}
.theme-nordic-glass .dcard{margin-top:14px;border-radius:20px;padding:16px;color:#fff;position:relative;overflow:hidden;background:linear-gradient(135deg,#0E63B0 0%,#0A4F8F 55%,#082F45 100%);box-shadow:0 20px 40px -18px rgba(8,47,69,.7)}
.theme-nordic-glass .dcard::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.22) 45%,transparent 60%);background-size:250% 100%;animation:holo 5s ease-in-out infinite}
@keyframes holo{0%,100%{background-position:120% 0}50%{background-position:-20% 0}}
.theme-nordic-glass .dcard .dl{display:flex;justify-content:space-between;align-items:center}
.theme-nordic-glass .dcard .dl img{height:18px;width:auto;filter:brightness(0) invert(1);opacity:.95}
.theme-nordic-glass .dcard .dn{font-family:var(--head);font-size:15px;font-weight:600;margin-top:18px;line-height:1.25}
.theme-nordic-glass .dcard .dm{font-size:11.5px;opacity:.8}
.theme-nordic-glass .dcard .ok{font-size:11px;background:rgba(93,224,166,.2);color:#9FF0C9;padding:3px 8px;border-radius:99px;font-weight:600}
.theme-nordic-glass .qrbox{margin:14px auto 0;width:150px;height:150px;border-radius:18px;background:#fff;padding:12px;box-shadow:var(--shadow-soft)}
.theme-nordic-glass .qrbox svg{width:100%;height:100%;display:block}
.theme-nordic-glass .phone .cap{text-align:center;font-size:11.5px;color:var(--muted);margin-top:8px}
.theme-nordic-glass .notif{position:absolute;left:-70px;top:120px;width:250px;display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border-radius:18px;color:var(--ink);background:rgba(255,255,255,.82);backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);box-shadow:0 24px 50px -20px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.8);font-size:12.5px;line-height:1.4;animation:bob 6s ease-in-out infinite}
.theme-nordic-glass .notif .ni{flex:none;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:var(--warn-bg);color:var(--warn)}
.theme-nordic-glass .notif .ni svg{width:16px;height:16px}
.theme-nordic-glass .notif strong{display:block;color:var(--navy);font-size:13px}
.theme-nordic-glass .notif.n2{left:auto;right:-60px;top:360px;animation-delay:-3s}
.theme-nordic-glass .notif.n2 .ni{background:var(--ok-bg);color:var(--ok)}
@keyframes bob{50%{transform:translateY(-8px)}}
.theme-nordic-glass .price{width:100%;max-width:440px;border-radius:24px;padding:24px;background:linear-gradient(140deg,rgba(255,255,255,.12),rgba(255,255,255,.04));backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}
.theme-nordic-glass .price h3{font-size:18px}
.theme-nordic-glass .price .price-sub{margin-top:4px}
.theme-nordic-glass .price .row{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;flex-wrap:wrap;margin-top:18px}
.theme-nordic-glass .price .amt{font-family:var(--head);font-size:44px;font-weight:600;color:#fff;letter-spacing:-.03em;line-height:1;margin-top:6px}
.theme-nordic-glass .price .amt small{font-size:16px;font-weight:400;color:#B5CAD8;letter-spacing:0;margin-left:4px}
.theme-nordic-glass .price .amt--quote{font-size:32px;margin-top:18px}
.theme-nordic-glass .price p{font-size:14px;color:#B5CAD8}
.theme-nordic-glass .price-tiers{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:8px}
.theme-nordic-glass .price-tiers li{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:10px 14px;border-radius:14px;background:rgba(255,255,255,.06);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);font-size:14px;color:#CFE0EC}
.theme-nordic-glass .price-tiers strong{font-family:var(--head);font-size:20px;font-weight:600;color:#fff;white-space:nowrap}
.theme-nordic-glass .price-tiers small{font-size:12px;font-weight:400;color:#B5CAD8}
.theme-nordic-glass .price .price-vat{margin-top:8px;font-size:12.5px}
.theme-nordic-glass .price .btn{margin-top:18px;width:100%}
.theme-nordic-glass .price .btn-primary,.theme-nordic-glass .price .btn-primary:hover{color:var(--navy)}
.theme-nordic-glass .price .btn-primary{background:#fff;box-shadow:0 14px 30px -14px rgba(0,0,0,.6)}
.theme-nordic-glass .price .btn-primary:hover{background:#E6F1FB}
.theme-nordic-glass .ext-cards{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.theme-nordic-glass .ext-cards span{font-size:12px;padding:4px 9px;border-radius:99px;background:rgba(255,255,255,.08);color:#CFE0EC;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}
@media (max-width:980px){.theme-nordic-glass .biz-grid{grid-template-columns:minmax(0,1fr)}.theme-nordic-glass .biz-visual{margin-top:12px}}
@media (max-width:600px){.theme-nordic-glass .features{grid-template-columns:1fr}.theme-nordic-glass .notif{left:-8px;top:90px;width:220px}.theme-nordic-glass .notif.n2{right:-8px;left:auto;top:390px}.theme-nordic-glass .phone{width:260px;height:520px}}

/* Steps */
.theme-nordic-glass .steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;position:relative;counter-reset:s}
.theme-nordic-glass .steps::before{content:"";position:absolute;left:12%;right:12%;top:37px;height:2px;background:rgba(8,47,69,.1);border-radius:2px}
.theme-nordic-glass .steps::after{content:"";position:absolute;left:12%;right:12%;top:37px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--blue),var(--glacier));transform:scaleX(0);transform-origin:left;transition:transform 1.6s var(--ease)}
.theme-nordic-glass .steps.in::after,html:not(.js) .theme-nordic-glass .steps::after{transform:scaleX(1)}
.theme-nordic-glass .step{position:relative;text-align:center;padding:0 12px}
.theme-nordic-glass .step .num{position:relative;z-index:1;margin:0 auto;width:74px;height:74px;border-radius:24px;display:grid;place-items:center;color:var(--blue);background:rgba(255,255,255,.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-soft), inset 0 0 0 1px #fff}
.theme-nordic-glass .step .num svg{width:28px;height:28px}
.theme-nordic-glass .step .num em{position:absolute;right:-6px;top:-6px;width:24px;height:24px;border-radius:50%;background:var(--navy);color:#fff;font-style:normal;font-family:var(--head);font-size:12px;font-weight:600;display:grid;place-items:center}
.theme-nordic-glass .step h3{font-size:19px;margin-top:20px}
.theme-nordic-glass .step p{color:var(--muted);font-size:15px;margin-top:8px;max-width:22em;margin-inline:auto}
@media (max-width:860px){
  .theme-nordic-glass .steps{grid-template-columns:1fr;gap:28px}
  .theme-nordic-glass .steps::before,.theme-nordic-glass .steps::after{left:37px;right:auto;top:20px;bottom:20px;width:2px;height:auto}
  .theme-nordic-glass .steps::after{transform:scaleY(0);transform-origin:top}
  .theme-nordic-glass .steps.in::after,html:not(.js) .theme-nordic-glass .steps::after{transform:scaleY(1)}
  .theme-nordic-glass .step{text-align:left;display:grid;grid-template-columns:74px 1fr;gap:4px 20px;padding:0}
  .theme-nordic-glass .step .num{grid-row:span 2;margin:0}
  .theme-nordic-glass .step h3{margin-top:10px}
  .theme-nordic-glass .step p{margin:0}
}

/* Trainers */
.theme-nordic-glass .trainers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.theme-nordic-glass .trainer{border-radius:var(--r-lg);padding:28px;background:rgba(255,255,255,.85);box-shadow:var(--shadow-soft), inset 0 0 0 1px #fff;display:flex;flex-direction:column;transition:transform .35s var(--ease), box-shadow .35s var(--ease)}
.theme-nordic-glass .trainer:hover{transform:translateY(-4px);box-shadow:var(--shadow-lift)}
.theme-nordic-glass .trainer .mono{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;font-family:var(--head);font-weight:600;font-size:15px;color:#fff;background:linear-gradient(135deg,#1C7BD0,#082F45);box-shadow:0 12px 24px -12px rgba(8,47,69,.6)}
.theme-nordic-glass .trainer h3{font-size:19px;margin-top:18px;line-height:1.3}
.theme-nordic-glass .trainer .person{margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}
.theme-nordic-glass .trainer .person strong{display:block;color:var(--navy);font-weight:600}
.theme-nordic-glass .trainer .person span{font-size:14px;color:var(--muted)}
.theme-nordic-glass .trainer ul{list-style:none;padding:0;margin:14px 0 0;display:grid;gap:6px}
.theme-nordic-glass .trainer li a{display:inline-flex;align-items:center;gap:10px;color:var(--navy);text-decoration:none;font-size:15px;padding:4px 0;word-break:break-all}
.theme-nordic-glass .trainer li a:hover{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.theme-nordic-glass .trainer li svg{width:16px;height:16px;color:var(--blue);flex:none}
.theme-nordic-glass .trainer .btn{margin-top:auto;align-self:flex-start}
.theme-nordic-glass .trainer .spacer{height:20px}
@media (max-width:980px){.theme-nordic-glass .trainers{grid-template-columns:minmax(0,1fr)}}

/* ---------- Footer ---------- */
.theme-nordic-glass .footer{background:#061F2E;color:#B5C8D5;padding:72px 0 32px;font-size:15px;margin-top:auto}
.theme-nordic-glass .footer a{color:#DCEAF3;text-decoration:none}
.theme-nordic-glass .footer a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
.theme-nordic-glass .f-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr auto;gap:40px}
.theme-nordic-glass .f-logo{width:222px;height:48px;overflow:hidden}
.theme-nordic-glass .f-logo img{width:282px;max-width:none;height:auto;margin:-24px 0 0 -30px;filter:brightness(0) invert(1)}
.theme-nordic-glass .footer .f-title{color:#fff;font-size:15px;margin-bottom:12px;font-weight:500;letter-spacing:0}
.theme-nordic-glass .footer .f-title--gap{margin-top:22px}
.theme-nordic-glass .footer p{line-height:1.7}
.theme-nordic-glass .footer .f-lead{margin-top:16px}
.theme-nordic-glass .f-links{list-style:none;margin:0;padding:0;line-height:1.7}
.theme-nordic-glass .f-badge{background:#fff;border-radius:16px;padding:12px;width:112px;height:auto}
.theme-nordic-glass .f-bottom{margin-top:56px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;font-size:14px}
.theme-nordic-glass .f-bottom ul{display:flex;flex-wrap:wrap;gap:8px 24px;list-style:none;margin:0;padding:0}
@media (max-width:900px){.theme-nordic-glass .f-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}
@media (max-width:560px){.theme-nordic-glass .f-grid{grid-template-columns:minmax(0,1fr)}}

/* ---------- QR dialog ---------- */
.theme-nordic-glass dialog.scan{border:0;padding:0;border-radius:28px;width:min(380px,calc(100vw - 32px));background:#0B1D28;color:#fff;box-shadow:0 40px 100px -20px rgba(0,0,0,.6)}
.theme-nordic-glass dialog.scan::backdrop{background:rgba(8,47,69,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.theme-nordic-glass dialog.scan[open]{animation:fadeUp .35s var(--ease)}
.theme-nordic-glass .scan-view{position:relative;aspect-ratio:1;max-width:100%;margin:0;overflow:hidden;border-radius:28px 28px 0 0;background:radial-gradient(circle at 50% 40%,#2B4E63,#0B1D28 70%)}
.theme-nordic-glass .scan-view video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.theme-nordic-glass .scan-frame{position:absolute;inset:18%;border-radius:22px}
.theme-nordic-glass .scan-frame i{position:absolute;width:38px;height:38px;border:3px solid #7FC2F5}
.theme-nordic-glass .scan-frame i:nth-child(1){left:0;top:0;border-right:0;border-bottom:0;border-radius:18px 0 0 0}
.theme-nordic-glass .scan-frame i:nth-child(2){right:0;top:0;border-left:0;border-bottom:0;border-radius:0 18px 0 0}
.theme-nordic-glass .scan-frame i:nth-child(3){left:0;bottom:0;border-right:0;border-top:0;border-radius:0 0 0 18px}
.theme-nordic-glass .scan-frame i:nth-child(4){right:0;bottom:0;border-left:0;border-top:0;border-radius:0 0 18px 0}
.theme-nordic-glass .scan-line{position:absolute;left:18%;right:18%;height:2px;top:20%;background:linear-gradient(90deg,transparent,#7FC2F5,transparent);box-shadow:0 0 18px 4px rgba(127,194,245,.5);animation:scanline 1.6s ease-in-out infinite alternate}
@keyframes scanline{to{top:80%}}
.theme-nordic-glass .scan-body{padding:20px 22px 22px}
.theme-nordic-glass .scan-body h2{color:#fff;font-size:19px}
.theme-nordic-glass .scan-body p{color:#AFC4D3;font-size:14px;margin-top:4px}
.theme-nordic-glass .scan-body .btn{margin-top:16px;width:100%}
.theme-nordic-glass .scan.done .scan-line{animation:none;opacity:0}
.theme-nordic-glass .scan.done .scan-frame i{border-color:#5DE0A6}

/* ---------- Reveal ---------- */
html.js .theme-nordic-glass .reveal{opacity:0;transform:translateY(22px);transition:opacity .9s var(--ease), transform .9s var(--ease)}
html.js .theme-nordic-glass .reveal.in{opacity:1;transform:none}
/* If theme.js never runs, show the content anyway. */
html.js:not(.ng-js) .theme-nordic-glass .reveal{animation:ngRevealFallback .01s 2.5s forwards}
@keyframes ngRevealFallback{to{opacity:1;transform:none}}

/* =====================================================================
 * Shared subpages (resources/views/public/*): pub-* in Nordic Glass
 * ===================================================================== */
.theme-nordic-glass .pub-container{max-width:1280px;padding-inline:clamp(16px,4vw,40px)}
.theme-nordic-glass .pub-container--narrow{max-width:880px}
.theme-nordic-glass .pub-section--alt{background:linear-gradient(180deg,var(--frost),#EAF2FA 55%,var(--frost))}
.theme-nordic-glass .pub-muted{color:var(--muted)}
.theme-nordic-glass .pub-eyebrow{font-family:var(--head);font-size:13px;font-weight:500;letter-spacing:.01em;text-transform:none;color:var(--blue);margin-bottom:10px}

/* Page header with a static aurora behind the transparent sticky header */
.theme-nordic-glass .pub-page-header{position:relative;isolation:isolate;overflow:hidden;margin-top:-76px;padding-block:calc(76px + clamp(28px,5vw,64px)) clamp(32px,4vw,52px);border-bottom:0;background:linear-gradient(180deg,#EEF5FC 0%,#F3F7FB 100%)}
.theme-nordic-glass .pub-page-header::before{content:"";position:absolute;inset:-30% -15% -10%;z-index:-2;background:radial-gradient(38% 55% at 12% 18%,rgba(157,203,255,.85),rgba(157,203,255,0) 70%),radial-gradient(32% 50% at 52% 0%,rgba(143,224,230,.6),rgba(143,224,230,0) 70%),radial-gradient(36% 60% at 92% 45%,rgba(195,198,255,.6),rgba(195,198,255,0) 70%);filter:blur(24px);animation:ngHeaderDrift 30s ease-in-out infinite alternate}
.theme-nordic-glass .pub-page-header::after{content:"";position:absolute;inset:auto 0 0 0;height:55%;z-index:-1;background:repeating-linear-gradient(180deg,rgba(14,99,176,0) 0 22px,rgba(14,99,176,.05) 22px 23px);mask-image:linear-gradient(180deg,transparent,#000 60%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent,#000 60%,transparent)}
.theme-nordic-glass .pub-page-header>.pub-container{position:relative}
@keyframes ngHeaderDrift{to{transform:translate(4%,6%) scale(1.08)}}
.theme-nordic-glass .pub-page-header h1{font-size:clamp(2.2rem,4.2vw,3.7rem);line-height:1.05;letter-spacing:-.035em;font-weight:600;color:var(--navy);margin:0 0 .35em;max-width:18em;overflow-wrap:anywhere;hyphens:auto}
.theme-nordic-glass .pub-page-header__lead{font-size:clamp(1.05rem,1.35vw,1.2rem);color:var(--muted);line-height:1.65;max-width:40em}
html.js .theme-nordic-glass .pub-page-header .pub-container>*{animation:fadeUp .8s var(--ease) both}
html.js .theme-nordic-glass .pub-page-header .pub-container>:nth-child(2){animation-delay:.06s}
html.js .theme-nordic-glass .pub-page-header .pub-container>:nth-child(3){animation-delay:.12s}
html.js .theme-nordic-glass .pub-page-header .pub-container>:nth-child(n+4){animation-delay:.18s}

.theme-nordic-glass .pub-page-header+.pub-section--tight{padding-top:clamp(8px,2vw,20px)}
.theme-nordic-glass .pub-breadcrumb ol{margin-bottom:22px;font-size:13.5px;gap:4px 8px}
.theme-nordic-glass .pub-breadcrumb li{display:inline-flex;align-items:center}
.theme-nordic-glass .pub-breadcrumb a{color:var(--navy);text-decoration:none;border-radius:6px}
.theme-nordic-glass .pub-breadcrumb a:hover{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.theme-nordic-glass .pub-breadcrumb [aria-current]{color:var(--muted)}

/* Section heading gets the three-line motif */
.theme-nordic-glass .pub-section-heading{margin-bottom:clamp(24px,3vw,40px)}
.theme-nordic-glass .pub-section-heading__text::before{content:"";display:block;width:34px;height:8px;margin-bottom:16px;background:linear-gradient(var(--blue),var(--blue)) 0 0/100% 2px no-repeat,linear-gradient(var(--blue),var(--blue)) 0 3px/100% 2px no-repeat,linear-gradient(var(--blue),var(--blue)) 0 6px/100% 2px no-repeat}
.theme-nordic-glass .pub-section-heading h2{font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.1;letter-spacing:-.03em;color:var(--navy)}
.theme-nordic-glass .pub-section-heading p{font-size:17px;color:var(--muted)}
.theme-nordic-glass .pub-section h2,.theme-nordic-glass .pub-section h3{color:var(--navy)}

/* Glass cards */
.theme-nordic-glass .pub-card{border:0;border-radius:var(--r-lg);padding:clamp(20px,2.4vw,28px);background:rgba(255,255,255,.82);box-shadow:var(--shadow-soft), inset 0 0 0 1px rgba(255,255,255,.9);gap:12px}
.theme-nordic-glass .pub-card--hover{position:relative;overflow:hidden;transition:transform .35s var(--ease), box-shadow .35s var(--ease)}
.theme-nordic-glass .pub-card--hover::before{content:"";position:absolute;left:24px;right:24px;top:0;height:3px;border-radius:0 0 3px 3px;background:var(--blue);transform:scaleX(.18);transform-origin:left;transition:transform .45s var(--ease)}
.theme-nordic-glass .pub-card--hover:hover{border-color:transparent;transform:translateY(-4px);box-shadow:var(--shadow-lift), inset 0 0 0 1px #fff}
.theme-nordic-glass .pub-card--hover:hover::before{transform:scaleX(1)}
.theme-nordic-glass .pub-card h3{font-size:19px;line-height:1.25;letter-spacing:-.015em;overflow-wrap:anywhere}
.theme-nordic-glass .pub-card h3 a{color:var(--navy)}
.theme-nordic-glass .pub-card h3 a:hover{color:var(--blue)}
.theme-nordic-glass .pub-card__meta{font-size:13px;color:var(--muted);align-items:center}
.theme-nordic-glass .pub-card__footer{border-top:1px solid var(--line);padding-top:14px;font-size:14px;color:var(--navy)}
.theme-nordic-glass .pub-card__footer strong{font-family:var(--head);font-weight:600}
.theme-nordic-glass .pub-link-arrow{font-family:var(--head);font-weight:500;color:var(--blue)}
.theme-nordic-glass .pub-link-arrow:hover{color:var(--navy);text-decoration:underline;text-underline-offset:4px}
.theme-nordic-glass .pub-grid{gap:16px}

/* Badges */
.theme-nordic-glass .pub-badge{font-size:12.5px;padding:4px 10px;font-weight:600}
.theme-nordic-glass .pub-badge--lg{font-size:13.5px;padding:6px 12px}
.theme-nordic-glass .pub-badge--pro{font-family:var(--head);font-size:11px;letter-spacing:.08em;padding:4px 8px 3px;border-radius:7px;background:linear-gradient(135deg,#0E63B0,#082F45);box-shadow:0 4px 10px -4px rgba(8,47,69,.6)}

/* Buttons */
.theme-nordic-glass .pub-btn{min-height:48px;padding:14px 22px;border:0;border-radius:999px;font:500 15px/1 var(--head);transition:transform .25s var(--ease), box-shadow .25s var(--ease), background-color .2s, color .2s;white-space:nowrap}
.theme-nordic-glass .pub-btn--primary{background:var(--blue);box-shadow:0 1px 0 rgba(255,255,255,.25) inset, 0 10px 24px -10px rgba(14,99,176,.7)}
.theme-nordic-glass .pub-btn--primary:hover{background:var(--blue-deep);transform:translateY(-1px);box-shadow:0 1px 0 rgba(255,255,255,.25) inset, 0 16px 30px -12px rgba(14,99,176,.8)}
.theme-nordic-glass .pub-btn--ghost{color:var(--navy)!important;background:rgba(255,255,255,.6);box-shadow:inset 0 0 0 1px rgba(8,47,69,.12);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.theme-nordic-glass .pub-btn--ghost:hover{background:#fff;transform:translateY(-1px)}
.theme-nordic-glass .pub-btn--light:hover{background:#E6F1FB;transform:translateY(-1px)}

/* Forms */
.theme-nordic-glass .pub-form{gap:18px}
.theme-nordic-glass .pub-label{font-size:13px;font-weight:600;color:var(--navy)}
.theme-nordic-glass .pub-input,.theme-nordic-glass .pub-select,.theme-nordic-glass .pub-textarea{min-height:52px;padding:12px 16px;border:1px solid rgba(8,47,69,.14);border-radius:16px;background:rgba(255,255,255,.9);color:var(--navy);font:400 16px/1.4 var(--body);transition:border-color .2s, box-shadow .2s}
.theme-nordic-glass .pub-select{-webkit-appearance:none;appearance:none;padding-right:44px;background:rgba(255,255,255,.9) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23082F45' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 16px center/16px}
.theme-nordic-glass .pub-textarea{min-height:110px}
.theme-nordic-glass .pub-input::placeholder,.theme-nordic-glass .pub-textarea::placeholder{color:#8696A3}
.theme-nordic-glass .pub-input:focus,.theme-nordic-glass .pub-select:focus,.theme-nordic-glass .pub-textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px rgba(14,99,176,.18)}
.theme-nordic-glass .pub-check{color:var(--ink);font-size:14.5px}
.theme-nordic-glass .pub-filters{border:0;border-radius:var(--r-lg);padding:22px;background:linear-gradient(140deg,rgba(255,255,255,.85),rgba(255,255,255,.62));backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);box-shadow:var(--shadow-soft), inset 0 0 0 1px rgba(255,255,255,.9)}
.theme-nordic-glass .pub-filters__actions a{font-family:var(--head);font-weight:500;font-size:14px}
.theme-nordic-glass .pub-verify-form .pub-input{font-family:var(--head);letter-spacing:.04em}

/* Tables */
.theme-nordic-glass .pub-table-wrap{border:0;border-radius:var(--r-lg);background:rgba(255,255,255,.85);box-shadow:var(--shadow-soft), inset 0 0 0 1px #fff}
.theme-nordic-glass .pub-table th{background:rgba(234,242,250,.7);font-family:var(--head);font-weight:500;font-size:12px;letter-spacing:.04em;color:var(--muted)}
.theme-nordic-glass .pub-table td{border-bottom-color:var(--line);color:var(--ink)}
.theme-nordic-glass .pub-table td strong{font-family:var(--head);font-weight:600;color:var(--navy)}
.theme-nordic-glass .pub-table tbody tr{transition:background-color .2s}
.theme-nordic-glass .pub-table tbody tr:hover{background:rgba(14,99,176,.04)}

/* Alerts, empty, definition lists */
.theme-nordic-glass .pub-alert{border-radius:16px;padding:14px 18px}
.theme-nordic-glass .pub-empty{border:0;border-radius:var(--r-lg);background:rgba(255,255,255,.6);box-shadow:inset 0 0 0 1px var(--line);padding:48px 24px}
.theme-nordic-glass .pub-dl{gap:10px 20px}
.theme-nordic-glass .pub-dl dt{font-size:13px;color:var(--muted)}
.theme-nordic-glass .pub-dl dd{color:var(--navy);font-weight:500}

/* Verification (/tarkista): server-rendered result card in the rcard style */
.theme-nordic-glass .pub-verify-card{position:relative;overflow:hidden;border:0;border-radius:20px;padding:22px 20px 18px;background:#fff;box-shadow:0 18px 40px -22px rgba(8,47,69,.45), inset 0 0 0 1px rgba(8,47,69,.06)}
.theme-nordic-glass .pub-verify-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#8696A3,#C5D0D9)}
.theme-nordic-glass .pub-verify-card:has(.pub-badge--success)::before{background:linear-gradient(90deg,#18A06F,#5DE0A6)}
.theme-nordic-glass .pub-verify-card:has(.pub-badge--warning)::before{background:linear-gradient(90deg,#E09A1B,#FFD27A)}
.theme-nordic-glass .pub-verify-card:has(.pub-badge--danger)::before{background:linear-gradient(90deg,#C8413B,#F08A7E)}
.theme-nordic-glass .pub-verify-card__title{font-family:var(--head);font-size:20px;color:var(--navy);letter-spacing:-.015em}
.theme-nordic-glass .pub-verify-card--missing{background:#fff}

/* Sessions, prices, providers, features, steps, CTA */
.theme-nordic-glass .pub-session-row{border:0;border-radius:20px;background:rgba(255,255,255,.85);box-shadow:var(--shadow-soft)}
.theme-nordic-glass .pub-session-row__date{font-family:var(--head);color:var(--navy)}
.theme-nordic-glass .pub-session-row__title{color:var(--navy)!important}
.theme-nordic-glass .pub-price{border:0;border-radius:var(--r-lg);padding:26px 22px;background:linear-gradient(140deg,rgba(255,255,255,.9),rgba(255,255,255,.66));box-shadow:var(--shadow-soft), inset 0 0 0 1px #fff}
.theme-nordic-glass .pub-price__value{font-weight:600;font-size:clamp(1.8rem,3vw,2.4rem);letter-spacing:-.03em;color:var(--navy)}
.theme-nordic-glass .pub-provider h3{font-size:18px}
.theme-nordic-glass .pub-provider__contact{font-size:15px;gap:6px}
.theme-nordic-glass .pub-provider__contact strong{color:var(--navy);font-weight:600}
.theme-nordic-glass .pub-provider__contact a{color:var(--navy);text-decoration:none}
.theme-nordic-glass .pub-provider__contact a:hover{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.theme-nordic-glass .pub-feature{padding:22px;border-radius:20px;background:rgba(255,255,255,.82);box-shadow:var(--shadow-soft), inset 0 0 0 1px #fff;transition:transform .3s var(--ease), box-shadow .3s var(--ease)}
.theme-nordic-glass .pub-feature:hover{transform:translateY(-2px);box-shadow:var(--shadow-lift)}
.theme-nordic-glass .pub-feature__icon{border-radius:12px;background:linear-gradient(135deg,#E3EEFA,#D6ECF3);color:var(--blue)}
.theme-nordic-glass .pub-feature__icon svg{width:20px;height:20px}
.theme-nordic-glass .pub-feature h3{font-size:16px;line-height:1.35}
.theme-nordic-glass .pub-feature p{font-size:14.5px}
.theme-nordic-glass .pub-steps li{border:0;border-radius:var(--r-lg);padding:24px 22px 22px 76px;background:rgba(255,255,255,.85);box-shadow:var(--shadow-soft), inset 0 0 0 1px #fff}
.theme-nordic-glass .pub-steps li::before{left:20px;top:20px;width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,#1C7BD0,#0A4F8F);font-family:var(--head);font-weight:600;box-shadow:0 10px 20px -8px rgba(14,99,176,.7)}
.theme-nordic-glass .pub-steps h3{font-size:17px}
.theme-nordic-glass .pub-cta{position:relative;isolation:isolate;overflow:hidden;border-radius:var(--r-xl);padding:clamp(28px,5vw,56px);background:radial-gradient(420px 320px at 100% 0%,rgba(14,99,176,.9),rgba(14,99,176,0) 70%),radial-gradient(380px 300px at 0% 100%,rgba(99,199,218,.35),rgba(99,199,218,0) 70%),var(--navy);box-shadow:0 40px 90px -40px rgba(8,47,69,.6)}
.theme-nordic-glass .pub-cta h2{font-size:clamp(1.6rem,2.8vw,2.3rem);letter-spacing:-.03em}
.theme-nordic-glass .pub-cta p{color:#B5CAD8}
.theme-nordic-glass .pub-cta .pub-btn--ghost{background:rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}
.theme-nordic-glass .pub-cta .pub-btn--ghost:hover{background:rgba(255,255,255,.16)}

/* Rich text pages */
.theme-nordic-glass .pub-prose{font-size:17px;line-height:1.7;color:var(--ink)}
.theme-nordic-glass .pub-prose h2{font-size:clamp(1.4rem,2.2vw,1.8rem);margin:1.6em 0 .5em;letter-spacing:-.02em}
.theme-nordic-glass .pub-prose h3{font-size:1.2rem;margin:1.4em 0 .4em}
.theme-nordic-glass .pub-prose a{text-underline-offset:3px}
.theme-nordic-glass .pub-page-header+.pub-section .pub-prose{padding:clamp(22px,3.5vw,44px);border-radius:var(--r-lg);background:rgba(255,255,255,.82);box-shadow:var(--shadow-soft), inset 0 0 0 1px #fff;max-width:none}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion:reduce){
  .theme-nordic-glass *,.theme-nordic-glass *::before,.theme-nordic-glass *::after{animation-duration:.001ms!important;animation-delay:0s!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .theme-nordic-glass .aurora i,.theme-nordic-glass .business .aur i,.theme-nordic-glass .pub-page-header::before,.theme-nordic-glass .notif,.theme-nordic-glass .dcard::after,.theme-nordic-glass .scan-line{animation:none!important}
  html.js .theme-nordic-glass .reveal{opacity:1;transform:none}
  .theme-nordic-glass .photo img{transform:none}
  .theme-nordic-glass .rcard{transition:none}
}

@media print{
  .theme-nordic-glass .site-header,.theme-nordic-glass .footer,.theme-nordic-glass .aurora,.theme-nordic-glass .pub-page-header::before{display:none!important}
  .theme-nordic-glass .pub-page-header{margin-top:0;padding-top:24px}
}

/* Name search results (shared .pub-verify-list rendered by Blade / verify.js) */
.theme-nordic-glass .v-result .pub-verify-list{margin-top:16px}
.theme-nordic-glass .pub-verify-item{border-radius:14px;background:rgba(255,255,255,.82);border-color:rgba(8,47,69,.12)}
.theme-nordic-glass .pub-verify-item__name{font-family:var(--head)}
@media (min-width:768px){.theme-nordic-glass .v-result .pub-verify-list__items{max-height:440px;overflow:auto;padding:2px;margin:-2px}}
