/* Modern Service Card Customization */
.service-card-modern {
  background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,255,255,0.72)), var(--surface-glass-soft);
  border: 2px solid #ff7a1a33;
  box-shadow: 0 8px 32px rgba(255,122,26,0.10), 0 1.5px 8px rgba(0,0,0,0.04);
  border-radius: 22px;
  padding: 28px 22px 22px 22px;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.service-card-modern:hover {
  box-shadow: 0 18px 48px rgba(255,122,26,0.16), 0 2px 12px rgba(10,132,255,0.10);
  border-color: #ff7a1a;
}
.service-icon-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(120deg, #fff6ed 60%, #ffe7c2 100%);
  font-size: 2rem;
  margin-bottom: 8px;
  box-shadow: 0 2px 12px rgba(255,122,26,0.10);
  border: 1.5px solid #ff7a1a33;
}
.service-card-actions-modern {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}
.service-btn-orange {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #ff7a1a 60%, #ff9a3d 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 0;
  font-size: 1.08rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 2px 12px rgba(255,122,26,0.13);
  transition: background 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.service-btn-orange:hover {
  background: linear-gradient(90deg, #ff9a3d 0%, #ff7a1a 100%);
  box-shadow: 0 4px 18px rgba(255,122,26,0.18);
}
.service-btn-wa {
  display: block;
  width: 100%;
  background: #fff;
  color: #25d366;
  border: 1.5px solid #25d366;
  border-radius: 999px;
  padding: 14px 0;
  font-size: 1.08rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 2px 12px rgba(37,211,102,0.08);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.service-btn-wa:hover {
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 18px rgba(37,211,102,0.13);
}
.service-btn-icon {
  margin-right: 8px;
  font-size: 1.2em;
  vertical-align: middle;
}
.service-btn-text {
  vertical-align: middle;
}
/* Project Form Custom Buttons */
.project-send-btn-block {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  text-align: center;
  box-sizing: border-box;
}
.project-send-btn-orange {
  background: linear-gradient(90deg, #ff7a1a 60%, #ff9a3d 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 0;
  font-size: 1.08rem;
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(255,122,26,0.13);
  transition: background 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.project-send-btn-orange:hover {
  background: linear-gradient(90deg, #ff9a3d 0%, #ff7a1a 100%);
  box-shadow: 0 4px 18px rgba(255,122,26,0.18);
}
.project-send-btn-gmail {
  background: #fff;
  color: #ea4335;
  border: 1.5px solid #ea4335;
  border-radius: 999px;
  padding: 14px 0;
  font-size: 1.08rem;
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(234,67,53,0.08);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.project-send-btn-gmail:hover {
  background: #ea4335;
  color: #fff;
  box-shadow: 0 4px 18px rgba(234,67,53,0.13);
}
.project-send-btn-icon {
  margin-right: 8px;
  font-size: 1.2em;
  vertical-align: middle;
}
.project-send-btn-text {
  vertical-align: middle;
}
@media (max-width: 600px) {
  .project-send-btn-block {
    font-size: 1rem;
    padding: 12px 0;
  }
  .project-send-btn-icon {
    margin-right: 6px;
  }
}
:root {
  --primary: #0a84ff;
  --accent: #ff7a1a;
  --accent-alt: #00c896;
  --bg: #f4f7fb;
  --text: #0b1220;
  --muted: #3f4b63;
  --heading-soft: #0d1a2f;
  --heading-strong: #0b1220;
  --text-soft: #5a6883;
  --glass: rgba(255, 255, 255, 0.75);
  --glass-strong: rgba(255, 255, 255, 0.92);
  --surface-glass-soft:
    linear-gradient(155deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.7)),
    radial-gradient(circle at 12% 0%, rgba(10, 132, 255, 0.12), transparent 46%),
    radial-gradient(circle at 90% 100%, rgba(0, 200, 150, 0.1), transparent 44%);
  --surface-glass-strong:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 10% 0%, rgba(10, 132, 255, 0.14), transparent 44%),
    radial-gradient(circle at 88% 100%, rgba(0, 200, 150, 0.11), transparent 42%);
  --surface-glass-nav:
    linear-gradient(160deg, rgba(235, 246, 255, 0.94), rgba(223, 239, 253, 0.88)),
    radial-gradient(circle at 14% -20%, rgba(10, 132, 255, 0.2), transparent 52%),
    radial-gradient(circle at 92% 120%, rgba(0, 200, 150, 0.16), transparent 50%);
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0 24px 52px rgba(11, 26, 52, 0.12);
  --shadow-soft: 0 12px 28px rgba(11, 26, 52, 0.08);
  --shadow-strong: 0 30px 70px rgba(11, 26, 52, 0.2);
  --accent-glow: 0 12px 30px rgba(255, 122, 26, 0.34);
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 18px;
  --max-width: 1220px;
}

* {
  box-sizing: border-box;
}

a,
button,
.btn,
.card,
.glass-card,
.nav-link,
.wa-summary,
.filter-btn,
.slider-btn {
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

html {
  scroll-behavior: auto;
  overflow-x: clip;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(10, 132, 255, 0.14), transparent 42%),
    radial-gradient(circle at 84% 84%, rgba(0, 200, 150, 0.14), transparent 40%),
    linear-gradient(180deg, #f7faff 0%, #f4f7fb 55%, #f2f8f8 100%);
  color: var(--text);
  font-family: "Inter", "SF Pro Text", "Segoe UI", sans-serif;
  min-height: 100vh;
  line-height: 1.6;
  overflow-x: clip;
  position: relative;
  width: 100%;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  width: 52vw;
  height: 52vw;
  min-width: 420px;
  min-height: 420px;
  pointer-events: none;
  filter: blur(12px);
  animation: ambientFloat 18s ease-in-out infinite alternate;
}

main {
  min-width: 0;
}

body::before {
  top: -20vw;
  left: -14vw;
  background: radial-gradient(circle, rgba(10, 132, 255, 0.26) 0%, rgba(10, 132, 255, 0.08) 44%, transparent 74%);
}

body::after {
  right: -15vw;
  bottom: -18vw;
  background: radial-gradient(circle, rgba(0, 200, 150, 0.24) 0%, rgba(0, 200, 150, 0.08) 42%, transparent 74%);
  animation-delay: 1.2s;
}

@keyframes ambientFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(12px, -10px, 0) scale(1.06);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 14px;
  line-height: 1.2;
  font-family: "Inter", "SF Pro Display", "Segoe UI", sans-serif;
  letter-spacing: 0.01em;
  color: #0b1220;
}

h1 {
  font-size: clamp(2.05rem, 4vw, 3.45rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.62rem, 2.9vw, 2.45rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.14rem, 2vw, 1.5rem);
  font-weight: 650;
}

h4 {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 600;
}

p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

strong {
  color: #1a2539;
}

.section-head p {
  font-size: 1.08rem;
  color: #44526d;
  line-height: 1.78;
}

.card p {
  font-size: 0.98rem;
}

.card p strong {
  color: #101a2d;
  font-weight: 700;
}

.home-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.know-more-btn {
  margin-top: auto;
  align-self: flex-start;
  min-height: 50px;
  border-radius: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--max-width), 92%);
  margin: 0 auto;
}

.section {
  padding: 80px 0;
  position: relative;
  isolation: isolate;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.25), transparent 70%);
}

.section > .container {
  position: relative;
  z-index: 2;
}

.section-alt {
  background: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.glass {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.65));
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
}

