@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&family=Inter:wght@400;500;600&display=swap";:root{--color-bg:#fff;--color-text:#002e6c;--color-text-muted:#64748b;--color-primary:#002e6c;--color-primary-hover:#001f4a;--color-secondary:gold;--color-secondary-hover:#eab308;--color-accent:#707170;--color-white:#fff;--color-border:#f1f5f9;--font-heading:"Plus Jakarta Sans", sans-serif;--font-body:"Inter", sans-serif;--font-ui:"Inter", sans-serif;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 12px 40px #002e6c14;--radius-sm:4px;--radius-md:10px;--radius-lg:16px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;font-size:1.1rem;line-height:1.75}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-ui);background:0 0;border:none}section{padding:6rem 0}.container{width:100%;max-width:1260px;margin:0 auto;padding:0 2rem}.btn{border-radius:var(--radius-sm);font-weight:600;font-family:var(--font-ui);letter-spacing:.01em;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;transition:all .3s;display:inline-flex}.btn-yellow{background-color:var(--color-secondary);color:var(--color-text)}.btn-yellow:hover{background-color:var(--color-secondary-hover);transform:translateY(-2px)}.btn-blue{background-color:var(--color-primary);color:var(--color-white)}.btn-blue:hover{background-color:var(--color-primary-hover);transform:translateY(-2px)}.btn-outline{color:var(--color-white);border:1px solid #ffffff4d}.btn-outline:hover{border-color:var(--color-white);background-color:#ffffff1a}.app-container{overflow-x:hidden}.navbar{background-color:var(--color-bg);z-index:100;border-bottom:1px solid #00000008;padding:1.25rem 0;position:relative}.nav-container{justify-content:space-between;align-items:center;display:flex}.nav-logos{align-items:center;gap:.75rem;display:flex}.nav-logo{object-fit:contain;height:70px}.nav-logo.iise{height:110px}.nav-logo-text{font-family:var(--font-heading);color:var(--color-primary);letter-spacing:-.02em;margin-left:.75rem;font-size:1.4rem;font-weight:700}.nav-links{gap:2.5rem;display:flex}.nav-links a{font-family:var(--font-body);color:var(--color-text-muted);font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--color-primary)}.nav-links a.active:after{content:"";background-color:var(--color-primary);width:100%;height:2px;position:absolute;bottom:-6px;left:0}.nav-right{align-items:center;gap:1.25rem;display:flex}.nav-btn{padding:.6rem 1.5rem}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:4px;display:none}.hamburger span{background-color:var(--color-text);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.hamburger{display:flex}.nav-links{background-color:var(--color-bg);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);flex-direction:column;gap:1.5rem;padding:1.5rem 2rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #0000000f}.nav-links.open{display:flex}.nav-links a.active:after{display:none}}.hero{background-color:var(--color-bg);align-items:center;min-height:85vh;padding:2rem 0 3rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;background:radial-gradient(circle at 100% 0,#002e6c0d,#0000 60%);width:50%;height:100%;position:absolute;top:-10%;right:-10%}.hero-decor{z-index:0;pointer-events:none;border:1px solid #002e6c0d;border-radius:50%;position:absolute}.decor-1{width:400px;height:400px;top:-100px;left:-100px}.decor-2{border-style:dashed;border-width:2px;width:200px;height:200px;bottom:50px;right:15%}.hero-container{z-index:1;justify-content:space-between;align-items:center;gap:4rem;display:flex;position:relative}.hero-left{flex:1;max-width:620px}.hero-pill{color:#854d0e;letter-spacing:.05em;background-color:#fef08a;border-radius:20px;margin-bottom:1.25rem;padding:.4rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.hero-title{color:var(--color-primary);letter-spacing:-.03em;margin-bottom:1rem;font-size:4.8rem;line-height:1.05}.hero-subtitle{color:var(--color-text-muted);max-width:500px;margin-bottom:1.75rem;font-size:1.15rem;line-height:1.6}.hero-actions{align-items:center;gap:2rem;display:flex}.hero-btn{padding:1rem 2rem;font-size:1rem}.hero-right{flex:1;justify-content:flex-end;display:flex}.hero-image-wrapper{border-radius:var(--radius-lg);position:relative}.hero-main-img{object-fit:cover;border-radius:var(--radius-md);width:100%;max-width:560px;height:500px;box-shadow:var(--shadow-md)}.hero-floating-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-sm);background-color:#fffffff2;align-items:center;gap:1rem;padding:1rem 1.75rem;display:flex;position:absolute;bottom:2rem;left:-2.5rem;box-shadow:0 15px 35px #0000001a}.hero-floating-icon{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-sm);justify-content:center;align-items:center;width:48px;height:48px;display:flex}.hero-floating-text{flex-direction:column;display:flex}.hero-floating-text strong{color:var(--color-primary);font-size:1rem;font-family:var(--font-heading)}.hero-floating-text span{color:var(--color-text-muted);font-size:.85rem}@media (width<=1024px){.hero-container{flex-direction:column;gap:4rem}.hero-left{text-align:center;max-width:100%}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-floating-card{bottom:-2rem;left:50%;transform:translate(-50%)}}@media (width<=768px){.hero-title{margin-bottom:2rem;font-size:3.2rem}.hero-main-img{height:400px}}.pillars{background-color:var(--color-bg);padding:4rem 0}.kicker{font-family:var(--font-body);color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.pillars-header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.pillars-header-content{flex:1}.pillars-title{color:var(--color-text);letter-spacing:-.02em;margin-bottom:0;font-size:3.5rem;line-height:1.1}.pillars-highlight-badge{background-color:var(--color-white);border:1px solid var(--color-primary);border-radius:var(--radius-md);align-items:center;gap:1.25rem;max-width:450px;padding:1.5rem 2rem;display:flex;box-shadow:0 10px 30px #002e6c14}.badge-icon{background-color:var(--color-primary);width:40px;height:40px;color:var(--color-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.badge-icon svg{width:20px;height:20px}.badge-text{flex-direction:column;display:flex}.badge-text strong{color:var(--color-primary);margin-bottom:.25rem;font-size:1.1rem}.badge-text span{color:var(--color-text-muted);font-size:.85rem;line-height:1.4}.pillars-grid-v2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.pillar-item{background-color:var(--color-white);border-radius:var(--radius-md);border:1px solid #00000008;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.pillar-item:hover{box-shadow:var(--shadow-md);border-color:#002e6c0d;transform:translateY(-3px)}.item-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.item-icon svg{width:20px;height:20px}.icon-blue{color:var(--color-primary);background-color:#002e6c0d}.icon-yellow{color:var(--color-secondary-hover);background-color:#ffd7001a}.icon-gray{color:var(--color-accent);background-color:#7071700d}.highlight-item{background-color:var(--color-primary);color:var(--color-white)}.item-content h3{color:var(--color-text);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.item-content p{color:var(--color-text-muted);font-size:.95rem;line-height:1.5}@media (width>=1200px){.pillars-grid-v2{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.pillars-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.pillars-highlight-badge{max-width:100%}.pillars-grid-v2{grid-template-columns:repeat(2,1fr)}.pillars-title{font-size:2.8rem}}@media (width<=640px){.pillars-grid-v2{grid-template-columns:1fr}.pillars-title{font-size:2.2rem}.pillar-item{padding:1.5rem}}.why-join{background-color:var(--color-white);padding:4rem 0;position:relative;overflow:hidden}.why-join:after{content:"";background-image:radial-gradient(var(--color-border) 1px, transparent 1px);opacity:.5;z-index:0;background-size:32px 32px;width:100%;height:50%;position:absolute;top:50%;left:0}.wj-grid{z-index:1;grid-template-columns:1.2fr 1fr;align-items:stretch;gap:2.5rem;display:grid;position:relative}.wj-col{flex-direction:column;gap:2.5rem;height:100%;display:flex}.wj-card{border-radius:var(--radius-md);flex-direction:column;justify-content:center;height:auto;padding:4.5rem;display:flex}.wj-blue-dark{background-color:var(--color-primary);color:var(--color-white);justify-content:flex-start;min-height:400px}.wj-blue-dark h2{color:var(--color-white);margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.wj-blue-dark p{opacity:.9;margin-bottom:4rem;font-size:1.15rem;line-height:1.6}.wj-stats{gap:4rem;margin-top:auto;display:flex}.wj-stat{flex-direction:column;display:flex}.wj-stat strong{font-size:3rem;line-height:1;font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:.2rem}.wj-stat span{text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:.75rem;font-weight:600}.wj-blue-light{color:var(--color-text);background-color:#eaefff;flex:1}.wj-blue-light h3{margin-bottom:2rem;font-size:2rem}.wj-checklist{list-style:none}.wj-checklist li{color:var(--color-text-muted);align-items:center;gap:1rem;margin-bottom:1.25rem;font-size:1.05rem;display:flex}.wj-checklist li svg{width:24px;height:24px;color:var(--color-secondary-hover);flex-shrink:0}.wj-image{border-radius:var(--radius-md);overflow:hidden}.wj-image img{object-fit:cover;width:100%;height:100%;display:block}.wj-img-man{flex:1;height:100%}.wj-img-lab{flex:1;height:100%;min-height:400px}@media (width<=992px){.wj-card{padding:3rem}.wj-blue-dark h2{font-size:2.5rem}}@media (width<=768px){.wj-grid{grid-template-columns:1fr}.wj-img-man,.wj-img-lab{height:350px;min-height:auto}.wj-card{padding:2rem}}.footer{background-color:var(--color-text);color:var(--color-white)}.footer-cta-section{border-bottom:1px solid #ffffff0d;padding:6rem 0}.footer-cta-container{justify-content:space-between;align-items:center;gap:4rem;display:flex}.footer-cta-content{flex:1;max-width:600px}.footer-cta-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem}.footer-cta-desc{opacity:.8;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.footer-actions{gap:1.5rem;display:flex}.footer-cta-image{border-radius:var(--radius-md);flex:.8;overflow:hidden;box-shadow:0 10px 30px #0003}.footer-cta-image img{object-fit:cover;width:100%;height:100%;display:block}.footer-bottom-section{background-color:var(--color-bg);color:var(--color-text);background-color:#f8f9fc;padding:3rem 0}.footer-bottom{justify-content:space-between;align-items:flex-end;display:flex}.footer-brand{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:1rem;font-size:1.25rem;display:block}.footer-left p{color:var(--color-text-muted);font-size:.85rem;line-height:1.6}.footer-links{gap:2rem;display:flex}.footer-links a{letter-spacing:.1em;color:var(--color-text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600;transition:color .3s}.footer-links a:hover{color:var(--color-primary)}@media (width<=768px){.footer-cta-title{font-size:2.5rem}.footer-actions{flex-direction:column}.footer-bottom{flex-direction:column;align-items:flex-start;gap:2rem}.footer-links{flex-wrap:wrap}}
