/* SKTECHUB - Static HTML/CSS/JS */
:root {
  /* DARK THEME (default) */
  --bg: hsl(153 30% 4%);
  --bg-2: hsl(153 25% 6%);
  --card: hsl(153 25% 6%);
  --card-2: hsla(153 25% 8% / 0.5);
  --card-solid: hsl(153 25% 7%);
  --fg: hsl(150 10% 98%);
  --fg-70: hsla(150 10% 98% / 0.7);
  --fg-60: hsla(150 10% 98% / 0.6);
  --fg-50: hsla(150 10% 98% / 0.5);
  --muted: hsl(150 10% 65%);
  --border: hsla(0 0% 100% / 0.06);
  --border-2: hsla(0 0% 100% / 0.1);
  --primary: hsl(145 70% 45%);
  --primary-2: hsl(145 75% 55%);
  --primary-fg: hsl(153 40% 5%);
  --primary-10: hsla(145 70% 45% / 0.1);
  --primary-20: hsla(145 70% 45% / 0.2);
  --primary-30: hsla(145 70% 45% / 0.3);
  --emerald-300: hsl(150 70% 65%);
  --emerald-soft: hsl(160 60% 75%);
  --mint: hsl(165 65% 45%);
  --shadow-glow: 0 0 30px hsla(145 70% 45% / 0.35);
  --shadow-card: 0 10px 40px hsla(0 0% 0% / 0.4), 0 1px 2px hsla(0 0% 0% / 0.2);
  --shadow-card-hover: 0 20px 50px hsla(0 0% 0% / 0.5), 0 0 0 1px hsla(145 70% 45% / 0.2);
  --noise-opacity: 0.025;
  --bg-glass: hsla(153 30% 4% / 0.6);
  --grid-line: hsla(0 0% 100% / 0.04);
  --backdrop-strong: hsla(153 30% 4% / 0.85);
  --footer-bg: hsl(153 30% 5%);
  --input-bg: hsla(0 0% 100% / 0.04);
  --input-border: hsla(0 0% 100% / 0.1);
  --invert-fg: hsl(153 30% 4%);
  --invert-bg: hsl(150 10% 98%);

  /* Banner / hero overlay */
  --hero-overlay: linear-gradient(180deg, hsla(153 50% 3% / 0.65) 0%, hsla(153 50% 3% / 0.85) 70%, hsl(153 30% 4%) 100%);
  --banner-overlay: linear-gradient(135deg, hsla(153 50% 3% / 0.78) 0%, hsla(153 60% 6% / 0.9) 100%);
  --bg-img-overlay: linear-gradient(180deg, hsla(153 50% 5% / 0.85) 0%, hsla(153 30% 4% / 0.95) 100%);
  --bg-img-overlay-strong: linear-gradient(180deg, hsla(153 50% 3% / 0.92) 0%, hsla(153 30% 3% / 0.96) 100%);
  --orb-1: radial-gradient(circle, hsla(145 70% 45% / 0.45), transparent 70%);
  --orb-2: radial-gradient(circle, hsla(160 70% 50% / 0.35), transparent 70%);

  /* Body mesh gradient (dark) */
  --mesh-bg:
    radial-gradient(at 15% 5%, hsla(145 60% 12% / 0.6) 0px, transparent 50%),
    radial-gradient(at 85% 95%, hsla(160 50% 10% / 0.5) 0px, transparent 50%);
}

