@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --page: #eef1f7;
  --ink: #11152f;
  --muted: #5d6684;
  --line: rgba(255, 255, 255, 0.72);
  --line-strong: rgba(139, 149, 178, 0.28);
  --glass: rgba(255, 255, 255, 0.42);
  --glass-soft: rgba(255, 255, 255, 0.24);
  --primary: #11152f;
  --teal: #0f8c82;
  --blue: #5ca8ff;
  --warm: #ff9d89;
  --violet: #bfa1ff;
  --shadow: 0 24px 60px rgba(77, 87, 120, 0.16);
  --inner-light: inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 18px 28px rgba(255, 255, 255, 0.25);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(135deg, rgba(255, 223, 216, 0.52), transparent 28%),
    linear-gradient(225deg, rgba(196, 218, 255, 0.62), transparent 32%),
    linear-gradient(315deg, rgba(235, 218, 255, 0.42), transparent 34%),
    url("assets/glass-bg.svg") center top / cover fixed,
    var(--page);
  color: var(--ink);
  font-family: "Manrope", "Segoe UI Variable Display", system-ui, sans-serif;
}

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

a:focus-visible {
  outline: 3px solid rgba(92, 168, 255, 0.42);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  padding: 18px 18px 0;
}

.nav,
main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.glass-surface,
.glass-board,
.glass-panel {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.24));
  box-shadow: var(--shadow), var(--inner-light);
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 999px;
  padding: 12px 16px;
}

.brand,
.nav-links,
.hero-actions,
.links,
.contact-actions,
.contact-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #0f8c82, #0d6f68);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(15, 140, 130, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.nav-links {
  gap: 8px;
  color: #2e3656;
  font-size: 14px;
  font-weight: 800;
}

.nav-links a {
  border-radius: 999px;
  padding: 9px 12px;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.36);
}

main {
  padding: 34px 0 76px;
}

.hero,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.72fr);
  gap: 30px;
  align-items: stretch;
  border-radius: 38px;
  padding: 34px;
}

.hero {
  min-height: 600px;
}

.hero-copy {
  align-self: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin-top: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(3.4rem, 6.5vw, 5.7rem);
  line-height: 0.9;
  font-weight: 800;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 1;
  font-weight: 800;
}

h3 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.08;
}

.hero-copy p:not(.eyebrow),
.section-header p,
.featured-summary,
.link-row p,
.contact p,
.contact-note {
  color: var(--muted);
  line-height: 1.55;
}

.hero-copy p:not(.eyebrow) {
  max-width: 610px;
  margin: 24px 0 0;
  font-size: 20px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button,
.links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.26));
  box-shadow:
    0 14px 26px rgba(82, 92, 122, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button::before,
.links a::before {
  content: "";
  position: absolute;
  inset: 1px 8%;
  height: 42%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.button:hover,
.links a:hover {
  border-color: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 18px 30px rgba(82, 92, 122, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform: translateY(-2px);
}

.button-primary,
.links a.is-primary {
  border-color: rgba(20, 24, 46, 0.9);
  background:
    radial-gradient(circle at 12% 26%, rgba(117, 188, 255, 0.36), transparent 34%),
    linear-gradient(180deg, #1b2140, #0f1328);
  color: #ffffff;
}

.button-large {
  min-height: 54px;
  border-radius: 20px;
  padding: 14px 22px;
  font-size: 16px;
}

.button-contact {
  width: 100%;
  min-height: 68px;
  border-radius: 24px;
  font-size: 22px;
}

.hero-preview {
  position: relative;
  display: grid;
  min-height: 500px;
  align-content: end;
  overflow: hidden;
  border-radius: 32px;
  padding: 22px;
}

.hero-preview img {
  position: absolute;
  inset: 13%;
  width: 74%;
  height: 74%;
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(45, 56, 86, 0.24));
}

.hero-chip {
  position: relative;
  z-index: 1;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 198, 186, 0.75), rgba(255, 255, 255, 0.28));
  box-shadow: 0 16px 30px rgba(105, 85, 83, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 800;
}

.hero-chip + .hero-chip {
  margin-top: 10px;
}

.hero-chip-light {
  margin-left: auto;
  background:
    linear-gradient(180deg, rgba(184, 220, 255, 0.72), rgba(255, 255, 255, 0.32));
}

.hero-chip-warm {
  margin-right: auto;
  margin-left: 22px;
  background:
    linear-gradient(180deg, rgba(226, 207, 255, 0.72), rgba(255, 255, 255, 0.3));
}

.section {
  padding: 72px 0 0;
}

.section-header {
  max-width: 740px;
  margin-bottom: 24px;
}

.section-header-small {
  margin-bottom: 18px;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.featured-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  overflow: hidden;
  min-width: 0;
  border-radius: 32px;
}

.visual-frame {
  display: grid;
  min-height: 300px;
  place-items: center;
  border-right: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.14)),
    url("assets/glass-bg.svg") center / cover;
  padding: 30px;
}

.featured-image {
  display: block;
  width: min(100%, 420px);
  max-height: 250px;
  object-fit: contain;
  border-radius: 20px;
  filter: drop-shadow(0 18px 26px rgba(63, 72, 103, 0.18));
}

.featured-body {
  display: flex;
  flex-direction: column;
  padding: 34px;
}

.card-kicker {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(227, 246, 243, 0.72);
  padding: 8px 11px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.featured-summary {
  max-width: 620px;
  margin: 0;
  font-size: 17px;
}

.links {
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding-top: 26px;
}

.link-list {
  display: grid;
  gap: 12px;
}

.link-row {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-radius: 24px;
  padding: 14px;
}

.link-thumb {
  width: 108px;
  height: 76px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.5);
  object-fit: contain;
}

.link-row h3 {
  margin-bottom: 4px;
  font-size: 18px;
}

.link-row p {
  margin: 0;
  font-size: 15px;
}

.link-row .links {
  padding-top: 0;
}

.contact {
  margin-top: 76px;
}

.contact-copy {
  align-self: center;
}

.contact p {
  max-width: 620px;
  margin-bottom: 0;
  font-size: 18px;
}

.contact-card {
  display: grid;
  align-content: center;
  border-radius: 30px;
  padding: 24px;
}

.contact-links {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.contact-note {
  margin: 18px 0 0;
  font-size: 14px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.56);
  padding: 30px 16px 40px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .hero,
  .contact,
  .featured-card,
  .link-row {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-preview {
    min-height: 360px;
  }

  .visual-frame {
    min-height: 280px;
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .link-thumb {
    width: 100%;
    height: 150px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 12px 0;
  }

  .nav,
  main {
    width: min(100% - 24px, 1120px);
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 24px;
  }

  .hero,
  .contact {
    border-radius: 28px;
    padding: 22px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 23px;
  }

  .hero-copy p:not(.eyebrow),
  .contact p {
    font-size: 16px;
  }

  .hero-preview {
    min-height: 300px;
  }

  .featured-body {
    padding: 24px;
  }

  .visual-frame {
    min-height: 230px;
    padding: 22px;
  }

  .button-contact {
    min-height: 58px;
    font-size: 19px;
  }
}
