﻿:root {
  --bg: #eef6fb;
  --surface: #ffffff;
  --surface-alt: #e3f0f8;
  --surface-soft: #d4e8f5;
  --text: #102234;
  --muted: #4f6476;
  --brand: #1478b8;
  --brand-2: #062238;
  --accent: #16a9d6;
  --accent-2: #e3f7fd;
  --gold: #f5cf37;
  --border: #c9ddea;
  --success: #1f8a55;
  --warning: #a76800;
  --shadow: 0 14px 38px rgba(6, 34, 56, 0.13);
  --radius: 18px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(22, 169, 214, 0.16), transparent 35%),
    radial-gradient(circle at 88% 8%, rgba(20, 120, 184, 0.12), transparent 30%),
    linear-gradient(180deg, #eef6fb 0%, #f8fbfe 45%, #eef6fb 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  color: #0a5f93;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.top-bar {
  background: #062238;
  color: #f4fbff;
  font-size: 0.94rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.top-bar .wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 9px 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.top-bar a {
  color: #ffffff;
  font-weight: 700;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.nav-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: 1.15rem;
  color: var(--brand-2);
}

.logo-img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: inline-block;
  filter: drop-shadow(0 7px 12px rgba(20, 120, 184, 0.16));
}

.logo-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
}

.nav-links {
  display: flex;
  gap: 17px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a {
  color: var(--text);
  font-weight: 700;
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--brand);
  text-decoration: none;
}

.nav-cta {
  padding: 10px 15px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(20, 120, 184, 0.22);
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 22px;
  width: 100%;
}

.hero {
  background:
    radial-gradient(circle at top right, rgba(22, 169, 214, 0.16), transparent 35%),
    linear-gradient(135deg, #f9fdff 0%, #dceef8 100%);
  padding: 76px 0 58px;
  border-bottom: 1px solid var(--border);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--accent-2);
  color: #075878;
  border: 1px solid #b8e6f4;
  font-weight: 800;
  font-size: 0.88rem;
  margin-bottom: 18px;
}

h1, h2, h3 {
  line-height: 1.15;
  margin: 0 0 16px;
  color: var(--brand-2);
}

h1 {
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  letter-spacing: 0;
}

h3 {
  font-size: 1.25rem;
}

p {
  margin: 0 0 16px;
}

.lead {
  font-size: 1.2rem;
  color: var(--muted);
  max-width: 760px;
}

.hero-actions,
.actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin: 26px 0 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 19px;
  border-radius: 999px;
  font-weight: 900;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
}

.btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--brand));
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(20, 120, 184, 0.23);
}

.btn-secondary {
  background: #ffffff;
  color: var(--brand);
  border-color: var(--brand);
}

.btn-light {
  background: #ffffff;
  color: var(--brand-2);
}
.external-booking-link::after {
  content: "↗";
  margin-left: 6px;
  font-size: 0.86em;
  line-height: 1;
}

.microcopy {
  color: #5d7081;
  font-size: 0.96rem;
}

.hero-card,
.card,
.form-box,
.booking-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 26px;
}

.hero-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-card li {
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-weight: 700;
  color: var(--text);
}

.hero-card li:last-child {
  border-bottom: 0;
}

.check::before {
  content: "\2713";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 999px;
  background: #e6f7ee;
  color: var(--success);
  font-weight: 900;
}

.trust-bar {
  background: linear-gradient(90deg, #062238, #0f6594, #062238);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.trust-item {
  text-align: center;
  font-weight: 800;
  font-size: 0.95rem;
  color: #ffffff;
}

.section {
  padding: 72px 0;
}

.section-alt {
  background: rgba(227, 240, 248, 0.76);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-header {
  max-width: 820px;
  margin-bottom: 30px;
}

.grid {
  display: grid;
  gap: 20px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  padding: 24px;
}

.card strong {
  color: var(--brand-2);
}

.card-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(20, 120, 184, 0.22);
  border-radius: 999px;
  font-weight: 900;
  color: var(--brand);
}

.card-link:hover {
  background: var(--accent-2);
  text-decoration: none;
}

.problem-card {
  border-top: 5px solid var(--accent);
}

.badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--accent-2);
  color: #075878;
  border: 1px solid #b8e6f4;
  font-weight: 900;
  font-size: 0.84rem;
  margin-bottom: 12px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.feature-list {
  margin: 0;
  padding-left: 20px;
}

