
:root {
  --blue-deep: #0b1f3b;
  --blue-primary: #114b8b;
  --blue-secondary: #1877c9;
  --blue-soft: #e6f0fb;
  --blue-soft-2: #f4f8ff;
  --blue-accent: #29a3ff;
  --blue-border: #c4d7f5;
  --text-main: #0b1020;
  --text-muted: #59627a;
  --white: #ffffff;
  --radius-lg: 14px;
  --radius-xl: 22px;
  --shadow-soft: 0 18px 45px rgba(6, 34, 76, 0.15);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #10274f 0, #040815 38%, #02030a 60%, #040815 100%);
  color: var(--white);
  line-height: 1.6;
}

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content-wrap {
  flex: 1;
}

/* Top gradient band */
.page-gradient-band {
  position: fixed;
  inset: 0 0 auto 0;
  height: 320px;
  pointer-events: none;
  background: radial-gradient(circle at top, rgba(62, 130, 255, 0.38) 0, transparent 55%);
  opacity: 0.9;
  z-index: -1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(20px);
  background: linear-gradient(to bottom, rgba(3, 10, 30, 0.92), rgba(3, 10, 30, 0.82), transparent);
  border-bottom: 1px solid rgba(109, 143, 220, 0.35);
}

.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 18px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-logo-symbol {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  background: conic-gradient(from 210deg, #3aa0ff, #60c5ff, #f4f8ff, #3b6fff, #0b1f3b, #3aa0ff);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(32, 116, 255, 0.6);
}

.brand-logo-symbol span {
  font-weight: 800;
  font-size: 18px;
  color: #021023;
}

.brand-text-block {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-size: 19px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-subtitle {
  font-size: 11px;
  color: #c4d7f5;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}

.nav-links a {
  text-decoration: none;
  color: #d6e3ff;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.nav-links a.nav-active,
.nav-links a:hover {
  border-color: rgba(65, 132, 255, 0.7);
  background: radial-gradient(circle at top left, rgba(84, 143, 255, 0.35), rgba(15, 40, 94, 0.55));
  color: #f7fbff;
}

.country-pill {
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(127, 170, 255, 0.7);
  background: linear-gradient(135deg, rgba(24, 119, 201, 0.2), rgba(6, 26, 74, 0.8));
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #e0ecff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.country-pill span.dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle at center, #5cffc9 0, #27b17b 55%, #0c4b32 100%);
  box-shadow: 0 0 0 4px rgba(39, 177, 123, 0.37);
}

.btn-primary {
  border-radius: 999px;
  border: none;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  color: #031129;
  background: linear-gradient(135deg, #5fb3ff, #39a0ff, #29a3ff);
  box-shadow: 0 14px 30px rgba(32, 116, 255, 0.55);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(32, 116, 255, 0.7);
}

.btn-primary span.icon {
  font-size: 16px;
}

.hero-shell {
  max-width: 1120px;
  margin: 34px auto 18px;
  padding: 0 18px 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.15fr);
  gap: 26px;
  align-items: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 4px 12px 4px 4px;
  border-radius: 999px;
  border: 1px solid rgba(120, 165, 255, 0.65);
  background: radial-gradient(circle at top left, rgba(134, 176, 255, 0.25), rgba(5, 17, 53, 0.9));
  font-size: 11px;
  color: #d3e3ff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 12px;
}

.hero-kicker-badge {
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1a62c6, #2d8dff);
  font-weight: 600;
  font-size: 11px;
}

.hero-title {
  font-size: 34px;
  line-height: 1.16;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
}

.hero-title span.highlight {
  background: linear-gradient(120deg, #64b3ff, #a2cfff, #ffffff);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 14px;
  color: #c4d7f5;
  max-width: 540px;
  margin-bottom: 18px;
}

.hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.hero-metric-pill {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9fb7e9;
}

.hero-metric-pill strong {
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
  color: #f3f7ff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.hero-note {
  font-size: 11px;
  color: #a7bceb;
  margin-top: 10px;
}

.hero-panel {
  border-radius: 26px;
  padding: 18px 18px 20px;
  background:
    radial-gradient(circle at top left, rgba(90, 151, 255, 0.35) 0, transparent 60%),
    linear-gradient(145deg, rgba(3, 23, 66, 0.9), rgba(6, 35, 89, 0.96));
  border: 1px solid rgba(140, 176, 255, 0.55);
  box-shadow: var(--shadow-soft);
}

.hero-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.hero-panel-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d6e3ff;
}

.hero-region-badge {
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(18, 184, 134, 0.16);
  color: #7af3cb;
  border: 1px solid rgba(122, 243, 203, 0.7);
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  font-size: 11px;
}

.hero-chip {
  border-radius: 18px;
  padding: 10px 11px;
  border: 1px solid rgba(138, 174, 255, 0.55);
  background: radial-gradient(circle at top left, rgba(89, 145, 255, 0.28), rgba(5, 19, 56, 0.96));
  color: #dbe6ff;
}

.hero-chip h4 {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9fb7e9;
}

.hero-chip p {
  margin: 0;
  font-size: 11px;
}

.hero-country-strip {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(140, 176, 255, 0.45);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.country-pills-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.country-badge {
  font-size: 11px;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid rgba(161, 193, 255, 0.75);
  background: rgba(9, 31, 83, 0.96);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.country-badge span.flag {
  font-size: 13px;
}

.country-badge span.code {
  opacity: 0.75;
}

/* Main layout */
.main-shell {
  max-width: 1120px;
  margin: 6px auto 40px;
  padding: 0 18px 32px;
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.2fr);
  gap: 24px;
}

.main-card {
  background: linear-gradient(160deg, rgba(10, 28, 78, 0.98), rgba(8, 25, 70, 0.96));
  border-radius: var(--radius-xl);
  border: 1px solid rgba(129, 166, 255, 0.6);
  box-shadow: var(--shadow-soft);
  padding: 20px 20px 22px;
}

.main-card h2 {
  margin-top: 0;
  font-size: 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c7d9ff;
}

.main-card h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.main-card p {
  font-size: 13px;
  color: #dbe6ff;
}

.link-inline {
  color: #7bc4ff;
  text-decoration: none;
}

.link-inline:hover {
  text-decoration: underline;
}

.section-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #8fa9e6;
  margin-bottom: 4px;
}

.muted {
  color: #9fb2e0;
}

.main-card + .main-card {
  margin-top: 18px;
}

.side-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.side-card {
  background: radial-gradient(circle at top left, rgba(75, 135, 240, 0.35), rgba(6, 21, 66, 0.96));
  border-radius: var(--radius-xl);
  border: 1px solid rgba(136, 173, 255, 0.6);
  padding: 16px 16px 18px;
  box-shadow: 0 14px 38px rgba(7, 28, 78, 0.75);
}

.side-card h3 {
  margin-top: 0;
  font-size: 15px;
}

.side-tagline {
  font-size: 13px;
  color: #dfe8ff;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.chip {
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(191, 210, 255, 0.8);
  background: rgba(7, 23, 73, 0.96);
  color: #e2ebff;
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(115, 148, 222, 0.55);
  background: radial-gradient(circle at bottom, rgba(20, 67, 148, 0.9), rgba(2, 7, 25, 0.98));
  margin-top: auto;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-size: 11px;
  color: #a8b8e6;
}

.footer-inner a {
  color: #cde1ff;
  text-decoration: none;
}

.footer-inner a:hover {
  text-decoration: underline;
}

.footer-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Generic content layout for inner pages */
.inner-hero {
  max-width: 980px;
  margin: 26px auto 0;
  padding: 0 18px 18px;
}

.inner-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #9db3e5;
  margin-bottom: 6px;
}

.inner-title {
  font-size: 26px;
  margin: 0 0 8px;
}

.inner-subtitle {
  font-size: 13px;
  color: #c7d6ff;
  max-width: 620px;
}

.content-body-shell {
  max-width: 980px;
  margin: 2px auto 40px;
  padding: 0 18px 32px;
}

.content-card {
  background: linear-gradient(160deg, rgba(10, 28, 78, 0.98), rgba(8, 25, 70, 0.96));
  border-radius: var(--radius-xl);
  border: 1px solid rgba(129, 166, 255, 0.6);
  box-shadow: var(--shadow-soft);
  padding: 20px 22px 24px;
  font-size: 13px;
  color: #dbe6ff;
}

.content-card h2,
.content-card h3,
.content-card h4 {
  color: #f1f5ff;
}

.content-card h2 {
  margin-top: 0;
  font-size: 18px;
}

.content-card h3 {
  margin-top: 18px;
  font-size: 15px;
}

.content-card h4 {
  margin-top: 14px;
  font-size: 14px;
}

.content-card p {
  margin: 6px 0;
}

.content-card ul {
  margin: 6px 0 6px 20px;
  padding: 0;
}

.content-card li {
  margin: 3px 0;
}

/* Contact form */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 22px;
}

.form-shell {
  background: radial-gradient(circle at top left, rgba(92, 148, 255, 0.3), rgba(5, 20, 63, 0.96));
  border-radius: var(--radius-xl);
  border: 1px solid rgba(140, 176, 255, 0.7);
  padding: 18px 18px 20px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}

.form-field label {
  font-size: 12px;
  color: #d2e0ff;
}

.form-field input,
.form-field select,
.form-field textarea {
  border-radius: 11px;
  padding: 9px 10px;
  border: 1px solid rgba(154, 185, 255, 0.85);
  background: rgba(4, 14, 44, 0.96);
  color: #f4f7ff;
  font-family: inherit;
  font-size: 13px;
}

.form-field textarea {
  min-height: 110px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #63b0ff;
  box-shadow: 0 0 0 1px rgba(99, 176, 255, 0.65);
}

.status-banner {
  border-radius: 11px;
  padding: 8px 10px;
  font-size: 12px;
  margin-bottom: 10px;
}

.status-success {
  border: 1px solid rgba(111, 227, 177, 0.9);
  background: rgba(18, 98, 66, 0.7);
  color: #d1ffe9;
}

.status-error {
  border: 1px solid rgba(255, 163, 163, 0.9);
  background: rgba(122, 30, 40, 0.7);
  color: #ffe6e6;
}

.contact-info-card {
  background: linear-gradient(160deg, rgba(7, 24, 73, 0.98), rgba(10, 34, 87, 0.96));
  border-radius: var(--radius-xl);
  border: 1px solid rgba(144, 179, 255, 0.8);
  padding: 18px 18px 20px;
  font-size: 13px;
}

.contact-office {
  margin-bottom: 12px;
}

.contact-office h4 {
  margin: 0 0 3px;
  font-size: 13px;
  color: #f3f6ff;
}

.contact-office p {
  margin: 2px 0;
  color: #d9e4ff;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-panel {
    order: -1;
  }
  .main-shell {
    grid-template-columns: minmax(0, 1fr);
  }
  .nav-inner {
    flex-wrap: wrap;
  }
  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