[data-theme="light"] {
  --bg: hsl(150 35% 98%);
  --bg-2: hsl(150 40% 96%);
  --card: hsl(0 0% 100%);
  --card-2: hsla(0 0% 100% / 0.85);
  --card-solid: hsl(0 0% 100%);
  --fg: hsl(153 50% 10%);
  --fg-70: hsla(153 50% 10% / 0.75);
  --fg-60: hsla(153 50% 10% / 0.62);
  --fg-50: hsla(153 50% 10% / 0.5);
  --muted: hsl(150 15% 38%);
  --border: hsla(153 40% 30% / 0.1);
  --border-2: hsla(145 50% 35% / 0.18);
  --primary: hsl(150 75% 32%);
  --primary-2: hsl(160 70% 40%);
  --primary-fg: hsl(0 0% 100%);
  --primary-10: hsla(150 75% 32% / 0.1);
  --primary-20: hsla(150 75% 32% / 0.18);
  --primary-30: hsla(150 75% 32% / 0.32);
  --emerald-300: hsl(155 70% 35%);
  --emerald-soft: hsl(160 60% 50%);
  --mint: hsl(170 70% 40%);
  --shadow-glow: 0 0 40px hsla(150 75% 32% / 0.35), 0 10px 30px hsla(150 75% 32% / 0.18);
  --shadow-card: 0 4px 16px hsla(150 50% 20% / 0.06), 0 20px 60px -20px hsla(150 60% 30% / 0.18);
  --shadow-card-hover: 0 8px 24px hsla(150 50% 20% / 0.1), 0 30px 80px -20px hsla(150 75% 32% / 0.28);
  --noise-opacity: 0.018;
  --bg-glass: hsla(150 30% 98% / 0.7);
  --grid-line: hsla(153 50% 25% / 0.06);
  --backdrop-strong: hsla(150 35% 98% / 0.88);
  --footer-bg: hsl(155 35% 95%);
  --input-bg: hsl(0 0% 100%);
  --input-border: hsla(153 30% 30% / 0.15);
  --invert-fg: hsl(150 10% 98%);
  --invert-bg: hsl(153 50% 12%);

  /* Lighter, vibrant overlays for hero/banner so light theme feels airy and colorful */
  --hero-overlay: linear-gradient(180deg, hsla(150 60% 95% / 0.55) 0%, hsla(150 50% 96% / 0.82) 65%, hsl(150 35% 98%) 100%);
  --banner-overlay: linear-gradient(135deg, hsla(150 50% 96% / 0.78) 0%, hsla(155 70% 92% / 0.85) 100%);
  --bg-img-overlay: linear-gradient(180deg, hsla(150 50% 96% / 0.88) 0%, hsla(150 35% 97% / 0.95) 100%);
  --bg-img-overlay-strong: linear-gradient(180deg, hsla(150 50% 96% / 0.94) 0%, hsla(150 35% 98% / 0.97) 100%);
  --orb-1: radial-gradient(circle, hsla(150 75% 50% / 0.35), transparent 70%);
  --orb-2: radial-gradient(circle, hsla(165 70% 55% / 0.3), transparent 70%);

  /* Vivid mesh gradient for light body */
  --mesh-bg:
    radial-gradient(at 10% 0%, hsla(150 80% 75% / 0.35) 0px, transparent 50%),
    radial-gradient(at 90% 0%, hsla(165 75% 70% / 0.3) 0px, transparent 50%),
    radial-gradient(at 50% 100%, hsla(155 70% 75% / 0.25) 0px, transparent 50%),
    radial-gradient(at 80% 50%, hsla(170 65% 80% / 0.2) 0px, transparent 50%);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: var(--bg);
  background-image: var(--mesh-bg);
  background-attachment: fixed;
  color: var(--fg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  transition: background-color .3s, color .3s;
  position: relative;
}
body::before {
  content: '';
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: var(--noise-opacity);
  mix-blend-mode: multiply;
}
[data-theme="light"] body::before { mix-blend-mode: multiply; }
main, .navbar, .footer { position: relative; z-index: 1; }
::selection { background: var(--primary-30); color: var(--primary-fg); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font-family: inherit; }
ul { list-style: none; }

h1,h2,h3,h4,h5,h6 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -0.02em; line-height: 1.15; font-weight: 700; }
h1 { font-size: clamp(2.5rem, 5.5vw, 4.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); margin-bottom: .75rem; }
h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); margin-bottom: .5rem; }
h4 { font-size: 1.125rem; margin-bottom: .25rem; }
p { color: var(--fg-70); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
@media (min-width: 768px) { .container { padding: 0 1.5rem; } }
.text-center { text-align: center; }
.text-primary { color: var(--primary); }
.muted { color: var(--fg-70); }
.lead { font-size: 1.125rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 2rem; }
.mt-4 { margin-top: 3rem; }
.mt-5 { margin-top: 5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 2rem; }
.narrow { max-width: 800px; margin-left: auto; margin-right: auto; }
.max-5 { max-width: 1100px; margin-left:auto; margin-right:auto; }
.max-6 { max-width: 1280px; margin-left:auto; margin-right:auto; }

.gradient-text {
  background: linear-gradient(90deg, var(--primary), var(--emerald-300));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.icon { display: inline-flex; align-items: center; justify-content: center; }
.icon svg { width: 1em; height: 1em; }

/* ----- THEME-AWARE LOGOS ----- */
.logo-for-light { display: none; }
.logo-for-dark { display: inline-block; }
[data-theme="light"] .logo-for-light { display: inline-block; }
[data-theme="light"] .logo-for-dark { display: none; }

/* ----- BUTTONS ----- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .75rem 1.5rem; border-radius: .5rem; font-weight: 600; font-size: .875rem;
  transition: all .3s ease; cursor: pointer; border: 1px solid transparent;
  white-space: nowrap;
}
.btn svg { width: 1.1em; height: 1.1em; transition: transform .3s; }
.btn:hover svg { transform: translateX(3px); }
.btn-pill { border-radius: 999px; padding: .85rem 1.75rem; }
.btn-lg { padding: 1rem 2rem; font-size: 1rem; }
.btn-primary {
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  color: var(--primary-fg); border-color: transparent;
}
.btn-primary:hover { box-shadow: var(--shadow-glow); transform: translateY(-1px); }
.btn-outline {
  background: transparent; color: var(--fg); border: 1px solid var(--border-2);
}
.btn-outline:hover { background: hsla(0 0% 100% / 0.05); color: var(--primary); border-color: var(--primary-30); }
[data-theme="light"] .btn-outline:hover { background: hsla(0 0% 0% / 0.04); }
.btn-outline-primary {
  background: transparent; color: var(--primary); border: 1px solid var(--primary-30);
}
.btn-outline-primary:hover { background: var(--primary-10); }
.btn-ghost {
  background: transparent; color: var(--fg);
}
.btn-ghost:hover { color: var(--primary); }
.btn-dark {
  background: var(--invert-bg); color: var(--invert-fg);
}
.btn-dark:hover { background: var(--primary); color: var(--primary-fg); }

/* ----- NAVBAR ----- */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1.25rem 0; transition: all .3s;
}
.navbar.scrolled {
  background: var(--backdrop-strong);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: .85rem 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand-logo { height: 48px; width: auto; transition: transform .4s; }
.brand:hover .brand-logo { transform: scale(1.05); }
.nav-desktop { display: none; gap: 2rem; align-items: center; }
@media (min-width: 1024px) { .nav-desktop { display: flex; } .nav-cta { display: inline-flex; } .mobile-toggle { display: none !important; } }
.nav-link {
  font-size: .875rem; font-weight: 500; color: var(--fg-70);
  display: inline-flex; align-items: center; gap: .25rem; transition: color .3s;
}
.nav-link svg { width: .875rem; height: .875rem; transition: transform .3s; }
.nav-link:hover { color: var(--primary); }
.nav-link.active { color: var(--primary); }

.nav-dd { position: relative; }
.nav-dd:hover .dd-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-dd:hover .nav-link svg { transform: rotate(180deg); }
.dd-menu {
  position: absolute; top: 100%; left: 50%; transform: translate(-50%, 8px);
  width: 280px; padding-top: 1rem;
  opacity: 0; visibility: hidden; transition: all .3s;
}
.dd-menu::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1rem; }
.dd-menu .dd-link {
  display: block; padding: .65rem 1rem; font-size: .875rem; color: var(--fg-70);
  border-radius: .5rem; transition: all .2s;
}
.dd-menu {
  background-clip: padding-box;
}
.dd-menu > .dd-link:first-child { margin-top: 0; }
.dd-menu .dd-link:hover { background: var(--primary-10); color: var(--primary); }
.dd-menu {
  /* Wrap dropdown in a styled container via this trick */
}
.nav-dd .dd-menu {
  background: transparent;
}
.nav-dd .dd-menu::after {
  content: ''; position: absolute; inset: 1rem 0 0 0;
  background: var(--card); border: 1px solid var(--border-2);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-radius: .85rem; z-index: -1; box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.nav-cta { display: none; padding: .75rem 1.5rem; }

.mobile-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; color: var(--fg);
}
.mobile-toggle svg { width: 1.5rem; height: 1.5rem; }

.mobile-overlay {
  position: fixed; inset: 0; background: var(--backdrop-strong);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  z-index: 200; opacity: 0; visibility: hidden; transition: all .3s;
}
.mobile-overlay.open { opacity: 1; visibility: visible; }
.mobile-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 80%; max-width: 360px;
  background: var(--card); border-left: 1px solid var(--border);
  z-index: 201; padding: 1.5rem; display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .35s cubic-bezier(.5,.0,.0,1);
}
.mobile-drawer.open { transform: translateX(0); }
.m-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.m-logo { height: 36px; }
.mobile-close { width: 40px; height: 40px; color: var(--fg-70); }
.mobile-close svg { width: 1.5rem; height: 1.5rem; }
.m-nav { display: flex; flex-direction: column; gap: 1rem; flex: 1; overflow-y: auto; }
.m-link {
  font-family: 'Space Grotesk', sans-serif; font-size: 1.25rem; font-weight: 500;
  color: var(--fg); display: flex; justify-content: space-between; align-items: center;
  width: 100%; text-align: left; padding: .25rem 0;
}
.m-link svg { width: 1.25rem; height: 1.25rem; transition: transform .3s; }
.m-toggle.open svg { transform: rotate(180deg); }
.m-sub { display: none; flex-direction: column; gap: .5rem; padding-left: 1rem; }
.m-sub.open { display: flex; }
.m-sublink { font-size: .875rem; color: var(--fg-60); padding: .35rem 0; }
.m-sublink.primary { color: var(--primary); font-weight: 500; padding: .5rem 0; }
.m-cta { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); width: 100%; }

