:root {
  --bg: #f4efe7;
  --surface: rgba(255, 252, 247, 0.88);
  --surface-strong: #fffaf2;
  --line: rgba(74, 62, 45, 0.12);
  --text: #1f2933;
  --muted: #5d6a73;
  --accent: #0b8f77;
  --accent-deep: #086b59;
  --accent-soft: #dff6ef;
  --gold: #d4a24f;
  --shadow: 0 22px 70px rgba(38, 31, 19, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(212, 162, 79, 0.18), transparent 26%),
    radial-gradient(circle at 80% 20%, rgba(11, 143, 119, 0.18), transparent 24%),
    linear-gradient(135deg, #f4efe7 0%, #fbf7f0 52%, #f0f5f3 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  border-radius: 999px;
  filter: blur(12px);
}

body::before {
  top: 72px;
  right: 7vw;
  width: 220px;
  height: 220px;
  background: rgba(212, 162, 79, 0.1);
}

body::after {
  left: 5vw;
  bottom: 48px;
  width: 260px;
  height: 260px;
  background: rgba(11, 143, 119, 0.1);
}

.mportal-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 48px;
}

.hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.info-strip article {
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 32px;
  border-radius: 30px;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.brand-logo {
  width: 132px;
  height: auto;
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(74, 62, 45, 0.1);
  color: var(--accent-deep);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow,
.panel-kicker,
.panel-label,
.info-strip span {
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
}

h1 {
  margin: 0;
  max-width: 11ch;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hero-description {
  max-width: 58ch;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, #0ca889 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(11, 143, 119, 0.24);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  border: 1px solid rgba(74, 62, 45, 0.1);
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.highlight-card {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 243, 235, 0.92));
  border: 1px solid rgba(74, 62, 45, 0.08);
}

.highlight-card strong {
  font-size: 1rem;
}

.highlight-card span {
  color: var(--muted);
  line-height: 1.55;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 30px;
}

.panel-glow {
  position: absolute;
  top: -70px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(11, 143, 119, 0.22), transparent 70%);
}

.panel-grid {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.panel-card {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(74, 62, 45, 0.08);
}

.panel-card-primary {
  background:
    linear-gradient(160deg, rgba(11, 143, 119, 0.12), rgba(255, 250, 242, 0.92) 56%);
}

.panel-kicker,
.panel-label,
.info-strip span {
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-weight: 700;
}

.panel-card strong {
  font-size: 1.15rem;
}

.panel-card p,
.info-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.info-strip article {
  padding: 22px;
  border-radius: 24px;
}

.info-strip strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 1.05rem;
}

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

  .hero-highlights,
  .info-strip {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 12ch;
  }
}

@media (max-width: 640px) {
  .mportal-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 18px;
  }

  .hero-copy,
  .hero-panel,
  .info-strip article {
    border-radius: 24px;
  }

  .hero-copy,
  .hero-panel {
    padding: 22px;
  }

  .brand-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 22px;
  }

  .brand-logo {
    width: 118px;
  }

  h1 {
    font-size: clamp(2.2rem, 15vw, 3.6rem);
  }

  .hero-description {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .btn {
    width: 100%;
  }
}