.glass::before,
.layer-1::before,
.layer-2::before,
.layer-3::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -100%;
  left: -100%;
  border-radius: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transition: 0.6s;
}

.layer-1,
.main-nav,
.footer-shell {
  background: var(--surface-glass-nav);
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(11, 26, 52, 0.07);
}

.layer-2,
.card,
.testimonial,
.choice-block,
.intake-shell,
.wa-dropdown-menu {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.65));
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.layer-3,
.hero-visual,
.mock-dashboard,
.mock-dashboard .card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.glass-card,
.card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.65));
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(.22, 1, .36, 1);
}

.glass-card::after,
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(10, 132, 255, 0.08), transparent),
    radial-gradient(circle at bottom right, rgba(0, 200, 150, 0.06), transparent);
  pointer-events: none;
}

.glass-card::before,
.card::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  top: -100%;
  left: -100%;
  transition: 0.6s;
  pointer-events: none;
}

.glass-card:hover,
.card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.glass-card:hover::before,
.card:hover::before {
  top: 100%;
  left: 100%;
}

.primary-card,
.layer-3 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.secondary-card,
.layer-2 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.8);
}

.tertiary-card,
.layer-1 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.65);
}

.btn {
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.35s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary {
  background: linear-gradient(130deg, #ff7a1a, #ff9a3d);
  color: #fff;
  box-shadow: 0 14px 36px rgba(255, 122, 26, 0.36);
}

.btn-secondary {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.66)),
    radial-gradient(circle at 14% 0%, rgba(10, 132, 255, 0.12), transparent 46%);
  color: #12203a;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(10, 132, 255, 0.16), 0 10px 30px rgba(255, 122, 26, 0.2);
}

.wa-dropdown {
  display: inline-block;
  z-index: 20;
}

.wa-dropdown[open] {
  z-index: 1200;
}

.wa-summary {
  list-style: none;
  cursor: pointer;
}

.wa-summary::-webkit-details-marker {
  display: none;
}

.wa-dropdown-menu {
  position: absolute;
  top: auto;
  bottom: calc(100% + 8px);
  left: 0;
  min-width: 200px;
  width: max-content;
  max-width: min(280px, 90vw);
  display: grid;
  gap: 6px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: var(--surface-glass-strong);
  box-shadow: 0 16px 32px rgba(11, 26, 52, 0.14);
  z-index: 9999;
}

.wa-dropdown-menu-inline {
  position: absolute;
  top: auto;
  bottom: calc(100% + 8px);
  left: 0;
  width: 100%;
  max-width: min(340px, 90vw);
  margin-top: 0;
}

