@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.animate-on-scroll{opacity:0}.animate-on-scroll.visible{animation:fadeInUp .7s ease-out forwards}.animate-on-scroll.fade-left.visible{animation:fadeInLeft .7s ease-out forwards}.animate-on-scroll.fade-right.visible{animation:fadeInRight .7s ease-out forwards}.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#f5f4ed;border-bottom:1px solid #f0eee6}.nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:4rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:"Satoshi",system-ui,-apple-system,sans-serif;font-weight:700;font-size:1rem;color:#141413;text-decoration:none}.nav-logo:hover{color:#c96442}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a{font-family:"Satoshi",system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:500;color:#5e5d59;text-decoration:none;transition:color .15s}.nav-links a:hover,.nav-links a.active{color:#141413}.nav-links li:last-child a{background:#c96442;color:#faf9f5;padding:.5rem 1.25rem;border-radius:.25rem;font-weight:700}.nav-links li:last-child a:hover{background:#d97757;color:#faf9f5}.theme-toggle{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:none;border:1px solid #f0eee6;border-radius:50%;cursor:pointer;color:#5e5d59;transition:border-color .15s,color .15s;flex-shrink:0}.theme-toggle:hover{border-color:#c96442;color:#c96442}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon{display:block}.nav-right{display:flex;align-items:center;gap:.75rem}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.25rem}.nav-hamburger span{display:block;width:24px;height:2px;background:#141413;border-radius:2px;transition:all .2s}@media (max-width: 768px){.nav-hamburger{display:flex}.nav-links{display:none;position:fixed;top:4rem;left:0;right:0;background:#f5f4ed;border-bottom:1px solid #f0eee6;flex-direction:column;align-items:flex-start;gap:0;padding:1rem 1.5rem}.nav-links.open{display:flex}.nav-links li{width:100%}.nav-links a{display:block;padding:.75rem 0;border-bottom:1px solid #f0eee6}.nav-links li:last-child a{margin-top:.5rem;display:inline-block;width:auto}}.pricing-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.pricing-grid.cols-3{grid-template-columns:repeat(3, 1fr)}.pricing-grid.cols-4{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1024px){.pricing-grid.cols-4{grid-template-columns:repeat(4, 1fr)}}.pricing-card{position:relative;border:1px solid #f0eee6;border-radius:1rem;padding:2rem;background:#faf9f5;display:flex;flex-direction:column;height:100%;transition:border-color .2s}.pricing-card:hover{border-color:rgba(201,100,66,.4)}.pricing-card.highlighted{border-color:#c96442;box-shadow:0 4px 24px rgba(201,100,66,.1)}.pricing-badge{position:absolute;top:-.75rem;left:50%;transform:translateX(-50%);background:#c96442;color:#faf9f5;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.2rem 1rem;border-radius:999px;white-space:nowrap}.pricing-name{font-family:"Satoshi",system-ui,-apple-system,sans-serif;font-size:1.125rem;font-weight:700;color:#141413}.pricing-price{margin-top:.75rem;display:flex;align-items:flex-end;gap:.25rem}.pricing-price .amount{font-size:1.875rem;font-weight:700;color:#c96442;line-height:1}.pricing-price .duration{font-size:.875rem;color:#5e5d59;margin-bottom:.25rem}.pricing-description{margin-top:.75rem;font-size:.875rem;color:#5e5d59;line-height:1.6}.pricing-features{margin-top:1.5rem;flex-grow:1;list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.pricing-features li{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#5e5d59;line-height:1.4}.pricing-features li::before{content:"";display:block;flex-shrink:0;width:1rem;height:1rem;margin-top:.1rem;background-color:#c96442;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat}.pricing-cta{margin-top:2rem}[data-theme=dark] body{background:#1c1b18;color:#c8c6be}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#f0efe8}[data-theme=dark] [style*="color:#141413"]{color:#f0efe8 !important}[data-theme=dark] [style*="color: #141413"]{color:#f0efe8 !important}[data-theme=dark] [style*="color:#5e5d59"]{color:#8a8880 !important}[data-theme=dark] [style*="color: #5e5d59"]{color:#8a8880 !important}[data-theme=dark] [style*="background:#faf9f5"]{background:#252420 !important}[data-theme=dark] [style*="background: #faf9f5"]{background:#252420 !important}[data-theme=dark] [style*="background:#f5f4ed"]{background:#1c1b18 !important}[data-theme=dark] [style*="background: #f5f4ed"]{background:#1c1b18 !important}[data-theme=dark] .site-nav{background:rgba(28,27,24,.97);border-bottom-color:#2e2c27}[data-theme=dark] .nav-logo{color:#f0efe8}[data-theme=dark] .nav-links{background:#1c1b18;border-bottom-color:#2e2c27}[data-theme=dark] .nav-links a{color:#c8c6be}[data-theme=dark] .nav-links a:hover,[data-theme=dark] .nav-links a.active{color:#f0efe8}[data-theme=dark] .nav-links li:last-child a{color:#faf9f5}[data-theme=dark] .nav-hamburger span{background:#f0efe8}[data-theme=dark] .theme-toggle .icon-moon{display:none}[data-theme=dark] .theme-toggle .icon-sun{display:block}[data-theme=dark] .hero{background:radial-gradient(ellipse at 70% 50%, rgba(217,119,87,.07) 0%, #1c1b18 60%);border-bottom-color:#2e2c27}[data-theme=dark] .hero-circle-bg{background:rgba(217,119,87,.12)}[data-theme=dark] .hero-credentials{color:#8a8880}[data-theme=dark] .hero-credential-dot{color:#3a3935}[data-theme=dark] .page-hero{background:#1c1b18;border-bottom-color:#2e2c27}[data-theme=dark] .section-label{color:#d97757}[data-theme=dark] .section-label::before{background:#d97757}[data-theme=dark] .btn-secondary{color:#f0efe8;border-color:#3a3935}[data-theme=dark] .btn-secondary:hover{border-color:#f0efe8}[data-theme=dark] .btn-dark{background:#f0efe8;color:#1c1b18;border-color:#f0efe8}[data-theme=dark] .btn-dark-outline{color:#f0efe8;border-color:rgba(240,239,232,.4)}[data-theme=dark] .btn-dark-outline:hover{border-color:#f0efe8}[data-theme=dark] .card{background:#252420;border-color:#2e2c27;box-shadow:0 1px 4px rgba(0,0,0,.3)}[data-theme=dark] .card:hover{border-color:rgba(217,119,87,.4);box-shadow:0 4px 16px rgba(0,0,0,.4)}[data-theme=dark] .problem-item{border-left-color:#f0efe8}[data-theme=dark] .services-rows{border-top-color:#2e2c27}[data-theme=dark] .service-row{border-bottom-color:#2e2c27}[data-theme=dark] .service-row:hover{background:#252420}[data-theme=dark] .service-row-icon{border-color:#2e2c27;color:#8a8880}[data-theme=dark] .service-row-title{color:#f0efe8}[data-theme=dark] .service-row-description{color:#8a8880}[data-theme=dark] .service-row-price .price{color:#f0efe8}[data-theme=dark] .service-row-price .dur{color:#8a8880}[data-theme=dark] .cred-bar{border-color:#2e2c27}[data-theme=dark] .cred-stats-row{border-bottom-color:#2e2c27}[data-theme=dark] .cred-value{color:#f0efe8}[data-theme=dark] .cred-label{color:#8a8880}[data-theme=dark] .cred-list-label{color:#d97757}[data-theme=dark] .cred-list-value{color:#c8c6be}[data-theme=dark] .testimonial-card{background:#252420;border-color:#2e2c27}[data-theme=dark] .testimonial-quote{color:#8a8880}[data-theme=dark] .testimonial-author{color:#f0efe8}[data-theme=dark] .testimonial-role{color:#8a8880}[data-theme=dark] .case-card{background:#252420;border-color:#2e2c27}[data-theme=dark] .case-title{color:#f0efe8}[data-theme=dark] .case-stats{border-top-color:#2e2c27}[data-theme=dark] .case-stat-value{color:#f0efe8}[data-theme=dark] .case-stat-label{color:#8a8880}[data-theme=dark] .case-quote{border-top-color:#2e2c27;color:#8a8880}[data-theme=dark] .case-author{color:#f0efe8}[data-theme=dark] .bottom-cta{background:#141410}[data-theme=dark] .pricing-card{background:#252420;border-color:#2e2c27}[data-theme=dark] .pricing-card.highlighted{border-color:#d97757}[data-theme=dark] .pricing-name{color:#f0efe8}[data-theme=dark] .pricing-description{color:#8a8880}[data-theme=dark] .pricing-features li{color:#8a8880}[data-theme=dark] .pricing-features li::before{background-color:#d97757}[data-theme=dark] .pricing-price .amount{color:#d97757}[data-theme=dark] .pricing-price .duration{color:#8a8880}[data-theme=dark] .process-step-number{color:rgba(217,119,87,.3)}[data-theme=dark] .standard-card{background:#252420;border-color:#2e2c27}[data-theme=dark] .standard-card:hover{border-color:rgba(217,119,87,.4)}[data-theme=dark] .standard-icon{background:rgba(217,119,87,.15)}[data-theme=dark] .timeline::before{background:#2e2c27}[data-theme=dark] .timeline-bubble{background:#252420;border-color:#d97757}[data-theme=dark] .timeline-year{color:#d97757}[data-theme=dark] .timeline-heading{color:#f0efe8}[data-theme=dark] .timeline-body{color:#8a8880}[data-theme=dark] .session-step{background:#252420;border-color:#2e2c27}[data-theme=dark] .session-step:hover{border-color:#d97757}[data-theme=dark] .session-step-label{color:#f0efe8}[data-theme=dark] .session-step-desc{color:#8a8880}[data-theme=dark] .stat-card{background:#252420;border-color:#2e2c27}[data-theme=dark] .stat-number{color:#d97757}[data-theme=dark] .stat-label{color:#f0efe8}[data-theme=dark] .stat-detail{color:#8a8880}[data-theme=dark] .expertise-tag{background:#252420;border-color:#2e2c27;color:#8a8880}[data-theme=dark] .cred-table td{border-bottom-color:#2e2c27}[data-theme=dark] .cred-table .cred-table-label{color:#8a8880}[data-theme=dark] .cred-table .cred-table-value{color:#f0efe8}[data-theme=dark] .career-title{color:#f0efe8}[data-theme=dark] .career-desc{color:#8a8880}[data-theme=dark] .career-item{border-bottom-color:#2e2c27}[data-theme=dark] .cert-item{border-bottom-color:#2e2c27}[data-theme=dark] .cert-name{color:#f0efe8}[data-theme=dark] .cert-issuer{color:#8a8880}[data-theme=dark] .cert-year{color:#8a8880}[data-theme=dark] .resource-card{background:#252420;border-color:#2e2c27}[data-theme=dark] .resource-title{color:#f0efe8}[data-theme=dark] .resource-desc{color:#8a8880}[data-theme=dark] .resource-link{color:#d97757}[data-theme=dark] .newsletter-box{background:#141410}[data-theme=dark] .form-label{color:#f0efe8}[data-theme=dark] .form-input,[data-theme=dark] .form-select,[data-theme=dark] .form-textarea{background:#252420;border-color:#3a3935;color:#d4d2c9}[data-theme=dark] .form-input:focus,[data-theme=dark] .form-select:focus,[data-theme=dark] .form-textarea:focus{border-color:#d97757;box-shadow:0 0 0 2px rgba(217,119,87,.15)}[data-theme=dark] .form-success{background:rgba(217,119,87,.1);border-color:rgba(217,119,87,.3)}[data-theme=dark] .form-success h3{color:#f0efe8}[data-theme=dark] .form-success p{color:#8a8880}[data-theme=dark] .contact-info-item .info-label{color:#8a8880}[data-theme=dark] .contact-info-item .info-value{color:#f0efe8}[data-theme=dark] .site-footer{background:#141410}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Satoshi",system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:400;color:#141413;background:#f5f4ed;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-padding{padding-top:5rem;padding-bottom:5rem}@media (min-width: 768px){.section-padding{padding-top:7rem;padding-bottom:7rem}}main{padding-top:4rem}h1,h2,h3,h4,h5,h6{font-family:"Satoshi",system-ui,-apple-system,sans-serif;font-weight:700;color:#141413;line-height:1.2}.btn{display:inline-block;padding:.75rem 2rem;border-radius:.25rem;font-family:"Satoshi",system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:700;text-decoration:none;transition:opacity .15s,border-color .15s,color .15s;cursor:pointer}.btn-primary{background:#c96442;color:#faf9f5;border:1px solid #c96442}.btn-primary:hover{opacity:.9}.btn-secondary{background:rgba(0,0,0,0);color:#141413;border:1px solid #f0eee6}.btn-secondary:hover{border-color:#141413}.btn-dark{background:#f5f4ed;color:#141413;border:1px solid #f5f4ed}.btn-dark:hover{opacity:.9}.btn-dark-outline{background:rgba(0,0,0,0);color:#f5f4ed;border:1px solid rgba(245,244,237,.4)}.btn-dark-outline:hover{border-color:#f5f4ed}.card{background:#faf9f5;border:1px solid #f0eee6;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 4px rgba(0,0,0,.04);transition:border-color .2s,box-shadow .2s}.card:hover{border-color:rgba(201,100,66,.4);box-shadow:0 4px 16px rgba(0,0,0,.08)}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#c96442;margin-bottom:1rem;display:flex;align-items:center;gap:.625rem}.section-label::before{content:"";display:inline-block;width:1.5rem;height:2px;background:#c96442;flex-shrink:0}.page-hero{background:#f5f4ed;padding-top:8rem;padding-bottom:4rem;border-bottom:1px solid #f0eee6}.page-hero-dark{background:#141413;padding-top:8rem;padding-bottom:5rem}.page-hero-dark h1{color:#b0aea5}.page-hero-dark p{color:rgba(176,174,165,.7)}.hero{background:radial-gradient(ellipse at 70% 50%, rgba(201,100,66,.06) 0%, #f5f4ed 60%);padding-top:8rem;padding-bottom:4rem;border-bottom:1px solid #f0eee6}@media (min-width: 768px){.hero{padding-top:10rem;padding-bottom:5rem}}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero-headline{font-size:3rem;font-weight:700;color:#141413;line-height:1.1}@media (min-width: 768px){.hero-headline{font-size:3.75rem}}.hero-sub{margin-top:1.5rem;font-size:1.125rem;color:#5e5d59;line-height:1.6}.hero-cta{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:1rem}.hero-credentials{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;font-size:.75rem;color:#5e5d59}.hero-credential-dot{color:#f0eee6}.hero-image-wrap{display:flex;justify-content:center}@media (min-width: 1024px){.hero-image-wrap{justify-content:flex-end}}.hero-image-inner{position:relative;width:18rem}@media (min-width: 768px){.hero-image-inner{width:24rem}}@media (min-width: 1024px){.hero-image-inner{width:26rem}}.hero-circle{width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12)}.hero-circle img{width:100%;height:100%;object-fit:cover;object-position:top}.hero-circle-bg{position:absolute;bottom:-1rem;right:-1rem;width:6rem;height:6rem;background:rgba(201,100,66,.2);border-radius:50%;z-index:-1}.problem-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 768px){.problem-grid{grid-template-columns:repeat(3, 1fr)}}.problem-item{padding-left:1.5rem;border-left:2px solid #141413}.services-rows{margin-top:2rem;border-top:1px solid #f0eee6}.service-row{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem 1rem;border-bottom:1px solid #f0eee6;text-decoration:none;color:inherit;border-radius:.5rem;transition:background .15s}.service-row:hover{background:#faf9f5}.service-row-icon{flex-shrink:0;width:4rem;height:4rem;border:1px solid #f0eee6;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#5e5d59;transition:border-color .15s,color .15s}.service-row:hover .service-row-icon{border-color:#141413;color:#141413}.service-row-content{flex:1;min-width:0}.service-row-title{font-size:1.25rem;font-weight:700;color:#141413}.service-row:hover .service-row-title{text-decoration:underline}.service-row-description{margin-top:.25rem;font-size:.9rem;color:#5e5d59;line-height:1.5}.service-row-price{flex-shrink:0;text-align:right;display:none}@media (min-width: 768px){.service-row-price{display:block}}.service-row-price .price{font-size:1.125rem;font-weight:700;color:#141413}.service-row-price .dur{font-size:.75rem;color:#5e5d59;margin-top:.25rem}.cred-bar{padding:4rem 0;border-top:1px solid #f0eee6;border-bottom:1px solid #f0eee6}.cred-stats-row{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;text-align:center;padding-bottom:2.5rem;margin-bottom:2.5rem;border-bottom:1px solid #f0eee6}.cred-value{font-size:3rem;font-weight:700;color:#141413}@media (min-width: 768px){.cred-value{font-size:4rem}}.cred-label{margin-top:.5rem;font-size:.9rem;color:#5e5d59}.cred-lists-row{display:grid;grid-template-columns:1fr;gap:1.5rem;text-align:center}@media (min-width: 768px){.cred-lists-row{grid-template-columns:1fr 1fr}}.cred-list-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#c96442;margin-bottom:.5rem}.cred-list-value{font-size:1rem;font-weight:500;color:#141413;line-height:1.6}.how-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width: 768px){.how-grid{grid-template-columns:repeat(2, 1fr)}}.testimonial-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width: 768px){.testimonial-grid{grid-template-columns:repeat(3, 1fr)}}.testimonial-card{background:#faf9f5;border:1px solid #f0eee6;border-radius:.75rem;padding:1.5rem}.testimonial-quote{font-size:.9rem;color:#5e5d59;line-height:1.6;font-style:italic}.testimonial-author{margin-top:1rem;font-weight:700;font-size:.875rem;color:#141413}.testimonial-role{font-size:.8rem;color:#5e5d59}.case-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width: 768px){.case-grid{grid-template-columns:repeat(3, 1fr)}}.case-card{background:#faf9f5;border:1px solid #f0eee6;border-radius:.75rem;padding:1.5rem}.case-title{font-size:1rem;font-weight:700;color:#141413}.case-industry{display:inline-block;margin-top:.5rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#c96442}.case-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f0eee6}.case-stat-label{font-size:.7rem;color:#5e5d59}.case-stat-value{font-size:.875rem;font-weight:700;color:#141413;margin-top:.25rem}.case-quote{margin-top:1rem;padding-top:1rem;border-top:1px solid #f0eee6;font-size:.85rem;color:#5e5d59;font-style:italic}.case-author{margin-top:.5rem;font-size:.8rem;font-weight:700;color:#141413}.bottom-cta{background:#141413;padding:5rem 0}@media (min-width: 768px){.bottom-cta{padding:7rem 0}}.bottom-cta h2{color:#f5f4ed}.bottom-cta p{color:rgba(245,244,237,.7);margin-top:1rem;line-height:1.6}.bottom-cta-buttons{margin-top:2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.site-footer{background:#141413;color:#b0aea5;padding:2rem 0;text-align:center;font-size:.8rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-top:.75rem;list-style:none}.footer-links a{color:#b0aea5;text-decoration:none;transition:color .15s}.footer-links a:hover{color:#f5f4ed}.process-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width: 768px){.process-grid{grid-template-columns:repeat(3, 1fr)}}.process-step-number{font-size:3rem;font-weight:700;color:rgba(201,100,66,.2)}.standards-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width: 768px){.standards-grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1024px){.standards-grid{grid-template-columns:repeat(4, 1fr)}}.standard-card{border:1px solid #f0eee6;border-radius:.75rem;padding:1.5rem;background:#f5f4ed;transition:border-color .2s}.standard-card:hover{border-color:rgba(201,100,66,.4)}.standard-icon{width:2rem;height:2rem;border-radius:50%;background:rgba(201,100,66,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#c96442}.timeline{position:relative}.timeline::before{content:"";position:absolute;left:1.5rem;top:0;bottom:0;width:1px;background:#f0eee6}@media (min-width: 768px){.timeline::before{left:2rem}}.timeline-items{display:flex;flex-direction:column;gap:4rem}.timeline-item{position:relative;padding-left:4rem}@media (min-width: 768px){.timeline-item{padding-left:6rem}}.timeline-bubble{position:absolute;left:0;top:0;width:3rem;height:3rem;border-radius:50%;background:#faf9f5;border:2px solid #c96442;display:flex;align-items:center;justify-content:center;font-size:1.25rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}@media (min-width: 768px){.timeline-bubble{left:.5rem}}.timeline-year{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#c96442;margin-bottom:.5rem}.timeline-heading{font-size:1.25rem;font-weight:700;color:#141413;margin-bottom:.75rem}@media (min-width: 768px){.timeline-heading{font-size:1.5rem}}.timeline-body{color:#5e5d59;line-height:1.7;max-width:42rem}.accent-section{background:#c96442;padding:5rem 0}@media (min-width: 768px){.accent-section{padding:7rem 0}}.accent-section .section-label{color:rgba(250,249,245,.7)}.accent-section h2{color:#faf9f5;font-size:2rem;font-style:italic}@media (min-width: 768px){.accent-section h2{font-size:2.5rem}}@media (min-width: 1024px){.accent-section h2{font-size:3rem}}.accent-section p{color:rgba(250,249,245,.8);margin-top:1.5rem;font-size:1.125rem;line-height:1.7}.two-col-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 1024px){.two-col-grid{grid-template-columns:1fr 1fr}}.session-steps{display:flex;flex-direction:column;gap:1rem}.session-step{display:flex;gap:1.25rem;padding:1.25rem;background:#f5f4ed;border:1px solid #f0eee6;border-radius:.5rem;transition:border-color .15s}.session-step:hover{border-color:#c96442}.session-step-number{font-size:1.5rem;font-weight:700;color:#c96442;flex-shrink:0;width:2.5rem}.session-step-label{font-size:.875rem;font-weight:700;color:#141413;margin-bottom:.25rem}.session-step-desc{font-size:.8rem;color:#5e5d59;line-height:1.5}.stats-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;margin-top:3rem}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(3, 1fr)}}.stat-card{background:#faf9f5;border:1px solid #f0eee6;border-radius:.75rem;padding:1.5rem}.stat-number{font-size:2.5rem;font-weight:700;color:#c96442;line-height:1}.stat-label{margin-top:.5rem;font-size:.875rem;font-weight:700;color:#141413}.stat-detail{font-size:.8rem;color:#5e5d59;margin-top:.25rem}.expertise-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.expertise-tag{background:#faf9f5;border:1px solid #f0eee6;border-radius:.25rem;padding:.5rem 1rem;font-size:.875rem;color:#5e5d59}.cert-list{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.cert-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid #f0eee6}.cert-name{font-size:.875rem;font-weight:700;color:#141413}.cert-issuer{font-size:.8rem;color:#5e5d59;margin-top:.25rem}.cert-year{font-size:.8rem;color:#5e5d59;flex-shrink:0;margin-left:1rem}.career-list{margin-top:1.5rem;display:flex;flex-direction:column;gap:2rem}.career-item{padding-bottom:2rem;border-bottom:1px solid #f0eee6}.career-item:last-child{border-bottom:none}.career-title{font-size:1rem;font-weight:700;color:#141413}.career-desc{margin-top:.5rem;font-size:.9rem;color:#5e5d59;line-height:1.6}.cred-table{width:100%;border-collapse:collapse;margin-top:1.5rem}.cred-table td{padding:.75rem 0;border-bottom:1px solid #f0eee6;font-size:.9rem;vertical-align:top}.cred-table .cred-table-label{color:#5e5d59;width:40%;font-weight:500}.cred-table .cred-table-value{color:#141413;font-weight:700}.resource-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3rem}@media (min-width: 768px){.resource-grid{grid-template-columns:repeat(2, 1fr)}}.resource-card{background:#faf9f5;border:1px solid #f0eee6;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;transition:border-color .2s}.resource-card:hover{border-color:rgba(201,100,66,.4)}.resource-tag{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#c96442;margin-bottom:.75rem}.resource-title{font-size:1.125rem;font-weight:700;color:#141413}.resource-desc{margin-top:.5rem;font-size:.875rem;color:#5e5d59;line-height:1.5;flex-grow:1}.resource-link{margin-top:1.25rem;font-size:.875rem;font-weight:700;color:#c96442;text-decoration:none}.resource-link:hover{text-decoration:underline}.newsletter-box{margin-top:4rem;background:#141413;border-radius:.75rem;padding:2.5rem;text-align:center}.newsletter-box h2{color:#f5f4ed;font-size:1.5rem}.newsletter-box p{color:rgba(245,244,237,.7);margin-top:.75rem;font-size:.9rem}.contact-form-wrap{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-label{font-size:.875rem;font-weight:700;color:#141413}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1cfc5;border-radius:.25rem;font-family:"Satoshi",system-ui,-apple-system,sans-serif;font-size:.9rem;color:#141413;background:#faf9f5;transition:border-color .15s;outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#c96442;box-shadow:0 0 0 2px rgba(201,100,66,.15)}.form-textarea{resize:vertical;min-height:8rem}.form-submit{width:100%;padding:.875rem;background:#c96442;color:#faf9f5;font-family:"Satoshi",system-ui,-apple-system,sans-serif;font-size:.9rem;font-weight:700;border:none;border-radius:.25rem;cursor:pointer;transition:background .15s}.form-submit:hover{background:#d97757}.form-submit:disabled{opacity:.5;cursor:not-allowed}.form-success{background:rgba(201,100,66,.08);border:1px solid rgba(201,100,66,.3);border-radius:.5rem;padding:2rem;text-align:center;display:none}.form-success h3{color:#141413}.form-success p{color:#5e5d59;margin-top:.5rem}.contact-info-list{display:flex;flex-direction:column;gap:2rem}.contact-info-item .info-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#5e5d59;margin-bottom:.5rem}.contact-info-item .info-value{font-size:.9rem;color:#141413;line-height:1.5}