/* ----- HERO ----- */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  padding: 7rem 0 5rem; overflow: hidden;
}
.hero-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  pointer-events: none;
  opacity: 1;
}
[data-theme="light"] .hero-img { opacity: 0.55; filter: saturate(1.1) brightness(1.05); }
.hero-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background: var(--hero-overlay);
}
.hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, var(--primary-20), transparent 60%);
  pointer-events: none;
}

/* Decorative orbs */
.orb {
  position: absolute; border-radius: 50%; pointer-events: none;
  filter: blur(60px); opacity: .9; z-index: 0;
}
.orb-tl { top: -120px; left: -100px; width: 460px; height: 460px; background: var(--orb-1); }
.orb-br { bottom: -150px; right: -120px; width: 520px; height: 520px; background: var(--orb-2); }

/* Generic background image layer for sections */
.has-bg-img { position: relative; overflow: hidden; }
.bg-img-layer {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  pointer-events: none;
}
[data-theme="light"] .bg-img-layer { opacity: .35; }
.bg-img-overlay { position: absolute; inset: 0; background: var(--bg-img-overlay); pointer-events: none; }
.bg-img-overlay.strong { background: var(--bg-img-overlay-strong); }
.has-bg-img > .container { position: relative; z-index: 2; }

/* Page banner (above intro on inner pages) */
.page-banner {
  position: relative; overflow: hidden;
  padding: 9rem 0 5rem;
  border-bottom: 1px solid var(--border);
}
.banner-img {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  pointer-events: none;
}
[data-theme="light"] .banner-img { opacity: .55; filter: saturate(1.1); }
.banner-overlay {
  position: absolute; inset: 0; background: var(--banner-overlay); pointer-events: none;
}
.banner-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(to right, var(--grid-line) 1px, transparent 1px),
                    linear-gradient(to bottom, var(--grid-line) 1px, transparent 1px);
  background-size: 4rem 4rem;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 60%, transparent 100%);
          mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 60%, transparent 100%);
}
.banner-content { position: relative; z-index: 2; text-align: center; max-width: 900px; }
.banner-content h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.5rem);
  margin: 1.25rem 0 1rem;
  line-height: 1.05;
}
.banner-content .lead { color: var(--fg-70); max-width: 640px; margin: 0 auto; font-size: 1.125rem; }
.pt-sm { padding-top: 4rem !important; }
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(to right, var(--grid-line) 1px, transparent 1px),
                    linear-gradient(to bottom, var(--grid-line) 1px, transparent 1px);
  background-size: 4rem 4rem;
  -webkit-mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000 70%, transparent 100%);
  mask-image: radial-gradient(ellipse 60% 50% at 50% 50%, #000 70%, transparent 100%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 900px; }
.hero-content h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  margin: 1.5rem 0;
}
.hero-sub { font-size: clamp(1.125rem, 2vw, 1.5rem); color: var(--fg-70); margin: 0 auto 2.5rem; max-width: 600px; }
.hero-tagline { display: block; margin-top: .75rem; color: var(--fg); letter-spacing: .04em; font-weight: 500; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.pill {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .5rem 1rem; border-radius: 999px;
  background: var(--primary-10); border: 1px solid var(--primary-30);
  color: var(--primary); font-weight: 500; font-size: .875rem;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--primary);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.3); }
}