.wa-dropdown-menu-inline .btn {
  width: 100%;
}

.service-card {
  overflow: hidden;
}

.service-card-actions {
  position: relative;
  justify-content: center;
  align-items: stretch;
}

.service-card-actions .wa-dropdown {
  flex: 1;
  min-width: 0;
}

.service-cta-btn,
.service-cta-wa {
  justify-content: center;
  border-radius: 18px;
  min-height: 54px;
}

.service-cta-btn {
  box-shadow: 0 8px 20px rgba(255, 107, 0, 0.3);
}

.mini-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  padding-bottom: 0;
}

.mini-service-content {
  flex: 1;
}

.mini-service-card h3 {
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  background: linear-gradient(95deg, #ff7a1a 0%, #ff9a3d 48%, #ffb55f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.mini-service-cta {
  margin-top: 12px;
  padding-top: 12px;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mini-service-cta .wa-dropdown {
  width: min(100%, 320px);
}

.mini-service-wa-btn {
  justify-content: center;
  border-radius: 18px;
  min-height: 52px;
}

.service-card-actions .wa-dropdown-menu {
  top: auto !important;
  bottom: calc(100% + 8px) !important;
  left: auto !important;
  right: 0;
  min-width: 0;
  width: min(180px, 100%);
  max-width: calc(100% - 4px);
}

.service-card-actions .wa-dropdown-menu .btn {
  font-size: 0.8rem;
  padding: 7px 10px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.82rem;
  color: #1b2a44;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)),
    radial-gradient(circle at 12% 0%, rgba(10, 132, 255, 0.12), transparent 46%);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: background 0.3s ease, border-color 0.3s ease;
  background: var(--surface-glass-nav);
  border-bottom: 1px solid rgba(13, 45, 92, 0.18);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 28px rgba(11, 26, 52, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.main-nav.nav-solid {
  background:
    linear-gradient(160deg, rgba(233, 246, 255, 0.98), rgba(221, 238, 252, 0.94)),
    radial-gradient(circle at 10% 0%, rgba(10, 132, 255, 0.22), transparent 46%),
    radial-gradient(circle at 90% 100%, rgba(0, 200, 150, 0.16), transparent 44%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(13, 45, 92, 0.24);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", "SF Pro Display", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.brand-logo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(10, 132, 255, 0.18);
}

.brand span {
  color: var(--accent);
}

.brand-full {
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: linear-gradient(92deg, #0b1220 0%, #3c4d70 45%, #ff7a1a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-hero {
  display: inline-block;
  font-size: clamp(1.2rem, 2.2vw, 1.9rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  background: linear-gradient(110deg, #0a84ff 8%, #0c3e73 45%, #ff7a1a 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.text-highlight {
  background: linear-gradient(118deg, #ff7a1a 0%, #ff9a3d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.68)),
    radial-gradient(circle at 15% 0%, rgba(10, 132, 255, 0.1), transparent 44%);
  color: #1b2a44;
  border-radius: 10px;
  height: 40px;
  min-width: 44px;
  padding: 0 12px;
  font-size: 1.15rem;
  cursor: pointer;
}

.nav-link {
  color: var(--muted);
  font-size: 0.9rem;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #09182d;
  background: linear-gradient(140deg, rgba(10, 132, 255, 0.22), rgba(0, 200, 150, 0.14));
  border-color: rgba(10, 132, 255, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.hero {
  padding-top: 28px;
  position: relative;
}

body[data-route="home"] .hero {
  padding-top: 40px;
}

body[data-route="home"] .hero > .container {
  padding-inline: 10px;
}

/* Add breathing space above Growth Dashboard card on home page */
body[data-route="home"] .growth-dashboard-card {
  margin-top: 32px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.hero::before {
  width: 340px;
  height: 340px;
  top: -110px;
  left: -80px;
  background: radial-gradient(circle, rgba(10, 132, 255, 0.2), transparent 68%);
}

.hero::after {
  width: 320px;
  height: 320px;
  right: -70px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(0, 200, 150, 0.18), transparent 68%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 12px;
}

.hero-copy .badge {
  transform: translateY(-8px);
}

.hero-copy p {
  max-width: 640px;
}

.hero-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.hero-visual {
  padding: 18px;
  border-radius: var(--radius-lg);
}

.mock-dashboard {
  border-radius: var(--radius-lg);
  padding: 18px;
  background: var(--surface-glass-strong);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.stats-grid,
.grid-3,
.grid-4,
.pricing-grid,
.blog-grid,
.portfolio-grid,
.team-grid {
  display: grid;
  gap: 16px;
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.blog-grid,
.portfolio-grid,
.team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.card h1,
.card h2,
.card h3,
.card p,
.review-comment,
.testimonial h3 {
  overflow-wrap: anywhere;
}

.card > .btn,
.card .contact-action {
  margin-top: auto;
}

.card .service-card-actions,
.card .mini-service-cta {
  margin-top: auto;
}

.team-member-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.team-member-card .btn {
  margin-top: auto;
  width: fit-content;
}

.pod-terminology {
  margin: -2px 0 8px;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ff7a1a;
}

.pod-priority {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.pod-priority-critical {
  color: #7d2418;
  border: 1px solid rgba(255, 109, 87, 0.38);
  background: rgba(255, 109, 87, 0.14);
}

.pod-priority-high {
  color: #74401a;
  border: 1px solid rgba(255, 146, 66, 0.38);
  background: rgba(255, 146, 66, 0.14);
}

.pod-priority-medium {
  color: #0a4782;
  border: 1px solid rgba(123, 171, 255, 0.42);
  background: rgba(96, 147, 255, 0.14);
}

.owner-card {
  grid-column: span 3;
}

.icon-pill {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: linear-gradient(145deg, rgba(255, 122, 26, 0.2), rgba(10, 132, 255, 0.16));
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.icon-logo {
  width: 22px;
  height: 22px;
  border-radius: 6px;
}

.detail-logo {
  width: 24px;
  height: 24px;
  border-radius: 7px;
}

.section-head {
  margin-bottom: 28px;
  max-width: 760px;
  position: relative;
}

.section-head::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  margin-top: 12px;
  border-radius: 10px;
  background: linear-gradient(90deg, #0a84ff, #00c896);
}

.section-divider {
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, #0a84ff, #00c896);
  border-radius: 10px;
  margin-top: 12px;
}

.section-head h1,
.section-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-head h1,
.section-head h2,
.section-head h3 {
  background: linear-gradient(96deg, #0b1220 0%, #1b3a66 46%, #ff7a1a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.section-head h1::before,
.section-head h2::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: url("../osca-logo.svg") center/contain no-repeat;
  filter: drop-shadow(0 6px 10px rgba(10, 132, 255, 0.24));
}

/* Services page: keep premium effects consistent */
.services-page .card {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.66)),
    radial-gradient(circle at 12% 0%, rgba(10, 132, 255, 0.1), transparent 42%),
    radial-gradient(circle at 88% 100%, rgba(0, 200, 150, 0.08), transparent 40%);
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: var(--shadow-soft);
}

.services-page .card::before,
.services-page .card::after {
  display: block;
}

.services-page .card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 30px 52px rgba(11, 26, 52, 0.18), 0 0 0 1px rgba(10, 132, 255, 0.08) inset;
  border-color: rgba(10, 132, 255, 0.26);
}

.services-page .service-card h3 {
  font-size: 1.34rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
  background: linear-gradient(96deg, #0b1220 0%, #1757a0 52%, #ff7a1a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

.services-page .service-card p {
  font-size: 1rem;
}

.card h3 {
  color: #0f1a30;
}

.card h4 {
  color: #1d2a43;
}

.services-page .fade-up {
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.timeline {
  position: relative;
  padding-left: 24px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: linear-gradient(#0a84ff, transparent);
}

.timeline-step {
  position: relative;
  padding: 0 0 18px 18px;
}

.timeline-step::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: -22px;
  top: 6px;
  background: #0a84ff;
  box-shadow: 0 0 0 5px rgba(10, 132, 255, 0.14);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.process-card {
  padding: 20px;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}

.process-card::after {
  content: "";
  position: absolute;
  inset: auto -35% -55% auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 200, 150, 0.2), transparent 64%);
}

.process-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.process-number {
  font-family: "Inter", "SF Pro Display", sans-serif;
  font-size: 1.25rem;
  color: #0b1220;
  text-shadow: none;
}

.process-tag {
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #145085;
  border: 1px solid rgba(10, 132, 255, 0.28);
  background: rgba(10, 132, 255, 0.1);
}

.review-score,
.review-city {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.review-score {
  color: #894516;
  background: rgba(255, 122, 26, 0.12);
  border: 1px solid rgba(255, 122, 26, 0.3);
}

.review-city {
  color: #134f88;
  background: rgba(10, 132, 255, 0.12);
  border: 1px solid rgba(10, 132, 255, 0.3);
}

.review-service {
  margin-bottom: 6px;
  font-size: 0.92rem;
  color: #2f3d57;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-comment {
  color: #3f4f6b;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-impact {
  margin: auto 0 7px;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.3;
  color: #7f4319;
  border: 1px solid rgba(255, 153, 77, 0.34);
  background: rgba(255, 122, 26, 0.1);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-author {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.35;
  color: #233149;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.google-business-section .google-business-badge {
  margin-bottom: 10px;
  width: fit-content;
  border-color: rgba(10, 132, 255, 0.28);
}

.google-business-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.25fr);
  gap: 18px;
  margin-top: 8px;
}

.google-profile-panel,
.google-map-card {
  min-height: 100%;
}

.google-business-actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.google-business-actions .btn {
  min-height: 44px;
}

.google-map-card iframe {
  margin-top: 12px;
}

.google-review-head {
  margin-top: 28px;
  margin-bottom: 14px;
}

.google-review-marquee {
  margin-top: 14px;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  border-radius: 18px;
  padding: 12px 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background:
    radial-gradient(circle at 85% 12%, rgba(10, 132, 255, 0.12), transparent 44%),
    rgba(255, 255, 255, 0.74);
}

.google-review-marquee::before,
.google-review-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 1;
  pointer-events: none;
}

.google-review-marquee::before {
  left: 0;
  background: linear-gradient(to right, rgba(244, 247, 251, 0.92), rgba(244, 247, 251, 0));
}

.google-review-marquee::after {
  right: 0;
  background: linear-gradient(to left, rgba(244, 247, 251, 0.92), rgba(244, 247, 251, 0));
}

.google-review-track {
  display: flex;
  align-items: stretch;
  gap: 14px;
  padding-bottom: 4px;
  width: max-content;
  transform: translateX(0);
  will-change: transform;
}

.google-review-card {
  width: min(360px, calc(100vw - 78px));
  margin: 0;
  min-height: 280px;
}

.universal-google-review-card {
  width: 100%;
}

.google-review-card .review-comment {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}

.google-review-card .review-impact {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.google-review-card .review-author {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.google-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.google-review-cta {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

@media (max-width: 960px) {
  .google-business-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .google-review-marquee {
    border-radius: 16px;
    padding: 10px 8px 12px;
  }

  .google-review-marquee::before,
  .google-review-marquee::after {
    width: 34px;
  }

  .google-review-track {
    gap: 10px;
  }

  .google-review-card {
    width: min(318px, calc(100vw - 52px));
    min-height: 260px;
  }
}

.testimonial-wrap {
  position: relative;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 145, 70, 0.14), transparent 36%),
    rgba(255, 255, 255, 0.75);
  box-shadow: 0 26px 46px rgba(11, 26, 52, 0.12);
}

.testimonial-track {
  display: flex;
  transition: transform 0.45s ease;
}

.testimonial {
  min-width: 100%;
  padding: 26px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background:
    radial-gradient(circle at 92% 5%, rgba(255, 140, 53, 0.14), transparent 38%),
    rgba(255, 255, 255, 0.75);
}

.testimonial h3 {
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.45;
  margin-bottom: 10px;
}

.testimonial-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #7c431b;
  background: rgba(255, 126, 36, 0.12);
  border: 1px solid rgba(255, 140, 53, 0.3);
}

.testimonial-result {
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #1a5b4a;
  border: 1px solid rgba(0, 200, 150, 0.34);
  background: rgba(0, 200, 150, 0.12);
}

.testimonial-author {
  margin: 2px 0 4px;
  font-weight: 700;
  color: #1a2539;
}

.testimonial-company {
  margin-bottom: 6px;
  color: #3e4f6c;
  font-size: 0.95rem;
}

.testimonial-team {
  margin: 0 0 6px;
  font-size: 0.9rem;
  color: #5a2e0f;
  line-height: 1.45;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 8px;
}

.testimonial-team-title {
  margin: 0 0 5px;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ff7a1a;
}

.testimonial-team-members {
  margin: 0;
  font-size: 0.84rem;
  color: #3f506d;
  line-height: 1.5;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slider-controls {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.slider-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at 14% 0%, rgba(10, 132, 255, 0.1), transparent 46%);
  color: #0b1220;
  cursor: pointer;
}

.slider-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: rgba(84, 108, 145, 0.35);
  cursor: pointer;
}

.slider-dot.active {
  width: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7a1a, #ff9a3d);
}

.form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

input,
select,
textarea {
  width: 100%;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at 12% 0%, rgba(10, 132, 255, 0.08), transparent 46%);
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #0b1220;
  border-radius: 12px;
  padding: 12px;
  font-family: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(10, 132, 255, 0.4);
  box-shadow: 0 0 0 3px rgba(10, 132, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

input::placeholder,
textarea::placeholder {
  color: #5f6d87;
}

select {
  color: var(--text);
}

select option {
  color: #111827;
  background: #ffffff;
}

select:invalid {
  color: var(--muted);
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.form-grid .full,
.full {
  grid-column: 1 / -1;
}

.start-project-hero .section-head {
  max-width: 860px;
}


.intake-shell {
  padding: 32px 28px;
  background: linear-gradient(135deg, rgba(10,132,255,0.10) 0%, rgba(0,200,150,0.10) 100%), var(--glass-strong);
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(10,132,255,0.10), 0 1.5px 8px rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
}

.intake-shell::before {
  content: "";
  position: absolute;
  top: -40px; left: -40px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(10,132,255,0.13) 0%, transparent 80%);
  z-index: 0;
}
.intake-shell::after {
  content: "";
  position: absolute;
  bottom: -40px; right: -40px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(0,200,150,0.13) 0%, transparent 80%);
  z-index: 0;
}

.intake-shell > * {
  position: relative;
  z-index: 1;
}

.intake-subtext {
  margin-top: -4px;
  margin-bottom: 18px;
  font-size: 1.08rem;
  color: #2a3a5a;
  font-weight: 500;
}

.intake-accent-bar {
  display: inline-block;
  width: 38px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(90deg, #0a84ff 40%, #00c896 100%);
  margin-bottom: 12px;
}

.intake-helper {
  margin: 0 0 10px;
  font-size: 0.95rem;
  color: #42526f;
  line-height: 1.65;
}

.project-intake-form {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.project-intake-form input,
.project-intake-form select {
  border-radius: 12px;
  border: 1.5px solid #e0e8f8;
  padding: 12px 14px;
  font-size: 1rem;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 1.5px 8px rgba(10,132,255,0.04);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.project-intake-form input:focus,
.project-intake-form select:focus {
  border-color: #0a84ff;
  outline: none;
  box-shadow: 0 0 0 2px #0a84ff33;
}

.project-intake-form .choice-block {
  background: rgba(10,132,255,0.04);
  border-radius: 10px;
  padding: 14px 12px 10px 12px;
  margin-bottom: 0;
}

.project-intake-form button,
.project-intake-form input[type="submit"] {
  background: linear-gradient(90deg, #0a84ff 60%, #00c896 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 13px 0;
  font-size: 1.08rem;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(10,132,255,0.10);
  transition: background 0.2s, box-shadow 0.2s;
  margin-top: 8px;
}
.project-intake-form button:hover,
.project-intake-form input[type="submit"]:hover {
  background: linear-gradient(90deg, #00c896 0%, #0a84ff 100%);
  box-shadow: 0 4px 18px rgba(0,200,150,0.13);
}

.landing-shell .lead-form + .btn {
  margin-top: 12px;
  width: 100%;
  justify-content: center;
}

.pricing-model-box {
  margin-top: 16px;
}

.start-price-grid {
  margin-top: 12px;
}

.start-price-grid .card {
  border-color: rgba(0, 0, 0, 0.08);
  background: var(--surface-glass-soft);
}

.choice-block {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 14px;
  background: var(--surface-glass-soft);
  box-shadow: 0 12px 24px rgba(11, 26, 52, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.choice-block h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.service-check-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.option-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.7)),
    radial-gradient(circle at 12% 0%, rgba(10, 132, 255, 0.09), transparent 46%);
  color: #27344d;
  cursor: pointer;
  min-height: 44px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.option-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 132, 255, 0.24);
  box-shadow: 0 10px 22px rgba(11, 26, 52, 0.1);
}

.option-chip input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.option-chip span {
  font-size: 0.9rem;
  line-height: 1.35;
}

.option-chip-soft {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.64)),
    radial-gradient(circle at 88% 100%, rgba(0, 200, 150, 0.08), transparent 44%);
}

.contact-path-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-path-grid .card > .btn,
.contact-path-grid .card .contact-action {
  margin-top: 10px;
  align-self: flex-start;
}

.contact-rich-card {
  min-height: 100%;
}

.contact-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-bottom-actions {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-bottom-actions .btn,
.contact-bottom-actions .wa-dropdown {
  width: 100%;
}

.contact-primary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.contact-help-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.contact-help-grid h4 {
  margin: 0 0 4px;
  font-size: 0.95rem;
  color: #14253f;
}

.contact-number-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-number-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 600;
  color: #20314a;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.74)),
    radial-gradient(circle at 12% 0%, rgba(10, 132, 255, 0.08), transparent 46%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.contact-help-grid p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.contact-email-list {
  display: grid;
  gap: 8px;
  margin-top: 6px;
}

.contact-email-list a {
  color: #ff7a1a;
  text-decoration: none;
  word-break: break-all;
}

.contact-email-list a:hover {
  color: #0a84ff;
}

.contact-action {
  margin-top: 10px;
}

.useful-box {
  margin-top: 16px;
}

.useful-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.useful-grid h4 {
  margin-bottom: 8px;
}

.footer {
  padding: 24px 0 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-shell {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: var(--surface-glass-nav);
  padding: 16px;
  box-shadow: 0 18px 36px rgba(11, 26, 52, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-brand h3 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
}

.footer-brand p {
  margin: 6px 0 0;
  color: #455877;
  font-size: 0.9rem;
}

.footer-cta-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-cta-row .btn {
  min-height: 42px;
  font-size: 0.85rem;
  padding: 10px 14px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
}

.footer-legal {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-legal p {
  margin: 0;
  font-size: 0.78rem;
  color: #4c5f7e;
  line-height: 1.5;
}

.footer-mini-links,
.footer-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-mini-links a,
.footer-contact-row a {
  color: #2d3a54;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.78rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.66)),
    radial-gradient(circle at 12% 0%, rgba(10, 132, 255, 0.08), transparent 46%);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.footer-mini-links a:hover,
.footer-contact-row a:hover {
  color: #ff7a1a;
  border-color: rgba(255, 122, 26, 0.45);
}

.floating-wa,
.sticky-cta {
  position: fixed;
  z-index: 990;
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.floating-wa {
  right: 18px;
  bottom: 18px;
  background: linear-gradient(135deg, #00c896, #08b588);
  color: #fff;
}

.sticky-cta {
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  background: linear-gradient(130deg, #ff7a1a, #ff9a3d);
  color: #fff;
  box-shadow: var(--accent-glow);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.filter-btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--muted);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68)),
    radial-gradient(circle at 10% 0%, rgba(10, 132, 255, 0.08), transparent 44%);
  cursor: pointer;
}

.filter-btn.active {
  color: #0b1220;
  border-color: rgba(255, 122, 26, 0.5);
  background: rgba(255, 122, 26, 0.14);
}

.premium-plan {
  border-color: rgba(255, 122, 26, 0.42);
  background: linear-gradient(145deg, rgba(255, 122, 26, 0.16), rgba(10, 132, 255, 0.08));
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.mini-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #2f3b55;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.66)),
    radial-gradient(circle at 12% 0%, rgba(10, 132, 255, 0.08), transparent 46%);
}

.services-page .mini-pill {
  border-color: rgba(255, 122, 26, 0.38);
  color: #844618;
  background: rgba(255, 122, 26, 0.12);
}

.check-list {
  margin: 0;
  padding-left: 18px;
  color: #4d5a74;
}

.check-list li {
  margin-bottom: 7px;
}

.point-list {
  margin: 8px 0 14px;
  padding-left: 18px;
  color: #4e5b74;
}

.point-list li {
  margin-bottom: 6px;
}

.map-frame {
  width: 100%;
  border: 0;
  min-height: 280px;
  border-radius: var(--radius-md);
}

.landing-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 0 78px;
}

.urgency {
  border: 1px solid rgba(255, 122, 26, 0.42);
  color: #7f4317;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 122, 26, 0.12);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.65;
}

.exit-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  background: rgba(11, 26, 52, 0.3);
}

.exit-popup.show {
  display: flex;
}

.popup-card {
  width: min(92%, 460px);
  padding: 24px;
}

.fade-up {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .hero-grid,
  .blog-grid,
  .portfolio-grid,
  .team-grid,
  .grid-3,
  .process-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 62px 0;
  }

  .nav-inner {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 8px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links {
    display: none;
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
    flex-direction: column;
    gap: 6px;
    padding: 10px;
    border: 1px solid rgba(10, 53, 105, 0.2);
    border-radius: 12px;
    background:
      linear-gradient(160deg, rgba(248, 252, 255, 0.98), rgba(236, 245, 255, 0.96)),
      radial-gradient(circle at 12% 0%, rgba(10, 132, 255, 0.1), transparent 44%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 32px rgba(11, 26, 52, 0.12);
    margin-top: 6px;
    position: relative;
    z-index: 1002;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-link {
    white-space: nowrap;
    width: 100%;
  }

  .nav-contact {
    justify-self: end;
    grid-column: 3;
    grid-row: 1;
    padding: 10px 16px;
    min-height: 40px;
  }

  .brand-full {
    font-size: 0.78rem;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-cta-row {
    width: 100%;
  }

  .footer-cta-row .btn,
  .footer-cta-row .wa-dropdown {
    flex: 1;
    min-width: 0;
  }

  .owner-card {
    grid-column: auto;
  }

  .hero {
    padding-top: 22px;
  }

  .hero-copy h1 {
    font-size: clamp(1.62rem, 5.2vw, 2.25rem);
    line-height: 1.22;
    margin-bottom: 12px;
  }

  .brand-hero {
    font-size: clamp(0.98rem, 3.6vw, 1.22rem);
    letter-spacing: 0.025em;
  }

  .hero-copy p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .testimonial {
    padding: 20px;
  }

  .testimonial h3 {
    font-size: clamp(1.05rem, 4.4vw, 1.35rem);
    line-height: 1.42;
  }

  .slider-controls {
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media (max-width: 1024px) {
  .sticky-cta {
    left: auto;
    right: 18px;
    transform: none;
    bottom: 16px;
    width: auto;
    max-width: 56vw;
    padding: 10px 14px;
    font-size: 0.85rem;
    display: inline-flex;
    justify-content: center;
  }

  .floating-wa {
    max-width: 56vw;
    justify-content: center;
  }

  .wa-dropdown[style*="position:fixed"] {
    right: 18px !important;
    left: auto !important;
    bottom: 74px !important;
    z-index: 1000;
  }
}

@media (max-width: 620px) {
  main {
    padding-bottom: 66px;
  }

  body[data-route="home"] main {
    padding-bottom: 0;
  }



  /* Only hide fixed WhatsApp dropdown, not floating buttons, except on mobile show it */
  body[data-route="home"] .wa-dropdown[style*="position:fixed"] {
    display: none !important;
  }

  @media (max-width: 620px) {
    body[data-route="home"] .wa-dropdown[style*="position:fixed"] {
      display: block !important;
    }
  }

  body::before,
  body::after {
    min-width: 260px;
    min-height: 260px;
  }

  .hero {
    padding-top: 16px;
  }


  body[data-route="home"] .hero {
    padding-top: 40px;
  }

  body[data-route="home"] .hero > .container {
    padding-inline: 10px;
  }

  /* Add breathing space above Growth Dashboard card on home page */
  body[data-route="home"] .growth-dashboard-card {
    margin-top: 32px;
  }
  @media (min-width: 600px) {
    body[data-route="home"] .growth-dashboard-card {
      margin-top: 44px;
    }
  }
  @media (min-width: 900px) {
    body[data-route="home"] .growth-dashboard-card {
      margin-top: 56px;
    }
  }

  .brand-hero {
    font-size: clamp(0.95rem, 4.1vw, 1.14rem);
    margin-bottom: 3px;
  }

  .hero-copy p {
    font-size: 0.98rem;
    line-height: 1.62;
    margin-bottom: 12px;
  }

  .hero .badge {
    font-size: 0.74rem;
    padding: 6px 11px;
  }

  .hero-cta {
    gap: 8px;
    margin-top: 14px;
  }

  .hero-cta .btn,
  .hero-cta .wa-dropdown {
    width: auto;
    flex: 1 1 130px;
  }

  .hero-cta .btn {
    justify-content: center;
  }

  /* ── Compact Buttons: Mobile-wide ── */
  .btn {
    padding: 9px 14px;
    font-size: 0.82rem;
    gap: 5px;
    border-radius: 999px;
  }

  .btn-primary {
    padding: 9px 16px;
  }

  /* Nav Contact compact */
  .nav-contact {
    padding: 8px 12px;
    font-size: 0.8rem;
    gap: 4px;
  }

  /* Service card action buttons compact */
  .service-cta-btn,
  .service-cta-wa {
    min-height: 44px;
    padding: 8px 12px;
    font-size: 0.82rem;
    border-radius: 14px;
  }

  /* Know more button compact */
  .know-more-btn {
    min-height: 42px;
    padding: 8px 14px;
    font-size: 0.82rem;
    border-radius: 14px;
  }

  /* Mini service CTA compact */
  .mini-service-wa-btn {
    min-height: 44px;
    padding: 8px 12px;
    font-size: 0.82rem;
  }

  /* Filter buttons compact */
  .filter-btn {
    padding: 6px 11px;
    font-size: 0.8rem;
  }

  /* Footer CTA buttons compact */
  .footer-cta-row .btn {
    padding: 9px 14px;
    font-size: 0.82rem;
    justify-content: center;
  }

  .intake-shell {
    padding: 12px;
  }

  .service-check-grid,
  .contact-path-grid {
    grid-template-columns: 1fr;
  }

  .contact-primary-actions {
    grid-template-columns: 1fr;
  }

  .useful-grid {
    grid-template-columns: 1fr;
  }

  .choice-block {
    padding: 12px;
  }

  .sticky-cta {
    width: 52px;
    height: 52px;
    min-width: 52px;
    max-width: 52px;
    left: auto;
    right: 14px;
    transform: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .floating-wa {
    width: 52px;
    height: 52px;
    min-width: 52px;
    max-width: 52px;
    left: auto;
    right: 14px;
    transform: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .floating-wa::before {
    content: "📱";
    font-size: 20px;
    line-height: 1;
  }

  .sticky-cta::before {
    content: "🚀";
    font-size: 20px;
    line-height: 1;
  }

  .wa-dropdown[style*="position:fixed"] .wa-dropdown-menu {
    right: 0;
    left: auto;
    max-width: min(220px, 78vw);
    min-width: 0;
    padding: 6px;
    gap: 5px;
  }

  .wa-dropdown[style*="position:fixed"] .wa-dropdown-menu .btn {
    padding: 7px 9px !important;
    font-size: 0.8rem !important;
    line-height: 1.2;
    border-radius: 10px;
    min-height: 38px;
  }

  .sticky-cta {
    bottom: 8px;
    z-index: 990;
  }

  .wa-dropdown[style*="position:fixed"] {
    right: 14px !important;
    left: auto !important;
    bottom: 60px !important;
    z-index: 1000;
  }

  /* Keep legacy rules below overridden for safety */
  .floating-wa,
  .sticky-cta {
    will-change: transform;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .testimonial {
    padding: 16px;
  }

  .testimonial-rating,
  .testimonial-result {
    font-size: 0.8rem;
    padding: 6px 9px;
  }

  .testimonial-team-members {
    font-size: 0.8rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

}

@media (max-width: 420px) {
  .brand-full {
    display: none;
  }

  .nav-inner {
    grid-template-columns: 1fr auto auto;
  }

  .nav-contact {
    grid-column: 3;
    grid-row: 1;
    padding: 8px 12px;
    font-size: 0.82rem;
  }

  .nav-toggle {
    min-width: 40px;
    height: 38px;
    padding: 0 10px;
  }

  main {
    padding-bottom: 58px;
  }

  body[data-route="home"] main {
    padding-bottom: 0;
  }

  .sticky-cta,
  .floating-wa {
    right: 10px;
    width: 48px;
    height: 48px;
    min-width: 48px;
    max-width: 48px;
  }

  .sticky-cta {
    bottom: 6px;
  }

  .wa-dropdown[style*="position:fixed"] {
    right: 10px !important;
    bottom: 54px !important;
  }
}
