@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap";nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;height:72px;background:#fffffff5;border-bottom:1px solid rgba(0,0,0,.05);transition:background .3s,border-color .3s}nav.scrolled{background:var(--white);border-bottom:2px solid var(--indigo)}.logo{font-family:var(--font-head);font-weight:800;font-size:1.4rem;color:var(--indigo);text-decoration:none;letter-spacing:-.02em;display:flex;align-items:center;gap:.5rem}.logo-img{height:36px;width:auto;display:block;object-fit:contain}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none}.nav-links a{font-size:.875rem;font-weight:500;color:var(--gray-700);text-decoration:none;letter-spacing:.01em;transition:color .2s}.nav-links a:hover{color:var(--indigo)}.nav-cta{background:var(--indigo);color:var(--white)!important;padding:.65rem 1.5rem;border-radius:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:background .2s,color .2s!important}.nav-cta:hover{background:var(--lime)!important;color:var(--indigo-dark)!important}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}.hamburger span{width:22px;height:2px;background:var(--indigo);border-radius:2px;transition:all .3s;display:block}@media(max-width:1024px){nav{padding:0 2rem}}@media(max-width:640px){nav{padding:0 1.25rem}.nav-links{display:none}.nav-links.open{display:flex;flex-direction:column;align-items:flex-start;position:fixed;top:72px;left:0;right:0;background:#fff;padding:1.5rem;border-bottom:1px solid var(--gray-200);gap:1.25rem;box-shadow:var(--shadow-2)}.hamburger{display:flex}.nav-links.open li{width:auto}.nav-links.open .btn-primary{width:auto;justify-content:flex-start;padding-left:1.5rem;padding-right:1.5rem}.nav-links.open .btn-text{text-align:left}}#hero{min-height:75vh;background:var(--indigo-dark);position:relative;display:flex;flex-direction:column;justify-content:center;padding:8rem 4rem 5rem;overflow:hidden}.hero-slider{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#321464cc,#6a5acd80);z-index:1}.hero-one-liner{font-family:var(--font-body);font-size:1.35rem;font-weight:500;color:#ffffffe6;margin-bottom:2rem;position:relative;z-index:1;max-width:650px;line-height:1.5}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:2px solid var(--lime);border-radius:0;padding:.5rem 1.2rem;font-size:.8rem;font-weight:700;color:var(--lime);letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;width:fit-content}.hero-tag:before{content:"";width:6px;height:6px;background:var(--lime);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero-heading{font-family:var(--font-head);font-size:clamp(3.5rem,7vw,6.5rem);font-weight:900;line-height:1;letter-spacing:-.04em;color:var(--white);max-width:900px;margin-bottom:1.5rem;position:relative;z-index:1;text-transform:uppercase}.hero-heading .accent-subtle{color:var(--lime)}.hero-heading-small{font-size:clamp(1.8rem,3.5vw,3rem);font-weight:700;color:#fffc}.hero-sub{font-size:1.15rem;font-weight:300;color:#ffffffb3;max-width:580px;margin-bottom:3rem;position:relative;z-index:1;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;position:relative;z-index:1}.hero-stats{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:1;text-align:left}.hero-stats-heading{font-family:var(--font-body);font-size:1.1rem;color:#ffffffe6;margin-bottom:1.5rem;font-weight:600;letter-spacing:.02em}.hero-stats-grid{display:flex;gap:3rem;flex-wrap:wrap}.hero-stat-item{display:flex;flex-direction:column;gap:.25rem;max-width:200px}.hero-stat-title{font-family:var(--font-body);font-size:1.1rem;font-weight:700;color:var(--white);line-height:1.3}.hero-stat-desc{font-size:.85rem;font-weight:400;color:#fff9;line-height:1.5}.scroll-indicator{position:absolute;bottom:2rem;left:4rem;display:flex;align-items:center;gap:.75rem;color:#ffffff80;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.scroll-line{width:40px;height:1px;background:#fff3;position:relative;overflow:hidden}.scroll-line:after{content:"";position:absolute;width:20px;height:1px;background:var(--lime);animation:scrollline 2s ease-in-out infinite}@keyframes scrollline{0%{left:-20px}to{left:40px}}@media(max-width:1024px){#hero{padding:7rem 2rem 4rem}.hero-stats{gap:2rem}}@media(max-width:640px){#hero{padding:6rem 1.25rem 3rem}.hero-heading{font-size:clamp(2.2rem,9vw,2.6rem);word-wrap:break-word}.hero-stats{flex-direction:column;gap:1.5rem}.scroll-indicator{display:none}}#about{background:var(--off-white)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1200px;margin:0 auto}.about-visual{position:relative;aspect-ratio:1 / 1;max-width:480px}.about-bg-block{width:100%;height:100%;background:var(--white);border-radius:8px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px;overflow:hidden}.about-quad{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center;border-radius:8px;position:relative}.about-quad:nth-child(1){background:var(--indigo)}.about-quad:nth-child(2){background:var(--white);border:1px solid var(--gray-200)}.about-quad:nth-child(3){background:var(--gray-100)}.about-quad:nth-child(4){background:linear-gradient(135deg,var(--indigo) 0%,rgba(55,27,108,.85) 100%)}.about-quad-icon{font-size:2rem;color:var(--lime);margin-bottom:.75rem}.about-quad:nth-child(2) .about-quad-label,.about-quad:nth-child(3) .about-quad-label{color:var(--indigo-dark)}.about-quad-label{font-family:var(--font-head);font-size:1.1rem;font-weight:700;color:#ffffffe6;line-height:1.2;position:relative;z-index:1}.about-quad-num{font-family:var(--font-head);font-size:1.8rem;font-weight:800;color:#ffffff26;position:absolute;top:.75rem;right:1rem;line-height:1}.about-quad:nth-child(2) .about-quad-num,.about-quad:nth-child(3) .about-quad-num{color:#0f172a14}.about-float-card{position:absolute;bottom:-40px;right:-40px;background:var(--white);border-radius:0;padding:1.5rem;box-shadow:var(--shadow-3);width:200px}.about-float-card-title{font-family:var(--font-head);font-size:.7rem;font-weight:600;color:var(--gray-500);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem}.about-float-card-stat{font-family:var(--font-head);font-size:2rem;font-weight:800;color:var(--indigo);line-height:1;margin-bottom:.25rem}.about-float-card-sub{font-size:.78rem;color:var(--gray-500)}.about-values{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem}.value-chip{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:0;font-size:.85rem;font-weight:500;color:var(--gray-700);transition:border-color .2s,box-shadow .2s;box-shadow:var(--shadow-1)}.value-chip:hover{border-color:var(--slate-light);box-shadow:var(--shadow-2)}.value-chip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}@media(max-width:1024px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-visual{max-width:360px;margin:0 auto}}@media(max-width:640px){.about-values{grid-template-columns:1fr}.about-visual{max-width:100%;margin:0 auto 2.5rem}.about-quad{padding:.75rem;min-width:0}.about-quad-icon{font-size:1.5rem;margin-bottom:.4rem}.about-quad-label{font-size:.8rem;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.about-quad-num{font-size:1.2rem;top:.5rem;right:.5rem}.about-float-card{right:5px;bottom:-15px;width:150px;padding:1rem}.about-float-card-stat{font-size:1.5rem}}#divisions{background:var(--white)}.divisions-wrap{max-width:1200px;margin:0 auto}.divisions-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;flex-wrap:wrap;gap:2rem}.divisions-grid{display:flex;overflow-x:auto;gap:1.5rem;padding-bottom:2rem;padding-left:.5rem;padding-right:.5rem;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--indigo-dark) var(--gray-200);background:transparent;box-shadow:none}.divisions-grid::-webkit-scrollbar{height:8px}.divisions-grid::-webkit-scrollbar-track{background:var(--gray-200);border-radius:4px}.divisions-grid::-webkit-scrollbar-thumb{background:var(--indigo-dark);border-radius:4px}.division-card{flex:0 0 clamp(280px,80vw,350px);scroll-snap-align:start;background:var(--white);padding:2.5rem;position:relative;overflow:hidden;transition:background .3s;cursor:default;border:1px solid var(--gray-200);border-radius:0}.division-card:hover{background:var(--off-white)}.division-card:hover .div-arrow{opacity:1;transform:translate(0)}.div-image-wrapper{width:100%;height:180px;margin-bottom:2rem;overflow:hidden;position:relative;background:var(--slate)}.div-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.division-card:hover .div-image-wrapper img{transform:scale(1.05)}.div-name{font-family:var(--font-head);font-size:1.05rem;font-weight:700;color:var(--indigo-dark);margin-bottom:.6rem;line-height:1.25}.div-desc{font-size:.85rem;color:var(--gray-500);line-height:1.65}.div-arrow{position:absolute;bottom:1.5rem;right:1.5rem;width:28px;height:28px;background:var(--indigo);border-radius:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate(4px,4px);transition:opacity .2s,transform .2s;color:#fff;font-size:.75rem;box-shadow:var(--shadow-1)}.div-number{position:absolute;top:3.5rem;right:3.5rem;font-family:var(--font-head);font-size:.9rem;font-weight:700;background:var(--lime);color:var(--indigo-dark);padding:.5rem 1rem;border-radius:0;z-index:2;line-height:1}#why{background:var(--gray-900)}.why-wrap{max-width:1200px;margin:0 auto}.why-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;flex-wrap:wrap;gap:2rem}.why-tag{color:var(--lime)}.why-tag:before{background:var(--lime)}.why-top-content{display:flex;flex-direction:column}.why-inquiry-box{display:flex;flex-direction:column;gap:.75rem;max-width:420px;background:#ffffff08;padding:1.5rem;border-radius:0;border:2px solid rgba(255,255,255,.08)}.why-input,.why-textarea{width:100%;padding:.75rem 1rem;background:#0000004d;border:2px solid rgba(255,255,255,.15);border-radius:0;color:var(--white);font-size:.9rem;outline:none;transition:border-color .3s;font-family:inherit}.why-input:focus,.why-textarea:focus{border-color:var(--lime);background:#0009}.why-submit{justify-content:center!important;width:100%;padding:.9rem!important}.why-helper-text{font-size:.75rem;color:#ffffff80;text-align:center;margin-top:.25rem}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:#ffffff0f;border-radius:0;overflow:hidden;box-shadow:var(--shadow-1)}.why-card{background:var(--gray-900);padding:2.5rem;border-left:3px solid transparent;transition:border-color .3s,background .3s}.why-card:hover{background:#3f51b533;border-left-color:var(--lime)}.why-icon{font-size:1.8rem;margin-bottom:1.25rem;display:block}.why-title{font-family:var(--font-head);font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:.6rem}.why-text{font-size:.875rem;color:#fff9;line-height:1.7}@media(max-width:1024px){.why-grid{grid-template-columns:1fr}}#sustainability{background:var(--off-white)}.sust-wrap{max-width:1200px;margin:0 auto}.sust-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:center;margin-top:4rem}.sust-items{display:flex;flex-direction:column;gap:0}.sust-item{display:flex;gap:1.5rem;padding:1.75rem 0;border-bottom:1px solid var(--gray-200);align-items:flex-start;transition:padding-left .2s}.sust-item:first-child{border-top:1px solid var(--gray-200)}.sust-item:hover{padding-left:.5rem}.sust-num{font-family:var(--font-head);font-size:.7rem;font-weight:700;color:var(--indigo);letter-spacing:.08em;min-width:24px;padding-top:3px}.sust-content-title{font-family:var(--font-head);font-size:.95rem;font-weight:700;color:var(--indigo-dark);margin-bottom:.3rem}.sust-content-text{font-size:.83rem;color:var(--gray-500);line-height:1.65}.sust-visual{background:var(--indigo-dark);border-radius:0;padding:3rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden;box-shadow:var(--shadow-2)}.sust-visual:before{content:"";position:absolute;width:300px;height:300px;background:#8bc34a14;border-radius:50%;top:-100px;right:-80px}.sust-visual-heading{font-family:var(--font-head);font-size:1.6rem;font-weight:800;color:var(--white);line-height:1.2;letter-spacing:-.02em}.sust-visual-heading span{color:var(--lime)}.sust-cert-row{display:flex;gap:.75rem;flex-wrap:wrap}.sust-cert{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:0;font-size:.78rem;font-weight:500;color:#ffffffe6}.sust-cert-dot{width:6px;height:6px;border-radius:50%}.sust-bar-group{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.sust-bar-label{display:flex;justify-content:space-between;font-size:.78rem;color:#ffffffb3;margin-bottom:.4rem}.sust-bar-label span:last-child{color:var(--lime);font-weight:600}.sust-bar-track{height:6px;background:#ffffff26;border-radius:0;overflow:hidden}.sust-bar-fill{height:100%;border-radius:0;background:linear-gradient(90deg,var(--lime-dim),var(--lime))}@media(max-width:1024px){.sust-grid{grid-template-columns:1fr;gap:3rem}}#team{background:var(--white)}.team-wrap{max-width:1200px;margin:0 auto}.team-header{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.team-grid{display:flex;justify-content:center}.team-card{border:2px solid var(--gray-200);border-radius:0;overflow:hidden;transition:border-color .3s,transform .2s;background:var(--white);width:100%;max-width:450px}.team-card:hover{border-color:var(--indigo);transform:translateY(-3px)}.team-avatar{aspect-ratio:4/4;padding:0;position:relative;overflow:hidden;background:var(--slate)}.team-portrait{width:100%;height:100%;object-fit:cover;display:block}.av-1{background:linear-gradient(135deg,#1a237e,#3f51b5)}.av-2{background:linear-gradient(135deg,#33691e,#8bc34a)}.av-3{background:linear-gradient(135deg,#e65100,#ffc107)}.av-4{background:linear-gradient(135deg,#1a237e,#9fa8da)}.av-5{background:linear-gradient(135deg,#33691e,#558b2f)}.team-avatar-initials{width:52px;height:52px;border-radius:0;background:#ffffff26;border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:700;font-size:1.1rem;color:#fff;position:relative;z-index:1;box-shadow:var(--shadow-1)}.team-info{padding:1.25rem 1.5rem}.team-name{font-family:var(--font-head);font-size:1rem;font-weight:700;color:var(--indigo-dark);margin-bottom:.2rem}.team-role{font-size:.8rem;color:var(--gray-500);font-style:italic}.team-type{display:inline-block;margin-top:.75rem;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.2rem .6rem;border-radius:0}.type-core{background:#3f51b514;color:var(--indigo)}.type-collab{background:#8bc34a26;color:var(--lime-dim)}@media(max-width:1024px){.team-header{grid-template-columns:1fr;gap:3rem}}@media(max-width:640px){.team-grid{grid-template-columns:1fr}}#contact{background:var(--indigo)}.contact-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:5rem;align-items:start}.contact-section-tag{color:var(--lime-light)}.contact-section-tag:before{background:var(--lime)}.contact-heading{font-family:var(--font-head);font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.025em;color:var(--white);margin-bottom:1.5rem}.contact-hq-card{background:transparent;border:2px solid rgba(255,255,255,.1);border-radius:0;padding:1.5rem 2rem;width:fit-content;min-width:280px;margin-bottom:2.5rem}.contact-hq-card-title{font-family:var(--font-head);font-size:.75rem;font-weight:600;color:var(--gray-500);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem}.contact-hq-card-stat{font-family:var(--font-head);font-size:2.2rem;font-weight:800;color:var(--indigo);line-height:1;margin-bottom:.25rem}.contact-hq-card-sub{font-size:.85rem;color:var(--gray-500)}.contact-detail{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.contact-detail-icon{width:40px;height:40px;flex-shrink:0;background:#ffffff1a;border-radius:0;display:flex;align-items:center;justify-content:center;font-size:1rem}.contact-detail-label{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80;margin-bottom:.2rem}.contact-detail-value{font-size:.9rem;color:var(--white);line-height:1.5}.contact-form-wrap{background:#ffffff08;border:2px solid rgba(255,255,255,.1);border-radius:0;padding:2.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.78rem;font-weight:600;color:#ffffffb3;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem}.form-control{width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:0;padding:.8rem 1rem;font-family:var(--font-body);font-size:.9rem;color:var(--white);outline:none;transition:border-color .2s,background .2s}.form-control::placeholder{color:#fff6}.form-control:focus{border-color:var(--lime);background:#ffffff1f}textarea.form-control{resize:vertical;min-height:110px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:1024px){.contact-wrap{grid-template-columns:1fr;gap:3rem}}@media(max-width:640px){.form-row{grid-template-columns:1fr}}footer{background:var(--gray-900);padding:4rem 4rem 2rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.07)}.footer-brand p{font-size:.85rem;color:#ffffff80;line-height:1.75;margin-top:1rem;max-width:280px}.footer-logo{font-family:var(--font-head);font-weight:900;font-size:1.8rem;color:var(--white);text-decoration:none;display:flex;align-items:center;gap:.75rem;letter-spacing:-.02em}.footer-col-title{font-size:.85rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ffffff80;margin-bottom:1.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-links a{font-size:.95rem;font-weight:500;color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.social-icons-wrapper{display:flex;gap:1rem;margin-top:1.8rem}.social-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff0d;color:var(--white);border-radius:50%;transition:background .3s,transform .3s}.social-icon:hover{background:var(--lime);color:var(--indigo-dark);transform:translateY(-4px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.78rem;color:#fff6}.footer-tagline{font-family:var(--font-head);font-size:.78rem;font-weight:600;color:var(--lime);letter-spacing:.05em}.back-to-top{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--lime);color:var(--gray-900);border-radius:50%;text-decoration:none;transition:transform .3s,background .3s}.back-to-top:hover{transform:translateY(-5px);background:#00e022}@media(max-width:1024px){footer{padding:3rem 2rem 1.5rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:640px){footer{padding:3rem 1.25rem 1.5rem}.footer-top{grid-template-columns:1fr}.back-to-top{width:74px;height:24px;border-radius:4px;margin-right:2rem}.back-to-top span{font-size:24px!important}}:root{--indigo: #0F172A;--indigo-light: #1E293B;--indigo-dark: #0A0A0A;--lime: #C9ED00;--lime-light: #D6F033;--lime-dim: #AACC00;--amber: #C9ED00;--amber-light: #D6F033;--slate: #334155;--slate-light: #475569;--white: #ffffff;--off-white: #f8f9fa;--gray-100: #F5F5F6;--gray-200: #E0E0E0;--gray-500: #757575;--gray-700: #424242;--gray-900: #212121;--font-head: "Montserrat", sans-serif;--font-body: "Inter", sans-serif;--shadow-1: 0 0 0 1px rgba(0, 0, 0, .05);--shadow-2: 0 4px 12px rgba(0, 0, 0, .08);--shadow-3: 0 12px 24px rgba(0, 0, 0, .12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--gray-700);overflow-x:hidden;line-height:1.65}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.fade-up.visible{opacity:1;transform:translateY(0)}.btn-primary{display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;background:var(--lime);color:var(--indigo-dark);font-family:var(--font-body);font-weight:700;font-size:.9rem;padding:.7rem .7rem .7rem 1.5rem;border-radius:50px;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;letter-spacing:.05em;transition:background .2s,transform .15s}li .btn-text{text-align:center}.btn-primary:hover{background:var(--lime-light);transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;background:transparent;color:var(--white);font-family:var(--font-body);font-weight:600;font-size:.9rem;padding:.5rem .5rem .5rem 1.5rem;border-radius:50px;text-transform:uppercase;border:2px solid rgba(255,255,255,.5);text-decoration:none;cursor:pointer;letter-spacing:.05em;transition:border-color .2s,background .2s}.btn-outline:hover{border-color:#ffffffb3;background:#ffffff1a}.btn-primary:hover .btn-icon{transform:translate(4px)}.btn-outline .btn-icon{background:var(--white);color:var(--indigo-dark)}.btn-outline:hover .btn-icon{transform:translate(4px)}.section-tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:600;color:var(--indigo);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.2rem}.section-tag:before{content:"";width:20px;height:2px;background:var(--lime);border-radius:2px}.section-heading{font-family:var(--font-head);font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.025em;color:var(--indigo-dark);margin-bottom:1.25rem}.section-sub{font-size:1.05rem;color:var(--gray-500);max-width:560px;line-height:1.75}section{padding:7rem 4rem}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:50%;text-align:center;font-size:30px;box-shadow:0 4px 12px #00000026;z-index:1000;display:flex;align-items:center;justify-content:center;transition:transform .3s,background-color .3s}.whatsapp-float:hover{transform:translateY(-4px) scale(1.05);background-color:#20ba56}.whatsapp-float svg{width:32px;height:32px}@media(max-width:1024px){section{padding:5rem 2rem}}@media(max-width:640px){section{padding:4rem 1.25rem}}
