:root {
  --color-primary: #38bdf8;
  --color-primary-dark: #0284c7;
  --color-text: #0f172a;
  --color-muted: #475569;
  --color-soft: #f8fafc;
  --color-border: #e2e8f0;
  --color-white: #ffffff;
  --shadow-card: 0 24px 70px rgba(15, 23, 42, 0.08);
  --radius-lg: 28px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  background: var(--color-white);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(226, 232, 240, 0.78);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

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

.brand {
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 30%, #ffffff 0 12%, transparent 13%),
    linear-gradient(135deg, #7dd3fc, #0284c7);
  box-shadow: 0 10px 24px rgba(56, 189, 248, 0.36);
}

.nav-links {
  gap: 28px;
  color: var(--color-muted);
  font-size: 15px;
}

.nav-links a:hover {
  color: var(--color-primary-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #e0f2fe 0%, #ffffff 52%, #f8fafc 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(56, 189, 248, 0.22), transparent 28%),
    radial-gradient(circle at 82% 26%, rgba(14, 165, 233, 0.14), transparent 30%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  padding: 118px 0 126px;
  text-align: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--color-primary-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 860px;
  margin: 0 auto 24px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 1.06;
  letter-spacing: -0.055em;
}

.hero-text {
  max-width: 740px;
  margin: 0 auto;
  color: var(--color-muted);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 38px;
  flex-wrap: wrap;
}

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

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

.button.primary {
  color: var(--color-white);
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  box-shadow: 0 16px 34px rgba(14, 165, 233, 0.28);
}

.button.secondary {
  border: 1px solid var(--color-border);
  background: rgba(255, 255, 255, 0.78);
}

.section {
  padding: 92px 0;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 72px;
  align-items: start;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.section-copy,
.section-heading p,
.contact-card p {
  color: var(--color-muted);
  font-size: 17px;
}

.section-copy p:last-child,
.contact-card p:last-child {
  margin-bottom: 0;
}

.directions-section {
  background: var(--color-soft);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

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

.card,
.contact-card {
  border: 1px solid var(--color-border);
  background: var(--color-white);
  box-shadow: var(--shadow-card);
}

.card {
  min-height: 248px;
  padding: 30px;
  border-radius: var(--radius-md);
}

.card-index {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--color-primary-dark);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.3;
}

.card p {
  margin-bottom: 0;
  color: var(--color-muted);
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 42px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 92% 16%, rgba(56, 189, 248, 0.18), transparent 28%),
    var(--color-white);
}

.email-link {
  flex: 0 0 auto;
  color: var(--color-primary-dark);
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
  word-break: break-all;
}

.site-footer {
  border-top: 1px solid var(--color-border);
  background: #020617;
  color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 108px;
  font-size: 14px;
}

.footer-inner p {
  margin: 0;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a:hover {
  color: var(--color-white);
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 1120px);
  }

  .nav {
    min-height: 64px;
  }

  .nav-links {
    display: none;
  }

  .hero-inner {
    padding: 86px 0 92px;
    text-align: left;
  }

  h1 {
    margin-left: 0;
    font-size: clamp(40px, 13vw, 58px);
  }

  .hero-text {
    margin-left: 0;
    font-size: 17px;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .section {
    padding: 68px 0;
  }

  .split,
  .cards,
  .contact-card,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .split {
    gap: 24px;
  }

  .cards {
    display: grid;
  }

  .contact-card,
  .footer-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-card {
    padding: 28px;
  }

  .footer-inner {
    justify-content: center;
    padding: 28px 0;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
