/* New Era Talents & Technology — static site stylesheet (no framework) */
:root{--navy:#1a3760;--navy2:rgba(26,55,96,.83);--orange:#ff5538;--orange2:#fe753e;--red:#d93737;--gray:#808291;--gray2:#7a7a7a;--dark:#181b31;--txt:#605e77;--light:#f2f2f2;--w:1170px;--f:"IBM Plex Sans",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font:400 16px/1.7 "IBM Plex Sans",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--gray);background:#fff;overflow-x:hidden}
img,svg,video,iframe{max-width:100%;display:block}
img{height:auto}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4,h5,h6{margin:0 0 .5em;color:var(--navy);font-weight:700;line-height:1.1}
p{margin:0 0 1em}
ul{margin:0 0 1em;padding-left:1.3em}
.wrap{width:100%;max-width:var(--w);margin:0 auto;padding:0 15px}
.j{text-align:justify}.c{text-align:center}
.pair>*,.about-g>*,.rw>*,.welcome .wrap>*,.why .wrap>*,.target .wrap>*,.gd .wrap>*,.ci>*,.ftr-g>*,.num2>*,.tab-p>*,.hero .wrap>*{min-width:0}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* ---------- Header ---------- */
.hdr{position:sticky;top:0;z-index:50;background:rgba(242,242,242,.98);transition:box-shadow .3s}
.hdr.stuck{box-shadow:0 10px 30px rgba(0,0,0,.08)}
.hdr-in{display:flex;align-items:center;justify-content:space-between;height:104px;padding:0 45px 0 25px}
.brand{display:flex;align-items:center;gap:10px}
.brand img{width:80px;height:80px}
.brand span{font-size:20px;font-weight:600;color:var(--red);line-height:1}
.nav>ul{display:flex;list-style:none;margin:0;padding:0}
.nav li{position:relative}
.nav>ul>li>a{display:block;padding:10px 15px;font-size:22px;font-weight:700;color:var(--navy2);line-height:1.24;transition:color .2s}
.nav a:hover,.nav .on>a{color:var(--orange)}
.nav .sub{position:absolute;top:100%;left:0;min-width:300px;list-style:none;margin:0;padding:15px 0;background:#fff;box-shadow:0 15px 40px rgba(0,0,0,.1);border-radius:4px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s}
.nav li:hover>.sub,.nav li:focus-within>.sub{opacity:1;visibility:visible;transform:none}
.nav .sub a{display:block;padding:7px 25px;font-size:15px;font-weight:600;color:var(--navy2);line-height:1.5}
.burger,.subt,.nav-x{display:none;background:none;border:0;cursor:pointer;padding:0;color:var(--navy)}
.burger svg{width:26px;height:26px}
.nav-bg{display:none}

@media (max-width:1024px){
 .hdr-in{height:90px;padding:0 25px}
 .brand img{width:62px;height:62px}.brand span{display:none}
 .burger{display:block}
 .nav{position:fixed;top:0;right:0;bottom:0;width:80%;max-width:420px;background:#111;z-index:60;padding:110px 30px 40px 40px;overflow-y:auto;transform:translateX(100%);transition:transform .35s ease}
 .nav.open{transform:none}
 .nav-bg{display:block;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:55;opacity:0;visibility:hidden;transition:.3s}
 .nav-bg.open{opacity:1;visibility:visible}
 .nav-x{display:grid;place-items:center;position:absolute;top:25px;right:25px;width:48px;height:48px;border:2px solid rgba(255,255,255,.7);border-radius:50%;color:#fff}
 .nav>ul{flex-direction:column}
 .nav>ul>li{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
 .nav>ul>li>a{color:#fff;font-size:16px;padding:16px 0}
 .subt{display:grid;place-items:center;width:36px;height:36px;background:#222;border-radius:3px;color:#fff}
 .subt svg{width:14px;height:14px;transition:transform .2s}
 .nav li.open .subt svg{transform:rotate(180deg)}
 .nav .sub{position:static;width:100%;min-width:0;background:none;box-shadow:none;padding:0 0 10px 15px;opacity:1;visibility:visible;transform:none;display:none}
 .nav li.open>.sub{display:block}
 .nav .sub a{color:rgba(255,255,255,.75);font-size:14px;padding:8px 0}
}

/* ---------- Title bar ---------- */
.tbar{background:linear-gradient(#f2fdff,#fff);padding:95px 15px 110px;text-align:center}
.tbar h1{font-size:60px;font-weight:600;line-height:1;margin:0 auto;max-width:900px;text-transform:uppercase}

/* ---------- Common ---------- */
.btn{display:inline-flex;align-items:center;gap:10px;background:var(--orange);color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;height:64px;padding:0 45px;border-radius:50px;transition:.3s;box-shadow:0 10px 25px rgba(255,85,56,.25)}
.btn:hover{background:#e84424;transform:translateY(-2px)}
.btn svg{width:14px;height:14px}
.more{display:inline-block;font-size:14px;font-weight:700;text-transform:uppercase;color:var(--orange);line-height:1.6;border-bottom:1px solid rgba(255,85,56,.35);transition:.2s}
.more:hover{border-color:var(--orange)}
.fab-wa{position:fixed;right:30px;bottom:30px;z-index:40;width:70px;height:70px;border-radius:50%;background:#25d366;display:grid;place-items:center;box-shadow:0 8px 20px rgba(0,0,0,.18);transition:transform .2s}
.fab-wa:hover{transform:scale(1.07)}
.fab-wa svg{width:35px;height:35px;fill:#fff}
.lead{font-size:16px;color:var(--gray2);line-height:1.7;text-align:justify}

/* ---------- Home ---------- */
.hero{position:relative;min-height:86vh;padding:90px 0 130px;display:flex;align-items:center;background:#333 url(../img/photo1716345244-e1717059373944-1.jpeg) 100% 0/cover no-repeat;color:#fff}
.hero .wrap{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:20px}
.hero-box{background:rgba(0,0,0,.22);padding:20px}
.hero h2{font-size:52px;line-height:1;color:var(--orange);margin:0 0 20px;display:inline;background:linear-gradient(transparent 58%,rgba(255,85,56,.28) 58%)}
.hero h2+p{margin-top:24px}
.hero p{font-size:20px;font-weight:600;line-height:32px;text-align:justify;text-shadow:0 1px 3px rgba(0,0,0,.35)}
.play{justify-self:center;width:87px;height:87px;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;color:#fff;transition:.3s}
.play:hover{background:rgba(255,255,255,.15);transform:scale(1.06)}
.play svg{width:30px;height:30px;fill:#fff;margin-left:5px}
.wave{position:absolute;left:0;right:0;bottom:-1px;width:100%;height:70px;fill:#fff}
.welcome{padding:60px 0 140px}
.welcome .wrap{display:grid;grid-template-columns:468px 585px;justify-content:space-between;align-items:center}
.welcome h2{font-size:48px;color:var(--dark);text-transform:uppercase;text-align:center;margin-bottom:20px}
.welcome p{text-align:justify;line-height:27.2px}
.duo{position:relative;height:310px}
.duo img{position:absolute;width:350px;object-fit:cover;box-shadow:0 20px 50px rgba(0,0,0,.15)}
.duo img:first-child{top:0;left:0;height:200px}
.duo img:last-child{top:70px;left:225px;height:233px}
.tabs{padding:0 0 60px}
.tab-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;list-style:none;padding:0;margin:0 0 30px}
.tab-nav button{font:600 18px/27px var(--f);color:#033350;background:#f0f0f0;border:0;border-radius:50px;padding:12px 30px;cursor:pointer;transition:.2s}
.tab-nav button[aria-selected=true]{color:#ff4d12}
.tab-p{display:none;grid-template-columns:308px 1fr;gap:60px;align-items:start}
.tab-p.on{display:grid;animation:fade .4s}
.tab-p img{width:308px;height:405px;object-fit:cover}
.tab-p h2{font-size:48px;line-height:57.6px;margin:10px 0 30px}
.tab-p p{font-size:19px;line-height:28.5px;text-align:justify}
@keyframes fade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.svc{padding:40px 0 100px}
.svc-hd{text-align:center;margin-bottom:70px}
.svc-hd h6{font-size:14px;font-weight:500;color:var(--orange2);margin-bottom:16px}
.svc-hd h2{font-size:48px;margin:0}
.svc-g{display:grid;grid-template-columns:repeat(3,1fr);gap:0 20px}
.ibox{position:relative;padding:10px 10px 80px;text-align:center}
.ibox img{width:85px;height:85px;object-fit:contain;margin:0 auto 30px}
.ibox h3{font-size:21px;line-height:1.1;margin:0 0 20px}
.ibox p{font-size:12px;line-height:27.2px;text-align:justify}
.ibox a{position:absolute;inset:0}

/* ---------- Footer ---------- */
.ftr-c{border-top:1px solid #eaeaea;padding:110px 15px 120px;background:#f2f2f2 url(../img/gd-group-discussion-tips.jpg) center/auto no-repeat}
.ftr-g{max-width:var(--w);margin:0 auto;display:grid;grid-template-columns:348px 1fr;gap:10px}
.card{background:rgba(255,255,255,.87);padding:20px 20px 30px}
.ftr-l img.lg{width:131px;height:131px;margin-bottom:10px}
.ftr-l p,.ftr-l a.t{display:block;font-size:21px;color:#000;line-height:27.2px;margin:0 0 15px}
.ftr-l .wc{font-size:19px}
.soc{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.soc a{width:45px;height:45px;display:grid;place-items:center;border-radius:3px;transition:opacity .2s}
.soc a:hover{opacity:.85}
.soc svg{width:25px;height:25px;fill:#fff}
.ftr-r h3{font-size:38px;color:var(--orange);margin:10px 0 25px}
.ftr-r>p{font-size:21px;color:#000;line-height:27.2px;text-align:justify}
.copy{max-width:var(--w);margin:0 auto;padding:0 25px}
.copy div{border-top:1px solid #eee;padding:60px 0}
.copy p{margin:0;font-size:16px;line-height:27.2px}
.copy a{font-weight:700;color:#666;text-decoration:underline}

/* ---------- Form ---------- */
.cf{margin-top:25px}
.cf .row{display:grid;grid-template-columns:1fr 1fr;gap:0 30px}
.cf select,.cf input[type=text],.cf input[type=email],.cf input[type=tel],.cf textarea{width:100%;font:13px/1.5 var(--f);color:#333;background:transparent;border:1px solid #d9d9d9;border-radius:0;padding:10px 15px;margin-bottom:20px;outline:0;transition:border-color .2s}
.cf select{width:auto;min-width:150px;padding-right:35px;appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23999' stroke-width='1.5'/%3E%3C/svg%3E") right 14px center/11px no-repeat;color:var(--gray)}
.cf input:focus,.cf textarea:focus,.cf select:focus{border-color:var(--orange)}
.cf textarea{height:165px;resize:vertical}
.cf h5{font-size:20px;font-weight:600;line-height:24px;margin:10px 0 10px}
.cf input[type=file]{font:13px var(--f);color:var(--gray)}
.cf button{margin-top:25px;background:var(--orange);color:#fff;border:0;font:700 12px var(--f);text-transform:uppercase;padding:14px 30px;cursor:pointer;transition:.2s}
.cf button:hover{background:#e84424}
.cf .msg{margin-top:12px;font-size:14px}

/* ---------- Inner pages ---------- */
.sec{padding:60px 0}
.pair{display:grid;grid-template-columns:516px 614px;justify-content:space-between;gap:40px;align-items:stretch}
.pair+.pair{margin-top:120px}
.pair.rev>.pic{order:2}
.pic,.txt{border-radius:12px;box-shadow:0 20px 50px rgba(0,0,0,.1);overflow:hidden}
.pic{display:flex;align-items:center;justify-content:center;padding:10px;background:#fff}
.pic img{max-height:500px;object-fit:contain}
.pic.cover{padding:0}.pic.cover img{width:100%;height:100%;max-height:none;object-fit:cover}
.txt{background:#fff;padding:45px 50px}
.txt h2{font-size:40px;line-height:44px;margin-bottom:20px}
.txt .big{font-size:21px;line-height:29.4px;text-align:justify}
.txt p{text-align:justify;font-size:16px;line-height:1.35}
.txt ul{columns:1;line-height:27.2px}
.num2{display:grid;grid-template-columns:1fr 1fr;gap:96px;padding:90px 15px}
.num{position:relative;padding-top:40px}
.num b{position:absolute;right:40px;top:-20px;font-size:192px;line-height:1;color:#dfe8ed;z-index:0;user-select:none}
.num h2{position:relative;font-size:48px;line-height:51px;color:var(--orange);margin:0 0 30px;max-width:480px}
.num p{position:relative;font-size:15px;line-height:21px;color:var(--txt);text-align:justify}
.rows{padding:25px 0}
.rw{display:grid;grid-template-columns:370px 1fr;gap:50px;align-items:center;padding:35px 0}
.rw.rev{grid-template-columns:1fr 370px}
.rw.rev .cbox{order:2}
.rw h2{font-size:48px;line-height:48px;margin-bottom:24px}
.rw h4{font-size:25px;line-height:1;margin-bottom:15px}
.rw p,.rw li{text-align:justify;line-height:27.2px}
.cbox{position:relative;height:370px;overflow:hidden;border-radius:4px}
.cbox.s{height:185px}
.cbox img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.cbox:hover img{transform:scale(1.05)}
.cbox::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 45%,rgba(0,0,0,.65))}
.cbox h4{position:absolute;left:25px;right:25px;bottom:20px;z-index:1;color:#fff;font-size:25px;line-height:30px;margin:0}
.about-g{display:grid;grid-template-columns:516px 614px;justify-content:space-between;padding:60px 0}
.about-g .txt{padding:50px}
.about-g .txt p{font-size:16px;line-height:22.4px}
.legal{padding:0 0 90px}
.legal h5{font-size:20px;font-weight:600;line-height:1;margin:30px 0 15px}
.legal p,.legal li{line-height:27.2px}
.legal p{text-align:justify}

/* Feature */
.why{padding:75px 0}
.why .wrap{display:grid;grid-template-columns:644px 1fr;gap:0;align-items:center}
.why-l{background:#fefefe;padding:10px}
.pill{display:table;margin:0 auto 25px;background:#ffede9;color:var(--orange);font-size:36px;font-weight:700;line-height:1;padding:18px 36px;border-radius:50px}
.why-g{display:grid;grid-template-columns:1fr 1fr}
.why-g>div{display:flex;gap:18px;padding:28px 25px}
.why-g>div:nth-child(odd){border-right:1px solid #eee}
.why-g>div:nth-child(-n+2){border-bottom:1px solid #eee}
.dot{flex:0 0 22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);position:relative;margin-top:2px}
.dot::after{content:"";position:absolute;right:-6px;top:7px;width:8px;height:8px;border-radius:50%;background:var(--c)}
.why-g h3{font-size:20px;line-height:1;margin:0 0 12px}
.why-g p{font-size:13px;line-height:18px;text-align:justify;margin:0}
.why-r{position:relative;height:490px}
.blob{position:absolute;left:60px;top:0;width:300px;height:300px;border-radius:50%;background:linear-gradient(90deg,#ff5538,#3e63de);filter:saturate(1.1)}
.why-r img{position:absolute;box-shadow:0 30px 60px rgba(0,0,0,.15);border-radius:4px;object-fit:cover;background:#fff}
.why-r .a{left:20px;top:90px;width:270px;height:339px}
.why-r .b{left:210px;top:300px;width:270px;height:142px}
.target{padding:80px 0 60px}
.target .wrap{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.target-l{min-height:272px;background:url(../img/Group-35747-1.png) right center/contain no-repeat;padding:10px}
.target-l h2{font-size:48px;line-height:45px;color:var(--orange);max-width:280px}
.acc details{border-bottom:1px solid #e5e5e5}
.acc summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:15px;cursor:pointer;padding:18px 0;font-size:17px;font-weight:700;color:#45485f;line-height:1.4}
.acc summary::-webkit-details-marker{display:none}
.acc summary::after{content:"+";font-size:22px;font-weight:400;color:#3e63de;transition:transform .2s}
.acc details[open] summary::after{transform:rotate(45deg)}
.acc details p{margin:0 0 20px;font-size:15px;line-height:27.2px;text-align:justify}
.acc.pills details{border:0;background:#f7f7f7;border-radius:30px;margin-bottom:18px;transition:.2s}
.acc.pills summary{padding:16px 30px;color:var(--navy);font-size:15px}
.acc.pills summary::after{color:var(--navy)}
.acc.pills details[open]{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.acc.pills details[open] summary{color:var(--orange)}
.acc.pills details p{padding:0 30px 10px}
.gd{padding:40px 0 90px}
.gd .wrap{display:grid;grid-template-columns:1fr 1fr;gap:60px}

/* Contact */
.ci{display:grid;grid-template-columns:300px 1fr;gap:40px;align-items:center;padding:20px 0}
.ci img{width:250px;height:250px;margin:0 auto}
.tw{font-size:28px;color:#d83636;min-height:34px;margin-bottom:20px}
.tw::after{content:"▎";animation:blink 1s steps(1) infinite;font-weight:400}
@keyframes blink{50%{opacity:0}}
.ci h5{font-size:20px;font-weight:600;line-height:32px;color:#0a0404}
.tribal{height:20px;margin:30px 0;background:radial-gradient(circle,#000 2px,transparent 2.5px) 0 50%/14px 14px repeat-x,radial-gradient(circle,#000 4px,transparent 4.5px) 7px 50%/28px 20px repeat-x}
.git{background:#fff;border-radius:10px;box-shadow:20px 40px 60px rgba(0,0,0,.1);padding:45px;margin:60px 0}
.git h3{font-size:38px;margin-bottom:25px}
.git a.r{display:flex;gap:18px;align-items:center;padding:12px 0;font-size:16px;color:rgba(0,0,0,.6);line-height:1.2}
.git a.r svg{flex:0 0 22px;width:22px;height:22px;fill:rgba(0,0,0,.6)}
.git .up{text-transform:uppercase}
.map{height:650px;background:#eee;margin-bottom:60px}
.map iframe{width:100%;height:100%;border:0}

/* ---------- Tablet ---------- */
@media (max-width:1200px){
 .welcome .wrap,.pair,.about-g{grid-template-columns:1fr 1fr;gap:30px}
 .why .wrap{grid-template-columns:1fr 1fr}
 .duo img{width:60%}.duo img:last-child{left:40%}
}
@media (max-width:1024px){
 .tbar{padding:70px 15px 80px}.tbar h1{font-size:48px}
 .hero h2{font-size:44px}
 .tab-p{grid-template-columns:260px 1fr;gap:30px}.tab-p img{width:260px;height:340px}
 .tab-p h2,.svc-hd h2,.welcome h2,.num h2,.rw h2,.target-l h2{font-size:38px;line-height:1.15}
 .num b{font-size:150px}
 .why .wrap{grid-template-columns:1fr}.why-r{max-width:500px;margin:40px auto 0;width:100%}
 .rw,.rw.rev{grid-template-columns:300px 1fr}.cbox{height:300px}
 .rw.rev{grid-template-columns:1fr 300px}
 .ftr-g{grid-template-columns:1fr 1.6fr}
 .txt{padding:35px}
}
/* ---------- Mobile ---------- */
@media (max-width:767px){
 body{font-size:15px}
 .tbar{padding:50px 15px 60px}.tbar h1{font-size:34px}
 .hero{min-height:0;padding:80px 0 110px;background-position:70% 0}
 .hero .wrap{grid-template-columns:1fr}
 .hero h2{font-size:38px}.hero p{font-size:17px;line-height:28px}
 .btn{height:54px;padding:0 30px}
 .play{margin-top:30px}
 .wave{height:40px}
 .welcome{padding:40px 0 60px}
 .welcome .wrap,.pair,.about-g,.num2,.target .wrap,.gd .wrap,.ci,.ftr-g,.svc-g,.why-g,.cf .row{grid-template-columns:1fr}
 .welcome h2{font-size:34px}
 .duo{height:auto;display:grid;gap:15px;margin-top:30px}.duo img{position:static;width:100%!important;height:auto!important}
 .tab-nav{gap:10px}.tab-nav button{font-size:15px;padding:9px 20px}
 .tab-p,.tab-p.on{grid-template-columns:1fr}.tab-p img{width:100%;height:auto;max-height:420px}
 .tab-p h2,.svc-hd h2,.num h2,.rw h2,.target-l h2{font-size:30px;line-height:1.2}
 .tab-p p{font-size:16px;line-height:26px}
 .svc{padding:20px 0 40px}.svc-hd{margin-bottom:40px}
 .ibox{padding-bottom:40px}
 .pair+.pair{margin-top:50px}
 .pair.rev>.pic{order:0}
 .pic img{max-height:340px}
 .txt{padding:30px 22px}.txt h2{font-size:28px;line-height:1.2}.txt .big{font-size:18px;line-height:27px}
 .about-g .txt{padding:30px 22px}
 .num2{gap:50px;padding:50px 15px}.num b{font-size:120px;right:10px}
 .rw,.rw.rev{grid-template-columns:1fr;gap:20px;padding:20px 0}.rw.rev .cbox{order:0}
 .cbox,.cbox.s{height:260px}
 .why{padding:40px 0}.pill{font-size:28px}
 .why-g>div{border:0!important;border-bottom:1px solid #eee!important;padding:22px 10px}
 .why-r{height:360px}.blob{left:15%;width:220px;height:220px}.why-r .a{left:0;top:60px;width:55%;height:260px}.why-r .b{left:42%;top:230px;width:55%;height:120px}
 .target{padding:40px 0}.target-l{min-height:200px;background-size:55% auto;background-position:right bottom}
 .gd .wrap{gap:0}
 .ci{text-align:center}.ci img{width:180px;height:180px}.tw{font-size:22px}.ci h5{font-size:17px;line-height:28px}
 .git{padding:30px 20px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.git h3{font-size:30px}
 .map{height:400px}
 .ftr-c{padding:60px 15px;background-size:cover}
 .ftr-r h3{font-size:30px}.ftr-r>p,.ftr-l p,.ftr-l a.t{font-size:18px}
 .cf select{width:100%}
 .copy div{padding:35px 0}.copy p{font-size:14px}
 .fab-wa{right:18px;bottom:18px;width:58px;height:58px}.fab-wa svg{width:30px;height:30px}
}
