
:root{
  --navy:#001a36;
  --navy-2:#03284f;
  --blue:#1769e8;
  --white:#fff;
  --muted:#c7d5e6;
  --border:rgba(255,255,255,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:#fff;
  background:var(--navy);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit}
.hero{
  min-height:710px;
  position:relative;
  display:grid;
  grid-template-columns:minmax(320px,38%) 1fr;
  overflow:hidden;
  background:#00172f;
}
.hero::before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,#00162e 0%,rgba(0,22,46,.95) 30%,rgba(0,22,46,.34) 57%,rgba(0,22,46,.02) 100%);
  z-index:1;pointer-events:none;
}
.hero-photo{
  position:absolute;inset:0;
  width:100%;height:100%;object-fit:cover;object-position:center 55%;
}
.hero-content{
  position:relative;z-index:2;
  align-self:stretch;
  padding:54px 38px 70px clamp(32px,5vw,72px);
  display:flex;flex-direction:column;
}
.logo{width:min(310px,80vw);height:auto;display:block}
.tagline{margin-top:auto;padding-bottom:55px}
.tagline h1{
  margin:0;
  font-size:clamp(3rem,5.3vw,5rem);
  line-height:1.08;
  letter-spacing:-.045em;
  max-width:560px;
}
.tagline h1 span{color:var(--blue)}
.accent{width:58px;height:4px;background:var(--blue);border-radius:4px;margin-top:34px}
.contact-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:linear-gradient(90deg,#00172f,#03254a,#00172f);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.contact-item{
  min-height:210px;
  padding:34px 25px;
  display:flex;flex-direction:column;
  justify-content:center;align-items:center;text-align:center;
  border-right:1px solid var(--border);
  text-decoration:none;
}
.contact-item:last-child{border-right:0}
.icon{
  width:68px;height:68px;border-radius:50%;
  background:var(--blue);
  display:grid;place-items:center;
  margin-bottom:20px;
  box-shadow:0 12px 30px rgba(23,105,232,.25);
}
.icon svg{width:30px;height:30px;stroke:#fff;fill:none;stroke-width:2}
.contact-main{font-size:clamp(1.05rem,1.8vw,1.35rem);font-weight:650}
.contact-sub{margin-top:8px;color:#fff;font-size:.98rem;line-height:1.45}
.map-section{display:grid;grid-template-columns:330px 1fr;background:#001a36}
.location-panel{
  padding:54px 34px;
  border-right:1px solid var(--border);
}
.location-panel h2{font-size:2rem;margin:0 0 28px}
.location-panel .line{width:50px;height:4px;background:var(--blue);margin-bottom:30px}
.location-row{display:flex;gap:15px;align-items:flex-start;margin:22px 0;color:#eef5ff;line-height:1.7}
.location-row svg{width:23px;min-width:23px;stroke:var(--blue);fill:none;stroke-width:2;margin-top:3px}
.map-wrap{min-height:500px;background:#e9eef5}
.map-wrap iframe{display:block;width:100%;height:100%;min-height:500px;border:0}
footer{
  padding:30px 22px 34px;
  text-align:center;
  background:#00162d;
  border-top:1px solid var(--border);
}
.footer-links{margin-top:18px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap}
.footer-links a{text-decoration:none;color:#fff}
.footer-links a:hover{text-decoration:underline}
.legal-page{
  min-height:100vh;background:#f5f7fb;color:#172033;
}
.legal-header{background:#001a36;padding:24px clamp(22px,5vw,70px);display:flex;align-items:center}
.legal-header img{width:250px;max-width:70vw}
.legal-content{max-width:860px;margin:0 auto;padding:60px 24px 90px;line-height:1.75}
.legal-content h1,.legal-content h2{color:#001a36}
.legal-content h1{font-size:clamp(2.3rem,5vw,3.8rem)}
.legal-content h2{margin-top:38px}
.notice{border-left:4px solid var(--blue);background:#eaf2ff;padding:18px 20px;margin-top:30px}
.back{display:inline-block;margin-top:28px;color:#075bc7;font-weight:700}
@media(max-width:900px){
  .hero{min-height:680px;grid-template-columns:1fr}
  .hero::before{background:linear-gradient(90deg,rgba(0,22,46,.98) 0%,rgba(0,22,46,.72) 55%,rgba(0,22,46,.15) 100%)}
  .hero-photo{object-position:62% center}
  .hero-content{padding:38px 24px 55px}
  .tagline{padding-bottom:12px}
  .contact-strip{grid-template-columns:1fr 1fr}
  .contact-item:nth-child(2){border-right:0}
  .contact-item:nth-child(-n+2){border-bottom:1px solid var(--border)}
  .map-section{grid-template-columns:1fr}
  .location-panel{border-right:0;border-bottom:1px solid var(--border)}
}
@media(max-width:560px){
  .hero{min-height:610px}
  .hero::before{background:linear-gradient(180deg,rgba(0,22,46,.92),rgba(0,22,46,.42) 50%,rgba(0,22,46,.9))}
  .hero-photo{object-position:60% center}
  .logo{width:245px}
  .tagline h1{font-size:3.05rem}
  .contact-strip{grid-template-columns:1fr}
  .contact-item{min-height:165px;border-right:0;border-bottom:1px solid var(--border)}
  .contact-item:last-child{border-bottom:0}
}

.map-wrap{background:#eef2f7}
.map-wrap iframe{display:block;width:100%;height:520px;border:0}
