        *,*::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:#fff;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}
        .nav{position:fixed;top:0;left:0;right:0;z-index:999;padding:14px 28px}.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);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)}
        .mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.mobile-toggle svg{width:24px;height:24px;color:#0f172a}
        .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}

        /* CONTACT GRID */
        .contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:start}
        .contact-info-cards{display:flex;flex-direction:column;gap:20px}
        .ci-card{padding:28px 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);display:flex;gap:16px;align-items:flex-start}
        .ci-icon{width:48px;height:48px;min-width:48px;border-radius:14px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center}
        .ci-icon svg{width:22px;height:22px;color:#fff}
        .ci-card h4{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:4px}
        .ci-card p{font-size:.92rem;color:#475569;line-height:1.7}
        .ci-card a{color:#6366f1;font-weight:600}

        /* FORM */
        .contact-form{padding:40px 36px;border-radius:24px;background:rgba(255,255,255,.7);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.85);box-shadow:0 8px 32px rgba(99,102,241,.06)}
        .contact-form h3{font-size:1.4rem;font-weight:700;color:#0f172a;margin-bottom:6px}
        .contact-form .form-sub{font-size:.92rem;color:#64748b;margin-bottom:28px}
        .fg{margin-bottom:20px}
        .fg label{display:block;font-size:.82rem;font-weight:600;color:#334155;margin-bottom:6px}
        .fg input,.fg select,.fg textarea{width:100%;padding:13px 16px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:.92rem;font-family:inherit;color:#1e293b;background:#f8fafc;transition:all .2s;outline:none}
        .fg input:focus,.fg select:focus,.fg textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1);background:#fff}
        .fg textarea{resize:vertical;min-height:120px}
        .fg-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
        .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);width:100%;justify-content:center}.btn-primary:hover{box-shadow:0 8px 32px rgba(99,102,241,.45);transform:translateY(-2px)}
        .form-privacy{font-size:.78rem;color:#94a3b8;margin-top:14px;line-height:1.6}
        .form-privacy a{color:#6366f1;text-decoration:underline}

        /* PROCESS */
        .process-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}
        .pm-step{text-align:center;padding:28px 20px;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)}
        .pm-num{width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:#fff;margin:0 auto 14px}
        .pm-step h4{font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:6px}
        .pm-step p{font-size:.84rem;color:#64748b;line-height:1.6}

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

        .footer{background:linear-gradient(180deg,#0f172a,#1e293b);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){.contact-grid{grid-template-columns:1fr}.process-mini{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}.fg-row{grid-template-columns:1fr}.process-mini{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.footer-disc{text-align:center}}
