:root{--navy: #0f2942;--navy-mid: #1a3f6b;--blue: #1e5fa8;--teal: #06b6d4;--teal-light: #cffafe;--bg: #f8fafc;--bg-alt: #eef4fb;--white: #ffffff;--text: #1e293b;--text-muted: #64748b;--border: #e2e8f0;--shadow-sm: 0 1px 3px rgba(15,41,66,.08), 0 1px 2px rgba(15,41,66,.04);--shadow-md: 0 4px 20px rgba(15,41,66,.12), 0 2px 8px rgba(15,41,66,.06);--shadow-lg: 0 12px 40px rgba(15,41,66,.18);--radius-sm: 8px;--radius: 12px;--radius-lg: 20px;--max-w: 1100px;--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}body{background:#f8fafc;background:var(--bg);color:#1e293b;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font);margin:0;font-size:1rem;line-height:1.6}a{color:#1e5fa8;color:var(--blue);text-decoration:none;transition:color .2s}a:hover{text-decoration:underline}img{max-width:100%;display:block}h1,h2,h3,h4{margin:0;line-height:1.2;color:#0f2942;color:var(--navy)}p{margin:0 0 1rem}header.site-header{background:#0f2942;background:var(--navy);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #00000040}.nav-inner{max-width:1100px;max-width:var(--max-w);margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-brand{font-size:1.15rem;font-weight:700;color:#fff!important;text-decoration:none!important;letter-spacing:-.02em;white-space:nowrap}.nav-brand:hover{opacity:.9}nav.site-nav ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}nav.site-nav a{color:#ffffffc7;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}nav.site-nav a:hover{color:#fff;text-decoration:none}footer.site-footer{background:#0f2942;background:var(--navy);color:#ffffff8c;text-align:center;padding:1.75rem 2rem;font-size:.875rem}footer.site-footer a{color:#ffffffbf}footer.site-footer a:hover{color:#fff;text-decoration:underline}footer.site-footer p{margin:0}.section-inner{max-width:1100px;max-width:var(--max-w);margin:0 auto;padding:0 2rem}.section-label{display:block;color:#06b6d4;color:var(--teal);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.6rem}.section-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#0f2942;color:var(--navy);letter-spacing:-.025em;line-height:1.2;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;padding:.75rem 1.75rem;border-radius:8px;border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;text-decoration:none!important;transition:all .2s;cursor:pointer;border:2px solid transparent}.btn-primary{background:#06b6d4;background:var(--teal);color:#0f2942!important;color:var(--navy)!important;box-shadow:0 4px 14px #06b6d44d}.btn-primary:hover{background:#22d3ee;transform:translateY(-2px);box-shadow:0 6px 20px #06b6d473}.btn-outline{background:transparent;color:#fff!important;border-color:#ffffff61}.btn-outline:hover{border-color:#fff;background:#ffffff1a}.btn-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}body.homepage main{max-width:100%;padding:0;margin:0;box-shadow:none;border-radius:0;background:transparent;min-height:0;min-height:initial}.hero{background:linear-gradient(140deg,#0f2942,#1a3f6b 55%,#1e5fa8);background:linear-gradient(140deg,var(--navy) 0%,var(--navy-mid) 55%,var(--blue) 100%);color:#fff;padding:5rem 2rem 6rem;text-align:center;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:60px;background:#f8fafc;background:var(--bg);clip-path:ellipse(55% 100% at 50% 100%)}.hero-content{position:relative;max-width:780px;margin:0 auto}.hero-eyebrow{display:inline-block;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);color:#06b6d4;color:var(--teal);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.4rem 1.1rem;border-radius:100px;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:1.1rem;text-align:center}.hero-subtitle{font-size:1.2rem;color:#ffffffd1;margin:0 auto 1rem;max-width:620px;line-height:1.6}.hero-desc{font-size:1rem;color:#ffffff94;max-width:540px;margin:0 auto 2.5rem;line-height:1.75}.pillars{background:#f8fafc;background:var(--bg);padding:4.5rem 2rem 3.5rem}.pillars-grid{max-width:1100px;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.pillar-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:2rem;transition:box-shadow .2s,transform .2s}.pillar-card:hover{box-shadow:0 4px 20px #0f29421f,0 2px 8px #0f29420f;box-shadow:var(--shadow-md);transform:translateY(-3px)}.pillar-icon-wrap{width:44px;height:44px;background:#cffafe;background:var(--teal-light);border-radius:8px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}.pillar-icon-wrap svg{width:22px;height:22px;stroke:#06b6d4;stroke:var(--teal);color:#06b6d4;color:var(--teal)}.pillar-card h3{font-size:1.05rem;font-weight:700;color:#0f2942;color:var(--navy);margin-bottom:.5rem}.pillar-card p{color:#64748b;color:var(--text-muted);font-size:.92rem;line-height:1.65;margin:0}.about{background:#eef4fb;background:var(--bg-alt);padding:5rem 2rem}.about-inner{max-width:1100px;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:280px 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-photo-block{text-align:center}.about-photo-circle{width:220px;height:220px;border-radius:50%;margin:0 auto 1.5rem;box-shadow:0 12px 40px #0f29422e;box-shadow:var(--shadow-lg);overflow:hidden;border:4px solid #ffffff;border:4px solid var(--white);outline:2px solid #e2e8f0;outline:2px solid var(--border)}.about-photo-circle img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.about-credentials{display:flex;flex-direction:column;gap:.45rem;align-items:center}.credential-badge{display:inline-block;background:#cffafe;background:var(--teal-light);color:#0e7490;font-size:.75rem;font-weight:600;padding:.3rem .85rem;border-radius:100px;border:1px solid rgba(6,182,212,.2)}.about-text .section-label{margin-bottom:.5rem}.about-text p{color:#64748b;color:var(--text-muted);line-height:1.75;margin-bottom:.9rem}.about-companies{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.company-tag{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);padding:.4rem 1rem;font-size:.85rem;font-weight:600;color:#0f2942;color:var(--navy);box-shadow:0 1px 3px #0f294214,0 1px 2px #0f29420a;box-shadow:var(--shadow-sm)}.books{background:#f8fafc;background:var(--bg);padding:5rem 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-header p{color:#64748b;color:var(--text-muted);max-width:520px;margin:0 auto;font-size:1rem}.books-grid{max-width:1100px;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.book-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 3px #0f294214,0 1px 2px #0f29420a;box-shadow:var(--shadow-sm);transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column;overflow:hidden}.book-card:hover{box-shadow:0 4px 20px #0f29421f,0 2px 8px #0f29420f;box-shadow:var(--shadow-md);transform:translateY(-5px)}.book-cover-wrap{display:flex;justify-content:center;align-items:flex-end;background:#eef4fb;background:var(--bg-alt);height:220px;padding:1.5rem 1.5rem 0;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border)}.book-cover{max-height:195px;max-width:100%;width:auto;display:block;box-shadow:0 6px 20px #0000002e;border-radius:2px 4px 0 0}.book-card-body{padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;flex:1 1}.book-tag{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .7rem;border-radius:100px;margin-bottom:.75rem;align-self:flex-start}.book-tag--new{background:#fef3c7;color:#92400e}.book-tag--collab{background:#dbeafe;color:#1e40af}.book-tag--oreilly{background:#cffafe;background:var(--teal-light);color:#0e7490}.book-tag--guide{background:#ede9fe;color:#5b21b6}.book-card-body h3{font-size:1rem;font-weight:700;color:#0f2942;color:var(--navy);margin-bottom:.25rem;line-height:1.3}.book-authors{font-size:.78rem;color:#64748b;color:var(--text-muted);margin-bottom:.75rem;display:block}.book-card-body p{color:#64748b;color:var(--text-muted);font-size:.88rem;line-height:1.6;margin-bottom:1.1rem;flex:1 1}.book-link{font-size:.875rem;font-weight:600;color:#1e5fa8;color:var(--blue);margin-top:auto}.book-link:hover{color:#06b6d4;color:var(--teal);text-decoration:none}.courses{background:#eef4fb;background:var(--bg-alt);padding:5rem 2rem}.courses-inner{max-width:1100px;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;grid-gap:4rem;gap:4rem;align-items:center}.stat-card{background:linear-gradient(135deg,#0f2942,#1e5fa8);background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%);border-radius:20px;border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;color:#fff;box-shadow:0 12px 40px #0f29422e;box-shadow:var(--shadow-lg)}.stat-number{font-size:3rem;font-weight:800;color:#06b6d4;color:var(--teal);letter-spacing:-.04em;line-height:1;display:block}.stat-label{font-size:.95rem;color:#ffffffbf;margin-top:.5rem;display:block;line-height:1.4}.stat-divider{height:1px;background:#ffffff1f;margin:1.5rem 0}.stat-desc{font-size:.875rem;color:#ffffff8c;line-height:1.65;margin:0}.courses-content .section-label{margin-bottom:.5rem}.courses-desc{color:#64748b;color:var(--text-muted);margin:.75rem 0 1.5rem;line-height:1.7}.platform-cards{display:flex;flex-direction:column;gap:1rem}.platform-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);padding:1.1rem 1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #0f294214,0 1px 2px #0f29420a;box-shadow:var(--shadow-sm)}.platform-icon-wrap{width:40px;height:40px;background:#eef4fb;background:var(--bg-alt);border-radius:8px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.platform-icon-wrap svg{width:20px;height:20px;stroke:#1e5fa8;stroke:var(--blue)}.platform-logo-wrap{width:40px;height:40px;border-radius:8px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.platform-logo{width:40px;height:40px;-o-object-fit:contain;object-fit:contain;border-radius:8px;border-radius:var(--radius-sm)}.platform-card strong{display:block;font-size:.95rem;font-weight:600;color:#0f2942;color:var(--navy);margin-bottom:.15rem}.platform-card span{font-size:.82rem;color:#64748b;color:var(--text-muted);line-height:1.4}.insights{background:linear-gradient(140deg,#0f2942,#1a3f6b);background:linear-gradient(140deg,var(--navy) 0%,var(--navy-mid) 100%);padding:5.5rem 2rem;text-align:center;position:relative}.insights-inner{position:relative}.insights-logo{margin:0 auto 1.5rem;width:80px;height:80px;border-radius:12px;border-radius:var(--radius);overflow:hidden;box-shadow:0 4px 16px #0000004d}.insights-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.insights .section-label{color:#06b6d4;color:var(--teal)}.insights .section-title{color:#fff;margin-bottom:1rem}.insights-desc{color:#ffffffad;max-width:580px;margin:0 auto 1.5rem;line-height:1.75}.insights-topics{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;margin-bottom:2.5rem}.topic-tag{background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#ffffffd1;font-size:.82rem;font-weight:500;padding:.35rem .9rem;border-radius:100px}.contact{background:#f8fafc;background:var(--bg);padding:5rem 2rem}.contact-inner{max-width:1100px;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-text .section-label{margin-bottom:.5rem}.services-list{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.9rem}.services-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:#64748b;color:var(--text-muted);line-height:1.5}.services-list li:before{content:"";display:inline-block;width:18px;height:18px;border-radius:50%;background:#06b6d4;background:var(--teal);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 7l3.5 3.5 6-7' stroke='%230f2942' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat;flex-shrink:0;margin-top:1px}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.25rem;background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);box-shadow:0 1px 3px #0f294214,0 1px 2px #0f29420a;box-shadow:var(--shadow-sm);text-decoration:none!important;color:#1e293b;color:var(--text);transition:box-shadow .2s,transform .2s,border-color .2s}.contact-method:hover{box-shadow:0 4px 20px #0f29421f,0 2px 8px #0f29420f;box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:#06b6d4;border-color:var(--teal)}.contact-method-icon{width:42px;height:42px;background:#eef4fb;background:var(--bg-alt);border-radius:8px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-method-icon svg{width:20px;height:20px;stroke:#1e5fa8;stroke:var(--blue)}.contact-method strong{display:block;font-size:.95rem;font-weight:600;color:#0f2942;color:var(--navy);margin-bottom:.1rem}.contact-method span{font-size:.82rem;color:#64748b;color:var(--text-muted)}body.book main,body.course main{max-width:100%;padding:0;margin:0;box-shadow:none;border-radius:0;background:transparent;min-height:0;min-height:initial}.book-hero{background:linear-gradient(140deg,#0f2942,#1a3f6b 55%,#1e5fa8);background:linear-gradient(140deg,var(--navy) 0%,var(--navy-mid) 55%,var(--blue) 100%);color:#fff;padding:4.5rem 2rem}.book-hero-inner{max-width:1100px;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr auto;grid-gap:3.5rem;gap:3.5rem;align-items:center}.book-hero-text .hero-eyebrow{margin-bottom:1rem}.book-hero-text h1{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;color:#fff;letter-spacing:-.025em;margin-bottom:.75rem;line-height:1.2}.book-hero-subtitle{font-size:1.1rem;color:#ffffffc7;margin-bottom:.5rem;line-height:1.5}.book-hero-tagline{font-size:.95rem;color:#06b6d4;color:var(--teal);font-style:italic;margin-bottom:2rem}.book-hero-btns{justify-content:flex-start}.book-hero-cover img{max-height:320px;max-width:220px;width:auto;display:block;box-shadow:0 16px 48px #00000073;border-radius:3px 6px 6px 3px}.book-body{background:#fff;background:var(--white);padding:4rem 2rem}.book-body-inner{max-width:820px;margin:0 auto}.book-body-inner h2{font-size:1.45rem;font-weight:800;color:#0f2942;color:var(--navy);margin:2.5rem 0 .75rem;letter-spacing:-.02em}.book-body-inner h2:first-child{margin-top:0}.book-body-inner p{color:#64748b;color:var(--text-muted);line-height:1.78;margin-bottom:1rem}.book-body-inner ul,.book-body-inner ol{color:#64748b;color:var(--text-muted);line-height:1.75;padding-left:1.5rem;margin-bottom:1rem}.book-body-inner li{margin-bottom:.4rem}.book-body-inner blockquote{border-left:4px solid #06b6d4;border-left:4px solid var(--teal);margin:2rem 0;padding:.75rem 1.5rem;background:#eef4fb;background:var(--bg-alt);border-radius:0 8px 8px 0;border-radius:0 var(--radius-sm) var(--radius-sm) 0}.book-body-inner blockquote p{font-size:1.05rem;font-style:italic;color:#0f2942;color:var(--navy);margin:0}.book-testimonials{background:#eef4fb;background:var(--bg-alt);padding:4.5rem 2rem}.testimonials-grid{max-width:1100px;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem}.testimonial-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:1.5rem;box-shadow:0 1px 3px #0f294214,0 1px 2px #0f29420a;box-shadow:var(--shadow-sm)}.testimonial-quote{font-size:.93rem;color:#64748b;color:var(--text-muted);line-height:1.72;font-style:italic;margin-bottom:1rem}.testimonial-author-name{font-weight:700;font-size:.875rem;color:#0f2942;color:var(--navy);display:block;margin-bottom:.15rem}.testimonial-author-title{font-size:.78rem;color:#64748b;color:var(--text-muted);display:block}.more-books-section{background:#0f2942;background:var(--navy);padding:3.5rem 2rem}.more-books-grid{display:flex;gap:2rem;margin-top:1.5rem;flex-wrap:wrap}.more-book-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none!important}.more-book-card img{height:140px;width:auto;border-radius:3px;box-shadow:0 6px 20px #0006;transition:transform .2s,box-shadow .2s}.more-book-card:hover img{transform:translateY(-4px);box-shadow:0 10px 28px #00000080}.more-book-card span{font-size:.82rem;font-weight:600;color:#ffffffbf;text-align:center;max-width:120px}.course-header{background:linear-gradient(140deg,#0f2942,#1a3f6b);background:linear-gradient(140deg,var(--navy) 0%,var(--navy-mid) 100%);color:#fff;padding:4.5rem 2rem}.course-header-inner{max-width:1100px;max-width:var(--max-w);margin:0 auto}.course-platform-badge{display:inline-block;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#06b6d4;color:var(--teal);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.35rem 1rem;border-radius:100px;margin-bottom:1.1rem}.course-header h1{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;color:#fff;letter-spacing:-.025em;line-height:1.2;margin-bottom:2rem;max-width:720px}.course-body{background:#fff;background:var(--white);padding:4rem 2rem}.course-body-inner{max-width:820px;margin:0 auto}.course-body-inner h2{font-size:1.45rem;font-weight:800;color:#0f2942;color:var(--navy);margin:2.5rem 0 .75rem;letter-spacing:-.02em}.course-body-inner h2:first-child{margin-top:0}.course-body-inner p{color:#64748b;color:var(--text-muted);line-height:1.78;margin-bottom:1rem}.course-body-inner ul{color:#64748b;color:var(--text-muted);line-height:1.75;padding-left:1.5rem;margin-bottom:1rem}.course-body-inner li{margin-bottom:.4rem}.more-courses-section{background:#eef4fb;background:var(--bg-alt);padding:3.5rem 2rem}.more-courses-grid{max-width:1100px;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem;margin-top:1.5rem}.more-course-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);padding:1.1rem 1.25rem;display:flex;flex-direction:column;gap:.3rem;text-decoration:none!important;transition:box-shadow .2s,transform .2s}.more-course-card:hover{box-shadow:0 4px 20px #0f29421f,0 2px 8px #0f29420f;box-shadow:var(--shadow-md);transform:translateY(-2px)}.more-course-platform{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#06b6d4;color:var(--teal)}.more-course-title{font-size:.9rem;font-weight:600;color:#0f2942;color:var(--navy);line-height:1.35}.collection-hero{background:linear-gradient(140deg,#0f2942,#1a3f6b 55%,#1e5fa8);background:linear-gradient(140deg,var(--navy) 0%,var(--navy-mid) 55%,var(--blue) 100%);padding:4.5rem 2rem;text-align:center;color:#fff}.collection-hero-inner{max-width:1100px;max-width:var(--max-w);margin:0 auto}.collection-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:1rem}.collection-hero p{font-size:1.1rem;color:#ffffffbf;max-width:600px;margin:0 auto;line-height:1.65}.featured-books-section{background:#f8fafc;background:var(--bg);padding:4rem 2rem}.book-card-link-wrap{display:block;text-decoration:none!important}.book-card-link-wrap:hover .book-cover{transform:translateY(-4px)}.book-card-link-wrap .book-cover{transition:transform .25s}.book-card-body h3 a{color:#0f2942;color:var(--navy);text-decoration:none}.book-card-body h3 a:hover{color:#1e5fa8;color:var(--blue)}.book-card-actions{display:flex;gap:1rem;align-items:center;margin-top:auto}.book-link--amazon{color:#64748b;color:var(--text-muted);font-size:.82rem}.secondary-books-section{background:#eef4fb;background:var(--bg-alt);padding:4rem 2rem}.secondary-books-grid{max-width:1100px;max-width:var(--max-w);margin:2rem auto 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.secondary-book-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);padding:1.1rem 1.25rem;display:flex;gap:1rem;align-items:flex-start;box-shadow:0 1px 3px #0f294214,0 1px 2px #0f29420a;box-shadow:var(--shadow-sm);text-decoration:none!important;color:#1e293b;color:var(--text);transition:box-shadow .2s,transform .2s}.secondary-book-card:hover{box-shadow:0 4px 20px #0f29421f,0 2px 8px #0f29420f;box-shadow:var(--shadow-md);transform:translateY(-2px)}.secondary-book-icon{width:36px;height:36px;background:#cffafe;background:var(--teal-light);border-radius:8px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.secondary-book-icon svg{width:18px;height:18px;stroke:#06b6d4;stroke:var(--teal)}.secondary-book-card strong{display:block;font-size:.92rem;font-weight:700;color:#0f2942;color:var(--navy);margin-bottom:.2rem}.secondary-book-authors{display:block;font-size:.78rem;color:#64748b;color:var(--text-muted);margin-bottom:.3rem}.secondary-book-desc{display:block;font-size:.82rem;color:#64748b;color:var(--text-muted);line-height:1.55}.courses-hero-content{display:grid;grid-template-columns:1fr auto;grid-gap:3rem;gap:3rem;align-items:center;text-align:left}.courses-hero-content h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:.75rem}.courses-hero-content p{font-size:1.05rem;color:#ffffffbf;max-width:560px;line-height:1.65;margin:0}.courses-hero-badge img{width:160px;height:160px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 4px 16px rgba(0,0,0,.3))}.courses-grid-section{background:#f8fafc;background:var(--bg);padding:4rem 2rem}.courses-grid{max-width:1100px;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem}.course-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:1.5rem;box-shadow:0 1px 3px #0f294214,0 1px 2px #0f29420a;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column;gap:.5rem;text-decoration:none!important;color:#1e293b;color:var(--text)}.course-card:hover{box-shadow:0 4px 20px #0f29421f,0 2px 8px #0f29420f;box-shadow:var(--shadow-md);transform:translateY(-2px)}.course-card-platform{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#06b6d4;color:var(--teal)}.course-card h3{font-size:1rem;font-weight:700;color:#0f2942;color:var(--navy);line-height:1.3;margin:0}.course-card p{font-size:.875rem;color:#64748b;color:var(--text-muted);line-height:1.6;margin:0;flex:1 1}.course-card-link{font-size:.85rem;font-weight:600;color:#1e5fa8;color:var(--blue);margin-top:.25rem}.courses-cta-section{background:#0f2942;background:var(--navy);padding:4rem 2rem}.courses-cta-inner{display:flex;gap:3rem;align-items:center;max-width:1100px;max-width:var(--max-w);margin:0 auto}.courses-cta-logo img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;border-radius:8px;border-radius:var(--radius-sm);flex-shrink:0}body:not(.homepage):not(.book):not(.course){margin:0 8px}body:not(.homepage):not(.book):not(.course) main{margin:2rem auto 4rem;max-width:65rem;min-height:calc(100vh - 200px);padding:25px 25px 50px;background:#fff;background:var(--white);box-shadow:0 1px 3px #0f294214,0 1px 2px #0f29420a;box-shadow:var(--shadow-sm);border-radius:8px;border-radius:var(--radius-sm)}body:not(.homepage):not(.book):not(.course) main h1{margin:1rem 0 2rem;text-align:center;font-weight:800;font-size:2.2rem;color:#0f2942;color:var(--navy);line-height:1.2}body:not(.homepage):not(.book):not(.course) main a{color:#1e5fa8;color:var(--blue);text-decoration:underline;text-decoration-color:#bfdbfe}body:not(.homepage):not(.book):not(.course) footer{text-align:center;margin-bottom:4rem}hr{border:none;border-top:2px dotted #e2e8f0;border-top:2px dotted var(--border);margin:3rem 0}.about-page-bio{padding:5rem 1.5rem;background:#fff;background:var(--white)}.about-page-bio-inner{max-width:1100px;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:280px 1fr;grid-gap:4rem;gap:4rem;align-items:start}.about-page-photo-block{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.about-page-text p{color:#64748b;color:var(--text-muted);line-height:1.8;margin-bottom:1.25rem}.about-page-section{padding:5rem 1.5rem}.about-page-section:nth-child(2n){background:var(--off-white)}.about-page-section-inner{max-width:1100px;max-width:var(--max-w);margin:0 auto}.about-page-section-header{margin-bottom:2.5rem}.about-page-section-header p{color:#64748b;color:var(--text-muted);line-height:1.7;max-width:56ch}.about-books-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.about-book-item{display:flex;gap:1.25rem;align-items:flex-start}.about-book-item img{width:72px;flex-shrink:0;border-radius:4px;box-shadow:0 1px 3px #0f294214,0 1px 2px #0f29420a;box-shadow:var(--shadow-sm);-o-object-fit:cover;object-fit:cover}.about-book-item h3{font-size:1rem;font-weight:700;color:#0f2942;color:var(--navy);margin-bottom:.4rem;line-height:1.3}.about-book-item p{font-size:.88rem;color:#64748b;color:var(--text-muted);line-height:1.6}.about-book-pub{display:block;font-size:.78rem;font-weight:500;color:#1e5fa8;color:var(--blue);margin-top:.1rem}.about-media-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.about-media-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm)}.about-media-icon{width:36px;height:36px;background:var(--blue-light);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1e5fa8;color:var(--blue)}.about-media-icon svg{width:18px;height:18px}.about-media-card strong{display:block;font-size:.9rem;color:#0f2942;color:var(--navy);margin-bottom:.25rem}.about-media-card span{font-size:.82rem;color:#64748b;color:var(--text-muted);line-height:1.5}.about-clients-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2.5rem;gap:2.5rem}.about-client-group-label{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b;color:var(--text-muted);margin-bottom:1rem}.about-client-tags{display:flex;flex-wrap:wrap;gap:.5rem}.about-page-cta{padding:5rem 1.5rem;background:linear-gradient(135deg,#0f2942,#1e3a5f);background:linear-gradient(135deg,var(--navy) 0%,#1e3a5f 100%);text-align:center}.about-page-cta-inner{max-width:680px;margin:0 auto}.about-page-cta .section-label{color:#fff9}.about-page-cta p{color:#ffffffbf;line-height:1.7;margin-top:.75rem}.academy-hero{background:linear-gradient(135deg,#0f2942,#1e3a5f);background:linear-gradient(135deg,var(--navy) 0%,#1e3a5f 100%);padding:5rem 1.5rem 6rem;text-align:center;position:relative;overflow:hidden}.academy-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 60% 0%,rgba(59,130,246,.18) 0%,transparent 70%);pointer-events:none}.academy-hero-inner{max-width:680px;margin:0 auto;position:relative;z-index:1}.academy-hero-logo{margin-bottom:1.5rem}.academy-hero-logo img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;border-radius:8px;border-radius:var(--radius-sm)}.academy-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:900;color:#fff;line-height:1.15;margin-bottom:1rem}.academy-hero p{font-size:1.1rem;color:#fffc;line-height:1.7;margin-bottom:2rem}.academy-section{padding:5rem 1.5rem;background:#fff;background:var(--white)}.academy-section .books-grid{grid-template-columns:repeat(auto-fit,minmax(220px,260px));justify-content:center}.academy-section--alt{background:var(--off-white)}.academy-cta{padding:5rem 1.5rem;background:linear-gradient(135deg,#0f2744,#1e3a5f)}.academy-cta-inner{max-width:1100px;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:auto 1fr;grid-gap:3rem;gap:3rem;align-items:center}.academy-cta-logo img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;border-radius:8px;border-radius:var(--radius-sm);flex-shrink:0}@media(max-width:640px){.academy-cta-inner{grid-template-columns:1fr;text-align:center}.academy-cta-logo{display:none}}.error-page{text-align:center;padding:2rem 1rem 3rem}.error-page-image{width:280px;max-width:100%;margin:0 auto 1.5rem;display:block;border-radius:12px;border-radius:var(--radius)}.error-page-code{font-size:4rem;font-weight:900;color:#0f2942;color:var(--navy);line-height:1;margin-bottom:.5rem}.error-page-title{font-size:1.5rem;font-weight:700;color:#0f2942;color:var(--navy);margin-bottom:.75rem}.error-page-desc{color:#64748b;color:var(--text-muted);margin-bottom:2rem;line-height:1.7}.schedule-body{max-width:1100px;max-width:var(--max-w);margin:0 auto;padding:2rem 1.5rem 6rem}#booking-page{min-height:600px}.contact-page-body{padding:4rem 1.5rem 6rem;background:var(--off-white)}.contact-page-inner{max-width:1100px;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-page-info .section-title{font-size:1.6rem;margin-bottom:1rem}.contact-info-link{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);text-decoration:none;color:#1e293b;color:var(--text);margin-bottom:.75rem;transition:border-color .18s,box-shadow .18s}.contact-info-link:hover{border-color:#1e5fa8;border-color:var(--blue);box-shadow:0 1px 3px #0f294214,0 1px 2px #0f29420a;box-shadow:var(--shadow-sm)}.contact-info-link-icon{width:36px;height:36px;background:var(--blue-light);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1e5fa8;color:var(--blue)}.contact-info-link-icon svg{width:18px;height:18px}.contact-info-link strong{display:block;font-size:.95rem;color:#0f2942;color:var(--navy);margin-bottom:.2rem}.contact-info-link span{font-size:.85rem;color:#64748b;color:var(--text-muted)}.contact-form-wrap{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:2rem 2.25rem;box-shadow:0 1px 3px #0f294214,0 1px 2px #0f29420a;box-shadow:var(--shadow-sm)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-hidden{display:none}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.88rem;font-weight:600;color:#0f2942;color:var(--navy)}.form-required{color:#1e5fa8;color:var(--blue)}.form-group input,.form-group textarea{padding:.65rem .9rem;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);font-size:.95rem;font-family:inherit;color:#1e293b;color:var(--text);background:#fff;background:var(--white);transition:border-color .18s,box-shadow .18s;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:#1e5fa8;border-color:var(--blue);box-shadow:0 0 0 3px #3b82f61f}.form-group textarea{min-height:140px;resize:vertical;line-height:1.6}.form-submit{align-self:flex-start;margin-top:.5rem}@media(max-width:1024px){.books-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.pillars-grid{grid-template-columns:1fr;gap:1rem}.about-inner,.courses-inner,.contact-inner,.contact-page-inner,.about-page-bio-inner{grid-template-columns:1fr;gap:2.5rem}.about-photo-block{order:-1}.about-page-photo-block{align-items:center}.about-books-grid{grid-template-columns:1fr}.about-media-grid{grid-template-columns:repeat(2,1fr)}.about-clients-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:600px){.books-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:768px){.hero{padding:3.5rem 1.5rem 5rem}nav.site-nav ul{gap:1.25rem}nav.site-nav a{font-size:.82rem}.pillars,.about,.books,.courses,.insights,.contact,.about-page-bio,.about-page-section,.about-page-cta{padding-top:3.5rem;padding-bottom:3.5rem}.about-media-grid{grid-template-columns:1fr}}@media(max-width:540px){.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero:after{display:none}.nav-inner{padding:0 1rem}nav.site-nav ul{gap:.9rem}.books-grid,.pillars-grid{gap:1rem}}pre.highlight{padding:16px;background-color:#f6f8fa}.highlight .hll{background-color:#ffc}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d01040}.highlight .na{color:teal}.highlight .nb{color:#0086b3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d01040}.highlight .sr{color:#009926}.highlight .s1{color:#d01040}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:teal}.highlight .il{color:#099}
/*# sourceMappingURL=/_bridgetown/static/index.H7GWXTMK.css.map */
