:root{--bg:#f4f6f3;--card:#fff;--ink:#10231b;--muted:#66736d;--line:#dfe5e1;--green:#174c38;--green2:#22694f;--mint:#dff1e8;--dark:#0c2118;--cream:#f8faf7;--shadow:0 24px 70px rgba(15,41,30,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(244,246,243,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(16,35,27,.08)}.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:12px;background:var(--dark);color:#fff;display:grid;place-items:center;font:800 13px/1 Manrope,Arial;letter-spacing:.08em}.brand span:last-child{display:flex;flex-direction:column;line-height:1.15}.brand strong{font:700 14px Manrope,Arial}.brand small{margin-top:4px;color:var(--muted);font-size:11px;letter-spacing:.05em;text-transform:uppercase}.main-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}.main-nav>a:not(.nav-cta){color:#45534d}.nav-cta{background:var(--dark);color:#fff;padding:11px 17px;border-radius:10px}.hero{padding:88px 0 70px;background:radial-gradient(circle at 82% 20%,rgba(61,136,101,.15),transparent 33%),linear-gradient(180deg,#f7f9f6 0%,var(--bg) 100%)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:72px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--green2);font:700 12px Manrope,Arial;letter-spacing:.13em;text-transform:uppercase}.eyebrow:before{content:"";width:28px;height:1px;background:currentColor}.hero h1{max-width:700px;margin:14px 0 18px;font:800 clamp(36px,4vw,56px)/1.08 Manrope,Arial;letter-spacing:-.035em}.asset-hero h1{max-width:760px;margin:18px 0 22px;font:800 clamp(42px,5.2vw,74px)/1.02 Manrope,Arial;letter-spacing:-.045em}.hero-lead{max-width:720px;font-size:19px;color:#50605a;line-height:1.75}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.btn{min-height:50px;padding:13px 19px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:700;font-size:14px;transition:.2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 10px 26px rgba(23,76,56,.16)}.btn-secondary{background:#fff;border:1px solid var(--line)}.btn-block{width:100%}.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:32px;color:#65736d;font-size:13px}.trust-row i{font-style:normal;color:var(--green2);font-weight:800}.hero-panel{padding:28px;background:rgba(255,255,255,.78);border:1px solid rgba(23,76,56,.1);border-radius:28px;box-shadow:var(--shadow);backdrop-filter:blur(12px)}.panel-kicker{font:700 11px Manrope;letter-spacing:.14em;color:#718078}.allocation-ring{width:220px;height:220px;margin:18px auto 30px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at center,#fff 0 51%,transparent 52%),conic-gradient(#174c38 0 27%,#3b8063 27% 52%,#75a891 52% 73%,#b4cec0 73% 100%);box-shadow:inset 0 0 0 1px rgba(16,35,27,.06)}.allocation-ring span{font:800 34px Manrope}.allocation-ring small{color:var(--muted)}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mini-grid div{background:#f5f8f5;border-radius:14px;padding:16px}.mini-grid strong{display:block;font:800 20px Manrope}.mini-grid span{font-size:11px;color:var(--muted)}.section{padding:96px 0}.section-heading{max-width:790px;margin-bottom:42px}.split-heading{max-width:none;display:grid;grid-template-columns:.7fr 1.3fr;gap:80px;align-items:end}.section-number{display:block;margin-bottom:10px;color:#7b8982;font:700 11px Manrope;letter-spacing:.14em}.section-heading h2,.control h2,.detail-content h2,.consulting h2{margin:0 0 16px;font:800 clamp(32px,4vw,52px)/1.08 Manrope;letter-spacing:-.035em}.section-heading p,.split-heading p,.control p,.detail-content p{color:var(--muted);font-size:17px;line-height:1.8;margin:0}.principle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.principle-grid article{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:27px;min-height:245px}.principle-grid article>span{color:#91a098;font:700 11px Manrope}.principle-grid h3{margin:34px 0 12px;font:700 19px Manrope}.principle-grid p{margin:0;color:var(--muted);font-size:14px}.portfolio{background:#fff}.asset-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.asset-card{position:relative;border:1px solid var(--line);border-radius:22px;padding:30px;background:linear-gradient(180deg,#fff,#fbfcfb);overflow:hidden}.asset-card:before{content:"";position:absolute;width:160px;height:160px;border-radius:50%;right:-80px;top:-80px;background:rgba(66,137,105,.08)}.asset-topline{display:flex;justify-content:space-between;align-items:center}.asset-icon,.asset-detail-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:var(--dark);color:#fff;font:800 14px Manrope;letter-spacing:.06em}.asset-badge{padding:7px 10px;border-radius:999px;background:var(--mint);color:var(--green);font-size:11px;font-weight:700}.asset-meta{margin-top:28px;color:#7b8982;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.asset-card h3{font:800 28px Manrope;margin:7px 0 10px}.asset-card p{min-height:68px;color:var(--muted);font-size:14px}.asset-proof{display:flex;align-items:center;gap:9px;padding:12px 14px;border-radius:12px;background:#f3f7f4;color:#405148;font-size:12px;font-weight:600}.asset-proof span{color:var(--green2)}.asset-links{margin-top:22px}.link-row{display:flex;justify-content:space-between;gap:18px;margin-top:14px}.text-link{display:flex;justify-content:space-between;gap:8px;padding:4px 2px;color:var(--green);font-weight:700;font-size:12px}.link-row .text-link:last-child{margin-left:auto}.disclosure-box{margin-top:22px;padding:18px 20px;background:#f7f8f7;border:1px solid var(--line);border-radius:14px;color:#68756f;font-size:12px}.control{background:var(--dark);color:#fff}.control-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.control p{color:#b5c1bb}.control-list{display:flex;flex-direction:column}.control-list>div{display:flex;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.11)}.control-list b{width:42px;color:#82a394;font:700 11px Manrope}.control-list span{display:flex;flex-direction:column}.control-list strong{font:700 15px Manrope}.control-list small{color:#98aaa2;margin-top:3px}.knowledge-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.knowledge-card{min-height:310px;padding:32px;border-radius:22px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;transition:.2s}.knowledge-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.knowledge-label{color:var(--green2);font-size:11px;font-weight:700;letter-spacing:.13em}.knowledge-card h3{font:800 28px Manrope;margin:45px 0 12px}.knowledge-card p{color:var(--muted);font-size:14px;max-width:520px}.knowledge-card b{margin-top:auto;color:var(--green);font-size:13px}.consulting{padding-top:20px}.consulting-box{background:linear-gradient(135deg,#174c38,#0e2d21);color:#fff;border-radius:30px;padding:54px;display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}.consulting-box p{color:#c1d0c8;max-width:720px}.section-number.light{color:#9ab5a8}.consult-actions{display:flex;flex-direction:column;gap:10px}.btn-light{background:#fff;color:var(--dark)}.btn-outline-light{border:1px solid rgba(255,255,255,.3);color:#fff}.site-footer{padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:.8fr 2fr .6fr;gap:50px;align-items:start;padding-bottom:30px;border-bottom:1px solid var(--line)}.footer-grid p{margin:0;color:#7a8781;font-size:11px;line-height:1.7}.footer-links{display:flex;flex-direction:column;gap:10px;text-align:right;font-size:12px;color:#65736d}.copyright{padding-top:22px;color:#8a9690;font-size:11px}.asset-hero{padding-top:70px;background:radial-gradient(circle at 85% 20%,rgba(62,128,98,.16),transparent 30%)}.asset-detail-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.back-link{display:inline-block;margin-bottom:36px;color:#6d7a74;font-size:13px}.asset-detail-icon{margin-bottom:28px;width:62px;height:62px;border-radius:18px}.detail-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:12px 26px;box-shadow:var(--shadow)}.detail-row{padding:20px 0;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:4px}.detail-row:last-child{border-bottom:0}.detail-row span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#88938e}.detail-row strong{font-size:13px}.narrow{max-width:820px}.detail-content{background:#fff}.quote-box{margin-top:34px;padding:24px;border-left:3px solid var(--green2);background:#f4f7f5;color:#405148;font-size:16px}.detail-actions{padding-top:50px}.not-found{min-height:100vh;display:grid;place-items:center;text-align:center;padding:30px}.not-found h1{font:800 42px Manrope}.not-found p{color:var(--muted);margin-bottom:28px}@media(max-width:900px){.main-nav>a:not(.nav-cta){display:none}.hero-grid,.asset-detail-grid,.control-grid,.consulting-box,.split-heading,.footer-grid{grid-template-columns:1fr;gap:38px}.hero{padding-top:60px}.principle-grid{grid-template-columns:1fr 1fr}.hero-panel{max-width:560px}.footer-links{text-align:left}.consult-actions{flex-direction:row;flex-wrap:wrap}}@media(max-width:620px){.link-row{flex-direction:column;gap:4px}.link-row .text-link:last-child{margin-left:0}.container{width:min(100% - 26px,1180px)}.header-inner{height:70px}.brand small{display:none}.hero{padding:48px 0}.hero h1{font-size:34px;line-height:1.1;letter-spacing:-.03em}.asset-hero h1{font-size:42px}.hero-lead{font-size:16px}.hero-actions .btn{width:100%}.trust-row{gap:10px 18px}.section{padding:70px 0}.principle-grid,.asset-grid,.knowledge-grid{grid-template-columns:1fr}.principle-grid article{min-height:unset}.asset-card p{min-height:0}.consulting-box{padding:30px 24px;border-radius:22px}.consult-actions{flex-direction:column}.footer-grid{gap:28px}.main-nav{gap:10px}.nav-cta{padding:9px 12px}.allocation-ring{width:190px;height:190px}}

/* Multilingual navigation */
.language-switch{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72)}
.language-switch a{min-width:30px;padding:6px 8px;border-radius:999px;text-align:center;color:#6f7c76;font:700 10px/1 Manrope,Arial;letter-spacing:.05em;transition:.2s ease}
.language-switch a:hover{color:var(--dark);background:#f0f4f1}
.language-switch a.active{background:var(--dark);color:#fff}
@media(max-width:900px){.main-nav{gap:12px}}
@media(max-width:620px){.language-switch{gap:1px;padding:2px}.language-switch a{min-width:25px;padding:6px 5px;font-size:9px}.nav-cta{font-size:11px}.header-inner{gap:8px}.brand{gap:8px}.brand-mark{width:38px;height:38px}}

/* Image integration update */
.hero-visual-panel{padding:20px 20px 24px}
.hero-visual-main{overflow:hidden;border-radius:22px;background:#eff5f1;border:1px solid rgba(23,76,56,.08);box-shadow:0 10px 24px rgba(23,76,56,.08)}
.hero-visual-main img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.hero-person-card{display:flex;align-items:center;gap:14px;margin:-28px 18px 22px;padding:14px;border-radius:18px;background:rgba(255,255,255,.96);border:1px solid rgba(23,76,56,.08);box-shadow:0 12px 28px rgba(10,35,25,.1);position:relative}
.hero-person-card img{width:72px;height:72px;border-radius:18px;object-fit:cover;flex:0 0 auto}
.hero-person-card strong{display:block;font:800 17px/1.15 Manrope,Arial;color:var(--dark)}
.hero-person-card span{display:block;margin-top:4px;font-size:12px;color:var(--muted)}
.visual-story{background:#fff}
.visual-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px;align-items:stretch}
.visual-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#fff,#f7faf8);box-shadow:var(--shadow);display:flex;flex-direction:column}
.visual-card-large{grid-row:span 2}
.visual-image{background:#edf3ef}
.visual-image img{display:block;width:100%;height:100%;min-height:230px;object-fit:cover}
.visual-card-large .visual-image img{min-height:100%;height:100%}
.visual-copy{padding:24px 24px 26px}
.visual-copy span{display:inline-flex;align-items:center;gap:8px;color:var(--green2);font:700 11px Manrope,Arial;letter-spacing:.12em;text-transform:uppercase}
.visual-copy h3{margin:14px 0 10px;font:800 26px/1.12 Manrope,Arial;letter-spacing:-.03em}
.visual-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}
.detail-image{margin:-12px -26px 20px;overflow:hidden;border-radius:22px 22px 16px 16px;background:#eef3f0}
.detail-image img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.advisor-inline{display:flex;align-items:center;gap:14px;padding:0 0 6px}
.advisor-inline img{width:68px;height:68px;border-radius:18px;object-fit:cover;flex:0 0 auto}
.advisor-inline strong{display:block;font:800 17px/1.1 Manrope,Arial}
.advisor-inline small{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.5}
@media(max-width:900px){.visual-grid{grid-template-columns:1fr 1fr}.visual-card-large{grid-row:auto;grid-column:1 / -1}.visual-card-large .visual-image img{min-height:320px}.hero-person-card{margin:-20px 12px 18px}}
@media(max-width:620px){.visual-grid{grid-template-columns:1fr}.visual-card-large{grid-column:auto}.visual-card-large .visual-image img,.visual-image img{min-height:210px}.hero-person-card{margin:-16px 8px 18px;padding:12px}.hero-person-card img{width:62px;height:62px;border-radius:16px}.detail-image{margin:-12px -18px 18px}.advisor-inline{align-items:flex-start}.advisor-inline img{width:60px;height:60px;border-radius:16px}}

/* Books showcase + responsive lightbox */
.book-heading{max-width:880px}
.book-heading .eyebrow{margin-bottom:14px}
.book-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:34px}
.book-showcase-card{overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 18px 55px rgba(12,45,32,.08);display:flex;flex-direction:column;min-width:0}
.book-media{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 116px;gap:10px;padding:14px;background:linear-gradient(135deg,#edf4ef,#f8faf8);min-height:360px}
.book-photo{position:relative;appearance:none;border:0;padding:0;margin:0;overflow:hidden;border-radius:19px;background:#dfe9e3;cursor:zoom-in;box-shadow:0 10px 32px rgba(15,42,32,.09)}
.book-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease}
.book-photo-main img{object-fit:cover}
.book-photo-secondary img{object-fit:cover}
.book-photo:hover img,.book-photo:focus-visible img{transform:scale(1.025);filter:saturate(1.05)}
.book-photo:focus-visible{outline:3px solid rgba(48,132,96,.38);outline-offset:2px}
.book-zoom{position:absolute;left:14px;bottom:14px;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(9,31,23,.86);color:#fff;font:700 10px/1 Manrope,Arial;letter-spacing:.03em;backdrop-filter:blur(8px);box-shadow:0 7px 18px rgba(0,0,0,.18)}
.book-zoom b{font-size:16px;font-weight:400}
.book-body{padding:28px 30px 30px;display:flex;flex-direction:column;flex:1}
.book-status{display:flex;align-items:center;gap:8px;color:var(--green2);font:700 10px Manrope,Arial;letter-spacing:.13em;text-transform:uppercase}
.book-status span{width:7px;height:7px;border-radius:50%;background:#4da57e;box-shadow:0 0 0 5px rgba(77,165,126,.12)}
.book-body h3{margin:15px 0 8px;font:800 30px/1.08 Manrope,Arial;letter-spacing:-.035em;color:var(--dark)}
.book-subtitle{margin:0 0 14px!important;font-weight:700;color:#34483f!important}
.book-body>p{margin:0;color:var(--muted);font-size:14px;line-height:1.75}
.book-tags{display:flex;flex-wrap:wrap;gap:7px;margin:20px 0 0}
.book-tags span{padding:7px 10px;border-radius:999px;background:#f0f5f2;border:1px solid #e2ebe6;color:#486057;font-size:10px;font-weight:700}
.book-facts{display:grid;gap:8px;margin:22px 0 0;padding-top:18px;border-top:1px solid var(--line);color:#66746e;font-size:11px}
.book-facts span{display:flex;align-items:flex-start;gap:8px}
.book-actions{margin-top:auto;padding-top:24px}
.book-actions .btn{width:100%}
.knowledge-followup{margin-top:22px}
.knowledge-card-books{background:linear-gradient(145deg,#f5f9f6,#fff)}

.image-lightbox[hidden]{display:none!important}
.image-lightbox{position:fixed;inset:0;z-index:9999;display:grid;grid-template-columns:76px minmax(0,1fr) 76px;align-items:center;padding:30px;background:rgba(4,17,12,.92);backdrop-filter:blur(18px);opacity:0;transition:opacity .18s ease}
.image-lightbox.is-open{opacity:1}
.lightbox-figure{position:relative;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;width:min(1180px,100%);height:min(90vh,920px)}
.lightbox-image{display:block;max-width:100%;max-height:82vh;width:auto;height:auto;object-fit:contain;border-radius:16px;box-shadow:0 28px 90px rgba(0,0,0,.5);background:#0b1813}
.lightbox-caption{margin-top:14px;color:rgba(255,255,255,.9);font:600 13px/1.5 Manrope,Arial;text-align:center;max-width:780px}
.lightbox-counter{margin-top:6px;color:rgba(255,255,255,.52);font:600 10px Manrope,Arial;letter-spacing:.12em}
.lightbox-close,.lightbox-nav{appearance:none;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;cursor:pointer;backdrop-filter:blur(10px);transition:.2s ease}
.lightbox-close:hover,.lightbox-nav:hover{background:rgba(255,255,255,.16);transform:scale(1.03)}
.lightbox-close{position:absolute;right:24px;top:22px;z-index:2;width:46px;height:46px;border-radius:50%;font:300 31px/1 Arial}
.lightbox-nav{width:52px;height:52px;border-radius:50%;font:300 42px/1 Arial;justify-self:center;display:grid;place-items:center}
.lightbox-prev{grid-column:1}
.lightbox-figure{grid-column:2}
.lightbox-next{grid-column:3}
body.lightbox-open{overflow:hidden}

@media(max-width:900px){
  .book-showcase-grid{grid-template-columns:1fr}
  .book-showcase-card{display:grid;grid-template-columns:minmax(300px,.8fr) 1.2fr}
  .book-media{min-height:420px}
  .book-body{padding:32px}
}
@media(max-width:720px){
  .book-showcase-card{display:flex}
  .book-media{grid-template-columns:minmax(0,1fr) 86px;min-height:300px;padding:10px;gap:8px}
  .book-photo{border-radius:15px}
  .book-zoom{left:10px;bottom:10px;padding:8px 10px;font-size:9px}
  .book-body{padding:24px 22px 26px}
  .book-body h3{font-size:25px}
  .image-lightbox{grid-template-columns:1fr;padding:54px 14px 76px}
  .lightbox-figure{grid-column:1;height:calc(100vh - 130px)}
  .lightbox-image{max-height:72vh;border-radius:12px}
  .lightbox-nav{position:absolute;bottom:18px;width:48px;height:48px;z-index:3}
  .lightbox-prev{left:calc(50% - 60px)}
  .lightbox-next{right:calc(50% - 60px)}
  .lightbox-close{right:14px;top:12px}
}
@media(max-width:420px){
  .book-media{grid-template-columns:1fr 72px;min-height:260px}
  .book-body h3{font-size:23px}
  .book-facts{font-size:10px}
}

/* Modern universal Lightbox v3 */
.lightbox-trigger,.hero-visual-main img,.hero-person-card img,.visual-image img,.detail-image img,.advisor-inline img{cursor:zoom-in}
.lightbox-trigger:focus-visible{outline:3px solid rgba(53,139,101,.42);outline-offset:4px;border-radius:16px}
.image-lightbox[hidden]{display:none!important}
.image-lightbox{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;transition:opacity .26s ease,visibility .26s ease;font-family:Manrope,Arial,sans-serif}
.image-lightbox.is-open{opacity:1;visibility:visible}
.lightbox-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 50% 30%,rgba(24,73,54,.36),transparent 46%),rgba(3,14,10,.88);backdrop-filter:blur(22px) saturate(.85);-webkit-backdrop-filter:blur(22px) saturate(.85)}
.lightbox-shell{position:relative;z-index:1;width:min(1500px,calc(100vw - 36px));height:min(940px,calc(100dvh - 36px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:linear-gradient(180deg,rgba(18,41,31,.88),rgba(5,17,12,.94));box-shadow:0 38px 120px rgba(0,0,0,.56),inset 0 1px rgba(255,255,255,.07);transform:translateY(12px) scale(.975);transition:transform .3s cubic-bezier(.2,.8,.2,1);isolation:isolate}
.image-lightbox.is-open .lightbox-shell{transform:none}
.lightbox-shell:fullscreen{width:100vw;height:100vh;border-radius:0;border:0}
.lightbox-topbar{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 18px 14px 24px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(14,37,28,.72);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.lightbox-title-wrap{min-width:0;display:flex;align-items:center;gap:14px;color:#fff}
.lightbox-counter{flex:0 0 auto;display:inline-grid;place-items:center;min-width:50px;height:30px;padding:0 9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.62);font:700 10px/1 Manrope,Arial;letter-spacing:.08em}
.lightbox-caption{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f4f8f5;font:700 13px/1.35 Manrope,Arial;letter-spacing:-.01em}
.lightbox-tools{display:flex;align-items:center;gap:7px;flex:0 0 auto}
.lightbox-tool,.lightbox-nav{appearance:none;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.07);color:#fff;cursor:pointer;display:grid;place-items:center;transition:background .18s ease,border-color .18s ease,transform .18s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.lightbox-tool:hover,.lightbox-nav:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.25)}
.lightbox-tool:active,.lightbox-nav:active{transform:scale(.95)}
.lightbox-tool:focus-visible,.lightbox-nav:focus-visible,.lightbox-thumb:focus-visible{outline:2px solid #9bd4b9;outline-offset:2px}
.lightbox-tool{position:static;width:40px;height:40px;border-radius:12px;font:700 17px/1 Manrope,Arial}
.lightbox-reset{width:46px;font-size:10px;letter-spacing:.02em}
.lightbox-close{font:400 25px/1 Arial;background:rgba(255,255,255,.10)}
.lightbox-zoom-level{width:48px;text-align:center;color:rgba(255,255,255,.62);font:700 10px/1 Manrope,Arial}
.lightbox-stage{position:relative;min-height:0;display:grid;grid-template-columns:70px minmax(0,1fr) 70px;align-items:center;padding:16px 10px 12px;overflow:hidden}
.lightbox-canvas{position:relative;width:100%;height:100%;min-height:0;display:grid;place-items:center;overflow:hidden;border-radius:20px;background:radial-gradient(circle at 50% 45%,rgba(102,153,129,.11),transparent 58%);touch-action:pan-y}
.lightbox-canvas.can-pan{cursor:grab;touch-action:none}
.lightbox-image-wrap{position:relative;display:grid;place-items:center;max-width:100%;max-height:100%;transform-origin:center center;transition:transform .18s cubic-bezier(.2,.8,.2,1);will-change:transform}
.lightbox-image-wrap.is-zoomed{cursor:grab}
.lightbox-image-wrap.dragging{cursor:grabbing;transition:none}
.lightbox-image{display:block;max-width:min(1180px,100%);max-height:calc(100dvh - 190px);width:auto;height:auto;object-fit:contain;border-radius:18px;background:#0b1813;box-shadow:0 28px 100px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.08);opacity:0;transform:scale(.985);transition:opacity .2s ease,transform .24s ease;user-select:none;-webkit-user-drag:none}
.lightbox-image.loaded{opacity:1;transform:none}
.lightbox-loader{position:absolute;z-index:2;inset:0;display:grid;place-items:center;pointer-events:none;opacity:0;transition:opacity .15s ease}
.lightbox-loader.active{opacity:1}
.lightbox-loader span{width:38px;height:38px;border-radius:50%;border:3px solid rgba(255,255,255,.12);border-top-color:#9fd0b8;animation:lt-lightbox-spin .8s linear infinite}
@keyframes lt-lightbox-spin{to{transform:rotate(360deg)}}
.lightbox-nav{position:static;width:48px;height:48px;border-radius:50%;justify-self:center;font:300 36px/1 Arial;z-index:2}
.lightbox-prev{grid-column:1}.lightbox-canvas{grid-column:2}.lightbox-next{grid-column:3}
.lightbox-footer{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:11px 20px 14px;border-top:1px solid rgba(255,255,255,.07);background:rgba(5,19,13,.65)}
.lightbox-hint{flex:0 0 auto;color:rgba(255,255,255,.44);font:600 9px/1.4 Manrope,Arial;letter-spacing:.04em}
.lightbox-thumbs{display:flex;align-items:center;justify-content:flex-end;gap:7px;min-width:0;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity;padding:2px}
.lightbox-thumbs::-webkit-scrollbar{display:none}
.lightbox-thumb{appearance:none;flex:0 0 auto;width:56px;height:42px;padding:2px;border:1px solid transparent;border-radius:10px;background:rgba(255,255,255,.06);overflow:hidden;cursor:pointer;opacity:.56;transition:opacity .18s ease,border-color .18s ease,transform .18s ease;scroll-snap-align:center}
.lightbox-thumb:hover{opacity:.86}
.lightbox-thumb.active{opacity:1;border-color:#8fc9ad;transform:translateY(-1px)}
.lightbox-thumb img{display:block;width:100%;height:100%;object-fit:cover;border-radius:7px}
body.lightbox-open{overflow:hidden;overscroll-behavior:none}
@media(max-width:760px){
  .image-lightbox{padding:0}
  .lightbox-shell{width:100vw;height:100dvh;border:0;border-radius:0}
  .lightbox-topbar{min-height:62px;padding:10px 10px 10px 14px;gap:8px}
  .lightbox-title-wrap{gap:8px;min-width:0}
  .lightbox-caption{max-width:34vw;font-size:11px}
  .lightbox-counter{min-width:42px;height:28px;font-size:9px}
  .lightbox-tools{gap:5px}
  .lightbox-tool{width:36px;height:36px;border-radius:10px;font-size:15px}
  .lightbox-reset,.lightbox-zoom-level{display:none}
  .lightbox-close{font-size:23px}
  .lightbox-stage{grid-template-columns:1fr;padding:8px 8px 4px}
  .lightbox-canvas{grid-column:1;grid-row:1;min-height:0;border-radius:12px}
  .lightbox-image{max-width:100%;max-height:calc(100dvh - 154px);border-radius:12px}
  .lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;background:rgba(7,25,17,.68);font-size:32px}
  .lightbox-nav:active{transform:translateY(-50%) scale(.95)}
  .lightbox-prev{left:12px;grid-column:auto}.lightbox-next{right:12px;grid-column:auto}
  .lightbox-footer{min-height:72px;padding:8px 10px 12px;justify-content:center}
  .lightbox-hint{display:none}
  .lightbox-thumbs{width:100%;justify-content:flex-start}
  .lightbox-thumb{width:52px;height:40px}
}
@media(max-width:420px){
  .lightbox-fullscreen{display:none}
  .lightbox-caption{max-width:28vw}
}
@media(prefers-reduced-motion:reduce){
  .image-lightbox,.lightbox-shell,.lightbox-image,.lightbox-image-wrap,.lightbox-tool,.lightbox-nav,.lightbox-thumb{transition:none!important}
  .lightbox-loader span{animation-duration:1.3s}
}

/* Academy course showcase */
.academy-section{background:linear-gradient(180deg,#f8faf8 0%,#eef4f0 100%);border-top:1px solid rgba(23,76,56,.06);border-bottom:1px solid rgba(23,76,56,.06)}
.academy-heading{max-width:860px}
.course-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.course-showcase-card{overflow:hidden;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 18px 50px rgba(21,65,48,.08);display:flex;flex-direction:column;min-width:0}
.course-photo{appearance:none;border:0;padding:0;margin:0;position:relative;display:block;width:100%;overflow:hidden;background:#081812;cursor:zoom-in;text-align:left;isolation:isolate}
.course-photo:focus-visible{outline:3px solid rgba(53,139,101,.46);outline-offset:-4px}
.course-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .35s ease}
.course-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 54%,rgba(4,17,12,.52));pointer-events:none;opacity:.7;transition:opacity .3s ease}
.course-photo:hover img{transform:scale(1.025);filter:saturate(1.04) contrast(1.02)}
.course-photo:hover:after{opacity:.45}
.course-zoom{position:absolute;z-index:2;left:18px;bottom:17px;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(8,29,21,.72);color:#fff;font:700 10px/1 Manrope,Arial;letter-spacing:.02em;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 25px rgba(0,0,0,.18)}
.course-zoom b{font-size:16px;font-weight:500;line-height:.8}
.course-body{padding:28px 29px 30px;display:flex;flex-direction:column;flex:1}
.course-status{display:flex;align-items:center;gap:8px;color:var(--green2);font:700 10px/1.2 Manrope,Arial;letter-spacing:.09em;text-transform:uppercase}
.course-status span{width:7px;height:7px;border-radius:50%;background:#44a178;box-shadow:0 0 0 5px rgba(68,161,120,.10)}
.course-body h3{margin:16px 0 7px;font:800 clamp(25px,2.5vw,34px)/1.08 Manrope,Arial;letter-spacing:-.035em}
.course-subtitle{margin:0 0 17px!important;color:#3c5d4e!important;font-weight:700!important;font-size:13px!important}
.course-body>p:not(.course-subtitle){margin:0;color:var(--muted);font-size:14px;line-height:1.78}
.course-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}
.course-tags span{padding:7px 9px;border:1px solid #dfe8e2;border-radius:999px;background:#f7faf8;color:#53665d;font-size:10px;font-weight:700}
.course-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin:22px 0 26px;padding-top:20px;border-top:1px solid var(--line)}
.course-facts span{color:#52655c;font-size:11px;line-height:1.5}
.course-actions{margin-top:auto}
.course-actions .btn{width:100%}
.academy-bottom{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:20px 22px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.68)}
.academy-bottom p{margin:0;max-width:790px;color:#738179;font-size:11px;line-height:1.7}
.academy-bottom .btn{flex:0 0 auto}

/* Modern scroll-to-top control */
.scroll-up-control{--scroll-accent:#75b696;position:fixed;left:max(18px,env(safe-area-inset-left));bottom:max(18px,env(safe-area-inset-bottom));z-index:8500;width:54px;height:54px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:linear-gradient(145deg,rgba(14,49,36,.96),rgba(7,28,20,.96));box-shadow:0 14px 40px rgba(7,34,24,.26),inset 0 1px rgba(255,255,255,.12);color:#fff;display:grid;place-items:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px) scale(.92);transition:opacity .25s ease,visibility .25s ease,transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease;border-color:rgba(145,202,174,.18);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.scroll-up-control.visible{opacity:1;visibility:visible;transform:none}
.scroll-up-control:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(7,34,24,.34),inset 0 1px rgba(255,255,255,.14)}
.scroll-up-control:active{transform:translateY(-1px) scale(.96)}
.scroll-up-control:focus-visible{outline:3px solid rgba(103,180,143,.38);outline-offset:4px}
.scroll-up-ring{position:absolute;inset:3px;width:48px;height:48px;transform:rotate(-90deg);pointer-events:none}
.scroll-up-ring-track,.scroll-up-ring-progress{fill:none;stroke-width:1.7}
.scroll-up-ring-track{stroke:rgba(255,255,255,.13)}
.scroll-up-ring-progress{stroke:var(--scroll-accent);stroke-linecap:round;transition:stroke-dashoffset .08s linear;filter:drop-shadow(0 0 4px rgba(117,182,150,.28))}
.scroll-up-arrow{position:relative;z-index:1;font:500 22px/1 Arial;transform:translateY(-1px);text-shadow:0 1px 8px rgba(0,0,0,.22)}
body.lightbox-open .scroll-up-control{opacity:0!important;visibility:hidden!important;pointer-events:none}

@media(max-width:760px){.course-showcase-grid{grid-template-columns:1fr}.academy-bottom{align-items:stretch;flex-direction:column}.academy-bottom .btn{width:100%}.course-photo img{aspect-ratio:16/10}.scroll-up-control{left:max(14px,env(safe-area-inset-left));bottom:max(14px,env(safe-area-inset-bottom));width:48px;height:48px;border-radius:16px}.scroll-up-ring{inset:2px;width:44px;height:44px}.scroll-up-arrow{font-size:20px}}
@media(max-width:420px){.course-body{padding:23px 20px 24px}.course-facts{grid-template-columns:1fr}.course-zoom{left:12px;bottom:12px}.scroll-up-control{width:46px;height:46px;border-radius:15px}.scroll-up-ring{width:42px;height:42px}}
@media(prefers-reduced-motion:reduce){.course-photo img,.scroll-up-control,.scroll-up-ring-progress{transition:none!important}}

/* =========================================================
   V7 — Centered Premium Gallery Lightbox
   Keeps the image visually centered while controls float.
   ========================================================= */
.image-lightbox{
  place-items:center;
  padding:clamp(10px,2vw,28px);
  background:transparent;
}
.lightbox-backdrop{
  background:
    radial-gradient(circle at 50% 42%,rgba(62,126,96,.22) 0,rgba(16,48,35,.08) 28%,transparent 56%),
    linear-gradient(180deg,rgba(2,12,8,.91),rgba(3,16,11,.96));
  backdrop-filter:blur(30px) saturate(.9);
  -webkit-backdrop-filter:blur(30px) saturate(.9);
}
.lightbox-shell{
  position:relative;
  z-index:1;
  width:min(1600px,100%);
  height:min(1040px,100%);
  display:block;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  transform:translateY(8px) scale(.985);
  transition:transform .32s cubic-bezier(.2,.82,.2,1);
}
.image-lightbox.is-open .lightbox-shell{transform:none}
.lightbox-shell:before{
  content:"";
  position:absolute;
  inset:10% 10%;
  z-index:-1;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(105,172,140,.11),rgba(33,91,65,.035) 45%,transparent 70%);
  filter:blur(22px);
  pointer-events:none;
}
.lightbox-shell:fullscreen{
  width:100vw;
  height:100vh;
  background:rgba(2,12,8,.97);
}
.lightbox-topbar{
  position:absolute;
  z-index:10;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:min(1040px,calc(100% - 140px));
  min-height:58px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  padding:9px 10px 9px 14px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(22,49,37,.82),rgba(8,27,19,.78));
  box-shadow:0 14px 48px rgba(0,0,0,.25),inset 0 1px rgba(255,255,255,.06);
  backdrop-filter:blur(22px) saturate(1.08);
  -webkit-backdrop-filter:blur(22px) saturate(1.08);
}
.lightbox-title-wrap{
  min-width:0;
  display:flex;
  align-items:center;
  gap:11px;
  color:#fff;
}
.lightbox-counter{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  min-width:46px;
  height:30px;
  margin:0;
  padding:0 9px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:rgba(255,255,255,.58);
  font:700 9px/1 Manrope,Arial;
  letter-spacing:.08em;
}
.lightbox-caption{
  min-width:0;
  max-width:none;
  margin:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:rgba(248,252,249,.95);
  font:650 12px/1.35 Manrope,Arial;
  text-align:left;
}
.lightbox-tools{display:flex;align-items:center;gap:6px}
.lightbox-tool{
  width:38px;
  height:38px;
  border-radius:12px;
  background:rgba(255,255,255,.065);
  border-color:rgba(255,255,255,.11);
}
.lightbox-tool:hover{background:rgba(255,255,255,.13);border-color:rgba(151,211,181,.34)}
.lightbox-close{
  width:40px;
  height:40px;
  border-radius:13px;
  background:rgba(255,255,255,.11);
  font:300 24px/1 Arial;
}
.lightbox-zoom-level{width:42px;font-size:9px;color:rgba(255,255,255,.52)}
.lightbox-reset{width:44px}

/* The stage fills the shell, so the photo itself is centered in the viewport. */
.lightbox-stage{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:1fr;
  place-items:center;
  padding:80px 92px;
  overflow:visible;
}
.lightbox-canvas{
  grid-column:1;
  grid-row:1;
  position:relative;
  width:100%;
  height:100%;
  min-height:0;
  display:grid;
  place-items:center;
  overflow:visible;
  border-radius:0;
  background:transparent;
  touch-action:pan-y;
}
.lightbox-image-wrap{
  position:relative;
  display:grid;
  place-items:center;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  transform-origin:center center;
}
.lightbox-image{
  display:block;
  width:auto;
  height:auto;
  max-width:min(1260px,calc(100vw - 230px));
  max-height:min(80dvh,860px);
  object-fit:contain;
  border-radius:20px;
  background:#0a1611;
  box-shadow:
    0 34px 110px rgba(0,0,0,.62),
    0 9px 28px rgba(0,0,0,.28),
    0 0 0 1px rgba(255,255,255,.10);
}
.lightbox-image.loaded{opacity:1;transform:none}
.lightbox-loader{inset:50% auto auto 50%;width:48px;height:48px;transform:translate(-50%,-50%)}
.lightbox-loader span{width:36px;height:36px}

/* Navigation floats independently of the image box. */
.lightbox-nav{
  position:absolute;
  z-index:9;
  top:50%;
  width:54px;
  height:54px;
  border-radius:18px;
  transform:translateY(-50%);
  background:linear-gradient(180deg,rgba(25,58,43,.78),rgba(7,25,17,.74));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 14px 44px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.06);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  font:300 34px/1 Arial;
}
.lightbox-nav:hover{transform:translateY(-50%) scale(1.045);background:rgba(39,86,64,.82)}
.lightbox-nav:active{transform:translateY(-50%) scale(.96)}
.lightbox-prev{left:14px;grid-column:auto}
.lightbox-next{right:14px;grid-column:auto}

/* Floating thumbnail dock. It overlays the scene rather than pushing the photo upward. */
.lightbox-footer{
  position:absolute;
  z-index:10;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:auto;
  max-width:min(1040px,calc(100% - 140px));
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(15,40,29,.76),rgba(5,21,14,.79));
  box-shadow:0 14px 48px rgba(0,0,0,.23),inset 0 1px rgba(255,255,255,.05);
  backdrop-filter:blur(22px) saturate(1.06);
  -webkit-backdrop-filter:blur(22px) saturate(1.06);
}
.lightbox-hint{
  flex:0 0 auto;
  color:rgba(255,255,255,.38);
  font:600 8.5px/1.35 Manrope,Arial;
  letter-spacing:.035em;
  white-space:nowrap;
}
.lightbox-thumbs{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:0;
  max-width:680px;
  overflow-x:auto;
  padding:1px;
}
.lightbox-thumb{
  width:58px;
  height:42px;
  padding:2px;
  border-radius:10px;
  background:rgba(255,255,255,.045);
  opacity:.5;
}
.lightbox-thumb.active{
  opacity:1;
  border-color:rgba(151,211,181,.88);
  box-shadow:0 0 0 1px rgba(151,211,181,.12),0 8px 20px rgba(0,0,0,.18);
  transform:none;
}
.lightbox-thumb img{border-radius:7px}

@media(max-width:900px){
  .image-lightbox{padding:14px}
  .lightbox-shell{width:100%;height:100%}
  .lightbox-topbar{top:0;width:calc(100% - 96px);min-height:56px}
  .lightbox-stage{padding:72px 66px}
  .lightbox-image{max-width:calc(100vw - 160px);max-height:78dvh;border-radius:18px}
  .lightbox-prev{left:4px}.lightbox-next{right:4px}
  .lightbox-footer{max-width:calc(100% - 96px);min-height:54px}
  .lightbox-hint{display:none}
}

@media(max-width:620px){
  .image-lightbox{padding:0}
  .lightbox-shell{width:100vw;height:100dvh}
  .lightbox-shell:before{inset:18% 0}
  .lightbox-topbar{
    top:max(8px,env(safe-area-inset-top));
    left:8px;
    right:8px;
    width:auto;
    min-height:52px;
    transform:none;
    gap:7px;
    padding:7px 7px 7px 10px;
    border-radius:16px;
  }
  .lightbox-title-wrap{gap:7px}
  .lightbox-caption{max-width:32vw;font-size:10px}
  .lightbox-counter{min-width:39px;height:27px;padding:0 7px;font-size:8px}
  .lightbox-tools{gap:4px}
  .lightbox-tool{width:34px;height:34px;border-radius:10px;font-size:14px}
  .lightbox-zoom-level,.lightbox-reset,.lightbox-fullscreen{display:none}
  .lightbox-close{width:36px;height:36px;font-size:22px}
  .lightbox-stage{
    inset:0;
    padding:max(70px,calc(env(safe-area-inset-top) + 62px)) 12px max(76px,calc(env(safe-area-inset-bottom) + 68px));
  }
  .lightbox-canvas{width:100%;height:100%;border-radius:0}
  .lightbox-image{
    max-width:calc(100vw - 24px);
    max-height:calc(100dvh - 154px);
    border-radius:14px;
    box-shadow:0 24px 75px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.08);
  }
  .lightbox-nav{
    top:50%;
    width:42px;
    height:42px;
    border-radius:14px;
    background:rgba(8,27,19,.7);
    font-size:29px;
  }
  .lightbox-prev{left:8px}.lightbox-next{right:8px}
  .lightbox-footer{
    left:8px;
    right:8px;
    bottom:max(8px,env(safe-area-inset-bottom));
    width:auto;
    max-width:none;
    min-height:52px;
    transform:none;
    padding:6px 8px;
    border-radius:16px;
  }
  .lightbox-thumbs{width:100%;max-width:none;justify-content:flex-start}
  .lightbox-thumb{width:54px;height:40px}
}

@media(max-width:390px){
  .lightbox-caption{display:none}
  .lightbox-topbar{grid-template-columns:auto 1fr}
  .lightbox-title-wrap{justify-self:start}
  .lightbox-tools{justify-self:end}
  .lightbox-stage{padding-left:8px;padding-right:8px}
  .lightbox-image{max-width:calc(100vw - 16px)}
}

@media(prefers-reduced-motion:reduce){
  .image-lightbox,.lightbox-shell,.lightbox-image,.lightbox-image-wrap,.lightbox-tool,.lightbox-nav,.lightbox-thumb{transition:none!important}
}

/* WhatsApp visibility + compact hero heading update */
.hero h1{max-width:680px;font-size:clamp(30px,3.1vw,44px);line-height:1.1;letter-spacing:-.032em;margin:12px 0 16px}
.asset-hero h1{font-size:clamp(34px,4vw,46px);line-height:1.08;letter-spacing:-.035em}
.wa-svg{width:20px;height:20px;display:block;flex:0 0 auto}
.header-whatsapp{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid rgba(21,105,73,.16);border-radius:10px;background:#e9f7ef;color:#176747!important;font-size:12px;font-weight:800;box-shadow:0 6px 20px rgba(20,91,63,.07);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.header-whatsapp:hover{background:#ddf2e6;transform:translateY(-1px);box-shadow:0 9px 22px rgba(20,91,63,.12)}
.btn-whatsapp{background:linear-gradient(135deg,#1f8b61,#176747);color:#fff;border:1px solid rgba(255,255,255,.06);box-shadow:0 10px 26px rgba(23,103,71,.18)}
.btn-whatsapp:hover{box-shadow:0 14px 32px rgba(23,103,71,.24)}
.btn-whatsapp-light{background:#e7f8ee;color:#115c3e;border:1px solid rgba(255,255,255,.18)}
.btn-whatsapp-light:hover{background:#f2fff7}
.section-whatsapp-row{display:flex;justify-content:flex-start;margin-top:28px}
.whatsapp-inline{display:inline-flex;align-items:center;gap:12px;min-width:min(100%,330px);padding:12px 14px;border:1px solid rgba(23,103,71,.12);border-radius:16px;background:linear-gradient(135deg,#f0faf4,#e5f5ec);color:#145d41;box-shadow:0 10px 28px rgba(19,86,59,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.whatsapp-inline:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(19,86,59,.12);border-color:rgba(23,103,71,.2)}
.whatsapp-inline .wa-svg{width:23px;height:23px}
.whatsapp-inline>span{display:flex;flex-direction:column;min-width:0}
.whatsapp-inline strong{font:800 13px/1.2 Manrope,Arial}
.whatsapp-inline small{margin-top:3px;color:#5f7469;font-size:11px;line-height:1.35}
.whatsapp-inline>b{margin-left:auto;font-size:16px;font-weight:600}
.whatsapp-inline-dark{margin-top:26px;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.11);color:#fff;box-shadow:none}
.whatsapp-inline-dark:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.17);box-shadow:none}
.whatsapp-inline-dark small{color:#a9bdb3}
.asset-whatsapp{display:flex;align-items:center;gap:9px;margin-top:14px;padding:11px 13px;border-radius:12px;background:#edf8f2;color:#176747;font-size:12px;font-weight:800;border:1px solid rgba(23,103,71,.1);transition:background .2s ease,transform .2s ease}
.asset-whatsapp:hover{background:#e1f3e9;transform:translateY(-1px)}
.asset-whatsapp .wa-svg{width:18px;height:18px}
.asset-whatsapp b{margin-left:auto;font-size:14px}
.academy-bottom-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.footer-whatsapp{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px;color:#176747!important;font-weight:700}
.footer-whatsapp .wa-svg{width:16px;height:16px}
.floating-whatsapp{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:8450;display:flex;align-items:center;gap:10px;min-height:54px;padding:0 18px 0 15px;border-radius:18px;background:linear-gradient(145deg,#1e8c61,#126443);color:#fff;box-shadow:0 16px 42px rgba(10,74,48,.28),inset 0 1px rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.13);font:800 12px/1 Manrope,Arial;letter-spacing:.01em;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .22s ease,box-shadow .22s ease,opacity .2s ease}
.floating-whatsapp:hover{transform:translateY(-3px);box-shadow:0 21px 50px rgba(10,74,48,.34),inset 0 1px rgba(255,255,255,.2)}
.floating-whatsapp:active{transform:translateY(-1px) scale(.98)}
.floating-whatsapp:focus-visible{outline:3px solid rgba(53,196,126,.28);outline-offset:4px}
.floating-whatsapp .wa-svg{width:24px;height:24px}
body.lightbox-open .floating-whatsapp{opacity:0;visibility:hidden;pointer-events:none}
@media(max-width:900px){.main-nav>a.header-whatsapp{display:inline-flex!important}.header-whatsapp span{display:none}.header-whatsapp{width:39px;height:39px;padding:0;justify-content:center;border-radius:11px}.header-whatsapp .wa-svg{width:20px;height:20px}.main-nav{gap:9px}.nav-cta{font-size:12px}.academy-bottom-actions{width:100%;justify-content:flex-start}}
@media(max-width:620px){.hero h1{font-size:29px;line-height:1.12;margin:10px 0 14px}.asset-hero h1{font-size:34px;line-height:1.08}.hero-actions{gap:9px;margin-top:26px}.section-whatsapp-row{margin-top:22px}.whatsapp-inline{width:100%;min-width:0}.floating-whatsapp{right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));width:48px;height:48px;min-height:48px;padding:0;border-radius:16px;justify-content:center}.floating-whatsapp span{display:none}.floating-whatsapp .wa-svg{width:23px;height:23px}.academy-bottom-actions{display:grid;grid-template-columns:1fr}.academy-bottom-actions .btn{width:100%}.footer-whatsapp{justify-content:flex-start}}
@media(max-width:420px){.hero h1{font-size:27px}.asset-hero h1{font-size:32px}.header-whatsapp{width:36px;height:36px}.nav-cta{padding:8px 10px;font-size:10px}.floating-whatsapp{width:46px;height:46px;border-radius:15px}.whatsapp-inline small{font-size:10.5px}}
@media(prefers-reduced-motion:reduce){.header-whatsapp,.whatsapp-inline,.asset-whatsapp,.floating-whatsapp{transition:none!important}}
.book-actions,.course-actions{display:grid;gap:9px}

/* Premium WhatsApp navigation button — balanced visibility */
.header-whatsapp{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:40px;
  padding:9px 13px 9px 11px;
  border:1px solid rgba(22,118,76,.16);
  border-radius:12px;
  background:linear-gradient(180deg,rgba(239,250,244,.96),rgba(228,246,236,.94));
  color:#126443!important;
  box-shadow:0 7px 20px rgba(18,100,67,.07),inset 0 1px 0 rgba(255,255,255,.8);
  font:800 12px/1 Manrope,Arial,sans-serif;
  letter-spacing:.005em;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;
}
.header-whatsapp .wa-svg{width:20px;height:20px;color:#178653}
.header-whatsapp i{
  width:6px;height:6px;border-radius:50%;background:#25b96d;
  box-shadow:0 0 0 3px rgba(37,185,109,.11);
  flex:0 0 auto;
}
.header-whatsapp:hover{
  transform:translateY(-1px);
  border-color:rgba(22,118,76,.25);
  background:linear-gradient(180deg,#f4fcf7,#e4f7ec);
  box-shadow:0 11px 26px rgba(18,100,67,.12),inset 0 1px 0 rgba(255,255,255,.9);
}
.header-whatsapp:active{transform:translateY(0) scale(.985)}
.header-whatsapp:focus-visible{outline:3px solid rgba(37,185,109,.18);outline-offset:3px}
@media(max-width:1100px) and (min-width:901px){
  .main-nav{gap:15px}
  .main-nav>a:not(.nav-cta):not(.header-whatsapp){font-size:12px}
  .header-whatsapp{padding-left:10px;padding-right:11px}
}
@media(max-width:900px){
  .main-nav>a.header-whatsapp{display:inline-flex!important}
  .header-whatsapp{width:40px;height:40px;min-height:40px;padding:0;border-radius:12px;gap:0}
  .header-whatsapp span,.header-whatsapp i{display:none}
  .header-whatsapp .wa-svg{width:21px;height:21px}
}
@media(max-width:620px){
  .header-whatsapp{width:38px;height:38px;min-height:38px;border-radius:11px}
  .header-whatsapp .wa-svg{width:20px;height:20px}
}
@media(prefers-reduced-motion:reduce){.header-whatsapp{transition:none!important}}

/* Private portfolio member access */
.member-nav-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 12px;border:1px solid rgba(23,76,56,.14);border-radius:11px;background:rgba(255,255,255,.7);color:var(--green)!important;font:800 11px/1 Manrope,Arial;white-space:nowrap;transition:.2s ease}
.member-nav-btn:before{content:"";width:8px;height:8px;border-radius:50%;border:1.5px solid currentColor;margin-right:7px;box-shadow:0 6px 0 -4px currentColor}
.member-nav-btn:hover{background:#fff;transform:translateY(-1px);box-shadow:0 8px 22px rgba(14,57,40,.08)}
.asset-badge.private{background:#172f25;color:#fff;border:1px solid rgba(255,255,255,.08)}
.member-private-card{border-color:rgba(23,76,56,.2);box-shadow:0 18px 48px rgba(16,54,39,.08)}
.member-private-card:after{content:"";position:absolute;inset:0;border-radius:22px;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(81,142,113,.08)}
.private-detail-badge{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;padding:8px 11px;border-radius:999px;background:#102d21;color:#eef8f2;font:800 10px/1 Manrope,Arial;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 20px rgba(12,45,32,.12)}
.private-detail-badge span{font-size:8px;color:#80b39b}
.private-access{background:linear-gradient(180deg,#edf4ef 0%,#f5f8f6 100%);padding-top:80px;padding-bottom:80px}
.private-access-shell{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;padding:56px;border-radius:32px;background:radial-gradient(circle at 80% 15%,rgba(99,160,131,.18),transparent 34%),linear-gradient(135deg,#102d21,#0b2017);color:#fff;overflow:hidden;box-shadow:0 28px 80px rgba(7,35,24,.16)}
.private-access-shell:before{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(255,255,255,.06);border-radius:50%;right:-100px;bottom:-120px}
.private-access-copy{position:relative;z-index:1}.private-access-copy .section-number{color:#8cab9c}.private-access-copy .eyebrow{color:#9cc3b0}.private-access-copy h2{margin:15px 0 18px;font:800 clamp(30px,3.4vw,46px)/1.08 Manrope,Arial;letter-spacing:-.035em;max-width:720px}.private-access-copy>p{margin:0;color:#b9c9c1;font-size:16px;line-height:1.8;max-width:720px}.private-access-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.private-access-actions .btn-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:#fff}.private-access-note{display:flex;gap:10px;align-items:flex-start;margin-top:22px;padding:13px 15px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:rgba(255,255,255,.05);color:#aebfb7;font-size:11px;line-height:1.65}.private-access-note span{color:#75b495;font-weight:800}.private-access-flow{position:relative;z-index:1;display:grid;gap:10px}.private-access-flow>div:not(.private-access-lock){display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(255,255,255,.055);backdrop-filter:blur(10px)}.private-access-flow b{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:rgba(125,182,153,.12);color:#9bc2af;font:800 10px Manrope,Arial}.private-access-flow span{display:flex;flex-direction:column}.private-access-flow strong{font:700 14px/1.3 Manrope,Arial}.private-access-flow small{margin-top:4px;color:#9fb1a8;font-size:11px;line-height:1.55}.private-access-lock{margin-top:6px;padding:20px;border-radius:18px;background:#f3f8f5;color:var(--dark);display:grid;grid-template-columns:52px 1fr;column-gap:14px;align-items:center;box-shadow:0 18px 44px rgba(0,0,0,.18)}.private-access-lock>span{grid-row:1/3;width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:var(--dark);color:#fff;font:800 12px Manrope,Arial;letter-spacing:.08em}.private-access-lock strong{font:800 14px Manrope,Arial}.private-access-lock small{color:#697870;font-size:10px;overflow:hidden;text-overflow:ellipsis}

/* Member authentication & dashboard */
.member-page{background:#f2f5f2}.member-auth-section{padding:72px 0 90px;background:radial-gradient(circle at 15% 10%,rgba(62,128,98,.12),transparent 34%),linear-gradient(180deg,#f8faf8,#eef3f0)}.member-auth-grid{display:grid;grid-template-columns:1.1fr .75fr;gap:80px;align-items:center}.member-auth-intro h1{max-width:700px;margin:16px 0 18px;font:800 clamp(34px,4vw,52px)/1.08 Manrope,Arial;letter-spacing:-.04em}.member-auth-intro>p{max-width:680px;color:var(--muted);font-size:16px;line-height:1.8}.member-steps{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:32px}.member-steps>div{display:grid;grid-template-columns:38px 1fr;gap:11px;padding:15px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.65)}.member-steps b{font:800 10px Manrope,Arial;color:#789088}.member-steps span{display:flex;flex-direction:column}.member-steps strong{font:800 12px Manrope,Arial}.member-steps small{margin-top:3px;color:var(--muted);font-size:10px;line-height:1.5}.member-auth-card{padding:32px;border:1px solid rgba(23,76,56,.1);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 26px 70px rgba(16,54,39,.11)}.member-card-kicker{color:var(--green2);font:800 9px Manrope,Arial;letter-spacing:.13em}.member-auth-card h2{margin:8px 0 24px;font:800 27px Manrope,Arial}.member-auth-card>p{color:var(--muted);font-size:13px;line-height:1.65}.member-auth-card label,.member-password-box label{display:flex;flex-direction:column;gap:7px;margin-bottom:15px;color:#405047;font-size:11px;font-weight:700}.member-auth-card input,.member-password-box input{width:100%;min-height:46px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:11px 13px;color:var(--ink);font:500 13px DM Sans,Arial;outline:none;transition:.18s ease}.member-auth-card input:focus,.member-password-box input:focus{border-color:#79a58e;box-shadow:0 0 0 3px rgba(36,112,80,.08)}.member-auth-card label small{color:var(--muted);font-size:9px;font-weight:500}.member-check{flex-direction:row!important;align-items:flex-start;gap:10px!important;font-weight:500!important;line-height:1.55}.member-check input{width:16px!important;height:16px!important;min-height:16px!important;margin-top:2px;accent-color:var(--green)}.member-form-links{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:18px;color:var(--muted);font-size:10px}.member-form-links a{color:var(--green);font-weight:800}.member-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.member-alert{padding:12px 14px;margin-bottom:18px;border-radius:11px;font-size:11px;line-height:1.55}.member-alert.success{background:#edf8f1;color:#24623f;border:1px solid #cfe7d8}.member-alert.error{background:#fff0f0;color:#8e3232;border:1px solid #f2cccc}
.member-dashboard-hero{padding:64px 0 48px;background:radial-gradient(circle at 85% 10%,rgba(57,129,96,.14),transparent 30%),linear-gradient(180deg,#f8faf8,#eef3f0)}.member-dashboard-head{display:grid;grid-template-columns:1.3fr .7fr;gap:60px;align-items:center}.member-dashboard-head h1{margin:14px 0 15px;font:800 clamp(34px,4vw,50px)/1.07 Manrope,Arial;letter-spacing:-.04em}.member-dashboard-head p{max-width:720px;margin:0;color:var(--muted);font-size:16px;line-height:1.8}.member-profile-card{justify-self:end;width:min(100%,340px);padding:24px;border:1px solid rgba(23,76,56,.1);border-radius:20px;background:#fff;box-shadow:0 16px 48px rgba(15,48,35,.08)}.member-profile-card>span{color:#819087;font-size:9px;text-transform:uppercase;letter-spacing:.13em}.member-profile-card>strong{display:block;margin-top:8px;font:800 19px Manrope,Arial}.member-profile-card>small{display:block;margin-top:3px;color:var(--muted);font-size:11px;overflow:hidden;text-overflow:ellipsis}.member-status{display:inline-flex;align-items:center;gap:7px;margin-top:16px;padding:7px 9px;border-radius:999px;font-size:9px;font-weight:800}.member-status i{width:6px;height:6px;border-radius:50%}.member-status.pending{background:#fff5dc;color:#8b6622}.member-status.pending i{background:#d8a03a}.member-status.active{background:#e8f6ee;color:#236947}.member-status.active i{background:#36a16a}.member-status.blocked{background:#fff0f0;color:#943939}.member-status.blocked i{background:#c95151}.member-dashboard{padding-top:52px}.member-access-banner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:26px 28px;margin-bottom:46px;border:1px solid var(--line);border-radius:20px;background:#fff}.member-access-banner>div>span{font:800 9px Manrope,Arial;letter-spacing:.13em;color:var(--green2);text-transform:uppercase}.member-access-banner h2{margin:8px 0 0;max-width:790px;font:800 18px/1.5 Manrope,Arial}.member-access-banner.pending{border-color:#ead9a8;background:#fffdf7}.member-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.member-section-head h2{margin:0;font:800 30px Manrope,Arial;letter-spacing:-.03em}.member-empty{padding:48px 30px;border:1px dashed #cddbd3;border-radius:22px;background:linear-gradient(180deg,#fff,#f8faf8);text-align:center}.member-lock{width:54px;height:54px;margin:0 auto 16px;display:grid;place-items:center;border-radius:16px;background:#eaf3ee;color:var(--green);font-size:25px}.member-empty h3{margin:0;font:800 20px Manrope,Arial}.member-empty p{max-width:620px;margin:9px auto 22px;color:var(--muted);font-size:13px}.member-account-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px;margin-top:38px}.member-security-box,.member-password-box{padding:25px;border:1px solid var(--line);border-radius:18px;background:#fff}.member-security-box h3,.member-password-box h3{margin:8px 0 12px;font:800 17px Manrope,Arial}.member-security-box p{margin:0;color:var(--muted);font-size:12px}.member-password-box .btn{min-height:44px}.member-assets{margin-bottom:10px}

@media(max-width:1050px){.private-access-shell{gap:44px;padding:44px}.member-auth-grid{gap:50px}.member-nav-btn{font-size:10px;padding-inline:10px}}
@media(max-width:900px){.main-nav>a.member-nav-btn{display:inline-flex!important}.member-nav-btn{width:40px;height:40px;min-height:40px;padding:0;font-size:0;border-radius:12px}.member-nav-btn:before{width:10px;height:10px;margin:0}.private-access-shell,.member-auth-grid,.member-dashboard-head{grid-template-columns:1fr}.private-access-shell{gap:36px}.member-auth-card{max-width:560px}.member-profile-card{justify-self:start}.member-account-grid{grid-template-columns:1fr}.member-steps{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.private-access{padding:58px 0}.private-access-shell{padding:28px 22px;border-radius:23px}.private-access-copy h2{font-size:29px}.private-access-actions{display:grid;grid-template-columns:1fr}.private-access-actions .btn{width:100%}.member-auth-section{padding:44px 0 65px}.member-auth-grid{gap:32px}.member-auth-intro h1{font-size:31px}.member-steps{grid-template-columns:1fr}.member-auth-card{padding:24px 20px;border-radius:19px}.member-dashboard-hero{padding:45px 0 34px}.member-dashboard-head{gap:28px}.member-dashboard-head h1{font-size:31px}.member-profile-card{width:100%}.member-access-banner{align-items:flex-start;flex-direction:column;padding:21px}.member-access-banner .btn{width:100%}.member-section-head{align-items:flex-start;flex-direction:column}.member-account-grid{gap:12px}.member-nav-btn{width:38px;height:38px}.main-nav{gap:6px}.main-nav .nav-cta{display:none}.brand strong{font-size:12px}}
@media(max-width:420px){.brand span:last-child{display:none}.header-inner{gap:7px}.language-switch a{min-width:24px}.private-access-shell{padding-inline:18px}.member-auth-intro h1,.member-dashboard-head h1{font-size:28px}}

/* Header registration CTA — clear, premium and responsive */
.header-register{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:9px 14px 9px 12px;border-radius:12px;background:linear-gradient(135deg,#22694f 0%,#174c38 58%,#0f3829 100%);color:#fff!important;border:1px solid rgba(14,56,41,.2);box-shadow:0 8px 22px rgba(23,76,56,.18),inset 0 1px 0 rgba(255,255,255,.12);font:800 11px/1 Manrope,Arial;white-space:nowrap;letter-spacing:.01em;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.header-register:before{content:"+";display:grid;place-items:center;width:20px;height:20px;border-radius:7px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.15);font:800 14px/1 Manrope,Arial;color:#fff}
.header-register b{font:800 13px/1 Manrope,Arial;transition:transform .2s ease}
.header-register:hover,.header-register.active{transform:translateY(-1px);filter:saturate(1.07);box-shadow:0 12px 28px rgba(23,76,56,.24),inset 0 1px 0 rgba(255,255,255,.14)}
.header-register:hover b{transform:translateX(2px)}
.header-register:focus-visible{outline:3px solid rgba(34,105,79,.22);outline-offset:3px}
@media(max-width:1050px){.header-register{padding:9px 11px;gap:6px}.header-register:before{width:18px;height:18px;border-radius:6px}.header-register b{display:none}}
@media(max-width:900px){.main-nav>a.header-register{display:inline-flex!important}.header-register{min-height:40px;padding:9px 12px;font-size:10px}.main-nav{gap:7px}}
@media(max-width:620px){.header-register{height:38px;min-height:38px;padding:8px 10px;border-radius:11px;font-size:10px}.header-register:before{width:17px;height:17px;font-size:12px}.main-nav{gap:5px}.main-nav .language-switch{margin-right:0}}
@media(max-width:480px){.brand span:last-child{display:none}.brand{gap:0}.header-inner{gap:7px}.header-register{padding-inline:9px}.header-register:before{display:none}.main-nav{gap:5px}}

/* Login distinction: member email login vs. administrator login */
.member-admin-switch{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding:14px 15px;border:1px solid rgba(23,76,56,.12);border-radius:14px;background:linear-gradient(135deg,#f5f9f6,#eef5f1)}
.member-admin-switch>div{display:flex;flex-direction:column;min-width:0}
.member-admin-switch>div>span{color:var(--green2);font:800 8px/1 Manrope,Arial;letter-spacing:.13em}
.member-admin-switch strong{margin-top:6px;font:800 12px/1.2 Manrope,Arial;color:var(--dark)}
.member-admin-switch small{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.45}
.member-admin-switch>a{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:9px 12px;border-radius:10px;background:var(--dark);color:#fff;font:800 9px/1 Manrope,Arial;box-shadow:0 8px 20px rgba(12,48,34,.12)}
.member-admin-switch>a:hover{transform:translateY(-1px);background:var(--green)}
.member-admin-switch>a b{font-size:12px}
@media(max-width:620px){.member-admin-switch{align-items:flex-start;flex-direction:column}.member-admin-switch>a{width:100%;justify-content:center}}

/* Member dashboard: public + private portfolio overview */
.member-overview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:-22px 0 42px}
.member-overview-stats>div{position:relative;overflow:hidden;padding:20px 22px;border:1px solid rgba(23,76,56,.1);border-radius:18px;background:linear-gradient(145deg,#fff,#f6f9f7);box-shadow:0 12px 34px rgba(16,54,39,.05)}
.member-overview-stats>div:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-44px;top:-44px;background:rgba(55,126,94,.07)}
.member-overview-stats span{display:block;color:#78867f;font:800 9px/1.2 Manrope,Arial;letter-spacing:.12em;text-transform:uppercase}
.member-overview-stats strong{display:block;margin-top:10px;color:var(--dark);font:800 27px/1 Manrope,Arial;letter-spacing:-.03em}
.member-overview-stats small{display:block;margin-top:7px;color:var(--muted);font-size:10px}
.member-overview-status strong{font-size:18px;line-height:1.15}
.member-section-head-rich{align-items:flex-start;margin-top:12px}
.member-section-head-rich>div{max-width:760px}
.member-section-head-rich p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.7}
.member-public-portfolio{margin-top:58px;padding-top:46px;border-top:1px solid var(--line)}
.member-public-assets{position:relative}
.member-public-card{border-color:rgba(23,76,56,.12);background:linear-gradient(180deg,#fff 0%,#f8fbf9 100%);box-shadow:0 12px 34px rgba(17,55,40,.045)}
.member-public-card:hover{transform:translateY(-2px);box-shadow:0 18px 48px rgba(17,55,40,.08)}
.asset-badge.public{background:#e7f3ed;color:#266447;border:1px solid #d2e7dc}
.member-public-card .asset-icon{background:linear-gradient(135deg,#244f3e,#39745a)}
@media(max-width:900px){.member-overview-stats{grid-template-columns:1fr 1fr}.member-overview-stats>div:last-child{grid-column:1/-1}.member-public-portfolio{margin-top:48px;padding-top:38px}}
@media(max-width:620px){.member-overview-stats{grid-template-columns:1fr;margin-top:-12px;margin-bottom:34px}.member-overview-stats>div:last-child{grid-column:auto}.member-overview-stats>div{padding:17px 18px}.member-section-head-rich{margin-top:6px}.member-public-portfolio{margin-top:40px;padding-top:32px}.member-section-head-rich p{font-size:12px}.member-overview-status strong{font-size:17px}}

/* Compact heading scale v2 — smaller, calmer and more space-efficient across the whole frontend */
.hero h1{max-width:680px;font-size:clamp(26px,2.7vw,38px);line-height:1.11;letter-spacing:-.03em;margin:10px 0 14px}
.asset-hero h1{max-width:760px;font-size:clamp(28px,3.2vw,40px);line-height:1.08;letter-spacing:-.032em;margin:14px 0 18px}
.section-heading h2,.control h2,.detail-content h2,.consulting h2{font-size:clamp(24px,2.7vw,36px);line-height:1.12;letter-spacing:-.03em;margin-bottom:12px}
.private-access-copy h2{font-size:clamp(26px,3vw,38px);line-height:1.11;letter-spacing:-.03em;margin:12px 0 15px}
.member-auth-intro h1,.member-dashboard-head h1{font-size:clamp(27px,3vw,38px);line-height:1.1;letter-spacing:-.032em;margin-top:12px;margin-bottom:14px}
.member-auth-card h2{font-size:23px;margin:7px 0 20px}
.member-section-head h2{font-size:24px;letter-spacing:-.025em}
.member-access-banner h2{font-size:16px;line-height:1.45}
.member-empty h3{font-size:18px}
.member-security-box h3,.member-password-box h3{font-size:16px}
.principle-grid h3{font-size:17px;margin:28px 0 10px}
.asset-card h3{font-size:23px;margin:6px 0 9px}
.knowledge-card h3{font-size:23px;margin:38px 0 10px}
.visual-copy h3{font-size:22px;line-height:1.15;margin:12px 0 9px}
.book-body h3{font-size:25px;line-height:1.1;margin:13px 0 7px}
.course-body h3{font-size:clamp(22px,2.2vw,28px);line-height:1.1;margin:13px 0 7px}
.not-found h1{font-size:34px;line-height:1.1}

@media(max-width:620px){
  .hero h1{font-size:24px;line-height:1.13;margin:8px 0 12px}
  .asset-hero h1{font-size:26px;line-height:1.1;margin:11px 0 15px}
  .section-heading h2,.control h2,.detail-content h2,.consulting h2{font-size:22px;line-height:1.15;margin-bottom:10px}
  .private-access-copy h2{font-size:24px;line-height:1.12}
  .member-auth-intro h1,.member-dashboard-head h1{font-size:25px;line-height:1.12}
  .member-auth-card h2{font-size:21px}
  .member-section-head h2{font-size:22px}
  .asset-card h3,.knowledge-card h3{font-size:21px}
  .visual-copy h3{font-size:20px}
  .book-body h3{font-size:21px}
  .course-body h3{font-size:21px}
  .not-found h1{font-size:29px}
}

/* =====================================================================
   PRESENTATION PDF SECTION · EXACT PREMIUM REPLACEMENT
   Activated through style.css so no additional include is required.
   ===================================================================== */
.pp-light{
  position: relative;
  background:
    radial-gradient(circle at 14% 86%, rgba(227,214,184,.28), transparent 24%),
    linear-gradient(180deg, #fcfbf7 0%, #f7f3ea 100%) !important;
  border-top: 1px solid rgba(219, 205, 176, .42);
  border-bottom: 1px solid rgba(219, 205, 176, .36);
}
.pp-light::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48%;
  height: 78%;
  pointer-events: none;
  opacity: .78;
  background:
    radial-gradient(circle at 28% 88%, rgba(241,230,205,.95) 0%, rgba(241,230,205,.12) 48%, transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,0) 44%, rgba(255,246,229,.72) 100%);
}
.pp-light-grid{
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(780px, 1.35fr);
  gap: 46px;
  align-items: stretch;
  min-height: 360px;
}
.pp-quote-card{
  position: relative;
  margin: 0;
  min-height: 340px;
  padding: 42px 24px 40px 78px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pp-quote-card::before{
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background:
    radial-gradient(circle at 38% 78%, rgba(224,211,183,.45), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(243,238,228,.72) 100%);
  pointer-events: none;
}
.pp-quote-card > span{
  position: absolute;
  left: 18px;
  top: 22px;
  font: 700 96px/1 Georgia, serif;
  color: #e4c36a !important;
}
.pp-quote-card p{
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0;
  color: #173529 !important;
  font: italic 700 clamp(28px, 2.65vw, 60px)/1.28 "Playfair Display", Georgia, serif !important;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.pp-quote-card footer{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  color: #7f857d !important;
  font: 700 10px/1 Manrope, Arial, sans-serif !important;
  letter-spacing: .30em;
  text-transform: uppercase;
}
.pp-quote-card footer i{
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: #d5ab49 !important;
}
.pp-pdf-card{
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 36px 34px 34px 500px !important;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  gap: 28px;
  align-items: center;
  border-radius: 24px !important;
  border: 1px solid rgba(218, 199, 159, .86) !important;
  background:
    radial-gradient(circle at 90% 18%, rgba(235,220,189,.26), transparent 22%),
    linear-gradient(180deg, #fffdfa 0%, #fbf8f1 100%) !important;
  box-shadow:
    0 18px 42px rgba(60, 48, 24, .08),
    inset 0 0 0 1px rgba(255,255,255,.9) !important;
}
.pp-pdf-card::before{
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 18px;
  border: 1px solid rgba(214, 190, 140, .52);
  pointer-events: none;
}
.pp-pdf-card::after{
  content: "Mehr\A möglich\A machen.";
  white-space: pre;
  position: absolute;
  right: 26px;
  bottom: 26px;
  color: rgba(199, 168, 116, .78);
  font: italic 500 27px/1.08 "Playfair Display", Georgia, serif;
  letter-spacing: -.03em;
  text-align: left;
  opacity: .82;
}
.pp-pdf-card .pp-book{
  position: absolute !important;
  left: 26px !important;
  bottom: 26px !important;
  width: 430px !important;
  height: 350px !important;
  border-radius: 0 !important;
  background: url('/assets/img/presentation/presentation-pdf-brochure-deluxe.webp') center center / contain no-repeat !important;
  box-shadow: none !important;
  transform: none !important;
  overflow: visible !important;
}
.pp-pdf-card .pp-book img,
.pp-pdf-card .pp-book-spine,
.pp-pdf-card .pp-book::before,
.pp-pdf-card .pp-book::after{
  display: none !important;
}
.pp-pdf-copy{
  position: relative;
  z-index: 1;
}
.pp-pdf-kicker{
  margin-bottom: 10px;
  color: #c39234 !important;
  font: 800 10px/1 Manrope, Arial, sans-serif !important;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.pp-pdf-copy h2{
  max-width: 560px;
  margin: 0 0 14px;
  color: #153428 !important;
  font: 700 clamp(30px, 2.35vw, 54px)/.98 "Playfair Display", Georgia, serif !important;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.pp-pdf-copy p{
  max-width: 540px;
  margin: 0 0 20px;
  color: #6f7670 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}
.pp-pdf-copy ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.pp-pdf-copy li{
  display: flex;
  align-items: center;
  gap: 14px;
  color: #405149 !important;
  font: 700 14px/1.4 Manrope, Arial, sans-serif !important;
}
.pp-pdf-copy li span{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: #172214 !important;
  background: linear-gradient(135deg, #f5d784 0%, #e5ba4f 100%) !important;
  box-shadow: 0 6px 14px rgba(213, 169, 73, .24);
}
.pp-pdf-action{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.pp-download{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 92px;
  padding: 18px 22px;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #f7df94 0%, #e9c361 46%, #d9a742 100%) !important;
  color: #2a291d !important;
  text-decoration: none;
  font: 800 18px/1.1 "Playfair Display", Georgia, serif !important;
  box-shadow: 0 16px 34px rgba(211, 166, 64, .20), inset 0 1px rgba(255,255,255,.72) !important;
}
.pp-download span{
  font-size: 33px !important;
  line-height: 1;
}
.pp-download:hover{
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(211, 166, 64, .28), inset 0 1px rgba(255,255,255,.72) !important;
}
.pp-pdf-action small{
  margin-top: 14px;
  color: #9a9b97 !important;
  text-align: center;
  font-size: 12px !important;
}
@media (max-width: 1180px){
  .pp-light-grid{grid-template-columns:1fr;gap:18px}
  .pp-quote-card{min-height:250px;padding:34px 12px 18px 68px}
  .pp-pdf-card{min-height:320px;padding:32px 24px 28px 420px !important;grid-template-columns:minmax(0, 1fr) 225px}
  .pp-pdf-card .pp-book{width:365px !important;height:300px !important;left:20px !important}
}
@media (max-width: 900px){
  .pp-quote-card p{font-size:30px !important}
  .pp-pdf-card{padding:28px 22px 24px !important;grid-template-columns:1fr;gap:18px}
  .pp-pdf-card .pp-book{position:relative !important;left:auto !important;bottom:auto !important;width:100% !important;max-width:500px;height:265px !important;margin:0 auto 4px}
  .pp-pdf-card::after{display:none}
}
@media (max-width: 680px){
  .pp-light-grid{gap:10px}
  .pp-quote-card{min-height:0;padding:28px 4px 8px 42px}
  .pp-quote-card > span{left:0;top:10px;font-size:64px}
  .pp-quote-card p{font-size:24px !important;line-height:1.34 !important}
  .pp-quote-card footer{gap:12px;margin-top:18px;font-size:8px !important;letter-spacing:.24em}
  .pp-pdf-card{border-radius:18px !important;padding:20px 16px 18px !important}
  .pp-pdf-card .pp-book{height:215px !important}
  .pp-pdf-kicker{font-size:8px !important}
  .pp-pdf-copy h2{font-size:24px !important}
  .pp-pdf-copy p{font-size:13px !important;margin-bottom:16px}
  .pp-pdf-copy li{font-size:13px !important;gap:10px}
  .pp-pdf-copy li span{width:28px;height:28px;flex-basis:28px}
  .pp-download{min-height:68px;font-size:16px !important;border-radius:14px !important}
  .pp-download span{font-size:26px !important}
  .pp-pdf-action small{font-size:11px !important}
}

/* =====================================================================
   FINAL REPLACEMENT · Replace old narrow booklet with the new brochure mockup
   This block is intentionally highly specific to override later premium CSS.
   ===================================================================== */
html body .presentation-premium .pp-light,
html body section.presentation-premium .pp-light{
  background:
    radial-gradient(circle at 12% 84%, rgba(233,223,196,.34), transparent 25%),
    linear-gradient(180deg, #fdfbf7 0%, #f8f5ed 100%) !important;
  border-top: 1px solid rgba(224, 212, 184, .58) !important;
  border-bottom: 1px solid rgba(224, 212, 184, .52) !important;
}

html body .presentation-premium .pp-light::before,
html body section.presentation-premium .pp-light::before{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 48% !important;
  height: 82% !important;
  background:
    radial-gradient(circle at 32% 88%, rgba(244,235,214,.96) 0%, rgba(244,235,214,.18) 45%, transparent 63%),
    linear-gradient(180deg, rgba(255,255,255,0) 42%, rgba(250,245,232,.82) 100%) !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

html body .presentation-premium .pp-light .pp-light-grid,
html body section.presentation-premium .pp-light .pp-light-grid{
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(320px, .95fr) minmax(780px, 1.35fr) !important;
  gap: 46px !important;
  align-items: stretch !important;
  min-height: 360px !important;
}

html body .presentation-premium .pp-light .pp-quote-card,
html body section.presentation-premium .pp-light .pp-quote-card{
  position: relative !important;
  margin: 0 !important;
  min-height: 340px !important;
  padding: 42px 24px 40px 78px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

html body .presentation-premium .pp-light .pp-quote-card::before,
html body section.presentation-premium .pp-light .pp-quote-card::before{
  content: "" !important;
  position: absolute !important;
  inset: auto 0 0 0 !important;
  height: 42% !important;
  background:
    radial-gradient(circle at 38% 78%, rgba(224,211,183,.45), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(243,238,228,.72) 100%) !important;
  pointer-events: none !important;
}

html body .presentation-premium .pp-light .pp-quote-card > span,
html body section.presentation-premium .pp-light .pp-quote-card > span{
  left: 18px !important;
  top: 22px !important;
  font: 700 96px/1 Georgia, serif !important;
  color: #e4c36a !important;
}

html body .presentation-premium .pp-light .pp-quote-card p,
html body section.presentation-premium .pp-light .pp-quote-card p{
  position: relative !important;
  z-index: 1 !important;
  max-width: 600px !important;
  margin: 0 !important;
  color: #173529 !important;
  font: italic 700 clamp(28px, 2.65vw, 60px)/1.28 "Playfair Display", Georgia, serif !important;
  letter-spacing: -.03em !important;
  text-wrap: balance !important;
}

html body .presentation-premium .pp-light .pp-quote-card footer,
html body section.presentation-premium .pp-light .pp-quote-card footer{
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 28px !important;
  color: #7f857d !important;
  font: 700 10px/1 Manrope, Arial, sans-serif !important;
  letter-spacing: .30em !important;
  text-transform: uppercase !important;
}

html body .presentation-premium .pp-light .pp-quote-card footer i,
html body section.presentation-premium .pp-light .pp-quote-card footer i{
  width: 44px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #d5ab49 !important;
}

html body .presentation-premium .pp-light .pp-pdf-card,
html body section.presentation-premium .pp-light .pp-pdf-card{
  position: relative !important;
  overflow: hidden !important;
  min-height: 300px !important;
  padding: 36px 34px 34px 500px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 255px !important;
  gap: 28px !important;
  align-items: center !important;
  border-radius: 24px !important;
  border: 1px solid rgba(218, 199, 159, .86) !important;
  background:
    radial-gradient(circle at 90% 18%, rgba(235,220,189,.26), transparent 22%),
    linear-gradient(180deg, #fffdfa 0%, #fbf8f1 100%) !important;
  box-shadow: 0 18px 42px rgba(60, 48, 24, .08), inset 0 0 0 1px rgba(255,255,255,.9) !important;
}

html body .presentation-premium .pp-light .pp-pdf-card::before,
html body section.presentation-premium .pp-light .pp-pdf-card::before{
  content: "" !important;
  position: absolute !important;
  inset: 8px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(214, 190, 140, .52) !important;
  pointer-events: none !important;
}

html body .presentation-premium .pp-light .pp-pdf-card::after,
html body section.presentation-premium .pp-light .pp-pdf-card::after{
  content: "Mehr\A möglich\A machen." !important;
  white-space: pre !important;
  position: absolute !important;
  right: 26px !important;
  bottom: 26px !important;
  color: rgba(199, 168, 116, .78) !important;
  font: italic 500 27px/1.08 "Playfair Display", Georgia, serif !important;
  letter-spacing: -.03em !important;
  text-align: left !important;
  opacity: .82 !important;
}

/* This is the actual image replacement */
html body .presentation-premium .pp-light .pp-pdf-card .pp-book,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-book{
  position: absolute !important;
  left: 26px !important;
  bottom: 26px !important;
  width: 430px !important;
  height: 350px !important;
  border-radius: 0 !important;
  background: url('/assets/img/presentation/presentation-pdf-brochure-deluxe.webp') center center / contain no-repeat !important;
  box-shadow: none !important;
  transform: none !important;
  overflow: visible !important;
}

html body .presentation-premium .pp-light .pp-pdf-card .pp-book img,
html body .presentation-premium .pp-light .pp-pdf-card .pp-book-spine,
html body .presentation-premium .pp-light .pp-pdf-card .pp-book::before,
html body .presentation-premium .pp-light .pp-pdf-card .pp-book::after,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-book img,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-book-spine,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-book::before,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-book::after{
  display: none !important;
}

html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy{
  position: relative !important;
  z-index: 1 !important;
}

html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-kicker,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-kicker{
  margin-bottom: 10px !important;
  color: #c39234 !important;
  font: 800 10px/1 Manrope, Arial, sans-serif !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy h2,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy h2{
  max-width: 560px !important;
  margin: 0 0 14px !important;
  color: #153428 !important;
  font: 700 clamp(30px, 2.35vw, 54px)/.98 "Playfair Display", Georgia, serif !important;
  letter-spacing: -.04em !important;
  text-wrap: balance !important;
}

html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy p,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy p{
  max-width: 540px !important;
  margin: 0 0 20px !important;
  color: #6f7670 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy ul,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy ul{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: grid !important;
  gap: 14px !important;
}

html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy li,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy li{
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  color: #405149 !important;
  font: 700 14px/1.4 Manrope, Arial, sans-serif !important;
}

html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy li span,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy li span{
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  flex: 0 0 34px !important;
  display: grid !important;
  place-items: center !important;
  color: #172214 !important;
  background: linear-gradient(135deg, #f5d784 0%, #e5ba4f 100%) !important;
  box-shadow: 0 6px 14px rgba(213, 169, 73, .24) !important;
}

html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-action,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-action{
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
}

html body .presentation-premium .pp-light .pp-pdf-card .pp-download,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-download{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  min-height: 92px !important;
  padding: 18px 22px !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #f7df94 0%, #e9c361 46%, #d9a742 100%) !important;
  color: #2a291d !important;
  text-decoration: none !important;
  font: 800 18px/1.1 "Playfair Display", Georgia, serif !important;
  box-shadow: 0 16px 34px rgba(211, 166, 64, .20), inset 0 1px rgba(255,255,255,.72) !important;
}

html body .presentation-premium .pp-light .pp-pdf-card .pp-download span,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-download span{
  font-size: 33px !important;
  line-height: 1 !important;
}

html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-action small,
html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-action small{
  margin-top: 14px !important;
  color: #9a9b97 !important;
  text-align: center !important;
  font-size: 12px !important;
}

@media (max-width: 1180px){
  html body .presentation-premium .pp-light .pp-light-grid,
  html body section.presentation-premium .pp-light .pp-light-grid{grid-template-columns:1fr !important;gap:18px !important}
  html body .presentation-premium .pp-light .pp-quote-card,
  html body section.presentation-premium .pp-light .pp-quote-card{min-height:250px !important;padding:34px 12px 18px 68px !important}
  html body .presentation-premium .pp-light .pp-pdf-card,
  html body section.presentation-premium .pp-light .pp-pdf-card{min-height:320px !important;padding:32px 24px 28px 420px !important;grid-template-columns:minmax(0,1fr) 225px !important}
  html body .presentation-premium .pp-light .pp-pdf-card .pp-book,
  html body section.presentation-premium .pp-light .pp-pdf-card .pp-book{width:365px !important;height:300px !important;left:20px !important}
}

@media (max-width: 900px){
  html body .presentation-premium .pp-light .pp-quote-card p,
  html body section.presentation-premium .pp-light .pp-quote-card p{font-size:30px !important}
  html body .presentation-premium .pp-light .pp-pdf-card,
  html body section.presentation-premium .pp-light .pp-pdf-card{padding:28px 22px 24px !important;grid-template-columns:1fr !important;gap:18px !important}
  html body .presentation-premium .pp-light .pp-pdf-card .pp-book,
  html body section.presentation-premium .pp-light .pp-pdf-card .pp-book{position:relative !important;left:auto !important;bottom:auto !important;width:100% !important;max-width:500px !important;height:265px !important;margin:0 auto 4px !important}
  html body .presentation-premium .pp-light .pp-pdf-card::after,
  html body section.presentation-premium .pp-light .pp-pdf-card::after{display:none !important}
}

@media (max-width: 680px){
  html body .presentation-premium .pp-light .pp-light-grid,
  html body section.presentation-premium .pp-light .pp-light-grid{gap:10px !important}
  html body .presentation-premium .pp-light .pp-quote-card,
  html body section.presentation-premium .pp-light .pp-quote-card{min-height:0 !important;padding:28px 4px 8px 42px !important}
  html body .presentation-premium .pp-light .pp-quote-card > span,
  html body section.presentation-premium .pp-light .pp-quote-card > span{left:0 !important;top:10px !important;font-size:64px !important}
  html body .presentation-premium .pp-light .pp-quote-card p,
  html body section.presentation-premium .pp-light .pp-quote-card p{font-size:24px !important;line-height:1.34 !important}
  html body .presentation-premium .pp-light .pp-quote-card footer,
  html body section.presentation-premium .pp-light .pp-quote-card footer{gap:12px !important;margin-top:18px !important;font-size:8px !important;letter-spacing:.24em !important}
  html body .presentation-premium .pp-light .pp-pdf-card,
  html body section.presentation-premium .pp-light .pp-pdf-card{border-radius:18px !important;padding:20px 16px 18px !important}
  html body .presentation-premium .pp-light .pp-pdf-card .pp-book,
  html body section.presentation-premium .pp-light .pp-pdf-card .pp-book{height:215px !important}
  html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-kicker,
  html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-kicker{font-size:8px !important}
  html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy h2,
  html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy h2{font-size:24px !important}
  html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy p,
  html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy p{font-size:13px !important;margin-bottom:16px !important}
  html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy li,
  html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy li{font-size:13px !important;gap:10px !important}
  html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy li span,
  html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-copy li span{width:28px !important;height:28px !important;flex-basis:28px !important}
  html body .presentation-premium .pp-light .pp-pdf-card .pp-download,
  html body section.presentation-premium .pp-light .pp-pdf-card .pp-download{min-height:68px !important;font-size:16px !important;border-radius:14px !important}
  html body .presentation-premium .pp-light .pp-pdf-card .pp-download span,
  html body section.presentation-premium .pp-light .pp-pdf-card .pp-download span{font-size:26px !important}
  html body .presentation-premium .pp-light .pp-pdf-card .pp-pdf-action small,
  html body section.presentation-premium .pp-light .pp-pdf-card .pp-pdf-action small{font-size:11px !important}
}

/* Personal Brand feature · inserted above the consultation CTA */
.personal-brand-feature{
  padding-top:34px;
  padding-bottom:74px;
}
.personal-brand-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);
  overflow:hidden;
  border:1px solid rgba(23,76,56,.12);
  border-radius:32px;
  background:
    radial-gradient(circle at 8% 8%,rgba(61,136,101,.11),transparent 29%),
    linear-gradient(145deg,#ffffff 0%,#f7faf8 62%,#eef5f1 100%);
  box-shadow:0 30px 80px rgba(14,45,33,.12);
}
.personal-brand-card::before{
  content:"";
  position:absolute;
  z-index:0;
  width:360px;
  height:360px;
  left:-190px;
  bottom:-220px;
  border-radius:50%;
  border:1px solid rgba(61,136,101,.12);
  box-shadow:0 0 0 38px rgba(61,136,101,.025),0 0 0 76px rgba(61,136,101,.018);
  pointer-events:none;
}
.personal-brand-content{
  position:relative;
  z-index:2;
  padding:56px 54px 54px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.personal-brand-content .section-number{margin-bottom:10px}
.personal-brand-content .eyebrow{margin-bottom:16px}
.personal-brand-badge{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:0 0 18px;
  padding:8px 12px;
  border:1px solid rgba(23,76,56,.11);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#365d4d;
  font:700 11px/1.1 Manrope,Arial,sans-serif;
  letter-spacing:.03em;
  box-shadow:0 8px 24px rgba(23,76,56,.06);
}
.personal-brand-badge i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#3b8063;
  box-shadow:0 0 0 4px rgba(59,128,99,.11);
}
.personal-brand-content h2{
  max-width:760px;
  margin:0 0 18px;
  color:var(--dark);
  font:800 clamp(30px,3.3vw,46px)/1.08 Manrope,Arial,sans-serif;
  letter-spacing:-.038em;
}
.personal-brand-lead{
  max-width:760px;
  margin:0;
  color:#5d6d66;
  font-size:16px;
  line-height:1.78;
}
.personal-brand-highlight{
  width:100%;
  display:flex;
  align-items:center;
  gap:13px;
  margin:26px 0 25px;
  padding:16px 18px;
  border:1px solid rgba(23,76,56,.10);
  border-radius:15px;
  background:rgba(235,244,239,.72);
  color:#244d3c;
}
.personal-brand-highlight>span{
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:var(--green);
  color:#fff;
  font-size:16px;
  box-shadow:0 9px 18px rgba(23,76,56,.14);
}
.personal-brand-highlight strong{
  font:700 13px/1.5 Manrope,Arial,sans-serif;
}
.personal-brand-points{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.personal-brand-point{
  min-height:152px;
  padding:17px 16px;
  border:1px solid rgba(23,76,56,.09);
  border-radius:16px;
  background:rgba(255,255,255,.78);
  display:flex;
  flex-direction:column;
  gap:14px;
}
.personal-brand-point>b{
  color:#7f9188;
  font:800 10px/1 Manrope,Arial,sans-serif;
  letter-spacing:.16em;
}
.personal-brand-point>span{display:flex;flex-direction:column;gap:6px}
.personal-brand-point strong{
  color:#173f30;
  font:800 14px/1.2 Manrope,Arial,sans-serif;
}
.personal-brand-point small{
  color:#687871;
  font-size:11.5px;
  line-height:1.55;
}
.personal-brand-actions{
  width:100%;
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:28px;
}
.personal-brand-cta{
  min-height:52px;
  padding-inline:21px;
  box-shadow:0 13px 30px rgba(23,76,56,.17);
}
.personal-brand-cta>span{font-size:16px}
.personal-brand-actions>small{
  max-width:250px;
  color:#7c8a84;
  font-size:10.5px;
  line-height:1.45;
}
.personal-brand-media{
  position:relative;
  z-index:1;
  display:block;
  min-height:650px;
  overflow:hidden;
  background:#102e23;
  isolation:isolate;
}
.personal-brand-media picture,
.personal-brand-media img{
  display:block;
  width:100%;
  height:100%;
}
.personal-brand-media picture{position:absolute;inset:0}
.personal-brand-media img{
  object-fit:cover;
  object-position:66% center;
  transform:scale(1.015);
  transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .4s ease;
}
.personal-brand-media-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(10,31,23,.08) 18%,rgba(10,31,23,.12) 48%,rgba(8,28,20,.88) 100%),
    linear-gradient(90deg,rgba(12,42,31,.22),transparent 35%);
  pointer-events:none;
}
.personal-brand-media::after{
  content:"";
  position:absolute;
  z-index:2;
  inset:18px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:22px;
  pointer-events:none;
}
.personal-brand-media-top{
  position:absolute;
  z-index:3;
  top:34px;
  left:34px;
  right:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:#fff;
}
.personal-brand-media-top b{
  display:inline-flex;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(9,38,27,.48);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  font:700 10px/1 Manrope,Arial,sans-serif;
  letter-spacing:.05em;
}
.personal-brand-media-top i{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.92);
  color:#173f30;
  font-style:normal;
  font-size:18px;
  box-shadow:0 10px 28px rgba(0,0,0,.16);
  transition:transform .25s ease,background .25s ease;
}
.personal-brand-media-caption{
  position:absolute;
  z-index:3;
  left:38px;
  right:38px;
  bottom:38px;
  display:flex;
  flex-direction:column;
  color:#fff;
}
.personal-brand-media-caption small{
  margin-bottom:7px;
  color:#d6e4dd;
  font:700 10px/1.2 Manrope,Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.personal-brand-media-caption strong{
  font:800 clamp(30px,3vw,44px)/1 Manrope,Arial,sans-serif;
  letter-spacing:-.04em;
}
.personal-brand-media:hover img{transform:scale(1.045)}
.personal-brand-media:hover .personal-brand-media-top i{transform:translate(2px,-2px);background:#fff}
.personal-brand-media:focus-visible{
  outline:3px solid #75a891;
  outline-offset:4px;
}

@media(max-width:1040px){
  .personal-brand-card{grid-template-columns:1fr}
  .personal-brand-media{min-height:470px;order:-1}
  .personal-brand-media img{object-position:63% 40%}
  .personal-brand-content{padding:46px 44px 48px}
  .personal-brand-content h2{max-width:880px}
  .personal-brand-lead{max-width:900px}
}
@media(max-width:760px){
  .personal-brand-feature{padding-top:18px;padding-bottom:56px}
  .personal-brand-card{border-radius:24px}
  .personal-brand-media{min-height:390px}
  .personal-brand-media::after{inset:12px;border-radius:17px}
  .personal-brand-media-top{top:25px;left:25px;right:25px}
  .personal-brand-media-caption{left:27px;right:27px;bottom:28px}
  .personal-brand-content{padding:34px 28px 36px}
  .personal-brand-content h2{font-size:30px;line-height:1.1}
  .personal-brand-lead{font-size:15px;line-height:1.7}
  .personal-brand-points{grid-template-columns:1fr}
  .personal-brand-point{min-height:0;display:grid;grid-template-columns:32px 1fr;gap:10px;padding:15px}
  .personal-brand-point>b{padding-top:3px}
  .personal-brand-actions{align-items:flex-start;flex-direction:column}
  .personal-brand-actions>small{max-width:none}
}
@media(max-width:520px){
  .personal-brand-media{min-height:320px}
  .personal-brand-media img{object-position:64% center}
  .personal-brand-media-top b{font-size:9px;padding:8px 10px}
  .personal-brand-media-top i{width:36px;height:36px;font-size:16px}
  .personal-brand-media-caption strong{font-size:29px}
  .personal-brand-media-caption small{font-size:8.5px}
  .personal-brand-content{padding:30px 22px 32px}
  .personal-brand-content h2{font-size:27px}
  .personal-brand-highlight{align-items:flex-start;padding:14px}
  .personal-brand-cta{width:100%;text-align:center}
}

/* Public SEO navigation: no changes to existing consultation/report sections. */
.seo-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:9px;color:#63756b;font-size:.82rem;margin-bottom:20px}.seo-breadcrumb .back-link{margin:0}.seo-related{background:#f5f9f6}.seo-related h2{font-size:clamp(1.2rem,2.3vw,1.8rem);margin-bottom:20px}.seo-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.seo-related-card{padding:22px;border-radius:16px;background:#fff;border:1px solid #dbe9e0;text-decoration:none;color:inherit;display:flex;flex-direction:column}.seo-related-card h3{font-size:1.05rem;margin:0 0 10px}.seo-related-card p{font-size:.86rem;line-height:1.65;color:#586b60;flex:1}.seo-related-card span{font-size:.81rem;font-weight:700;color:#087f49}.seo-related-card:hover,.seo-related-card:focus-visible{border-color:#087f49;box-shadow:0 6px 22px #0a553612}.seo-related-card:focus-visible{outline:2px solid #087f49;outline-offset:2px}@media(max-width:1000px){.seo-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.seo-related-grid{grid-template-columns:1fr}}


/* AITech direct registration · shared public/member card treatment. */
.asset-direct-registration{
  margin:0 0 15px;padding:18px;border:1px solid #d7dfd2;border-radius:16px;
  background:linear-gradient(135deg,#f6f7ef 0%,#edf4ee 100%);min-width:0;
}
.asset-direct-registration-heading{display:flex;align-items:center;gap:11px;margin-bottom:14px;min-width:0}
.asset-direct-registration-icon{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border:1px solid #d9d4b7;border-radius:11px;background:#fffdf3;color:#24513b;font-size:20px;line-height:1}
.asset-direct-registration-heading>div{min-width:0}
.asset-direct-registration-kicker{display:block;margin-bottom:3px;color:#566750;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.11em;line-height:1.5}
.asset-direct-registration-heading strong{display:block;color:#1b392b;font-size:14px;line-height:1.5;overflow-wrap:anywhere}
.asset-direct-registration .asset-registration-btn{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:48px;padding:13px 16px;border:1px solid #173e2e;border-radius:11px;background:linear-gradient(120deg,#173e2e,#22543c);color:#fff;font-size:13px;font-weight:700;line-height:1.5;box-shadow:0 6px 18px rgba(21,54,37,.10);transition:background .18s ease,box-shadow .18s ease}
.asset-direct-registration .asset-registration-btn>span:first-child{min-width:0;white-space:normal;overflow-wrap:anywhere}
.asset-direct-registration .asset-registration-btn>span:last-child{flex:0 0 auto;color:#e1cb89;font-size:18px;line-height:1}
.asset-direct-registration .asset-registration-btn:hover{background:#102f22;box-shadow:0 8px 20px rgba(21,54,37,.16)}
.asset-direct-registration .asset-registration-btn:focus-visible{outline:3px solid #b88c35;outline-offset:4px}
.asset-direct-registration>small{display:block;margin-top:10px;color:#58665c;font-size:11px;line-height:1.65;overflow-wrap:anywhere}
.direct-registration-detail-note{display:flex;align-items:flex-start;gap:8px;margin:13px 0 0;max-width:580px;color:#59675e;font-size:12px;line-height:1.65}
.direct-registration-detail-note>span:first-child{flex:0 0 auto;color:#25503b}
.direct-registration-detail-note strong{color:#254b36;overflow-wrap:anywhere}
@media(max-width:520px){.asset-direct-registration{padding:15px}.asset-direct-registration .asset-registration-btn{font-size:12px;padding:12px 13px}.direct-registration-detail-note{font-size:11px}}
@media(prefers-reduced-motion:reduce){.asset-direct-registration .asset-registration-btn{transition:none}}