/* ----- SECTIONS ----- */
.section { padding: 6rem 0; position: relative; }
.section-alt { background: var(--card-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-card-bg { background: var(--card); border-top: 1px solid var(--border); }
.section-head { text-align: center; max-width: 700px; margin: 0 auto 4rem; }
.section-head p { color: var(--fg-70); margin-top: .5rem; }
.bg-blob { position: absolute; border-radius: 50%; filter: blur(150px); pointer-events: none; }
.bg-blob.right-bottom { right: 0; bottom: 0; width: 50%; height: 50%; background: var(--primary-10); }
.bg-blob.top-left { top: 0; left: 0; width: 600px; height: 600px; background: var(--primary-10); }
.bg-blob.top-right { top: 0; right: 0; width: 600px; height: 600px; background: var(--primary-10); }
.bg-blob.top-center { top: 0; left: 50%; transform: translateX(-50%); width: 800px; height: 500px; background: var(--primary-10); }

.row-between { display: flex; flex-direction: column; justify-content: space-between; gap: 1.5rem; align-items: flex-start; }
@media (min-width: 768px) { .row-between { flex-direction: row; align-items: flex-end; } }

.grid-2 { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .grid-3 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: 1fr 1fr 1fr; } }
.gap-lg { gap: 3rem; }
.align-center { align-items: center; }

/* ----- SVC CARDS ----- */
.svc-card {
  display: block; padding: 2rem; border-radius: 1.25rem;
  background: var(--card-2); border: 1px solid var(--border);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  transition: all .4s; height: 100%; position: relative; overflow: hidden;
}
.svc-card.lg { padding: 2.5rem; }
.svc-card:hover { border-color: var(--primary-30); transform: translateY(-3px); }
.svc-icon {
  width: 48px; height: 48px; border-radius: .85rem;
  background: var(--primary-10); color: var(--primary);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem; transition: all .4s;
}
.svc-icon svg { width: 1.5rem; height: 1.5rem; }
.svc-card.lg .svc-icon { width: 56px; height: 56px; border-radius: 1rem; margin-bottom: 2rem; }
.svc-card:hover .svc-icon { transform: scale(1.1); background: var(--primary); color: var(--primary-fg); }
.svc-card h3 { transition: color .3s; }
.svc-card:hover h3 { color: var(--primary); }
.svc-card p { color: var(--fg-60); margin-bottom: 1.5rem; }
.link-primary { color: var(--primary); font-weight: 500; font-size: .875rem; display: inline-flex; align-items: center; gap: .25rem; }
.link-primary svg { width: 1rem; height: 1rem; transition: transform .3s; }
.svc-card:hover .link-primary svg { transform: translateX(4px); }
.link-foreground { color: var(--fg); font-weight: 600; font-size: .875rem; display: inline-flex; align-items: center; gap: .5rem; transition: color .3s; }
.link-foreground svg { width: 1rem; height: 1rem; transition: transform .3s; }
.svc-card:hover .link-foreground { color: var(--primary); }
.svc-card:hover .link-foreground svg { transform: translateX(6px); }

/* ----- FEATURED ----- */
.featured-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 768px) { .featured-grid { grid-template-columns: 1fr 1fr; gap: 3rem; } }
.featured-item { display: block; }
@media (min-width: 768px) { .featured-item.offset { margin-top: 4rem; } }
.featured-img {
  position: relative; aspect-ratio: 4/3; border-radius: 1.25rem; overflow: hidden;
  margin-bottom: 1.5rem; background: var(--card); border: 1px solid var(--border);
}
.featured-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .7s; }
.featured-item:hover .featured-img img { transform: scale(1.05); }
.featured-item h3 { transition: color .3s; }
.featured-item:hover h3 { color: var(--primary); }
.badge {
  position: absolute; top: 1rem; left: 1rem;
  padding: .35rem .85rem; font-size: .75rem; font-weight: 500;
  background: var(--backdrop-strong); border: 1px solid var(--border-2);
  border-radius: 999px; color: var(--fg);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); z-index: 2;
}
.badges { position: absolute; top: 1rem; left: 1rem; display: flex; gap: .5rem; z-index: 2; }
.badges .badge { position: static; }
.badge-primary { background: var(--primary-20); color: var(--primary); border-color: var(--primary-30); }

