*{margin:0;padding:0;box-sizing:border-box}body{display:flex;flex-direction:column;min-height:100vh;font-family:Raleway,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#222;overflow-x:hidden;line-height:1.6}main{flex:1 0 auto}nav{position:fixed;top:0;width:100%;padding:1.5rem 5%;display:flex;justify-content:space-between;align-items:center;background:#081d30;backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.1);transition:all .3s ease}.logo{font-size:1.4rem;font-weight:700;color:#fff;letter-spacing:-.5px}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;z-index:1001}.hamburger span{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:#fff;text-decoration:none;transition:all .3s ease;font-weight:500;position:relative}.nav-links a:hover{color:#00b5b0}.hero{min-height:100vh;display:flex;align-items:center;padding:8rem 5% 4rem;background:linear-gradient(90deg,#081d30,#1a2b42);position:relative;overflow:hidden}.hero-container{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;width:100%}.hero-image{flex:0 0 400px;z-index:2}.hero-image img{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:fadeInUp 1s ease .8s backwards}.hero-content{max-width:800px;z-index:2;color:#fff}.hero-badge{display:inline-block;padding:.5rem 1rem;background:rgba(0,181,176,.2);border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;animation:fadeInUp .8s ease}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.2;animation:fadeInUp 1s ease .2s backwards}.hero p{font-size:1.3rem;margin-bottom:2.5rem;opacity:.95;line-height:1.7;animation:fadeInUp 1s ease .4s backwards}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeInUp 1s ease .6s backwards}.btn-primary{padding:1rem 2rem;background:#00b5b0;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,181,176,.3);background:#00a3a0}.btn-secondary{padding:1rem 2rem;background:0 0;color:#fff;border:2px solid #fff;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-secondary:hover{background:rgba(255,255,255,.1)}.floating-shapes{position:absolute;width:100%;height:100%;overflow:hidden;z-index:1}.shape{position:absolute;opacity:.05;animation:float 20s infinite ease-in-out}.shape:nth-child(1){width:120px;height:120px;background:#00b5b0;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;top:10%;left:5%}.shape:nth-child(2){width:80px;height:80px;background:#00b5b0;border-radius:50%;top:50%;right:10%;animation-delay:2s}.shape:nth-child(3){width:150px;height:150px;background:#00b5b0;border-radius:50%;bottom:10%;left:15%;animation-delay:4s}.roi-section{padding:5rem 5%;background:#f5f8fa}.section-title{text-align:center;font-size:2.5rem;color:#081d30;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.2rem;color:#718096;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.roi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.roi-card{background:#fff;padding:2rem;border-radius:12px;border-left:4px solid #00b5b0;transition:all .3s ease}.roi-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.roi-card h3{color:#081d30;font-size:1.3rem;margin-bottom:.8rem}.roi-card p{color:#4a5568;line-height:1.7}.three-ps{padding:5rem 5%;background:#e0f7f6}.ps-container{max-width:1200px;margin:0 auto}.ps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.p-card{background:#fff;padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;position:relative}.p-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.p-icon{font-size:3rem;margin-bottom:1rem}.p-card h3{color:#081d30;font-size:1.5rem;margin-bottom:1rem}.p-card p{color:#4a5568;line-height:1.7}.mindset-badge{display:inline-block;margin-top:2rem;padding:1rem 2rem;background:linear-gradient(90deg,#00b5b0,#00a3a0);color:#fff;border-radius:50px;font-weight:600}.who-for{padding:5rem 5%;background:#fff}.who-list{max-width:900px;margin:0 auto;display:grid;gap:2rem}.who-item{background:#f5f8fa;padding:2rem;border-radius:12px;border-left:4px solid #00b5b0}.who-item h3{color:#081d30;margin-bottom:.8rem}.who-item p{color:#4a5568}.approach{padding:5rem 5%;background:linear-gradient(90deg,#081d30,#1a2b42);color:#fff}.approach-steps{max-width:1000px;margin:3rem auto 0;display:grid;gap:2rem}.step{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;display:flex;gap:1.5rem;transition:all .3s ease}.step:hover{background:rgba(255,255,255,.15);transform:translateX(10px)}.step-number{font-size:2rem;font-weight:700;opacity:.5;min-width:40px}.step-content h3{margin-bottom:.5rem}.cta-section{padding:5rem 5%;background:linear-gradient(90deg,#00b5b0,#00a3a0);text-align:center;color:#fff}.cta-content{max-width:700px;margin:0 auto}.cta-section h2{font-size:2.5rem;color:#fff;margin-bottom:1.5rem}.cta-section p{font-size:1.2rem;color:rgba(255,255,255,.95);margin-bottom:2rem}.cta-section .btn-primary{background:#fff;color:#00b5b0}.cta-section .btn-primary:hover{background:#f0f0f0}footer{padding:3rem 5%;background:#081d30;color:#fff;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-links{margin-top:1.5rem}.footer-links a{color:#00b5b0;text-decoration:none;margin:0 1rem;transition:color .3s ease}.footer-links a:hover{color:#ff6b57}.floating-calendly{position:fixed;bottom:30px;right:30px;z-index:999;animation:fadeInUp 1s ease 1s backwards}.floating-calendly-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:linear-gradient(90deg,#00b5b0,#00a3a0);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 20px rgba(0,181,176,.4);transition:all .3s ease;text-decoration:none}.floating-calendly-btn:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,181,176,.6)}.floating-calendly-btn::before{content:"📅";font-size:1.2rem}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.hamburger{display:flex}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:#081d30;backdrop-filter:blur(10px);flex-direction:column;padding:6rem 2rem 2rem;gap:2rem;box-shadow:-5px 0 20px rgba(0,0,0,.1);transition:right .3s ease}.nav-links.active{right:0}.nav-links a{font-size:1.2rem}.cta-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%;text-align:center}.floating-calendly{bottom:20px;right:20px}.floating-calendly-btn{padding:.8rem 1.2rem;font-size:.9rem}}.latest-posts-title{font-size:1.8rem;margin-bottom:1rem;border-bottom:2px solid #0ea5e9;padding-bottom:.5rem}.post-list{list-style:none;padding-left:0}.post-item{margin-bottom:.75rem}.post-item a{color:#0ea5e9;font-weight:700;text-decoration:none}.post-item a:hover{text-decoration:underline}.post-date{color:#6b7280;font-size:.9rem;margin-left:.5rem}.blog-post-wrapper{margin:0 auto;padding:8rem 1.5rem 2rem 1.5rem;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:1.1rem;line-height:1.7;color:#222;display:table}.blog-post-wrapper ol li a{word-break:break-word;overflow-wrap:anywhere}.blog-post-wrapper h1,.blog-post-wrapper h2,.blog-post-wrapper h3{margin-top:2rem;margin-bottom:1rem;line-height:1.3;color:#003049}.blog-post-wrapper p{margin-bottom:1.2rem}.blog-post-wrapper ul{padding-left:1.2rem;margin-bottom:1.5rem}.blog-post-wrapper ul li::marker{color:#2a9d8f;font-size:1.2rem}.blog-post-wrapper hr{border:none;border-top:1px solid #ccc;margin:2rem 0}.blog-post-wrapper blockquote{border-left:4px solid #2a9d8f;padding-left:1rem;margin:2rem 0;font-style:italic;color:#555}.blog-post-wrapper a{color:#2a9d8f;font-weight:700;text-decoration:none}.blog-post-wrapper a:hover{text-decoration:underline}.post-pager{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.08);display:flex;gap:1rem;justify-content:space-between;flex-wrap:wrap;max-width:var(--content-width,72ch);margin-left:auto;margin-right:auto}.post-pager__link{flex:1 1 16rem;display:flex;flex-direction:column;gap:.25rem;text-decoration:none;padding:1rem;border-radius:12px;background:#f9f9f9;transition:transform 80ms ease,background .15s ease,box-shadow .15s ease;outline:0}.post-pager__link:hover{background:#f0fafa;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.05)}.post-pager__link:focus-visible{box-shadow:0 0 0 3px rgba(0,181,176,.35)}.post-pager__eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;font-weight:600;color:#444;margin-bottom:.25rem}.post-pager__title{font-weight:600;line-height:1.3;color:teal;text-decoration:underline;text-underline-offset:3px}.post-pager__link:focus .post-pager__title,.post-pager__link:hover .post-pager__title{color:#005f5f;text-decoration-thickness:2px}.post-pager__prev .post-pager__title::before{content:"← "}.post-pager__next .post-pager__title::after{content:" →"}@media (max-width:640px){.post-pager{flex-direction:column}}@media (prefers-color-scheme:dark){.post-pager{border-top:1px solid rgba(255,255,255,.1)}.post-pager__link{background:#1a1a1a}.post-pager__link:hover{background:#222;box-shadow:0 2px 8px rgba(0,0,0,.6)}.post-pager__eyebrow{color:#bbb}.post-pager__title{color:#33d6d6}.post-pager__link:focus .post-pager__title,.post-pager__link:hover .post-pager__title{color:#6ff}}.testimonial-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:1.5rem}@media (min-width:768px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fafafa;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.05);padding:1.25rem}.testimonial-card blockquote{margin:0 0 .75rem 0;line-height:1.6;font-size:1rem;font-style:italic;color:#111}.testimonial-card .author{margin:0;color:#555;font-weight:500}.cta{margin-top:1.5rem;text-align:center}.btn{display:inline-block;background:#2f68ff;color:#fff;text-decoration:none;padding:.75rem 1.25rem;border-radius:999px;font-weight:600;box-shadow:0 4px 14px rgba(47,104,255,.25)}.helper{margin-top:.5rem;color:#555;font-size:.9rem}.hero .pill-list{list-style:none;padding:0;margin:1rem 0 1.5rem}.hero .pill-list li::marker{content:none}.post-hero{margin:0 auto 1.5rem auto;max-width:900px;border-radius:12px;overflow:hidden}.post-hero .hero-img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.08)}.content img,.post-content img,.prose img{display:block;max-width:900px;width:100%;height:auto;margin:1.5rem auto;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.08)}@media (max-width:640px){.content img,.post-content img,.post-hero,.prose img{max-width:100%;margin:1rem 0;border-radius:8px}}