:root{--color-accent: #DC2626;--color-accent-dark: #B91C1C;--color-accent-light: #EF4444;--color-warm: #D97706;--color-warm-dark: #B45309;--color-bg: #F5F5F5;--color-section-alt: #1F2937;--color-surface: #FFFFFF;--color-dark: #111827;--color-charcoal: #1F2937;--color-text: #000000;--color-text-muted: #4B5563;--color-text-light: #FFFFFF;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "Playfair Display", Georgia, "Times New Roman", serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--text-7xl: 4.5rem;--leading-tight: 1.1;--leading-snug: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.625;--leading-loose: 2;--tracking-tight: -.03em;--tracking-normal: 0;--tracking-wide: .05em;--space-unit: 1rem;--space-1: calc(var(--space-unit) * .25);--space-2: calc(var(--space-unit) * .5);--space-3: calc(var(--space-unit) * .75);--space-4: var(--space-unit);--space-6: calc(var(--space-unit) * 1.5);--space-8: calc(var(--space-unit) * 2);--space-10: calc(var(--space-unit) * 2.5);--space-12: calc(var(--space-unit) * 3);--space-16: calc(var(--space-unit) * 4);--space-20: calc(var(--space-unit) * 5);--space-24: calc(var(--space-unit) * 6);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .15);--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--max-width-prose: 65ch;--max-width-content: 1000px;--max-width-wide: 1200px;--nav-height: 64px}@media(prefers-color-scheme:dark){:root.dark-mode{--color-bg: #1A1A1A;--color-section-alt: #262626;--color-surface: #333333;--color-text: #FAFAFA;--color-text-muted: #9CA3AF}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}nav{position:fixed;top:0;left:0;right:0;background:#fafafaf2;backdrop-filter:blur(10px);z-index:1000;padding:1rem 2rem;border-bottom:1px solid rgba(0,0,0,.05)}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;color:var(--color-text);text-decoration:none;letter-spacing:-.02em}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:var(--color-text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--color-text)}.nav-cta{background:var(--color-text);color:#fff!important;padding:.6rem 1.2rem;border-radius:6px;font-weight:500}.nav-cta:hover{background:#333!important}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle i{width:24px;height:24px;stroke:var(--color-text)}.mobile-menu{display:none;position:fixed;inset:0;background:#fff;z-index:999;padding:5rem 2rem 2rem;flex-direction:column;gap:1.5rem}.mobile-menu.active{display:flex}.mobile-menu a{font-size:1.25rem;color:var(--color-text);text-decoration:none;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.mobile-close{position:absolute;top:1rem;right:1.5rem;background:none;border:none;cursor:pointer;padding:.5rem}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content h1{font-family:var(--font-serif);font-size:4rem;font-weight:600;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem}.hero-content h1 span{color:var(--color-accent)}.hero-tagline{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:2rem;max-width:480px;line-height:1.7}.hero-stats{display:flex;gap:3rem;margin-bottom:2.5rem;padding:1.5rem 0;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}.stat{text-align:left}.stat-number{font-size:2rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.stat-label{font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.hero-buttons{display:flex;gap:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.btn i{width:18px;height:18px}.btn-primary{background:var(--color-text);color:#fff}.btn-primary:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-secondary{background:transparent;color:var(--color-text);border:2px solid var(--color-text)}.btn-secondary:hover{background:var(--color-text);color:#fff}.hero-image{position:relative}.hero-photo{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center top;border-radius:16px}.hero-image-placeholder{width:100%;aspect-ratio:4/5;background:linear-gradient(135deg,#e5e7eb,#d1d5db);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;font-size:1rem;color:var(--color-text-muted);position:relative;overflow:hidden}.hero-image-placeholder i{width:64px;height:64px;opacity:.4}.hero-image-placeholder span{font-weight:500;opacity:.6}.tedx-badge{position:absolute;bottom:-20px;left:-20px;background:#e62b1e;color:#fff;padding:1rem 1.5rem;border-radius:12px;font-weight:700;font-size:.9rem;box-shadow:0 8px 24px #e62b1e4d;display:flex;align-items:center;gap:.5rem}.tedx-badge i{width:18px;height:18px}.credentials{background:var(--color-text);color:#fff;padding:1.25rem 2rem}.credentials-container{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.credential{display:flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500}.credential i{width:20px;height:20px;opacity:.7}section{padding:6rem 2rem}.section-alt{background:var(--color-section-alt);color:var(--color-text-light)}.section-alt .section-title,.section-alt .section-subtitle{color:var(--color-text-light)}.section-alt .section-subtitle{opacity:.8}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.section-label i{width:16px;height:16px}.section-title{font-family:var(--font-serif);font-size:2.75rem;font-weight:600;letter-spacing:-.02em;margin-bottom:1rem}.section-subtitle{font-size:1.15rem;color:var(--color-text-muted);line-height:1.7}.offerings-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.offering-card{background:#fff;border-radius:16px;padding:2.5rem;border:1px solid rgba(0,0,0,.06);transition:all .3s;text-decoration:none;color:inherit;display:block}.offering-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a;border-color:transparent}.offering-icon{width:56px;height:56px;background:var(--color-section-alt);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.offering-icon i{width:28px;height:28px;stroke:var(--color-accent)}.offering-card h3{font-size:1.35rem;font-weight:600;margin-bottom:.75rem}.offering-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.offering-link{color:var(--color-accent);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem}.offering-link i{width:16px;height:16px;transition:transform .2s}.offering-card:hover .offering-link i{transform:translate(4px)}.tedx-section{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff}.tedx-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.tedx-video{aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px #00000080}.tedx-video iframe{width:100%;height:100%;border:none}.tedx-content h2{font-family:var(--font-serif);font-size:2.25rem;margin-bottom:1.5rem;line-height:1.2}.tedx-content p{color:#ffffffb3;margin-bottom:2rem;line-height:1.7}.tedx-logo{display:inline-flex;align-items:center;gap:.5rem;background:#e62b1e;color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:700;font-size:.9rem;margin-bottom:1.5rem}.book-section{background:var(--color-bg)}.book-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center}.book-cover{aspect-ratio:2/3;background:linear-gradient(145deg,#374151,#1f2937);border-radius:8px;box-shadow:20px 20px 60px #00000026,-5px -5px 20px #fffc;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-family:var(--font-serif);font-size:1.5rem;text-align:center;padding:2rem;position:relative}.book-cover i{width:48px;height:48px;margin-bottom:1rem;opacity:.6}.book-cover-label{position:absolute;top:1.5rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;font-family:var(--font-sans);opacity:.7}.book-content h2{font-family:var(--font-serif);font-size:2.5rem;margin-bottom:1rem}.book-content .subtitle{font-size:1.2rem;color:var(--color-accent);margin-bottom:1.5rem;font-weight:500}.book-content p{color:var(--color-text-muted);margin-bottom:2rem;line-height:1.7}.email-signup{display:flex;gap:.75rem;max-width:450px}.email-signup input{flex:1;padding:1rem 1.25rem;border:2px solid #E5E7EB;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.email-signup input:focus{outline:none;border-color:var(--color-accent)}.email-signup button{padding:1rem 1.5rem;background:var(--color-text);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s;display:flex;align-items:center;gap:.5rem}.email-signup button:hover{background:#333}.testimonials-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial{background:#fff;padding:2rem;border-radius:12px;border:1px solid rgba(0,0,0,.06)}.testimonial-quote{margin-bottom:1rem}.testimonial-quote i{width:24px;height:24px;color:var(--color-accent);opacity:.3}.testimonial-text{font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem;color:var(--color-text)}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;background:var(--color-section-alt);border-radius:50%;display:flex;align-items:center;justify-content:center}.testimonial-avatar i{width:24px;height:24px;color:var(--color-text-muted)}.testimonial-name{font-weight:600;font-size:.95rem}.testimonial-role{font-size:.85rem;color:var(--color-text-muted)}.cta-section{padding:6rem 2rem;background:var(--color-section-alt);color:var(--color-text-light);text-align:center}.cta-container{max-width:700px;margin:0 auto}.cta-container h2{font-family:var(--font-serif);font-size:2.5rem;margin-bottom:1rem}.cta-container p{font-size:1.15rem;opacity:.85;margin-bottom:2rem;line-height:1.7}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-large{padding:1.25rem 2.5rem;font-size:1.1rem}footer{background:var(--color-text);color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 2fr;gap:4rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;color:#fff;text-decoration:none}.footer-tagline{color:#fff9;font-size:.95rem}.footer-brand h3{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:1rem}.footer-brand p{color:#fff9;font-size:.95rem;line-height:1.6;max-width:300px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-column h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;color:#ffffff80}.footer-column a,.footer-column p{color:#fffc;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-column a:hover{color:#fff}.footer-links h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;color:#ffffff80}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#fffc;text-decoration:none;font-size:.95rem;transition:color .2s;display:inline-flex;align-items:center;gap:.5rem}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#ffffff80}.social-links{display:flex;gap:1rem}.social-links a{color:#fff9;text-decoration:none;transition:color .2s;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px}.social-links a:hover{color:#fff;background:#fff3}.social-links i{width:20px;height:20px}@media(max-width:968px){.hero-container,.tedx-container,.book-container{grid-template-columns:1fr;gap:3rem}.hero-content h1{font-size:3rem}.offerings-grid,.testimonials-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}.nav-links{display:none}.nav-toggle{display:block}.credentials-container{gap:1.5rem}.credential{font-size:.8rem}}@media(max-width:600px){.hero-content h1{font-size:2.25rem}.hero-stats{flex-direction:column;gap:1.5rem}.hero-buttons{flex-direction:column}.footer-container{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.credentials-container{flex-direction:column;gap:1rem;text-align:center}.cta-container h2{font-size:2rem}.cta-buttons{flex-direction:column}}.top-bar{background:var(--color-dark);color:var(--color-text-light);padding:.5rem 0;font-size:var(--text-sm)}.top-bar-container{max-width:var(--max-width-wide);margin:0 auto;padding:0 var(--space-8);display:flex;justify-content:space-between;align-items:center}.top-bar-phone{color:var(--color-text-light);text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .2s}.top-bar-phone:hover{color:var(--color-accent-light)}.top-bar-phone i{width:14px;height:14px}.top-bar-social{display:flex;gap:1rem}.top-bar-social a{color:#ffffffb3;transition:color .2s}.top-bar-social a:hover{color:#fff}.top-bar-social i{width:16px;height:16px}.sticky-social{position:fixed;left:1rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.75rem;z-index:100;opacity:0;transition:opacity .3s}.sticky-social.visible{opacity:1}.sticky-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-dark);color:#fff;border-radius:var(--radius-md);transition:background .2s,transform .2s}.sticky-social a:hover{background:var(--color-accent);transform:scale(1.1)}.sticky-social i{width:18px;height:18px}@media(max-width:968px){.top-bar-container{padding:0 var(--space-4)}.sticky-social{display:none}}.trust-bar{padding:var(--space-8) var(--space-4);background:var(--color-surface);border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}.trust-bar-container{max-width:var(--max-width-wide);margin:0 auto;text-align:center}.trust-bar-label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--color-text-muted);margin-bottom:var(--space-4)}.trust-bar-logos{display:flex;justify-content:center;align-items:center;gap:var(--space-12);flex-wrap:wrap;opacity:.6}.trust-bar-logos span{font-size:var(--text-lg);font-weight:600;color:var(--color-text-muted)}