/* ----- WHY ----- */
.why-list { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
.why-item { display: flex; gap: 1rem; }
.why-bullet {
  width: 48px; height: 48px; border-radius: 50%; background: var(--primary-10);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--primary);
}
.why-bullet svg { width: 1.5rem; height: 1.5rem; }
.why-item h4 { font-size: 1.125rem; font-weight: 500; margin-bottom: .25rem; }
.why-item p { color: var(--fg-60); }

.square-card {
  aspect-ratio: 1; border-radius: 1.5rem; padding: .5rem;
  background: var(--card-2); border: 1px solid var(--border);
}
.square-card > div, .square-card-inner { width: 100%; height: 100%; border-radius: 1.25rem; }
.square-card {
  position: relative; display: flex; flex-direction: column; align-items: center;
  justify-content: center; overflow: hidden;
}
.square-glow {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 120%, var(--primary-20), transparent 70%);
}
.square-logo { width: 192px; opacity: .5; margin-bottom: 2rem; position: relative; z-index: 1; }
.big-stat { font-size: 4rem; font-weight: 700; color: var(--primary); font-family: 'Space Grotesk', sans-serif; position: relative; z-index: 1; }
.stat-caption { color: var(--fg-70); font-weight: 500; text-transform: uppercase; letter-spacing: .05em; font-size: .875rem; position: relative; z-index: 1; }

/* ----- CTA SECTION ----- */
.cta-section { padding: 8rem 0; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: var(--primary-10); }
.cta-glow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100%; max-width: 800px; height: 100%; background: var(--primary-20); filter: blur(150px);
  border-radius: 50%; pointer-events: none;
}
.cta-section .container { position: relative; z-index: 2; }
.cta-section .lead { max-width: 600px; margin: 1rem auto 2.5rem; }
.big-title { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 1.5rem; }

/* ----- FOOTER ----- */
.footer {
  background: var(--footer-bg); padding: 5rem 0 2.5rem; position: relative; overflow: hidden;
  border-top: 1px solid var(--border);
}
.footer-glow {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 800px; height: 400px; background: var(--primary-10); filter: blur(120px); border-radius: 50%; pointer-events: none;
}
.footer .container { position: relative; z-index: 2; }
.footer-grid {
  display: grid; grid-template-columns: 1fr; gap: 3rem; margin-bottom: 4rem;
}
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-grid { grid-template-columns: 4fr 2fr 3fr 3fr; gap: 2rem; } }
.footer-logo { height: 64px; margin-bottom: 1.5rem; }
.footer-brand p { margin-bottom: 1.5rem; max-width: 360px; }
.socials { display: flex; gap: 1rem; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--input-bg); display: flex; align-items: center; justify-content: center;
  color: var(--fg-70); transition: all .3s;
}
.socials a svg { width: 1.25rem; height: 1.25rem; }
.socials a:hover { background: var(--primary-20); color: var(--primary); }
.footer-col h4 { font-family: 'Space Grotesk', sans-serif; margin-bottom: 1.5rem; font-size: 1.125rem; font-weight: 500; color: var(--fg); }
.footer-col ul { display: flex; flex-direction: column; gap: .75rem; }
.footer-col ul a {
  color: var(--fg-60); display: inline-flex; align-items: center; gap: .5rem;
  transition: color .3s; font-size: .9rem;
}
.footer-col ul a svg { width: .75rem; height: .75rem; }
.footer-col ul a:hover { color: var(--primary); }
.footer-col ul a.link-primary { color: var(--primary); font-weight: 500; margin-top: .5rem; }
.footer-col ul a.link-primary svg { width: 1rem; height: 1rem; }
.contact-list li { display: flex; align-items: flex-start; gap: .75rem; color: var(--fg-60); }
.contact-list li svg { width: 1.25rem; height: 1.25rem; color: var(--primary); flex-shrink: 0; margin-top: .15rem; }
.contact-list li > div { display: flex; flex-direction: column; }
.contact-list a { transition: color .3s; }
.contact-list a:hover { color: var(--primary); }
.footer-bottom {
  padding-top: 2rem; border-top: 1px solid var(--border-2);
  display: flex; flex-direction: column; gap: 1rem; align-items: center; justify-content: space-between;
  font-size: .875rem; color: var(--fg-50);
}
@media (min-width: 768px) { .footer-bottom { flex-direction: row; } }
.footer-bottom > div { display: flex; gap: 1.5rem; }
.footer-bottom a:hover { color: var(--fg); }

/* ----- FLOATING BUTTONS ----- */
.float-btn {
  position: fixed; width: 56px; height: 56px; border-radius: 50%;
  z-index: 90; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25); transition: all .3s;
}
.float-btn:hover { transform: scale(1.1) translateY(-2px); }
.theme-btn {
  bottom: 1.5rem; left: 1.5rem;
  background: var(--card); color: var(--fg);
  border: 1px solid var(--border-2);
}
.theme-btn svg { width: 1.5rem; height: 1.5rem; }
.theme-icon-light, .theme-icon-dark { display: none; align-items: center; justify-content: center; }
.theme-icon-light svg, .theme-icon-dark svg { width: 1.5rem; height: 1.5rem; }
[data-theme="light"] .theme-icon-dark { display: inline-flex; }
:root:not([data-theme="light"]) .theme-icon-light { display: inline-flex; }
.wa-btn {
  bottom: 1.5rem; right: 1.5rem;
  background: #25D366; color: white;
}
.wa-btn svg { width: 1.75rem; height: 1.75rem; }

