@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif}.navbar{position:sticky;top:0;background:#fff;padding:18px 50px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 12px #00000014;z-index:1000}.logo-img{height:80px;width:auto;object-fit:contain}.desktop-nav .nav-links{display:flex;list-style:none;gap:40px}.desktop-nav .nav-links a{text-decoration:none;color:#264b48;font-weight:600;font-size:1.1rem;position:relative;transition:color .3s ease}.desktop-nav .nav-links a:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:2px;background:#2e5c58;transition:width .3s ease}.desktop-nav .nav-links a:hover{color:#2e5c58}.desktop-nav .nav-links a:hover:after{width:100%}.right-section{display:flex;align-items:center;gap:18px}.right-section .btn,.btn{height:46px;padding:0 30px;display:flex;align-items:center;justify-content:center;border-radius:30px;font-size:1rem;font-weight:600;text-decoration:none;transition:.3s ease;cursor:pointer}.login-btn{background:transparent;color:#264b48;border:2px solid #264B48}.login-btn:hover{background:#264b48;color:#fff}.primary-btn{background:linear-gradient(90deg,#264b48,#2e5c58);color:#fff;box-shadow:0 6px 15px #264b484d}.primary-btn:hover{background:linear-gradient(90deg,#2e5c58,#264b48);transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;gap:6px;cursor:pointer}.hamburger span{width:30px;height:3px;background:#264b48;border-radius:3px;transition:.4s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-8px)}.mobile-menu{position:fixed;top:76px;left:0;width:100vw;height:calc(100vh - 76px);background:#fff;padding:40px 30px;display:flex;flex-direction:column;gap:30px;transform:translate(100%);transition:.4s ease;z-index:999}.mobile-menu.open{transform:translate(0)}.mobile-menu a{font-size:1.4rem;color:#264b48;text-decoration:none;font-weight:500}.mobile-menu .btn{width:100%;font-size:1.1rem}@media (max-width: 992px){.desktop-nav,.right-section{display:none}.hamburger{display:flex}}@media (max-width: 480px){.navbar{padding:14px 20px}.logo-img{height:42px}}.footer{background-color:#f9f9f9;padding:50px 20px;border-top:1px solid #e0e0e0;color:#333;font-family:Poppins,sans-serif}.footer-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:30px;text-align:left}.footer-section{display:flex;flex-direction:column;gap:8px}.footer-title{font-size:22px;font-weight:600;color:#000}.footer-tagline{font-size:14px;color:#555;margin-top:5px}.footer-heading{font-size:16px;font-weight:600;margin-bottom:8px;color:#111}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:6px}.footer-section a{text-decoration:none;color:#555;transition:.2s ease-in-out}.footer-section a:hover{color:#000;text-decoration:underline}.footer-bottom{text-align:center;margin-top:40px;padding-top:15px;border-top:1px solid #e0e0e0;font-size:14px;color:#555}.hero-content{flex:1.1;max-width:620px;z-index:2;animation:fadeInUp 1s ease forwards}.hero-desc{font-size:18px;line-height:1.7;color:#e8e8e8;margin-top:10px}.hero-buttons{margin-top:35px;display:flex;gap:18px}.hero-btn{padding:15px 32px;border-radius:8px;font-weight:600;text-decoration:none;cursor:pointer;display:inline-block;transition:.25s ease;font-size:16px}.hero-btn.primary{background:#ffd85a;color:#1f1f1f;box-shadow:0 4px 14px #ffdc5a59}.hero-btn.primary:hover{transform:translateY(-3px);box-shadow:0 6px 18px #ffdc5a80}.hero-btn.secondary{border:2px solid #FFD85A;color:#ffd85a}.hero-btn.secondary:hover{background:#ffd85a1f;transform:translateY(-3px)}.hero-image img{height:460px;object-fit:contain;animation:floatImage 4s ease-in-out infinite;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2))}@media (max-width: 768px){.hero-section{flex-direction:column;text-align:center;padding:60px 25px}.hero-title{font-size:38px}.hero-image img{height:320px;margin-top:20px}.hero-buttons{justify-content:center}}.prescrip-section{display:flex;align-items:center;padding:100px 40px;background:#fff;gap:40px}.left{flex:1;display:flex;justify-content:center}.phone-image{width:280px;border-radius:10px;box-shadow:0 10px 20px #0000001a}.right{flex:1}.right h1{font-size:34px;font-weight:700;margin-bottom:20px;color:#1e3c3a}.right p{font-size:17px;line-height:1.6;margin-bottom:30px}.cta-dual{display:flex;gap:18px}.demo-btn{background:linear-gradient(90deg,#264b48,#2e5c58);color:#fff;padding:14px 28px;border-radius:6px;border:none;cursor:pointer;font-weight:600}.demo-btn.outline{background:none;border:2px solid #264B48;color:#264b48}.demo-btn:hover{opacity:.85}.features-section{padding:100px 40px;background:#f4f7f9}.features-center-header{text-align:center;margin-bottom:60px}.features-center-header h2{font-size:40px;font-weight:800;color:#1e3c3a;margin-bottom:12px}.features-center-header p{font-size:18px;color:#4a6765;max-width:700px;margin:0 auto}.features-two-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:40px}.features-box{background:#fff;padding:36px 28px;border-radius:18px;box-shadow:0 12px 28px #00000014;transition:transform .3s ease,box-shadow .3s ease}.features-box:hover{transform:translateY(-6px);box-shadow:0 16px 36px #0000001f}.features-box-title{font-size:30px;font-weight:700;color:#1e3c3a;margin-bottom:6px}.features-box-subtitle{font-size:16px;color:#4a6765;margin-bottom:24px;line-height:1.5}.features-box-list{display:flex;flex-direction:column;gap:16px}.feature-line{display:flex;align-items:flex-start;gap:12px}.line-icon{width:30px;height:30px;background:#2e5c58;color:#fff;font-size:16px;border-radius:50%;display:flex;justify-content:center;align-items:center;flex-shrink:0}.feature-line p{margin:0;font-size:16px;color:#1e3c3a;font-weight:500;line-height:1.5}@media (max-width: 768px){.features-center-header h2{font-size:30px}.features-box{padding:28px 20px}}.why-section{background:#fff;padding:80px 40px;text-align:center}.why-section h2{font-size:36px;color:#1e3c3a;margin-bottom:20px}.why-section p{max-width:900px;margin:auto;font-size:18px;line-height:1.8;color:#444}.ecosystem-section{padding:90px 20px;background:#e6f0ef;text-align:center}.ecosystem-section h2{font-size:40px;margin-bottom:12px;color:#1e3c3a;font-weight:700}.ecosystem-tagline{font-size:18px;color:#3e5755;margin-bottom:50px;max-width:750px;margin-left:auto;margin-right:auto}.ecosystem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:auto}@media (max-width: 992px){.ecosystem-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.ecosystem-grid{grid-template-columns:1fr}}.eco-card{background:#fff;padding:35px 25px;border-radius:18px;box-shadow:0 6px 22px #00000014;transition:.3s ease}.eco-card:hover{transform:translateY(-8px);box-shadow:0 10px 32px #0000001f}.eco-icon{font-size:48px;color:#2e5c58;margin-bottom:14px}.eco-card h3{font-size:22px;margin-bottom:12px;color:#1e3c3a;font-weight:600}.eco-card p{font-size:16px;color:#4a6765;line-height:1.5}.ecosystem-footer{margin-top:50px;font-size:18px;color:#264b48;max-width:720px;margin-left:auto;margin-right:auto;line-height:1.6;font-weight:500}.comparison-section{padding:80px 40px;background:#fff;text-align:center}.comparison-section h2{font-size:36px;margin-bottom:40px;color:#1e3c3a}.comparison-table{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.comparison-table .col{background:#f4f7f9;padding:30px;border-radius:14px;width:300px;text-align:left;box-shadow:0 0 10px #0000000d}.comparison-table .col h3{font-size:22px;margin-bottom:15px;color:#2e5c58}.comparison-table .col ul{list-style:none;padding:0}.comparison-table .col li{font-size:16px;padding:6px 0;color:#444}.comparison-table .col li:before{content:"• ";color:#2e5c58;font-size:20px;margin-right:6px}.testimonials-section{background:#e6f0ef;padding:80px 30px;text-align:center}.testimonials-section h2{font-size:36px;margin-bottom:50px;color:#1e3c3a;font-weight:700}.testimonials-container{display:flex;gap:35px;flex-wrap:wrap;justify-content:center;max-width:1100px;margin:0 auto}.testimonial-card{background:#fff;width:300px;border-radius:20px;padding:32px;box-shadow:0 8px 24px #0000001f;transition:.3s ease}.testimonial-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 12px 30px #0000002e}.testimonial-feedback{font-style:italic;color:#1e3c3a;font-size:18px;line-height:1.6;margin-bottom:20px}.testimonial-name{font-weight:700;font-size:16px;color:#264b48;margin-top:10px}.ui-showcase{padding:80px 40px;background:#fff;text-align:center}.ui-showcase h2{font-size:34px;color:#1e3c3a;margin-bottom:25px}.ui-showcase ul{list-style:none;font-size:18px;padding:0;line-height:2}.ui-showcase li:before{content:"📌 ";margin-right:6px}.final-cta{padding:80px 40px;background:#2e5c58;color:#fff;text-align:center}.cta-heading{font-size:38px;font-weight:700;margin-bottom:15px}.cta-subheading{font-size:20px;opacity:.95;margin-bottom:35px}.cta-actions{display:flex;justify-content:center;gap:20px}.cta-btn{padding:14px 34px;font-size:18px;font-weight:600;border-radius:8px;cursor:pointer;border:none;transition:.3s ease}.cta-btn.primary{background:#ffc107;color:#000}.cta-btn.primary:hover{opacity:.9}.cta-btn.outline{background:transparent;border:2px solid white;color:#fff}.cta-btn.outline:hover{background:#ffffff26}body{background-color:#f6f8fb;font-family:Poppins,sans-serif;margin:0;padding:0}.role-wrapper{position:relative;min-height:100vh;background:linear-gradient(135deg,#f6f8f9,#e9f2f1);display:flex;justify-content:center;align-items:center;padding:30px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden}.bubble-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.bubble{position:absolute;bottom:-120px;border-radius:50%;opacity:.25;animation:rise 18s infinite ease-in-out}.bubble1{width:70px;height:70px;left:8%;background:#b8c7c3;animation-delay:0s}.bubble2{width:55px;height:55px;left:25%;background:#a6b8b3;animation-delay:2.5s}.bubble3{width:85px;height:85px;left:45%;background:#9bb0aa;animation-delay:1s}.bubble4{width:45px;height:45px;left:65%;background:#c9d7d4;animation-delay:4s}.bubble5{width:65px;height:65px;left:82%;background:#d7e4e1;animation-delay:3s}.bubble6{width:50px;height:50px;left:15%;background:#a0b9b4;animation-delay:5.5s}.bubble7{width:75px;height:75px;left:55%;background:#c1d4cf;animation-delay:2s}@keyframes rise{0%{transform:translateY(0) rotate(0) scale(1);opacity:.25}50%{transform:translateY(-350px) rotate(10deg) scale(1.3);opacity:.6}to{transform:translateY(-800px) rotate(-10deg) scale(.8);opacity:0}}.role-card{position:relative;z-index:2;background:#ffffffd9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(0,0,0,.08);padding:48px 36px;border-radius:20px;box-shadow:0 10px 28px #00000014;text-align:center;max-width:460px;width:100%;transition:transform .3s ease,box-shadow .3s ease;opacity:0;transform:translateY(30px)}.role-card.mounted{opacity:1;transform:translateY(0)}.role-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #0000001f}.logo-title{margin-bottom:20px}.logo-img{width:120px;height:auto}h2{color:#1f3b38;font-size:24px;margin-bottom:6px;font-weight:700}.subtext{font-size:15px;color:#555;margin-bottom:32px}.role-options{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:32px}.role-box{position:relative;width:130px;background:#f9fbfb;border:1.5px solid #d5e0de;border-radius:16px;padding:24px 12px;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 10px #0000000d;opacity:0;transform:translateY(20px)}.role-box img{width:56px;height:56px;margin-bottom:12px}.role-box h3{font-size:16px;color:#1f3b38;font-weight:600}.appear-0{animation:fadeUp .6s .15s forwards}.appear-1{animation:fadeUp .6s .3s forwards}.appear-2{animation:fadeUp .6s .45s forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.role-box:hover{transform:translateY(-6px);border-color:#6ea89b;box-shadow:0 8px 22px #00000014}.role-box.selected{background:linear-gradient(135deg,#2f6058,#3d7d70);color:#fff;border-color:#2f6058;box-shadow:0 10px 26px #2f60584d;transform:scale(1.05)}.role-box.selected h3{color:#fff}.role-box .check{position:absolute;top:8px;right:8px;width:24px;height:24px;color:#fff;animation:pop .3s ease-out}@keyframes pop{0%{transform:scale(0)}70%{transform:scale(1.3)}to{transform:scale(1)}}.btn-continue{position:relative;overflow:hidden;padding:14px;width:100%;font-weight:700;font-size:17px;border-radius:10px;border:none;background:linear-gradient(135deg,#2f6058,#3b7c70);color:#fff;cursor:pointer;transition:background .3s,transform .3s;box-shadow:0 6px 18px #2f60584d}.btn-continue:hover{background:linear-gradient(135deg,#264d47,#366b60);transform:translateY(-2px)}.btn-continue .ripple{position:absolute;border-radius:50%;background:#ffffff80;transform:scale(0);animation:ripple .6s linear;pointer-events:none}@keyframes ripple{to{transform:scale(4);opacity:0}}@media (max-width: 560px){.role-card{padding:36px 24px}.role-options{gap:14px}.role-box{width:110px;padding:18px 8px}.role-box img{width:48px;height:48px}}@media (max-width: 380px){.role-box{width:100%;max-width:260px}}.signup-wrapper{min-height:100vh;background:linear-gradient(135deg,#c0e5e2,#a6d3cf);display:flex;justify-content:center;align-items:center;padding:40px 20px;position:relative;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden}.bubble-bg{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;pointer-events:none}.bubble{position:absolute;bottom:-100px;border-radius:50%;opacity:.4;animation:rise 15s infinite ease-in}.bubble1{width:60px;height:60px;left:10%;background:#264b48;animation-delay:0s}.bubble2{width:50px;height:50px;left:30%;background:#2e5c58;animation-delay:3s}.bubble3{width:70px;height:70px;left:50%;background:#a1c6c5;animation-delay:1.5s}.bubble4{width:40px;height:40px;left:70%;background:#7ca7a5;animation-delay:4s}.bubble5{width:55px;height:55px;left:85%;background:#c2d7d6;animation-delay:2s}@keyframes rise{0%{transform:translateY(0) scale(1);opacity:.4}50%{transform:translateY(-300px) scale(1.2);opacity:.8}to{transform:translateY(-600px) scale(.9);opacity:0}}.signup-box{background:#fefefe;padding:35px 30px;border-radius:18px;box-shadow:0 10px 30px #0000001a;width:100%;max-width:700px;z-index:1}.signup-box h2{text-align:center;color:#264b48;font-size:24px;margin-bottom:10px}.signup-subtext{text-align:center;font-size:14px;color:#666;margin-bottom:20px}.signup-form{display:flex;flex-direction:column}.form-grid{display:flex;flex-wrap:wrap;gap:20px}.form-group{flex:1 1 calc(50% - 10px);display:flex;flex-direction:column}.form-group.full{flex:1 1 100%}.form-group label{font-weight:600;color:#444;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{padding:10px;border:1.5px solid #ccc;border-radius:10px;font-size:15px;outline:none;background:#fff;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2e5c58;box-shadow:0 0 6px #2e5c5833}textarea{resize:vertical;min-height:60px}.btn-submit{padding:12px;font-weight:700;font-size}.hero-section{display:flex;align-items:center;justify-content:space-between;padding:90px 60px;background:linear-gradient(90deg,#23433f,#2e5c58);color:#fff;position:relative;overflow:hidden;min-height:600px}.hero-content{flex:1.1;max-width:620px;z-index:2;animation:fadeInUp 1s ease forwards;opacity:0}.hero-content h4{letter-spacing:4px;text-transform:uppercase;margin-bottom:12px;font-size:15px;opacity:.9}.hero-content h2{letter-spacing:3px;font-size:30px;margin-bottom:12px;font-weight:600;color:#5fded2}.hero-content h1{font-size:52px;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-content h1 span{color:#ffd85a}.hero-content p{font-size:18px;line-height:1.7;color:#e8e8e8;margin-top:10px;max-width:500px}.hero-image{flex:1;display:flex;justify-content:center;z-index:2}.hero-image img{height:460px;object-fit:contain;animation:floatImage 4s ease-in-out infinite;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2));opacity:0;animation:fadeIn 1s ease-in-out forwards,floatImage 4s ease-in-out infinite}@media (max-width: 768px){.hero-section{flex-direction:column;text-align:center;padding:60px 25px;min-height:auto}.hero-content h1{font-size:38px}.hero-image img{height:320px;margin-top:20px}.floating-dots{display:none}}.aim-vision-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:100px 20px;position:relative;overflow:hidden}.aim-vision-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#264B48,transparent)}.section-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.aim-card,.vision-card{background:#fff;padding:50px 40px;border-radius:20px;box-shadow:0 20px 60px #264b4814;position:relative;border:1px solid rgba(38,75,72,.06);transition:all .4s ease}.aim-card:hover,.vision-card:hover{transform:translateY(-10px);box-shadow:0 30px 80px #264b4826}.section-icon{font-size:3.5rem;margin-bottom:25px;display:block}.aim-card h3{font-size:2.2rem;color:#264b48;margin-bottom:20px;font-weight:700}.vision-card h3{font-size:2.2rem;color:#2e5c58;margin-bottom:20px;font-weight:700}.aim-card p,.vision-card p{font-size:1.15rem;line-height:1.7;color:#555;margin-bottom:0}.founder-story-section{background:#fff;padding:120px 20px;position:relative}.story-container{max-width:900px;margin:0 auto;text-align:center}.story-title{font-size:3.2rem;color:#264b48;margin-bottom:30px;font-weight:700}.story-divider{height:4px;width:100px;background:linear-gradient(90deg,#264b48,#2e5c58);margin:0 auto 40px;border-radius:2px}.story-tagline{font-size:1.4rem;color:#2e5c58;font-weight:600;margin-bottom:30px;font-style:italic}.story-content p{font-size:1.2rem;line-height:1.8;color:#444;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.founder-quote{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:40px;border-left:6px solid #264B48;margin:50px 0;font-size:1.25rem;line-height:1.7;font-style:italic;color:#333;border-radius:0 12px 12px 0;position:relative}.founder-quote:before{content:'"';font-size:6rem;color:#264b48;position:absolute;top:-10px;left:20px;font-family:serif}.founder-quote cite{display:block;margin-top:25px;font-style:normal;font-weight:600;color:#264b48;font-size:1.1rem}.story-philosophy{background:#264b48;color:#fff;padding:30px 40px;border-radius:15px;font-size:1.2rem;margin-top:40px}.team-section{background:linear-gradient(135deg,#264b48,#2e5c58);color:#fff;padding:100px 20px;text-align:center}.team-container{max-width:900px;margin:0 auto}.team-container h2{font-size:3rem;margin-bottom:20px;font-weight:700}.team-subtitle{font-size:1.25rem;margin-bottom:40px;opacity:.95}.team-features{list-style:none;padding:0;margin:50px 0;font-size:1.2rem}.team-features li{margin:15px 0;opacity:.9}.team-focus{font-size:1.15rem;opacity:.9;max-width:700px;margin:0 auto;line-height:1.7}.promise-section{background:linear-gradient(135deg,#fff,#f8f9fa);padding:100px 20px;text-align:center}.promise-content{max-width:800px;margin:0 auto}.promise-content h2{font-size:3.2rem;color:#264b48;margin-bottom:30px;font-weight:700}.promise-content p{font-size:1.25rem;color:#555;margin-bottom:40px;line-height:1.7}.promise-highlight{display:flex;flex-direction:column;gap:20px}.promise-highlight span{background:linear-gradient(135deg,#264b48,#2e5c58);color:#fff;padding:25px 40px;border-radius:15px;font-size:1.3rem;font-weight:600;box-shadow:0 15px 40px #264b4833}@media (max-width: 768px){.section-container{grid-template-columns:1fr;gap:40px}.aim-card,.vision-card{padding:40px 30px}.story-title{font-size:2.5rem}.promise-highlight{flex-direction:column}.promise-highlight span{padding:20px 30px}}.aim-vision-section-normal{padding:80px 20px;background:#f5f9f8}.aim-vision-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:30px}.aim-vision-card{background:#fff;padding:30px 25px;border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 22px #00000014;transition:.3s ease}.aim-vision-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #0000001f}.icon-small{width:55px;height:55px;border-radius:50%;background:#e3f1ef;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:15px}.aim-vision-card h3{font-size:1.6rem;color:#264b48;margin-bottom:10px;font-weight:700}.aim-vision-card p{font-size:1rem;color:#555;line-height:1.6}@media (max-width: 768px){.aim-vision-content{grid-template-columns:1fr}}.section-title{text-align:center;font-size:2rem;font-weight:700;color:#1a1a1a}.section-divider{width:60px;height:3px;background:#4a80f0;margin:12px auto 25px;border-radius:2px}.philosophy-section{padding:70px 20px;background:#f7f9ff}.philosophy-container{max-width:900px;margin:auto;text-align:center}.philosophy-text{font-size:1.15rem;color:#333;line-height:1.8}.founder-story-section{padding:90px 20px;background:#fff}.story-container{max-width:950px;margin:auto}.story-card{background:#fff;padding:40px 35px;border-radius:20px;box-shadow:0 10px 35px #00000014;font-size:1.1rem;color:#444;line-height:1.75}.story-card p{margin-bottom:18px}.founder-quote{background:#eef3ff;padding:25px;border-left:5px solid #4a80f0;border-radius:12px;font-style:italic;margin:25px 0}.points-list{margin-left:20px;margin-bottom:20px}.points-list li{margin-bottom:8px;font-size:1.05rem}.signature{font-weight:700;font-size:1.15rem;text-align:right;color:#222;margin-top:20px}.title{font-size:34px;font-weight:700;color:#1e1e1e;margin-bottom:15px}.team-section{padding:70px 20px;background:#f7f9fc;border-top:1px solid #e5e8ec}.team-container{max-width:900px;margin:auto;text-align:center}.team-subtitle{color:#555;font-size:18px;line-height:1.7;max-width:750px;margin:0 auto 20px}.team-intro{color:#666;font-size:17px;max-width:700px;margin:0 auto 30px}.team-box{display:inline-block;background:#fff;padding:25px 35px;border-radius:12px;box-shadow:0 8px 20px #0000000f;margin-bottom:25px;transition:all .3s ease}.team-box:hover{transform:translateY(-3px);box-shadow:0 12px 25px #0000001a}.team-features{list-style:none;padding:0;text-align:left;font-size:17px;color:#444;line-height:1.8}.team-features li:before{content:"• ";color:#0084ff;font-weight:700}.team-focus{font-size:17px;color:#555;line-height:1.7;max-width:750px;margin:25px auto 0}.promise-section{padding:70px 20px;background:#fff}.promise-container{max-width:900px;margin:auto;text-align:center}.promise-text{font-size:18px;color:#555;line-height:1.7;max-width:750px;margin:0 auto 25px}.promise-highlight{background:#f0f7ff;padding:20px 30px;border-radius:12px;display:inline-block;font-size:20px;font-weight:600;color:#1e1e1e;box-shadow:0 8px 20px #0000000d;border:1px solid #dceaff}.contact-page{font-family:Segoe UI,sans-serif;color:#333}.hero-section.contact-hero{display:flex;align-items:center;justify-content:space-between;padding:90px 60px;background:linear-gradient(90deg,#23433f,#2e5c58);color:#fff;position:relative;overflow:hidden;min-height:550px;gap:50px}.hero-section.contact-hero .hero-content{flex:1.1;max-width:620px;z-index:2;opacity:0;animation:fadeInUp 1s ease forwards}.hero-section.contact-hero h4{font-size:40px;font-weight:800;margin-bottom:20px;letter-spacing:1px;color:#ffd85a}.hero-section.contact-hero .intro-text{font-size:18px;line-height:1.7;max-width:520px;color:#e8e8e8;opacity:.95;margin-top:10px}.hero-section.contact-hero .hero-image{flex:1;display:flex;justify-content:center;z-index:2}.hero-section.contact-hero .hero-image img{height:420px;object-fit:contain;opacity:0;animation:fadeIn 1.1s ease forwards,floatImage 4s ease-in-out infinite;filter:drop-shadow(0 10px 30px rgba(0,0,0,.25))}.dot1{background-color:#24443f;width:70px;height:70px;top:15%;left:60%}.dot3{background:#437a75;width:55px;height:55px;top:40%;left:82%;animation-delay:3s}.dot4{background:#4ccf4c;width:48px;height:48px;top:28%;left:40%;animation-delay:.8s}.dot5{background:#ff5722;width:40px;height:40px;top:72%;left:72%;animation-delay:2.2s}.dot6{background:#c57de6;width:60px;height:60px;top:52%;left:10%;animation-delay:4s}.hero-wave-bottom{position:absolute;bottom:-1px;left:0;width:100%;z-index:0}.hero-wave-bottom svg{width:100%;height:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.hero-section.contact-hero{flex-direction:column;text-align:center;padding:60px 25px;min-height:auto}.hero-section.contact-hero h4{font-size:32px}.hero-section.contact-hero .hero-image img{height:300px;margin-top:20px}.floating-dots{display:none}}.support-section{padding:90px 20px;background:#f6f7f9}.support-header{text-align:center;margin-bottom:55px}.support-header h2{font-size:38px;font-weight:800;color:#264b48}.support-header p{font-size:17.5px;color:#555}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:35px;max-width:1200px;margin:auto}.support-card{background:#fff;padding:32px;border-radius:18px;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 20px #00000014;display:flex;flex-direction:column;justify-content:space-between;min-height:430px;transition:.3s ease}.support-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0000001f}.icon-box{width:60px;height:60px;border-radius:14px;background:#eef1f4;display:flex;align-items:center;justify-content:center;font-size:26px;color:#264b48;margin-bottom:16px}.support-card h3{margin:10px 0;color:#264b48;font-size:21px;font-weight:700}.support-card p{color:#555;font-size:15.5px;line-height:1.6}.highlight-number,.highlight-email{color:#264b48;font-weight:600}.availability{font-size:14px;color:#777;margin-bottom:15px}.support-card ul{margin:12px 0 20px 20px;color:#444;line-height:1.65;font-size:15px}.support-btn{padding:12px 22px;border:none;border-radius:30px;font-size:15.5px;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:.25s ease}.whatsapp-btn{background:#25d366;color:#fff}.email-btn{background:#26543a;color:#fff}.ticket-btn{background:#285c4e;color:#fff}.support-btn:hover{filter:brightness(.92)}.map-section{text-align:center;padding:60px 20px;background:#f5f8ff}.map-container{margin-top:20px;border-radius:12px;overflow:hidden;max-width:900px;margin-left:auto;margin-right:auto}.support-hours{padding:50px 20px;background:#fff;text-align:center}.support-hours h2{color:#264b48;margin-bottom:10px}@media (max-width: 600px){.form-row{flex-direction:column}}@media (max-width: 768px){.form-group{flex-direction:column}}.faq-section{padding:80px 20px;background:#fff;text-align:center}.faq-section h2{font-size:36px;margin-bottom:40px}.faq-list{max-width:800px;margin:auto;text-align:left}.faq-item{margin-bottom:30px}.faq-item h4{font-size:20px;margin-bottom:10px;color:#264b48}.faq-item p{font-size:16px;color:#555;line-height:1.6}.enhanced-support{padding:70px 20px;background:linear-gradient(to right,#f3f7f7,#e7f0ef);text-align:center;border-top:1px solid #d6e4e3}.support-inner{max-width:700px;margin:auto}.enhanced-support h3{font-size:32px;color:#264b48;margin-bottom:15px;font-weight:700}.enhanced-support p{font-size:18px;color:#4c5c59;line-height:1.7}.enhanced-support .tagline{margin-top:18px;font-weight:700;font-size:20px;color:#264b48}.subscription-wrapper{position:relative;min-height:100vh;padding:60px 20px 80px;background:linear-gradient(135deg,#e0f2f1,#80cbc4);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden;display:flex;justify-content:center;align-items:flex-start}.side-bubbles{position:fixed;top:20%;display:flex;flex-direction:column;gap:25px;z-index:0}.side-bubbles.left{left:10px;align-items:center}.side-bubbles.right{right:10px;align-items:center}.bubble{border-radius:50%;background:#264b484d;filter:blur(12px);animation:floatUpDown 6s ease-in-out infinite alternate;opacity:.6;box-shadow:0 0 15px #264b4866}.bubble.small{width:30px;height:30px;animation-duration:7s}.bubble.medium{width:50px;height:50px;animation-duration:6s}.bubble.large{width:70px;height:70px;animation-duration:8s}@keyframes floatUpDown{0%{transform:translateY(0);opacity:.6}to{transform:translateY(-30px);opacity:.9}}.subscription-container{background:#fffd;border-radius:24px;padding:40px 40px 60px;max-width:960px;width:100%;box-shadow:0 20px 40px #264b4840;position:relative;z-index:1;text-align:center}.subscription-container h1{font-size:2.8rem;font-weight:700;color:#264b48;margin-bottom:12px}.intro-text{font-size:1.1rem;color:#40514e;max-width:700px;margin:0 auto 40px;line-height:1.5}.plans{display:flex;gap:30px;justify-content:center;flex-wrap:nowrap}.plan-card{background:#fff;border-radius:20px;padding:28px 24px 36px;width:300px;box-shadow:0 12px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;z-index:1}.plan-card:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 24px 40px #264b484d}.plan-card.highlight{background:#2e5c58;color:#fff;box-shadow:0 24px 45px #2e5c5880}.plan-card.highlight:hover{transform:translateY(-12px) scale(1.08);box-shadow:0 30px 55px #2e5c5899}.plan-card h3{font-size:1.8rem;font-weight:700;margin-bottom:15px}.price{font-size:1.6rem;font-weight:700;margin-bottom:22px;color:#264b48}.plan-card.highlight .price{color:#a9d8d3}.price span{font-weight:400;font-size:1.1rem;color:#777;margin-left:5px}.plan-card ul{list-style:none;padding:0;margin-bottom:30px;width:100%;color:#40514e;font-size:1rem;line-height:1.5}.plan-card.highlight ul{color:#d0e8e6}.plan-card ul li{margin-bottom:12px;padding-left:20px;position:relative}.plan-card ul li:before{content:"✓";position:absolute;left:0;color:#2e5c58;font-weight:700}.plan-card.highlight ul li:before{color:#a9d8d3}.btn-select{background:#2e5c58;border:none;padding:12px 28px;border-radius:30px;font-weight:700;color:#fff;cursor:pointer;transition:background .3s ease;width:100%;font-size:1.05rem;-webkit-user-select:none;user-select:none}.plan-card.highlight .btn-select,.btn-select:hover{background:#1e413f}@media (max-width: 990px){.plans{flex-wrap:wrap;justify-content:center}.plan-card{width:45%;margin-bottom:20px}}@media (max-width: 600px){.plan-card{width:90%}.subscription-container{padding:30px 20px 40px}.subscription-container h1{font-size:2rem}.intro-text{font-size:1rem;max-width:100%}}.pricing-hero{display:flex;align-items:center;justify-content:space-between;padding:90px 60px;background:linear-gradient(90deg,#23433f,#2e5c58);color:#fff;position:relative;overflow:hidden;min-height:600px;gap:50px}.pricing-hero .hero-content{flex:1.1;max-width:620px;z-index:2;animation:fadeInUp 1s ease forwards;opacity:0}.pricing-hero p{font-size:18px;line-height:1.7;color:#e8e8e8;margin-top:10px;max-width:500px}.enhanced-image{flex:1;display:flex;justify-content:center;position:relative;z-index:2}.enhanced-image img{height:460px;object-fit:contain;animation:floatImage 4s ease-in-out infinite;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2));opacity:0;animation:fadeIn 1s ease-in-out forwards,floatImage 4s ease-in-out infinite}@media (max-width: 900px){.pricing-hero{flex-direction:column-reverse;text-align:center;padding:60px 25px;min-height:auto}.hero-title{font-size:38px}.enhanced-image img{height:320px;margin-top:20px}.floating-dots{display:none}}.pricing-intro{padding:80px 20px 50px;text-align:center;max-width:900px;margin:auto}.intro-text{font-size:1.15rem;line-height:1.7;color:#555}.student-plan-section{padding:40px 20px;max-width:900px;margin:auto}.student-card{background:#fff;border-radius:20px;padding:35px 30px;box-shadow:0 12px 35px #00000012;border:1px solid rgba(0,0,0,.06)}.student-card h3{font-size:1.9rem;color:#264b48;margin-bottom:8px}.plan-subtitle{font-size:1rem;color:#777;margin-bottom:20px}.plan-list h4{font-size:1.2rem;margin-bottom:10px;color:#264b48}.plan-list ul{padding-left:20px;line-height:1.8;color:#444}.ideal-for{font-size:1rem;margin:20px 0;color:#2a2a2a;font-weight:600}.primary-btn{padding:12px 28px;background:#264b48;color:#fff;border:none;border-radius:8px;font-size:15px;cursor:pointer;transition:.3s ease}.primary-btn:hover{background:#1d3836}.clinician-section{padding:80px 20px;background:#f7f9f8}.clinician-sub{font-size:1.1rem;color:#555;text-align:center;margin-bottom:40px}.clinician-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.plan-card{background:#fff;border-radius:18px;padding:30px 25px;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 30px #0000000f;transition:.3s ease}.plan-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.plan-card h3{font-size:1.6rem;color:#264b48;margin-bottom:8px}.plan-list ul{padding-left:18px;line-height:1.7;color:#444;margin:10px 0 20px}.recommended{position:relative;border:1px solid #4a80f0}.tag{position:absolute;top:-12px;right:15px;background:#4a80f0;color:#fff;padding:5px 12px;border-radius:8px;font-size:.8rem;font-weight:600}.faq-section{padding:80px 20px;max-width:900px;margin:auto}.faq-item{background:#f5f7ff;padding:18px 20px;margin-bottom:15px;border-radius:12px;cursor:pointer;transition:.3s ease;border:1px solid transparent}.faq-item:hover{border-color:#4a80f0}.faq-question{font-size:1.1rem;font-weight:600}.faq-answer{max-height:0;overflow:hidden;font-size:.95rem;line-height:1.6;color:#444;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:200px;margin-top:10px}@media (max-width: 992px){.clinician-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.clinician-grid{grid-template-columns:1fr}}.features-hero{display:flex;align-items:center;justify-content:space-between;padding:90px 60px;background:linear-gradient(90deg,#23433f,#2e5c58);color:#fff;position:relative;overflow:hidden;min-height:600px;gap:50px}.features-hero .hero-content{flex:1.1;max-width:620px;z-index:2;animation:fadeInUp 1s ease forwards;opacity:0}.hero-tagline{letter-spacing:4px;text-transform:uppercase;margin-bottom:12px;font-size:15px;opacity:.9}.hero-subtitle{letter-spacing:1px;font-size:26px;margin-bottom:12px;font-weight:400;color:#59b7b2}.hero-title{font-size:52px;font-weight:800;line-height:1.2;margin-bottom:20px}.hero-title span{color:#ffd85a}.features-hero p{font-size:18px;line-height:1.7;color:#e8e8e8;margin-top:10px;max-width:500px}.features-image{flex:1;display:flex;justify-content:center;position:relative;z-index:2}.features-image img{height:460px;object-fit:contain;animation:floatImage 4s ease-in-out infinite;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2));opacity:0;animation:fadeIn 1s ease-in-out forwards,floatImage 4s ease-in-out infinite}.floating-dots .dot{position:absolute;border-radius:50%;opacity:.45;animation:float 6s infinite ease-in-out;z-index:1;filter:blur(1px)}.dot1{background-color:#24443f;width:70px;height:70px;top:18%;left:65%}.dot2{background-color:#316b66;width:45px;height:45px;top:65%;left:18%;animation-delay:1.5s}.dot3{background:#437a75;width:55px;height:55px;top:38%;left:82%;animation-delay:3s}.dot4{background:#4ccf4c;width:50px;height:50px;top:28%;left:38%;animation-delay:.8s}.dot5{background:#ff5722;width:40px;height:40px;top:72%;left:72%;animation-delay:2.5s}.dot6{background:#c57de6;width:60px;height:60px;top:52%;left:8%;animation-delay:4s}.image-glow{position:absolute;width:260px;height:260px;background:radial-gradient(circle,rgba(255,255,255,.23),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);filter:blur(60px);z-index:0}.hero-wave-bottom svg{width:100%;height:120px;position:absolute;bottom:0;left:0;display:block}@keyframes floatImage{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.92) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes float{0%{transform:translateY(0);opacity:.5}50%{transform:translateY(-25px);opacity:1}to{transform:translateY(0);opacity:.5}}@media (max-width: 900px){.features-hero{flex-direction:column-reverse;text-align:center;padding:60px 25px;min-height:auto}.hero-title{font-size:38px}.features-image img{height:320px;margin-top:20px}.floating-dots{display:none}}.features-section{padding:80px 20px;max-width:1200px;margin:auto}.alt-bg{background:#f7f9f8}.section-title{font-size:2.1rem;text-align:center;color:#264b48;margin-bottom:40px}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.feature-card{background:#fff;border-radius:20px;padding:30px;border:1px solid rgba(0,0,0,.06);box-shadow:0 12px 32px #00000014;transition:.3s ease}.feature-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0000001a}.feature-card h3{font-size:1.4rem;color:#264b48;margin-bottom:10px}.feature-tagline{font-size:.9rem;color:#777;margin-bottom:12px}.feature-description{font-size:1rem;color:#444;line-height:1.6}@media (max-width: 900px){.features-grid{grid-template-columns:1fr}}
