:root{
  --navy:#092235;
  --blue:#00a9e8;
  --yellow:#ffd400;
  --ice:#eef7fa;
  --white:#ffffff;
  --text:#173042;
  --muted:#5f7180;
  --line:rgba(9,34,53,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:var(--white);font-family:"Segoe UI",Arial,sans-serif;line-height:1.55}
html[lang="ja"] body{font-family:"Yu Gothic UI","Meiryo","MS PGothic",sans-serif}
html[lang="ar"] body{font-family:Tahoma,"Segoe UI",Arial,sans-serif;line-height:1.75}
html[dir="rtl"] .nav,html[dir="rtl"] footer{flex-direction:row-reverse}
html[dir="rtl"] .hero-media .badge{left:auto;right:-34px}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(1180px,calc(100% - 44px));margin:auto}
.topbar{padding:10px 22px;background:var(--navy);color:#fff;text-align:center;font-size:11px;font-weight:700;letter-spacing:.13em}
.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo img{width:205px;height:auto}
.navlinks{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:700}
.lang{font:inherit;font-size:13px;color:var(--navy);background:transparent;border:0;border-bottom:1px solid var(--navy);padding:5px 18px 5px 0;cursor:pointer}
.navcta{padding:12px 17px;background:var(--yellow);color:var(--navy)}
.hero{position:relative;overflow:hidden;background:var(--ice);border-radius:0 0 48px 48px}
.hero:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:var(--yellow);right:-160px;top:-250px}
.hero-grid{position:relative;min-height:670px;display:grid;grid-template-columns:1.02fr .98fr;gap:7vw;align-items:center;padding:82px 0}
.eyebrow{margin:0 0 18px;color:#008ac0;font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
h1,h2,h3,p{overflow-wrap:anywhere}
h1{margin:0;font-size:clamp(52px,6.4vw,91px);line-height:.91;letter-spacing:-.065em;color:var(--navy)}
h1 span{color:#008fc5}
.lead{max-width:590px;margin:30px 0;font-size:18px;color:#3f5666}
.actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;gap:22px;padding:15px 19px;background:var(--navy);color:#fff;font-size:13px;font-weight:800}
.button.yellow{background:var(--yellow);color:var(--navy)}
.subtle-link{font-size:13px;font-weight:800;border-bottom:1px solid}
.hero-media{position:relative;padding:24px 0}
.hero-media .main-img{height:510px;width:100%;object-fit:cover;border-radius:180px 18px 18px 18px;background:#ddd}
.badge{position:absolute;left:-34px;bottom:0;width:145px;height:145px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;text-align:center;font-size:11px;font-weight:800;letter-spacing:.1em}
.proof{display:grid;grid-template-columns:repeat(4,1fr);margin-top:-1px;border-bottom:1px solid var(--line)}
.proof div{padding:35px 22px;border-right:1px solid var(--line)}
.proof div:first-child{padding-left:0}
.proof div:last-child{border:0}
.proof strong{display:block;color:var(--navy);font-size:34px;letter-spacing:-.05em}
.proof span{font-size:12px;color:var(--muted)}
.section{padding:105px 0}
.section-head{display:grid;grid-template-columns:1fr .72fr;gap:8vw;align-items:end;margin-bottom:55px}
h2{margin:0;color:var(--navy);font-size:clamp(42px,5vw,70px);line-height:.96;letter-spacing:-.055em}
.section-head p{margin:0;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product{position:relative;min-height:410px;overflow:hidden;background:var(--navy);border-radius:8px}
.product img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.product:hover img{transform:scale(1.035)}
.product:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 42%,rgba(4,25,38,.88))}
.product-copy{position:absolute;z-index:1;left:24px;right:24px;bottom:22px;color:#fff}
.product-copy small{color:var(--yellow);font-weight:800;letter-spacing:.12em}
.product-copy h3{font-size:27px;line-height:1;margin:8px 0}
.product-copy p{margin:0;color:#dbe7ed;font-size:13px}
.approach{background:var(--navy);color:#fff}
.approach-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;align-items:center}
.approach h2{color:#fff}
.approach .eyebrow{color:var(--yellow)}
.process{list-style:none;margin:35px 0 0;padding:0}
.process li{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:20px 0;border-top:1px solid rgba(255,255,255,.18)}
.process li:last-child{border-bottom:1px solid rgba(255,255,255,.18)}
.process b{color:var(--yellow)}
.process strong{display:block;font-size:17px}
.process p{margin:6px 0 0;color:#bdcbd3;font-size:13px}
.approach img{height:560px;width:100%;object-fit:cover;border-radius:12px}
.industries{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.industry{background:#fff;padding:34px 24px;min-height:215px}
.industry b{color:#0099d1;font-size:12px}
.industry h3{margin:42px 0 12px;color:var(--navy);font-size:21px}
.industry p{margin:0;font-size:13px;color:var(--muted)}
.faq{background:var(--ice)}
.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:8vw}
.faq-list details{padding:20px 0;border-top:1px solid var(--line)}
.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{cursor:pointer;color:var(--navy);font-weight:800}
.faq-list p{color:var(--muted);font-size:14px}
.final{padding:115px 22px;text-align:center;background:var(--yellow);color:var(--navy)}
.final h2{max-width:850px;margin:0 auto 32px}
footer{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:30px 0;font-size:12px}
footer img{width:170px}
@media(max-width:800px){
  .navlinks a:not(.navcta){display:none}
  .nav{height:76px}.logo img{width:160px}
  .hero-grid,.section-head,.approach-grid,.faq-grid{grid-template-columns:1fr}
  .hero-grid{padding:60px 0}.hero-media .main-img{height:420px}.badge{left:-8px;width:115px;height:115px}
  .proof{grid-template-columns:1fr 1fr}.proof div,.proof div:first-child{padding:22px 0;border-right:0}
  .product-grid{grid-template-columns:1fr}.product{min-height:360px}
  .industries{grid-template-columns:1fr 1fr}.section{padding:75px 0}
}
@media(max-width:500px){
  .wrap{width:min(100% - 32px,1180px)}
  h1{font-size:53px}.lead{font-size:16px}
  .hero-media .main-img{height:350px}
  .industries{grid-template-columns:1fr}
  footer{display:block}footer p{margin:13px 0}
}