/* ----- PAGE SECTIONS ----- */
.page-section { padding: 8rem 0 6rem; position: relative; overflow: hidden; }
.page-intro { max-width: 900px; }
.page-intro.narrow { max-width: 800px; margin: 0 auto; }
.page-intro h1 { margin-bottom: 1.5rem; }
.page-intro .lead { max-width: 600px; }
.page-intro.narrow .lead { margin-left: auto; margin-right: auto; }
.chip {
  display: inline-block; padding: .35rem 1rem; border-radius: 999px;
  border: 1px solid var(--border-2); background: var(--input-bg);
  font-size: .875rem; margin-bottom: 1.5rem;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.chip-primary { border-color: var(--primary-30); background: var(--primary-10); color: var(--primary); font-weight: 500; }
.prose { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 2rem; }
.prose p { font-size: 1.125rem; line-height: 1.7; color: var(--fg-70); }
.prose strong { color: var(--fg); font-weight: 500; }

.glass-card {
  background: var(--card); border: 1px solid var(--border-2);
  border-radius: 1.5rem; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.glass-card.padded { padding: 2.5rem; }
@media (min-width: 768px) { .glass-card.padded { padding: 3rem; } }
.block-logo { width: 192px; margin-bottom: 2.5rem; }
.check-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 1rem; }
.check-list li { display: flex; align-items: center; gap: .75rem; color: var(--fg); }
.check-list li svg { width: 1.25rem; height: 1.25rem; color: var(--primary); flex-shrink: 0; }

.values { display: flex; flex-direction: column; gap: 2rem; margin-top: 2.5rem; }
.value-item { display: flex; gap: 1.5rem; }
.value-icon {
  width: 56px; height: 56px; border-radius: 1rem;
  background: var(--primary-10); color: var(--primary);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.value-icon svg { width: 1.75rem; height: 1.75rem; }
.value-item h4 { font-size: 1.25rem; margin-bottom: .5rem; }
.value-item p { color: var(--fg-60); }

@media (min-width: 1024px) {
  .order-1-desk { order: 1; }
  .order-2-desk { order: 2; }
}

/* ----- SVC DETAIL ----- */
.bar-title { display: flex; align-items: center; gap: .75rem; margin-bottom: 2rem; font-size: 1.5rem; }
.bar { display: inline-block; width: 12px; height: 32px; background: var(--primary); border-radius: 999px; }
.incl-list { display: flex; flex-direction: column; gap: 1.5rem; }
.incl-list li { display: flex; align-items: flex-start; gap: 1rem; }
.incl-icon {
  width: 28px; height: 28px; border-radius: 50%; background: var(--primary-20);
  color: var(--primary); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px;
}
.incl-icon svg { width: 1rem; height: 1rem; }
.incl-icon.sm { width: 24px; height: 24px; }
.incl-icon.sm svg { width: .85rem; height: .85rem; }
.incl-list li > span:last-child { font-size: 1.05rem; color: var(--fg); line-height: 1.6; }

.process { display: flex; flex-direction: column; gap: 1.25rem; margin: 1.5rem 0; }
.process li { display: flex; gap: 1rem; align-items: flex-start; }
.process .step {
  width: 40px; height: 40px; border-radius: 50%;
  border: 4px solid var(--bg); background: var(--card);
  color: var(--primary); font-weight: 700; font-family: 'Space Grotesk', sans-serif;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-size: .85rem;
}
.process > li > div {
  flex: 1; padding: 1.25rem 1.5rem; border-radius: 1rem;
  background: var(--card-2); border: 1px solid var(--border);
}
.process h4 { margin-bottom: .25rem; }
.process p { font-size: .875rem; color: var(--fg-60); }

.cta-block { padding-top: 2rem; }
.cta-block h3 { margin-bottom: 1rem; }
.cta-block p { margin-bottom: 2rem; }

/* ----- PORTFOLIO ----- */
.filters { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin: 2rem 0 4rem; }
.filter-btn {
  padding: .65rem 1.5rem; border-radius: 999px; font-size: .875rem; font-weight: 500;
  background: var(--input-bg); color: var(--fg-70); border: 1px solid var(--border-2);
  transition: all .3s;
}
.filter-btn:hover { background: var(--card); color: var(--fg); }
.filter-btn.active { background: var(--primary); color: var(--primary-fg); border-color: var(--primary); }

.portfolio-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 768px) { .portfolio-grid { grid-template-columns: 1fr 1fr; gap: 3rem; } }
.portfolio-item { display: flex; flex-direction: column; }
.portfolio-img {
  position: relative; aspect-ratio: 4/3; border-radius: 1.25rem; overflow: hidden;
  margin-bottom: 1.5rem; background: var(--card); border: 1px solid var(--border);
}
.portfolio-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .7s; }
.portfolio-item:hover .portfolio-img img { transform: scale(1.05); }
.portfolio-overlay {
  position: absolute; inset: 0; padding: 2rem;
  background: linear-gradient(to top, var(--bg) 0%, hsla(0 0% 0% / 0.1) 60%, transparent 100%);
  display: flex; align-items: flex-end;
  opacity: 0; transition: opacity .5s; z-index: 1;
}
.portfolio-overlay span {
  color: var(--primary); font-weight: 500;
  display: inline-flex; align-items: center; gap: .5rem;
  transform: translateY(8px); transition: transform .5s;
}
.portfolio-overlay svg { width: 1.25rem; height: 1.25rem; }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-item:hover .portfolio-overlay span { transform: translateY(0); }
.portfolio-item h3 { display: flex; justify-content: space-between; align-items: center; transition: color .3s; }
.portfolio-item:hover h3 { color: var(--primary); }
.ext-icon { color: var(--fg-50); transition: color .3s; }
.ext-icon svg { width: 1.25rem; height: 1.25rem; }
.portfolio-item:hover .ext-icon { color: var(--primary); }
.portfolio-item.hidden { display: none; }

