:root {
  --bg: #07111f;
  --bg-soft: #0f2138;
  --surface: #ffffff;
  --surface-soft: #f5f8fc;
  --surface-strong: #0c1728;
  --text: #132238;
  --text-soft: #56677d;
  --text-inverse: #ecf3ff;
  --primary: #2563eb;
  --primary-strong: #1d4ed8;
  --accent: #3dd3ff;
  --border: rgba(20, 42, 74, 0.12);
  --shadow: 0 18px 50px rgba(9, 24, 45, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: #ffffff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  overflow: hidden;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.funding-banner {
  background: #e8edf4;
}

.funding-banner img {
  width: 100%;
  height: auto;
}

.section {
  padding: 104px 0;
}

.section-dark {
  position: relative;
  padding: 96px 0 72px;
  background:
    radial-gradient(circle at 20% 20%, rgba(61, 211, 255, 0.2), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(37, 99, 235, 0.24), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0f2138 55%, #0f3158 100%);
  color: var(--text-inverse);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a9d6ff;
  margin-bottom: 18px;
}

.section-light .eyebrow,
.section-white .eyebrow,
.section-gradient .eyebrow,
.section-brand .eyebrow {
  background: rgba(37, 99, 235, 0.08);
  border-color: rgba(37, 99, 235, 0.12);
  color: var(--primary-strong);
}

.hero h1,
.section-heading h2,
.brand-copy h2 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  max-width: 13ch;
}

.hero-lead {
  font-size: 1.15rem;
  color: rgba(236, 243, 255, 0.88);
  max-width: 64ch;
  margin: 24px 0 18px;
}

.hero-copy p:not(.hero-lead) {
  color: rgba(236, 243, 255, 0.72);
  max-width: 68ch;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 34px;
}

.hero-points span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: white;
  background: linear-gradient(135deg, #3dd3ff 0%, #2563eb 100%);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
}

.btn-secondary {
  color: #eef5ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.device-stage {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.device-glow {
  position: absolute;
  inset: 8% 16%;
  background: radial-gradient(circle, rgba(61, 211, 255, 0.42), rgba(37, 99, 235, 0.14) 48%, transparent 72%);
  filter: blur(28px);
}

.hero-device {
  position: relative;
  width: min(82%, 520px);
  transform: rotate(-8deg);
  filter: drop-shadow(0 30px 56px rgba(0, 0, 0, 0.3));
  animation: floatDevice 6s ease-in-out infinite;
}

@keyframes floatDevice {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50% { transform: rotate(-5deg) translateY(-16px); }
}

.metrics-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.metric-card {
  padding: 24px 22px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.metric-value {
  font-size: 1.55rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.metric-label {
  color: rgba(236, 243, 255, 0.76);
  font-size: 0.94rem;
}

.section-light {
  background: var(--surface-soft);
}

.section-gradient {
  background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.section-white {
  background: #ffffff;
}

.section-dark-alt {
  background:
    radial-gradient(circle at top right, rgba(61, 211, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #091427 0%, #0c1728 100%);
  color: var(--text-inverse);
}

.section-brand {
  background: linear-gradient(180deg, #edf5ff 0%, #ffffff 100%);
}

.two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
}

.section-heading {
  max-width: 760px;
}

.section-heading.center {
  text-align: center;
  margin: 0 auto 24px;
}

.section-heading h2,
.brand-copy h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  color: #0c2038;
}

.section-dark-alt .section-heading h2 {
  color: var(--text-inverse);
}

.section-heading p {
  color: var(--text-soft);
  max-width: 70ch;
  margin: 18px auto 0;
}

.content-stack p,
.impact-item p,
.brand-copy p,
.project-note p,
.footer-copy,
.info-card p,
.device-card-body p,
.timeline-step p,
.capability-card p {
  color: var(--text-soft);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.glass-card,
.device-card,
.capability-card,
.project-panel,
.brand-panel {
  box-shadow: var(--shadow);
}

.info-card {
  padding: 34px 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,254,0.98));
  border: 1px solid var(--border);
}

.card-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #3dd3ff, #2563eb);
  display: grid;
  place-items: center;
  color: white;
  font-weight: 800;
  margin-bottom: 18px;
}

.info-card h3,
.device-card-body h3,
.timeline-step h3,
.capability-card h3,
.impact-item h3,
.project-note h3,
.footer h4 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.advanced-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.85fr;
  gap: 24px;
  align-items: stretch;
}

.device-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.device-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.device-card-body {
  padding: 24px;
}

.large-card img {
  aspect-ratio: 1.1 / 1;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.timeline-step {
  position: relative;
  padding: 28px 24px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3dd3ff, #2563eb);
  color: white;
  font-weight: 800;
  margin-bottom: 18px;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.capability-card {
  padding: 28px 24px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.section-dark-alt .capability-card p,
.section-dark-alt .section-heading p {
  color: rgba(236, 243, 255, 0.76);
}

.impact-grid {
  align-items: start;
}

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

.impact-item {
  padding: 24px 24px 22px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.brand-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
  background: linear-gradient(135deg, #0d2542 0%, #103864 100%);
  border-radius: 32px;
  padding: 42px;
  color: var(--text-inverse);
}

.brand-panel h2,
.brand-panel p {
  color: var(--text-inverse);
}

.brand-mark-wrap {
  display: flex;
  justify-content: center;
}

.brand-mark-large {
  width: min(100%, 420px);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.project-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.project-table {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.project-row {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 16px;
  padding: 18px 20px;
  background: #ffffff;
}

.project-row + .project-row {
  border-top: 1px solid var(--border);
}

.project-row .label {
  font-weight: 700;
  color: #19324a;
}

.project-row .value {
  color: #35506e;
  font-weight: 600;
}

.project-note {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #edf5ff, #f7fbff);
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.footer {
  background: #07111f;
  color: rgba(236, 243, 255, 0.88);
  padding: 48px 0 54px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  align-items: start;
}

.footer-logo {
  height: 56px;
  width: auto;
  margin-bottom: 18px;
  filter: brightness(1.08);
}

.footer h4 {
  color: #ffffff;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }

.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-grid,
  .two-col,
  .brand-panel,
  .project-panel,
  .footer-grid,
  .advanced-grid {
    grid-template-columns: 1fr;
  }

  .timeline,
  .capabilities-grid,
  .cards-grid,
  .metrics-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .device-stage {
    min-height: 420px;
  }
}

@media (max-width: 820px) {
  .menu-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 20px 22px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(24, 41, 66, 0.08);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .hero {
    padding-top: 80px;
  }

  .section {
    padding: 78px 0;
  }

  .timeline,
  .capabilities-grid,
  .cards-grid,
  .metrics-strip {
    grid-template-columns: 1fr;
  }

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

  .btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .nav-inner {
    min-height: 74px;
  }

  .brand-logo {
    height: 44px;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-points {
    gap: 10px;
  }

  .hero-points span {
    width: 100%;
  }

  .device-stage {
    min-height: 320px;
  }

  .project-row {
    grid-template-columns: 1fr;
  }

  .brand-panel,
  .project-panel,
  .timeline-step,
  .info-card,
  .device-card-body,
  .capability-card,
  .impact-item {
    padding-left: 18px;
    padding-right: 18px;
  }
}
/* =========================
   WORKFLOW INTERACTIVE UPGRADE
========================= */

.workflow-interactive {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: start;
  margin-top: 34px;
}

.workflow-timeline {
  margin-top: 0;
}

.timeline-step {
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.timeline-step:hover {
  transform: translateY(-4px);
}

.timeline-step.is-active {
  border-color: rgba(37, 99, 235, 0.22);
  background: linear-gradient(180deg, #f4f9ff, #ffffff);
  box-shadow: 0 20px 44px rgba(37, 99, 235, 0.12);
}

.step-badge {
  display: inline-flex;
  margin-top: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--primary-strong);
  font-size: 0.8rem;
  font-weight: 700;
}

.workflow-panel {
  position: sticky;
  top: 110px;
}

.workflow-screen {
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, #0b1728, #10233d);
  box-shadow: var(--shadow);
  border: 1px solid rgba(20, 42, 74, 0.16);
}

.workflow-screen-top {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.workflow-screen-top .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.workflow-screen-body {
  padding: 26px 24px 28px;
  min-height: 290px;
  color: var(--text-inverse);
}

.workflow-content {
  display: none;
  animation: workflowFade 0.35s ease;
}

.workflow-content.is-visible {
  display: block;
}

@keyframes workflowFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.workflow-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.workflow-kpi {
  padding: 14px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.workflow-kpi .kpi-label {
  display: block;
  font-size: 0.78rem;
  color: rgba(236, 243, 255, 0.7);
  margin-bottom: 6px;
}

.workflow-kpi strong {
  font-size: 1.05rem;
  color: #ffffff;
}

.workflow-status {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.workflow-status.success {
  background: rgba(16, 185, 129, 0.14);
  color: #7ef0bf;
}

.workflow-status.warning {
  background: rgba(245, 158, 11, 0.14);
  color: #ffd07a;
}

.workflow-status.danger {
  background: rgba(239, 68, 68, 0.14);
  color: #ff9f9f;
}

.workflow-screen-body h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  color: #ffffff;
}

.workflow-screen-body p {
  margin: 0;
  color: rgba(236, 243, 255, 0.78);
}

@media (max-width: 1080px) {
  .workflow-interactive {
    grid-template-columns: 1fr;
  }

  .workflow-panel {
    position: relative;
    top: auto;
  }
}

@media (max-width: 560px) {
  .workflow-kpi-row {
    grid-template-columns: 1fr;
  }
}

/* =========================
   DASHBOARD MOCKUP
========================= */

.dashboard-shell {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0;
  margin-top: 42px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: #ffffff;
}

.dashboard-sidebar {
  background: linear-gradient(180deg, #0b1728 0%, #10233d 100%);
  color: var(--text-inverse);
  padding: 30px 24px;
}

.dashboard-brand {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.dashboard-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.dashboard-menu li {
  padding: 12px 14px;
  border-radius: 14px;
  color: rgba(236, 243, 255, 0.72);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.25s ease, color 0.25s ease;
}

.dashboard-menu li.active,
.dashboard-menu li:hover {
  background: rgba(61, 211, 255, 0.12);
  color: #ffffff;
}

.dashboard-main {
  padding: 28px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.dashboard-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.dashboard-mini-label {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--primary-strong);
  font-size: 0.8rem;
  font-weight: 700;
}

.dashboard-topbar h3 {
  margin: 0;
  font-size: 1.9rem;
  color: #0c2038;
}

.dashboard-live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-weight: 700;
  font-size: 0.92rem;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 6px rgba(16, 185, 129, 0.14);
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 22px;
}

.dash-stat-card {
  padding: 22px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--border);
  box-shadow: 0 12px 26px rgba(9, 24, 45, 0.06);
}

.dash-stat-label {
  display: block;
  font-size: 0.82rem;
  color: var(--text-soft);
  margin-bottom: 8px;
  font-weight: 600;
}

.dash-stat-card strong {
  display: block;
  font-size: 2rem;
  color: #0c2038;
  margin-bottom: 4px;
}

.dash-stat-card small {
  color: var(--text-soft);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.dashboard-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 14px 28px rgba(9, 24, 45, 0.06);
}

.dashboard-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.dashboard-card-header h4 {
  margin: 0;
  font-size: 1.05rem;
  color: #10233d;
}

.dashboard-card-header span {
  font-size: 0.82rem;
  color: var(--text-soft);
  font-weight: 600;
}

.chart-card,
.map-card {
  min-height: 280px;
}

.fake-chart {
  height: 220px;
  display: flex;
  align-items: flex-end;
}

.chart-bars {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

.chart-bars span {
  flex: 1;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(180deg, #3dd3ff 0%, #2563eb 100%);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
  animation: chartPulse 3.6s ease-in-out infinite;
}

.chart-bars span:nth-child(2) { animation-delay: 0.2s; }
.chart-bars span:nth-child(3) { animation-delay: 0.4s; }
.chart-bars span:nth-child(4) { animation-delay: 0.6s; }
.chart-bars span:nth-child(5) { animation-delay: 0.8s; }
.chart-bars span:nth-child(6) { animation-delay: 1s; }
.chart-bars span:nth-child(7) { animation-delay: 1.2s; }

@keyframes chartPulse {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(1.04); }
}

.severity {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
}

.severity.high {
  background: rgba(239, 68, 68, 0.12);
  color: #dc2626 !important;
}

.alert-patient {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.alert-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: white;
  background: linear-gradient(135deg, #3dd3ff, #2563eb);
}

.alert-patient strong {
  display: block;
  margin-bottom: 4px;
  color: #0c2038;
}

.alert-patient p {
  margin: 0;
  color: var(--text-soft);
}

.alert-metrics {
  display: grid;
  gap: 12px;
}

.alert-metrics div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid rgba(20, 42, 74, 0.08);
}

.alert-metrics span {
  color: var(--text-soft);
  font-weight: 600;
}

.alert-metrics strong {
  color: #0c2038;
}

.fake-map {
  position: relative;
  height: 220px;
  border-radius: 20px;
  background:
    linear-gradient(rgba(37, 99, 235, 0.05), rgba(37, 99, 235, 0.05)),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 26px,
      rgba(20, 42, 74, 0.06) 27px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 26px,
      rgba(20, 42, 74, 0.06) 27px
    ),
    #eef5fb;
  overflow: hidden;
}

.map-pin {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 8px rgba(239, 68, 68, 0.12);
  animation: pinPulse 2.6s ease-in-out infinite;
}

.pin-1 { top: 28%; left: 32%; }
.pin-2 { top: 52%; left: 62%; animation-delay: 0.5s; }
.pin-3 { top: 68%; left: 42%; animation-delay: 1s; }
.pin-4 { top: 22%; left: 72%; animation-delay: 1.5s; }

@keyframes pinPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

.activity-feed {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.activity-feed li {
  padding: 14px 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid rgba(20, 42, 74, 0.08);
  color: #35506e;
}

.activity-feed strong {
  color: #0c2038;
  margin-right: 10px;
}

@media (max-width: 1080px) {
  .dashboard-shell {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 560px) {
  .dashboard-main {
    padding: 20px 18px;
  }

  .dashboard-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-stats {
    grid-template-columns: 1fr;
  }
}

/* =========================
   CASE STUDY / USE SCENARIO
========================= */

.scenario-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.scenario-tab {
  border: 1px solid rgba(20, 42, 74, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: var(--text-main);
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

.scenario-tab:hover,
.scenario-tab.active {
  background: linear-gradient(135deg, #2563eb, #3dd3ff);
  color: white;
  border-color: transparent;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18);
}

.scenario-shell {
  margin-top: 34px;
}

.scenario-panel {
  display: none;
}

.scenario-panel.active {
  display: block;
  animation: scenarioFade 0.35s ease;
}

@keyframes scenarioFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scenario-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.scenario-content,
.scenario-visual {
  min-width: 0;
}

.scenario-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--primary-strong);
  font-size: 0.82rem;
  font-weight: 700;
}

.scenario-content h3 {
  margin: 0 0 14px;
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: var(--text-main);
}

.scenario-content > p {
  color: var(--text-soft);
  font-size: 1.02rem;
  margin-bottom: 24px;
}

.scenario-steps {
  display: grid;
  gap: 16px;
}

.scenario-step-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(20, 42, 74, 0.08);
  box-shadow: 0 14px 28px rgba(9, 24, 45, 0.05);
}

.scenario-step-card span {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: white;
  background: linear-gradient(135deg, #2563eb, #3dd3ff);
}

.scenario-step-card p {
  margin: 0;
  color: var(--text-soft);
  font-weight: 500;
}

.scenario-card {
  height: 100%;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #0b1728 0%, #10233d 100%);
  box-shadow: var(--shadow);
  border: 1px solid rgba(20, 42, 74, 0.16);
}

.scenario-card-top {
  display: flex;
  gap: 8px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.scenario-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
}

.scenario-card-body {
  padding: 26px 24px 28px;
  color: white;
}

.scenario-alert {
  border-radius: 18px;
  padding: 16px 18px;
  margin-bottom: 22px;
}

.scenario-alert strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.scenario-alert p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.scenario-alert.high {
  background: rgba(239, 68, 68, 0.16);
  border: 1px solid rgba(239, 68, 68, 0.18);
}

.scenario-alert.medium {
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.18);
}

.scenario-mini-metrics {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.scenario-mini-metrics div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.scenario-mini-metrics span {
  color: rgba(236, 243, 255, 0.72);
  font-weight: 600;
}

.scenario-mini-metrics strong {
  color: #ffffff;
}

.scenario-footer-note {
  margin-top: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(61, 211, 255, 0.08);
  color: rgba(236, 243, 255, 0.88);
  font-size: 0.94rem;
  border: 1px solid rgba(61, 211, 255, 0.12);
}

.scenario-trend-box {
  height: 180px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

.trend-line {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(transparent 0 92%, rgba(255,255,255,0.06) 92% 93%, transparent 93%),
    linear-gradient(90deg, transparent 0 92%, rgba(255,255,255,0.05) 92% 93%, transparent 93%);
}

.trend-line::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 52%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3dd3ff, #ffffff, #f59e0b);
  transform: skewY(-8deg) translateY(-10px);
  box-shadow: 0 0 18px rgba(61, 211, 255, 0.28);
}

@media (max-width: 1080px) {
  .scenario-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .scenario-step-card {
    grid-template-columns: 1fr;
  }

  .scenario-step-card span {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
}

/* =========================
   COOKIE CONSENT MODAL
========================= */

.cookie-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 15, 28, 0.58);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.cookie-overlay.show {
  opacity: 1;
  visibility: visible;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  overflow-y: auto;
}

.cookie-modal.show {
  opacity: 1;
  visibility: visible;
}

.cookie-modal-inner {
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
  border: 1px solid rgba(20, 42, 74, 0.08);
  padding: 28px 28px 26px;
  transform: translateY(18px) scale(0.98);
  transition: transform 0.28s ease;
}

.cookie-modal.show .cookie-modal-inner {
  transform: translateY(0) scale(1);
}

.cookie-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--primary-strong);
  font-size: 0.8rem;
  font-weight: 700;
}

.cookie-modal-header h3 {
  margin: 0 0 12px;
  font-size: 1.7rem;
  color: var(--text);
  line-height: 1.2;
}

.cookie-modal-header p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.8;
  font-size: 1rem;
}

.cookie-options {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.cookie-option {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 18px;
  border-radius: 20px;
  border: 1px solid rgba(20, 42, 74, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.cookie-option.required {
  background: rgba(245, 249, 255, 0.92);
}

.cookie-option strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1rem;
}

.cookie-option p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.7;
}

.cookie-option input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin-top: 4px;
  accent-color: #2563eb;
  flex-shrink: 0;
}

.cookie-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}

.cookie-links a {
  color: var(--primary-strong);
  font-weight: 700;
  text-decoration: none;
}

.cookie-links a:hover {
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 28px;
}

.cookie-actions .btn {
  min-width: 180px;
}

.cookie-actions .btn:last-child {
  margin-left: auto;
}

body.cookies-open {
  overflow: hidden;
}

/* =========================
   MOBILE FIXES
========================= */

@media (max-width: 640px) {
  .cookie-modal {
    align-items: flex-start;
    padding: 12px;
  }

  .cookie-modal-inner {
    max-height: 92vh;
    margin-top: 10px;
    border-radius: 20px;
    padding: 22px 18px 20px;
  }

  .cookie-modal-header h3 {
    font-size: 1.4rem;
  }

  .cookie-modal-header p {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .cookie-option {
    flex-direction: column;
    padding: 16px 16px;
    gap: 12px;
  }

  .cookie-option input[type="checkbox"] {
    align-self: flex-end;
    margin-top: 0;
  }

  .cookie-links {
    gap: 12px;
    margin-top: 20px;
  }

  .cookie-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 24px;
  }

  .cookie-actions .btn {
    width: 100%;
    min-width: 0;
    margin-left: 0 !important;
  }
}


.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.footer-links a {
  color: rgba(236, 243, 255, 0.8);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.94rem;
}

.footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* =========================
   POLICY PAGES
========================= */

.compact-header {
  min-height: auto;
  padding: 18px 0;
}

.policy-section {
  padding-top: 120px;
  padding-bottom: 90px;
}

.policy-container {
  max-width: 920px;
}

.policy-content {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}

.policy-content h2 {
  margin: 0 0 10px;
  font-size: 1.3rem;
  color: var(--text-main);
}

.policy-content p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.85;
}


/* =========================
   CONTACT FORM
========================= */

.contact-shell {
  max-width: 860px;
  margin: 40px auto 0;
  padding: 34px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 42, 74, 0.08);
  box-shadow: var(--shadow);
}

.contact-form {
  display: grid;
  gap: 22px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form-group {
  display: grid;
  gap: 10px;
}

.form-group label {
  font-weight: 700;
  color: var(--text-main);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(20, 42, 74, 0.12);
  background: #ffffff;
  color: var(--text-main);
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.form-group textarea {
  resize: vertical;
  min-height: 160px;
}

.privacy-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.7;
}

.privacy-consent input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  accent-color: #2563eb;
}

.privacy-consent a {
  color: var(--primary-strong);
  font-weight: 700;
  text-decoration: none;
}

.privacy-consent a:hover {
  text-decoration: underline;
}

.contact-actions {
  display: flex;
  justify-content: flex-start;
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-shell {
    padding: 26px 18px;
  }
}

/* =========================
   CONTACT STATUS MESSAGE
========================= */

.contact-message {
  padding: 16px 18px;
  border-radius: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 6px;
  border: 1px solid transparent;
}

.contact-message.success {
  background: rgba(16, 185, 129, 0.10);
  color: #047857;
  border-color: rgba(16, 185, 129, 0.18);
}

.contact-message.error {
  background: rgba(239, 68, 68, 0.10);
  color: #b91c1c;
  border-color: rgba(239, 68, 68, 0.18);
}

/* =========================
   BACK TO TOP
========================= */

html {
  scroll-behavior: smooth;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #3dd3ff);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.28);
  z-index: 9990;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.96);
  transition: all 0.28s ease;
}

.back-to-top:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 20px 38px rgba(37, 99, 235, 0.34);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

@media (max-width: 640px) {
  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    font-size: 1.35rem;
  }
}

/* =========================
   LANGUAGE SWITCHER
========================= */

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 18px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(20, 42, 74, 0.06);
  border: 1px solid rgba(20, 42, 74, 0.08);
}

.lang-switcher a {
  min-width: 42px;
  text-align: center;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  color: var(--text-main);
  transition: all 0.22s ease;
}

.lang-switcher a:hover {
  background: rgba(37, 99, 235, 0.08);
  color: var(--primary-strong);
}

.lang-switcher a.active {
  background: linear-gradient(135deg, #2563eb, #3dd3ff);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
}

@media (max-width: 960px) {
  .lang-switcher {
    margin-top: 12px;
    margin-left: 0;
  }
}


/* =========================
   NAVBAR FIX
========================= */

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 88px;
  padding: 0 8px; /* 🔥 λίγο πιο tight */
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 10px;
}

.brand-logo {
  height: 54px;   /* 🔥 λίγο μικρότερο */
  width: auto;
  display: block;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px; /* 🔥 πιο compact */
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
}

.nav-menu li {
  margin: 0;
  padding: 0;
}

.nav-menu a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap; /* 🔥 να μην σπάνε οι λέξεις */
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  transition: color 0.2s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--primary-strong);
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--primary);
  transition: width 0.25s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
  width: 100%;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  flex-shrink: 0;
  margin-left: 8px;
}

.lang-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--text);
  transition: all 0.22s ease;
}

.lang-switcher a.active {
  background: linear-gradient(135deg, #4cc3ff, #2b72e8);
  color: #fff;
  box-shadow: 0 8px 18px rgba(43, 114, 232, 0.25);
}

.menu-toggle {
  display: none;
}

/* =========================
   NAVBAR RESPONSIVE TUNING
========================= */

@media (max-width: 1280px) {
  .brand-logo {
    height: 50px;
  }

  .nav-menu {
    gap: 14px;
  }

  .nav-menu a {
    font-size: 0.93rem;
  }

  .lang-switcher a {
    min-width: 40px;
    height: 38px;
    padding: 0 12px;
    font-size: 0.9rem;
  }
}

@media (max-width: 1180px) {
  .brand-logo {
    height: 46px;
  }

  .nav-menu {
    gap: 10px;
  }

  .nav-menu a {
    font-size: 0.88rem;
  }

  .lang-switcher {
    margin-left: 4px;
  }
}

@media (max-width: 1024px) {
  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    border: 0;
    background: rgba(15, 23, 42, 0.05);
    border-radius: 14px;
    cursor: pointer;
    flex-shrink: 0;
  }

  .menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text);
    border-radius: 999px;
    margin: 0 auto;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: #ffffff;
    border-radius: 22px;
    padding: 12px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
    border: 1px solid rgba(15, 23, 42, 0.06);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu li {
    width: 100%;
  }

  .nav-menu a {
    width: 100%;
    padding: 14px 10px;
    font-size: 1rem;
  }

  .nav-menu a::after {
    display: none;
  }

  .nav-inner {
    position: relative;
    min-height: 82px;
  }
}



