* { box-sizing: border-box; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #fafafa; color: #09090b; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; border: 0; }
.min-h-screen { min-height: 100vh; }
.bg-zinc-50 { background: #fafafa; }
.bg-white { background: #fff; }
.bg-black { background: #000; }
.text-zinc-950 { color: #09090b; }
.text-zinc-800 { color: #27272a; }
.text-zinc-700 { color: #3f3f46; }
.text-zinc-600 { color: #52525b; }
.text-zinc-500 { color: #71717a; }
.text-teal-700 { color: #0f766e; }
.text-red-700 { color: #b91c1c; }
.text-white { color: #fff; }
.border { border: 1px solid #e4e4e7; }
.border-b { border-bottom: 1px solid #e4e4e7; }
.border-zinc-200 { border-color: #e4e4e7; }
.border-zinc-300 { border-color: #d4d4d8; }
.border-red-200 { border-color: #fecaca; }
.rounded-md { border-radius: 6px; }
.rounded-lg { border-radius: 8px; }
.shadow-sm { box-shadow: 0 1px 2px rgb(0 0 0 / .06); }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: .75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mb-1 { margin-bottom: .25rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.p-3 { padding: .75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; }
.px-3 { padding-left: .75rem; padding-right: .75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.w-full { width: 100%; }
.max-w-7xl { max-width: 80rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-xl { max-width: 36rem; }
.min-w-\[720px\] { min-width: 720px; }
.max-h-80 { max-height: 20rem; }
.overflow-auto { overflow: auto; }
.overflow-hidden { overflow: hidden; }
.grid { display: grid; }
.flex { display: flex; }
.hidden { display: none !important; }
.inline-flex { display: inline-flex; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.flex-wrap { flex-wrap: wrap; }
.flex-col { flex-direction: column; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.space-y-2 > * + * { margin-top: .5rem; }
.space-y-3 > * + * { margin-top: .75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-5 > * + * { margin-top: 1.25rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }
.divide-y > * + * { border-top: 1px solid #e4e4e7; }
.text-xs { font-size: .75rem; }
.text-sm { font-size: .875rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.uppercase { text-transform: uppercase; }
.tracking-tight { letter-spacing: -.01em; }
.tracking-wide { letter-spacing: .04em; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.aspect-video { aspect-ratio: 16 / 9; }
.fixed { position: fixed; }
.inset-0 { inset: 0; }
.z-50 { z-index: 50; }
.bg-zinc-950\/70 { background: rgb(9 9 11 / .7); }
.bg-zinc-100 { background: #f4f4f5; }
.bg-zinc-200 { background: #e4e4e7; }
.bg-emerald-50 { background: #ecfdf5; }
.bg-red-50 { background: #fef2f2; }
.bg-teal-700 { background: #0f766e; }
.hover\:bg-zinc-100:hover { background: #f4f4f5; }
.hover\:bg-teal-800:hover { background: #115e59; }
.field { width: 100%; border: 1px solid #d4d4d8; border-radius: 6px; background: #fff; padding: .6rem .75rem; outline: none; }
.field:focus { border-color: #0f766e; box-shadow: 0 0 0 3px rgb(13 148 136 / .15); }
.field-label { display: block; margin-bottom: .25rem; font-size: .75rem; font-weight: 600; color: #71717a; text-transform: uppercase; letter-spacing: .04em; }
.btn-primary, .btn-secondary { display: inline-flex; min-height: 2.25rem; align-items: center; justify-content: center; border-radius: 6px; padding: .5rem .9rem; font-size: .875rem; font-weight: 600; }
.btn-primary { background: #0f766e; color: #fff; }
.btn-secondary { border: 1px solid #d4d4d8; background: #fff; color: #27272a; }
.nav-link { border-radius: 6px; padding: .5rem .75rem; color: #52525b; }
.nav-link:hover { background: #f4f4f5; color: #09090b; }
.section { border: 1px solid #e4e4e7; border-radius: 8px; background: #fff; padding: 1rem; box-shadow: 0 1px 2px rgb(0 0 0 / .06); }
.section-head { display: flex; flex-direction: column; gap: .75rem; justify-content: space-between; }
.badge { display: inline-flex; min-height: 1.75rem; align-items: center; border-radius: 6px; padding: .25rem .5rem; font-size: .75rem; font-weight: 600; }
.badge-green { background: #d1fae5; color: #065f46; }
.badge-blue { background: #e0f2fe; color: #075985; }
.badge-gray { background: #e4e4e7; color: #3f3f46; }
table { border-collapse: collapse; }
textarea { resize: vertical; }
@media (min-width: 768px) {
  .md\:flex-row { flex-direction: row; }
  .md\:items-center { align-items: center; }
  .md\:items-start { align-items: flex-start; }
  .md\:items-end { align-items: flex-end; }
  .md\:w-auto { width: auto; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .md\:grid-cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .md\:grid-cols-\[1fr_380px\] { grid-template-columns: 1fr 380px; }
  .md\:grid-cols-\[320px_1fr\] { grid-template-columns: 320px 1fr; }
  .md\:grid-cols-\[80px_1fr_1\.5fr_auto\] { grid-template-columns: 80px 1fr 1.5fr auto; }
  .md\:grid-cols-\[70px_1fr_1fr_110px_auto\] { grid-template-columns: 70px 1fr 1fr 110px auto; }
  .md\:grid-cols-\[1fr_auto\] { grid-template-columns: 1fr auto; }
  .md\:grid-cols-\[1fr_1\.5fr_auto_auto\] { grid-template-columns: 1fr 1.5fr auto auto; }
  .md\:col-span-1 { grid-column: span 1 / span 1; }
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-\[1fr_360px\] { grid-template-columns: 1fr 360px; }
  .lg\:grid-cols-\[360px_1fr\] { grid-template-columns: 360px 1fr; }
  .lg\:grid-cols-\[340px_1fr\] { grid-template-columns: 340px 1fr; }
  .lg\:grid-cols-\[280px_1fr\] { grid-template-columns: 280px 1fr; }
  .lg\:grid-cols-\[1fr_320px\] { grid-template-columns: 1fr 320px; }
}

.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.sticky { position: sticky; }
.relative { position: relative; }
.absolute { position: absolute; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.z-40 { z-index: 40; }
.list-none { list-style: none; }
.cursor-pointer { cursor: pointer; }
.backdrop-blur { backdrop-filter: blur(12px); }
.bg-white\/95 { background: rgb(255 255 255 / .95); }
.border-t { border-top: 1px solid #e4e4e7; }
.border-white\/10 { border-color: rgb(255 255 255 / .1); }
.border-white\/20 { border-color: rgb(255 255 255 / .2); }
.border-zinc-200\/80 { border-color: rgb(228 228 231 / .8); }
.border-teal-200 { border-color: #99f6e4; }
.border-teal-300 { border-color: #5eead4; }
.border-emerald-200 { border-color: #a7f3d0; }
.bg-zinc-950 { background: #09090b; }
.bg-white\/5 { background: rgb(255 255 255 / .05); }
.bg-teal-50 { background: #f0fdfa; }
.bg-teal-100 { background: #ccfbf1; }
.bg-teal-300 { background: #5eead4; }
.bg-teal-500 { background: #14b8a6; }
.bg-teal-600 { background: #0d9488; }
.bg-sky-50 { background: #f0f9ff; }
.bg-amber-50 { background: #fffbeb; }
.bg-amber-300 { background: #fcd34d; }
.bg-red-400 { background: #f87171; }
.bg-emerald-400 { background: #34d399; }
.bg-teal-50\/70 { background: rgb(240 253 250 / .7); }
.text-teal-300 { color: #5eead4; }
.text-zinc-300 { color: #d4d4d8; }
.text-emerald-800 { color: #065f46; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.leading-6 { line-height: 1.5rem; }
.leading-7 { line-height: 1.75rem; }
.text-center { text-align: center; }
.font-bold { font-weight: 700; }
.block { display: block; }
.inline-block { display: inline-block; }
.min-h-10 { min-height: 2.5rem; }
.h-2 { height: .5rem; }
.h-2\.5 { height: .625rem; }
.h-3 { height: .75rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-16 { height: 4rem; }
.h-24 { height: 6rem; }
.w-2\.5 { width: .625rem; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-72 { width: 18rem; }
.w-1\/2 { width: 50%; }
.w-2\/3 { width: 66.666667%; }
.w-3\/4 { width: 75%; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-none { max-width: none; }
.min-h-36 { min-height: 9rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.pt-3 { padding-top: .75rem; }
.rounded-full { border-radius: 9999px; }
.shadow-md { box-shadow: 0 4px 12px rgb(0 0 0 / .08); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.shadow-zinc-200\/70 { box-shadow: 0 20px 28px rgb(228 228 231 / .7); }
.transition { transition: all .18s ease; }
.hover\:-translate-y-0\.5:hover { transform: translateY(-.125rem); }
.hover\:border-teal-200:hover { border-color: #99f6e4; }
.hover\:shadow-md:hover { box-shadow: 0 4px 12px rgb(0 0 0 / .08); }
.hover\:bg-teal-400:hover { background: #2dd4bf; }
.hover\:bg-white\/10:hover { background: rgb(255 255 255 / .1); }
.hover\:text-zinc-950:hover { color: #09090b; }
.hover\:text-teal-800:hover { color: #115e59; }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gap-1 { gap: .25rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.max-w-sm { max-width: 24rem; }
.from-zinc-800 { --gradient-from: #27272a; }
.via-zinc-700 { --gradient-via: #3f3f46; }
.to-teal-700 { --gradient-to: #0f766e; }
.bg-gradient-to-br { background: linear-gradient(to bottom right, var(--gradient-from, #27272a), var(--gradient-via, #3f3f46), var(--gradient-to, #0f766e)); }

.guest-link { border-radius: 6px; padding: .5rem .75rem; font-size: .875rem; font-weight: 600; color: #3f3f46; transition: all .18s ease; }
.guest-link:hover, .guest-link-active { background: #f4f4f5; color: #09090b; }
.guest-section { max-width: 80rem; margin-left: auto; margin-right: auto; padding: 3.5rem 1rem; }
.guest-eyebrow { font-size: .875rem; font-weight: 700; color: #0f766e; text-transform: uppercase; letter-spacing: .04em; }
.guest-heading { margin-top: .75rem; font-size: 1.875rem; line-height: 2.25rem; font-weight: 600; letter-spacing: -.01em; color: #09090b; }
.guest-copy { margin-top: 1rem; max-width: 42rem; font-size: 1rem; line-height: 1.75rem; color: #52525b; }
.feature-card { border: 1px solid #e4e4e7; border-radius: 8px; background: #fff; padding: 1.25rem; box-shadow: 0 1px 2px rgb(0 0 0 / .06); transition: all .18s ease; }
.feature-card:hover { transform: translateY(-.125rem); border-color: #99f6e4; box-shadow: 0 4px 12px rgb(0 0 0 / .08); }
.mockup-panel { border: 1px solid #e4e4e7; border-radius: 8px; background: #fff; padding: .75rem; box-shadow: 0 20px 28px rgb(228 228 231 / .7); }

details > summary::-webkit-details-marker { display: none; }
.btn-primary:hover { background: #115e59; }
.btn-secondary:hover { background: #f4f4f5; }

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
  .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .sm\:text-5xl { font-size: 3rem; line-height: 1; }
}

@media (min-width: 768px) {
  .md\:flex-col { flex-direction: column; }
  .md\:grid-cols-\[1\.2fr_2fr\] { grid-template-columns: 1.2fr 2fr; }
  .md\:grid-cols-\[0\.9fr_1\.1fr\] { grid-template-columns: .9fr 1.1fr; }
  .md\:p-8 { padding: 2rem; }
}

@media (min-width: 1024px) {
  .lg\:flex { display: flex !important; }
  .lg\:flex-row { flex-direction: row; }
  .lg\:hidden { display: none !important; }
  .lg\:items-center { align-items: center; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:grid-cols-\[1fr_0\.92fr\] { grid-template-columns: 1fr .92fr; }
  .lg\:grid-cols-\[0\.8fr_1fr\] { grid-template-columns: .8fr 1fr; }
  .lg\:grid-cols-\[0\.9fr_420px\] { grid-template-columns: .9fr 420px; }
  .lg\:grid-cols-\[1fr_420px\] { grid-template-columns: 1fr 420px; }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .guest-section { padding-top: 5rem; padding-bottom: 5rem; }
}
