:root{
--primary:#0B5D4B;--primary-dark:#073E34;--primary-soft:#DDEFE8;
--secondary:#1677C8;--gold:#D6A84B;--gold-soft:#F7EED9;
--ink:#17241F;--muted:#68766F;--bg:#F7F9F6;--surface:#fff;
--surface-2:#EEF4F0;--line:#DDE7E1;--shadow:0 22px 60px rgba(15,55,43,.10);
--radius:26px;--container:min(1180px,calc(100% - 40px));--section:110px;
--font:"Alexandria",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);overflow-x:hidden}
img{display:block;width:100%}a{text-decoration:none;color:inherit}button,input,select{font-family:inherit}button{cursor:pointer}
.container{width:var(--container);margin:auto}.section{padding:var(--section) 0}.section-soft{background:var(--surface-2)}
h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{letter-spacing:-.035em}p{line-height:2;color:var(--muted)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--primary);font-size:13px;font-weight:700;margin-bottom:18px}
.eyebrow:before{content:"";width:36px;height:2px;background:var(--gold)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:52px}
.section-heading h2{font-size:clamp(34px,4vw,58px);line-height:1.35;margin-bottom:0;max-width:680px}
.section-heading p{max-width:470px;margin-bottom:0;font-size:15px}
.topbar{background:var(--primary-dark);color:#fff;font-size:12px}
.topbar-inner{min-height:40px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.topbar-links{display:flex;gap:18px}.topbar span{opacity:.88}
.header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(11,93,75,.09)}
.nav{min-height:84px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:44px}
.brand{display:flex;align-items:center;gap:13px;min-width:220px}
.brand-mark{width:52px;height:52px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:17px;color:#fff;box-shadow:0 12px 25px rgba(11,93,75,.2)}
.brand-mark svg{width:31px}.brand strong{display:block;font-size:18px;color:var(--primary-dark)}.brand small{display:block;color:var(--muted);margin-top:5px;font-size:10px}
.nav-links{display:flex;align-items:center;justify-content:center;gap:30px;font-size:13px;font-weight:600}
.nav-links a{position:relative;padding:31px 0}.nav-links a:after{content:"";position:absolute;right:0;bottom:22px;width:0;height:2px;background:var(--gold);transition:.3s}.nav-links a:hover:after{width:100%}
.nav-actions{display:flex;gap:10px}.icon-btn{width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:14px;display:grid;place-items:center;color:var(--primary-dark)}.icon-btn svg{width:20px}.menu-btn{display:none}
.hero{position:relative;min-height:780px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 10% 10%,rgba(22,119,200,.16),transparent 35%),radial-gradient(circle at 85% 25%,rgba(214,168,75,.18),transparent 28%),linear-gradient(135deg,#F6FBF8,#EDF5F1)}
.hero:after{content:"2030";position:absolute;left:2vw;bottom:-70px;font-size:280px;font-weight:800;letter-spacing:-.08em;color:rgba(11,93,75,.035);line-height:1}
.hero-grid{display:grid;grid-template-columns:1fr 1.03fr;align-items:center;gap:74px;padding:90px 0;position:relative;z-index:2}
.hero-copy h1{font-size:clamp(42px,5vw,76px);line-height:1.28;margin-bottom:28px}.hero-copy h1 span{color:var(--primary)}
.hero-copy p{font-size:17px;max-width:650px;margin-bottom:36px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{min-height:54px;padding:0 25px;border-radius:15px;border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:13px;font-weight:700}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 13px 30px rgba(11,93,75,.22)}.btn-light{background:#fff;color:var(--primary-dark);border:1px solid var(--line)}
.hero-stats{display:flex;gap:32px;flex-wrap:wrap;margin-top:46px;padding-top:28px;border-top:1px solid var(--line)}
.hero-stat strong{display:block;font-size:25px;color:var(--primary)}.hero-stat span{font-size:11px;color:var(--muted)}
.hero-visual{position:relative;min-height:590px}.hero-main-image{width:84%;height:550px;margin-right:auto;border-radius:180px 32px 180px 32px;overflow:hidden;box-shadow:var(--shadow);position:relative}
.hero-main-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,62,52,.38),transparent 55%)}.hero-main-image img{height:100%;object-fit:cover}
.floating-card{position:absolute;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow);border-radius:22px;padding:18px}
.vision-card{left:0;top:70px;width:210px}.vision-card small{color:var(--gold);font-weight:700}.vision-card strong{display:block;margin-top:8px;line-height:1.6}
.book-float{right:0;bottom:10px;width:190px;display:grid;grid-template-columns:62px 1fr;gap:13px;align-items:center}.book-float img{height:82px;object-fit:cover;border-radius:10px}.book-float strong{font-size:12px;line-height:1.7}.book-float span{font-size:9px;color:var(--muted)}
.search-panel{margin-top:-42px;position:relative;z-index:4}.search-box{background:#fff;border-radius:24px;box-shadow:var(--shadow);padding:18px;display:grid;grid-template-columns:1fr 220px 150px;gap:12px}
.search-input,.search-select{min-height:58px;border:1px solid var(--line);border-radius:15px;background:var(--bg);padding:0 18px;color:var(--ink);outline:none}.search-btn{border:0;border-radius:15px;background:var(--gold);color:#fff;font-weight:700}
.categories{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.category-card{padding:28px 20px;border-radius:22px;background:var(--surface);border:1px solid var(--line);transition:.3s}
.category-card:hover{transform:translateY(-7px);box-shadow:0 18px 40px rgba(11,93,75,.1)}.category-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);margin-bottom:20px}
.category-card h3{font-size:15px;margin-bottom:9px}.category-card span{font-size:10px;color:var(--muted)}
.books-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.book-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid var(--line);transition:.35s}.book-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.book-cover{position:relative;padding:22px;background:linear-gradient(145deg,#EAF3EE,#F8F2E5)}.book-cover img{height:330px;object-fit:cover;border-radius:12px;box-shadow:0 18px 36px rgba(18,42,34,.18)}
.book-badge{position:absolute;top:34px;right:34px;background:var(--primary);color:#fff;padding:7px 11px;border-radius:20px;font-size:9px;font-weight:700}
.book-body{padding:24px}.book-category{color:var(--gold);font-size:10px;font-weight:700;margin-bottom:10px}.book-body h3{font-size:17px;line-height:1.7;margin-bottom:12px;min-height:58px}.book-body p{font-size:11px;margin-bottom:18px;min-height:66px}
.book-meta{display:flex;justify-content:space-between;gap:10px;font-size:9px;color:var(--muted);padding-top:16px;border-top:1px solid var(--line)}
.book-actions{display:grid;grid-template-columns:1fr 48px;gap:10px;margin-top:18px}.book-actions .btn{min-height:48px;padding:0 12px}.heart-btn{border:1px solid var(--line);background:#fff;border-radius:14px;color:var(--primary)}
.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center}.story-image{position:relative;min-height:610px}.story-image img{height:610px;object-fit:cover;border-radius:32px 120px 32px 120px}
.story-quote{position:absolute;left:-25px;bottom:40px;max-width:320px;padding:26px;background:var(--primary-dark);color:#fff;border-radius:24px;box-shadow:var(--shadow)}.story-quote p{color:#fff;margin-bottom:12px;font-size:13px}.story-quote span{font-size:10px;color:var(--gold)}
.story-copy h2{font-size:clamp(38px,4vw,62px);line-height:1.4;margin-bottom:26px}.story-list{display:grid;gap:16px;margin:28px 0 34px}.story-item{display:grid;grid-template-columns:46px 1fr;gap:15px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff}
.story-item span{width:46px;height:46px;border-radius:14px;background:var(--gold-soft);color:var(--gold);display:grid;place-items:center;font-weight:700}.story-item strong{font-size:13px}.story-item small{display:block;margin-top:5px;color:var(--muted)}
.leaders-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.leader-card{min-height:440px;position:relative;overflow:hidden;border-radius:26px}.leader-card img{height:100%;object-fit:cover}.leader-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,42,34,.88),transparent 62%)}
.leader-info{position:absolute;z-index:2;bottom:0;right:0;left:0;padding:28px;color:#fff}.leader-info h3{margin-bottom:7px}.leader-info span{font-size:10px;color:#d9ede4}
.viewer-shell{display:grid;grid-template-columns:330px 1fr;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.viewer-info{padding:34px;background:linear-gradient(160deg,var(--primary-dark),var(--primary));color:#fff}.viewer-info img{height:320px;object-fit:cover;border-radius:13px;box-shadow:0 20px 38px rgba(0,0,0,.25);margin-bottom:26px}.viewer-info h3{font-size:21px;line-height:1.7;margin-bottom:12px}.viewer-info p{color:rgba(255,255,255,.72);font-size:11px}.viewer-info .btn{width:100%;margin-top:16px;background:var(--gold);color:#fff}
.viewer-frame{min-height:690px;background:#E8ECE9}.viewer-toolbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 22px;font-size:11px}.viewer-tools{display:flex;gap:8px}.viewer-tool{border:1px solid var(--line);background:#fff;border-radius:10px;min-width:38px;height:38px}
.pdf-placeholder{height:626px;display:grid;place-items:center;padding:30px}.pdf-page{width:min(470px,90%);height:570px;background:#fff;box-shadow:0 18px 35px rgba(0,0,0,.14);padding:55px;text-align:center;display:flex;flex-direction:column;justify-content:center}.pdf-page span{color:var(--gold);font-size:12px}.pdf-page h3{font-size:32px;line-height:1.6;margin:20px 0}.pdf-page p{font-size:12px}
.newsletter{background:linear-gradient(135deg,rgba(7,62,52,.96),rgba(11,93,75,.93)),url("../images/backgrounds/newsletter-bg.webp") center/cover;border-radius:34px;padding:68px;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.newsletter h2{font-size:clamp(34px,4vw,54px);line-height:1.45;margin-bottom:18px}.newsletter p{color:rgba(255,255,255,.72);margin-bottom:0}.newsletter-form{display:grid;grid-template-columns:1fr 130px;gap:10px}.newsletter-form input{height:58px;border:0;border-radius:15px;padding:0 18px}.newsletter-form button{border:0;border-radius:15px;background:var(--gold);color:#fff;font-weight:700}
footer{background:#071F1A;color:#fff;padding:82px 0 28px;margin-top:110px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:50px;padding-bottom:55px}footer .brand strong{color:#fff}footer .brand small{color:rgba(255,255,255,.55)}
.footer-about p{font-size:12px;color:rgba(255,255,255,.6);margin-top:22px}.footer-col h4{font-size:14px;margin-bottom:24px;color:var(--gold)}.footer-col a{display:block;font-size:11px;color:rgba(255,255,255,.65);margin-bottom:14px}
.copyright{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;color:rgba(255,255,255,.48);font-size:10px}
.modal{position:fixed;inset:0;z-index:100;background:rgba(4,20,16,.76);display:none;align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.modal-card{width:min(930px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:28px;display:grid;grid-template-columns:340px 1fr;position:relative}
.modal-cover{padding:28px;background:var(--surface-2)}.modal-cover img{height:470px;object-fit:cover;border-radius:15px;box-shadow:var(--shadow)}.modal-content{padding:50px}.modal-close{position:absolute;top:16px;left:16px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.14);font-size:22px}
.modal-content h2{font-size:34px;line-height:1.5;margin-bottom:16px}.modal-content p{font-size:13px}.modal-details{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0}.modal-detail{padding:15px;border:1px solid var(--line);border-radius:14px}.modal-detail small{display:block;color:var(--muted);margin-bottom:6px}.modal-detail strong{font-size:12px}
@media(max-width:1050px){.nav-links{display:none}.nav{grid-template-columns:1fr auto}.menu-btn{display:grid}.hero-grid,.story-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-copy h1,.hero-copy p{margin-right:auto;margin-left:auto}.hero-actions,.hero-stats{justify-content:center}.hero-visual{width:min(720px,100%);margin:auto}.categories{grid-template-columns:repeat(3,1fr)}.books-grid{grid-template-columns:repeat(2,1fr)}.leaders-grid{grid-template-columns:repeat(2,1fr)}.viewer-shell{grid-template-columns:1fr}.viewer-info{display:grid;grid-template-columns:220px 1fr;gap:25px}.viewer-info img{height:290px;margin:0}.newsletter{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){:root{--container:min(100% - 28px,1180px);--section:80px}.topbar{display:none}.header .brand{min-width:auto}.header .brand small{display:none}.nav{min-height:72px;gap:10px}.nav-actions .icon-btn:nth-child(2){display:none}.hero{min-height:auto}.hero-grid{padding:72px 0 100px;gap:45px}.hero-copy h1{font-size:40px;line-height:1.4}.hero-copy p{font-size:14px}.hero-main-image{height:430px;width:100%;border-radius:100px 25px 100px 25px}.hero-visual{min-height:500px}.vision-card{top:28px;width:170px}.book-float{width:170px}.search-box{grid-template-columns:1fr}.section-heading{display:block}.section-heading p{margin-top:20px}.categories{grid-template-columns:repeat(2,1fr)}.books-grid,.leaders-grid{grid-template-columns:1fr}.book-cover img{height:410px}.story-image,.story-image img{min-height:480px;height:480px}.story-quote{left:12px;right:12px;bottom:18px}.viewer-info{display:block}.viewer-info img{height:390px;margin-bottom:25px}.viewer-frame{min-height:560px}.pdf-placeholder{height:500px}.pdf-page{height:450px;padding:30px}.newsletter{padding:42px 22px}.newsletter-form{grid-template-columns:1fr}.newsletter-form button{height:54px}.footer-grid{grid-template-columns:1fr}.copyright{display:block;line-height:2}.modal-card{grid-template-columns:1fr}.modal-cover img{height:390px}.modal-content{padding:32px 24px}}