.about-page{background:var(--bg-primary);color:var(--text-primary);line-height:1.7;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.icon{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:24px;height:24px}.hero{padding:10rem 0 5rem;position:relative;overflow:hidden}.hero-background{z-index:0;position:absolute;inset:0}.hero-gradient{background:linear-gradient(135deg,#2563eb0a 0%,#7c3aed0a 50%,#0d94880a 100%);width:100%;height:100%;position:absolute}.hero-orbs{width:100%;height:100%;position:absolute;overflow:hidden}.orb{filter:blur(60px);opacity:.3;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.orb-1{background:radial-gradient(circle,#2563eb4d 0%,#0000 70%);width:500px;height:500px;animation-delay:0s;top:-150px;right:-100px}.orb-2{background:radial-gradient(circle,#7c3aed40 0%,#0000 70%);width:400px;height:400px;animation-delay:5s;bottom:-100px;left:-50px}.orb-3{background:radial-gradient(circle,#0d948833 0%,#0000 70%);width:350px;height:350px;animation-delay:10s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.hero-content{text-align:center;z-index:10;max-width:850px;margin:0 auto;position:relative}.hero-badge{color:var(--accent-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2563eb1a;border:1px solid #2563eb33;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero-title{color:var(--text-primary);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;line-height:1.15}.title-highlight{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.title-accent{color:var(--accent-teal);font-style:italic;font-weight:800}.hero-description{color:var(--text-secondary);margin-bottom:0;font-size:1.15rem;line-height:1.8}section{padding:5rem 0}.section-label{text-transform:uppercase;letter-spacing:2px;color:var(--accent-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;font-weight:600;display:inline-flex}.section-label .icon{width:16px;height:16px}.section-title{color:var(--text-primary);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(1.75rem,3.5vw,2.5rem)}.section-desc{color:var(--text-secondary);max-width:700px;font-size:1.1rem}.section-center{text-align:center}.section-center .section-desc{margin:0 auto}.problem-section{background:var(--bg-primary);padding:4rem 0}.problem-content{text-align:center;max-width:800px;margin:0 auto}.problem-text p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.problem-lead{font-weight:500;color:var(--text-primary)!important;font-size:1.35rem!important}.problem-highlight{border-top:1px solid var(--border-color);padding-top:2rem;color:var(--text-primary)!important;margin-top:2rem!important;font-size:1.25rem!important}.problem-highlight strong{color:var(--accent-primary);font-size:1.4rem}.mission-vision-section{background:var(--bg-primary)}.mv-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}@media (max-width:768px){.mv-grid{grid-template-columns:1fr}}.mv-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden}.mv-card:before{content:"";background:var(--gradient-primary);height:4px;position:absolute;top:0;left:0;right:0}.mv-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.mv-card.vision:before{background:linear-gradient(135deg,#0d9488 0%,#14b8a6 100%)}.mv-icon{border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.mv-card.mission .mv-icon{color:var(--accent-primary);background:#2563eb1a}.mv-card.vision .mv-icon{color:var(--accent-teal);background:#0d94881a}.mv-icon .icon{width:28px;height:28px}.mv-card h3{text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.mv-card.mission h3{color:var(--accent-primary)}.mv-card.vision h3{color:var(--accent-teal)}.mv-card p{color:var(--text-primary);font-size:1.15rem;font-weight:500;line-height:1.7}.founder-section{background:var(--bg-secondary)}.founder-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;margin-top:3rem;display:grid}@media (max-width:900px){.founder-grid{grid-template-columns:1fr;gap:2rem}}.founder-image{position:relative}.founder-image img{width:100%;box-shadow:var(--shadow-xl);border-radius:20px}.founder-image:before{content:"";background:var(--gradient-primary);z-index:-1;opacity:.2;border-radius:20px;width:100%;height:100%;position:absolute;top:20px;left:20px}.founder-content h3{color:var(--text-primary);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:2rem}.founder-title{color:var(--accent-primary);margin-bottom:1.5rem;font-size:1rem;font-weight:600}.founder-bio{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.founder-credentials{margin-bottom:2rem;list-style:none}.founder-credentials li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.95rem;display:flex}.founder-credentials li .icon{width:18px;height:18px;color:var(--accent-primary);flex-shrink:0;margin-top:2px}.founder-quote{border-left:4px solid var(--accent-primary);text-align:center;background:linear-gradient(135deg,#2563eb0d 0%,#3b82f60d 100%);border-radius:0 12px 12px 0;max-width:900px;margin:1.5rem auto;padding:1.5rem}.founder-quote p{color:var(--text-primary);margin:0;font-size:1.05rem;font-style:italic;line-height:1.7}.founder-links{gap:1rem;display:flex}.founder-link{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.founder-link:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.founder-link .icon{width:18px;height:18px}.founder-story{margin-bottom:1.5rem}.founder-story .story-highlight{color:var(--accent-primary);margin-bottom:.75rem;font-size:1.2rem;font-style:italic;font-weight:500;line-height:1.7}.founder-story p{color:var(--text-secondary);margin:0;font-size:1rem}.founder-transformation{max-width:900px;margin:2rem auto}.transformation-card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:16px;align-items:stretch;gap:1rem;margin:0 auto;padding:1.5rem;display:flex}@media (max-width:600px){.transformation-card{text-align:center;flex-direction:column}.transformation-arrow{transform:rotate(90deg)}}.transformation-from,.transformation-to{border-radius:12px;flex:1;padding:1rem}.transformation-from{background:#e85a4f0d;border:1px solid #e85a4f26}.transformation-to{background:#2563eb0d;border:1px solid #2563eb26}.transform-label{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;display:block}.transform-title{margin-bottom:.75rem;font-size:1.1rem;font-weight:700;display:block}.transformation-from .transform-title{color:var(--accent-coral)}.transformation-to .transform-title{color:var(--accent-primary)}.transformation-from ul,.transformation-to ul{margin:0;padding:0;list-style:none}.transformation-from li,.transformation-to li{color:var(--text-secondary);padding:.2rem 0;font-size:.85rem}.transformation-arrow{color:var(--text-muted);justify-content:center;align-items:center;display:flex}.transformation-arrow .icon{width:32px;height:32px}.testimonials-section{background:var(--bg-secondary)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}@media (max-width:900px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;flex-direction:column;padding:2rem;transition:all .3s;display:flex}.testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.testimonial-content{flex:1;margin-bottom:1.5rem}.quote-icon{width:32px;height:32px;fill:var(--accent-primary);opacity:.2;margin-bottom:1rem}.testimonial-content p{color:var(--text-secondary);font-size:1rem;font-style:italic;line-height:1.8}.testimonial-author{border-top:1px solid var(--border-color);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.author-avatar{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:.9rem;font-weight:600;display:flex}.author-info{text-align:left;flex-direction:column;display:flex}.author-name{color:var(--text-primary);text-align:left;font-size:.95rem;font-weight:600}.author-role{color:var(--text-muted);text-align:left;font-size:.85rem}.values-section{background:var(--bg-primary)}.values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}@media (max-width:900px){.values-grid{grid-template-columns:1fr}}.value-card{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;border-radius:20px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.value-card:before{content:"";opacity:0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.value-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.value-card:hover:before{opacity:1}.value-card:first-child:before{background:var(--accent-primary)}.value-card:nth-child(2):before{background:var(--accent-teal)}.value-card:nth-child(3):before{background:var(--accent-gold)}.value-icon{border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;display:flex}.value-card:first-child .value-icon{color:var(--accent-primary);background:#2563eb1a}.value-card:nth-child(2) .value-icon{color:var(--accent-teal);background:#0d94881a}.value-card:nth-child(3) .value-icon{color:var(--accent-gold);background:#d977061a}.value-icon .icon{width:32px;height:32px}.value-card h3{color:var(--text-primary);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.value-card h3 small{color:var(--text-muted);margin-top:.25rem;font-size:.8rem;font-weight:500;display:block}.value-card>p{color:var(--text-secondary);margin-top:1rem;font-size:.95rem;line-height:1.7}.trust-section{background:var(--bg-secondary);padding:4rem 0}.trust-content{text-align:center}.trust-content h3{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;font-weight:600}.trust-logos{opacity:.7;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3rem;display:flex}.trust-logo{color:var(--text-muted);font-size:.95rem;font-weight:600}.trust-partners{border-top:1px solid var(--border-color);margin-top:3rem;padding-top:3rem}.trust-stats{border-top:1px solid var(--border-color);justify-content:center;gap:4rem;margin-top:3rem;padding-top:3rem;display:flex}@media (max-width:768px){.trust-stats{flex-direction:column;align-items:center;gap:2rem}}.stat-item{text-align:center}.stat-number{color:var(--accent-primary);margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.9rem}.cta-section{text-align:center;background:linear-gradient(135deg,#2563eb08 0%,#3b82f608 100%);padding:6rem 0;position:relative}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb14 0%,#0000 70%);width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-content{z-index:10;position:relative}.cta-pretext{color:var(--text-muted);margin-bottom:1rem;font-size:1.1rem;font-style:italic}.cta-title{color:var(--text-primary);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(1.75rem,3.5vw,2.5rem)}.cta-desc{color:var(--text-secondary);max-width:600px;margin:0 auto 2rem;font-size:1.1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{border-radius:10px;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn .icon{width:20px;height:20px}.btn-primary{background:var(--gradient-primary);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.btn-secondary{border:2px solid var(--border-color);color:var(--text-primary);background:0 0}.btn-secondary:hover{border-color:var(--accent-primary);background:#2563eb0d}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:3rem 0}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-brand{align-items:center;gap:.75rem;display:flex}.logo-icon{background:var(--gradient-primary);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.logo-icon .icon{color:#fff;width:20px;height:20px}.footer-logo-text{color:var(--text-primary);font-size:1.1rem;font-weight:600}.footer-copyright{color:var(--text-muted);font-size:.9rem}@media (max-width:768px){.footer-content{text-align:center;flex-direction:column}.container{padding:0 1rem}.hero{min-height:auto;padding:6rem 0 3rem}.hero-badge{padding:.4rem .8rem;font-size:.75rem}.hero-title{font-size:clamp(1.6rem,6vw,2.2rem)}.hero-description{font-size:1rem}section{padding:3rem 0}.section-title{font-size:clamp(1.4rem,5vw,1.8rem)}.section-label{font-size:.75rem}.section-desc{font-size:1rem}.problem-section{padding:3rem 0}.problem-text p{font-size:1rem}.problem-lead{font-size:1.1rem!important}.problem-highlight{font-size:1.05rem!important}.problem-highlight strong{font-size:1.15rem}.mv-card{padding:1.5rem}.mv-card p{font-size:1rem}.mv-icon{width:48px;height:48px;margin-bottom:1rem}.mv-icon .icon{width:24px;height:24px}.founder-content h3{font-size:1.5rem}.founder-bio{font-size:.95rem}.founder-credentials li{font-size:.9rem}.founder-quote{padding:1rem}.founder-quote p{font-size:.95rem}.founder-links{flex-direction:column;gap:.75rem}.founder-link{justify-content:center}.founder-story .story-highlight{font-size:1.05rem}.founder-story p{font-size:.9rem}.transformation-from,.transformation-to{padding:.75rem}.transform-title{font-size:1rem}.transformation-from li,.transformation-to li{font-size:.8rem}.testimonial-card{padding:1.5rem}.testimonial-content p{font-size:.9rem}.value-card{padding:1.5rem}.value-icon{width:56px;height:56px;margin-bottom:1rem}.value-icon .icon{width:28px;height:28px}.value-card h3{font-size:1.1rem}.value-card>p{font-size:.9rem}.trust-section{padding:3rem 0}.trust-content h3{font-size:.9rem}.trust-logos{gap:1.5rem 2rem}.trust-logo{font-size:.85rem}.stat-number{font-size:2rem}.stat-label{font-size:.85rem}.cta-section{padding:3rem 0}.cta-pretext{font-size:1rem}.cta-title{font-size:clamp(1.4rem,5vw,1.8rem)}.cta-desc{font-size:1rem}.cta-buttons{flex-direction:column;gap:.75rem}.btn{justify-content:center;width:100%;padding:.9rem 1.5rem;font-size:.95rem}.footer{padding:2rem 0}}
