        *,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
        html{scroll-behavior:smooth;font-size:16px}
        body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:#1e293b;background:#ffffff;line-height:1.7;overflow-x:hidden}
        img{max-width:100%;height:auto;display:block}
        a{text-decoration:none;color:inherit;transition:all .25s}
        ul{list-style:none}
        .container{max-width:1200px;margin:0 auto;padding:0 28px}
        .section-pad{padding:100px 0}
        .label{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#6366f1;background:linear-gradient(135deg,rgba(99,102,241,.08),rgba(139,92,246,.08));padding:7px 16px;border-radius:50px;margin-bottom:18px}
        .label svg{width:14px;height:14px}
        .heading{font-size:2.6rem;font-weight:800;line-height:1.18;color:#0f172a;letter-spacing:-.02em}
        .heading span{background:linear-gradient(135deg,#6366f1,#8b5cf6,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
        .subtext{font-size:1.08rem;color:#64748b;max-width:620px;line-height:1.8}
        .glass{background:rgba(255,255,255,.65);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 32px rgba(99,102,241,.06),0 1px 3px rgba(0,0,0,.04);border-radius:20px}
        .btn{display:inline-flex;align-items:center;gap:8px;padding:15px 32px;border-radius:14px;font-size:.95rem;font-weight:700;border:none;cursor:pointer;transition:all .3s;font-family:inherit}
        .btn svg{width:18px;height:18px;transition:transform .3s}
        .btn:hover svg{transform:translateX(3px)}
        .btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 20px rgba(99,102,241,.35)}
        .btn-primary:hover{box-shadow:0 8px 32px rgba(99,102,241,.45);transform:translateY(-2px)}

        /* NAV */
        .nav{position:fixed;top:0;left:0;right:0;z-index:999;padding:14px 28px;transition:all .3s}
        .nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.72);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 24px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02);border-radius:16px;padding:10px 12px 10px 24px}
        .nav-logo{display:flex;align-items:center;gap:10px}
        .nav-logo-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center}
        .nav-logo-mark svg{width:20px;height:20px;color:#fff}
        .nav-logo-text{font-size:1.2rem;font-weight:800;color:#0f172a}
        .nav-logo-text em{font-style:normal;color:#6366f1}
        .nav-links{display:flex;align-items:center;gap:6px}
        .nav-links a{font-size:.87rem;font-weight:500;color:#475569;padding:8px 16px;border-radius:10px;transition:all .2s}
        .nav-links a:hover{color:#6366f1;background:rgba(99,102,241,.06)}
        .nav-links .nav-cta{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600;padding:10px 22px;border-radius:12px;box-shadow:0 2px 12px rgba(99,102,241,.25)}
        .nav-links .nav-cta:hover{box-shadow:0 4px 20px rgba(99,102,241,.4);transform:translateY(-1px)}
        .mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}
        .mobile-toggle svg{width:24px;height:24px;color:#0f172a}

        /* PAGE HERO */
        .page-hero{padding:140px 0 80px;background:linear-gradient(160deg,#f8faff 0%,#eef2ff 30%,#faf5ff 60%,#fff 100%);position:relative;overflow:hidden;text-align:center}
        .page-hero::before{content:'';position:absolute;top:-200px;right:-200px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.1),transparent 70%)}
        .page-hero .subtext{margin:12px auto 0}
        .breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.82rem;color:#94a3b8;margin-bottom:16px}
        .breadcrumb a{color:#6366f1;font-weight:600}
        .breadcrumb svg{width:14px;height:14px}

        /* STORY */
        .story-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
        .story-img{border-radius:24px;overflow:hidden;box-shadow:0 24px 64px rgba(99,102,241,.1)}
        .story-img img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}
        .story-text p{font-size:1.02rem;color:#475569;line-height:1.85;margin-bottom:18px}
        .story-text p:last-child{margin-bottom:0}

        /* MISSION VALUES */
        .mv-section{background:linear-gradient(180deg,#f8faff 0%,#f1f5ff 100%)}
        .mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
        .mv-card{padding:40px 36px;border-radius:22px;background:rgba(255,255,255,.7);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.85);box-shadow:0 4px 20px rgba(99,102,241,.04)}
        .mv-card h3{font-size:1.4rem;font-weight:700;color:#0f172a;margin-bottom:16px;display:flex;align-items:center;gap:12px}
        .mv-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(99,102,241,.1),rgba(139,92,246,.1))}
        .mv-icon svg{width:24px;height:24px;color:#6366f1}
        .mv-card p{font-size:.96rem;color:#475569;line-height:1.8}

        /* VALUES GRID */
        .values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}
        .val-card{padding:32px 24px;border-radius:20px;background:rgba(255,255,255,.7);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.85);box-shadow:0 4px 20px rgba(99,102,241,.04);text-align:center;transition:all .35s}
        .val-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(99,102,241,.1)}
        .val-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:linear-gradient(135deg,#6366f1,#8b5cf6)}
        .val-icon svg{width:26px;height:26px;color:#fff}
        .val-card h4{font-size:1.05rem;font-weight:700;color:#0f172a;margin-bottom:8px}
        .val-card p{font-size:.88rem;color:#64748b;line-height:1.7}

        /* TEAM */
        .team-section{background:linear-gradient(180deg,#fff 0%,#f8faff 100%)}
        .team-img-wrap{border-radius:24px;overflow:hidden;box-shadow:0 24px 64px rgba(99,102,241,.1);margin-top:48px;aspect-ratio:21/9}
        .team-img-wrap img{width:100%;height:100%;object-fit:cover}

        /* OFFICE */
        .office-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}
        .office-img{border-radius:24px;overflow:hidden;box-shadow:0 24px 64px rgba(99,102,241,.1)}
        .office-img img{width:100%;aspect-ratio:16/10;object-fit:cover}
        .office-details h3{font-size:1.4rem;font-weight:700;color:#0f172a;margin-bottom:16px}
        .office-details p{font-size:.96rem;color:#475569;line-height:1.8;margin-bottom:20px}
        .office-info{display:flex;flex-direction:column;gap:14px}
        .office-row{display:flex;gap:12px;align-items:flex-start;font-size:.92rem;color:#475569}
        .office-row svg{width:20px;height:20px;min-width:20px;color:#6366f1;margin-top:2px}

        /* CTA */
        .cta-band{background:linear-gradient(135deg,#6366f1,#8b5cf6);padding:80px 0;text-align:center}
        .cta-band h2{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:14px}
        .cta-band p{font-size:1.08rem;color:rgba(255,255,255,.8);margin-bottom:32px;max-width:520px;margin-left:auto;margin-right:auto}
        .btn-white{background:#fff;color:#6366f1;box-shadow:0 4px 20px rgba(0,0,0,.1)}
        .btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.15)}

        /* FOOTER */
        .footer{background:linear-gradient(180deg,#0f172a 0%,#1e293b 100%);padding:80px 0 0;color:#94a3b8}
        .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.06)}
        .footer-brand p{font-size:.88rem;line-height:1.7;margin-bottom:20px}
        .footer-social{display:flex;gap:12px}
        .footer-social a{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;transition:all .2s}
        .footer-social a:hover{background:rgba(99,102,241,.2)}
        .footer-social a svg{width:16px;height:16px;color:#94a3b8}
        .footer-col h4{font-size:.82rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px}
        .footer-col li{margin-bottom:12px}
        .footer-col li a{font-size:.87rem;color:#94a3b8;transition:color .2s}
        .footer-col li a:hover{color:#a5b4fc}
        .footer-contact-row{display:flex;gap:10px;margin-bottom:14px;font-size:.84rem;color:#94a3b8;line-height:1.6}
        .footer-contact-row svg{width:16px;height:16px;min-width:16px;color:#6366f1;margin-top:3px}
        .footer-bottom{padding:24px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
        .footer-copy{font-size:.8rem;color:#64748b}
        .footer-disc{font-size:.7rem;color:#64748b;max-width:580px;text-align:right;line-height:1.5;font-style:italic}

        @media(max-width:1024px){
            .story-grid,.mv-grid,.office-grid{grid-template-columns:1fr}
            .values-grid{grid-template-columns:repeat(2,1fr)}
            .footer-grid{grid-template-columns:1fr 1fr}
        }
        @media(max-width:768px){
            .nav-links{display:none}.mobile-toggle{display:block}
            .heading{font-size:2rem}
            .values-grid{grid-template-columns:1fr}
            .footer-grid{grid-template-columns:1fr}
            .footer-bottom{flex-direction:column;text-align:center}
            .footer-disc{text-align:center}
        }
