/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Hanken Grotesk,ui-sans-serif,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}

/* Custom Styles */
body {
  position: relative;
  background-color: white;
  transition: background-color 200ms;
}

:root.dark body {
  background-color: #111827;
}

/* Background skyline removed - now using foreground image in footer */

/* Mobile skyline above footer */
.skyline-mobile {
  width: 100%;
  max-width: 150px;
  height: auto;
  opacity: 0.7;
}

:root.dark .skyline-mobile {
  opacity: .7;
}

.custom-underline {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 6px;
}

/* Tooltip styles */
.group {
  position: relative;
}

.group .group-hover\:block {
  position: absolute;
  z-index: 50;
  white-space: nowrap;
  pointer-events: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeInUp 0.8s ease-out forwards;
}

.fade-in-delay-1 {
  animation-delay: 0.2s;
  opacity: 0;
}

.fade-in-delay-2 {
  animation-delay: 0.4s;
  opacity: 0;
}

.fade-in-delay-3 {
  animation-delay: 0.6s;
  opacity: 0;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* Utility Classes */
.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-between{justify-between:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem * var(--tw-space-y-reverse))}.gap-2{gap:0.5rem}.gap-3{gap:0.75rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-1{margin-top:0.25rem}.mt-2{margin-top:0.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-24{margin-top:6rem}.mt-32{margin-top:8rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.-mt-16{margin-top:-4rem}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.hidden{display:none}.h-4{height:1rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-32{height:8rem}.h-40{height:10rem}.h-48{height:12rem}.h-56{height:14rem}.h-64{height:16rem}.h-72{height:18rem}.h-80{height:20rem}.h-96{height:24rem}.w-4{width:1rem}.w-6{width:1.5rem}.w-full{width:100%}.h-full{height:100%}.object-contain{object-fit:contain}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-6xl{max-width:72rem}.flex-grow{flex-grow:1}.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform-origin: center;
}
.transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
[transform-gpu]{transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}
.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.rounded-lg{border-radius:0.5rem}.rounded-md{border-radius:0.375rem}.border{border-width:1px}.border-t{border-top-width:1px}.border-gray-200{border-color:rgb(229 231 235)}.border-blue-200{border-color:rgb(191 219 254)}.border-blue-800{border-color:rgb(30 64 175)}.bg-white{background-color:rgb(255 255 255)}.bg-gray-50{background-color:rgb(249 250 251)}.bg-blue-50{background-color:rgb(239 246 255)}.bg-gray-100{background-color:rgb(243 244 246)}.bg-blue-300{background-color:rgb(147 197 253)}.bg-blue-400{background-color:rgb(96 165 250)}.bg-blue-500{background-color:rgb(59 130 246)}.bg-blue-600{background-color:rgb(37 99 235)}.bg-blue-700{background-color:rgb(29 78 216)}.bg-blue-800{background-color:rgb(30 64 175)}.bg-blue-900{background-color:rgb(30 58 138)}.bg-cyan-50{background-color:rgb(236 254 255)}.bg-cyan-100{background-color:rgb(207 250 254)}.bg-cyan-200{background-color:rgb(165 243 252)}.bg-cyan-300{background-color:rgb(103 232 249)}.bg-cyan-400{background-color:rgb(34 211 238)}.bg-cyan-500{background-color:rgb(6 182 212)}.bg-cyan-600{background-color:rgb(8 145 178)}.bg-cyan-700{background-color:rgb(14 116 144)}.bg-cyan-800{background-color:rgb(21 94 117)}.bg-cyan-900{background-color:rgb(22 78 99)}.dark .dark\:bg-gray-900{background-color:rgb(17 24 36)}.dark .dark\:bg-gray-800{background-color:rgb(31 41 55)}.bg-gray-100\/50{background-color:rgb(243 244 246 / 0.5)}.p-1{padding:0.25rem}.p-2{padding:0.5rem}.p-3{padding:0.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px-3{padding-left:0.75rem;padding-right:0.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-3{padding-top:0.75rem;padding-bottom:0.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-16{padding-top:4rem}.pb-2{padding-bottom:0.5rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pb-16{padding-bottom:4rem}.text-center{text-align:center}.font-sans{font-family:Hanken Grotesk,ui-sans-serif,system-ui,sans-serif}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-8xl{font-size:6rem;line-height:1}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.tracking-tight{letter-spacing:-0.025em}.text-white{color:rgb(255 255 255)}.text-gray-500{color:rgb(107 114 128)}.text-gray-600{color:rgb(75 85 99)}.text-gray-700{color:rgb(55 65 81)}.text-gray-900{color:rgb(17 24 36)}.text-blue-300{color:rgb(147 197 253)}.text-blue-400{color:rgb(96 165 250)}.text-blue-500{color:rgb(59 130 246)}.text-blue-600{color:rgb(37 99 235)}.text-blue-700{color:rgb(29 78 216)}.text-blue-800{color:rgb(30 64 175)}.text-blue-900{color:rgb(30 58 138)}.text-cyan-300{color:rgb(103 232 249)}.text-cyan-400{color:rgb(34 211 238)}.text-cyan-500{color:rgb(6 182 212)}.text-cyan-600{color:rgb(8 145 178)}.text-cyan-700{color:rgb(14 116 144)}.text-cyan-800{color:rgb(21 94 117)}.text-cyan-900{color:rgb(22 78 99)}.dark .dark\:text-white{color:rgb(255 255 255)}.dark .dark\:text-gray-300{color:rgb(209 213 219)}.dark .dark\:text-gray-400{color:rgb(156 163 175)}.dark .dark\:text-blue-400{color:rgb(96 165 250)}.opacity-0{opacity:0}.opacity-70{opacity:0.7}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.duration-200{transition-duration:200ms}.hover\:bg-gray-200:hover{background-color:rgb(229 231 235)}.hover\:bg-blue-300:hover{background-color:rgb(147 197 253)}.hover\:bg-blue-400:hover{background-color:rgb(96 165 250)}.hover\:bg-blue-500:hover{background-color:rgb(59 130 246)}.hover\:bg-blue-600:hover{background-color:rgb(37 99 235)}.hover\:bg-blue-700:hover{background-color:rgb(29 78 216)}.hover\:bg-blue-800:hover{background-color:rgb(30 64 175)}.hover\:bg-cyan-400:hover{background-color:rgb(34 211 238)}.hover\:bg-cyan-500:hover{background-color:rgb(6 182 212)}.hover\:bg-cyan-600:hover{background-color:rgb(8 145 178)}.hover\:text-blue-500:hover{color:rgb(59 130 246)}.hover\:opacity-90:hover{opacity:0.9}.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:block{display:block}.dark .dark\:hover\:bg-gray-700:hover{background-color:rgb(55 65 81)}.dark .dark\:hover\:bg-gray-800:hover{background-color:rgb(31 41 55)}.dark .dark\:hover\:text-blue-300:hover{color:rgb(147 197 253)}.dark .dark\:border-gray-800{border-color:rgb(31 41 55)}.dark .dark\:hidden{display:none}.dark .dark\:block{display:block}.dark .dark\:opacity-70{opacity:0.7}@media (min-width:640px){
    .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
    .sm\:py-8{padding-top:2rem;padding-bottom:2rem}
    .sm\:mx-0{margin-left:0;margin-right:0}
}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}
.text-6xl{font-size:3.75rem;line-height:1}.leading-relaxed{line-height:1.625}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-shadow-color, var(--tw-shadow))}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-shadow-color, var(--tw-shadow))}
.top-full{top:100%}.left-1\/2{left:50%}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.mt-2{margin-top:0.5rem}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1),0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-shadow-color, var(--tw-shadow))}
.-bottom-12{bottom:-3rem}.bg-gray-900{background-color:rgb(17 24 36)}.bg-gray-700{background-color:rgb(55 65 81)}.absolute{position:absolute}.relative{position:relative}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.dark .dark\:bg-gray-800\/50{background-color:rgb(31 41 55 / 0.5)}
.ml-auto{margin-left:auto}
.whitespace-nowrap{white-space:nowrap}
.bg-white{background-color:rgb(255 255 255)}
.text-black{color:rgb(0 0 0)}
.dark .dark\:bg-white{background-color:rgb(255 255 255)}
.dark .dark\:text-black{color:rgb(0 0 0)}

