:root{--primary: #10b981;--primary-dark: #059669;--primary-light: #34d399;--primary-pale: #d1fae5;--primary-ultra-light: #ecfdf5;--secondary: #14b8a6;--secondary-dark: #0d9488;--accent: #6366f1;--accent-dark: #4f46e5;--text-primary: #1a2332;--text-secondary: #475569;--text-tertiary: #64748b;--text-light: #94a3b8;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--bg-accent: #f0fdf4;--gradient-bg-light: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);--gradient-bg-medium: linear-gradient(135deg, #f5f7fa 0%, #e8f0f9 100%);--gradient-card: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);--gradient-primary: linear-gradient(135deg, #10b981 0%, #059669 100%);--gradient-secondary: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);--gradient-accent: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);--gradient-top-accent: linear-gradient(90deg, #10b981 0%, #14b8a6 100%);--shadow-sm: 0 2px 8px rgba(16, 185, 129, .08);--shadow-md: 0 4px 12px rgba(16, 185, 129, .12);--shadow-lg: 0 8px 24px rgba(16, 185, 129, .15);--shadow-xl: 0 12px 32px rgba(16, 185, 129, .18);--shadow-2xl: 0 20px 60px rgba(0, 0, 0, .08), 0 8px 24px rgba(0, 0, 0, .04);--border-light: rgba(226, 232, 240, .8);--border-medium: rgba(203, 213, 225, .6);--border-primary: rgba(16, 185, 129, .2);--success: #10b981;--success-dark: #059669;--warning: #f59e0b;--warning-dark: #d97706;--error: #ef4444;--error-dark: #dc2626;--info: #3b82f6;--info-dark: #2563eb;--overlay-primary-light: rgba(16, 185, 129, .04);--overlay-primary-medium: rgba(16, 185, 129, .08);--overlay-primary-dark: rgba(16, 185, 129, .12);--badge-education: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);--badge-company: linear-gradient(135deg, #10b981 0%, #059669 100%);--badge-checkmark: linear-gradient(135deg, #10b981 0%, #059669 100%);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--spacing-3xl: 64px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .5s ease}@font-face{font-family:Bastia;src:url(/assets/Bastia-Bold-eD5A6Pec.otf) format("opentype");font-weight:700;font-style:normal}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Bastia,Georgia,serif;font-weight:700;letter-spacing:-.02em}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.75rem 3rem;background:transparent}.navbar-wrapper{max-width:900px;margin:0 auto}.navbar-container{display:flex;align-items:center;justify-content:space-between;background:transparent;border:1.5px solid rgba(16,185,129,.25);border-radius:50px;padding:.4rem 1.5rem;height:50px;box-shadow:0 2px 8px #0000000a;transition:all .4s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar-container.scrolled{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-color:transparent;box-shadow:0 4px 15px #10b98126}.navbar-container:hover{box-shadow:0 4px 20px #10b98133}.navbar-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.logo-icon svg{width:20px;height:20px}.logo-text{font-family:Bastia,Georgia,serif;font-size:1.05rem;font-weight:700;color:#064e3b!important;letter-spacing:.5px;transition:color .4s ease}.navbar-container.scrolled .logo-text{color:#fff!important}.logo-icon svg circle{fill:#10b98133;transition:fill .4s ease}.logo-icon svg path{fill:#064e3b;transition:fill .4s ease}.navbar-container.scrolled .logo-icon svg circle{fill:#fff3}.navbar-container.scrolled .logo-icon svg path{fill:#fff}.navbar-menu{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:2rem;flex:1;justify-content:center}.navbar-item{position:relative}.navbar-link{font-size:.875rem;font-weight:500;color:#064e3b;text-decoration:none;transition:all .4s ease;display:flex;align-items:center;gap:.35rem;cursor:pointer;padding:.5rem .75rem;margin:-.5rem -.75rem;opacity:.9}.navbar-container.scrolled .navbar-link{color:#fff;opacity:.95}.navbar-link:hover{opacity:1;transform:translateY(-1px)}.dropdown-icon{transition:transform .3s ease,stroke .4s ease;stroke:#064e3b}.navbar-container.scrolled .dropdown-icon{stroke:#fff}.dropdown-icon.open{transform:rotate(180deg)}.dropdown{position:relative}.dropdown:after{content:"";position:absolute;top:100%;left:-20px;right:-20px;height:25px;background:transparent;display:none;z-index:999}.dropdown:hover:after{display:block}.dropdown-menu{position:absolute;top:calc(100% + .25rem);left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:260px;padding:.5rem;animation:fadeIn .2s ease;z-index:1000;margin-top:0}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(-5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.dropdown-item{display:flex;align-items:center;padding:.65rem .75rem;border-radius:8px;text-decoration:none;transition:all .2s ease}.dropdown-item:hover{background:#f1f5f9;transform:translate(4px)}.dropdown-item-content{display:flex;flex-direction:column;gap:.15rem}.dropdown-item-title{font-size:.85rem;font-weight:600;color:var(--primary)}.dropdown-item-description{font-size:.7rem;color:var(--text-tertiary)}.navbar-cta{background:var(--primary);color:#fff;font-size:.8rem;font-weight:600;padding:.55rem 1.4rem;border:2px solid var(--primary);border-radius:50px;cursor:pointer;transition:all .4s ease;box-shadow:0 2px 8px #10b98126;white-space:nowrap;text-decoration:none;display:inline-block}.navbar-container.scrolled .navbar-cta{background:#fff;color:var(--primary);border-color:#fff;box-shadow:0 2px 10px #fff3}.navbar-cta:hover{transform:translateY(-2px);box-shadow:0 4px 15px #10b9814d;color:#fff;text-decoration:none}.navbar-container.scrolled .navbar-cta:hover{background:#f8fafc;box-shadow:0 4px 15px #ffffff4d}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-between;width:28px;height:22px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-btn span{display:block;width:100%;height:2.5px;background:var(--primary);border-radius:2px;transition:all .3s ease}.navbar-container.scrolled .mobile-menu-btn span{background:#fff}.mobile-menu-btn.open span:nth-child(1){transform:translateY(10px) rotate(45deg)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.mobile-menu-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}.mobile-menu{position:fixed;top:0;right:-100%;width:85%;max-width:400px;height:100vh;background:linear-gradient(180deg,var(--primary) 0%,var(--primary-dark) 100%);box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;z-index:1000;overflow-y:auto;padding:1.5rem}.mobile-menu.open{right:0}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.mobile-menu-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.mobile-menu-logo .logo-text{color:#fff!important;font-size:1.1rem}.mobile-menu-logo .logo-icon svg circle{fill:#fff3}.mobile-menu-logo .logo-icon svg path{fill:#fff}.mobile-menu-close{background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.mobile-menu-close:hover{transform:scale(1.1)}.mobile-menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.mobile-menu-item{border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu-link{display:flex;align-items:center;justify-content:space-between;padding:1rem .75rem;color:#fff;text-decoration:none;font-size:1rem;font-weight:500;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;transition:background .2s ease}.mobile-menu-link:hover{background:#ffffff1a;border-radius:8px}.mobile-dropdown-icon{transition:transform .3s ease;stroke:#fff}.mobile-dropdown-icon.open{transform:rotate(180deg)}.mobile-dropdown-menu{padding-left:1rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.mobile-dropdown-item{display:flex;align-items:center;padding:.875rem .75rem;text-decoration:none;background:#ffffff0d;border-radius:8px;margin-bottom:.5rem;transition:background .2s ease}.mobile-dropdown-item:hover{background:#ffffff26}.mobile-dropdown-item-content{display:flex;flex-direction:column;gap:.25rem}.mobile-dropdown-item-title{font-size:.9rem;font-weight:600;color:#fff}.mobile-dropdown-item-description{font-size:.75rem;color:#fffc}.mobile-menu-cta{display:block;margin-top:2rem;padding:1rem;background:#fff;color:var(--primary);text-align:center;text-decoration:none;font-weight:600;font-size:1rem;border-radius:50px;box-shadow:0 4px 15px #0003;transition:all .3s ease}.mobile-menu-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}@media(max-width:1400px){.navbar{padding:.75rem 2.5rem}.navbar-wrapper{max-width:1100px}}@media(max-width:1200px){.navbar{padding:.75rem 2rem}.navbar-menu{gap:1.75rem}.navbar-container{padding:.4rem 1.25rem}}@media(max-width:992px){.navbar{padding:.75rem 1.5rem}.navbar-container{padding:.4rem 1.25rem;height:48px}.logo-text{font-size:1rem}.navbar-menu{gap:1.5rem}.navbar-link{font-size:.825rem}.navbar-cta{padding:.5rem 1.15rem;font-size:.75rem}}@media(max-width:768px){.navbar{padding:.65rem 1rem}.navbar-container{padding:.4rem 1rem;height:46px}.logo-icon{width:22px;height:22px}.logo-icon svg{width:18px;height:18px}.logo-text{font-size:.95rem}.navbar-menu{gap:1.25rem}.navbar-link{font-size:.8rem}.dropdown-menu{min-width:280px}.navbar-cta{padding:.45rem .95rem;font-size:.75rem}.mobile-menu-btn{display:flex}.mobile-menu-overlay{display:block}}@media(max-width:640px){.navbar-menu{display:none}.navbar-container{justify-content:space-between;padding:.4rem 1rem}.navbar-cta{display:none}.mobile-menu-btn{display:flex}.mobile-menu-overlay{display:block}}@media(max-width:480px){.navbar{padding:.5rem .75rem}.navbar-container{padding:.35rem .85rem;height:42px}.logo-text{font-size:.9rem}.logo-icon{width:20px;height:20px}.logo-icon svg{width:16px;height:16px}.navbar-cta{padding:.4rem .85rem;font-size:.7rem}}.footer-section{width:100%}.footer-cta{display:flex;justify-content:center;align-items:center;min-height:500px;background:linear-gradient(to bottom,#dcfce7,#f0fdf4);text-align:center;padding:80px 20px}.footer-cta-content{display:flex;flex-direction:column;align-items:center;max-width:700px}.footer-logo{width:100px;height:auto;margin-bottom:30px}.footer-heading{font-family:Bastia,Georgia,serif;font-size:3.5rem;font-weight:700;color:var(--text-primary);margin-bottom:20px;line-height:1.2;letter-spacing:-.02em}.footer-description{font-size:1.125rem;color:#555;line-height:1.6;margin-bottom:40px;max-width:600px}.footer-button{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;border:none;padding:15px 40px;font-size:1rem;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #10b9814d;text-decoration:none;display:inline-block}.footer-button:hover{background:linear-gradient(135deg,var(--primary-dark) 0%,#047857 100%);transform:translateY(-3px);box-shadow:0 8px 30px #10b98180;color:#fff;text-decoration:none}.footer-main{background:linear-gradient(135deg,#064e3b,#065f46);padding:80px 20px 60px;color:#fff}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:60px}.footer-about{max-width:350px}.footer-logo-section{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer-logo-circle{display:flex;align-items:center;justify-content:center}.footer-logo-text{font-family:Bastia,Georgia,serif;font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:.05em}.footer-about-text{font-size:.9375rem;line-height:1.6;color:#fffc;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.social-link:hover{background:#fff3;transform:translateY(-3px)}.footer-column{display:flex;flex-direction:column}.footer-column-title{font-family:Bastia,Georgia,serif;font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:1.5rem;letter-spacing:-.01em}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.footer-links li{margin:0}.footer-links a{color:#fffc;text-decoration:none;font-size:.9375rem;transition:all .2s ease;display:inline-block}.footer-links a:hover{color:#fff;transform:translate(5px)}.footer-bottom{background:#053a2e;padding:30px 20px;text-align:center}.footer-bottom-content{max-width:1400px;margin:0 auto}.footer-copyright{color:#ffffffb3;font-size:.875rem;margin:0 0 .5rem}.footer-tagline{color:#ffffff80;font-size:.8125rem;margin:0;font-style:italic}@media(max-width:1200px){.footer-container{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-column:last-child{grid-column:2 / 3}}@media(max-width:992px){.footer-container{grid-template-columns:1fr 1fr;gap:40px}.footer-about{grid-column:1 / -1;max-width:100%}.footer-column:last-child{grid-column:auto}}@media(max-width:768px){.footer-heading{font-size:2.5rem}.footer-description{font-size:1rem}.footer-button{font-size:.9375rem;padding:12px 30px}.footer-logo{width:80px}.footer-main{padding:60px 20px 40px}.footer-container{gap:30px}}@media(max-width:640px){.footer-container{grid-template-columns:1fr;gap:40px}.footer-about{grid-column:auto;text-align:center}.footer-logo-section,.footer-social{justify-content:center}.footer-column{text-align:center}.footer-links a:hover{transform:none}}@media(max-width:480px){.footer-heading{font-size:2rem}.footer-description{font-size:.9375rem}.footer-button{font-size:.875rem;padding:12px 25px}.footer-cta{min-height:400px;padding:60px 15px}.footer-main{padding:50px 15px 30px}.footer-bottom{padding:25px 15px}.footer-copyright,.footer-tagline{font-size:.75rem}}@font-face{font-family:Bastia;src:url(/assets/Bastia-Bold-eD5A6Pec.otf) format("opentype");font-weight:700;font-style:normal}.page-container{background-color:#ecfdf5;background-image:radial-gradient(circle at right center,#fff3,#e0f1f8 70%);min-height:100vh;padding:70px 0 0;overflow-x:hidden}.hero-section{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:2rem 15rem;text-align:center}.hero-content{max-width:800px;width:100%}.hero-icon{margin-bottom:3rem;display:flex;justify-content:center}.icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2)}.hero-svg{width:60px;height:60px}.hero-image{width:180px;height:180px;object-fit:contain}.hero-title{font-family:Bastia,Georgia,serif;font-size:4rem;font-weight:700;color:var(--primary);line-height:1.1;margin-bottom:2rem;letter-spacing:-.02em}.hero-description{font-size:.95rem;color:var(--text-tertiary);line-height:1.6;margin-bottom:3rem;max-width:650px;margin-left:auto;margin-right:auto}.cta-button{background:var(--gradient-primary);color:#fff;font-size:1.1rem;font-weight:600;padding:1.2rem 3rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #10b9814d;display:inline-block;text-decoration:none}.cta-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-3px);box-shadow:0 8px 30px #10b98180;color:#fff;text-decoration:none}.profiles-section{min-height:auto;display:flex;align-items:center;padding:3rem 15rem 5rem}.section-container{max-width:100%;width:100%}.section-header{margin-bottom:4rem}.section-title{font-family:Bastia,Georgia,serif;font-size:2.8rem;font-weight:700;color:#2c3e50!important;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.profiles-section .section-title,.section-header .section-title{color:#2c3e50!important}.section-description{font-size:1rem;color:var(--text-tertiary);line-height:1.7;margin:0;font-weight:400;max-width:800px}.profiles-layout{display:grid;grid-template-columns:2fr 1fr;gap:1rem;align-items:stretch}.categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;height:100%}.category-item{background:#ffffffe6;border:1px solid rgba(0,0,0,.05);border-radius:12px;padding:1rem;transition:all .2s ease;box-shadow:0 2px 8px #0000000a}.category-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000014;background:#fffffff2}.span-full{grid-column:1 / -1}.category-text{font-size:.95rem;color:var(--text-tertiary);line-height:1.4;margin:0;font-weight:400}.profile-display{display:flex;justify-content:center;align-items:stretch;align-self:stretch}.profile-container{background:var(--primary);border-radius:20px;padding:2.5rem 2rem;text-align:center;box-shadow:0 15px 40px #10b98140;max-width:320px;width:100%;position:relative;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;height:100%;display:flex;align-items:flex-end;justify-content:center}.profile-overlay{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.3) 50%,transparent 100%);pointer-events:none;z-index:1}.profile-details{position:relative;z-index:2;padding:1.5rem 1rem;width:100%}.profile-name{font-family:Bastia,Georgia,serif;font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:.4rem;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.5)}.profile-subtitle{font-size:1rem;color:#fffffff2;margin:0;font-weight:400;text-shadow:0 2px 8px rgba(0,0,0,.5)}@media(max-width:1400px){.page-container{padding:0 6rem}}@media(max-width:1200px){.page-container{padding:0 4rem}.profiles-layout{gap:4rem}}@media(max-width:1024px){.page-container{padding:0 3rem}.profiles-section{min-height:auto;padding:4rem 0}.profiles-layout{grid-template-columns:1fr;gap:3rem;align-items:start}.profile-display{order:-1;justify-content:center;margin-bottom:2rem;padding-top:0;height:auto}.profile-container{height:auto;min-height:400px}.hero-title,.section-title{font-size:3.2rem}}@media(max-width:768px){.page-container{padding:0 2rem}.hero-section{padding:3rem 0;min-height:90vh}.profiles-section{padding:3rem 0}.hero-title{font-size:2.8rem}.hero-description{font-size:1rem}.section-title{font-size:2.8rem}.section-description{font-size:1rem}.categories-grid{grid-template-columns:1fr;gap:1.2rem}.category-item{padding:1.8rem}.profile-container{padding:2rem 1.5rem;max-width:280px;min-height:360px}.profiles-layout{gap:2.5rem}}@media(max-width:480px){.page-container{padding:0 1rem}.hero-section{padding:2rem 0;min-height:85vh}.profiles-section{padding:2rem 0}.hero-title{font-size:2.2rem}.hero-description{font-size:.6rem}.section-title{font-size:2.2rem}.section-description{font-size:.95rem}.cta-button{padding:1rem 2.5rem;font-size:1rem}.category-item{padding:1.5rem}.category-title{font-size:1.2rem}.category-text{font-size:.9rem}.profile-container{max-width:260px;padding:1.8rem 1.2rem}.image-placeholder{width:140px;height:180px}.profile-name{font-size:1.6rem}}@media(min-width:1600px){.page-container{padding:0 12rem}}.testimonial-section{min-height:auto;display:flex;align-items:center;padding:10rem 15rem}.testimonial-container{max-width:100%;width:100%}.testimonial-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;position:relative}.testimonial-grid:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:100%;background:#0000001a;z-index:1}.story-card{background:#fff;border-radius:20px 0 0 20px;padding:3.5rem 3rem;box-shadow:-4px 4px 20px #00000014,0 -4px 20px #00000014,0 4px 20px #00000014;display:flex;flex-direction:column;justify-content:space-between}.story-icon{margin-bottom:2rem}.orange-dot{width:48px;height:48px;background:var(--primary);border-radius:50%}.story-title{font-family:Bastia,Georgia,serif;font-size:2.2rem;font-weight:700;color:var(--primary);line-height:1.2;margin-bottom:1.5rem}.story-description{font-size:1rem;color:var(--text-tertiary);line-height:1.7;margin-bottom:2.5rem;flex-grow:1}.story-button{background:var(--primary);color:#fff;font-size:1rem;font-weight:600;padding:1rem 2rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;align-self:flex-start}.story-button:hover{background:var(--primary-dark);transform:translateY(-2px)}.testimonial-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0,#cbd5e1);border-radius:0 20px 20px 0;padding:3.5rem 3rem;box-shadow:4px 4px 10px #00000014,0 -4px 10px #00000014,0 4px 10px #00000014;display:flex;flex-direction:column;justify-content:space-between}.testimonial-quote{font-size:1.35rem;font-weight:500;color:var(--primary);line-height:1.6;margin:0 0 2.5rem;flex-grow:1}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.author-info{display:flex;flex-direction:column}.author-name{font-size:1rem;font-weight:600;color:var(--primary);margin-bottom:.25rem}.author-company{font-size:.9rem;color:var(--text-tertiary)}@media(max-width:1024px){.testimonial-grid{grid-template-columns:1fr;gap:2rem}.testimonial-grid:after{display:none}.story-card,.testimonial-card{border-radius:20px;box-shadow:0 4px 20px #00000014}.testimonial-section{padding:2rem 0}}.how-we-do-it-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 15rem;background:linear-gradient(135deg,#064e3b,#065f46,#064e3b);margin:0}.how-container{max-width:1400px;width:100%;display:flex;flex-direction:column;align-items:center;margin:0 auto}.how-header{text-align:center;margin-bottom:4rem;width:100%;max-width:900px}.how-title{font-family:Bastia,Georgia,serif;font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2}.how-description{font-size:1.1rem;color:#ffffffd9;line-height:1.7;max-width:800px;margin:0 auto}.steps-carousel{position:relative;overflow:visible;width:100%;max-width:1400px;margin:0 auto}.steps-carousel-wrapper{overflow:hidden;max-width:1200px;width:100%}.steps-track{display:flex;gap:2rem;transition:transform .5s ease;width:100%;padding-right:0}.step-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease;min-height:380px;flex:0 0 calc(33.333% - 1.33rem);min-width:320px}.step-card:hover{background:#ffffff26;transform:translateY(-5px)}.step-icon{width:140px;height:140px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.step-svg{width:100%;height:100%}.step-number{width:45px;height:45px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:1rem}.step-title{font-family:Bastia,Georgia,serif;font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.3}.step-text{font-size:.95rem;color:#fffc;line-height:1.6;flex-grow:1}.carousel-controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;width:100%}.carousel-btn{width:56px;height:56px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--primary-dark);box-shadow:0 4px 15px #0003}.carousel-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #0000004d}.carousel-btn:active{transform:scale(.95)}.carousel-btn svg{width:24px;height:24px}@media(max-width:1400px){.how-we-do-it-section{padding:6rem}.how-container,.steps-carousel{max-width:1200px}.steps-track{gap:1.5rem}.step-card{flex:0 0 calc(33.333% - 1rem);min-width:280px}}@media(max-width:1200px){.how-we-do-it-section{padding:5rem 4rem}.how-container,.steps-carousel{max-width:1000px}.steps-track{gap:1.5rem}.step-card{flex:0 0 calc(40% - 1rem);min-width:260px}}@media(max-width:1024px){.how-we-do-it-section{padding:4rem 3rem}.how-container{max-width:900px}.how-title{font-size:3rem}.steps-carousel{max-width:900px;overflow:hidden}.steps-track{flex-wrap:wrap;gap:2rem}.step-card{flex:0 0 calc(50% - 1rem);min-height:360px;padding:2rem 1.5rem;min-width:auto}.step-icon{width:130px;height:130px}}@media(max-width:768px){.how-we-do-it-section{padding:4rem 1.5rem;min-height:auto}.how-container{max-width:100%}.how-title{font-size:2.5rem;margin-bottom:1rem}.how-description{font-size:1rem}.how-header{margin-bottom:3rem}.steps-carousel{max-width:100%;overflow:visible;padding:0}.steps-carousel-wrapper{overflow:visible}.steps-track{display:flex;flex-direction:column;gap:1.5rem;transform:none!important;transition:none}.step-card{flex:0 0 auto;width:100%;min-width:100%;max-width:100%;min-height:auto;padding:2rem 1.5rem}.step-icon{width:110px;height:110px;margin-bottom:1rem}.step-number{width:40px;height:40px;font-size:1.2rem;margin-bottom:.875rem}.step-title{font-size:1.4rem;margin-bottom:.625rem}.step-text{font-size:.9rem}.carousel-controls{display:none}}@media(max-width:480px){.how-we-do-it-section{padding:3rem 1rem;min-height:auto}.how-container{max-width:100%}.how-title{font-size:2rem;margin-bottom:.875rem}.how-description{font-size:.95rem}.how-header{margin-bottom:2.5rem}.steps-carousel{max-width:100%;overflow:visible;padding:0}.steps-carousel-wrapper{overflow:visible}.steps-track{display:flex;flex-direction:column;gap:1.25rem;transform:none!important;transition:none}.step-card{flex:0 0 auto;width:100%;min-width:100%;max-width:100%;min-height:auto;padding:1.75rem 1.25rem}.step-icon{width:90px;height:90px;margin-bottom:.875rem}.step-number{width:36px;height:36px;font-size:1.1rem;margin-bottom:.75rem}.step-title{font-size:1.25rem;margin-bottom:.5rem}.step-text{font-size:.875rem;line-height:1.5}.carousel-controls{display:none}}@media(max-width:768px){.story-card,.testimonial-card{padding:2.5rem 2rem}.story-title{font-size:1.8rem}.testimonial-quote{font-size:1.15rem}}@media(max-width:480px){.story-card,.testimonial-card{padding:2rem 1.5rem}.story-title{font-size:1.5rem}.story-description{font-size:.95rem}.testimonial-quote{font-size:1rem}.story-button{padding:.875rem 1.75rem;font-size:.95rem}}@media(max-width:1024px){.profiles-section{min-height:auto;padding:3rem 0}.profiles-layout{grid-template-columns:1fr;gap:3rem}.profile-display{order:-1;justify-content:center;margin-bottom:2rem}.section-header{text-align:center;margin-bottom:3rem}.hero-title,.section-title{font-size:3.2rem}.section-container{padding:0 2rem}}@media(max-width:768px){.hero-section{padding:3rem 1rem;min-height:90vh}.profiles-section{padding:2rem 0}.hero-title{font-size:2.8rem}.hero-description{font-size:.95rem}.section-title{font-size:2.8rem}.section-description{font-size:1rem}.categories-grid{grid-template-columns:1fr;gap:1.2rem}.category-item{padding:1.8rem}.profile-container{padding:2rem 1.5rem;max-width:280px}.section-container{padding:0 1.5rem}.profiles-layout{gap:2.5rem}}@media(max-width:480px){.hero-section{padding:2rem 1rem;min-height:85vh}.profiles-section{padding:1.5rem 0}.hero-title{font-size:2.2rem}.hero-description{font-size:.8rem}.section-title{font-size:2.2rem}.section-description{font-size:.95rem}.cta-button{padding:1rem 2.5rem;font-size:1rem}.category-item{padding:1.5rem}.category-title{font-size:1.2rem}.category-text{font-size:.9rem}.profile-container{max-width:260px;padding:1.8rem 1.2rem;min-height:340px}.image-placeholder{width:140px;height:180px}.profile-name{font-size:1.6rem}.section-container{padding:0 1rem}}.hero-icon{display:flex;justify-content:center;margin-bottom:1rem}.icon-container{position:relative;width:120px;height:100px}.book-icon{position:relative;width:100%;height:100%;perspective:1000px}.book-pages{position:absolute;width:80px;height:60px;background:#fff;border:2px solid var(--primary);border-radius:4px;top:20px;left:20px;transform:rotateY(-15deg);box-shadow:0 8px 25px #10b98126}.book-pages:before{content:"";position:absolute;width:100%;height:8px;background:var(--primary);top:12px;left:0;border-radius:2px}.book-pages:after{content:"";position:absolute;width:80%;height:4px;background:var(--text-tertiary);top:25px;left:10%;border-radius:2px}.book-spine{position:absolute;width:12px;height:60px;background:linear-gradient(to right,var(--primary),var(--primary));top:20px;left:15px;border-radius:2px 0 0 2px;transform:rotateY(-15deg);box-shadow:-2px 0 8px #10b9814d}.hero-content{max-width:700px}.hero-title{font-family:Bastia,Georgia,Times New Roman,serif;font-size:3.5rem;font-weight:700;color:var(--primary);margin-bottom:2rem;line-height:1.2;letter-spacing:-.02em}.hero-description{font-size:1.25rem;color:var(--text-secondary);line-height:1.6;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400}.cta-button{background:var(--gradient-primary);color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b9814d;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #10b98180;background:linear-gradient(135deg,#059669,#047857);color:#fff;text-decoration:none}.cta-button:active{transform:translateY(0)}.profiles-content{max-width:1200px;margin:0 auto}.profiles-title{font-family:Bastia,Georgia,Times New Roman,serif;font-size:3rem;font-weight:700;color:var(--primary);text-align:center;margin-bottom:2rem;line-height:1.2}.profiles-description{font-size:1.125rem;color:var(--text-secondary);text-align:center;line-height:1.6;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.profiles-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.profiles-categories{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.category-card{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.category-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000014}.more-card{grid-column:1 / -1}.category-title{font-family:Bastia,Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;color:var(--primary);margin-bottom:.25rem;line-height:1.3}.category-description{font-size:.95rem;color:var(--text-tertiary);line-height:1.5;margin:0}.profile-showcase{display:flex;justify-content:center;align-items:center;height:100%}.profile-card{background:var(--primary);border-radius:16px;padding:2rem;color:#fff;text-align:center;box-shadow:0 8px 30px #10b9814d;max-width:280px;width:100%}.profile-image-placeholder{margin-bottom:1.5rem}.image-placeholder{width:120px;height:150px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:12px;margin:0 auto;position:relative;overflow:hidden}.image-placeholder:before{content:"";position:absolute;top:50%;left:50%;width:60px;height:60px;background:#fff3;border-radius:50%;transform:translate(-50%,-50%)}.image-placeholder:after{content:"";position:absolute;top:65%;left:50%;width:80px;height:40px;background:#ffffff26;border-radius:20px 20px 0 0;transform:translate(-50%)}.profile-info{text-align:center}.profile-name{font-family:Bastia,Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.profile-university{font-size:.95rem;color:#fffc;margin:0}@media(max-width:768px){.landing-container{padding:1rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.icon-container{width:100px;height:80px}.book-pages{width:65px;height:50px;top:15px;left:17px}.book-spine{width:10px;height:50px;top:15px;left:12px}.profiles-section{padding:4rem 1rem 3rem}.profiles-title{font-size:2.5rem}.profiles-categories{grid-template-columns:1fr;gap:1rem}.more-card{grid-column:1}.category-card{padding:1.5rem}.profile-card{max-width:250px;padding:1.5rem}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.cta-button{padding:.875rem 2rem;font-size:1rem}.profiles-title{font-size:2rem}.profiles-description{font-size:1rem}.category-title{font-size:1.125rem}.category-description{font-size:.875rem}}@media(max-width:1024px){.profiles-grid{grid-template-columns:1fr;gap:3rem}.profile-showcase{order:-1}}.why-oceans-section{display:flex;align-items:center;padding:4rem 15rem}.why-container{max-width:100%;width:100%;display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}.why-left{display:flex;flex-direction:column;gap:1rem;position:sticky;top:2rem}.why-icon{width:60px;height:60px;margin-bottom:.5rem}.plus-icon{width:100%;height:100%;filter:drop-shadow(0 2px 8px rgba(16,185,129,.2))}.why-title{font-family:Bastia,Georgia,serif;font-size:2.8rem;font-weight:700;color:var(--primary);line-height:1.1;margin:0;letter-spacing:-.02em}.why-subtitle{font-size:.95rem;color:var(--text-tertiary);line-height:1.6;margin:0;max-width:350px}.why-cta-button{background:var(--primary);color:#fff;font-size:1rem;font-weight:600;padding:.875rem 2rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;align-self:flex-start;box-shadow:0 4px 15px #10b9814d;margin-top:.5rem;text-decoration:none;display:inline-block}.why-cta-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #10b98166;color:#fff;text-decoration:none}.why-right{width:100%}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.benefit-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;transition:all .3s ease;display:flex;flex-direction:column;gap:.5rem}.benefit-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000014}.benefit-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.benefit-icon svg{display:block;margin:0 auto}.benefit-icon.pink{background:#10b9811a;color:var(--primary)}.benefit-icon.orange{background:#0596691a;color:var(--primary-dark)}.benefit-icon.blue{background:#34d3991a;color:var(--primary-light)}.benefit-icon.teal{background:#14b8a61a;color:var(--secondary)}.benefit-icon.green{background:#10b98126;color:var(--primary)}.benefit-icon.purple{background:#0596691f;color:var(--primary-dark)}.benefit-title{font-family:Bastia,Georgia,serif;font-size:1.1rem;font-weight:700;color:var(--primary);margin:0;line-height:1.3}.benefit-text{font-size:.875rem;color:var(--text-tertiary);line-height:1.5;margin:0}@media(max-width:1024px){.why-container{grid-template-columns:1fr;gap:2.5rem}.why-left{position:relative;top:0;text-align:center;align-items:center}.why-icon{margin-left:auto;margin-right:auto}.why-subtitle{max-width:600px}.why-title{font-size:2.5rem}}@media(max-width:768px){.why-oceans-section{padding:3rem 0}.why-title{font-size:2.2rem}.why-subtitle{font-size:.9rem}.benefits-grid{grid-template-columns:1fr;gap:1rem}.benefit-card{padding:1.5rem}.why-cta-button{padding:.875rem 2rem;font-size:.95rem}}@media(max-width:480px){.why-oceans-section{padding:2.5rem 0}.why-title{font-size:1.8rem}.why-subtitle{font-size:.875rem}.why-icon{width:50px;height:50px}.benefit-card{padding:1.25rem}.benefit-icon{width:36px;height:36px}.benefit-title{font-size:1rem}.benefit-text{font-size:.85rem}}.common-questions-section{background-color:#064e3b;padding:80px 100px;color:#fff;margin:0}.questions-container{max-width:1200px;margin:0 auto}.questions-title{font-size:32px;font-weight:600;margin-bottom:40px;color:#fff!important}.questions-list{display:flex;flex-direction:column;gap:1px}.question-item{display:flex;background-color:#065f46;border-top:1px solid rgba(255,255,255,.2)}.questions-list .question-item:last-child{border-bottom:1px solid rgba(255,255,255,.2)}.question-left{flex:0 0 35%;padding:20px 25px}.question-text{font-weight:500;font-size:16px;margin:0;color:#fff;border-right:1px solid rgba(255,255,255,.2);padding-right:25px}.question-right{flex:1;padding:20px 25px}.answer-text{font-weight:300;font-size:16px;line-height:1.5;color:#fffc;margin:0}@media(max-width:1400px){.common-questions-section{padding:80px 60px}}@media(max-width:1024px){.common-questions-section{padding:80px 40px}}@media(max-width:768px){.common-questions-section{padding:60px 20px}.question-item{flex-direction:column;border-right:none}.question-left{flex:1;padding:15px 20px}.question-text{border-right:none;border-bottom:1px solid rgba(255,255,255,.2);font-weight:600;padding-right:0;padding-bottom:15px}.question-right{padding:15px 20px}}@media(max-width:480px){.common-questions-section{padding:40px 15px}.questions-title{font-size:28px}.question-text,.answer-text{padding:15px 20px;font-size:15px}}.final-cta-section{background:linear-gradient(135deg,#e0f2fe 0%,var(--primary-pale) 50%,#e0f2fe 100%);min-height:80vh;display:flex;align-items:center;justify-content:center;padding:6rem 15rem;margin:0}.final-cta-container{max-width:900px;text-align:center;display:flex;flex-direction:column;align-items:center}.final-cta-icon{margin-bottom:2rem;animation:subtle-pulse 3s ease-in-out infinite}@keyframes subtle-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.95}}.final-cta-title{font-family:Bastia,Georgia,serif;font-size:3.5rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.final-cta-description{font-size:1.15rem;color:var(--text-tertiary);line-height:1.7;margin-bottom:2.5rem;max-width:700px;font-weight:400}.final-cta-button{background:var(--gradient-primary);color:#fff;font-size:1.1rem;font-weight:600;padding:1.1rem 2.75rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #10b98159;box-shadow:0 8px 30px #10b98180;background:linear-gradient(135deg,#059669,#047857)}.final-cta-button .final-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #10b98180;background:linear-gradient(135deg,#059669,#047857);color:#fff;text-decoration:none}.final-cta-button:active{transform:translateY(0)}@media(max-width:1400px){.final-cta-section{padding:6rem;margin:0}}@media(max-width:1200px){.final-cta-section{padding:5rem 4rem;margin:0}}@media(max-width:1024px){.final-cta-section{min-height:70vh;padding:5rem 3rem;margin:0}.final-cta-title{font-size:3rem}.final-cta-description{font-size:1.05rem}}@media(max-width:768px){.final-cta-section{min-height:60vh;padding:4rem 2rem;margin:0}.final-cta-icon svg{width:100px;height:100px}.final-cta-title{font-size:2.5rem}.final-cta-description{font-size:1rem}.final-cta-button{padding:1rem 2.5rem;font-size:1rem}}@media(max-width:480px){.final-cta-section{min-height:55vh;padding:3rem 1rem;margin:0}.final-cta-icon svg{width:80px;height:80px}.final-cta-title{font-size:2rem;margin-bottom:1.25rem}.final-cta-description{font-size:.95rem;margin-bottom:2rem}.final-cta-button{padding:.95rem 2.25rem;font-size:.95rem}}.home-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;padding-top:70px;text-align:center}.home-content{max-width:600px;margin:0 auto}.home-content h1{font-size:3rem;margin-bottom:1rem;color:#333;font-family:Abril Fatface}.home-content p{font-size:1.2rem;color:#666;margin-bottom:2rem}.home-page-hero{background-color:var(--primary-pale);background-image:linear-gradient(to top,#ffffff7b,#edffe298,#a6f8d0),url(/assets/world-DIuciEgx.png);background-position:center center,center -20%;background-repeat:no-repeat,no-repeat;background-size:auto,100%;text-align:center;min-height:80vh;display:flex;align-items:center;justify-content:center;padding:90px 20px 60px;font-family:Inter,sans-serif;color:var(--text-primary);position:relative;overflow:hidden}.home-page-hero-content{max-width:800px;margin:0 auto}.home-page-hero-title{font-size:3rem;font-weight:700;color:var(--text-primary);line-height:1.2;margin-bottom:20px}.home-page-hero-subtitle{max-width:700px;margin:0 auto 40px;font-size:1.1rem;color:#49616f}.home-page-hero-button{background:var(--gradient-primary);color:#fff;border:none;padding:15px 40px;font-size:1rem;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d}.home-page-hero-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-3px);box-shadow:0 6px 20px #10b98180;color:#fff;text-decoration:none}@media(max-width:768px){.home-page-hero{background-image:linear-gradient(to top,#ffffff4d,#ecfdf5)}.home-page-hero-title{font-size:2rem}.home-page-hero-subtitle{font-size:1rem}.home-page-hero-button{padding:12px 30px;font-size:.9rem}}:root{--column-height: 420px;--gap: 20px;--pad: 28px}.reviews-root{padding:40px 20px;display:flex;justify-content:center;background:#fff}.reviews-wrap{width:1200px;display:flex;gap:24px;box-sizing:border-box}.review-column{flex:1;height:var(--column-height);position:relative;overflow:hidden;border-radius:10px;background:#fffffffa;box-shadow:0 2px 8px #0654730a}.review-viewport{height:100%;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 10%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,#0000,#000 10% 90%,#0000)}.review-track{display:flex;flex-direction:column;gap:var(--gap);padding:var(--pad);box-sizing:border-box;will-change:transform}.review-card{background:#fff;padding:22px;border-radius:8px;min-height:100px;display:flex;flex-direction:column;justify-content:center;color:#284a58;box-shadow:0 1px #06547308;font-family:Poppins,Open Sans,sans-serif}.review-text{margin:0 0 12px;color:#284a58;font-size:1.05rem;line-height:1.45;font-weight:400}.review-author{margin:0;color:#5b91a6;font-weight:600;font-size:.95rem}.col-0 .review-track,.col-2 .review-track{animation:scroll-down 25s linear infinite}.col-1 .review-track{animation:scroll-up 25s linear infinite}@keyframes scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes scroll-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.review-track,.review-card{-webkit-backface-visibility:hidden;backface-visibility:hidden}@media(max-width:1100px){.reviews-wrap{width:100%;gap:16px;padding:0 8px}:root{--column-height: 360px}}@media(max-width:720px){.reviews-wrap{flex-direction:column}:root{--column-height: 320px}}@media(prefers-reduced-motion:reduce){.review-track{animation:none!important;transform:none!important}}.review-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.review-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.review-author{font-weight:600;color:#222}.review-text{margin-top:6px;line-height:1.5;color:#444}.home-why-oceans-section{background:linear-gradient(180deg,#f2f9fd,#e9f3fa);padding:100px 20px;display:flex;justify-content:center;align-items:center;text-align:center}.home-why-oceans-wrapper{display:flex;justify-content:center;align-items:flex-start;gap:80px;flex-wrap:wrap;max-width:1200px;position:relative}.home-card-column{display:flex;flex-direction:column;gap:30px}.home-ocean-card{background:#fff;width:260px;padding:25px 20px;border-radius:16px;box-shadow:0 8px 20px #00000014;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.home-ocean-card:hover{transform:scale(1.05) rotate(0);box-shadow:0 10px 30px #0000001f}.home-ocean-card .home-card-icon{font-size:22px;margin-bottom:8px}.home-ocean-card h3{font-size:18px;color:#0f2942;margin-bottom:10px;font-weight:700}.home-ocean-card p{font-size:15px;color:#406080;line-height:1.5}.home-why-center{text-align:center;max-width:320px;padding:0 20px;margin-top:150px}.home-why-center .home-plus-icon{font-size:64px;color:#0f2942;opacity:.2;margin-bottom:10px}.home-why-center h2{font-size:36px;color:#0f2942;font-weight:800;margin-bottom:12px;font-family:Abrial FatFace}.home-why-center p{color:#406080;font-size:16px;line-height:1.6}.home-card-icon img{width:50px;height:50px;object-fit:contain;margin-bottom:10px}@media(max-width:992px){.home-why-oceans-wrapper{flex-direction:column;align-items:center;gap:40px}.home-card-column{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:20px}.home-why-center{order:-1}}.how-section{background-color:#064e3b;color:#fff;padding:100px 20px;display:flex;justify-content:center;position:relative;overflow:hidden}.how-container{max-width:900px;width:100%;position:relative}.how-container h2{text-align:center;font-size:36px;font-weight:700;margin-bottom:10px}.how-subtitle{text-align:center;color:#fffc;font-size:16px;max-width:600px;margin:0 auto 80px;line-height:1.5}.how-timeline{position:relative;margin-left:60px;padding-left:60px;border-left:2px solid rgba(255,255,255,.2)}.how-step{display:flex;align-items:center;margin-bottom:100px;position:relative}.how-icon{position:absolute;left:-240px;top:50%;transform:translateY(-50%);width:150px;height:150px;display:flex;justify-content:center;align-items:center;overflow:visible}.how-icon img{width:200px!important;height:200px!important;max-width:none!important;max-height:none!important;opacity:.95;object-fit:contain;filter:drop-shadow(0 0 6px rgba(255,255,255,.3));background:transparent;padding:10px;box-sizing:border-box}.how-content{margin-left:30px;text-align:left;max-width:600px}.step-number{background:#ffffff20;color:#fff;border-radius:50%;width:34px;height:34px;display:flex;justify-content:center;align-items:center;font-weight:700;margin-bottom:10px}.how-content h3{font-size:20px;font-weight:700;margin-bottom:8px}.how-content p{color:#ffffffb3;font-size:15px;line-height:1.6;text-align:left}@media(max-width:768px){.how-timeline{border-left:none;padding-left:0;margin-left:0}.how-step{flex-direction:column;align-items:flex-start}.how-icon{position:relative;left:0;margin-bottom:10px}.how-content{margin-left:0}}.success-section{background:linear-gradient(135deg,#f0fdf4,#dcfce7);padding:70px 40px;display:flex;flex-direction:column;align-items:center;font-family:Inter,sans-serif;color:var(--text-primary)}.success-header{text-align:center;margin-bottom:50px;max-width:800px}.header-icon{width:60px;height:60px;margin:0 auto 16px;padding:14px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #10b9811a}.header-icon img{width:100%;height:100%;object-fit:contain}.success-header h2{font-size:32px;font-weight:700;margin-bottom:12px;color:var(--text-primary);letter-spacing:-.02em}.success-header p{font-size:16px;color:var(--text-secondary);line-height:1.5}.success-content{display:flex;justify-content:center;align-items:flex-start;gap:32px;max-width:1200px;width:100%}.industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;flex:1}.industry-card{background:#fff;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;box-shadow:0 2px 8px #0000000a}.industry-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #10b9811f;border-color:var(--primary-light)}.industry-card.active{background:var(--bg-accent);border-color:var(--primary);box-shadow:0 6px 20px #10b98126;transform:translateY(-3px)}.industry-card h3{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--text-primary)}.industry-card p{font-size:14px;color:var(--text-secondary);line-height:1.5;margin-bottom:12px}.learn-more{color:var(--primary);font-weight:600;font-size:13px;text-decoration:none;display:inline-flex;align-items:center;transition:all .2s ease}.learn-more:hover{color:var(--primary-dark);text-decoration:underline}.review-panel{background:#fff;border-radius:16px;flex:1;padding:28px;display:flex;flex-direction:column;justify-content:space-between;min-height:280px;transition:all .4s ease;box-shadow:0 4px 16px #0000000f;border:2px solid var(--primary-pale);position:relative;overflow:hidden}.review-panel:before{content:'"';position:absolute;top:12px;left:20px;font-size:90px;font-family:Georgia,serif;color:var(--primary-pale);opacity:.3;line-height:1;z-index:0}.review-text{font-size:16px;color:var(--text-primary);line-height:1.7;margin-bottom:24px;font-style:italic;position:relative;z-index:1;font-weight:400}.reviewer{display:flex;align-items:center;gap:14px;padding-top:20px;border-top:2px solid var(--primary-pale);position:relative;z-index:1}.reviewer img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid var(--primary-pale);box-shadow:0 2px 8px #0000001a}.reviewer div{flex:1}.reviewer h4{margin:0 0 3px;font-size:16px;font-weight:700;color:var(--text-primary)}.reviewer p{font-size:14px;color:var(--text-secondary);margin:0;font-weight:500}@media(max-width:1200px){.success-section{padding:60px 30px}.success-header h2{font-size:30px}.success-content{gap:28px}}@media(max-width:992px){.success-section{padding:60px 24px}.success-header{margin-bottom:40px}.success-header h2{font-size:28px}.success-content{flex-direction:column;align-items:center}.industry-grid{width:100%;max-width:600px}.review-panel{width:100%;max-width:600px;min-height:260px}}@media(max-width:768px){.success-section{padding:50px 20px}.header-icon{width:55px;height:55px;margin-bottom:14px;padding:12px}.success-header{margin-bottom:35px}.success-header h2{font-size:26px;margin-bottom:10px}.success-header p{font-size:15px}.industry-grid{grid-template-columns:1fr;gap:14px}.industry-card{padding:18px}.industry-card h3{font-size:17px;margin-bottom:6px}.industry-card p{font-size:14px;margin-bottom:10px}.review-panel{padding:24px 20px;min-height:auto}.review-panel:before{font-size:70px;top:10px;left:16px}.review-text{font-size:15px;margin-bottom:20px}.reviewer{padding-top:16px}.reviewer img{width:44px;height:44px}.reviewer h4{font-size:15px}.reviewer p{font-size:13px}}@media(max-width:480px){.success-section{padding:40px 16px}.success-header h2{font-size:23px}.success-header p{font-size:14px}.industry-card{padding:16px}.review-panel{padding:20px 16px}}.ceo-message-section{display:flex;justify-content:center;align-items:flex-start;padding:80px 40px;background-color:#f8f8f8;font-family:sans-serif;color:#333;gap:80px}.ceo-content{max-width:600px;line-height:1.6;font-size:16px}.ceo-content h1{font-size:48px;font-weight:500;margin-bottom:30px;color:#333}.ceo-content h2{font-size:28px;font-weight:500;margin-top:40px;margin-bottom:20px;color:#333}.ceo-content p{margin-bottom:20px}.ceo-signature{margin-top:40px;font-size:18px;color:#333}.ceo-signature strong{display:block;font-weight:700;margin-bottom:5px}.ceo-map-container{position:relative;width:400px;height:auto;display:flex;align-items:flex-start;margin-top:-50px}.ceo-map{max-width:100%;height:auto;opacity:.6}@media(max-width:900px){.ceo-message-section{flex-direction:column;align-items:center;gap:40px;padding:60px 20px}.ceo-content{max-width:100%;text-align:center}.ceo-content h1{font-size:38px}.ceo-content h2{font-size:24px}.ceo-map-container{margin-top:0}}@media(max-width:500px){.ceo-content h1{font-size:32px}.ceo-content h2{font-size:20px}}@media(max-width:992px){.career-form-wrapper{grid-template-columns:1fr;max-width:600px}.career-form-left{padding:2.5rem 2rem;gap:2.5rem}.career-form-right{padding:2.5rem 2rem}.form-heading{font-size:2.25rem;margin-bottom:1.5rem}}@media(max-width:768px){.career-form-container{padding:0;height:auto;min-height:100vh;overflow-y:auto}.career-form-wrapper{border-radius:0;min-height:auto;max-width:100%}.career-form-left{padding:2rem 1.5rem;gap:2rem}.career-form-right{padding:2rem 1.5rem}.career-form-logo .logo-text{font-size:1.375rem;color:#fff!important}.form-heading{font-size:2rem;margin-bottom:1.5rem;text-align:left}.form-content{max-width:100%;width:100%}.form-row{grid-template-columns:1fr;gap:1rem}.form-group{margin-bottom:0}.form-input,.form-select{padding:.875rem 1rem;font-size:1rem}.form-submit-btn{padding:.9375rem 2rem;font-size:1rem;width:100%;margin-top:1.5rem}.form-button-group{flex-direction:column;gap:.75rem;width:100%}.form-back-btn,.form-button-group .form-submit-btn{width:100%;padding:.875rem 1.5rem}.step-item{padding:.875rem}.step-number{width:38px;height:38px}}.form-select{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='%236b7280' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px;padding-right:2.5rem;cursor:pointer}.form-button-group{display:flex;gap:1rem;justify-content:center;margin-top:1.75rem}.step-item.completed{opacity:.8}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.125rem center;padding-right:3rem;cursor:pointer}.form-select:focus{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%232c5f7a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.file-upload-wrapper{display:flex;flex-direction:column;gap:.75rem}.form-file-input{display:none}.file-upload-label{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1.5rem;border:2px dashed #d1d5db;border-radius:12px;background:#f9fafb;cursor:pointer;transition:all .3s ease;text-align:center}.file-upload-label:hover{border-color:var(--primary-dark);background:#f0f9ff}.file-upload-label svg{color:var(--text-tertiary);transition:color .3s ease}.file-upload-label:hover svg{color:var(--primary-dark)}.file-upload-label span{font-size:.9375rem;color:var(--text-tertiary);font-weight:500}.file-selected{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.125rem;background:#f0f9ff;border:1px solid var(--primary-dark);border-radius:8px}.file-name{font-size:.9375rem;color:var(--primary-dark);font-weight:500}.file-remove-btn{background:transparent;border:none;color:var(--text-tertiary);font-size:1.25rem;cursor:pointer;padding:.25rem .5rem;transition:all .2s ease;line-height:1}.file-remove-btn:hover{color:#dc2626;transform:scale(1.1)}@media(max-width:768px){.checkbox-list{gap:.75rem}.checkbox-item{gap:.625rem;padding:.375rem 0}.checkbox-item input[type=checkbox]{width:20px;height:20px}.checkbox-item input[type=checkbox]:checked:after{left:6px;top:2px;width:5px;height:10px}.checkbox-text{font-size:.9375rem;line-height:1.4}.label-subtitle{font-size:.8125rem}.checkbox-group{gap:.75rem}.form-select{background-position:right 1rem center;padding-right:2.75rem}.form-buttons{flex-direction:column;gap:.75rem;width:100%}.form-back-btn,.form-buttons .form-submit-btn{width:100%;padding:.875rem 1.5rem}.file-upload-label{padding:1.5rem 1rem}.file-upload-label span,.file-name{font-size:.875rem}}@media(max-width:480px){.checkbox-list{gap:.625rem}.checkbox-item{gap:.5rem;padding:.25rem 0}.checkbox-item input[type=checkbox]{width:18px;height:18px}.checkbox-item input[type=checkbox]:checked:after{left:5px;top:1px;width:4px;height:9px}.checkbox-text{font-size:.9375rem;line-height:1.3}.label-subtitle{font-size:.75rem}.file-upload-label{padding:1.25rem .875rem;gap:.5rem}.file-upload-label svg{width:20px;height:20px}.file-upload-label span{font-size:.8125rem}.file-selected{padding:.75rem 1rem}.file-name{font-size:.8125rem}}@media(max-width:360px){.checkbox-item input[type=checkbox]{width:16px;height:16px}.checkbox-item input[type=checkbox]:checked:after{left:4px;top:1px;width:4px;height:8px}.checkbox-text{font-size:.875rem}.label-subtitle{font-size:.6875rem}}.career-form-container{height:100vh;width:100vw;display:flex;align-items:stretch;justify-content:center;padding:0;margin:0;background:#fff;overflow:hidden}.career-form-wrapper{display:grid;grid-template-columns:44% 56%;width:100%;height:100%;background:#fff;border-radius:0;overflow:hidden;box-shadow:none}.career-form-left{background:linear-gradient(180deg,#064e3b,#065f46);padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:center;gap:3.5rem;position:relative;overflow:hidden}.career-form-left:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse 800px 600px at 0% 30%,var(--border-primary) 0%,transparent 50%),radial-gradient(ellipse 700px 500px at 100% 60%,rgba(16,185,129,.12) 0%,transparent 50%),radial-gradient(ellipse 900px 700px at 50% 100%,rgba(5,150,105,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.career-form-left:after{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(135deg,transparent,transparent 70px,var(--overlay-primary-medium) 70px,var(--overlay-primary-medium) 140px),repeating-linear-gradient(45deg,transparent,transparent 70px,rgba(16,185,129,.05) 70px,rgba(16,185,129,.05) 140px);opacity:.5;pointer-events:none;z-index:0}.career-form-logo{display:flex;align-items:center;gap:.75rem;position:relative;z-index:1}.career-form-logo .logo-text{font-family:Bastia,Georgia,serif;font-size:1.5rem;font-weight:700;color:#fff!important;letter-spacing:1px}.career-form-steps{display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:1}.step-number.completed{background:#10b981;color:#fff}.career-form-right{background:#f5f5f5;padding:4rem 6rem;display:flex;align-items:center;justify-content:center;overflow-y:auto}.form-heading{font-family:Bastia,Georgia,serif;font-size:2.75rem;font-weight:700;color:var(--primary-dark);margin:0 0 1rem;line-height:1.15;text-align:center}.form-subheading{font-size:1rem;color:var(--text-tertiary);text-align:center;margin:0 0 2.5rem}.form-back-btn{background:transparent;color:var(--text-tertiary);font-size:1rem;font-weight:600;padding:.75rem 2rem;border:1.5px solid #d1d5db;border-radius:28px;cursor:pointer;transition:all .3s ease;margin-top:1rem;width:fit-content;align-self:center}.form-back-btn:hover{background:#f3f4f6;border-color:#9ca3af}@media(max-width:1200px){.career-form-left{padding:2.5rem 2rem;gap:3rem}.career-form-right{padding:3rem 2.5rem}.form-heading{font-size:2.5rem}}@media(max-width:992px){.career-form-container{padding:0;height:auto;min-height:100vh}.career-form-wrapper{grid-template-columns:1fr;max-width:100%;min-height:auto;border-radius:0}.career-form-left{padding:2.5rem 2rem;gap:2.5rem}.career-form-right{padding:2.5rem 2rem}.form-heading{font-size:2.25rem;margin-bottom:1.5rem}.form-content{max-width:100%}}@media(max-width:768px){.career-form-container{padding:0;height:auto;min-height:100vh;overflow-y:auto}.career-form-wrapper{border-radius:0;min-height:auto;max-width:100%}.career-form-left{padding:2rem 1.5rem;gap:2rem}.career-form-right{padding:2rem 1.5rem}.career-form-logo .logo-text{font-size:1.375rem;color:#fff!important}.form-heading{font-size:2rem;margin-bottom:1.5rem;text-align:left}.form-content{max-width:100%;width:100%}.form-row{grid-template-columns:1fr;gap:1rem}.form-group{margin-bottom:0}.form-input,.form-select{padding:.875rem 1rem;font-size:1rem}.form-submit-btn{padding:.9375rem 2rem;font-size:1rem;width:100%;margin-top:1.5rem}.form-buttons{flex-direction:column;gap:.75rem;width:100%}.form-back-btn,.form-buttons .form-submit-btn{width:100%;padding:.875rem 1.5rem}.step-item{padding:.875rem}.step-number{width:38px;height:38px}}@media(max-width:480px){.career-form-container{padding:0;overflow-y:auto}.career-form-wrapper{border-radius:0}.career-form-left{padding:1.5rem 1.25rem;gap:1.5rem}.career-form-right{padding:1.5rem 1.25rem}.career-form-logo .logo-text{font-size:1.25rem;color:#fff!important}.form-heading{font-size:1.75rem;margin-bottom:1.25rem}.form-row{gap:1rem}.form-label{font-size:.875rem}.form-input,.form-select{padding:.875rem 1rem;font-size:1rem}.form-submit-btn,.form-back-btn{padding:.875rem 1.5rem;font-size:1rem;width:100%}.step-number{width:36px;height:36px;font-size:.9375rem}.step-title{font-size:.9375rem}.step-description{font-size:.75rem}.career-form-steps{gap:1rem}.step-item{padding:.75rem}}@media(max-width:360px){.career-form-left,.career-form-right{padding:1.25rem 1rem}.form-heading{font-size:1.5rem}.career-form-logo .logo-text{font-size:1.125rem;color:#fff!important}.step-title{font-size:.875rem}.step-description{font-size:.6875rem}.form-input,.form-select{padding:.75rem .875rem;font-size:.9375rem}}.back-home-btn{background:linear-gradient(135deg,#064e3b,#065f46);color:#fff;font-size:1.0625rem;font-weight:600;padding:1rem 3rem;border:none;border-radius:28px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2c5f7a4d}.career-form-page{height:100vh;width:100vw;margin:0;padding:0;overflow:hidden}@media(max-width:768px){.career-form-page{height:auto;min-height:100vh;overflow-y:auto;overflow-x:hidden}}.step-item.completed{opacity:.6}.step-number.completed{background:#ffffff4d;color:#fff}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.125rem center;padding-right:3rem;cursor:pointer}.form-select:focus{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%232c5f7a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.checkbox-group{gap:.75rem}.checkbox-label{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.label-subtitle{font-size:.8125rem;font-weight:400;color:var(--text-tertiary);margin-top:.125rem}.checkbox-list{display:flex;flex-direction:column;gap:.75rem}.checkbox-item{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-item input[type=checkbox]{width:20px;height:20px;border:1.5px solid #d1d5db;border-radius:4px;cursor:pointer;appearance:none;background-color:#fff;position:relative;flex-shrink:0;transition:all .2s ease}.checkbox-item input[type=checkbox]:checked{background-color:var(--primary-dark);border-color:var(--primary-dark)}.checkbox-item input[type=checkbox]:checked:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-item input[type=checkbox]:hover{border-color:var(--primary-dark)}.checkbox-item input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #2c5f7a1a}.checkbox-text{font-size:.9375rem;color:#374151;font-weight:400}.form-buttons{display:flex;gap:1rem;align-items:center;justify-content:center;margin-top:2rem}.form-back-btn{padding:.875rem 2rem;background:transparent;color:var(--primary-dark);border:2px solid var(--primary-dark);border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.form-back-btn:hover{background:#f0f9ff;transform:translateY(-1px)}.form-back-btn:active{transform:translateY(0)}.form-buttons .form-submit-btn{margin:0;align-self:initial}@media(max-width:768px){.checkbox-list{gap:.75rem}.checkbox-item{gap:.625rem;padding:.375rem 0}.checkbox-item input[type=checkbox]{width:20px;height:20px}.checkbox-item input[type=checkbox]:checked:after{left:6px;top:2px;width:5px;height:10px}.checkbox-text{font-size:.9375rem;line-height:1.4}.label-subtitle{font-size:.8125rem}.checkbox-group{gap:.75rem}.form-select{background-position:right 1rem center;padding-right:2.75rem}}@media(max-width:480px){.checkbox-list{gap:.625rem}.checkbox-item{gap:.5rem;padding:.25rem 0}.checkbox-item input[type=checkbox]{width:18px;height:18px}.checkbox-item input[type=checkbox]:checked:after{left:5px;top:1px;width:4px;height:9px;border-width:0 2px 2px 0}.checkbox-text{font-size:.9375rem;line-height:1.3}.label-subtitle{font-size:.75rem}.form-buttons{margin-top:1.5rem}}@media(max-width:360px){.checkbox-item input[type=checkbox]{width:14px;height:14px}.checkbox-item input[type=checkbox]:checked:after{left:3px;top:0;width:3px;height:7px}.checkbox-text{font-size:.75rem}}.hire-form-container{height:100vh;width:100vw;display:flex;align-items:stretch;justify-content:center;padding:0;margin:0;background:#fff;overflow:hidden}.hire-form-wrapper{display:grid;grid-template-columns:44% 56%;width:100%;height:100%;background:#fff;border-radius:0;overflow:hidden;box-shadow:none}.hire-form-left{background:linear-gradient(180deg,#064e3b,#065f46);padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:center;gap:3.5rem;position:relative;overflow:hidden}.hire-form-left:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse 800px 600px at 0% 30%,var(--border-primary) 0%,transparent 50%),radial-gradient(ellipse 700px 500px at 100% 60%,rgba(16,185,129,.12) 0%,transparent 50%),radial-gradient(ellipse 900px 700px at 50% 100%,rgba(5,150,105,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.hire-form-left:after{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(135deg,transparent,transparent 70px,var(--overlay-primary-medium) 70px,var(--overlay-primary-medium) 140px),repeating-linear-gradient(45deg,transparent,transparent 70px,rgba(16,185,129,.05) 70px,rgba(16,185,129,.05) 140px);opacity:.5;pointer-events:none;z-index:0}.hire-form-logo{display:flex;align-items:center;gap:.75rem;position:relative;z-index:1}.logo-circle{display:flex;align-items:center;justify-content:center}.hire-form-logo .logo-text{font-family:Bastia,Georgia,serif;font-size:1.5rem;font-weight:700;color:#fff!important;letter-spacing:1px}.hire-form-steps{display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:1}.step-item{display:flex;align-items:center;gap:1rem;padding:1.25rem 1rem;border-radius:14px;opacity:.7;transition:all .3s ease;position:relative}.step-item.active{opacity:1;background:#ffffff2e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.step-number{width:44px;height:44px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-size:1.0625rem;font-weight:700;color:#ffffffd9;flex-shrink:0;transition:all .3s ease}.step-number.active{background:#fff;color:var(--primary-dark)}.step-content{flex:1;padding-top:0;text-align:left}.step-title{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 .25rem;line-height:1.3;text-align:left}.step-description{font-size:.875rem;color:#ffffffe6;margin:0;line-height:1.5;text-align:left}.hire-form-right{background:#f5f5f5;padding:4rem 6rem;display:flex;align-items:center;justify-content:center;overflow-y:auto}.form-content{width:100%;max-width:580px}.form-heading{font-family:Bastia,Georgia,serif;font-size:3.25rem;font-weight:700;color:var(--primary-dark);margin:0 0 2.5rem;line-height:1.15;text-align:center}form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin:0}.form-input{width:100%;padding:.875rem 1.125rem;font-size:.9375rem;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;transition:all .25s ease;font-family:inherit}.form-input::placeholder{color:#9ca3af}.form-input:focus{outline:none;border-color:var(--primary-dark);background:#fff;box-shadow:0 0 0 3px #2c5f7a1a}.form-input:hover{border-color:#9ca3af}.form-submit-btn{background:var(--gradient-primary);color:#fff;font-size:1.0625rem;font-weight:700;padding:1rem 3.25rem;border:none;border-radius:28px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #10b98159;margin-top:1.75rem;width:fit-content;align-self:center}.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #10b98173;background:linear-gradient(135deg,#059669,#047857)}.form-submit-btn:active{transform:translateY(0)}@media(max-width:1200px){.hire-form-wrapper{max-width:950px;min-height:620px}.hire-form-left{padding:2.5rem 2rem;gap:3rem}.hire-form-right{padding:3rem 2.5rem}.form-heading{font-size:2.75rem}}@media(max-width:992px){.hire-form-container{padding:0;height:auto;min-height:100vh}.hire-form-wrapper{grid-template-columns:1fr;max-width:100%;min-height:auto;border-radius:0}.hire-form-left{padding:2.5rem 2rem;gap:2.5rem}.hire-form-right{padding:2.5rem 2rem}.form-heading{font-size:2.5rem;margin-bottom:2rem}.step-item{padding:1rem .75rem}.step-number{width:40px;height:40px;font-size:1rem}.step-title{font-size:1.0625rem}.step-description{font-size:.8125rem}.form-content{max-width:100%}}@media(max-width:768px){.hire-form-container{padding:0;height:auto;min-height:100vh;overflow-y:auto}.hire-form-wrapper{border-radius:0;min-height:auto;max-width:100%}.hire-form-left{padding:2rem 1.5rem;gap:2rem}.hire-form-right{padding:2rem 1.5rem}.hire-form-logo .logo-text{font-size:1.375rem;color:#fff!important}.form-heading{font-size:2rem;margin-bottom:1.5rem;text-align:left}.form-content{max-width:100%;width:100%}.form-row{grid-template-columns:1fr;gap:1rem}.form-group{margin-bottom:0}.form-input,.form-select{padding:.875rem 1rem;font-size:1rem}.form-submit-btn{padding:.9375rem 2rem;font-size:1rem;width:100%;margin-top:1.5rem}.form-buttons{flex-direction:column;gap:.75rem;width:100%}.form-back-btn,.form-buttons .form-submit-btn{width:100%;padding:.875rem 1.5rem}.step-item{padding:.875rem}.step-number{width:38px;height:38px}}@media(max-width:480px){.hire-form-container{padding:0;overflow-y:auto}.hire-form-wrapper{border-radius:0}.hire-form-left{padding:1.5rem 1.25rem;gap:1.5rem}.hire-form-right{padding:1.5rem 1.25rem}.hire-form-logo .logo-text{font-size:1.25rem;color:#fff!important}.form-heading{font-size:1.75rem;margin-bottom:1.25rem}.form-row{gap:1rem}.form-label{font-size:.875rem}.form-input,.form-select{padding:.875rem 1rem;font-size:1rem}.form-submit-btn,.form-back-btn{padding:.875rem 1.5rem;font-size:1rem;width:100%}.step-number{width:36px;height:36px;font-size:.9375rem}.step-title{font-size:.9375rem}.step-description{font-size:.75rem}.hire-form-steps{gap:1rem}.step-item{padding:.75rem}}@media(max-width:360px){.hire-form-left,.hire-form-right{padding:1.25rem 1rem}.form-heading{font-size:1.5rem}.hire-form-logo .logo-text{font-size:1.125rem;color:#fff!important}.step-title{font-size:.875rem}.step-description{font-size:.6875rem}.form-input,.form-select{padding:.75rem .875rem;font-size:.9375rem}}.success-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 0}.success-icon{margin-bottom:2rem;animation:scaleIn .5s ease-out}.success-icon.submitting{margin-bottom:2rem}.spinner{width:60px;height:60px;border:4px solid #e5e7eb;border-top-color:var(--primary-dark);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.success-icon.error svg circle,.success-icon.error svg path{stroke:#ef4444}.success-heading{font-family:Bastia,Georgia,serif;font-size:2.5rem;font-weight:700;color:var(--primary-dark);margin:0 0 1.5rem;line-height:1.2}.error-heading{color:#ef4444}.success-description{font-size:1.0625rem;color:var(--text-tertiary);line-height:1.6;max-width:500px;margin:0 0 2.5rem}.success-details{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:500px;margin-bottom:2.5rem}.detail-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#fff;border-radius:12px;border:1.5px solid #e5e7eb;text-align:left;transition:all .3s ease}.detail-item:hover{border-color:var(--primary-dark);box-shadow:0 4px 12px #2c5f7a1a}.detail-icon{font-size:1.75rem;flex-shrink:0}.detail-text{display:flex;flex-direction:column;gap:.25rem}.detail-text strong{font-size:.9375rem;font-weight:600;color:var(--primary-dark)}.detail-text span{font-size:.875rem;color:var(--text-tertiary);line-height:1.5}.back-home-btn{background:linear-gradient(135deg,var(--primary-dark) 0%,#065f46 100%);color:#fff;font-size:1.0625rem;font-weight:600;padding:1rem 3rem;border:none;border-radius:28px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2c5f7a4d}.back-home-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2c5f7a66}.back-home-btn:active{transform:translateY(0)}.retry-btn{background:var(--gradient-primary);box-shadow:0 4px 15px #10b9814d}.retry-btn:hover{box-shadow:0 6px 20px #10b98166;background:linear-gradient(135deg,#059669,#047857)}@media(max-width:768px){.success-heading{font-size:2rem}.success-description{font-size:1rem}.detail-item{padding:1rem}.detail-icon{font-size:1.5rem}.detail-text strong{font-size:.875rem}.detail-text span{font-size:.8125rem}.back-home-btn,.retry-btn{width:100%;padding:.9375rem 2rem}.success-icon svg{width:70px;height:70px}.spinner{width:50px;height:50px}}@media(max-width:480px){.success-icon svg{width:60px;height:60px}.success-heading{font-size:1.75rem}.success-description{font-size:.9375rem}.success-details{gap:1rem}.detail-item{padding:.875rem;flex-direction:column;align-items:center;text-align:center}.back-home-btn,.retry-btn{padding:.875rem 2rem;font-size:1rem;width:100%}.spinner{width:45px;height:45px;border-width:3px}}@media(max-width:360px){.success-icon svg{width:50px;height:50px}.success-heading{font-size:1.5rem}.success-description{font-size:.875rem}.detail-item{padding:.75rem}.detail-text strong{font-size:.8125rem}.detail-text span{font-size:.75rem}.back-home-btn,.retry-btn{padding:.75rem 1.5rem;font-size:.9375rem}.spinner{width:40px;height:40px}}.hire-form-page{height:100vh;width:100vw;margin:0;padding:0;overflow:hidden}@media(max-width:768px){.hire-form-page{height:auto;min-height:100vh;overflow-y:auto;overflow-x:hidden}}.success-stories{padding:72px 20px;background:linear-gradient(#f6fbfd,#fff 40%);color:#103f51;font-family:Inter,Open Sans,sans-serif}.container{max-width:1100px;margin:0 auto}.ss-header{text-align:center;margin-bottom:36px}.ss-header h1{font-family:Merriweather,serif;font-size:40px;margin:0 0 8px;color:#3b5360;font-weight:700}.ss-lead{margin:0;color:#8aa6b4;font-size:15px}.cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px 20px;align-items:start}.case-card{list-style:none;border-radius:12px;overflow:hidden;box-shadow:0 6px 18px #0f28320f;background:transparent}.case-link{color:inherit;text-decoration:none;display:block;height:100%}.case-hero{height:150px;display:flex;align-items:flex-start;padding:18px 20px;background-size:cover;background-position:right center;position:relative}.case-hero-title{color:#fff;font-size:20px;line-height:1.15;margin:0;width:70%;font-weight:700;text-shadow:0 1px 0 rgba(0,0,0,.08)}.case-body{background:#fff;padding:16px 18px;border-top:1px solid rgba(16,63,81,.04)}.case-subtitle{margin:0;color:#41585f;font-size:14px;line-height:1.4;font-weight:600}.case-body{border-bottom-left-radius:12px;border-bottom-right-radius:12px}@media(max-width:900px){.cases-grid{grid-template-columns:1fr;gap:18px}.case-hero{height:160px}.case-hero-title{font-size:22px;width:100%}}@media(prefers-reduced-motion:reduce){.case-link,.case-card{transition:none}}.playbooks-hero{background:#f8faf9;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 20px 40px}.hero-content h1{font-size:46px;font-weight:700;color:#1c2a33;margin-bottom:12px}.hero-content p{font-size:18px;color:#5a6b75;max-width:600px;margin:0 auto 24px;line-height:1.5}.hire-btn{background:#f7672b;color:#fff;border:none;padding:12px 30px;border-radius:25px;font-weight:600;cursor:pointer}.hire-btn:hover{background:#ff8b56}.hero-logos{margin-top:50px}.hero-logos p{font-weight:600;color:#2e3a44;margin-bottom:16px}.logo-list{display:flex;flex-wrap:wrap;justify-content:center;gap:28px}.logo-list img{max-height:36px;opacity:.85;transition:opacity .2s}.logo-list img:hover{opacity:1}.guides-section{padding:80px 20px;background:#fff}.container{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px}.guide-card{background:#f9fbfc;border-radius:14px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .2s}.guide-card:hover{transform:translateY(-4px)}.guide-img{height:180px;background-size:cover;background-position:center}.guide-content{padding:20px}.guide-content h3{font-size:18px;margin-bottom:10px;color:#1b2b33}.guide-content p{font-size:15px;color:#54636f;line-height:1.4;margin-bottom:12px}.read-btn{color:#f7672b;font-weight:600;text-decoration:none}.read-btn:hover{text-decoration:underline}.cta-section{background:linear-gradient(180deg,#f8fbfc,#fff);text-align:center;padding:80px 20px}.cta-section h2{font-size:32px;color:#1c2a33;margin-bottom:10px}.cta-section p{color:#5a6b75;margin-bottom:24px}.cta-btn{background:#f7672b;color:#fff;padding:12px 28px;border:none;border-radius:25px;font-weight:600;cursor:pointer}.cta-btn:hover{background:#ff8b56}@media(max-width:768px){.hero-content h1{font-size:36px}.container{grid-template-columns:1fr}}.stats-section{background:linear-gradient(to bottom,#e9f5f9,#fff);padding:80px 20px;display:flex;justify-content:center}.stats-container{display:flex;gap:24px;justify-content:center;max-width:1200px;width:100%;flex-wrap:wrap}.stat-card{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000000d;padding:40px 30px;width:300px;text-align:left;position:relative;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000014}.stat-dot{width:20px;height:20px;border-radius:50%;margin-bottom:16px}.stat-number{font-size:36px;color:#004f6d;font-weight:700;margin:0}.stat-title{font-size:18px;color:#004f6d;font-weight:600;margin:6px 0 12px}.stat-description{font-size:15px;color:#4a4a4a;line-height:1.6}@media(max-width:1024px){.stats-container{justify-content:center}}@media(max-width:768px){.stat-card{width:100%;max-width:360px}}.process-cards-section{padding:80px 20px 50px;background:var(--gradient-bg-light);height:2000px}.process-cards-section h1{text-align:center;margin-bottom:10px;font-size:42px;font-weight:700;color:var(--text-primary);letter-spacing:-.5px}.process-cards-section>p{text-align:center;margin-bottom:60px;font-size:18px;color:var(--text-secondary);font-weight:400}.sticky-container{height:1800px;position:relative;max-width:800px;margin:0 auto}.sticky-card-wrapper{position:sticky;top:0;height:350px;padding:50px 0;pointer-events:none}.sticky-card-wrapper:last-child{pointer-events:auto}.card-wrapper{height:100%;width:100%;transition:transform .5s ease-in-out;z-index:calc(900 - var(--data-id));position:relative;pointer-events:auto}.process-card{height:100%;padding:20px;border-radius:var(--radius-xl);background:var(--gradient-card);box-shadow:var(--shadow-2xl);border:1px solid var(--border-light);transition:all var(--transition-base);position:relative;overflow:hidden}.process-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-top-accent);border-radius:var(--radius-xl) var(--radius-xl) 0 0}.card-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.step-number-badge{min-width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--gradient-primary);color:#fff;font-size:20px;font-weight:700;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.card-title{font-size:26px;color:var(--text-primary);margin:0;font-weight:700;line-height:1.3;letter-spacing:-.3px}.card-description{font-size:16px;color:var(--text-secondary);margin-bottom:28px;text-align:left;line-height:1.7;font-weight:400}.features-list{display:flex;flex-direction:column;gap:4px}.feature-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--overlay-primary-light);border-radius:var(--radius-md);border:1px solid var(--border-primary);transition:all var(--transition-fast)}.feature-item:hover{background:var(--overlay-primary-medium);border-color:var(--border-primary);transform:translate(4px)}.feature-checkmark{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;background:var(--badge-checkmark);color:#fff;font-size:14px;font-weight:700;border-radius:var(--radius-sm);box-shadow:var(--shadow-sm)}.feature-text{font-size:15px;color:var(--text-secondary);font-weight:500;line-height:1.5}.scroll-spacer{height:100vh}@media(max-width:768px){.process-cards-section{padding:60px 16px 40px}.process-cards-section h1{font-size:32px}.process-cards-section>p{font-size:16px;margin-bottom:40px}.sticky-container{max-width:100%}.sticky-card-wrapper{height:400px;padding:30px 0}.process-card{padding:32px 24px;border-radius:16px}.card-header{gap:12px}.step-number-badge{min-width:40px;height:40px;font-size:18px;border-radius:10px}.card-title{font-size:22px}.card-description{font-size:15px;margin-bottom:24px}.feature-item{padding:10px 14px;gap:10px}.feature-checkmark{min-width:22px;height:22px;font-size:13px}.feature-text{font-size:14px}}@media(max-width:480px){.process-cards-section{padding:50px 12px 30px}.process-cards-section h1{font-size:28px}.process-cards-section>p{font-size:15px}.sticky-card-wrapper{height:450px;padding:20px 0}.process-card{padding:28px 20px}.card-header{flex-direction:column;align-items:flex-start;gap:12px}.step-number-badge{min-width:36px;height:36px;font-size:16px}.card-title{font-size:20px}.card-description{font-size:14px}.feature-item{padding:9px 12px}.feature-text{font-size:13px}}.section-title{font-size:32px;font-weight:600;margin-bottom:40px}.talent-section{padding:80px 20px;background:var(--gradient-bg-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.section-header{text-align:center;margin-bottom:50px}.section-title{font-size:42px;font-weight:700;color:var(--text-primary);letter-spacing:-.5px;margin-bottom:12px}.section-subtitle{font-size:18px;color:var(--text-secondary);font-weight:400;margin:0}.buttons-container{display:flex;justify-content:center;gap:12px;margin-bottom:50px;padding:8px;max-width:900px;margin-left:auto;margin-right:auto;flex-wrap:wrap}.category-button{background:#ffffffb3;border:2px solid var(--border-primary);padding:14px 28px;border-radius:12px;font-size:15px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:10px;flex-shrink:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000000a}.category-icon{font-size:18px;font-weight:700;color:var(--primary);transition:transform .3s ease}.category-label{white-space:nowrap}.category-button.active{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;border-color:var(--primary);box-shadow:0 8px 20px #10b9814d;transform:translateY(-2px)}.category-button.active .category-icon{color:#fff;transform:scale(1.1)}.category-button:not(.active):hover{background:#fffffff2;border-color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-md);color:var(--text-secondary)}.category-button:not(.active):hover .category-icon{color:var(--primary);transform:scale(1.05)}.category-button:not(.active):hover .category-label{color:var(--text-secondary)}.cards-grid{display:flex;justify-content:center;gap:24px;margin-top:40px;flex-wrap:wrap;max-width:1200px;margin-left:auto;margin-right:auto}.talent-card{background:var(--gradient-card);border-radius:16px;padding:28px;box-shadow:0 12px 32px #0000000f,0 4px 12px #0000000a;width:340px;min-height:200px;display:flex;flex-direction:column;transition:all .3s ease;border:1px solid var(--border-light);position:relative;overflow:hidden}.talent-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary) 0%,var(--accent) 100%)}.talent-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000001a,0 6px 16px #0000000f}.card-header{display:flex;align-items:center;margin-bottom:24px}.avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-right:16px;border:3px solid var(--primary);box-shadow:0 4px 12px var(--border-primary)}.name{font-size:20px;font-weight:700;margin:0;color:var(--text-primary);letter-spacing:-.3px}.experience{font-size:14px;color:var(--text-tertiary);margin:4px 0 0;font-weight:500}.card-details{border-top:1px solid rgba(226,232,240,.6);padding-top:20px;display:flex;flex-direction:column;gap:16px}.detail-item{display:flex;align-items:center;gap:14px;padding:10px 12px;background:var(--overlay-primary-light);border-radius:10px;transition:all .2s ease}.detail-item:hover{background:var(--overlay-primary-medium);transform:translate(4px)}.detail-icon{min-width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.education-icon{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);box-shadow:0 3px 8px #8b5cf640}.education-icon:before{content:"🎓";font-size:18px;filter:grayscale(100%) brightness(200%)}.company-icon{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 3px 8px #10b98140}.company-icon:before{content:"🏢";font-size:18px;filter:grayscale(100%) brightness(200%)}.text{font-size:14px;color:var(--text-secondary);line-height:1.6;font-weight:500;flex:1}.no-results{font-size:18px;color:var(--text-tertiary);text-align:center;padding:60px 30px;font-weight:500}@media(max-width:768px){.talent-section{padding:60px 16px}.section-title{font-size:32px}.section-subtitle{font-size:16px}.section-header{margin-bottom:40px}.buttons-container{gap:8px;padding:6px;margin-bottom:40px}.category-button{padding:12px 20px;font-size:14px}.category-icon{font-size:16px}.talent-card{width:100%;max-width:400px;padding:24px}.avatar{width:56px;height:56px}.name{font-size:18px}}@media(max-width:480px){.talent-section{padding:50px 12px}.section-title{font-size:28px}.section-subtitle{font-size:15px}.buttons-container{flex-direction:column;gap:10px}.category-button{width:100%;justify-content:center;padding:14px 24px}.talent-card{padding:20px}.card-header{margin-bottom:20px}.detail-icon{min-width:28px;height:28px}.education-icon:before,.company-icon:before{font-size:16px}.text{font-size:13px}}.why-oceans{padding:80px 20px;background-color:#fff}.why-oceans__container{max-width:1200px;margin:0 auto}.why-oceans__header{text-align:center;margin-bottom:60px}.why-oceans__header h2{font-family:Abril Fatface,serif;font-size:3rem;color:#065473;margin:0 0 16px}.why-oceans__header p{color:#5b91a6;font-size:1.1rem;margin:0}.why-oceans__content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.why-oceans__video{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3/4;background:#065473}.why-oceans__video video{width:100%;height:100%;object-fit:cover;filter:brightness(.8) saturate(1.2)}.logo-overlay{position:absolute;top:24px;left:24px;display:flex;align-items:center;gap:8px}.logo-icon{color:#fff;font-size:24px}.logo-text{color:#fff;font-weight:600;font-size:20px;letter-spacing:.5px}.why-oceans__benefits{display:grid;grid-template-columns:1fr 1fr;gap:24px}.benefit-card{padding:24px;background:#d8edf233;border-radius:8px;transition:transform .2s ease}.benefit-card:hover{transform:translateY(-2px)}.benefit-icon{font-size:24px;margin-bottom:16px;display:block}.benefit-title{color:#065473;font-size:1.1rem;margin:0 0 8px;font-weight:600}.benefit-description{color:#5b91a6;font-size:.95rem;line-height:1.5;margin:0}@media(max-width:1024px){.why-oceans__content{grid-template-columns:1fr}.why-oceans__video{max-width:600px;margin:0 auto}.why-oceans__benefits{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:768px){.why-oceans{padding:60px 20px}.why-oceans__header h2{font-size:2.5rem}.why-oceans__benefits{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.benefit-card{transition:none}}.common-questions-section{background-color:#064e3b;padding:80px 100px;color:#fff}.common-questions-container{max-width:1200px;margin:0 auto}.section-title{font-size:32px;font-weight:600;margin-bottom:40px;color:#fff!important}.common-questions-section .section-title{color:#fff!important}.qa-list{display:flex;flex-direction:column;gap:1px}.qa-item{display:flex;background-color:#065f46}.qa-question{flex:0 0 35%;padding:20px 25px;font-weight:500;font-size:16px;border-right:1px solid rgba(255,255,255,.2)}.qa-answer{flex:1;padding:20px 25px;font-weight:300;font-size:16px;line-height:1.5;color:#fffc}.qa-item{border-top:1px solid rgba(255,255,255,.2)}.qa-list .qa-item:last-child{border-bottom:1px solid rgba(255,255,255,.2)}@media(max-width:1200px){.common-questions-section{padding:80px 60px}}@media(max-width:992px){.common-questions-section{padding:80px 40px}}@media(max-width:768px){.common-questions-section{padding:60px 20px}.qa-item{flex-direction:column;border-right:none}.qa-question{flex:1;border-right:none;border-bottom:1px solid rgba(255,255,255,.2);font-weight:600}}@media(max-width:480px){.common-questions-section{padding:40px 15px}.section-title{font-size:28px}.qa-question,.qa-answer{padding:15px 20px;font-size:15px}}.story-container{max-width:850px;margin:0 auto;padding:40px 20px;font-family:Inter,sans-serif;line-height:1.8;color:#1a1a1a}.story-header{text-align:center;margin-bottom:40px}.story-logo{height:50px;margin-bottom:20px}.story-title{font-size:2.2rem;font-weight:700;color:#012f50}.story-author{font-size:1rem;color:#555}.story-main-image img{width:100%;border-radius:12px;margin:20px 0}.story-section{margin-bottom:40px}.story-section h2{color:#012f50;margin-bottom:10px;font-size:1.4rem}.story-section p{margin-bottom:15px;font-size:1.05rem}.story-section blockquote{border-left:4px solid var(--primary);padding-left:16px;font-style:italic;background:#f9f9f9;margin:20px 0;color:#333}.story-section-image img{width:100%;border-radius:8px;margin-top:10px}.story-conclusion{background:#f3f8fb;padding:20px;border-radius:10px;text-align:center}.story-conclusion h3{color:#012f50;margin-bottom:10px}.guide-container{max-width:850px;margin:0 auto;padding:40px 20px;font-family:Inter,sans-serif;line-height:1.8;color:#1a1a1a}.guide-header{text-align:center;margin-bottom:40px}.guide-logo{height:50px;margin-bottom:20px}.guide-title{font-size:2.2rem;font-weight:700;color:#012f50}.guide-author{font-size:1rem;color:#555;margin-top:8px}.guide-hero-image img{width:100%;border-radius:12px;margin:20px 0}.guide-section{margin-bottom:40px}.guide-section h2{color:#012f50;margin-bottom:10px;font-size:1.4rem}.guide-section p{margin-bottom:15px;font-size:1.05rem}.guide-tips{list-style:disc;margin-left:30px;margin-bottom:20px;color:#333}.guide-section blockquote{border-left:4px solid var(--primary);padding-left:16px;font-style:italic;background:#f9f9f9;margin:20px 0;color:#333}.guide-section-image img{width:100%;border-radius:8px;margin-top:10px}.guide-summary{background:#f3f8fb;padding:20px;border-radius:10px;text-align:center}.guide-summary h3{color:#012f50;margin-bottom:10px}.legal-page{max-width:900px;margin:0 auto;padding:120px 20px 80px;font-family:Inter,sans-serif;color:var(--text-primary)}.legal-header{text-align:center;margin-bottom:60px;padding-bottom:30px;border-bottom:2px solid var(--primary)}.legal-title{font-size:2.5rem;font-weight:700;color:var(--primary-dark);margin-bottom:15px;line-height:1.2}.legal-updated{font-size:.95rem;color:#6b7280;font-style:italic}.legal-content{line-height:1.8}.legal-section{margin-bottom:40px}.legal-section h2{font-size:1.5rem;font-weight:600;color:var(--primary-dark);margin-bottom:15px;margin-top:30px}.legal-section h3{font-size:1.2rem;font-weight:600;color:var(--primary);margin-bottom:12px;margin-top:20px}.legal-section p{margin-bottom:15px;color:#374151;font-size:1rem}.legal-section ul{margin-left:25px;margin-bottom:20px}.legal-section ul li{margin-bottom:10px;color:#374151;position:relative;padding-left:10px}.legal-section ul li::marker{color:var(--primary)}.legal-section strong{color:var(--primary-dark);font-weight:600}.contact-info{background:#f0fdf4;padding:20px;border-radius:8px;border-left:4px solid var(--primary);margin-top:15px}.contact-info p{margin-bottom:8px;color:var(--primary-dark)}@media(max-width:768px){.legal-page{padding:100px 20px 60px}.legal-title{font-size:2rem}.legal-section h2{font-size:1.3rem}.legal-section h3{font-size:1.1rem}.legal-section p,.legal-section ul li{font-size:.95rem}}.app{width:100%;min-height:100vh}
