:root {
  --navy: #15324b;
  --blue: #1a73b8;
  --blue-dark: #115487;
  --sky: #eaf5fb;
  --red: #d92d34;
  --ink: #263746;
  --muted: #647887;
  --line: #d8e4ec;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(21, 50, 75, 0.10);
  font-family: Aptos, Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #f5f9fc;
}

* { box-sizing: border-box; }
html { min-width: 320px; }
body { margin: 0; min-height: 100vh; background: linear-gradient(180deg, #eef7fc 0, #fff 620px); }
a { color: inherit; }

.site-header { min-height: 76px; padding: 14px max(24px, calc((100vw - 1120px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 16px; text-decoration: none; color: var(--navy); font-weight: 800; }
.brand img { width: 105px; height: 44px; object-fit: contain; }
.brand span { padding-left: 16px; border-left: 1px solid var(--line); }
.header-label { color: var(--blue-dark); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

main { width: min(100% - 40px, 1120px); margin: 0 auto; }
.hero { min-height: 290px; padding: 58px 54px; display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; background: var(--navy); color: #fff; border-radius: 0 0 30px 30px; box-shadow: var(--shadow); position: relative; }
.hero::before { content: ""; position: absolute; width: 340px; height: 340px; border: 70px solid rgba(255,255,255,.045); border-radius: 50%; right: -110px; top: -145px; }
.hero-copy { position: relative; z-index: 1; max-width: 700px; }
.eyebrow { margin: 0 0 10px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow { color: #9bd7f5; }
h1, h2 { margin: 0; color: var(--navy); letter-spacing: -.035em; line-height: 1.05; }
h1 { color: #fff; font-size: clamp(40px, 7vw, 72px); }
h2 { font-size: clamp(28px, 4vw, 42px); }
.intro { max-width: 620px; margin: 20px 0 0; color: #d9eaf3; font-size: clamp(17px, 2.2vw, 21px); line-height: 1.55; }
.hero-mark { width: 180px; display: grid; grid-template-columns: repeat(3, 42px); gap: 12px; position: relative; z-index: 1; transform: rotate(-8deg); }
.hero-mark span { width: 42px; height: 42px; border-radius: 50%; background: var(--red); box-shadow: 54px 0 0 rgba(103,190,232,.9); }
.hero-mark span:nth-child(2n) { background: #fff; box-shadow: none; }
.hero-mark span:nth-child(3n) { background: #60b5df; box-shadow: none; }

.portal-section { padding: 62px 0 28px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 28px; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); line-height: 1.55; }
.portal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.portal-card { min-height: 210px; padding: 26px; display: grid; grid-template-columns: 62px 1fr auto; gap: 20px; align-items: start; background: var(--white); border: 1px solid var(--line); border-radius: 22px; text-decoration: none; box-shadow: 0 8px 28px rgba(21,50,75,.06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.portal-card:hover, .portal-card:focus-visible { transform: translateY(-3px); border-color: #9fc9e2; box-shadow: var(--shadow); outline: none; }
.portal-card.catering { border-top: 4px solid var(--red); }
.icon { width: 62px; height: 62px; display: grid; place-items: center; color: var(--blue-dark); background: var(--sky); border-radius: 18px; }
.icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.card-copy { display: block; }
.card-copy strong, .card-copy > span { display: block; }
.card-copy strong { margin-top: 11px; color: var(--navy); font-size: 23px; line-height: 1.15; }
.card-copy > span:last-child { margin-top: 10px; color: var(--muted); line-height: 1.5; }
.status { width: fit-content; padding: 5px 9px; color: #5e7180; background: #eef2f5; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.status.live { color: #08704f; background: #e1f6ed; }
.arrow { color: var(--blue); font-size: 28px; font-weight: 400; }

.help-strip { margin: 12px 0 60px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--sky); border: 1px solid #cbe3f0; border-radius: 18px; }
.help-strip strong, .help-strip span { display: block; }
.help-strip strong { color: var(--navy); }
.help-strip span { margin-top: 5px; color: var(--muted); font-size: 14px; }
.help-note { flex: 0 0 auto; max-width: 270px; padding-left: 22px; border-left: 1px solid #bad8e8; color: var(--blue-dark) !important; font-weight: 800; }

footer { min-height: 72px; padding: 22px max(24px, calc((100vw - 1120px) / 2)); display: flex; justify-content: space-between; gap: 18px; color: var(--muted); background: #fff; border-top: 1px solid var(--line); font-size: 13px; }

.coming-soon-page { display: grid; place-items: center; padding: 24px; }
.coming-soon-card { width: min(100%, 650px); padding: clamp(32px, 7vw, 64px); background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); text-align: center; }
.coming-soon-card img { width: 120px; height: 52px; object-fit: contain; margin-bottom: 30px; }
.coming-soon-card h1 { color: var(--navy); font-size: clamp(34px, 7vw, 52px); }
.coming-soon-card p { color: var(--muted); font-size: 17px; line-height: 1.6; }
.back-link { display: inline-block; margin-top: 14px; padding: 13px 20px; color: #fff; background: var(--blue); border-radius: 12px; font-weight: 800; text-decoration: none; }

@media (max-width: 760px) {
  .site-header { min-height: 68px; }
  .brand img { width: 86px; height: 36px; }
  .brand span { display: none; }
  main { width: min(100% - 24px, 1120px); }
  .hero { min-height: 260px; padding: 42px 28px; border-radius: 0 0 22px 22px; }
  .hero-mark { display: none; }
  .portal-section { padding-top: 44px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 14px; }
  .portal-grid { grid-template-columns: 1fr; }
  .portal-card { min-height: 0; padding: 21px; grid-template-columns: 52px 1fr auto; gap: 15px; }
  .icon { width: 52px; height: 52px; border-radius: 15px; }
  .icon svg { width: 32px; height: 32px; }
  .card-copy strong { font-size: 20px; }
  .help-strip { align-items: stretch; flex-direction: column; }
  .help-note { max-width: none; padding: 16px 0 0; border-left: 0; border-top: 1px solid #bad8e8; }
}

@media (max-width: 400px) {
  .portal-card { grid-template-columns: 46px 1fr; }
  .icon { width: 46px; height: 46px; }
  .arrow { display: none; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
