﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:17px;scroll-behavior:smooth}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#f5f2ee;background:#2b2d2e;line-height:1.7;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}main{flex:1}a{color:#d4663e;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}h1,h2{font-family:"Lora",Georgia,serif;line-height:1.3}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:720px;margin:0 auto;padding:0 1.5rem}.nav{background:rgba(43,45,46,.9);backdrop-filter:blur(12px);border-bottom:1px solid #434647;position:sticky;top:0;z-index:100}.nav-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo{font-family:"JetBrains Mono","Fira Code","Cascadia Code",monospace;font-size:1.25rem;font-weight:700;color:#f5f2ee;text-decoration:none}.nav-logo:hover{text-decoration:none}.nav-toggle-input{display:none}.nav-toggle-label{display:none;flex-direction:column;gap:5px;cursor:pointer}.nav-toggle-label span{display:block;width:24px;height:2px;background:#f5f2ee;transition:transform .2s}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{color:#b8b4ae;font-size:.95rem;font-weight:500;text-decoration:none}.nav-links a:hover{color:#f5f2ee;text-decoration:none}.btn{display:inline-block;padding:.6rem 1.4rem;border-radius:6px;font-weight:600;font-size:.95rem;text-decoration:none;transition:background .2s,transform .1s,box-shadow .2s;cursor:pointer;border:none}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:#d4663e;color:#fff;box-shadow:0 2px 16px rgba(196,90,60,.15)}.btn-primary:hover{background:#b8522f;color:#fff;box-shadow:0 4px 24px rgba(79,143,247,.2)}.btn-outline{border:2px solid #d4663e;color:#d4663e;background:rgba(0,0,0,0)}.btn-outline:hover{background:#d4663e;color:#fff}.btn-nav{background:#d4663e;color:#fff !important;padding:.45rem 1.1rem;border-radius:6px}.btn-nav:hover{background:#b8522f;color:#fff !important}.btn-lg{padding:.85rem 2rem;font-size:1.05rem}.floating-cta{position:fixed;bottom:1.5rem;right:1.5rem;z-index:90;box-shadow:0 4px 24px rgba(0,0,0,.4),0 2px 16px rgba(196,90,60,.15);border-radius:8px}.hero{padding:5rem 0 4rem;border-bottom:1px solid #434647}.hero-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 300px;gap:4rem;align-items:center}.hero-text h1{font-size:2.8rem;font-weight:800;line-height:1.15;margin-bottom:1.2rem;letter-spacing:-.02em;color:#fff}.hero-text p{font-size:1.2rem;color:#b8b4ae;margin-bottom:2rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-image img{width:280px;height:280px;border-radius:50%;object-fit:cover;border:3px solid #434647;box-shadow:0 0 40px rgba(196,90,60,.15)}.accent{color:#d4663e}.section{padding:4rem 0}.section-alt{background:#1c1e1f;border-top:1px solid #434647;border-bottom:1px solid #434647}.section-accent{background:linear-gradient(135deg, #632b16, #8d3c1f);border-top:1px solid #434647;border-bottom:1px solid #434647}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;font-weight:700;margin-bottom:.75rem;color:#fff}.section-header p{font-size:1.1rem;color:#b8b4ae;max-width:600px;margin:0 auto}.section-label{font-family:"JetBrains Mono","Fira Code","Cascadia Code",monospace;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#d4663e;margin-bottom:.75rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:1.5rem}.card{background:#333637;border:1px solid #434647;border-radius:10px;padding:2rem;transition:border-color .2s,box-shadow .2s}.card:hover{border-color:#5c6061}.card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#fff}.card .card-meta{font-size:.9rem;color:#b8b4ae;margin-bottom:1rem}.card p{color:#b8b4ae;line-height:1.6}.card-price{font-size:1.5rem;font-weight:700;color:#d4663e;margin-bottom:.5rem}.card-details{font-size:1rem;font-weight:600;color:#b8b4ae;margin-bottom:1rem}.card-highlight{border-color:#d4663e;box-shadow:0 0 0 1px #d4663e,0 4px 24px rgba(196,90,60,.15)}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:1.5rem}.problem-card{background:#333637;border:1px solid #434647;border-radius:10px;padding:2rem}.problem-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;color:#fff}.problem-card p{color:#b8b4ae;line-height:1.6}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:1.5rem}.testimonial{background:#333637;border:1px solid #434647;border-radius:10px;padding:2rem}.testimonial blockquote{font-style:italic;line-height:1.7;margin-bottom:1rem;color:#f5f2ee}.testimonial cite{font-style:normal;font-size:.9rem;color:#b8b4ae;font-weight:600}.carousel{position:relative;overflow:hidden}.carousel-track{display:flex;transition:transform .4s ease}.carousel-track .testimonial{flex:0 0 calc(33.333% - 1rem);margin-right:1.5rem}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.carousel-btn{background:#333637;border:1px solid #434647;color:#f5f2ee;width:40px;height:40px;border-radius:50%;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.carousel-btn:hover{background:#d4663e;border-color:#d4663e;color:#fff}.carousel-dots{display:flex;gap:.4rem}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#434647;border:none;cursor:pointer;padding:0;transition:background .2s}.carousel-dot.active{background:#d4663e}@media (max-width: 768px){.carousel-track .testimonial{flex:0 0 100%;margin-right:0}}@media (min-width: 769px) and (max-width: 1024px){.carousel-track .testimonial{flex:0 0 calc(50% - .75rem)}}.deliverables-list{list-style:none;max-width:600px;margin:0 auto}.deliverables-list li{padding:.6rem 0;padding-left:2rem;position:relative;color:#b8b4ae;font-size:1.05rem}.deliverables-list li::before{content:"✓";position:absolute;left:0;color:#d4663e;font-weight:700}.curriculum-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.25rem;margin:2rem 0}.curriculum-card{background:#333637;border:1px solid #434647;border-radius:10px;padding:1.5rem}.curriculum-card .week-label{font-family:"JetBrains Mono","Fira Code","Cascadia Code",monospace;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#d4663e;margin-bottom:.4rem}.curriculum-card h4{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:.75rem}.curriculum-card ul{list-style:disc;padding:0 0 0 1.2rem;margin:0}.curriculum-card ul li{padding:.2rem 0;font-size:.92rem;color:#b8b4ae;line-height:1.5}@media (max-width: 768px){.curriculum-grid{grid-template-columns:1fr}}.coach-bio{display:flex;gap:1.5rem;align-items:flex-start;margin:1.5rem 0}.coach-bio img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:2px solid #434647;flex-shrink:0}.coach-bio p{margin:0}@media (max-width: 768px){.coach-bio{flex-direction:column;align-items:center;text-align:center}}.guide-section{display:grid;grid-template-columns:200px 1fr;gap:3rem;align-items:start}.guide-photo img{width:200px;height:200px;border-radius:50%;object-fit:cover;border:3px solid #434647}.guide-bio h3{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.5rem}.guide-bio p{color:#b8b4ae;margin-bottom:1rem;line-height:1.6}.credentials{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.credential-tag{background:#2b2d2e;border:1px solid #434647;border-radius:6px;padding:.35rem .85rem;font-size:.85rem;color:#b8b4ae;font-weight:500}.pybites-note{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #434647;max-width:640px;margin-left:auto;margin-right:auto;text-align:center}.pybites-note h3{font-size:1.1rem;color:#b8b4ae;margin-bottom:.5rem}.pybites-note p{font-size:.95rem;color:#b8b4ae;line-height:1.6}.post-list{list-style:none}.post-item{padding:1.5rem 0;border-bottom:1px solid #434647}.post-item:last-child{border-bottom:none}.post-item h3{font-size:1.3rem;font-weight:700;margin-bottom:.3rem}.post-item h3 a{color:#f5f2ee}.post-item h3 a:hover{color:#d4663e;text-decoration:none}.post-item .post-date{font-size:.85rem;color:#b8b4ae;margin-bottom:.5rem}.post-item .post-summary{color:#b8b4ae;line-height:1.6}.post{padding:3rem 0 4rem}.post .post-header{margin-bottom:2.5rem}.post .post-header h1{font-size:2.2rem;font-weight:800;line-height:1.2;margin-bottom:.75rem;color:#fff}.post .post-header .post-date{font-size:.9rem;color:#b8b4ae}.post .post-content h2{font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem;color:#fff}.post .post-content h3{font-size:1.25rem;font-weight:600;margin:2rem 0 .75rem;color:#fff}.post .post-content p{margin-bottom:1.25rem}.post .post-content ul,.post .post-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.post .post-content ul li,.post .post-content ol li{margin-bottom:.4rem}.post .post-content pre{background:#1c1e1f;border:1px solid #434647;color:#f5f2ee;padding:1.25rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem;font-family:"JetBrains Mono","Fira Code","Cascadia Code",monospace;font-size:.9rem;line-height:1.5}.post .post-content code{font-family:"JetBrains Mono","Fira Code","Cascadia Code",monospace;font-size:.9em;background:#333637;padding:.15em .4em;border-radius:4px}.post .post-content pre code{background:none;padding:0}.post .post-content blockquote{border-left:3px solid #d4663e;padding:.75rem 1.25rem;margin:1.5rem 0;color:#b8b4ae;font-style:italic}.post .post-content blockquote p:last-child{margin-bottom:0}.page{padding:3rem 0 4rem}.page h1{font-size:2.2rem;font-weight:800;margin-bottom:1.5rem;color:#fff}.page h2{font-size:1.5rem;font-weight:700;margin:2rem 0 1rem;color:#fff}.page h3{font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem;color:#fff}.page p{margin-bottom:1.25rem;color:#b8b4ae;line-height:1.7}.page ul,.page ol{margin-bottom:1.25rem;padding-left:1.5rem}.page ul li,.page ol li{margin-bottom:.4rem;color:#b8b4ae}.page strong{color:#f5f2ee}.page hr{border:none;border-top:1px solid #434647;margin:3rem 0}.page img[alt*=mindmap]{filter:invert(1) hue-rotate(180deg);border-radius:8px;cursor:zoom-in;transition:transform .3s ease}.page img[alt*=mindmap].zoomed{transform:scale(1.8);cursor:zoom-out;position:relative;z-index:10}.callout{background:#333637;border:1px solid #434647;border-left:3px solid #d4663e;border-radius:8px;padding:1.5rem 2rem;margin:2rem 0}.cta-section{text-align:center;padding:4rem 0}.cta-section h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff}.cta-section p{font-size:1.1rem;color:#b8b4ae;margin-bottom:2rem;max-width:550px;margin-left:auto;margin-right:auto}.footer{background:#1c1e1f;border-top:1px solid #434647;color:#b8b4ae;padding:3rem 0 2rem}.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.footer-logo{font-family:"JetBrains Mono","Fira Code","Cascadia Code",monospace;font-size:1.1rem;font-weight:700;color:#f5f2ee;margin-bottom:.3rem}.footer-tagline{font-size:.9rem;color:#948e85}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#b8b4ae;font-size:.9rem}.footer-links a:hover{color:#f5f2ee;text-decoration:none}.footer-newsletter{border-top:1px solid #434647;padding:1.5rem 0;text-align:center}.footer-newsletter-label{font-size:.95rem;color:#b8b4ae;margin-bottom:.75rem}.newsletter-form{display:flex;justify-content:center;gap:.5rem;max-width:400px;margin:0 auto}.newsletter-form input[type=email]{flex:1;padding:.5rem .75rem;border:1px solid #434647;border-radius:6px;background:#333637;color:#f5f2ee;font-size:.9rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.newsletter-form input[type=email]::placeholder{color:#948e85}.newsletter-form input[type=email]:focus{outline:none;border-color:#d4663e}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.footer-copy{font-size:.8rem;color:#888278;border-top:1px solid #434647;padding-top:1.5rem}@media (max-width: 768px){html{font-size:16px}.hero{padding:3rem 0}.hero-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text h1{font-size:2rem}.hero-image{order:-1;margin:0 auto}.hero-image img{width:200px;height:200px}.hero-cta{justify-content:center}.nav-toggle-label{display:flex}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:rgba(43,45,46,.95);backdrop-filter:blur(12px);flex-direction:column;padding:1rem 1.5rem;gap:.75rem;border-bottom:1px solid #434647}.nav-toggle-input:checked~.nav-links{display:flex}.section-header h2{font-size:1.6rem}.footer-inner{flex-direction:column;gap:1.5rem}.footer-links{flex-wrap:wrap}.guide-section{grid-template-columns:1fr;text-align:center}.guide-section .guide-photo{margin:0 auto}.guide-section .credentials{justify-content:center}.newsletter-form{flex-direction:column}.newsletter-form input[type=email]{width:100%}.floating-cta{bottom:1rem;right:1rem}.post .post-header h1{font-size:1.8rem}}