:root {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-6xl{font-size:3.75rem;line-height:1}

@media (min-width:768px){
    .md\:text-6xl{font-size:3.75rem;line-height:1}
    .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
    .md\:text-3xl{font-size:1.875rem;line-height:2.25rem}
    .md\:text-xl{font-size:1.25rem;line-height:1.75rem}
    .md\:flex-row{flex-direction:row}
    .md\:justify-between{justify-content:space-between}
    .md\:justify-start{justify-content:flex-start}
    .md\:items-end{align-items:flex-end}
    .md\:mx-0{margin-left:0;margin-right:0}
    .md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem * var(--tw-space-y-reverse))}
    .md\:block{display:block}
    .md\:group-hover\:block{display:block}
    .group:hover .md\:group-hover\:block{display:block}
    .md\:pointer-events-auto{pointer-events:auto}
    .md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}
    .md\:text-5xl{font-size:3rem;line-height:1}
    .md\:text-3xl{font-size:1.875rem;line-height:2.25rem}
    .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
    .md\:mt-0{margin-top:0}
    .md\:mt-2{margin-top:0.5rem}
    .md\:mt-4{margin-top:1rem}
    .md\:mt-8{margin-top:2rem}
    .md\:mt-12{margin-top:3rem}
    .md\:mt-16{margin-top:4rem}
    .md\:mt-24{margin-top:6rem}
    .md\:mt-32{margin-top:8rem}
    .md\:pt-0{padding-top:0}
    .md\:pt-4{padding-top:1rem}
    .md\:hidden{display:none}
}