/* portfolio detail */
.back-link { display: inline-flex; align-items: center; gap: .5rem; font-size: .875rem; font-weight: 500; color: var(--fg-60); transition: color .3s; }
.back-link:hover { color: var(--primary); }
.back-link svg { width: 1rem; height: 1rem; }
.grid-12 { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
@media (min-width: 1024px) {
  .grid-12 { grid-template-columns: repeat(12, 1fr); }
  .col-5 { grid-column: span 5; }
  .col-7 { grid-column: span 7; }
}
.flex-center-col { display: flex; flex-direction: column; justify-content: center; }
.project-img-wrap {
  border-radius: 1.5rem; overflow: hidden;
  background: var(--card); border: 1px solid var(--border-2);
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
}
.project-img-wrap img { width: 100%; object-fit: cover; object-position: top; }
.svc-pills { display: flex; flex-direction: column; gap: 1rem; }
.svc-pills li {
  display: flex; align-items: center; gap: 1rem; padding: 1rem;
  border-radius: .85rem; background: var(--input-bg); border: 1px solid var(--border);
  font-weight: 500; color: var(--fg);
}

/* ----- CONTACT ----- */
.grid-contact { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 1024px) { .grid-contact { grid-template-columns: 1fr 2fr; } }
.contact-info { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 1rem; }
.contact-info li { display: flex; gap: 1rem; }
.ci-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--primary-10); color: var(--primary);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ci-icon svg { width: 1.25rem; height: 1.25rem; }
.contact-info > li > div { display: flex; flex-direction: column; }
.ci-label { font-size: .75rem; color: var(--fg-50); margin-bottom: .25rem; }
.contact-info a, .contact-info p { font-weight: 500; transition: color .3s; }
.contact-info a:hover { color: var(--primary); }

/* form */
.enquiry-form h3 { margin-bottom: 1.5rem; }
.form-row {
  display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1rem;
}
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.form-field { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 1rem; }
.form-field label { font-size: .875rem; color: var(--fg-70); font-weight: 500; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: .85rem 1rem; border-radius: .65rem;
  background: var(--input-bg); border: 1px solid var(--input-border); color: var(--fg);
  font-size: .95rem; transition: all .2s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--primary); background: var(--card);
  box-shadow: 0 0 0 3px var(--primary-10);
}
.form-field textarea { resize: vertical; min-height: 120px; font-family: inherit; }
.form-field.error input, .form-field.error select, .form-field.error textarea {
  border-color: hsl(0 84% 60%);
}
.submit-btn { margin-top: 1rem; }
.form-status { margin-top: 1rem; font-size: .9rem; min-height: 1.5em; }
.form-status.success { color: var(--primary); }
.form-status.error { color: hsl(0 84% 60%); }

/* ----- 404 ----- */
.huge-title { font-size: clamp(6rem, 20vw, 12rem); line-height: 1; margin-bottom: 1rem; }

/* ----- REVEAL ANIMATION ----- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ----- HEADINGS RESPONSIVE FIXES ----- */
@media (max-width: 640px) {
  .section { padding: 4rem 0; }
  .page-section { padding: 6rem 0 4rem; }
  .page-banner { padding: 7rem 0 3.5rem; }
  .glass-card.padded { padding: 1.75rem; }
  .square-logo { width: 140px; margin-bottom: 1.25rem; }
  .big-stat { font-size: 3rem; }
  .orb { filter: blur(80px); opacity: .6; }
}

/* ============================================================
   LIGHT THEME — premium polish overrides
   ============================================================ */
[data-theme="light"] {
  color-scheme: light;
}
[data-theme="light"] .navbar.scrolled {
  background: hsla(150 35% 98% / 0.85);
  box-shadow: 0 4px 24px hsla(150 60% 20% / 0.06), 0 1px 0 hsla(153 30% 30% / 0.06) inset;
  border-bottom-color: hsla(150 30% 30% / 0.05);
}
[data-theme="light"] .nav-link { color: var(--fg-70); }
[data-theme="light"] .nav-link:hover, [data-theme="light"] .nav-link.active { color: var(--primary); }

