:root {
  --background: hsl(228 38% 7%);
  --foreground: hsl(210 40% 96%);
  --primary: hsl(192 100% 50%);
  --primary-foreground: hsl(228 38% 7%);
  --muted-foreground: hsl(215 20% 58%);
  --border: hsl(220 20% 18%);
  --destructive: hsl(0 84% 60%);
  --font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', 'Cascadia Code', 'Fira Code', monospace;
  --topbar: 72px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--background); color: var(--foreground); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
::selection { background: hsla(192,100%,50%,.3); color: var(--foreground); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--background); }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: hsl(220 20% 26%); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; border: 0; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.container { max-width: 1152px; margin: 0 auto; padding: 0 24px; }
.topbar { position: fixed; inset: 0 0 auto 0; height: var(--topbar); z-index: 50; transition: background-color .3s ease, border-color .3s ease, backdrop-filter .3s ease; border-bottom: 1px solid transparent; }
.topbar.scrolled { background: hsla(228,38%,7%,.82); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom-color: hsla(220,20%,18%,.5); }
.nav-wrap { height: 100%; max-width: 1152px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-size: 20px; line-height: 28px; font-weight: 700; letter-spacing: -.025em; color: var(--foreground); transition: opacity .2s ease; }
.brand-with-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 14px hsla(192, 100%, 50%, .35));
}

.brand-text {
  display: inline-block;
}

