:root {
  --navy: #071827;
  --ink: #132236;
  --muted: #657386;
  --blue: #245f9f;
  --teal: #0f766e;
  --gold: #d3a83b;
  --line: rgba(10, 28, 48, .12);
  --soft: #f4f7fb;
  --white: #fff;
  --shadow: 0 18px 50px rgba(7, 24, 39, .14);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", Arial, sans-serif;
  line-height: 1.68;
  background: var(--white);
}
body[dir="rtl"] { font-family: "Segoe UI", Tahoma, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img, picture { display: block; max-width: 100%; }
img { width: 100%; object-fit: cover; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.topbar { background: #06111f; color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.topbar .container { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; }
header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand img { width: 206px; height: auto; object-fit: contain; }
nav { display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 850; color: #26394e; }
.nav-actions { display: flex; align-items: center; gap: 9px; }
#languageSelect { border: 1px solid var(--line); border-radius: 999px; padding: 10px 12px; background: #fff; color: var(--navy); font-weight: 800; }
.menu { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: #eaf0f7; color: var(--navy); cursor: pointer; }
.btn, .nav-cta, .nav-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}
.primary, .nav-cta { color: #111b29; background: linear-gradient(135deg, var(--gold), #f1cd66); }
.secondary { color: #fff; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.1); }
.whatsapp, .nav-wa { color: #fff; background: linear-gradient(135deg, #128c7e, #25d366); }
.hero {
  min-height: 760px;
  color: #fff;
  background: linear-gradient(90deg, rgba(6,17,31,.93), rgba(8,27,51,.55)), url("../images/hero-port.webp") center/cover no-repeat;
  position: relative;
}
.hero-grid, .page-hero-grid { display: grid; grid-template-columns: 1fr 420px; gap: 42px; align-items: center; padding: 92px 0; }
.page-hero { color: #fff; background: linear-gradient(135deg, #071827, #123b64); }
.page-hero-grid { grid-template-columns: 1fr 470px; }
.eyebrow, .label { display: inline-flex; color: inherit; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 950; }
.label { color: var(--blue); margin-bottom: 12px; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 22px 0; font-size: clamp(42px, 6vw, 76px); line-height: 1.02; letter-spacing: -.035em; max-width: 880px; }
h2 { margin: 0; color: var(--navy); font-size: clamp(30px, 4vw, 50px); line-height: 1.08; letter-spacing: -.025em; }
h3 { color: var(--navy); line-height: 1.2; }
.hero p, .page-hero p { max-width: 760px; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-card { border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(7,21,34,.55); padding: 20px; box-shadow: var(--shadow); }
.hero-card picture, .hero-card img, .hero-photo, .hero-photo img { height: 285px; border-radius: 18px; object-fit: cover; }
.hero-card h2 { color: #fff; font-size: 25px; margin: 18px 0 8px; }
.hero-card p { font-size: 15px; margin: 0; }
.market-strip { position: relative; z-index: 2; margin-top: -44px; }
.strip-grid { display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.strip-grid div { text-align: center; padding: 22px; border-right: 1px solid var(--line); }
.strip-grid div:last-child { border-right: 0; }
.strip-grid strong { display: block; color: var(--navy); font-size: 20px; }
.strip-grid span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.section { padding: 90px 0; }
.white { background: #fff; }
.soft { background: var(--soft); }
.section-head { display: grid; grid-template-columns: .9fr 1fr; gap: 44px; align-items: end; margin-bottom: 38px; }
.section-head p { color: var(--muted); margin: 0; }
.business-grid, .feature-cards, .trust-grid { display: grid; gap: 20px; }
.business-grid { grid-template-columns: repeat(3, 1fr); }
.business-grid article, .feature-cards article, .trust-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 34px rgba(7,24,39,.07);
}
.business-grid picture, .business-grid img, .feature-cards picture, .feature-cards img { height: 210px; border-radius: 14px; margin-bottom: 16px; }
.business-grid p, .feature-cards p, .trust-grid p { color: var(--muted); margin: 0 0 12px; }
.business-grid a { color: var(--blue); font-weight: 900; }
.feature-cards { grid-template-columns: repeat(3, 1fr); }
.trust { background: linear-gradient(180deg, #fff, #f7fafc); }
.trust-grid { grid-template-columns: repeat(4, 1fr); }
.trust-grid article { min-height: 170px; }
.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq-grid details { border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 18px 20px; box-shadow: 0 10px 28px rgba(7,24,39,.06); }
.faq-grid summary { cursor: pointer; color: var(--navy); font-weight: 950; }
.faq-grid p { margin: 12px 0 0; color: var(--muted); }
.photo-wall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.photo-wall figure { margin: 0; position: relative; overflow: hidden; border-radius: 18px; background: #dce4ee; box-shadow: 0 12px 32px rgba(7,24,39,.1); }
.photo-wall img { height: 210px; transition: transform .35s ease; }
.photo-wall figure:hover img { transform: scale(1.035); }
.photo-wall figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 14px 12px; color: #fff; font-size: 13px; font-weight: 900; background: linear-gradient(180deg, transparent, rgba(5,15,28,.86)); }
.cta-band { background: #fff; }
.cta-panel { display: grid; grid-template-columns: 1fr .9fr; gap: 30px; align-items: center; border-radius: 22px; padding: 30px; color: #fff; background: linear-gradient(135deg, var(--navy), #16436e); }
.cta-panel h2, .cta-panel .label { color: #fff; }
.cta-panel p { color: rgba(255,255,255,.78); }
.contact { color: #fff; background: linear-gradient(135deg, rgba(7,24,39,.96), rgba(18,59,100,.9)), url("../images/dubai-port.webp") center/cover no-repeat; }
.contact h2, .contact .label { color: #fff; }
.contact p { color: rgba(255,255,255,.76); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; }
.contact-card, .form-card { border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); padding: 26px; }
.meta { display: grid; gap: 8px; margin-top: 24px; }
.meta div { display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.13); padding: 10px 0; }
.meta span { color: rgba(255,255,255,.74); text-align: right; }
.form-card { display: grid; gap: 10px; }
.form-card label { font-size: 13px; font-weight: 900; color: rgba(255,255,255,.88); }
.form-card input, .form-card textarea, .form-card select { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; padding: 12px 13px; background: rgba(255,255,255,.1); color: #fff; }
.form-card option { color: #111; }
.form-card textarea { min-height: 130px; resize: vertical; }
.form-card ::placeholder { color: rgba(255,255,255,.5); }
.form-note { font-size: 12px !important; margin: 0 !important; }
.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 40; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 18px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, #128c7e, #25d366); box-shadow: 0 14px 36px rgba(18,140,126,.3); font-weight: 950; }
footer { background: #06111f; color: rgba(255,255,255,.72); padding: 44px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.footer-grid img { width: 215px; max-width: 100%; background: #fff; border-radius: 14px; padding: 10px; object-fit: contain; }
.footer-grid small { display: block; color: rgba(255,255,255,.5); max-width: 900px; }
.footer-links { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 16px; font-weight: 900; }
body[dir="rtl"] .checks li { padding-left: 0; padding-right: 34px; }
@media (max-width: 1080px) {
  nav { display: none; position: absolute; top: 78px; left: 20px; right: 20px; padding: 18px; flex-direction: column; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  .menu { display: inline-grid; place-items: center; }
  .nav-cta, .nav-wa { display: none; }
  .hero-grid, .page-hero-grid, .section-head, .contact-grid, .cta-panel { grid-template-columns: 1fr; }
  .business-grid, .feature-cards { grid-template-columns: repeat(2, 1fr); }
  .trust-grid, .photo-wall, .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .topbar .container { flex-direction: column; gap: 2px; }
  .brand img { width: 168px; }
  .nav { min-height: 72px; }
  nav { top: 72px; }
  h1 { font-size: 40px; }
  .hero { min-height: auto; }
  .hero-grid, .page-hero-grid { padding: 58px 0; }
  .section { padding: 64px 0; }
  .business-grid, .feature-cards, .trust-grid, .photo-wall, .footer-grid, .strip-grid, .faq-grid { grid-template-columns: 1fr; }
  .photo-wall img, .business-grid img, .feature-cards img { height: 220px; }
  .meta div { display: block; }
  .meta span { display: block; text-align: left; }
  .footer-links { justify-content: flex-start; }
  .floating-whatsapp { left: 14px; right: 14px; bottom: 12px; }
}