/* =========================
   POLICY PAGES (INSTITUTIONAL LAYOUT)
========================= */

.policy-page {
    background: radial-gradient(circle at top left, rgba(255, 223, 93, 0.10), transparent 26%), radial-gradient(circle at top right, rgba(56, 189, 248, 0.08), transparent 24%), linear-gradient(180deg, #f8fafc 0%, #f5f7fb 38%, #f7f5ee 100%);
    min-height: 100vh;
}

.policy-top-strip {
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    padding: 8px 0;
}

    .policy-top-strip img {
        display: block;
        width: 100%;
        max-width: 420px;
        height: auto;
    }

.policy-main {
    padding: 52px 0 72px;
}

.policy-intro {
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: left;
}

    .policy-intro .eyebrow {
        margin-bottom: 12px;
    }

    .policy-intro h1 {
        margin: 0 0 14px;
        font-size: clamp(2rem, 4vw, 3rem);
        line-height: 1.1;
        color: var(--text);
    }

    .policy-intro p {
        margin: 0;
        color: var(--text-soft);
        font-size: 1.02rem;
        line-height: 1.8;
        max-width: 760px;
    }

.policy-shell {
    max-width: 860px;
    margin: 0 auto;
}

.policy-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    padding: 34px 34px 30px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.policy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.policy-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--primary-strong);
    font-weight: 700;
    font-size: 0.82rem;
}