.feature-list li {
  margin: 9px 0;
}

.steps {
  counter-reset: step;
}

.step-card {
  position: relative;
  padding-left: 78px;
}

.step-card::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 22px;
  top: 24px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  color: #ffffff;
  font-weight: 900;
}

.cta-band {
  background:
    radial-gradient(circle at top right, rgba(22, 169, 214, 0.24), transparent 34%),
    linear-gradient(135deg, #062238, #0e5f8b);
  color: #fff;
  border-radius: 26px;
  padding: 42px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-band h2,
.cta-band h3 {
  color: #fff;
}

.cta-band p {
  color: rgba(255,255,255,0.86);
}

.form-box {
  padding: 24px;
}

label {
  display: block;
  font-weight: 800;
  margin-bottom: 7px;
}

input,
textarea,
select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #b7cfde;
  border-radius: 12px;
  font: inherit;
  background: #ffffff;
  color: var(--text);
}

textarea {
  min-height: 135px;
  resize: vertical;
}

.form-row {
  margin-bottom: 15px;
}

.form-note {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 12px;
}

.faq details {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 12px;
  box-shadow: 0 6px 18px rgba(6, 34, 56, 0.07);
}

.faq summary {
  font-weight: 900;
  cursor: pointer;
  color: var(--brand-2);
}

.service-area {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}

.site-footer {
  background: #062238;
  color: #eaf7ff;
  padding: 48px 0 26px;
  border-top: 1px solid rgba(255,255,255,0.14);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  gap: 28px;
}

.site-footer a {
  color: #aee7ff;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.14);
  margin-top: 30px;
  padding-top: 18px;
  color: rgba(235,250,255,0.72);
  font-size: 0.9rem;
}

.notice {
  background: #fff7d7;
  color: #473200;
  border: 1px solid #f3db86;
  border-radius: 14px;
  padding: 14px 16px;
}

.kicker {
  font-weight: 900;
  color: #087fa6;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
  margin-bottom: 9px;
}

.booking-card {
  padding: 28px;
}

.booking-card .calendar-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--accent-2);
  color: var(--brand);
  border: 1px solid #b8e6f4;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.booking-card ul {
  margin-top: 14px;
  margin-bottom: 18px;
  padding-left: 20px;
}

.booking-card li {
  margin: 8px 0;
}

.booking-note {
  color: var(--muted);
  font-size: 0.96rem;
  margin-top: 12px;
}

@media (max-width: 920px) {
  .hero-grid,
  .split,
  .grid-2,
  .grid-3,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .hero {
    padding: 46px 0 42px;
  }

  .section {
    padding: 52px 0;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .cta-band {
    padding: 28px;
  }

  .hero-actions,
  .actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }
}

.veteran-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--accent-2);
  border: 1px solid #b8e6f4;
  color: #075878;
  font-weight: 900;
  font-size: 0.84rem;
  white-space: nowrap;
}

.mobile-menu-button {
  display: none;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--brand));
  color: #ffffff;
  font-weight: 900;
  padding: 10px 16px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.news-hero {
  background:
    linear-gradient(135deg, #f9fdff 0%, #dceef8 100%);
  border-bottom: 1px solid var(--border);
  padding: 58px 0 42px;
}

.news-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: end;
}

.news-hero-grid > *,
.news-detail-layout > *,
.news-toolbar > * {
  min-width: 0;
}

.news-hero h1,
.news-detail-title {
  font-size: 3.1rem;
  letter-spacing: 0;
  max-width: 820px;
}

.news-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  color: var(--muted);
  font-weight: 800;
}

.news-hero-meta span,
.news-filter-button,
.news-meta span,
.news-tag-row span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.news-source-panel {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(6, 34, 56, 0.09);
  padding: 22px;
}

.news-source-panel h2 {
  font-size: 1.35rem;
}

.news-source-panel ul {
  margin: 0;
  padding-left: 20px;
}

.news-source-panel li {
  margin: 8px 0;
}

.news-feed-section {
  padding-top: 38px;
}

.news-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: 18px;
  align-items: end;
  margin-bottom: 24px;
}

