@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=DM+Sans:ital,wght@0,400;0,500;0,600;1,400&display=swap");*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--navy:#1a1f36;--navy-light:#252b45;--charcoal:#2d2d2d;--primary:#c8875a;--primary-light:#d9a57a;--primary-glow:rgba(200,135,90,.15);--secondary:#3a8a8a;--cream:#f8f5f0;--cream-dark:#efe9e0;--white:#fff;--text:#3a3a3a;--text-light:#6b6b6b;--text-muted:#999;--border:#e2ddd5;--verified-green:#2a7d5f;--verified-bg:#e8f5ee;--shadow-sm:0 1px 3px rgba(0,0,0,.06);--shadow-md:0 4px 20px rgba(0,0,0,.08);--shadow-lg:0 12px 40px rgba(0,0,0,.12);--radius:12px;--radius-lg:20px}html{scroll-behavior:smooth;font-size:16px}body{font-family:DM Sans,sans-serif;color:var(--text);background:var(--cream);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:Bricolage Grotesque,sans-serif;line-height:1.15;color:var(--navy)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;border-radius:60px;font-family:DM Sans,sans-serif;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;letter-spacing:.01em}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 8px 25px rgba(200,135,90,.35)}.btn-secondary{background:transparent;color:var(--white);border:2px solid hsla(0,0%,100%,.3)}.btn-secondary:hover{border-color:hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.08)}.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white);transform:translateY(-2px)}.section-label{font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:12px}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:20px}.section-subtitle{font-size:1.1rem;color:var(--text-light);max-width:600px;line-height:1.8}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 0;transition:all .35s ease}.nav.scrolled{background:rgba(26,31,54,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:14px 0;box-shadow:0 2px 20px rgba(0,0,0,.15)}.nav-inner{display:flex;justify-content:space-between;align-items:center}.nav-logo{font-family:Bricolage Grotesque,sans-serif;font-size:1.4rem;font-weight:800;color:var(--white);text-decoration:none;letter-spacing:-.02em}.nav-logo span{color:var(--primary)}.nav-links{display:flex;gap:32px;align-items:center;list-style:none}.nav-links a{color:hsla(0,0%,100%,.75);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{padding:10px 24px!important;font-size:.85rem!important}.nav-mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-mobile-toggle span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:.3s}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:var(--navy);overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(200,135,90,.08) 0,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(58,138,138,.06) 0,transparent 50%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;position:relative;z-index:1}.hero-content{padding:40px 0}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(200,135,90,.12);border:1px solid rgba(200,135,90,.25);border-radius:60px;padding:8px 18px;margin-bottom:28px;font-size:.82rem;font-weight:600;color:var(--primary-light);letter-spacing:.03em}.hero h1{font-size:clamp(2.6rem,5.5vw,4.2rem);font-weight:800;color:var(--white);margin-bottom:24px;letter-spacing:-.025em;line-height:1.08}.hero h1 em{font-style:normal;color:var(--primary)}.hero-text{font-size:1.15rem;color:hsla(0,0%,100%,.65);margin-bottom:36px;max-width:500px;line-height:1.8}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-image-container{position:relative;height:580px;border-radius:var(--radius-lg);overflow:hidden}.hero-image-container img{width:100%;height:100%;object-fit:cover}.hero-image-placeholder{width:100%;height:100%;background:linear-gradient(145deg,var(--navy-light),#2d3454);display:flex;flex-direction:column;align-items:center;justify-content:center;color:hsla(0,0%,100%,.25);font-size:.9rem;gap:12px;border-radius:var(--radius-lg)}.hero-stats{display:flex;gap:40px;margin-top:40px;padding-top:32px;border-top:1px solid hsla(0,0%,100%,.1)}.hero-stat-value{font-family:Bricolage Grotesque,sans-serif;font-size:1.8rem;font-weight:800;color:var(--white)}.hero-stat-label{font-size:.82rem;color:hsla(0,0%,100%,.45);margin-top:2px}.proof-bar{background:var(--white);padding:24px 0;border-bottom:1px solid var(--border)}.proof-bar-inner{justify-content:center;gap:48px;flex-wrap:wrap}.proof-bar-inner,.proof-item{display:flex;align-items:center}.proof-item{gap:10px;font-size:.88rem;color:var(--text-light);font-weight:500}.proof-item svg{color:var(--primary);flex-shrink:0}.problem{padding:100px 0;background:var(--white)}.problem-header{text-align:center;max-width:700px;margin:0 auto 60px}.problem-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;max-width:900px;margin:0 auto}.problem-card{display:flex;gap:16px;padding:28px;border-radius:var(--radius);background:var(--cream);border:1px solid var(--border);transition:transform .2s,box-shadow .2s}.problem-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.problem-icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:rgba(200,135,90,.1);display:flex;align-items:center;justify-content:center;color:var(--primary)}.problem-card h4{font-size:1rem;font-weight:600;margin-bottom:6px;color:var(--navy)}.problem-card p{font-size:.9rem;color:var(--text-light);line-height:1.65}.method{padding:100px 0;background:var(--navy);position:relative;overflow:hidden}.method:before{content:"";position:absolute;top:-200px;right:-200px;width:500px;height:500px;background:radial-gradient(circle,rgba(200,135,90,.06) 0,transparent 70%);border-radius:50%}.method .section-label{color:var(--primary-light)}.method .section-title{color:var(--white)}.method .section-subtitle{color:hsla(0,0%,100%,.55)}.method-header{text-align:center;max-width:700px;margin:0 auto 70px}.method-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;position:relative}.method-step{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius-lg);padding:40px 32px;position:relative;transition:all .3s}.method-step:hover{background:hsla(0,0%,100%,.07);border-color:rgba(200,135,90,.25);transform:translateY(-4px)}.step-number{font-family:Bricolage Grotesque,sans-serif;font-size:3.5rem;font-weight:800;color:rgba(200,135,90,.15);line-height:1;margin-bottom:16px}.method-step h3{font-size:1.3rem;font-weight:700;color:var(--white);margin-bottom:16px}.method-step p{font-size:.95rem;color:hsla(0,0%,100%,.55);line-height:1.75}.step-tag{display:inline-block;padding:5px 14px;border-radius:60px;font-size:.75rem;font-weight:600;margin-top:20px;letter-spacing:.03em}.step-tag-gym{background:rgba(200,135,90,.15);color:var(--primary-light)}.step-tag-ai{background:rgba(58,138,138,.15);color:#6dc4c4}.step-tag-adapt{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.6)}.services{padding:100px 0;background:var(--cream)}.services-header{text-align:center;max-width:700px;margin:0 auto 60px}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;max-width:1050px;margin:0 auto}.pricing-card{background:var(--white);border-radius:var(--radius-lg);padding:40px 32px;border:2px solid var(--border);transition:all .3s;position:relative}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pricing-card.featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary),var(--shadow-lg)}.pricing-card.featured:before{content:"Most Popular";position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--primary);color:var(--white);font-size:.75rem;font-weight:700;padding:5px 20px;border-radius:60px;letter-spacing:.05em;text-transform:uppercase}.pricing-tier{font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:8px}.pricing-name{font-size:1.5rem;font-weight:700;margin-bottom:8px}.pricing-desc{font-size:.9rem;color:var(--text-light);margin-bottom:24px;line-height:1.6}.pricing-amount{font-family:Bricolage Grotesque,sans-serif;font-size:2.8rem;font-weight:800;color:var(--navy);line-height:1}.pricing-amount span{font-size:1rem;font-weight:500;color:var(--text-light)}.pricing-period{font-size:.85rem;color:var(--text-muted);margin-bottom:28px}.pricing-features{list-style:none;margin-bottom:32px}.pricing-features li{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:.9rem;color:var(--text);line-height:1.5}.pricing-features li svg{flex-shrink:0;margin-top:3px;color:var(--verified-green)}.pricing-card .btn{width:100%;justify-content:center}.dinara{padding:100px 0;background:var(--white);position:relative;overflow:hidden}.dinara:after{content:"";position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,var(--primary-glow) 0,transparent 70%);border-radius:50%}.dinara-header{text-align:center;max-width:700px;margin:0 auto 16px}.dinara-subtext{text-align:center;max-width:640px;margin:0 auto 60px;color:var(--text-light);font-size:1.05rem;line-height:1.8}.dinara-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;max-width:960px;margin:0 auto;position:relative;z-index:1}.dinara-card{padding:36px;border-radius:var(--radius-lg);background:var(--cream);border:1px solid var(--border);transition:all .3s}.dinara-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--primary)}.dinara-card-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.dinara-card-icon.nutrition{background:rgba(200,135,90,.12);color:var(--primary)}.dinara-card-icon.availability{background:rgba(58,138,138,.12);color:var(--secondary)}.dinara-card-icon.programme{background:rgba(26,31,54,.08);color:var(--navy)}.dinara-card-icon.progress{background:rgba(42,125,95,.1);color:var(--verified-green)}.dinara-card-icon.accountability{background:rgba(200,135,90,.12);color:var(--primary)}.dinara-card h4{font-size:1.15rem;font-weight:700;margin-bottom:10px;color:var(--navy)}.dinara-card p{font-size:.92rem;color:var(--text-light);line-height:1.7}.dinara-highlight{grid-column:1/-1;background:var(--navy);border-color:var(--navy);display:flex;align-items:center;gap:40px}.dinara-highlight:hover{border-color:var(--primary);background:var(--navy-light)}.dinara-highlight-content{flex:1 1}.dinara-highlight h4{color:var(--white);font-size:1.3rem}.dinara-highlight p{color:hsla(0,0%,100%,.6)}.dinara-highlight .dinara-card-icon{width:80px;height:80px;border-radius:20px;background:rgba(200,135,90,.15);flex-shrink:0}.testimonials{padding:100px 0;background:var(--cream)}.testimonials-header{text-align:center;max-width:700px;margin:0 auto 60px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;max-width:1050px;margin:0 auto}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:36px;border:1px solid var(--border);transition:all .3s}.testimonial-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.testimonial-stars{display:flex;gap:3px;margin-bottom:16px;color:var(--primary)}.testimonial-text{font-size:.95rem;line-height:1.75;color:var(--text);margin-bottom:24px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:14px}.testimonial-avatar{width:46px;height:46px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:.9rem}.testimonial-name{font-weight:600;font-size:.92rem;color:var(--navy)}.testimonial-meta{font-size:.8rem;color:var(--text-muted)}.verified-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:60px;background:var(--verified-bg);color:var(--verified-green);font-size:.72rem;font-weight:700;margin-top:10px;letter-spacing:.03em}.about{padding:100px 0;background:var(--white)}.about-grid{display:grid;grid-template-columns:400px 1fr;grid-gap:60px;gap:60px;align-items:center}.about-image{width:100%;height:500px;border-radius:var(--radius-lg);overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover}.about-image-placeholder{width:100%;height:100%;background:linear-gradient(145deg,var(--navy-light),#2d3454);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.25)}.about-content h2{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:24px}.about-story{font-size:1rem;line-height:1.85;color:var(--text-light);margin-bottom:32px}.about-story strong{color:var(--navy);font-weight:600}.about-quals{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}.about-qual{padding:8px 18px;border-radius:60px;background:var(--cream);border:1px solid var(--border);font-size:.82rem;font-weight:600;color:var(--navy)}.about-specialisations{display:flex;flex-wrap:wrap;gap:8px}.about-spec{padding:6px 16px;border-radius:60px;background:var(--primary-glow);border:1px solid rgba(200,135,90,.2);font-size:.8rem;font-weight:600;color:var(--primary)}.faq{padding:100px 0;background:var(--cream)}.faq-header{text-align:center;max-width:600px;margin:0 auto 60px}.faq-list{max-width:750px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:24px 0;cursor:pointer;background:none;border:none;width:100%;text-align:left;font-family:Bricolage Grotesque,sans-serif;font-size:1.05rem;font-weight:600;color:var(--navy);transition:color .2s}.faq-question:hover{color:var(--primary)}.faq-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;transition:all .3s;font-size:1.1rem;color:var(--text-light)}.faq-item.open .faq-icon{background:var(--primary);border-color:var(--primary);color:var(--white);transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-item.open .faq-answer{max-height:300px;padding-bottom:24px}.faq-answer p{font-size:.95rem;color:var(--text-light);line-height:1.75;padding-right:40px}.contact{padding:100px 0;background:var(--navy);position:relative;overflow:hidden}.contact:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(200,135,90,.06) 0,transparent 60%);border-radius:50%}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;position:relative;z-index:1}.contact-info h2{font-size:clamp(1.8rem,3vw,2.6rem);color:var(--white);margin-bottom:20px}.contact-info>p{font-size:1.05rem;color:hsla(0,0%,100%,.55);line-height:1.8;margin-bottom:40px}.contact-details{display:flex;flex-direction:column;gap:20px}.contact-detail{display:flex;gap:16px;align-items:flex-start}.contact-detail-icon{width:44px;height:44px;border-radius:12px;background:rgba(200,135,90,.12);display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.contact-detail-label{font-size:.8rem;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:2px}.contact-detail-value{font-size:1rem;color:var(--white);font-weight:500}.contact-form-wrap{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius-lg);padding:40px}.contact-form-wrap h3{font-size:1.3rem;color:var(--white);margin-bottom:6px}.contact-form-wrap>p{font-size:.9rem;color:hsla(0,0%,100%,.45);margin-bottom:28px}.form-group{margin-bottom:18px}.form-label{display:block;font-size:.82rem;font-weight:600;color:hsla(0,0%,100%,.7);margin-bottom:6px}.form-input,.form-select,.form-textarea{width:100%;padding:14px 18px;border-radius:10px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.06);color:var(--white);font-family:DM Sans,sans-serif;font-size:.92rem;transition:border-color .2s;outline:none}.form-input::placeholder,.form-textarea::placeholder{color:hsla(0,0%,100%,.3)}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary)}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.form-select option{background:var(--navy);color:var(--white)}.form-textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.contact-form .btn{width:100%;justify-content:center;margin-top:4px}.form-success{text-align:center;padding:40px 20px;color:var(--white)}.form-success h3{color:var(--primary-light);margin-bottom:12px}.form-success p{color:hsla(0,0%,100%,.6)}.footer{background:#12152a;padding:48px 0 32px}.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap}.footer-brand{font-family:Bricolage Grotesque,sans-serif;font-size:1.2rem;font-weight:800;color:var(--white);margin-bottom:8px}.footer-brand span{color:var(--primary)}.footer-location{font-size:.85rem;color:hsla(0,0%,100%,.4)}.footer-socials{display:flex;gap:12px}.footer-social{width:40px;height:40px;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.5);text-decoration:none;transition:all .2s}.footer-social:hover{border-color:var(--primary);color:var(--primary);background:rgba(200,135,90,.1)}.footer-bottom{margin-top:32px;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.06);display:flex;justify-content:space-between;align-items:center}.footer-copy,.footer-powered{font-size:.8rem;color:hsla(0,0%,100%,.3)}.footer-powered{display:flex;align-items:center;gap:8px}.footer-powered a{color:var(--primary);text-decoration:none;font-weight:600}@media (max-width:1024px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-content{order:1}.hero-image-container{order:0;height:350px}.hero-text{margin:0 auto 36px}.hero-buttons,.hero-stats{justify-content:center}.method-steps{max-width:500px}.method-steps,.pricing-cards{grid-template-columns:1fr;margin:0 auto}.pricing-cards{max-width:420px}.about-grid{grid-template-columns:1fr}.about-image{height:350px}.testimonials-grid{max-width:500px;margin:0 auto}.contact-grid,.dinara-grid,.testimonials-grid{grid-template-columns:1fr}.dinara-highlight{flex-direction:column;text-align:center}}@media (max-width:768px){.nav-links{display:none}.nav-mobile-toggle{display:flex}.hero{min-height:auto;padding:120px 0 60px}.hero-image-container{height:280px}.hero-stats{gap:24px}.form-row,.problem-grid{grid-template-columns:1fr}.footer-inner{align-items:center}.footer-bottom,.footer-inner{flex-direction:column;text-align:center}.footer-bottom{gap:12px}.section-title{font-size:1.8rem}.proof-bar-inner{gap:24px}}