:root {
  --bg: #07111d;
  --bg-soft: #0d1b2b;
  --surface: #ffffff;
  --surface-soft: #f4f8fd;
  --text: #172435;
  --muted: #65758f;
  --line: rgba(12, 28, 58, 0.08);
  --green: #22a85a;
  --green-2: #48d47a;
  --blue: #1c70ff;
  --shadow: 0 18px 60px rgba(8, 22, 45, 0.10);
  --radius: 26px;
  --radius-sm: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #edf4fb 0%, #f8fbff 100%);
  line-height: 1.7;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1,h2,h3,h4 { margin: 0 0 1rem; line-height: 1.1; }
ul { padding-left: 1.2rem; }
.container { width: min(100% - 32px, var(--container)); margin-inline: auto; }
.narrow { width: min(100%, 840px); }
.section { padding: 84px 0; }
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(34, 168, 90, 0.12);
  color: var(--green);
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .02em;
  margin-bottom: 16px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(34, 168, 90, 0.26);
}
.button:hover { transform: translateY(-1px); }
.button-sm { min-height: 44px; padding: 0 18px; font-size: .95rem; }
.button-ghost {
  color: #fff;
  background: rgba(255,255,255,0.08);
  box-shadow: none;
  border: 1px solid rgba(255,255,255,0.16);
}
.button-light {
  color: var(--text);
  background: #fff;
  box-shadow: none;
  border: 1px solid var(--line);
}
.text-link { color: var(--blue); font-weight: 700; }