.pointer-events-none{pointer-events:none}
.my-3{margin-top:0.75rem;margin-bottom:0.75rem}
.my-6{margin-top:1.5rem;margin-bottom:1.5rem}

/* Additional classes for support page */
.w-8{width:2rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-32{width:8rem}.w-40{width:10rem}.w-48{width:12rem}.w-56{width:14rem}.w-64{width:16rem}.w-72{width:18rem}.w-80{width:20rem}.w-96{width:24rem}
.grid{display:grid}.gap-8{gap:2rem}
.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))}
.rounded-full{border-radius:9999px}
.bg-blue-500\/5{background-color:rgb(59 130 246 / 0.05)}.bg-blue-500\/10{background-color:rgb(59 130 246 / 0.1)}.bg-blue-500\/20{background-color:rgb(59 130 246 / 0.2)}.bg-blue-900\/20{background-color:rgb(30 58 138 / 0.2)}
.dark .dark\:bg-blue-400\/10{background-color:rgb(96 165 250 / 0.1)}.dark .dark\:bg-blue-400\/20{background-color:rgb(96 165 250 / 0.2)}.dark .dark\:bg-blue-900\/20{background-color:rgb(30 58 138 / 0.2)}.dark .dark\:bg-blue-500{background-color:rgb(59 130 246)}.dark .dark\:hover\:bg-blue-600:hover{background-color:rgb(37 99 235)}.dark .dark\:border-blue-800\/50{border-color:rgb(30 64 175 / 0.5)}
.text-5xl{font-size:3rem;line-height:1}
.max-w-4xl{max-width:56rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.mb-16{margin-bottom:4rem}
.font-medium{font-weight:500}
.hover\:text-blue-600:hover{color:rgb(37 99 235)}
.hover\:opacity-80:hover{opacity:0.8}
.mt-4{margin-top:1rem} 