.supercharge-section{background:#fff;padding:60px 20px}.dark .supercharge-section{background:#0f172a}.supercharge-container{align-items:flex-start;gap:40px;max-width:1100px;margin:0 auto;display:flex}.supercharge-content{flex:1.3}.supercharge-title{color:#0f172a;margin-bottom:8px;font-size:1.8rem;font-weight:700;line-height:1.2}.dark .supercharge-title{color:#fff}.supercharge-subtitle{color:#64748b;margin-bottom:15px;font-size:.9rem;font-style:italic}.dark .supercharge-subtitle{color:#94a3b8}.supercharge-description{color:#475569;text-align:justify;margin-bottom:20px;font-size:.85rem;line-height:1.7}.dark .supercharge-description{color:#94a3b8}.supercharge-points{margin:0;padding:0;list-style:none}.supercharge-points li{color:#1e293b;align-items:center;gap:10px;margin-bottom:10px;font-size:.9rem;display:flex}.dark .supercharge-points li{color:#e2e8f0}.supercharge-points .check-icon{color:#22c55e;flex-shrink:0;font-size:.9rem}.supercharge-graphic{flex:.7;justify-content:center;align-items:flex-start;display:flex}.lightbulb-container{flex-direction:column;align-items:center;gap:20px;display:flex}.lightbulb-image{-o-object-fit:contain;object-fit:contain;width:250px;height:auto}.stats-boxes{justify-content:center;gap:15px;display:flex}.stat-box{text-align:center;color:#fff;border-radius:8px;min-width:80px;padding:15px 25px}.stat-box.stat-blue{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.stat-box.stat-green{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.stat-box.stat-purple{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%)}.stats-container{justify-content:center;align-items:center;display:flex}.stat-box .stat-value{font-size:1.5rem;font-weight:700;display:block}.stat-box .stat-label{opacity:.9;font-size:.75rem;display:block}.founder-section{background:linear-gradient(135deg,#1e3a5f 0%,#0c1929 100%);padding:30px 20px}.founder-container{align-items:flex-start;gap:25px;max-width:1000px;margin:0 auto;display:flex}.founder-photo{flex-shrink:0}.founder-image{-o-object-fit:cover;object-fit:cover;border:3px solid #ffffff4d;border-radius:50%;width:120px;height:120px}.founder-message{flex:1}.founder-title{color:#fbbf24;align-items:center;gap:10px;margin-bottom:12px;font-size:1.1rem;font-weight:600;display:flex}.quote-icon{color:#fbbf24;font-size:.9rem}.founder-text{color:#cbd5e1;margin-bottom:12px;font-size:.9rem;line-height:1.6}.founder-signature{flex-direction:column;display:flex}.founder-name{color:#fff;font-size:.95rem;font-weight:600}.founder-role{color:#94a3b8;font-size:.8rem}.teams-section{background:#fff;padding:50px 20px 70px}.dark .teams-section{background:#1e293b}.teams-container{max-width:900px;margin:0 auto}.teams-title{color:#0f172a;text-align:center;margin-bottom:40px;font-size:1.6rem;font-weight:700}.dark .teams-title{color:#fff}.teams-grid{grid-template-columns:repeat(5,1fr);justify-items:center;gap:30px 20px;display:grid}.team-member{text-align:center;flex-direction:column;align-items:center;width:140px;display:flex}.member-photo-wrapper{background:#f1f5f9;border:3px solid #3b82f6;border-radius:50%;width:100px;height:100px;margin-bottom:10px;transition:all .3s;overflow:hidden}.dark .member-photo-wrapper{background:#334155}.team-member:hover .member-photo-wrapper{border-color:#1d4ed8;transform:scale(1.05);box-shadow:0 8px 25px #3b82f64d}.member-image{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.member-name{color:#1e293b;margin-bottom:3px;font-size:.85rem;font-weight:700;line-height:1.3}.dark .member-name{color:#fff}.member-role{color:#dc2626;font-size:.75rem;font-weight:400;line-height:1.2}.dark .member-role{color:#f87171}.workspace-section{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 50%,#f0fdf4 100%);padding:60px 20px}.dark .workspace-section{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%)}.workspace-container{max-width:1100px;margin:0 auto}.workspace-title{color:#0f172a;text-align:center;margin-bottom:10px;font-size:1.8rem;font-weight:700}.dark .workspace-title{color:#fff}.workspace-subtitle{color:#64748b;text-align:center;margin-bottom:40px;font-size:1rem}.dark .workspace-subtitle{color:#94a3b8}.workspace-gallery{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}.gallery-item.gallery-wide{grid-column:span 3}.gallery-item{cursor:pointer;border-radius:20px;grid-column:span 2;height:220px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 30px #0000001f}.gallery-item.gallery-wide{height:280px}.gallery-item:before{content:"";opacity:0;z-index:1;background:linear-gradient(#0000 0% 60%,#00000080 100%);border-radius:20px;transition:opacity .4s;position:absolute;inset:0}.gallery-item:hover:before{opacity:1}.gallery-item:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0003}.gallery-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.gallery-item:hover .gallery-image{transform:scale(1.1)}@media (max-width:1024px){.workspace-gallery{grid-template-columns:repeat(4,1fr)}.gallery-item.gallery-wide{grid-column:span 2}.gallery-item{grid-column:span 2;height:200px}.gallery-item.gallery-wide{height:240px}}@media (max-width:768px){.workspace-gallery{grid-template-columns:repeat(2,1fr)}.gallery-item,.gallery-item.gallery-wide{grid-column:span 1;height:180px}.workspace-title{font-size:1.5rem}}@media (max-width:480px){.workspace-gallery{grid-template-columns:1fr;gap:12px}.gallery-item,.gallery-item.gallery-wide{height:200px}}.facts-section{background:#f8fafc;padding:50px 20px}.dark .facts-section{background:#0f172a}.facts-container{background:#fff;border-radius:12px;max-width:600px;margin:0 auto;padding:25px 40px;box-shadow:0 2px 15px #0000000d}.dark .facts-container{background:#1e293b}.facts-title{color:#0f172a;text-align:center;margin-bottom:20px;font-size:1rem;font-weight:600}.dark .facts-title{color:#fff}.facts-grid{justify-content:space-between;gap:15px;display:flex}.fact-item{text-align:center;flex-direction:column;flex:1;align-items:center;display:flex}.fact-value{color:#3b82f6;font-size:1.6rem;font-weight:700}.fact-label{color:#64748b;margin-top:3px;font-size:.65rem}.dark .fact-label{color:#94a3b8}@media (max-width:900px){.supercharge-container{flex-direction:column}.supercharge-graphic{order:-1;width:100%}.lightbulb-container{width:100%}.founder-container{text-align:center;flex-direction:column;align-items:center}.founder-title{justify-content:center}.founder-text{text-align:center}.founder-signature{align-items:center}.teams-grid{grid-template-columns:repeat(3,1fr)}.team-member{width:120px}.member-photo-wrapper{width:80px;height:80px}}@media (max-width:600px){.supercharge-title{font-size:1.5rem}.lightbulb-image{width:200px}.teams-grid{grid-template-columns:repeat(2,1fr)}.team-member{width:100px}.member-photo-wrapper{width:70px;height:70px}.member-name{font-size:.75rem}.member-role{font-size:.65rem}.facts-grid{flex-wrap:wrap}.fact-item{flex:45%;margin-bottom:15px}}