.brand:hover { opacity: .8; }
.brand span, .gradient-text { background: linear-gradient(135deg, hsl(192 100% 50%), hsl(258 90% 66%)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nav-links { display: none; align-items: center; gap: 4px; }
.nav-link { position: relative; padding: 8px 12px; color: var(--muted-foreground); font-size: 14px; font-weight: 500; transition: color .2s ease; }
.nav-link:hover { color: var(--foreground); }
.nav-link::after { content: ''; position: absolute; left: 12px; right: 12px; bottom: 0; height: 2px; border-radius: 999px; background: var(--primary); transform: scaleX(0); transform-origin: center; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.nav-link.active { color: var(--primary); }
.nav-link.active::after { transform: scaleX(1); }
.mobile-toggle { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; background: transparent; color: var(--foreground); transition: background-color .2s ease; }
.mobile-toggle:hover { background: hsla(192,60%,14%,.5); }
.mobile-toggle svg { font-size: 22px; }
.mobile-toggle .icon-close { display: none; }
.mobile-toggle.open .icon-menu { display: none; }
.mobile-toggle.open .icon-close { display: block; }
.mobile-nav { position: fixed; inset: 0; z-index: 40; padding-top: var(--topbar); background: hsla(228,38%,7%,.95); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); opacity: 0; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease; }
.mobile-nav.open { opacity: 1; transform: translateY(0); }
.mobile-nav nav { height: 100%; padding: 0 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.mobile-nav a { color: var(--foreground); font-size: 24px; line-height: 32px; font-weight: 600; padding: 12px 24px; transition: color .2s ease; }
.mobile-nav a:hover, .mobile-nav a.active { color: var(--primary); }
.mobile-divider { width: 64px; height: 1px; margin-top: 32px; background: linear-gradient(90deg, transparent, hsla(192,100%,50%,.3), transparent); }
.mobile-nav p { margin: 16px 0 0; color: var(--muted-foreground); font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.hero { width: 100%; min-height: 900px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; background: var(--background); }
.vortex-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.hero-shade { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: radial-gradient(ellipse at center, hsla(228,38%,7%,0) 30%, hsla(228,38%,7%,.7) 100%); }
.hero-content { position: relative; z-index: 10; text-align: center; max-width: 1152px; margin: 0 auto; padding: 96px 24px 64px; }
.eyebrow { margin: 0 0 12px; color: var(--primary); font-size: 12px; line-height: 16px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow { margin-bottom: 16px; }
.hero-title { margin: 0 0 24px; color: var(--foreground); font-weight: 700; letter-spacing: -.02em; line-height: 1.1; font-size: clamp(2.5rem, 6vw, 4.5rem); }
.hero-title span { background: linear-gradient(135deg, hsl(192 100% 50%), hsl(258 90% 66%)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-copy { max-width: 640px; margin: 0 auto 40px; color: var(--muted-foreground); font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 300; line-height: 1.7; }
.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.primary-cta, .secondary-cta { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border-radius: 8px; font-size: 14px; transition: box-shadow .3s ease, transform .2s ease, border-color .3s ease, background .3s ease; }
.primary-cta { background: var(--primary); color: var(--primary-foreground); font-weight: 600; box-shadow: 0 0 20px hsla(192,100%,50%,.2); }
.primary-cta:hover { box-shadow: 0 0 30px hsla(192,100%,50%,.4); transform: scale(1.02); }
.secondary-cta { background: transparent; color: var(--foreground); border: 1px solid var(--border); font-weight: 500; }
.secondary-cta:hover { border-color: hsla(192,100%,50%,.4); background: hsla(192,60%,14%,.3); transform: scale(1.02); }
.scroll-cue { position: absolute; left: 50%; bottom: 32px; z-index: 10; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted-foreground); animation: scrollBob 2s ease-in-out infinite; transition: color .3s ease; }
.scroll-cue:hover { color: var(--primary); }
.scroll-cue span { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; font-weight: 500; }
.scroll-cue svg { font-size: 20px; }
@keyframes scrollBob { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,10px); } }
.hero-divider, .decorative-line, .footer-divider, .top-line { height: 1px; background: linear-gradient(90deg, transparent, hsla(192,100%,50%,.2), transparent); }
.hero-divider { position: absolute; left: 0; right: 0; bottom: 0; z-index: 10; }
.content-section, .contact-section { width: 100%; padding: 80px 0; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-header h2 { margin: 0; color: var(--foreground); font-size: 30px; line-height: 36px; font-weight: 700; letter-spacing: -.025em; }
.section-header p:not(.eyebrow) { max-width: 672px; margin: 16px auto 0; color: var(--muted-foreground); font-size: 18px; line-height: 1.75; font-weight: 300; }
.about-copy { max-width: 768px; margin: 0 auto 64px; text-align: center; }
.about-copy p { margin: 0; color: var(--muted-foreground); font-size: 16px; line-height: 1.75; }
.glass-card { position: relative; background: hsla(210,40%,96%,.03); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid hsla(210,40%,96%,.08); transition: all .35s cubic-bezier(.25,.46,.45,.94); }
.glass-card:hover { background: hsla(210,40%,96%,.06); border-color: hsla(192,100%,50%,.2); transform: translateY(-4px); box-shadow: 0 0 30px hsla(192,100%,50%,.08), 0 0 60px hsla(192,100%,50%,.04); }
.mission-card { max-width: 768px; margin: 0 auto; border-radius: 12px; padding: 32px; }
.mission-card::before { content: ''; position: absolute; bottom: -1px; left: 10%; right: 10%; height: 1px; z-index: -1; opacity: 0; background: linear-gradient(90deg, transparent, hsla(192,100%,50%,.3), transparent); transition: opacity .4s ease; }
.mission-card:hover::before { opacity: 1; }
.icon-tile, .service-icon, .info-icon { color: var(--primary); background: hsla(192,100%,50%,.1); }
.icon-tile { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.icon-tile svg { font-size: 24px; stroke-width: 1.5; }
.mission-card h3, .service-card h3 { margin: 0; color: var(--foreground); font-size: 20px; line-height: 28px; font-weight: 600; }
.mission-card h3 { margin-bottom: 16px; }
.mission-card p, .service-card p { margin: 0; color: var(--muted-foreground); font-size: 14px; line-height: 1.75; }
.decorative-line { width: 100%; margin-top: 80px; }
.services-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.service-card { border-radius: 12px; padding: 24px; cursor: default; }
.service-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all .35s cubic-bezier(.4,0,.2,1); }
.service-card:hover .service-icon { transform: scale(1.1); box-shadow: 0 0 20px hsla(192,100%,50%,.15); }
.service-icon svg { font-size: 24px; }
.service-card h3 { margin-top: 0; margin-bottom: 12px; letter-spacing: -.025em; }
.hover-line { width: 0; height: 1px; margin-top: 24px; border-radius: 999px; background: var(--line); transition: width .5s ease-out; }
.service-card:hover .hover-line { width: 100%; }
.contact-section { position: relative; }
.top-line { position: absolute; inset: 0 0 auto 0; }
.contact-layout { display: grid; grid-template-columns: 1fr; gap: 32px; }
.contact-form-card { border-radius: 12px; padding: 24px; background: hsla(210,40%,96%,.04); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border: 1px solid hsla(210,40%,96%,.1); }
form { display: flex; flex-direction: column; gap: 24px; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 20px; }
label { display: flex; flex-direction: column; gap: 6px; color: var(--foreground); font-size: 14px; line-height: 20px; font-weight: 500; }
label span { color: var(--destructive); }
input, textarea { width: 100%; border: 1px solid var(--border); background: transparent; color: var(--foreground); border-radius: 6px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
input { height: 44px; padding: 8px 12px; }
textarea { min-height: 140px; padding: 10px 12px; resize: none; }
input::placeholder, textarea::placeholder { color: hsla(215,20%,58%,.6); }
input:focus, textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 1px var(--primary); }
input.error, textarea.error { border-color: var(--destructive); box-shadow: 0 0 0 1px var(--destructive); }
.field-error { margin: -14px 0 0; color: var(--destructive); font-size: 12px; line-height: 16px; }
.submit-btn { width: 100%; height: 48px; padding: 0 32px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--primary-foreground); background: linear-gradient(135deg, hsl(192 100% 50%), hsl(210 100% 55%)); box-shadow: 0 0 20px hsla(192,100%,50%,.15); font-size: 14px; font-weight: 600; transition: box-shadow .3s ease, transform .2s ease, opacity .2s ease; }
.submit-btn:hover { box-shadow: 0 0 30px hsla(192,100%,50%,.35); transform: scale(1.02); }
.submit-btn:disabled { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; background: hsl(192 60% 30%); }
.submit-btn svg { font-size: 16px; }
.submit-btn .spinner { width: 16px; height: 16px; border: 2px solid currentColor; border-top-color: transparent; border-radius: 999px; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.company-info { display: flex; flex-direction: column; gap: 24px; }
.info-item { display: flex; align-items: flex-start; gap: 16px; }
.info-icon { flex: none; width: 44px; height: 44px; border-radius: 8px; border: 1px solid hsla(192,100%,50%,.12); display: flex; align-items: center; justify-content: center; transition: all .3s ease; }
.info-icon svg { font-size: 20px; }
.info-item:hover .info-icon { background: hsla(192,100%,50%,.14); border-color: hsla(192,100%,50%,.25); }
.info-item p { margin: 0 0 4px; color: var(--muted-foreground); font-size: 12px; line-height: 16px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.info-item strong { display: block; color: var(--foreground); font-size: 14px; line-height: 1.65; font-weight: 400; }
.hours-card { margin-top: 16px; border-radius: 12px; padding: 20px; background: hsla(210,40%,96%,.03); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid hsla(210,40%,96%,.08); }
.hours-card > p { margin: 0 0 12px; color: var(--primary); font-size: 12px; line-height: 16px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.hours-card div { display: flex; justify-content: space-between; gap: 16px; margin-top: 6px; color: var(--foreground); font-size: 14px; line-height: 20px; }
.hours-card span, .hours-card .muted { color: var(--muted-foreground); }
.hours-card strong { font-weight: 400; }
.hours-card small { display: block; color: var(--muted-foreground); font-size: 12px; line-height: 1.6; margin-top: 12px; }
.site-footer { position: relative; width: 100%; }
.footer-glow { background: radial-gradient(ellipse at 50% 0%, hsla(192,100%,50%,.03), transparent 60%); }
.footer-inner { padding-top: 64px; padding-bottom: 32px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-bottom: 56px; }
.footer-brand { display: inline-block; margin-bottom: 16px; font-size: 24px; line-height: 32px; font-weight: 700; }
.footer-brand-with-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.footer-logo {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 16px hsla(192, 100%, 50%, .35));
}
.footer-brand-col p { max-width: 384px; margin: 0 0 24px; color: var(--muted-foreground); font-size: 14px; line-height: 1.75; }
.footer-contact { display: flex; align-items: center; gap: 10px; margin-top: 10px; color: var(--muted-foreground); font-size: 14px; line-height: 20px; }
.footer-contact svg { flex: none; color: var(--primary); font-size: 16px; }
.footer-grid h4 { margin: 0 0 20px; color: var(--foreground); font-size: 12px; line-height: 16px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-grid li, .footer-grid a { color: var(--muted-foreground); font-size: 14px; line-height: 20px; transition: color .2s ease; }
.footer-grid a:hover { color: var(--primary); }
.follow-heading { margin-top: 32px !important; margin-bottom: 16px !important; }
.socials { display: flex; align-items: center; gap: 8px; }
.socials a { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; background: hsla(210,40%,96%,.04); border: 1px solid hsla(210,40%,96%,.08); transition: all .3s ease; }
.socials a:hover { background: hsla(192,100%,50%,.1); border-color: hsla(192,100%,50%,.25); color: var(--primary); }
.socials svg { font-size: 16px; }
.footer-divider.bottom { margin-bottom: 24px; }
.footer-bottom { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 16px; }
.footer-bottom p, .footer-bottom button { color: var(--muted-foreground); font-size: 12px; line-height: 16px; }
.footer-bottom p { margin: 0; }
.footer-bottom button { background: transparent; display: flex; align-items: center; gap: 8px; transition: color .2s ease; }
.footer-bottom button:hover { color: var(--primary); }
.footer-bottom button span { width: 28px; height: 28px; border-radius: 999px; display: flex; align-items: center; justify-content: center; background: hsla(210,40%,96%,.04); border: 1px solid hsla(210,40%,96%,.08); transition: all .3s ease; }
.footer-bottom button:hover span { background: hsla(192,100%,50%,.1); border-color: hsla(192,100%,50%,.25); }
.footer-bottom svg { font-size: 14px; transition: transform .2s ease; }
.footer-bottom button:hover svg { transform: translateY(-2px); }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 60; width: min(360px, calc(100vw - 48px)); padding: 16px 18px; border-radius: 12px; background: hsla(224,30%,10%,.95); border: 1px solid hsla(192,100%,50%,.25); box-shadow: 0 20px 60px rgba(0,0,0,.35), 0 0 30px hsla(192,100%,50%,.12); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.toast strong { display: block; color: var(--foreground); font-size: 14px; margin-bottom: 4px; }
.toast span { display: block; color: var(--muted-foreground); font-size: 13px; line-height: 1.45; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .scroll-cue { animation: none; } }
@media (min-width: 640px) { .form-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } .submit-btn { width: auto; align-self: flex-start; } .footer-bottom { flex-direction: row; } }
@media (min-width: 768px) { .container, .nav-wrap { padding-left: 32px; padding-right: 32px; } .nav-links { display: flex; } .mobile-toggle { display: none; } .content-section, .contact-section { padding: 112px 0; } .section-header { margin-bottom: 80px; } .section-header h2 { font-size: 36px; line-height: 40px; } .about-copy { margin-bottom: 80px; } .about-copy p { font-size: 18px; } .mission-card { padding: 40px; } .decorative-line { margin-top: 112px; } .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } .service-card { padding: 32px; } .contact-form-card { padding: 32px; } .footer-inner { padding-top: 80px; } .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .content-section, .contact-section { padding: 128px 0; } .section-header h2 { font-size: 48px; line-height: 1; } .contact-layout { grid-template-columns: 3fr 2fr; gap: 48px; } .contact-form-card { padding: 40px; } .footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; } }


/* Brand logo alignment fixes */
.brand-with-logo {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 14px hsla(192, 100%, 50%, .35));
}

.brand-text {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}

.footer-brand-with-logo {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  vertical-align: middle;
}

.footer-brand-with-logo .footer-logo {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 16px hsla(192,100%,50%,.35));
}

.footer-brand-with-logo .gradient-text,
.footer-brand-with-logo .footer-brand-text {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}