.policy-content h2 {
    margin: 30px 0 12px;
    font-size: 1.22rem;
    line-height: 1.3;
    color: var(--text);
}

    .policy-content h2:first-of-type {
        margin-top: 0;
    }

.policy-content p,
.policy-content li {
    color: var(--text-soft);
    font-size: 1rem;
    line-height: 1.85;
}

.policy-content ul {
    margin: 10px 0 20px 20px;
    padding: 0;
}

.policy-content a {
    color: var(--primary-strong);
    font-weight: 700;
    text-decoration: none;
}

    .policy-content a:hover {
        text-decoration: underline;
    }

.policy-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

    .policy-actions .btn {
        min-width: 210px;
    }

.policy-note {
    margin-top: 26px;
    font-size: 0.92rem;
    color: rgba(71, 85, 105, 0.9);
}

.policy-page .site-footer .footer-links a {
    color: rgba(255, 255, 255, 0.94) !important;
    font-weight: 700;
}

    .policy-page .site-footer .footer-links a:hover {
        color: #ffffff !important;
        text-decoration: underline;
    }

@media (max-width: 1024px) {
    .policy-main {
        padding: 42px 0 64px;
    }
}

@media (max-width: 640px) {
    .policy-top-strip {
        padding: 6px 0;
    }

        .policy-top-strip img {
            max-width: 280px;
        }

    .policy-main {
        padding: 34px 0 56px;
    }

    .policy-intro {
        margin-bottom: 20px;
    }

        .policy-intro h1 {
            font-size: 2rem;
        }

    .policy-card {
        border-radius: 22px;
        padding: 24px 18px 22px;
    }

    .policy-actions {
        margin-top: 28px;
    }

        .policy-actions .btn {
            width: 100%;
            min-width: 0;
        }
}