:root{
  --navy:#0b1220;
  --navy-2:#111c31;
  --ink:#172033;
  --muted:#667085;
  --line:#e5e9f0;
  --paper:#f7f8fb;
  --white:#ffffff;
  --blue:#2563eb;
  --blue-2:#1d4ed8;
  --orange:#f97316;
  --orange-2:#ea580c;
  --green:#25d366;
  --shadow:0 24px 60px rgba(15,23,42,.10);
  --shadow-sm:0 14px 34px rgba(15,23,42,.07);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.container{width:min(1240px,calc(100% - 48px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:100;padding:14px 0;background:rgba(247,248,251,.82);backdrop-filter:blur(18px);transition:.2s ease}
.site-header.is-scrolled{box-shadow:0 10px 34px rgba(15,23,42,.07);background:rgba(247,248,251,.96)}
.nav-shell{min-height:64px;padding:9px 12px 9px 14px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:rgba(255,255,255,.92);display:flex;align-items:center;gap:28px;box-shadow:0 10px 30px rgba(15,23,42,.055)}
.brand{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.brand-symbol{width:38px;height:38px;display:grid;place-items:center;color:var(--blue);flex:0 0 38px}.brand-symbol svg{width:36px;height:36px;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}.brand-name{font-size:20px;font-weight:800;letter-spacing:-.045em;color:var(--navy)}.brand-name span{color:var(--blue)}
.desktop-nav{display:flex;gap:28px;margin-left:auto}.desktop-nav a{font-size:12px;font-weight:700;color:#596277;transition:.2s}.desktop-nav a:hover{color:var(--navy)}
.nav-cta{display:inline-flex;align-items:center;gap:12px;height:44px;padding:0 18px;border-radius:13px;background:var(--orange);color:white;font-size:12px;font-weight:800;box-shadow:0 10px 22px rgba(249,115,22,.2)}.nav-cta:hover{background:var(--orange-2)}
.menu-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:white;padding:10px}.menu-toggle span{display:block;height:2px;background:var(--navy);margin:5px 0;border-radius:999px}.mobile-nav{display:none;padding:14px 24px 24px;background:white;border-bottom:1px solid var(--line)}.mobile-nav a{padding:13px 0;font-weight:700}.mobile-cta{margin-top:8px;text-align:center;background:var(--orange);color:#fff;border-radius:12px}.mobile-nav.is-open{display:grid}

.hero{padding:38px 0 74px}.hero-layout{min-height:680px;border-radius:34px;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-2) 70%,#183158 100%);display:grid;grid-template-columns:1.05fr .95fr;gap:52px;padding:64px;overflow:hidden;position:relative}.hero-layout::before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;right:-210px;top:-230px;background:rgba(37,99,235,.22);filter:blur(2px)}.hero-copy{position:relative;z-index:2;align-self:center}.hero-badge{display:inline-flex;align-items:center;gap:10px;color:#b8c4d8;font-size:10px;font-weight:800;letter-spacing:.2em}.hero-badge span{width:28px;height:2px;background:var(--orange);border-radius:999px}.hero h1{margin:22px 0 22px;color:white;font-size:clamp(52px,5.7vw,82px);line-height:.98;letter-spacing:-.055em;max-width:760px}.hero h1 em{font-style:normal;color:#ffb27c}.hero-copy>p{max-width:650px;margin:0;color:#b8c4d8;font-size:17px;line-height:1.78}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.button{min-height:52px;padding:0 22px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:13px;font-weight:800;transition:.2s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--orange);color:white}.button-primary:hover{background:var(--orange-2)}.button-light{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:white}.hero-mini{display:flex;gap:34px;margin-top:42px}.hero-mini div{display:grid;gap:3px}.hero-mini strong{font-size:21px;color:white}.hero-mini span{font-size:10px;color:#95a4bd;font-weight:700}
.hero-collage{position:relative;min-height:552px;align-self:center}.hero-main-photo{position:absolute;inset:12px 86px 18px 0;margin:0;border-radius:30px;overflow:hidden;box-shadow:0 28px 64px rgba(0,0,0,.24)}.hero-main-photo img{width:100%;height:100%;object-fit:cover}.hero-small-photo{position:absolute;width:162px;height:176px;margin:0;border-radius:24px;overflow:hidden;border:6px solid var(--navy-2);box-shadow:0 20px 42px rgba(0,0,0,.20)}.hero-small-photo img{width:100%;height:100%;object-fit:cover}.hero-small-photo.top{right:0;top:6px}.hero-small-photo.bottom{right:0;bottom:18px;height:154px}

.quick-strip{padding:0 0 82px}.quick-strip-inner{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:18px;background:white;overflow:hidden;box-shadow:var(--shadow-sm)}.quick-strip span{min-height:84px;display:flex;align-items:center;padding:0 22px;font-size:12px;font-weight:800;border-right:1px solid var(--line);position:relative}.quick-strip span::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--blue);margin-right:10px}.quick-strip span:last-child{border-right:0}

.jobs-section{padding:104px 0;background:white;border-top:1px solid var(--line)}.jobs-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.jobs-intro{position:sticky;top:116px}.section-label{display:inline-block;color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.2em}.section-label.light{color:#9fb7ff}.jobs-intro h2,.section-top h2,.apply-side h2,.gallery-head h2,.info-card h2,.faq-intro h2{margin:16px 0 0;font-size:clamp(38px,4.7vw,62px);line-height:1.02;letter-spacing:-.05em}.jobs-intro p{max-width:430px;margin:20px 0 26px;color:var(--muted);font-size:15px;line-height:1.75}.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--blue);font-size:12px;font-weight:800}.job-list{border-top:1px solid var(--line)}.job-row{display:grid;grid-template-columns:150px 1fr 190px;gap:24px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line);transition:.2s}.job-row:hover{padding-left:10px}.job-thumb{width:150px;height:112px;border-radius:16px;overflow:hidden;background:#eef1f5}.job-thumb img{width:100%;height:100%;object-fit:cover}.job-row-copy{position:relative;padding-left:42px}.job-index{position:absolute;left:0;top:2px;font-size:10px;font-weight:800;color:#9aa4b6}.job-row h3{margin:0 0 8px;font-size:20px;letter-spacing:-.025em}.job-row p{margin:0;color:var(--muted);font-size:12px;line-height:1.65;max-width:520px}.job-meta{justify-self:end;text-align:right;display:grid;gap:18px}.job-meta span{font-size:10px;font-weight:800;color:var(--blue);text-transform:uppercase;letter-spacing:.08em}.job-meta b{font-size:24px;color:var(--navy)}

.apply-section{padding:104px 0;background:#edf2ff}.apply-shell{display:grid;grid-template-columns:.78fr 1.22fr;gap:64px;align-items:center}.apply-side{padding:20px 0}.apply-side h2{max-width:500px}.apply-side>p{max-width:500px;margin:20px 0 0;color:#58657a;line-height:1.8;font-size:15px}.apply-notes{display:grid;gap:12px;margin-top:32px}.apply-notes div{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center}.apply-notes span{width:42px;height:42px;border-radius:12px;background:var(--navy);color:white;display:grid;place-items:center;font-size:10px;font-weight:800}.apply-notes p{margin:0;font-size:12px;color:#59667b;line-height:1.55}
.application-form{background:white;border-radius:28px;padding:34px;box-shadow:0 28px 70px rgba(37,99,235,.11);border:1px solid rgba(37,99,235,.10)}.form-head{display:grid;gap:8px;margin-bottom:26px}.form-head span{font-size:9px;letter-spacing:.18em;font-weight:800;color:var(--blue)}.form-head strong{font-size:20px;letter-spacing:-.02em}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.application-form label{display:grid;gap:8px}.application-form label>span{font-size:11px;font-weight:800}.application-form label small{font-weight:500;color:#98a2b3}.application-form input,.application-form select,.application-form textarea{width:100%;border:1px solid #dfe4ec;border-radius:13px;background:#fbfcfe;color:var(--ink);outline:none;padding:0 14px;transition:.2s}.application-form input,.application-form select{height:52px}.application-form textarea{min-height:112px;padding-top:14px;resize:vertical}.application-form input:focus,.application-form select:focus,.application-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(37,99,235,.09);background:white}.form-full{grid-column:1/-1}.submit-button{width:100%;height:56px;margin-top:20px;border:0;border-radius:14px;background:var(--navy);color:white;font-weight:800;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:.2s}.submit-button:hover{background:#15233d;transform:translateY(-1px)}.form-footnote{text-align:center;margin:12px 0 0;color:#98a2b3;font-size:9px}

.process-section{padding:108px 0;background:white}.section-top{display:flex;align-items:end;justify-content:space-between;gap:60px}.section-top>div{max-width:700px}.section-top>p{max-width:420px;margin:0;color:var(--muted);line-height:1.7;font-size:14px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px}.process-card{min-height:250px;padding:26px;border:1px solid var(--line);border-radius:22px;background:#fbfcfe;position:relative}.process-card>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e8efff;color:var(--blue);font-size:10px;font-weight:800}.process-card h3{margin:52px 0 10px;font-size:17px}.process-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.process-card::after{content:"";position:absolute;width:42px;height:3px;left:26px;bottom:24px;background:var(--orange);border-radius:999px}

.gallery-band{padding:104px 0;background:var(--navy);color:white}.gallery-head{margin-bottom:34px}.gallery-head h2{max-width:760px}.gallery-head p{max-width:760px;margin:16px 0 0;color:#a9b7d1;font-size:15px;line-height:1.75}.gallery-grid-clean{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-card{margin:0;border-radius:22px;overflow:hidden;background:#101a2b;border:1px solid rgba(255,255,255,.06);box-shadow:0 18px 36px rgba(0,0,0,.14)}.gallery-card img{width:100%;height:280px;object-fit:cover}.gallery-card figcaption{padding:16px 16px 18px;font-size:13px;font-weight:800;color:#edf2ff}.gallery-c{grid-column:2;grid-row:1}

.info-section{padding:106px 0;background:#fff}.info-grid{display:grid;grid-template-columns:1fr .72fr;gap:44px;align-items:stretch}.info-card{border-radius:28px;background:#fff7ed;padding:46px;border:1px solid #fed7aa}.info-card h2{max-width:700px}.info-card p{max-width:690px;color:#6f5b4d;line-height:1.8;font-size:15px}.info-image{border-radius:28px;overflow:hidden;min-height:390px}.info-image img{width:100%;height:100%;object-fit:cover}

.faq-section{padding:108px 0;background:var(--paper);border-top:1px solid var(--line)}.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:start}.faq-intro{position:sticky;top:116px}.faq-intro p{max-width:380px;color:var(--muted);line-height:1.75}.faq-list{border-top:1px solid #dfe4ec}.faq-list details{border-bottom:1px solid #dfe4ec}.faq-list summary{list-style:none;cursor:pointer;min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:15px;font-weight:800}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:white;border:1px solid var(--line);transition:.2s}.faq-list details[open] summary span{background:var(--blue);color:white;transform:rotate(45deg)}.faq-list details p{margin:-4px 58px 24px 0;color:var(--muted);font-size:13px;line-height:1.75}

.site-footer{padding:34px 0 20px;background:#0b1220;color:white;border-top:1px solid rgba(255,255,255,.07)}.footer-compact{display:grid;grid-template-columns:1.2fr auto auto;gap:42px;align-items:center}.footer-brand .brand-name{color:white}.footer-brand .brand-name span{color:#7da2ff}.footer-symbol{color:#7da2ff}.footer-brand-wrap>p{max-width:390px;color:#8f9bb0;font-size:12px;line-height:1.65;margin:10px 0 0}.footer-nav{display:flex;align-items:center;gap:24px}.footer-nav a{font-size:12px;font-weight:700;color:#c6d0df;transition:.2s}.footer-nav a:hover{color:white}.footer-cta{height:44px;padding:0 18px;border-radius:13px;display:inline-flex;align-items:center;gap:10px;background:#2563eb;color:white;font-size:12px;font-weight:800;box-shadow:0 12px 28px rgba(37,99,235,.20)}.footer-cta:hover{background:#1d4ed8}.footer-bottom{margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;color:#64748b;font-size:10px}

.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:120}.floating-whatsapp a{width:58px;height:58px;border-radius:18px;background:var(--green);display:grid;place-items:center;color:white;box-shadow:0 16px 34px rgba(37,211,102,.28);transition:.2s}.floating-whatsapp a:hover{transform:translateY(-3px)}.floating-whatsapp svg{width:31px;height:31px;fill:currentColor}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:none}

@media(max-width:1080px){
  .site-header{position:static;top:auto;background:var(--paper);backdrop-filter:none}.site-header.is-scrolled{box-shadow:none;background:var(--paper)}.desktop-nav,.nav-cta{display:none}.menu-toggle{display:block}.hero-layout{grid-template-columns:1fr;padding:48px}.hero-collage{min-height:520px}.jobs-layout,.apply-shell,.faq-grid{grid-template-columns:1fr}.jobs-intro,.faq-intro{position:static}.job-row{grid-template-columns:130px 1fr 160px}.section-top{align-items:start;flex-direction:column}.process-grid{grid-template-columns:1fr 1fr}.info-grid{grid-template-columns:1fr}.info-image{min-height:420px}
}
@media(max-width:760px){
  .container{width:min(100% - 28px,1240px)}.site-header{position:static;top:auto;padding:9px 0;background:var(--paper);backdrop-filter:none}.site-header.is-scrolled{box-shadow:none;background:var(--paper)}.nav-shell{min-height:58px;border-radius:16px}.brand-symbol{width:34px;height:34px;flex-basis:34px}.brand-symbol svg{width:32px;height:32px}.brand-name{font-size:16px}.hero{padding:18px 0 52px}.hero-layout{padding:30px 22px;border-radius:24px;gap:36px;min-height:0}.hero h1{font-size:clamp(42px,12.6vw,62px)}.hero-copy>p{font-size:15px}.hero-actions .button{width:100%}.hero-mini{gap:20px;justify-content:space-between}.hero-collage{min-height:430px}.hero-main-photo{inset:18px 54px 18px 0}.hero-small-photo{width:126px;height:142px;border-width:5px}.hero-small-photo.bottom{height:124px}.quick-strip{padding-bottom:58px}.quick-strip-inner{grid-template-columns:1fr 1fr}.quick-strip span{min-height:68px;border-bottom:1px solid var(--line)}.quick-strip span:nth-child(2n){border-right:0}.jobs-section,.apply-section,.process-section,.info-section,.faq-section{padding:78px 0}.jobs-layout{gap:34px}.job-row{grid-template-columns:96px 1fr;gap:16px}.job-thumb{width:96px;height:96px}.job-row-copy{padding-left:0}.job-index{display:none}.job-meta{grid-column:2;justify-self:start;text-align:left;display:flex;align-items:center;gap:12px}.application-form{padding:22px;border-radius:22px}.form-grid{grid-template-columns:1fr}.form-full{grid-column:auto}.process-grid{grid-template-columns:1fr}.gallery-band{padding:78px 0}.gallery-grid-clean{grid-template-columns:1fr 1fr}.gallery-card img{height:220px}.info-card{padding:28px}.footer-compact{grid-template-columns:1fr;gap:24px;align-items:start}.footer-nav{flex-wrap:wrap;gap:16px 22px}.footer-cta{width:max-content}.footer-bottom{flex-direction:column;gap:8px}
}
@media(max-width:460px){
  .quick-strip-inner{grid-template-columns:1fr}.quick-strip span{border-right:0}.hero-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hero-mini strong{font-size:18px}.hero-mini span{font-size:9px}.hero-collage{min-height:370px}.hero-main-photo{right:36px}.hero-small-photo{width:98px;height:112px}.hero-small-photo.bottom{height:102px}.job-row{grid-template-columns:82px 1fr}.job-thumb{width:82px;height:88px}.gallery-grid-clean{grid-template-columns:1fr}.gallery-card img{height:240px}.footer-nav{gap:14px 18px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
