:root{--green: #2c8353;--green-dark: #216640;--green-soft: #4ec783;--gold: #ffc703;--gold-hover: #e6b300;--ink: #0d0f20;--muted: #6d6d6d;--paper: #ffffff;--fog: #f5f6f8;--line: #e6e8ec;--shadow: 0 12px 32px rgba(13, 15, 32, .08);--max: 1200px;--sans: "Montserrat", "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--paper);line-height:1.8}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}img{max-width:100%;display:block}.app-shell{min-height:100vh;display:flex;flex-direction:column}.page{flex:1;overflow-x:clip}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:4px;padding:12px 22px;font-size:.9rem;font-weight:600;letter-spacing:.02em;text-transform:capitalize;cursor:pointer;transition:background .3s,color .3s,box-shadow .3s,opacity .3s}.btn-gold{background:var(--gold);color:var(--ink)}.btn-gold:hover{background:var(--gold-hover)}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:var(--green-dark)}.btn-white{background:#fff;color:var(--green)}.eyebrow{margin:0 0 8px;color:var(--gold);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.section{padding:72px 0}.section-head{text-align:center;max-width:720px;margin:0 auto 40px}.section-head h2{margin:0 0 10px;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.25}.section-head p{margin:0;color:var(--muted)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:28px}.card{background:var(--paper);border-radius:8px;padding:28px 24px;box-shadow:var(--shadow);transition:box-shadow .3s,transform .3s}.card h3,.card h5{margin:14px 0 8px;font-size:1.15rem}.card p{margin:0;color:var(--muted);font-size:.95rem}.icon-badge{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:var(--ink);margin-inline:auto}.icon-badge svg{width:28px;height:28px}.page-hero{padding:72px 0 48px;background:var(--green);color:#fff;overflow:hidden}.page-hero h1{margin:0 0 10px;font-size:clamp(2rem,4vw,3rem)}.page-hero p,.crumb{margin:0;color:#ffffffd9}.crumb{font-size:.92rem}.about-hero{background:linear-gradient(#2c8353a3,#2c8353a3),url(/images/about-hero.jpg) center / cover no-repeat;color:#fff;text-align:center;padding:96px 0 80px;overflow:hidden}.about-hero h1{margin:0 0 14px;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700}.about-hero .crumb{display:flex;justify-content:center;align-items:center;gap:10px;color:#fff}.about-hero .crumb a{color:#fff}.about-who{text-align:center}.about-who h6{margin:0 0 18px;color:var(--green);font-size:1.05rem;font-weight:700}.about-copy{max-width:820px;margin:0 auto 36px}.about-copy p{margin:0 0 12px;color:var(--muted)}.about-counter strong{display:block;color:var(--ink);font-size:clamp(2.8rem,5vw,4rem);font-weight:700;line-height:1}.about-counter span{margin-left:4px}.about-counter h6{margin:16px 0 0;color:var(--green);font-size:1.05rem}.about-features{background:var(--green);color:#fff;padding:80px 0;text-align:center}.about-kicker{margin:0 0 8px;color:var(--gold);font-size:.95rem;font-weight:700}.about-features h2{margin:0 0 14px;font-size:clamp(1.8rem,3vw,2.5rem)}.about-features-lead{max-width:640px;margin:0 auto 40px;color:#f5f6f8}.about-feature{padding:8px 10px}.about-feature-icon{width:68px;height:68px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#fff}.about-feature-icon svg{width:26px;height:26px}.about-feature h5{margin:0 0 10px;color:#fff;font-size:1.2rem}.about-feature p{margin:0;color:#f5f6f8}.form{display:grid;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:6px}.field label{font-size:.9rem;font-weight:600}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:12px 14px;background:#fff;color:var(--ink);font-size:1rem}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid rgba(44,131,83,.35);border-color:var(--green)}.form-note{margin:0;color:var(--muted);font-size:.92rem}.success-box{background:#edf7ef;border:1px solid #b7dcbd;color:#215c2e;border-radius:8px;padding:16px 18px}.error-box{background:#fdeeee;border:1px solid #e8b4b4;color:#8a1f1f;border-radius:8px;padding:16px 18px}.btn:disabled{opacity:.65;cursor:not-allowed}.topbar{background:var(--green);color:#fff;min-height:56px}.topbar-inner{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:.9rem}.topbar-meta,.socials{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.socials a{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#ffffff1f;transition:background .3s,color .3s}.socials svg{width:15px;height:15px}.socials a:hover{background:var(--gold);color:var(--ink)}.navbar{position:sticky;top:0;z-index:40;background:#fff;box-shadow:0 6px 18px #0d0f200f}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand img{height:58px;width:auto}.brand-copy small{display:block;color:var(--green);font-size:.72rem;font-weight:600}.brand-copy strong{display:block;font-size:1.05rem}.nav-links{display:flex;align-items:center;gap:4px}.nav-links a{padding:10px 12px;color:var(--ink);font-weight:600;font-size:.92rem;border-bottom:2px solid transparent;transition:color .3s,border-bottom-color .3s}.nav-links a:hover,.nav-links a.active{color:var(--green-soft);border-bottom-color:var(--green)}.nav-actions{display:flex;align-items:center;gap:10px}.menu-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:6px;background:#fff;cursor:pointer}.hero{position:relative;min-height:420px;display:grid;align-items:center;overflow:hidden;background:linear-gradient(#2c835373,#2c835373),url(/images/hero.jpg) center / cover no-repeat;color:#fff;padding:110px 0}.hero h1{margin:0;max-width:720px;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.2;font-weight:700}.features-band{background:var(--green);padding:48px 0 64px}.feature-card{text-align:center;background:#fff;border-radius:8px;padding:32px 22px}.feature-card h5{margin:16px 0 8px;font-size:1.15rem}.tools-section{background:var(--fog)}.tool-card{text-align:center}.tool-card a{color:var(--ink)}.tool-card a:hover{color:var(--green)}.growth-tools{background:#fff;padding:80px 0 88px}.growth-tools .section-head{margin-bottom:52px}.growth-tools .section-head h2{font-size:clamp(2rem,3.2vw,2.6rem);font-weight:700;color:#0d0f20}.tools-row{display:grid;grid-template-columns:repeat(5,1fr);gap:36px 24px;align-items:start}.growth-tool{text-align:center}.growth-tool a{display:block;color:inherit}.growth-tool a:hover h5{color:var(--green)}.rupee-icon{width:74px;height:74px;margin:0 auto 18px;border:2px solid var(--green);border-radius:50%;display:grid;place-items:center;color:var(--green);font-size:1.7rem;font-weight:600;line-height:1}.growth-tool h5{margin:0 0 10px;font-size:1.12rem;font-weight:700;line-height:1.35;color:#0d0f20;transition:color .3s}.growth-tool p{margin:0;color:#8a8a8a;font-size:.9rem;line-height:1.65}.advisor-band{background:#2d7d46;padding:36px 0}.advisor-row{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.advisor-title{margin:0;color:#ffc107;font-size:clamp(1.6rem,2.6vw,2.15rem);font-weight:700;line-height:1.15;text-align:right}.advisor-title span{display:block}.beshak-logo{height:52px;width:auto;mix-blend-mode:screen}.btn-know-more{display:inline-flex;align-items:center;justify-content:center;background:#ffc107;color:#000;border-radius:999px;padding:14px 34px;font-size:.95rem;font-weight:700;letter-spacing:.04em;transition:background .3s}.btn-know-more:hover{background:#e6b000}.check-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.check-list li{display:flex;gap:10px;align-items:flex-start;color:var(--muted)}.check-list .tick-icon{width:18px;height:18px;flex:none;margin-top:5px}.offer-card h6{margin:0 0 16px;font-size:.95rem;text-transform:lowercase;color:var(--green)}.gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.gallery-item{position:relative;display:block;overflow:hidden;border-radius:4px}.gallery img{width:100%;height:180px;object-fit:cover;border-radius:4px;transition:transform .8s ease}.gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2c835380;opacity:0;transition:opacity .8s ease;pointer-events:none}.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.06)}.gallery-item:hover .gallery-overlay,.gallery-item:focus-visible .gallery-overlay{opacity:1}.gallery a:nth-child(n+6){grid-column:span 1}.news-card{display:grid;grid-template-columns:220px 1fr;gap:22px;align-items:center}.news-card img{width:100%;height:150px;object-fit:cover;border-radius:6px}.news-card h3{margin:0 0 8px}.news-meta{color:var(--muted);font-size:.88rem;margin-bottom:8px}.read-more{color:var(--green);font-weight:700;transition:color .3s}.testimonial-section{background:#fff}.testimonial-head{text-align:center;margin-bottom:40px}.testimonial-head h3{margin:0 0 12px;color:#3a3a3a;font-size:1.35rem;font-weight:700;letter-spacing:.08em}.testimonial-head span{color:#ffc107}.testimonial-head h3:after{content:"";display:block;width:56px;height:3px;margin:12px auto 0;background:#ffc107}.testimonials{display:flex;justify-content:center;align-items:flex-start;gap:14px}.testimonial{flex:1;background:#2d7d4f;color:#fff;border-radius:2px;padding:36px 22px 28px;text-align:center}.quote-mark{display:block;margin-bottom:8px;font-size:3.4rem;line-height:.7;font-family:Georgia,Times New Roman,serif;font-weight:700}.testimonial p{margin:0 0 22px;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial strong{display:block;font-size:.95rem;font-weight:600;font-style:normal}.testimonial footer span{display:block;margin-top:4px;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.footer{background:var(--green);color:#ffffffe0;padding:64px 0 20px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:28px}.footer h5{margin:0 0 14px;color:#fff;font-size:1.05rem}.footer p,.footer a{color:#ffffffdb}.footer a{transition:color .3s}.footer a:hover{color:var(--gold)}.footer-links{display:grid;gap:8px}.newsletter{display:flex;gap:8px}.newsletter input{flex:1;border:0;border-radius:4px;padding:12px 14px}.footer-bottom{margin-top:36px;padding-top:16px;border-top:1px solid rgba(255,255,255,.18);text-align:center;font-size:.9rem}.whatsapp-float{position:fixed;right:16px;bottom:16px;z-index:50;width:56px;height:56px;border-radius:50%;background:#25d366;box-shadow:0 8px 20px #25d36666;display:grid;place-items:center}.whatsapp-float svg{width:32px;height:32px;fill:#fff}.article{max-width:760px}.article h2{margin:28px 0 10px}.article p{color:var(--muted)}.not-found{padding:120px 0;text-align:center}@media(max-width:1100px){.testimonials{flex-wrap:wrap}.testimonial{flex:1 1 calc(50% - 14px)}.gallery{grid-template-columns:repeat(2,1fr)}.tools-row{grid-template-columns:repeat(3,1fr)}}@media(max-width:980px){.grid-3,.grid-2,.footer-grid,.form-row,.news-card{grid-template-columns:1fr}.menu-toggle{display:grid;place-items:center}.nav-links,.nav-actions{display:none}.navbar.open .nav-links,.navbar.open .nav-actions{display:flex;flex-direction:column;align-items:stretch;width:100%}.navbar.open .nav-inner{flex-wrap:wrap}.advisor-row{gap:22px;text-align:center}.advisor-title{text-align:center}.topbar-inner{flex-direction:column;padding:10px 0}.testimonials{flex-direction:column}.testimonial{flex:none;width:100%}.tools-row{grid-template-columns:1fr}}.reveal-hidden{visibility:hidden}.animated{visibility:visible;animation-duration:1.25s;animation-fill-mode:both}.animated.animated-slow{animation-duration:2s}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}.fadeInUp{animation-name:fadeInUp}.fadeInRight{animation-name:fadeInRight}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-hidden,.animated{visibility:visible;animation:none;opacity:1;transform:none}.gallery img,.gallery-overlay{transition:none}}