.news-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-filter-button {
  border: 1px solid var(--border);
  background: #ffffff;
  color: var(--text);
  border-radius: 8px;
  gap: 9px;
  padding: 9px 12px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.news-filter-button strong {
  color: var(--brand);
}

.news-filter-button[aria-pressed="true"] {
  border-color: var(--brand);
  background: var(--brand-2);
  color: #ffffff;
}

.news-filter-button[aria-pressed="true"] strong {
  color: #aee7ff;
}

.news-search-label {
  margin: 0;
}

.news-search-label span {
  display: block;
  margin-bottom: 7px;
}

.news-list {
  display: grid;
  gap: 18px;
}

.news-card {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: 220px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(6, 34, 56, 0.08);
}

.news-card-media {
  background: #dceef8;
  display: block;
  min-height: 100%;
}

.news-card-media img,
.news-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card-body {
  padding: 22px;
}

.news-card h2 {
  font-size: 1.45rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.news-card h2 a {
  color: var(--brand-2);
}

.news-care {
  color: var(--muted);
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.news-category,
.news-urgency {
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--accent-2);
  color: #075878;
  border: 1px solid #b8e6f4;
}

.news-urgency-critical,
.news-urgency-high {
  background: #fff1df;
  color: #6b3300;
  border-color: #f4c987;
}

.news-urgency-low {
  background: #ecf7ef;
  color: #1f6d43;
  border-color: #bfe7ca;
}

.news-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.news-tag-row span {
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #f8fbfe;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.news-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.9rem;
}

.news-category-visual {
  min-height: 100%;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, #062238, #1478b8);
  color: #ffffff;
}

.news-category-visual[data-category="Cloud Updates"] {
  background: linear-gradient(135deg, #12311f, #1f8a55);
}

.news-category-visual[data-category="Vendor News"] {
  background: linear-gradient(135deg, #473200, #a76800);
}

.news-category-visual span {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.news-empty {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 22px;
  color: var(--muted);
  font-weight: 800;
}

.news-detail {
  background: linear-gradient(180deg, #f9fdff 0%, #eef6fb 100%);
}

.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.news-back-link {
  display: inline-flex;
  font-weight: 900;
  margin-bottom: 18px;
}

.news-detail-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 22px;
  margin-top: 16px;
  box-shadow: 0 10px 26px rgba(6, 34, 56, 0.07);
}

.news-section-label {
  color: #087fa6;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.news-action-list {
  margin: 0;
  padding-left: 20px;
}

.news-action-list li {
  margin: 8px 0;
}

.news-source-note {
  margin-top: 20px;
  color: var(--muted);
}

.news-detail-image {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #dceef8;
  min-height: 240px;
}

@media (max-width: 920px) {
  .top-bar .wrap {
    justify-content: center;
    text-align: center;
    font-size: 0.88rem;
    padding: 7px 14px;
  }

  .top-bar .wrap span {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .nav-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
  }

  .logo-img {
    width: 44px;
    height: 44px;
  }

  .logo {
    font-size: 1rem;
    min-width: 0;
  }

  .logo span {
    overflow-wrap: anywhere;
  }

  .veteran-badge {
    display: none;
  }

  .mobile-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    padding-top: 10px;
  }

  .nav-links.mobile-open {
    display: flex;
  }

  .nav-links a {
    display: block;
    width: 100%;
    padding: 11px 13px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #ffffff;
    color: var(--text);
  }

  .nav-links a.nav-cta {
    background: linear-gradient(135deg, var(--accent), var(--brand));
    color: #ffffff;
    text-align: center;
    box-shadow: none;
  }

  .news-hero-grid,
  .news-toolbar,
  .news-detail-layout {
    grid-template-columns: 1fr;
  }

  .news-hero h1,
  .news-detail-title {
    font-size: 2.35rem;
  }
}

@media (max-width: 680px) {
  .news-card {
    grid-template-columns: 1fr;
  }

  .news-card-media {
    min-height: 180px;
  }

  .news-filter-button {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width: 560px) {
  .news-hero {
    padding: 38px 0 30px;
  }

  .news-hero h1,
  .news-detail-title {
    font-size: 2rem;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .news-hero .lead,
  .news-source-panel li {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .news-card-body,
  .news-source-panel,
  .news-detail-card {
    padding: 18px;
  }
}