.topbar {
  background: #06101c;
  color: #d6e5ff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 10px 0;
  font-size: .92rem;
}
.topbar-inner p { margin: 0; }
.topbar-links { display: flex; gap: 16px; flex-wrap: wrap; }
.topbar-links a { color: #fff; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(7, 17, 29, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 86px;
}
.brand-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand-logo img {
  width: 178px;
  height: auto;
}
.brand-copy { display: grid; gap: 2px; }
.site-title {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
}
.site-tagline {
  margin: 0;
  color: #a8b8d3;
  font-size: .9rem;
}
.main-navigation {
  display: flex;
  align-items: center;
  gap: 16px;
}
.main-navigation ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}
.main-navigation li a {
  display: inline-flex;
  padding: 11px 16px;
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
}
.main-navigation li.current-menu-item a,
.main-navigation li a:hover { background: rgba(255,255,255,0.08); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  padding: 0;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}
.screen-reader-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hero-section {
  padding: 88px 0 48px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(72, 212, 122, .24), transparent 28%),
    radial-gradient(circle at left bottom, rgba(28,112,255,.2), transparent 30%),
    linear-gradient(180deg, #081120 0%, #0b1628 100%);
}
.hero-grid,
.split-section,
.map-section-grid,
.content-with-sidebar,
.single-layout,
.footer-grid { display: grid; gap: 26px; }
.hero-grid { grid-template-columns: 1.05fr .95fr; align-items: center; }
.hero-section h1 {
  font-size: clamp(2.6rem, 6vw, 5.3rem);
  letter-spacing: -.05em;
  max-width: 10ch;
}
.hero-text { color: #c0d1ea; max-width: 58ch; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }
.hero-points { display: grid; gap: 10px; color: #e2edff; }
.hero-panel {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border-color: rgba(255,255,255,.08);
}
.floating-badge {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(72, 212, 122, .14);
  color: #91f2b0;
  font-weight: 700;
  margin-bottom: 18px;
}
.info-strip {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  margin-bottom: 16px;
}
.info-strip span { color: #b7cae8; }
.info-strip strong { font-size: 1.6rem; }
.hero-service-list { display: grid; gap: 14px; }
.hero-service-list article {
  padding: 20px;
  background: rgba(255,255,255,.08);
  border-radius: 22px;
}
.hero-service-list h3 { font-size: 1.15rem; }
.hero-service-list p { color: #d7e4f8; }

.section-heading { margin-bottom: 30px; }
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -.04em;
  max-width: 15ch;
}
.section-heading p { color: var(--muted); max-width: 62ch; }
.row-between {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.cards-grid { display: grid; gap: 22px; }
.three-col { grid-template-columns: repeat(3, minmax(0,1fr)); }
.feature-card { padding: 28px; }
.feature-card h3 { font-size: 1.28rem; }
.dark-band {
  background: linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%);
}
.split-section { grid-template-columns: 1.05fr .95fr; align-items: center; }
.checklist-card { padding: 28px; }
.checklist-card ul { display: grid; gap: 14px; margin: 0; }
.alt-section { background: #fff; }
.map-section-grid { grid-template-columns: .9fr 1.1fr; align-items: center; }
.map-card { overflow: hidden; }
.map-card iframe { display: block; }
.cta-box {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.blog-preview { padding-top: 0; }

.breadcrumbs {
  background: #fff;
  border-bottom: 1px solid var(--line);
  color: #60708e;
  font-size: .95rem;
}
.breadcrumbs .container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 0;
}
.page-intro { padding: 6px 0 30px; }
.page-intro h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  letter-spacing: -.04em;
}
.content-with-sidebar,
.single-layout { grid-template-columns: minmax(0,1fr) 320px; align-items: start; }
.posts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 22px;
}
.post-card { overflow: hidden; }
.post-card-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-card-body { padding: 24px; }
.post-card h3 { font-size: 1.28rem; }
.post-meta,
.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: .92rem;
}
.sidebar { display: grid; gap: 18px; }
.widget { padding: 24px; }
.widget-title { font-size: 1.08rem; }
.sidebar-button,
.footer-button { margin-top: 8px; }

.article-card { overflow: hidden; }
.article-cover img { width: 100%; aspect-ratio: 16/7; object-fit: cover; }
.article-header,
.article-content,
.article-footer,
.page-card { padding: 32px; }
.article-header h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  letter-spacing: -.04em;
}
.article-excerpt { color: var(--muted); font-size: 1.05rem; }
.article-content { padding-top: 0; }
.article-content a,
.page-content a { color: var(--blue); text-decoration: underline; }
.article-content h2,
.article-content h3,
.page-content h2,
.page-content h3 { margin-top: 1.8rem; }
.article-cta { border-top: 1px solid var(--line); }
.pagination-wrap { grid-column: 1 / -1; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 10px; }
.pagination .page-numbers {
  min-width: 46px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
}
.pagination .current { background: var(--green); color: #fff; }

.site-footer {
  padding: 72px 0 26px;
  margin-top: 72px;
  background: #07111d;
  color: #d9e6fb;
}
.footer-grid { grid-template-columns: 1.1fr .75fr .95fr; padding-bottom: 30px; }
.footer-grid h2,
.footer-grid h3 { color: #fff; }
.footer-menu,
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-bottom a { color: #fff; }

@media (max-width: 1100px) {
  .three-col,
  .hero-grid,
  .split-section,
  .map-section-grid,
  .posts-grid,
  .content-with-sidebar,
  .single-layout,
  .footer-grid { grid-template-columns: 1fr; }
  .cta-box { flex-direction: column; align-items: start; }
}

@media (max-width: 880px) {
  .menu-toggle { display: inline-block; }
  .brand-copy { display: none; }
  .brand-logo img { width: 156px; }
  .main-navigation {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border-radius: 24px;
    background: rgba(7,17,29,.97);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 24px 60px rgba(0,0,0,.28);
  }
  .main-navigation.is-open { display: flex; }
  .main-navigation ul {
    flex-direction: column;
    align-items: stretch;
    border-radius: 18px;
    padding: 10px;
  }
  .main-navigation li a { width: 100%; }
  .section { padding: 68px 0; }
  .hero-section { padding-top: 72px; }
  .row-between { align-items: start; flex-direction: column; }
}

@media (max-width: 560px) {
  .hero-section h1 { max-width: none; }
  .hero-panel,
  .feature-card,
  .widget,
  .article-header,
  .article-content,
  .article-footer,
  .page-card,
  .cta-box { padding: 22px; }
  .topbar-inner { font-size: .86rem; }
}
