@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root{--header-height: 72px;--primary: #7044C4;--primary-dark: #4a2d82;--primary-light: #ede8f8;--accent: #f97316;--accent-light: #fbbf24;--text-dark: #0f172a;--text-body: #334155;--text-muted: #64748b;--bg-light: #f8fafc;--bg-lavender: #f5f3ff;--font-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--text-dark);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto}a{color:inherit}@media(max-width:600px){:root{--header-height: 60px}}.ini-hero:before,.imp-hero:before,.ini-hero:after,.about-hero:after,.model-hero:after,.imp-hero:after,.contact-hero:after,.csr-hero:after{z-index:0;pointer-events:none}.ini-hero-inner,.imp-hero-inner{position:relative;z-index:1}.about-hero>*,.model-hero>*,.contact-hero>*,.csr-hero>*{position:relative;z-index:1}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;transition:box-shadow .3s ease}.header.scrolled{box-shadow:0 2px 16px #00000014}.header-inner{max-width:1300px;margin:0 auto;padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;transition:opacity .2s}.header-logo:hover{opacity:.85}.logo-image{height:50px;width:auto;display:block}.header-nav{display:flex;align-items:center;gap:.1rem;flex:1;justify-content:center}.nav-link{position:relative;padding:.4rem .55rem;font-size:.8rem;font-weight:500;color:#334155;text-decoration:none;border-radius:.375rem;transition:color .2s,background .2s;white-space:nowrap}.nav-link:after{content:"";position:absolute;left:.5rem;right:.5rem;bottom:0;height:2px;background:#7044c4;border-radius:2px;transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.nav-link:hover{color:#4a2d82}.nav-link:hover:after{transform:scaleX(1)}.nav-link.active{color:#4a2d82;font-weight:600}.nav-link.active:after{transform:scaleX(1)}.header-cta{display:flex;flex-shrink:0}.btn-partner{padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;color:#fff;background:#f97316;border:none;border-radius:.5rem;text-decoration:none;transition:all .25s ease;white-space:nowrap}.btn-partner:hover{background:#ea580c;box-shadow:0 4px 14px #f973164d;transform:translateY(-1px)}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;background:transparent;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .25s ease}.hamburger:hover{background:#f8fafc}.hamburger-line{display:block;width:18px;height:2px;margin:0 auto;background:#334155;border-radius:2px;transition:transform .3s ease,opacity .25s}.menu-open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-open .hamburger-line:nth-child(2){opacity:0}.menu-open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;inset:0;z-index:999;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow-y:auto;transform:translate(-100%);opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .3s ease}.mobile-nav.open{transform:translate(0);opacity:1;pointer-events:all}.mobile-nav-inner{max-width:380px;margin:0 auto;padding:2.5rem 1.5rem;display:flex;flex-direction:column;gap:.2rem}.mobile-nav-top{display:flex;align-items:center;justify-content:space-between;padding:.25rem 0 1rem;margin-bottom:.5rem;border-bottom:1px solid #e5e7eb}.mobile-nav-title{font-size:1.05rem;font-weight:700;color:#0f172a}.mobile-nav-close{width:38px;height:38px;border-radius:.5rem;border:1px solid #e5e7eb;background:#f8fafc;color:#334155;font-size:1.1rem;cursor:pointer;transition:background .2s}.mobile-nav-close:hover{background:#e5e7eb}.mobile-nav-link{padding:.75rem 1rem;font-size:.95rem;font-weight:500;color:#334155;text-decoration:none;border-radius:.5rem;border-left:3px solid transparent;transition:all .2s}.mobile-nav-link:hover{background:#f5f3ff;color:#4a2d82;border-left-color:#7044c4}.mobile-nav-link.active{background:#f5f3ff;color:#4a2d82;font-weight:600;border-left-color:#7044c4}.mobile-nav-cta{margin-top:1.25rem;padding:.85rem 1.25rem;font-size:1rem;font-weight:600;color:#fff;background:#f97316;border-radius:.5rem;text-align:center;text-decoration:none;transition:all .25s}.mobile-nav-cta:hover{background:#ea580c}@media(min-width:1081px){.header-nav,.header-cta{display:flex}.hamburger{display:none}}@media(max-width:1080px){.header-nav,.header-cta{display:none}.hamburger{display:flex}}@media(max-width:600px){.logo-image{height:42px}.header-inner{padding:.5rem 1rem}}.footer{background:linear-gradient(135deg,#1e1b4b,#312e81);color:#fff;padding:4rem 1.5rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-logo-link{display:inline-block}.footer-logo-img{height:48px;width:auto;display:block;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.footer-tagline{font-size:.9rem;color:#ffffffbf;line-height:1.65;max-width:320px}.footer-location{font-size:.8125rem;color:#ffffff8c;line-height:1.6;font-style:italic}.footer-links h4,.footer-contact h4,.footer-cta-col h4{font-size:.9375rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{display:flex;flex-direction:column;gap:.4rem}.footer-links a{color:#ffffffa6;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-links a:hover{color:#f97316}.footer-contact p{font-size:.875rem;color:#ffffffb3;margin-bottom:.35rem}.footer-contact a{color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-contact a:hover{color:#f97316}.footer-location-block{margin-top:1rem}.footer-location-block p{font-size:.8125rem;color:#ffffff8c;margin-bottom:.2rem}.footer-cta-col{display:flex;flex-direction:column;gap:.5rem}.footer-cta-col p{font-size:.875rem;color:#ffffffb3;margin-bottom:.5rem}.footer-cta-btn{display:block;padding:.6rem 1.25rem;font-size:.8125rem;font-weight:600;text-align:center;text-decoration:none;border-radius:.5rem;color:#1e1b4b;background:linear-gradient(135deg,#f97316,#fbbf24);transition:all .2s}.footer-cta-btn:hover{box-shadow:0 4px 14px #f9731659;transform:translateY(-1px)}.footer-cta-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.footer-cta-outline:hover{background:#ffffff14;box-shadow:none}.footer-reg{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}.footer-reg p{font-size:.75rem;color:#fff6;margin-bottom:.15rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{font-size:.8125rem;color:#fff6}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.home{--purple-deep: #4a2d82;--purple-mid: #5a36a3;--purple-bright: #7044C4;--orange: #f97316;--dark: #0f172a;--body-text: #334155;--muted: #64748b;--bg-light: #f8fafc;--bg-violet: #f5f3ff;--white: #ffffff;--radius: 12px;color:var(--body-text);line-height:1.7}.container{max-width:1140px;margin:0 auto;padding:0 1.5rem}.section-title{font-size:2rem;font-weight:700;color:var(--dark);text-align:center;margin-bottom:.5rem}.section-lead{text-align:center;max-width:680px;margin:0 auto 2.5rem;color:var(--muted);font-size:1.05rem}.btn-orange{display:inline-block;padding:.75rem 1.75rem;background:var(--orange);color:var(--white);font-weight:600;font-size:.95rem;border-radius:8px;text-decoration:none;transition:all .2s}.btn-orange:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 4px 16px #f973164d}.btn-outline-purple{display:inline-block;padding:.75rem 1.75rem;background:transparent;color:var(--purple-deep);font-weight:600;font-size:.95rem;border:2px solid var(--purple-bright);border-radius:8px;text-decoration:none;transition:all .2s}.btn-outline-purple:hover{background:var(--bg-violet);transform:translateY(-2px)}.btn-lg{padding:1rem 2.5rem;font-size:1.05rem}.link-arrow{color:var(--purple-bright);font-weight:600;text-decoration:none;font-size:1rem;transition:color .2s}.link-arrow:hover{color:var(--purple-deep);text-decoration:underline}.hero{padding:calc(var(--header-height, 72px) + 3rem) 1.5rem 5rem;background:radial-gradient(ellipse at 50% -10%,rgba(112,68,196,.22) 0%,transparent 55%),radial-gradient(ellipse at 90% 30%,rgba(249,115,22,.12) 0%,transparent 55%),radial-gradient(ellipse at 12% 70%,rgba(16,185,129,.1) 0%,transparent 55%),linear-gradient(180deg,#f7f5ff,#efeaff 40%,#f8fafc);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-160px;right:-160px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(112,68,196,.16) 0%,transparent 65%),radial-gradient(circle at 70% 70%,rgba(249,115,22,.1) 0%,transparent 60%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-120px;left:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle at 35% 35%,rgba(249,115,22,.1) 0%,transparent 65%),radial-gradient(circle at 70% 70%,rgba(112,68,196,.1) 0%,transparent 60%);pointer-events:none}.hero:before,.hero:after{filter:blur(.25px)}.hero-inner{position:relative;z-index:1}.hero:before{mix-blend-mode:multiply}.hero:after{mix-blend-mode:multiply}.hero{background:radial-gradient(circle,rgba(112,68,196,.1) 1px,transparent 1px) 0 0 / 18px 18px,radial-gradient(ellipse at 50% -10%,rgba(112,68,196,.18) 0%,transparent 55%),radial-gradient(ellipse at 90% 30%,rgba(249,115,22,.11) 0%,transparent 55%),radial-gradient(ellipse at 12% 70%,rgba(16,185,129,.09) 0%,transparent 55%),linear-gradient(180deg,#f7f5ff,#efeaff 40%,#f8fafc)}.hero-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-text{padding-right:1rem}.hero-brand{margin-bottom:1rem}.hero-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:var(--purple-deep);line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em}.hero-subtitle{font-size:1.15rem;color:var(--body-text);line-height:1.6;margin-bottom:1rem}.hero-body{font-size:.95rem;color:var(--muted);line-height:1.7;margin-bottom:1.75rem}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero-images{position:relative}.hero-collage{display:flex;justify-content:center;width:100%}.collage-main{border-radius:var(--radius);width:100%;height:320px;object-fit:cover;box-shadow:0 8px 30px #0000001a}.collage-main--brand{display:flex;align-items:center;justify-content:center;padding:1.25rem;background:linear-gradient(145deg,#faf5ff,#f5f3ff 45%,#ede9fe);border:1px solid rgba(112,68,196,.14);object-fit:unset;width:100%;max-width:440px}.collage-brand-img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.hero-stat-badge{position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);background:var(--white);border:2px solid var(--bg-violet);border-radius:var(--radius);padding:1rem 1.5rem;box-shadow:0 8px 30px #7044c41f;display:flex;align-items:center;gap:.75rem;min-width:240px}.stat-number{font-size:2rem;font-weight:800;color:var(--purple-deep)}.stat-text{font-size:.8rem;color:var(--muted);line-height:1.4;max-width:160px}.vm-section{padding:5rem 1.5rem;background:var(--white)}.vm-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;max-width:900px;margin:0 auto}.vm-card{border-radius:var(--radius);padding:2.25rem 2rem;transition:transform .2s}.vm-card:hover{transform:translateY(-3px)}.vm-vision{background:var(--white);border:1px solid #e5e7eb;box-shadow:0 2px 12px #0000000a}.vm-mission{background:linear-gradient(135deg,var(--purple-deep),var(--purple-bright));color:var(--white)}.vm-icon-wrap{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.vm-vision .vm-icon-wrap{background:var(--bg-violet)}.vm-mission .vm-icon-wrap{background:#ffffff26}.vm-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.vm-vision h3{color:var(--purple-deep)}.vm-card p{font-size:.95rem;line-height:1.7}.vm-vision p{color:var(--body-text)}.vm-mission p{color:#ffffffe6}.founder-section{padding:4.5rem 1.5rem;background:var(--purple-deep);color:var(--white)}.founder-grid{display:grid;grid-template-columns:340px 1fr;gap:3rem;align-items:center;max-width:1000px;margin:0 auto}.founder-photo-wrap{border-radius:.75rem;overflow:hidden;box-shadow:0 12px 40px #0000004d}.founder-photo{width:100%;height:auto;display:block;object-fit:cover}.founder-title{font-size:1.75rem;font-weight:700;color:var(--white);margin-bottom:1.25rem}.founder-quote-wrap{position:relative;margin-bottom:1.5rem}.quote-mark{position:absolute;font-size:4.5rem;font-weight:700;color:#fff3;font-family:Georgia,Times New Roman,serif;line-height:1;pointer-events:none}.quote-open{top:-.75rem;left:-.25rem}.quote-close{bottom:-1.5rem;right:0}.founder-content blockquote{margin:0;padding:0 0 0 2rem;border:none}.founder-content blockquote p{font-size:1rem;line-height:1.75;color:#ffffffe6;margin-bottom:.5rem;text-align:justify}.founder-info{margin-top:.5rem}.founder-name{font-size:1.05rem;font-weight:700;color:var(--white);margin-bottom:.1rem}.founder-role{font-size:.875rem;color:#ffffffbf;margin-bottom:.1rem}.founder-org{font-size:.8rem;color:#ffffff8c}.founder-social{display:flex;gap:.6rem;margin-top:1.25rem}.founder-social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:var(--white);transition:background .2s}.founder-social a:hover{background:#ffffff38}.why-section{padding:5rem 1.5rem;background:var(--white)}.why-headline{font-size:1.5rem;font-weight:700;color:var(--purple-deep);text-align:center;margin-bottom:1rem}.why-leads-to{text-align:center;font-size:1rem;font-weight:600;color:var(--dark);margin-bottom:1.5rem}.why-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:3rem}.why-card{background:var(--bg-violet);border-radius:var(--radius);padding:1.5rem;border:1px solid rgba(112,68,196,.1);transition:transform .2s,box-shadow .2s;text-align:center}.why-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #7044c41f;border-color:var(--purple-bright)}.why-card-icon{width:48px;height:48px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;color:var(--purple-bright);box-shadow:0 2px 8px #7044c41a}.why-card h4{font-size:.95rem;font-weight:600;color:var(--dark)}.why-stories{background:linear-gradient(135deg,#1e1b4b 0%,var(--purple-deep) 100%);border-radius:1rem;padding:3rem 2.5rem;text-align:center;color:#fff}.why-stories-intro{font-size:1.15rem;font-weight:600;color:#ffffffe6;margin-bottom:2rem}.why-stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.why-story{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:1.75rem 1.25rem;transition:background .25s,transform .25s}.why-story:hover{background:#ffffff24;transform:translateY(-3px)}.why-story-icon{width:52px;height:52px;border-radius:50%;background:#f9731626;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--orange)}.why-story p{font-size:.95rem;color:#ffffffd9;line-height:1.6}.why-stories-closing{font-size:1.05rem;font-weight:600;color:var(--orange);max-width:560px;margin:0 auto;line-height:1.7}.model-section{padding:5rem 1.5rem;background:linear-gradient(135deg,#ede9fe,#f5f3ff,#e0e7ff)}.model-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.85rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#fff;width:fit-content;margin:0 auto 1rem;padding:.55rem 1.25rem;border-radius:999px;background:linear-gradient(135deg,var(--purple-deep),var(--purple-bright));box-shadow:0 10px 30px #4a2d822e}@media(max-width:480px){.model-badge{font-size:.8rem;padding:.5rem 1.1rem}}.model-section .section-title{color:var(--purple-deep)}.model-why{max-width:720px;margin:0 auto 3rem;background:var(--white);border-radius:var(--radius);padding:2rem 2.25rem;border-left:4px solid var(--purple-bright);box-shadow:0 2px 12px #7044c40f}.model-why h3{font-size:1.15rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.model-why-intro{font-size:.93rem;color:var(--muted);line-height:1.7;margin-bottom:1rem}.model-shifts{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.model-shift{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--body-text);font-weight:500}.model-shift svg{color:var(--purple-bright);flex-shrink:0}.pillar-heading{font-size:1.25rem;font-weight:700;color:var(--dark);text-align:center;margin-bottom:1.75rem}.pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.pillar-card{background:var(--white);border-radius:var(--radius);padding:1.75rem 1.5rem;text-align:left;border:1px solid rgba(112,68,196,.1);box-shadow:0 2px 12px #7044c40f;transition:transform .2s,box-shadow .2s;position:relative}.pillar-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #7044c424;border-color:var(--purple-bright)}.pillar-num{display:block;font-size:2rem;font-weight:800;color:#7044c41f;margin-bottom:.5rem;line-height:1}.pillar-card h4{font-size:.95rem;font-weight:700;color:var(--dark);margin-bottom:.35rem}.pillar-card>p{font-size:.85rem;color:var(--muted);line-height:1.6;margin-bottom:.75rem}.pillar-outcome{font-size:.8rem;color:var(--purple-bright);font-weight:500;padding-top:.6rem;border-top:1px solid rgba(112,68,196,.1)}.pillar-outcome span{font-weight:700}.model-continuum{margin-top:3rem;text-align:center}.model-continuum h3{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:1.5rem}.model-continuum h3 span{font-weight:400;color:var(--muted);font-size:.95rem}.continuum-flow{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.continuum-step{background:var(--white);padding:.6rem 1.25rem;border-radius:999px;font-size:.85rem;font-weight:600;color:var(--purple-deep);border:1px solid rgba(112,68,196,.15);box-shadow:0 2px 8px #7044c40f}.continuum-step--final{background:var(--purple-bright);color:var(--white);border-color:var(--purple-bright)}.continuum-arrow{color:var(--orange);display:flex;align-items:center}.continuum-note{font-size:.9rem;color:var(--muted);font-style:italic}.model-scale{margin-top:2.5rem;text-align:center;background:linear-gradient(135deg,#1e1b4b,var(--purple-deep));border-radius:var(--radius);padding:2rem 2.5rem;color:var(--white)}.model-scale h3{font-size:1.15rem;font-weight:700;margin-bottom:.35rem}.model-scale>p{font-size:.9rem;opacity:.8;margin-bottom:1.5rem}.scale-flow{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.scale-step{font-size:.88rem;font-weight:600;color:#ffffffd9}.scale-step--final{background:var(--orange);padding:.4rem 1rem;border-radius:999px;color:var(--white);font-weight:700}.scale-dot{width:20px;height:2px;background:#ffffff4d;border-radius:1px}.model-cta{text-align:center;margin-top:2.5rem}.initiatives-section{padding:5rem 1.5rem;background:var(--white)}.initiative-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.initiative-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 12px #0000000d;transition:transform .2s,box-shadow .2s}.initiative-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001a}.initiative-img{height:220px;background:linear-gradient(180deg,#faf5ff,#f4f0fb);overflow:hidden}.initiative-img img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s}.initiative-card:hover .initiative-img img{transform:scale(1.02)}.initiative-body{padding:1.5rem}.initiative-headline{font-size:clamp(.95rem,2.1vw,1.2rem);font-weight:800;line-height:1.28;margin:0 0 .5rem;letter-spacing:.02em;text-wrap:balance}.initiative-headline__name{color:var(--purple-deep);letter-spacing:.04em}.initiative-headline__sep{font-weight:700;color:var(--muted);opacity:.85}.initiative-headline__rest{font-weight:700;color:#c2410c}.initiative-headline__theme,.initiative-headline__paren{color:inherit;font-weight:inherit}.initiative-card:nth-child(2) .initiative-headline__rest{color:#1d4ed8}.initiative-card:nth-child(3) .initiative-headline__rest{color:#0e7490}.initiative-lead{font-size:.9rem;color:var(--body-text);line-height:1.6;margin:0}.impact-section{padding:5rem 1.5rem;background:linear-gradient(135deg,#1e1b4b 0%,var(--purple-deep) 100%);color:var(--white)}.impact-header{text-align:center;margin-bottom:3rem}.impact-badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);background:#f9731626;padding:.3rem .9rem;border-radius:4px;margin-bottom:.75rem}.impact-header h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.impact-header p{font-size:1rem;opacity:.8;max-width:540px;margin:0 auto}.impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:900px;margin:0 auto}.impact-stat{text-align:center;padding:1.5rem 1rem;background:#ffffff14;border-radius:var(--radius);border:1px solid rgba(255,255,255,.1);transition:background .2s}.impact-stat:hover{background:#ffffff1f}.impact-num{display:block;font-size:2rem;font-weight:800;color:var(--white);margin-bottom:.3rem}.impact-label{font-size:.82rem;color:#ffffffb3}.impact-tagline{text-align:center;font-size:.95rem;font-weight:600;color:var(--orange);margin-top:2rem}.cta-section{padding:5rem 1.5rem;background:linear-gradient(135deg,var(--purple-deep) 0%,var(--purple-bright) 100%);color:var(--white);text-align:center}.cta-section h2{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700;line-height:1.3;margin-bottom:1rem}.cta-section p{font-size:1.1rem;opacity:.85;max-width:560px;margin:0 auto 2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-outline-white{display:inline-block;padding:.75rem 1.75rem;background:transparent;color:var(--white);font-weight:600;font-size:.95rem;border:2px solid rgba(255,255,255,.5);border-radius:8px;text-decoration:none;transition:all .2s}.btn-outline-white:hover{background:#ffffff26;border-color:var(--white);transform:translateY(-2px)}.closing-section{padding:5rem 1.5rem;background:linear-gradient(160deg,#f5f3ff,#ede9fe 40%,#e0e7ff);text-align:center;position:relative;overflow:hidden}.closing-section:before{content:"";position:absolute;top:-100px;right:-100px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(112,68,196,.08) 0%,transparent 70%);pointer-events:none}.closing-section:after{content:"";position:absolute;bottom:-80px;left:-60px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.06) 0%,transparent 70%);pointer-events:none}.closing-label{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--purple-bright);background:var(--white);display:inline-block;padding:.3rem .9rem;border-radius:4px;margin-bottom:1.25rem}.closing-headline{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;color:var(--dark);line-height:1.2;margin-bottom:1rem;letter-spacing:-.02em}.closing-headline span{color:var(--purple-bright)}.closing-body{font-size:1.1rem;color:var(--muted);max-width:480px;margin:0 auto 2.5rem;line-height:1.7}.closing-pills{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.closing-pill{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);padding:.65rem 1.25rem;border-radius:999px;font-size:.88rem;font-weight:600;color:var(--dark);box-shadow:0 2px 10px #0000000f;border:1px solid rgba(112,68,196,.1)}.closing-pill svg{color:var(--orange);flex-shrink:0}@media(max-width:1024px){.pillar-grid{grid-template-columns:repeat(2,1fr)}.impact-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.hero-inner{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text{padding-right:0}.hero-ctas{justify-content:center}.hero-stat-badge{position:relative;bottom:0;left:0;transform:none;margin:1.5rem auto 0}.collage-main{height:220px}.vm-grid{grid-template-columns:1fr}.founder-grid{grid-template-columns:1fr;gap:2rem}.founder-photo-wrap{max-width:300px;margin:0 auto}.founder-content blockquote p{font-size:.95rem}.why-cards{grid-template-columns:repeat(2,1fr)}.why-stories{padding:2rem 1.5rem}.why-stories-grid{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto;margin-bottom:2rem}.model-shifts{grid-template-columns:1fr}.model-why{padding:1.5rem}.continuum-flow{gap:.35rem}.continuum-step{font-size:.78rem;padding:.5rem .9rem}.scale-flow{gap:.5rem}.model-scale{padding:1.5rem}.initiative-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.closing-pills{flex-direction:column;align-items:center}.section-title{font-size:1.6rem}}@media(max-width:480px){.hero{padding-top:calc(var(--header-height, 60px) + 2rem)}.hero-title{font-size:2rem}.collage-main--brand{max-width:100%}.why-cards{grid-template-columns:1fr 1fr}.pillar-grid{grid-template-columns:1fr}.impact-grid{grid-template-columns:1fr 1fr}.hero-ctas{flex-direction:column;align-items:center}.continuum-arrow{display:none}.continuum-flow{flex-direction:column;gap:.5rem}.scale-dot{width:2px;height:12px}.scale-flow{flex-direction:column}}.about-page{padding-top:var(--header-height, 72px);color:#334155;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.about-hero{background:linear-gradient(135deg,#4a2d82,#7044c4 60%,#9061e0);padding:5rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}.about-hero:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:60px;background:#fff;clip-path:ellipse(55% 100% at 50% 100%)}.about-hero h1{font-size:3rem;font-weight:800;color:#fff;margin:0 0 .75rem;letter-spacing:-.5px}.about-hero__body{max-width:720px;margin:0 auto}.about-hero__body p{font-size:1.15rem;color:#ffffffe0;margin:0 0 1rem;line-height:1.7}.about-hero__body p:last-child{margin-bottom:0}.about-section{padding:4rem 1.5rem}.about-section--alt{background:#f8fafc}.about-section--purple{background:#f5f3ff}.about-section__inner{max-width:900px;margin:0 auto}.about-section__title{font-size:2rem;font-weight:800;color:#0f172a;margin:0 0 1.5rem;position:relative;display:inline-block}.about-section__title:after{content:"";display:block;width:50px;height:4px;background:#f97316;border-radius:2px;margin-top:.5rem}.about-story p{font-size:1.05rem;line-height:1.85;color:#334155;margin:0 0 1.25rem}.about-story p:last-child{margin-bottom:0}.about-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.75rem}.about-why-card{background:#fff;border-radius:14px;padding:2rem;box-shadow:0 2px 16px #4a2d8212;border-left:4px solid #7044C4}.about-section--alt .about-why-card{background:#fff}.about-why-card__intro{font-size:1.05rem;font-weight:600;color:#0f172a;margin:0 0 1rem;line-height:1.6}.about-why-card h3{font-size:1.15rem;font-weight:700;color:#4a2d82;margin:0 0 1rem}.about-why-card ul{list-style:none;padding:0;margin:0}.about-why-card ul li{padding-left:1.5rem;position:relative;margin-bottom:.6rem;line-height:1.65;color:#334155}.about-why-card ul li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background:#f97316;border-radius:50%}.about-callout{margin-top:2rem;background:linear-gradient(135deg,#4a2d82,#7044c4);color:#fff;padding:1.5rem 2rem;border-radius:12px;font-size:1.05rem;line-height:1.7;font-weight:500;text-align:center}.about-approach-intro{margin:0 0 1.5rem;font-size:1.05rem;line-height:1.85;color:#334155}.about-approach-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-approach-list li{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 2px 12px #4a2d820f;display:flex;align-items:center;gap:.75rem;font-weight:600;color:#0f172a;font-size:1.025rem}.about-approach-icon{width:38px;height:38px;background:#f5f3ff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.about-vm-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.about-vm-card{border-radius:16px;padding:2.25rem;position:relative;overflow:hidden}.about-vm-card--vision{background:linear-gradient(135deg,#4a2d82,#7044c4);color:#fff}.about-vm-card--mission{background:#fff;border:2px solid #e9e2f5}.about-vm-card__icon{font-size:2rem;margin-bottom:.75rem;display:block}.about-vm-card h3{font-size:1.5rem;font-weight:800;margin:0 0 1rem}.about-vm-card--mission h3{color:#4a2d82}.about-vm-card p{font-size:1.05rem;line-height:1.8;margin:0}.about-vm-card--vision p{color:#ffffffeb}.about-mission-items{list-style:none;padding:0;margin:.75rem 0 0}.about-mission-items li{padding-left:1.5rem;position:relative;margin-bottom:.55rem;line-height:1.6;color:#334155}.about-mission-items li:before{content:"✓";position:absolute;left:0;color:#7044c4;font-weight:700}.about-principles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.about-principle-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;text-align:center;box-shadow:0 4px 20px #4a2d8214;transition:transform .25s ease,box-shadow .25s ease}.about-principle-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #4a2d8224}.about-principle-card__icon{width:56px;height:56px;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem}.about-principle-card h4{font-size:1.05rem;font-weight:700;color:#4a2d82;margin:0 0 .5rem}.about-principle-card p{font-size:.925rem;color:#64748b;line-height:1.6;margin:0}.about-principle-card--compact{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:140px}.about-principle-card--compact h4{margin-bottom:0}.about-alignment-box{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #4a2d8212;display:flex;align-items:flex-start;gap:1.5rem}.about-alignment-box__icon{width:52px;height:52px;background:linear-gradient(135deg,#4a2d82,#7044c4);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.about-alignment-box p{font-size:1.05rem;line-height:1.8;color:#334155;margin:0}.about-cta{text-align:center;padding:4rem 1.5rem;background:linear-gradient(135deg,#4a2d82,#7044c4)}.about-cta h2{font-size:2rem;font-weight:800;color:#fff;margin:0 0 1rem}.about-cta p{color:#ffffffe0;max-width:560px;margin:0 auto 1.75rem;font-size:1.1rem;line-height:1.7}.about-cta__link{display:inline-block;background:#f97316;color:#fff;font-weight:700;padding:.85rem 2.25rem;border-radius:10px;text-decoration:none;font-size:1.05rem;transition:background .2s}.about-cta__link:hover{background:#ea580c}@media(max-width:900px){.about-principles-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.about-hero{padding:3.5rem 1rem 5.75rem}.about-hero:after{height:48px}.about-hero h1{font-size:2.15rem}.about-why-grid,.about-vm-grid,.about-approach-list,.about-principles-grid{grid-template-columns:1fr}.about-alignment-box{flex-direction:column}.about-section__title{font-size:1.55rem}.about-section{padding:2.5rem 1rem}}.model-page{padding-top:var(--header-height, 72px);color:#334155;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.model-hero{background:linear-gradient(135deg,#4a2d82,#7044c4 55%,#9061e0);padding:5rem 1.5rem 4.5rem;text-align:center;position:relative;overflow:hidden}.model-hero:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:60px;background:#fff;clip-path:ellipse(55% 100% at 50% 100%)}.model-hero h1{font-size:2.75rem;font-weight:800;color:#fff;margin:0 0 .75rem;letter-spacing:-.5px}.model-hero p{font-size:1.15rem;color:#ffffffe0;max-width:680px;margin:0 auto;line-height:1.7}.model-section{padding:4rem 1.5rem}.model-section--alt{background:#f8fafc}.model-section--purple{background:#f5f3ff}.model-section--dark{background:linear-gradient(135deg,#4a2d82,#7044c4);color:#fff}.model-section--diagram{background:#fff;border-bottom:1px solid #e2e8f0}.model-diagram__intro{margin:-.5rem 0 2rem;color:#64748b;font-size:1.05rem;line-height:1.65;max-width:640px}.model-diagram-grid{display:flex;flex-direction:column;gap:2rem}.model-diagram-card{margin:0}.model-diagram-card__frame{border-radius:12px;overflow:hidden;border:1px solid rgba(112,68,196,.15);box-shadow:0 12px 40px #0f172a14;background:#f8fafc}.model-diagram-card__frame img{display:block;width:100%;height:auto;vertical-align:middle}.model-section__inner{max-width:960px;margin:0 auto}.model-section__title{font-size:2rem;font-weight:800;color:#0f172a;margin:0 0 1.5rem;position:relative;display:inline-block}.model-section__title:after{content:"";display:block;width:50px;height:4px;background:#f97316;border-radius:2px;margin-top:.5rem}.model-section--dark .model-section__title{color:#fff}.model-section--dark .model-section__title:after{background:#fdba74}.model-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.model-overview p{font-size:1.05rem;line-height:1.85;color:#334155;margin:0 0 1.25rem}.model-overview p:last-child{margin-bottom:0}.model-matters__lead,.model-matters__focus,.model-matters__closing{font-size:1.05rem;line-height:1.85;color:#334155;margin:0 0 1rem}.model-matters__focus{font-weight:600;color:#0f172a;margin-top:1.25rem}.model-matters__list{list-style:none;margin:0 0 1.25rem;padding:1.5rem;background:#fff;border-radius:14px;box-shadow:0 2px 14px #4a2d8212;border-left:4px solid #7044C4}.model-matters__list li{padding-left:1.5rem;position:relative;margin-bottom:.65rem;line-height:1.65;color:#334155;font-size:1.02rem}.model-matters__list li:last-child{margin-bottom:0}.model-matters__list li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background:#f97316;border-radius:50%}.model-matters__closing{margin-bottom:0}.model-pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.model-pillar-card{background:#fff;border-radius:18px;padding:2rem 1.5rem 1.75rem;text-align:center;box-shadow:0 4px 24px #4a2d8214;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.model-pillar-card:hover{transform:translateY(-5px);box-shadow:0 10px 36px #4a2d8226}.model-pillar-card__number{position:absolute;top:12px;left:16px;font-size:.8rem;font-weight:800;color:#fff;background:#7044c4;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center}.model-pillar-card__icon{width:60px;height:60px;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:.5rem auto 1rem;font-size:1.6rem}.model-pillar-card h3{font-size:1.1rem;font-weight:700;color:#4a2d82;margin:0 0 .4rem}.model-pillar-card__subtitle{font-size:.875rem;color:#64748b;line-height:1.5;margin:0 0 1rem}.model-pillar-card__outcome{display:block;background:linear-gradient(135deg,#4a2d82,#7044c4);color:#fff;font-size:.75rem;font-weight:700;padding:.5rem .85rem;border-radius:12px;line-height:1.45;text-align:center}.model-continuum{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;margin-top:1.5rem}.model-continuum__step{background:#fff;border-radius:12px;padding:1rem 1.75rem;font-weight:700;font-size:.95rem;color:#4a2d82;box-shadow:0 2px 12px #4a2d8214;text-align:center}.model-continuum__arrow{font-size:1.5rem;color:#f97316;margin:0 .25rem;font-weight:700}.model-continuum__note{text-align:center;font-size:1.05rem;line-height:1.75;color:#475569;margin:1.75rem 0 0;max-width:640px;margin-left:auto;margin-right:auto}@media(max-width:700px){.model-continuum__item{flex-direction:column}.model-continuum__arrow{margin:.5rem 0;transform:rotate(90deg);line-height:1}}.model-ecosystem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.model-ecosystem-card{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.75rem 1.25rem;text-align:center;transition:background .2s}.model-ecosystem-card:hover{background:#ffffff2e}.model-ecosystem-card__icon{font-size:2rem;margin-bottom:.75rem;display:block}.model-ecosystem-card h4{font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 .4rem}.model-ecosystem-card p{font-size:.9rem;color:#fffc;line-height:1.55;margin:0}.model-scale-path{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;margin-top:1.5rem}.model-scale-path__node{background:#fff;border-radius:50px;padding:.75rem 1.5rem;font-weight:700;font-size:.9rem;color:#4a2d82;box-shadow:0 2px 12px #4a2d8214;white-space:nowrap}.model-scale-path__arrow{font-size:1.25rem;color:#7044c4;margin:0 .15rem}.model-scale-path__caption{text-align:center;font-size:1.05rem;line-height:1.7;color:#64748b;margin:1.5rem 0 0;max-width:520px;margin-left:auto;margin-right:auto}.model-enables-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:1.5rem}.model-enables-item{background:#fff;border-radius:14px;padding:1.5rem;text-align:center;box-shadow:0 2px 14px #4a2d8212}.model-enables-item__icon{width:48px;height:48px;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;font-size:1.3rem}.model-enables-item h4{font-size:.95rem;font-weight:700;color:#4a2d82;margin:0}.model-priorities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.model-priority-card{background:#fff;border-radius:14px;padding:1.75rem 1.25rem;text-align:center;box-shadow:0 2px 14px #4a2d8212;border-top:4px solid #7044C4}.model-priority-card__icon{font-size:1.75rem;margin-bottom:.75rem;display:block}.model-priority-card h4{font-size:.975rem;font-weight:700;color:#4a2d82;margin:0}.model-outcomes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.model-outcome-card{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem 1.5rem;text-align:center}.model-outcome-card__icon{font-size:2rem;margin-bottom:.75rem;display:block}.model-outcome-card h4{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 .4rem}.model-outcome-card p{font-size:.9rem;color:#ffffffd1;line-height:1.55;margin:0}.model-outcome-card--compact{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:140px;padding:1.75rem 1.25rem}.model-outcome-card--compact h4{margin:0;font-size:1.05rem;line-height:1.45}.model-closing{text-align:center;padding:4rem 1.5rem;background:linear-gradient(135deg,#4a2d82,#7044c4)}.model-closing__text{max-width:720px;margin:0 auto 2rem;font-size:1.2rem;font-weight:600;color:#ffffffeb;line-height:1.8}.model-closing__link{display:inline-block;background:#f97316;color:#fff;font-weight:700;padding:.85rem 2.25rem;border-radius:10px;text-decoration:none;font-size:1.05rem;transition:background .2s}.model-closing__link:hover{background:#ea580c}@media(max-width:960px){.model-pillars-grid,.model-ecosystem-grid,.model-enables-grid,.model-priorities-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.model-hero{padding:3.5rem 1rem 5.75rem}.model-hero:after{height:48px}.model-hero h1{font-size:2rem}.model-section__title{font-size:1.55rem}.model-section{padding:2.5rem 1rem}.model-pillars-grid,.model-ecosystem-grid,.model-enables-grid,.model-priorities-grid,.model-outcomes-grid{grid-template-columns:1fr}.model-continuum,.model-scale-path{flex-direction:column;gap:.5rem}.model-scale-path__item{flex-direction:column}.model-continuum__arrow,.model-scale-path__arrow{transform:rotate(90deg)}.model-scale-path__arrow{margin:.5rem 0;line-height:1}}.ini-page{padding-top:var(--header-height, 72px);color:#334155}.ini-hero{background:linear-gradient(135deg,#4a2d82,#7044c4 60%,#9061e0);padding:5rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}.ini-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 80%,rgba(249,115,22,.12) 0%,transparent 60%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.06) 0%,transparent 50%);pointer-events:none}.ini-hero:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:60px;background:#f8fafc;clip-path:ellipse(55% 100% at 50% 100%)}.ini-hero-inner{max-width:760px;margin:0 auto;position:relative;z-index:1}.ini-hero-badge{display:inline-block;background:#ffffff26;color:#fff;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.35rem 1rem;border-radius:2rem;margin-bottom:1.25rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ini-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.15}.ini-hero p{font-size:1.125rem;color:#ffffffd9;max-width:620px;margin:0 auto;line-height:1.7}.ini-page-photos{padding:3.5rem 1.5rem 3rem;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid rgba(112,68,196,.08)}.ini-page-photos-inner{max-width:1060px;margin:0 auto}.ini-page-photos-title{font-size:1.65rem;font-weight:800;color:#0f172a;text-align:center;margin:0 0 .5rem;letter-spacing:-.02em}.ini-page-photos-lead{text-align:center;color:#64748b;font-size:1.02rem;line-height:1.65;max-width:520px;margin:0 auto 2rem}.ini-page-photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr));gap:1rem}.ini-page-photos-card{margin:0}.ini-page-photos-frame{border-radius:1rem;overflow:hidden;aspect-ratio:4 / 3;background:#f1f5f9;border:1px solid rgba(112,68,196,.12);box-shadow:0 10px 30px #0f172a0f}.ini-page-photos-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}@media(max-width:640px){.ini-page-photos{padding:2.75rem 1.25rem}.ini-page-photos-title{font-size:1.4rem}.ini-page-photos-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}}.ini-block{padding:3rem 1.5rem;background:#fff}.ini-block--alt{background:#faf9fe}.ini-block-inner{max-width:960px;margin:0 auto;border-radius:1.25rem;overflow:hidden;box-shadow:0 4px 24px #4a2d8214}.ini-block-header{padding:2.5rem 2rem 2.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;position:relative;overflow:hidden}.ini-block-header:after{content:"";position:absolute;left:50%;bottom:-30%;transform:translate(-50%);width:120%;height:70%;pointer-events:none;z-index:0}.ini-number{font-size:.8125rem;font-weight:700;letter-spacing:.12em;color:#64748b;text-transform:none;position:relative;z-index:2}.ini-icon{font-size:2.5rem;margin:.35rem 0 .15rem;width:4.75rem;height:4.75rem;display:flex;align-items:center;justify-content:center;border-radius:1.125rem;position:relative;z-index:2;background:#ffffffb8;box-shadow:0 1px #ffffffe6 inset,0 8px 28px #4a2d821f}.ini-title{font-size:1.75rem;font-weight:800;margin:0;letter-spacing:.02em;position:relative;z-index:2}.ini-tagline{font-size:.9375rem;font-weight:600;letter-spacing:.02em;margin-top:.15rem;position:relative;z-index:2}.ini-photo-grid{width:min(720px,94%);margin-top:1.25rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem;position:relative;z-index:2}.ini-photo-grid .ini-photo{width:100%;margin-top:0}.ini-photo-grid .ini-photo img{height:200px}.ini-photo-grid:has(>.ini-photo:first-child:nth-last-child(2)){grid-template-columns:repeat(2,1fr);max-width:560px}.ini-photo-grid:has(>.ini-photo:first-child:nth-last-child(4)){grid-template-columns:repeat(2,1fr);max-width:min(720px,94%)}.ini-photo-grid--manodaya .ini-photo{display:flex;align-items:center;justify-content:center;min-height:200px;padding:.35rem;background:#ffffff8c;box-sizing:border-box}.ini-photo-grid--manodaya .ini-photo img{width:100%;height:auto;max-height:min(420px,52vh);object-fit:contain;object-position:center}.ini-photo-grid--manodaya .ini-photo:after{display:none}.ini-photo-grid--manodaya:has(>.ini-photo:first-child:nth-last-child(2)){max-width:min(640px,94%)}@media(max-width:640px){.ini-photo-grid{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.ini-photo-grid .ini-photo img{height:220px}.ini-photo-grid--manodaya .ini-photo img{height:auto;max-height:min(380px,58vh)}.ini-photo-grid:has(>.ini-photo:first-child:nth-last-child(4)){grid-template-columns:repeat(2,1fr);max-width:100%}}.ini-photo{width:min(640px,92%);margin-top:1.25rem;border-radius:.95rem;overflow:hidden;position:relative;z-index:2;box-shadow:0 1px #ffffffe6 inset,0 16px 40px #0f172a2e}.ini-photo img{display:block;width:100%;height:220px;object-fit:cover}.ini-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff0 45%,#02061729);pointer-events:none}.ini-photo--manodaya{outline:1px solid rgba(167,139,250,.35)}.ini-photo--manoshiksha{outline:1px solid rgba(99,102,241,.35)}.ini-photo--manoraksha{outline:1px solid rgba(45,212,191,.38)}.ini-photo--integrated-wellness{outline:1px solid rgba(245,158,11,.3)}.ini-block-header--manodaya{background:linear-gradient(180deg,#f5f3ff,#ede9fe 42%,#e9d5ff)}.ini-block-header--manodaya:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(112,68,196,.09) 1px,transparent 1px);background-size:15px 15px;pointer-events:none;z-index:0}.ini-block-header--manodaya:after{background:radial-gradient(ellipse 80% 60% at 50% 100%,rgba(167,139,250,.35),transparent 70%)}.ini-block-header--manodaya .ini-title{color:#4a2d82}.ini-block-header--manodaya .ini-tagline{color:#c2410c}.ini-icon--manodaya{border:1px solid rgba(167,139,250,.35)}.ini-block-header--manoshiksha{background:linear-gradient(180deg,#eff6ff,#e0e7ff,#ddd6fe)}.ini-block-header--manoshiksha:before{content:"";position:absolute;inset:0;opacity:.45;background-image:repeating-linear-gradient(-32deg,transparent,transparent 11px,rgba(59,130,246,.06) 11px,rgba(59,130,246,.06) 12px);pointer-events:none;z-index:0}.ini-block-header--manoshiksha:after{background:radial-gradient(ellipse 90% 55% at 50% 100%,rgba(99,102,241,.22),transparent 65%)}.ini-block-header--manoshiksha .ini-title{color:#3730a3}.ini-block-header--manoshiksha .ini-tagline{color:#1d4ed8}.ini-icon--manoshiksha{border:1px solid rgba(99,102,241,.35);box-shadow:0 1px #fffffff2 inset,0 8px 28px #2563eb24}.ini-block-header--manoraksha{background:linear-gradient(180deg,#ecfdf5,#d1fae5 38%,#bae6fd)}.ini-block-header--manoraksha:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(14,165,233,.06) 55%,rgba(14,165,233,.06) 56%,transparent 56%,transparent 72%,rgba(16,185,129,.07) 72%,rgba(16,185,129,.07) 73%,transparent 73%);pointer-events:none;z-index:0}.ini-block-header--manoraksha:after{background:radial-gradient(ellipse 85% 50% at 50% 100%,rgba(13,148,136,.2),transparent 68%)}.ini-block-header--manoraksha .ini-title{color:#0f766e}.ini-block-header--manoraksha .ini-tagline{color:#0369a1}.ini-icon--manoraksha{border:1px solid rgba(45,212,191,.45);box-shadow:0 1px #ffffffe6 inset,0 8px 28px #0d94881f}.ini-block-header--integrated-wellness{background:linear-gradient(180deg,#fffbeb,#fef3c7 40%,#d1fae5)}.ini-block-header--integrated-wellness:before{content:"";position:absolute;inset:0;opacity:.5;background-image:radial-gradient(rgba(180,83,9,.07) 1px,transparent 1px);background-size:12px 12px;pointer-events:none;z-index:0}.ini-block-header--integrated-wellness:after{background:radial-gradient(ellipse 75% 55% at 50% 100%,rgba(245,158,11,.18),transparent 70%)}.ini-block-header--integrated-wellness .ini-title{color:#7c2d12}.ini-block-header--integrated-wellness .ini-tagline{color:#047857}.ini-icon--integrated-wellness{border:1px solid rgba(245,158,11,.35);box-shadow:0 1px #fffffff2 inset,0 8px 28px #b453091a}.ini-block-motif{margin-top:1.5rem;flex-shrink:0;position:relative;z-index:2}.ini-block-motif--manodaya{width:24px;height:24px;border-radius:50%;background:#7044c4;box-shadow:0 0 0 10px #7044c433,0 0 0 24px #7044c41c,0 0 0 42px #7044c40f,0 0 48px #7044c41f}.ini-block-motif--manoshiksha{width:112px;height:52px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 112 52' fill='none'%3E%3Cpath d='M8 44V32h20V22h24V14h24V8h20' stroke='%234f46e5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.55'/%3E%3Ccircle cx='8' cy='44' r='4' fill='%236366f1' opacity='0.7'/%3E%3Ccircle cx='28' cy='32' r='4' fill='%236366f1' opacity='0.65'/%3E%3Ccircle cx='52' cy='22' r='4' fill='%236366f1' opacity='0.6'/%3E%3Ccircle cx='76' cy='14' r='4' fill='%236366f1' opacity='0.55'/%3E%3Ccircle cx='100' cy='8' r='4.5' fill='%234f46e5' opacity='0.85'/%3E%3C/svg%3E") center no-repeat;background-size:contain}.ini-block-motif--manoraksha{width:88px;height:44px;position:relative}.ini-block-motif--manoraksha:before,.ini-block-motif--manoraksha:after{content:"";position:absolute;left:50%;transform:translate(-50%);border:2.5px solid transparent;border-top-color:#0d94888c;border-radius:50% 50% 0 0;box-sizing:border-box}.ini-block-motif--manoraksha:before{width:88px;height:44px;bottom:0;opacity:1}.ini-block-motif--manoraksha:after{width:58px;height:29px;bottom:6px;border-top-color:#0ea5e980;opacity:.95}.ini-block-motif--integrated-wellness{width:92px;height:42px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 92 42'%3E%3Ccircle cx='34' cy='21' r='18' fill='rgba(251%2C191%2C36%2C0.2)' stroke='%23ca8a04' stroke-width='2' opacity='0.9'/%3E%3Ccircle cx='58' cy='21' r='18' fill='rgba(16%2C185%2C129%2C0.14)' stroke='%23059669' stroke-width='2' opacity='0.9'/%3E%3C/svg%3E") center no-repeat;background-size:contain}.ini-block-body{padding:2rem 2.5rem 2.5rem}.ini-desc{font-size:1.0625rem;color:#334155;line-height:1.7;margin:0 0 2rem;text-align:center;max-width:680px;margin-left:auto;margin-right:auto}.ini-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.ini-col h3{font-size:1rem;font-weight:700;color:#4a2d82;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid #ede9fe}.ini-list{list-style:none;padding:0;margin:0}.ini-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.9375rem;line-height:1.6;color:#334155}.ini-list li:before{position:absolute;left:0;font-weight:700}.ini-list--interventions li:before{content:"▸";color:#7044c4}.ini-list--reaches li:before{content:"●";color:#f97316;font-size:.5rem;top:.45rem}.ini-list--outcomes li:before{content:"✓";color:#16a34a}.ini-list--special li:before{content:"◆";color:#7044c4;font-size:.55rem;top:.45rem}.ini-special{margin-top:2rem;padding:1.5rem 1.75rem;background:linear-gradient(135deg,#fef3c7,#fff7ed);border-radius:.75rem;border-left:4px solid #f97316}.ini-special h4{font-size:1.0625rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.ini-special p{font-size:.9375rem;color:#475569;margin:0 0 .75rem;line-height:1.6}.ini-special__focus{font-size:.9375rem;font-weight:600;color:#9a3412;margin:1rem 0 0;line-height:1.55}.ini-connected{background:linear-gradient(135deg,#4a2d82,#7044c4);padding:4rem 1.5rem}.ini-connected-inner{max-width:800px;margin:0 auto;text-align:center}.ini-connected h2{font-size:1.75rem;font-weight:800;color:#fff;margin:0 0 1.25rem}.ini-connected p{font-size:1.0625rem;color:#ffffffd9;line-height:1.75;margin:0 0 1.25rem}.ini-connected strong{color:#fbbf24}.ini-together-list{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left;max-width:520px;margin-left:auto;margin-right:auto}.ini-together-list li{position:relative;padding-left:1.5rem;margin-bottom:.65rem;font-size:1.0625rem;line-height:1.6;color:#ffffffe6}.ini-together-list li:before{content:"→";position:absolute;left:0;color:#fbbf24;font-weight:700}.ini-connected__closing{margin-bottom:0!important;font-weight:500}.ini-cta{padding:4rem 1.5rem;background:#f8fafc;text-align:center}.ini-cta-inner{max-width:600px;margin:0 auto}.ini-cta h2{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 .75rem}.ini-cta p{font-size:1.0625rem;color:#475569;margin:0 0 2rem;line-height:1.7}.ini-cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ini-btn{display:inline-flex;align-items:center;padding:.8rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}.ini-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #4a2d8233}.ini-btn--primary{background:#f97316;color:#fff}.ini-btn--outline{background:transparent;color:#4a2d82;border:2px solid #4a2d82}.ini-btn--outline:hover{background:#4a2d82;color:#fff}@media(max-width:768px){.ini-hero{padding:4rem 1.25rem 5.75rem}.ini-hero:after{height:48px}.ini-block-body{padding:1.5rem}.ini-columns{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.ini-hero h1{font-size:1.75rem}.ini-title{font-size:1.35rem}.ini-block-header{padding:1.75rem 1.25rem}}.imp-page{padding-top:var(--header-height, 72px);color:#334155}.imp-hero{background:linear-gradient(135deg,#4a2d82,#7044c4 55%,#9061e0);padding:5rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}.imp-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 80%,rgba(249,115,22,.1) 0%,transparent 55%),radial-gradient(circle at 20% 30%,rgba(255,255,255,.06) 0%,transparent 50%);pointer-events:none}.imp-hero:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:60px;background:#fff;clip-path:ellipse(55% 100% at 50% 100%)}.imp-hero-inner{max-width:720px;margin:0 auto;position:relative;z-index:1}.imp-hero-badge{display:inline-block;background:#ffffff26;color:#fff;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.35rem 1rem;border-radius:2rem;margin-bottom:1.25rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.imp-hero h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.15}.imp-hero p{font-size:1.125rem;color:#ffffffd9;max-width:580px;margin:0 auto;line-height:1.7}.imp-photos{padding:2.5rem 1.5rem 0;background:#fff}.imp-photo-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr;gap:1rem;align-items:stretch}.imp-photo{width:100%;height:240px;border-radius:16px;object-fit:cover;display:block;box-shadow:0 10px 34px #0f172a1f}.imp-photo--0,.imp-photo--1,.imp-photo--2{height:300px}.imp-section-inner{max-width:1000px;margin:0 auto}.imp-section-tag{display:inline-block;background:#ede9fe;color:#7044c4;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .85rem;border-radius:1rem;margin-bottom:.75rem}.imp-section-inner h2{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 .75rem}.imp-section-sub{font-size:1.0625rem;color:#475569;max-width:640px;margin:0 auto 2.5rem;line-height:1.7}.imp-stats-section{padding:4rem 1.5rem;background:#fff;text-align:center}.imp-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1.25rem}.imp-stat-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;background:linear-gradient(145deg,#faf9fe,#f0edff);border-radius:1rem;border:1px solid #e9e5f5;transition:transform .2s,box-shadow .2s}.imp-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #4a2d821f}.imp-stat-icon{font-size:2rem}.imp-stat-value{font-size:1.75rem;font-weight:800;color:#4a2d82;line-height:1.2}.imp-stat-label{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.imp-outcomes-section{padding:4rem 1.5rem;background:#faf9fe;text-align:center}.imp-bullets{list-style:none;padding:0;margin:1.25rem auto 0;max-width:720px;text-align:left;background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 2px 14px #4a2d8212;border-left:4px solid #7044c4}.imp-bullets li{position:relative;padding-left:1.6rem;margin-bottom:.7rem;color:#334155;line-height:1.65;font-size:1.02rem}.imp-bullets li:last-child{margin-bottom:0}.imp-bullets li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background:#f97316;border-radius:50%}.imp-system-section{padding:4rem 1.5rem;background:#fff;text-align:center}.imp-system-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.imp-system-card{background:linear-gradient(145deg,#ede9fe,#f5f3ff);padding:2rem 1.75rem;border-radius:1rem;text-align:left;transition:transform .2s}.imp-system-card:hover{transform:translateY(-3px)}.imp-system-icon{font-size:2rem;display:block;margin-bottom:.75rem}.imp-system-card h3{font-size:1.0625rem;font-weight:700;color:#4a2d82;margin:0 0 .5rem}.imp-system-card p{font-size:.9375rem;color:#475569;line-height:1.65;margin:0}.imp-measure-section{padding:4rem 1.5rem;background:#f8fafc;text-align:center}.imp-measure-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;text-align:left}.imp-measure-card{padding:2rem;border-radius:1rem;background:#fff;box-shadow:0 2px 12px #0000000d}.imp-measure-card--quant{border-top:3px solid #4a2d82}.imp-measure-card--qual{border-top:3px solid #f97316}.imp-measure-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.imp-measure-icon{font-size:1.75rem}.imp-measure-header h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.imp-measure-list{list-style:none;padding:0;margin:0}.imp-measure-list li{position:relative;padding-left:1.5rem;margin-bottom:.65rem;font-size:.9375rem;color:#334155;line-height:1.6}.imp-measure-card--quant .imp-measure-list li:before{content:"▸";position:absolute;left:0;font-weight:700;color:#7044c4}.imp-measure-card--qual .imp-measure-list li:before{content:"▸";position:absolute;left:0;font-weight:700;color:#f97316}.imp-learning-section{padding:4rem 1.5rem;background:linear-gradient(135deg,#4a2d82,#7044c4)}.imp-learning-section .imp-section-inner{max-width:800px}.imp-learning-card{background:#ffffff14;border-radius:1.25rem;padding:3rem 2.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center}.imp-learning-card h2{color:#fff;margin-bottom:.75rem}.imp-learning-card>p{color:#ffffffd1;font-size:1.0625rem;line-height:1.7;max-width:600px;margin:0 auto 2rem}.imp-learning-items{display:flex;flex-direction:column;gap:1rem;max-width:520px;margin:0 auto}.imp-learning-item{display:flex;align-items:flex-start;gap:1rem;text-align:left;background:#ffffff0f;padding:1rem 1.25rem;border-radius:.75rem}.imp-learning-num{font-size:1.25rem;font-weight:800;color:#fbbf24;flex-shrink:0;line-height:1.4}.imp-learning-text{font-size:.9375rem;color:#ffffffe6;line-height:1.6}.imp-cta{padding:4rem 1.5rem;background:#f8fafc;text-align:center}.imp-cta-inner{max-width:600px;margin:0 auto}.imp-cta h2{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 .75rem}.imp-cta p{font-size:1.0625rem;color:#475569;margin:0 0 2rem;line-height:1.7}.imp-cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.imp-btn{display:inline-flex;align-items:center;padding:.8rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}.imp-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #4a2d8233}.imp-btn--primary{background:#f97316;color:#fff}.imp-btn--outline{background:transparent;color:#4a2d82;border:2px solid #4a2d82}.imp-btn--outline:hover{background:#4a2d82;color:#fff}@media(max-width:768px){.imp-hero{padding:4rem 1.25rem 5.75rem}.imp-hero:after{height:48px}.imp-stats-grid{grid-template-columns:repeat(2,1fr)}.imp-photo-grid{grid-template-columns:1fr}.imp-photo,.imp-photo--0,.imp-photo--1,.imp-photo--2{height:220px}.imp-measure-grid{grid-template-columns:1fr}.imp-learning-card{padding:2rem 1.5rem}}@media(max-width:480px){.imp-hero h1{font-size:1.75rem}.imp-stats-grid{grid-template-columns:1fr}.imp-stat-card{padding:1.5rem 1rem}}.csr-page{padding-top:var(--header-height, 72px);min-height:100vh;background:radial-gradient(circle at 10% 12%,rgba(112,68,196,.11) 0%,transparent 38%),radial-gradient(circle at 85% 22%,rgba(249,115,22,.08) 0%,transparent 40%),radial-gradient(circle at 70% 88%,rgba(16,185,129,.08) 0%,transparent 42%),linear-gradient(180deg,#f8fafc,#fff 45%,#f8fafc)}.csr-hero{background:linear-gradient(135deg,#4a2d82,#7044c4 60%,#9366e8);padding:5rem 1.5rem 4rem;text-align:center;color:#fff;position:relative;overflow:hidden}.csr-hero:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:60px;background:#f8fafc;clip-path:ellipse(55% 100% at 50% 100%)}.csr-hero h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;margin:0 0 1rem;line-height:1.15}.csr-hero p{font-size:1.15rem;max-width:680px;margin:0 auto;opacity:.92;line-height:1.7}.csr-section{max-width:1100px;margin:0 auto;padding:4rem 1.5rem;position:relative}.csr-section--alt{background:linear-gradient(180deg,#fff,#f8fafc)}.csr-section-title{font-size:1.75rem;font-weight:700;color:#4a2d82;text-align:center;margin-bottom:.5rem;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.csr-section-title:after{content:"";display:block;width:54px;height:4px;background:#f97316;border-radius:999px;margin:.65rem auto 0;opacity:.95}.csr-section-subtitle{text-align:center;color:#334155;font-size:1.05rem;max-width:700px;margin:0 auto 2.5rem;line-height:1.7}.csr-photos{background:transparent}.csr-section--photos{padding-top:2.5rem;padding-bottom:0}.csr-photo-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr;gap:1rem;align-items:stretch}.csr-photo{width:100%;height:240px;border-radius:16px;object-fit:cover;display:block;box-shadow:0 10px 34px #0f172a1f}.csr-photo--0,.csr-photo--1,.csr-photo--2{height:280px}.csr-bullets{list-style:none;padding:1.85rem;margin:1.35rem auto 0;max-width:820px;text-align:left;background:radial-gradient(circle at 18% 22%,rgba(112,68,196,.08),transparent 48%),radial-gradient(circle at 78% 68%,rgba(249,115,22,.06),transparent 44%),#ffffffdb;border-radius:18px;box-shadow:0 2px 18px #4a2d8214,0 18px 60px #0f172a0f;border:1px solid rgba(112,68,196,.12);border-left:5px solid #7044c4;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:relative;overflow:hidden}.csr-bullets:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(112,68,196,.07) 1px,transparent 1px);background-size:16px 16px;opacity:.35;pointer-events:none}.csr-bullets li{position:relative;padding-left:1.6rem;margin-bottom:.7rem;color:#334155;line-height:1.65;font-size:1.02rem;z-index:1}.csr-bullets li:last-child{margin-bottom:0}.csr-bullets li:before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;background:#f97316;border-radius:50%}.csr-bullets li:hover{color:#0f172a}.csr-bullets li:hover:before{background:#ea580c}.csr-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:1100px;margin:0 auto}.csr-card{background:#fff;border-radius:1rem;padding:2rem 1.5rem;box-shadow:0 4px 20px #0000000f;transition:transform .2s,box-shadow .2s;border-top:4px solid transparent}.csr-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #4a2d821f}.csr-card--purple{border-top-color:#7044c4}.csr-card--orange{border-top-color:#f97316}.csr-card-icon{font-size:2rem;margin-bottom:.75rem}.csr-card h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.csr-card p{font-size:.95rem;color:#334155;line-height:1.65}.csr-section--alt .csr-card{background:#f8fafc}.csr-list{max-width:700px;margin:0 auto;list-style:none;padding:0}.csr-list li{padding:.85rem 0;border-bottom:1px solid #e2e8f0;color:#334155;font-size:1rem;display:flex;align-items:center;gap:.75rem}.csr-list li:last-child{border-bottom:none}.csr-list-bullet{width:8px;height:8px;border-radius:50%;background:#7044c4;flex-shrink:0}.csr-cta{background:linear-gradient(135deg,#4a2d82,#7044c4);padding:4rem 1.5rem;text-align:center;color:#fff}.csr-cta h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem;max-width:650px;margin-left:auto;margin-right:auto}.csr-cta p{font-size:1.05rem;opacity:.9;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.7}.csr-cta-btn{display:inline-block;background:#f97316;color:#fff;padding:.9rem 2.5rem;border-radius:999px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s}.csr-cta-btn:hover{background:#ea580c;transform:translateY(-2px)}@media(max-width:768px){.csr-hero{padding:3.5rem 1rem 5.5rem}.csr-hero:after{height:48px}.csr-section{padding:2.5rem 1rem}.csr-photo-grid{grid-template-columns:1fr}.csr-photo--0,.csr-photo--1,.csr-photo--2,.csr-photo{height:220px}.csr-cards{grid-template-columns:1fr}.csr-cta{padding:3rem 1rem}}.leadership-page{padding-top:var(--header-height, 72px);min-height:100vh;background:#fff}.lead-hero{background:#f8f8fc;padding:0 1.5rem}.lead-hero-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;min-height:520px;padding:4rem 0 3rem}.lead-hero-badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#7044c4;background:#ede9fe;padding:.35rem .9rem;border-radius:4px;margin-bottom:1.25rem}.lead-hero-text h1{font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:800;color:#0f172a;line-height:1.15;margin:0 0 1.5rem;letter-spacing:-.02em}.lead-hero-text p{font-size:1rem;color:#475569;line-height:1.75;max-width:520px}.lead-hero-text p+p{margin-top:1rem}.lead-hero-visual{display:flex;justify-content:center;align-items:center}.lead-hero-img-wrap{position:relative;width:100%;max-width:500px;aspect-ratio:4 / 3;border-radius:1.35rem;overflow:hidden;background:linear-gradient(145deg,#ede9fe,#fce7f3);border:1px solid rgba(255,255,255,.95);box-shadow:0 1px #ffffffe6 inset,0 20px 50px #4a2d822e,0 0 0 1px #7044c41a}.lead-hero-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center}.lead-founder{padding:5rem 1.5rem;background:#fff}.lead-founder-inner{max-width:1000px;margin:0 auto}.lead-founder-title,.lead-founder-section-title{font-size:1.75rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:3rem}.lead-founder-grid{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:flex-start}.lead-founder-photo-col{display:flex;flex-direction:column;align-items:center}.lead-founder-photo-wrap{width:220px;height:280px;border-radius:1rem;overflow:hidden;background:#f1f0ff;margin-bottom:1rem}.lead-founder-photo-wrap img{width:100%;height:100%;object-fit:cover}.lead-founder-name-block{text-align:center}.lead-founder-name-block h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.15rem}.lead-founder-name-block p{font-size:.85rem;color:#7044c4;font-weight:600}.lead-founder-credentials-line{font-size:.72rem!important;font-weight:500!important;color:#64748b!important;line-height:1.55!important;max-width:100%;margin-left:auto;margin-right:auto}.lead-founder-bio{font-size:.95rem;color:#334155;line-height:1.8;margin-bottom:1.25rem}.lead-founder-bio--lead{margin-bottom:1rem}.lead-founder-subhead{font-size:.88rem;font-weight:700;color:#0f172a;margin:1.25rem 0 .5rem}.lead-founder-list{list-style:none;padding:0;margin:0 0 1.25rem}.lead-founder-list li{font-size:.9rem;color:#475569;line-height:1.55;padding:.35rem 0 .35rem 1.15rem;position:relative}.lead-founder-list li:before{content:"";position:absolute;left:0;top:.72rem;width:5px;height:5px;border-radius:50%;background:#7044c4}.lead-founder-block-title{font-size:.98rem;font-weight:700;color:#0f172a;margin:1.75rem 0 .65rem;padding-bottom:.35rem;border-bottom:2px solid #e5e7eb}.lead-founder-academic{font-size:.88rem;color:#475569;line-height:1.75;margin:0 0 .5rem}.lead-founder-credentials{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.lead-awards{padding:5rem 1.5rem;background:radial-gradient(circle at 15% 20%,rgba(112,68,196,.08) 0%,transparent 45%),radial-gradient(circle at 85% 30%,rgba(249,115,22,.06) 0%,transparent 45%),linear-gradient(180deg,#fff,#f8fafc)}.lead-awards-inner{max-width:1060px;margin:0 auto}.lead-awards-header{text-align:center;margin-bottom:2.5rem}.lead-awards-header h2{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 .75rem}.lead-awards-intro-list{list-style:none;padding:0;margin:0 auto;max-width:640px;text-align:left}.lead-awards-intro-list li{font-size:.98rem;color:#475569;line-height:1.65;padding:.4rem 0 .4rem 1.35rem;position:relative}.lead-awards-intro-list li:before{content:"·";position:absolute;left:.25rem;font-weight:800;color:#7044c4}.lead-awards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.lead-award-card{margin:0;background:#ffffffdb;border:1px solid rgba(112,68,196,.12);border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px #0f172a0f;transition:transform .25s ease,box-shadow .25s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.lead-award-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px #0f172a1f}.lead-award-img-wrap{width:100%;aspect-ratio:4 / 3;background:linear-gradient(135deg,#4a2d82,#7044c4)}.lead-award-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.lead-award-caption{padding:.95rem 1rem 1.05rem;font-size:.9rem;color:#0f172a;line-height:1.5;font-weight:600}.lead-governance-gallery{position:relative;padding:5rem 1.5rem 5.25rem;overflow:hidden;border-top:1px solid rgba(112,68,196,.08);background:radial-gradient(ellipse 90% 60% at 15% -10%,rgba(167,139,250,.28),transparent 55%),radial-gradient(ellipse 70% 50% at 95% 15%,rgba(249,115,22,.14),transparent 50%),radial-gradient(ellipse 50% 40% at 50% 100%,rgba(52,211,153,.1),transparent 55%),linear-gradient(180deg,#faf5ff,#fff 38%,#f8fafc)}.lead-governance-gallery:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(112,68,196,.06) 1px,transparent 1px);background-size:22px 22px;pointer-events:none;-webkit-mask-image:linear-gradient(180deg,black 0%,black 70%,transparent 100%);mask-image:linear-gradient(180deg,black 0%,black 70%,transparent 100%)}.lead-governance-gallery-inner{position:relative;z-index:1;max-width:1120px;margin:0 auto}.lead-governance-gallery-header{text-align:center;margin-bottom:2.75rem}.lead-governance-gallery-kicker{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 1rem;padding:.4rem 1rem .4rem .65rem;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#5b21b6;background:#ffffffb8;border:1px solid rgba(112,68,196,.2);border-radius:999px;box-shadow:0 4px 20px #4a2d8214;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lead-governance-gallery-kicker-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#f97316,#ec4899);box-shadow:0 0 0 3px #f9731640;animation:lead-gov-pulse 2.2s ease-in-out infinite}@keyframes lead-gov-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.85}}.lead-governance-gallery-title{font-size:clamp(1.85rem,4.5vw,2.65rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;color:#0f172a;margin:0 0 1rem;max-width:22ch;margin-left:auto;margin-right:auto}.lead-governance-gallery-title-accent{display:block;margin-top:.2em;background:linear-gradient(102deg,#5b21b6,#7c3aed 35%,#db2777 68%,#ea580c);-webkit-background-clip:text;background-clip:text;color:transparent}.lead-governance-gallery-lead{font-size:1.0625rem;color:#475569;line-height:1.7;max-width:34rem;margin:0 auto;letter-spacing:.01em}.lead-governance-gallery-masonry{column-count:3;column-gap:1.125rem}.lead-governance-gallery-card{margin:0 0 1.125rem;break-inside:avoid;-webkit-column-break-inside:avoid;border-radius:0;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .35s ease}.lead-governance-gallery-card:hover{transform:translateY(-8px) scale(1.02);filter:saturate(1.05)}.lead-governance-gallery-img-wrap{position:relative;border-radius:1.35rem;overflow:hidden;background:linear-gradient(145deg,#ede9fe,#fce7f3,#fff7ed);border:1px solid rgba(255,255,255,.9);box-shadow:0 1px #fffffff2 inset,0 16px 40px #4a2d821f,0 0 0 1px #7044c414;transition:box-shadow .45s cubic-bezier(.22,1,.36,1)}.lead-governance-gallery-card:hover .lead-governance-gallery-img-wrap{box-shadow:0 1px #fffffff2 inset,0 28px 56px #4a2d8233,0 0 0 2px #7044c459}.lead-governance-gallery-img-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,#fff0 40%,#ffffff26,#fff0 70%);opacity:0;transition:opacity .5s ease;pointer-events:none}.lead-governance-gallery-card:hover .lead-governance-gallery-img-wrap:after{opacity:1}.lead-governance-gallery-img-wrap img{display:block;width:100%;height:auto;max-height:min(520px,70vh);object-fit:contain;object-position:center;vertical-align:middle;transition:transform .55s cubic-bezier(.22,1,.36,1)}.lead-governance-gallery-card:hover .lead-governance-gallery-img-wrap img{transform:scale(1.04)}@media(max-width:900px){.lead-governance-gallery-masonry{column-count:2}}@media(max-width:560px){.lead-governance-gallery-masonry{column-count:1}.lead-governance-gallery-card:hover{transform:translateY(-4px) scale(1.01)}}@media(prefers-reduced-motion:reduce){.lead-governance-gallery-kicker-dot{animation:none}.lead-governance-gallery-card,.lead-governance-gallery-img-wrap,.lead-governance-gallery-img-wrap img,.lead-governance-gallery-img-wrap:after{transition:none}.lead-governance-gallery-card:hover{transform:none;filter:none}.lead-governance-gallery-card:hover .lead-governance-gallery-img-wrap img{transform:none}}.lead-board{padding:5rem 1.5rem;background:#f8f8fc}.lead-board-inner{max-width:900px;margin:0 auto}.lead-board-title{font-size:1.75rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:1rem}.lead-board-intro{text-align:center;max-width:720px;margin:0 auto 2.5rem;font-size:1rem;color:#475569;line-height:1.75}.lead-underline{text-decoration:underline;text-decoration-color:#7044c4;text-underline-offset:4px;text-decoration-thickness:3px}.lead-board-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.lead-board-card{background:#fff;border-radius:1rem;padding:2rem;display:flex;gap:1.25rem;align-items:center;box-shadow:0 2px 12px #0000000f;transition:transform .25s ease,box-shadow .25s ease}.lead-board-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000001a}.lead-board-avatar{width:104px;height:124px;border-radius:.9rem;background:#eef2ff;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #e2e8f0;box-shadow:0 6px 18px #0f172a1a}.lead-board-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.lead-board-avatar span{font-size:1rem;font-weight:800;color:#fff}.lead-board-info h3{font-size:1.05rem;font-weight:700;color:#0f172a;margin-bottom:.2rem}.lead-board-line{font-size:.82rem;font-weight:600;color:#5046b8;line-height:1.45;margin:.15rem 0 0}.lead-board-line:first-of-type{margin-top:.35rem}.lead-board-role{font-size:.88rem;color:#475569;line-height:1.6;margin:.85rem 0 0}.lead-advisory{padding:5rem 1.5rem;background:#fff}.lead-advisory-inner{max-width:1060px;margin:0 auto}.lead-advisory-header{text-align:center;margin-bottom:3rem}.lead-advisory-header h2{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.lead-advisory-sub{font-size:.98rem;color:#475569;line-height:1.7;max-width:720px;margin:0 auto}.lead-advisory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.lead-advisory-card{background:#fff;border-radius:1rem;padding:1.75rem 1.5rem;text-align:left;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.lead-advisory-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001a}.lead-advisory-accent{width:40px;height:4px;border-radius:2px;background:var(--card-accent, #7044C4);margin-bottom:1.25rem}.lead-advisory-card h3{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.4rem}.lead-advisory-title-line{display:block;font-size:.85rem;font-weight:600;color:#334155;line-height:1.45;margin-bottom:.65rem}.lead-advisory-card p{font-size:.85rem;color:#64748b;line-height:1.6}.lead-governance{padding:5rem 1.5rem;background:#f8f8fc}.lead-governance-inner{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:flex-start}.lead-governance-left h2{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.lead-governance-lead{font-size:.98rem;color:#475569;line-height:1.75;margin-bottom:1.5rem}.lead-governance-subhead{font-size:1.05rem;font-weight:700;color:#0f172a;margin:1.5rem 0 .65rem}.lead-governance-we{font-size:.92rem;font-weight:600;color:#334155;margin:.25rem 0 .5rem}.lead-governance-list{list-style:none;padding:0;margin:0 0 .25rem}.lead-governance-list li{font-size:.9rem;color:#475569;line-height:1.55;padding:.35rem 0 .35rem 1.15rem;position:relative}.lead-governance-list li:before{content:"";position:absolute;left:0;top:.72rem;width:5px;height:5px;border-radius:50%;background:#7044c4}.lead-reg-card{background:linear-gradient(135deg,#e84c3d,#c0392b);border-radius:1rem;padding:2.25rem;color:#fff}.lead-reg-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.lead-reg-intro{font-size:.9rem;line-height:1.65;opacity:.95;margin-bottom:1.5rem}.lead-reg-details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.1rem}.lead-reg-details li{display:flex;flex-direction:column;gap:.2rem;background:#ffffff24;border-radius:.5rem;padding:.85rem 1rem}.lead-reg-k{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.8}.lead-reg-v{font-size:.92rem;font-weight:700;line-height:1.45}@media(max-width:900px){.lead-hero-inner{grid-template-columns:1fr;gap:2rem;min-height:auto;padding:3rem 0 2rem}.lead-hero-visual{order:-1}.lead-hero-img-wrap{max-width:100%}.lead-founder-grid{grid-template-columns:1fr;gap:2rem}.lead-founder-photo-col{flex-direction:row;gap:1.5rem;align-items:center}.lead-founder-photo-wrap{width:140px;height:180px;flex-shrink:0}.lead-founder-name-block{text-align:left}.lead-board-grid{grid-template-columns:1fr}.lead-advisory-grid{grid-template-columns:repeat(2,1fr)}.lead-governance-inner{grid-template-columns:1fr;gap:2.5rem}.lead-awards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.lead-hero-text h1{font-size:2rem}.lead-founder-title,.lead-founder-section-title,.lead-board-title,.lead-advisory-header h2,.lead-governance-left h2,.lead-governance-gallery-title{font-size:1.5rem}.lead-founder-credentials{grid-template-columns:1fr;gap:1.5rem}.lead-governance-gallery{padding:3rem 1rem}.lead-awards{padding:3.5rem 1rem}.lead-awards-header h2{font-size:1.5rem}.lead-awards-grid{grid-template-columns:1fr}.lead-founder-photo-col{flex-direction:column;align-items:center}.lead-founder-name-block{text-align:center}.lead-advisory-grid{grid-template-columns:1fr}.lead-board-card{flex-direction:column;align-items:center;text-align:center}}.contact-page{padding-top:var(--header-height, 72px);min-height:100vh;background:radial-gradient(circle at 12% 10%,rgba(112,68,196,.11) 0%,transparent 38%),radial-gradient(circle at 85% 20%,rgba(249,115,22,.08) 0%,transparent 40%),radial-gradient(circle at 70% 90%,rgba(16,185,129,.08) 0%,transparent 42%),linear-gradient(180deg,#f8fafc,#fff 45%,#f8fafc)}.contact-hero{background:linear-gradient(135deg,#4a2d82,#7044c4 60%,#9366e8);padding:5rem 1.5rem 4rem;text-align:center;color:#fff;position:relative;overflow:hidden}.contact-hero:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:60px;background:#f8fafc;clip-path:ellipse(55% 100% at 50% 100%)}.contact-hero h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;margin:0 0 1rem;line-height:1.15}.contact-hero p{font-size:1.1rem;max-width:680px;margin:0 auto;opacity:.92;line-height:1.7}.contact-hero__sub{margin-top:.9rem!important;opacity:.86!important;max-width:780px!important}.contact-section{max-width:1100px;margin:0 auto;padding:4rem 1.5rem}.contact-section--alt{background:#fff}.contact-section-title{font-size:1.75rem;font-weight:700;color:#4a2d82;text-align:center;margin-bottom:.5rem;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.contact-section-title:after{content:"";display:block;width:54px;height:4px;background:#f97316;border-radius:999px;margin:.65rem auto 0;opacity:.95}.contact-section-subtitle{text-align:center;color:#334155;font-size:1.05rem;max-width:700px;margin:0 auto 2.5rem;line-height:1.7}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.contact-info-card{background:#fff;border-radius:1rem;padding:2rem 1.75rem;box-shadow:0 4px 20px #0000000f;border-top:4px solid #7044C4}.contact-info-card--orange{border-top-color:#f97316}.contact-info-icon{font-size:2rem;margin-bottom:.75rem}.contact-info-card h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.contact-detail{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.95rem;color:#334155}.contact-detail a{color:#7044c4;text-decoration:none;font-weight:500}.contact-detail a:hover{text-decoration:underline}.work-with-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;max-width:800px;margin:0 auto}.work-with-tag{background:#f1f0ff;color:#4a2d82;padding:.5rem 1.1rem;border-radius:999px;font-size:.9rem;font-weight:500}.contact-callout{max-width:860px;margin:1.75rem auto 0;padding:1.1rem 1.25rem;border-radius:16px;background:radial-gradient(circle at 20% 30%,rgba(112,68,196,.09),transparent 55%),radial-gradient(circle at 80% 70%,rgba(249,115,22,.07),transparent 55%),#ffffffdb;border:1px solid rgba(112,68,196,.12);border-left:5px solid #7044c4;box-shadow:0 2px 18px #4a2d8214,0 18px 60px #0f172a0f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#0f172a;line-height:1.7;text-align:center;font-weight:600}.contact-form-wrapper{max-width:700px;margin:0 auto;background:#fff;border-radius:1.25rem;box-shadow:0 8px 40px #4a2d8214;padding:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.9rem;font-weight:600;color:#0f172a}.form-group label .optional{font-weight:400;color:#94a3b8;font-size:.82rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:.6rem;font-size:.95rem;color:#0f172a;background:#f8fafc;transition:border-color .2s,box-shadow .2s;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#7044c4;box-shadow:0 0 0 3px #7044c41a;background:#fff}.form-group textarea{resize:vertical;min-height:120px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23475569' d='M1.41.59L6 5.17 10.59.59 12 2 6 8 0 2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-submit-btn{background:linear-gradient(135deg,#4a2d82,#7044c4);color:#fff;padding:.9rem 2rem;border:none;border-radius:.6rem;font-size:1.05rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a2d8240}.form-submit-btn:active{transform:translateY(0)}.form-success{text-align:center;padding:2rem}.form-success-icon{font-size:3rem;margin-bottom:1rem}.form-success h3{font-size:1.35rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.form-success p{font-size:1rem;color:#334155;line-height:1.7}.contact-closing{background:linear-gradient(135deg,#1e1b4b,#4a2d82,#7044c4);padding:4.5rem 1.5rem;text-align:center;color:#fff;position:relative;overflow:hidden}.contact-closing:before{content:"";position:absolute;top:-2px;left:0;width:100%;height:50px;background:#f8fafc;clip-path:ellipse(55% 100% at 50% 0%)}.contact-closing:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 70%);pointer-events:none}.closing-inner{position:relative;z-index:1}.closing-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#f97316;margin-bottom:1.5rem}.contact-closing h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.01em}.contact-closing p{font-size:1.1rem;max-width:500px;margin:0 auto;line-height:1.7;color:#fffc}.closing-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.75rem}.closing-dots span{width:8px;height:8px;border-radius:50%;background:#ffffff40}.closing-dots span:nth-child(2){background:#f97316;width:24px;border-radius:10px}.contact-section--alt .contact-info-card{background:#f8fafc}@media(max-width:768px){.contact-hero{padding:3.5rem 1rem 5.5rem}.contact-hero:after{height:48px}.contact-section{padding:2.5rem 1rem}.contact-info-grid,.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:1.5rem}.contact-closing{padding:3rem 1rem}.contact-closing h3{font-size:1.25rem}}main{min-height:calc(100vh - 200px)}