/* Buttons - more vivid in light mode */
[data-theme="light"] .btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-2) 50%, var(--mint) 100%);
  box-shadow: 0 8px 24px -8px hsla(150 75% 32% / 0.5), 0 2px 4px hsla(150 75% 32% / 0.15);
}
[data-theme="light"] .btn-primary:hover {
  box-shadow: 0 12px 32px -8px hsla(150 75% 32% / 0.6), 0 0 0 4px hsla(150 75% 32% / 0.12);
  transform: translateY(-2px);
}
[data-theme="light"] .btn-dark {
  background: linear-gradient(135deg, hsl(153 50% 12%), hsl(155 50% 18%));
  color: #fff; box-shadow: 0 6px 20px -6px hsla(153 50% 12% / 0.4);
}
[data-theme="light"] .btn-dark:hover {
  background: linear-gradient(135deg, var(--primary), var(--mint));
  box-shadow: 0 10px 30px -8px hsla(150 75% 32% / 0.5);
}
[data-theme="light"] .btn-outline {
  border-color: var(--border-2); background: hsla(0 0% 100% / 0.6); backdrop-filter: blur(8px);
}
[data-theme="light"] .btn-outline:hover {
  background: hsla(150 75% 95% / 0.9); color: var(--primary); border-color: var(--primary-30);
}

/* Cards - clean white with green-tinted shadow + hover lift */
[data-theme="light"] .glass-card,
[data-theme="light"] .service-card,
[data-theme="light"] .portfolio-card,
[data-theme="light"] .featured-item,
[data-theme="light"] .why-item,
[data-theme="light"] .pkg-card,
[data-theme="light"] .stat-card {
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}
[data-theme="light"] .service-card:hover,
[data-theme="light"] .portfolio-card:hover,
[data-theme="light"] .pkg-card:hover {
  box-shadow: var(--shadow-card-hover);
  border-color: var(--primary-30);
  transform: translateY(-4px);
}
[data-theme="light"] .glass-card.padded { background: linear-gradient(180deg, #fff 0%, hsl(150 50% 98%) 100%); }

/* Section backgrounds - alternate sections get a tinted gradient */
[data-theme="light"] .section-card-bg {
  background: linear-gradient(180deg, hsl(155 60% 97%) 0%, hsl(150 50% 95%) 100%);
  border-top: 1px solid hsla(150 50% 30% / 0.06);
  border-bottom: 1px solid hsla(150 50% 30% / 0.06);
}
[data-theme="light"] .section-alt {
  background: linear-gradient(180deg, hsl(150 50% 96%) 0%, hsl(160 55% 94%) 100%);
}

/* Pill / chip - more colorful */
[data-theme="light"] .pill, [data-theme="light"] .chip-primary {
  background: linear-gradient(135deg, hsla(150 80% 92% / 0.95), hsla(160 75% 88% / 0.95));
  border-color: hsla(150 75% 40% / 0.25);
  color: hsl(150 80% 25%);
  box-shadow: 0 2px 8px hsla(150 75% 32% / 0.1);
}

/* Hero / banner orbs are extra vivid in light mode */
[data-theme="light"] .orb { opacity: 1; filter: blur(70px); }

/* Footer */
[data-theme="light"] .footer {
  background: linear-gradient(180deg, hsl(155 35% 95%) 0%, hsl(150 50% 92%) 100%);
  border-top: 1px solid hsla(150 50% 30% / 0.08);
}
[data-theme="light"] .footer-glow { background: radial-gradient(ellipse at top, hsla(150 75% 50% / 0.18), transparent 60%); }

/* CTA section - vivid green wash */
[data-theme="light"] .cta-section::before {
  background: linear-gradient(135deg, hsla(150 75% 90% / 0.7), hsla(160 70% 85% / 0.7));
}
[data-theme="light"] .cta-glow { background: radial-gradient(circle at center, hsla(150 80% 50% / 0.3), transparent 60%); }

/* Inputs */
[data-theme="light"] .form-input, [data-theme="light"] .form-select, [data-theme="light"] .form-textarea {
  box-shadow: 0 1px 2px hsla(150 30% 20% / 0.04), 0 1px 0 hsla(0 0% 100% / 0.6) inset;
}
[data-theme="light"] .form-input:focus, [data-theme="light"] .form-select:focus, [data-theme="light"] .form-textarea:focus {
  border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-10);
}

/* Theme toggle + WhatsApp float buttons in light mode */
[data-theme="light"] .theme-toggle {
  background: #fff; border: 1px solid var(--border-2);
  box-shadow: 0 8px 24px -6px hsla(150 50% 20% / 0.18);
}
[data-theme="light"] .theme-toggle:hover { box-shadow: 0 12px 30px -6px hsla(150 75% 32% / 0.3); }

/* Filter buttons */
[data-theme="light"] .filter-btn {
  background: #fff; border: 1px solid var(--border);
  box-shadow: 0 2px 6px hsla(150 30% 20% / 0.05);
}
[data-theme="light"] .filter-btn.active {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff; border-color: transparent;
  box-shadow: 0 8px 20px -6px hsla(150 75% 32% / 0.45);
}

/* Hero gradient text - extra punchy in light */
[data-theme="light"] .gradient-text {
  background: linear-gradient(135deg, var(--primary) 0%, var(--mint) 50%, hsl(180 70% 35%) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtle divider/glow accents on banners */
[data-theme="light"] .page-banner { border-bottom: 1px solid hsla(150 60% 30% / 0.08); }

.narrow { max-width: 800px; }
.text-left-md { text-align: left; }
@media (min-width: 768px) { .text-left-md { text-align: left; } }
