:root {
  --bg: #dbe8ee;
  --bg-soft: #d3e2e9;
  --card: rgba(250,253,254,0.92);
  --card-strong: rgba(255,255,255,0.97);
  --text: #20242b;
  --muted: #5c6f81;
  --cyan: #28d3cb;
  --purple: #149d98;
  --pink: #ff7075;
  --white: #ffffff;
  --dark: #20242b;
  --logo-letter: #20242b;
  --logo-muted: #5c6f81;
  --teal: #28d3cb;
  --teal-dark: #149d98;
  --coral: #ff7075;
  --text-dark: #20242b;
  --text-muted: #5c6f81;
  --line: rgba(32,36,43,0.14);
  --shadow: 0 24px 70px rgba(32,36,43,0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: linear-gradient(180deg, #d8e6ed 0%, #e6f0f5 48%, #dce8ee 100%);
  color: var(--text);
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-padding { padding: 96px 0; }


.top-logo-banner {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #d7e8ee 0%, #e3eff4 100%);
  border-bottom: 1px solid rgba(36,214,202,0.28);
  overflow: hidden;
}
.top-logo-banner img {
  width: 100%;
  height: clamp(180px, 34vw, 380px);
  object-fit: cover;
  object-position: center;
}

.banner-hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.banner-hotspot {
  position: absolute;
  bottom: 3.1%;
  height: 12.6%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: transparent;
  font-size: 0;
  pointer-events: auto;
  transition: background .2s ease, box-shadow .2s ease, outline .2s ease;
}
.banner-hotspot:hover, .banner-hotspot:focus-visible {
  background: rgba(36,214,202,0.12);
  box-shadow: 0 0 30px rgba(36,214,202,0.45), 0 0 30px rgba(255,111,112,0.25);
  outline: 2px solid rgba(36,214,202,0.75);
  outline-offset: 2px;
}
.hotspot-digital { left: 20.0%; width: 12.2%; }
.hotspot-automation { left: 36.3%; width: 12.6%; }
.hotspot-leads { left: 50.9%; width: 12.0%; }
.hotspot-growth { left: 65.0%; width: 12.4%; }
.card-link {
  display: inline-flex;
  margin-top: 8px;
  font-weight: 900;
  color: var(--cyan);
}
.card-link:hover { color: var(--pink); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(230,239,244,0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.navbar {
  width: min(1380px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-sci { color: var(--logo-letter); }
.brand-villa { color: var(--coral); }
.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}
.brand-text { display: grid; line-height: 1.1; }
.brand-text strong { font-size: 1.2rem; letter-spacing: -0.03em; }
.brand-text small { color: var(--muted); font-size: 0.78rem; }
.nav-links { display: flex; align-items: center; gap: 14px; font-size: 0.88rem; color: var(--logo-letter); font-weight: 700; }
.nav-links a:hover { color: var(--coral); }
.nav-cta {
  color: var(--white) !important;
  padding: 10px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  box-shadow: 0 12px 32px rgba(255,111,112,0.24);
}
.menu-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 8px; }
.menu-toggle span { display: block; height: 2px; background: var(--dark); margin: 6px 0; border-radius: 2px; }

.hero { position: relative; overflow: hidden; padding-top: 120px; }
.hero-bg {
  position: absolute;
  inset: -240px -20% auto -20%;
  height: 700px;
  background:
    radial-gradient(circle at 20% 20%, rgba(36,214,202,0.18), transparent 35%),
    radial-gradient(circle at 80% 35%, rgba(255,111,112,0.14), transparent 35%),
    radial-gradient(circle at 55% 10%, rgba(255,111,112,0.14), transparent 40%);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 5.8rem); line-height: 0.95; letter-spacing: -0.075em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4.4vw, 3.7rem); line-height: 1.03; letter-spacing: -0.055em; margin-bottom: 18px; }
h3 { font-size: 1.25rem; letter-spacing: -0.03em; margin-bottom: 10px; }
.hero-subtitle, .section-heading p, .split-copy p, .contact-copy p, .pricing-card p, .faq-copy p { color: var(--logo-muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--cyan), var(--pink)); color: var(--white); box-shadow: 0 18px 50px rgba(255,111,112,0.28); }
.btn-secondary { background: rgba(255,255,255,0.82); border-color: var(--line); color: var(--dark); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); }
.trust-row span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,0.72); font-size: 0.92rem; }

.hero-card, .automation-panel, .contact-form, .pricing-card, .service-card, .process-card, .proof-card, details {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.82));
  box-shadow: var(--shadow);
}
.hero-card { border-radius: var(--radius-lg); padding: 24px; position: relative; overflow: hidden; }
.hero-card::before { content: ''; position: absolute; inset: -80px -80px auto auto; width: 240px; height: 240px; border-radius: 999px; background: rgba(36,214,202,0.17); filter: blur(20px); }
.dashboard-top { display: flex; gap: 8px; margin-bottom: 20px; }
.dashboard-top span { width: 11px; height: 11px; border-radius: 50%; background: rgba(15,23,42,0.20); }
.metric-card { position: relative; background: rgba(255,255,255,0.78); border: 1px solid var(--line); border-radius: 20px; padding: 20px; }
.metric-card p { color: var(--muted); margin-bottom: 6px; font-size: 0.88rem; }
.metric-card strong { display: block; font-size: 1.8rem; letter-spacing: -0.05em; }
.metric-card.large { padding: 26px; margin-bottom: 16px; }
.metric-card.large strong { font-size: 4rem; background: linear-gradient(135deg, var(--cyan), var(--pink)); -webkit-background-clip: text; color: transparent; }
.metric-card small { color: var(--muted); }
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.workflow-line { margin-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; font-size: 0.78rem; color: var(--muted); text-align: center; }
.workflow-line span { padding: 9px 6px; border-radius: 999px; background: rgba(255,255,255,0.78); }

.logos-strip { border-block: 1px solid var(--line); background: rgba(222,236,242,0.88); }
.outcome-strip { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; color: var(--muted); font-weight: 800; }

/* Professional focus message under the menu */
.top-message-strip {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(222,236,242,0.72));
}
.top-message-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
}
.top-message-left {
  position: relative;
  margin: 0;
  max-width: 760px;
  padding: 18px 22px 18px 30px;
  border-left: 5px solid var(--cyan);
  border-radius: 0 24px 24px 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.78), rgba(255,255,255,0.42));
  box-shadow: 0 18px 40px rgba(15,23,42,0.06);
}
.top-message-left::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 24px;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  box-shadow: 0 0 22px rgba(36,214,202,0.45);
}
.top-message-left span {
  display: block;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.top-message-left strong {
  display: block;
  color: var(--logo-letter);
  font-size: clamp(1.18rem, 2vw, 1.75rem);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.045em;
  transition: color .2s ease;
}
.top-message-left:hover strong,
.top-message-left strong:hover {
  color: var(--pink);
}
.top-message-left small {
  display: block;
  margin-top: 6px;
  color: var(--logo-muted);
  font-size: clamp(0.9rem, 1.15vw, 1rem);
  font-weight: 750;
}
.hero-side-panel {
  display: grid;
  gap: 22px;
  align-self: center;
}
.hero-top-links {
  display: grid;
  gap: 14px;
  justify-items: end;
  margin: 0 0 2px auto;
  width: min(100%, 620px);
}
.hero-top-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 540px);
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid rgba(36,214,202,0.3);
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 18px 44px rgba(15,23,42,0.08);
  color: var(--logo-letter);
  font-size: clamp(0.92rem, 1.05vw, 1.02rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-align: center;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.hero-top-links a:hover,
.hero-top-links a:focus-visible {
  color: var(--pink);
  border-color: rgba(255,112,117,0.58);
  background: rgba(255,255,255,0.98);
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(255,112,117,0.15);
}
.hero-top-links a:active {
  color: var(--cyan);
  border-color: rgba(36,211,203,0.7);
  transform: translateY(0);
}
@media (max-width: 900px) {
  .top-message-inner { min-height: auto; padding: 18px 0; }
  .top-message-left { width: 100%; }
  .hero-top-links { justify-items: stretch; width: 100%; }
  .hero-top-links a { width: 100%; border-radius: 22px; }
}

.section-heading { max-width: 760px; margin-bottom: 44px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card, .process-card, .pricing-card { border-radius: var(--radius-md); padding: 28px; }
.service-card p, .process-card p, .pricing-card li { color: var(--muted); }
.icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: rgba(36,214,202,0.12); margin-bottom: 20px; font-size: 1.55rem; }

.split-section { background: linear-gradient(180deg, rgba(214,232,240,0.86), transparent); }
.split-grid { display: grid; grid-template-columns: 1fr 0.85fr; gap: 60px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 12px; }
.check-list li { color: var(--muted); padding-left: 32px; position: relative; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--cyan); font-weight: 900; }
.text-link { color: var(--cyan); font-weight: 900; }
.automation-panel { border-radius: var(--radius-lg); padding: 22px; display: grid; gap: 14px; }
.flow-step { display: flex; gap: 16px; align-items: center; padding: 18px; border-radius: 18px; background: rgba(255,255,255,0.76); border: 1px solid var(--line); }
.flow-step span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: rgba(36,214,202,0.12); color: var(--cyan); font-weight: 900; }
.flow-step.active { background: linear-gradient(135deg, rgba(36,214,202,0.2), rgba(255,111,112,0.14)); }
.flow-step small { display: block; color: var(--muted); }

.dark-section { background: #d4e4eb; border-block: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.proof-card { border-radius: var(--radius-md); padding: 32px; text-align: center; }
.proof-card strong { display: block; font-size: 2.5rem; letter-spacing: -0.05em; }
.proof-card span { color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-card span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--pink)); font-weight: 900; margin-bottom: 22px; }

.pricing-section { background: linear-gradient(180deg, transparent, rgba(255,111,112,0.06)); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; }
.pricing-card.featured { transform: translateY(-14px); border-color: rgba(36,214,202,0.55); }
.badge { position: absolute; top: 18px; right: 18px; padding: 7px 10px; border-radius: 999px; background: rgba(36,214,202,0.14); color: var(--cyan); font-size: 0.75rem; font-weight: 900; }
.pricing-card ul { padding-left: 20px; margin: 20px 0 28px; display: grid; gap: 10px; }
.pricing-card .btn { margin-top: auto; }

.faq-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 50px; align-items: start; }
.faq-list { display: grid; gap: 14px; }
details { border-radius: 18px; padding: 20px; }
summary { cursor: pointer; font-weight: 900; }
details p { color: var(--muted); margin: 14px 0 0; }

.contact-section { background: radial-gradient(circle at 20% 20%, rgba(36,214,202,0.18), transparent 32%), #f4fbff; }
.contact-grid { display: grid; grid-template-columns: 0.85fr 1fr; gap: 60px; align-items: start; }
.contact-info { display: grid; gap: 10px; margin-top: 28px; color: var(--muted); }
.contact-info a { color: var(--cyan); font-weight: 900; }
.contact-form { border-radius: var(--radius-lg); padding: 30px; display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: var(--muted); font-weight: 800; font-size: 0.92rem; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 15px;
  background: rgba(255,255,255,0.88);
  color: var(--dark);
  outline: none;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(36,214,202,0.12); }
.form-button { width: 100%; border: 0; margin-top: 4px; }
.form-note { color: var(--muted); font-size: 0.78rem; margin: 0; }
.form-success { display: none; color: var(--cyan); font-weight: 800; margin: 0; }
.form-success.show { display: block; }

.site-footer { border-top: 1px solid var(--line); background: #e1f1f4; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.7fr 0.7fr; gap: 40px; }
.footer-brand { margin-bottom: 18px; }
.site-footer p, .footer-bottom { color: var(--muted); }
.site-footer h4 { margin: 0 0 14px; }
.site-footer a:not(.brand) { display: block; color: var(--muted); margin: 8px 0; }
.site-footer a:hover { color: var(--dark); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 34px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 0.9rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }


.service-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 15% 20%, rgba(36,214,202,0.16), transparent 34%), radial-gradient(circle at 84% 24%, rgba(255,111,112,0.13), transparent 32%);
}
.service-page-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.service-hero-card { border: 1px solid var(--line); background: rgba(255,255,255,.9); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow); }
.service-hero-card ul { margin: 18px 0 0; padding-left: 20px; color: var(--muted); display: grid; gap: 10px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card { border: 1px solid var(--line); background: rgba(255,255,255,.88); border-radius: var(--radius-md); padding: 26px; box-shadow: var(--shadow); }
.benefit-card span { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 15px; background: linear-gradient(135deg, rgba(36,214,202,.18), rgba(255,111,112,.14)); margin-bottom: 16px; font-weight: 900; color: var(--cyan); }
.what-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 28px; }
.what-item { border: 1px solid var(--line); background: rgba(255,255,255,.82); border-radius: 18px; padding: 22px; }
.what-item p, .benefit-card p { color: var(--muted); margin-bottom: 0; }
.page-cta { text-align: center; border-radius: var(--radius-lg); padding: 54px 28px; background: linear-gradient(135deg, rgba(36,214,202,.13), rgba(255,111,112,.10)); border: 1px solid var(--line); }
.page-cta p { color: var(--muted); max-width: 720px; margin: 0 auto 24px; }
@media (max-width: 980px) { .service-page-grid { grid-template-columns: 1fr; } .benefit-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .banner-hotspot { display: none; } .benefit-grid, .what-list { grid-template-columns: 1fr; } }

@media (max-width: 980px) {
  .hero-grid, .split-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; }
  .services-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card.featured { transform: none; }
}

@media (max-width: 760px) {
  .section-padding { padding: 72px 0; }
  .navbar { min-height: 74px; }
  .brand-text small { display: none; }
  .menu-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 74px 0 auto 0;
    min-height: calc(100vh - 74px);
    background: rgba(237,247,250,0.98);
    flex-direction: column;
    align-items: stretch;
    padding: 26px 20px;
    transform: translateX(100%);
    transition: transform .25s ease;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { padding: 16px; border-bottom: 1px solid var(--line); }
  .nav-cta { text-align: center; border-bottom: 0 !important; }
  .hero { padding-top: 92px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .services-grid, .pricing-grid, .proof-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .mini-grid { grid-template-columns: 1fr; }
  .workflow-line { grid-template-columns: 1fr 1fr; }
  .outcome-strip { justify-content: center; text-align: center; }
}


/* Enhanced individual service pages */
.service-detail-section { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(235,252,252,.88)); }
.detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: start; }
.detail-panel, .benefit-panel, .audience-panel, .steps-panel { background: rgba(255,255,255,.9); border: 1px solid rgba(18, 171, 166, .18); border-radius: 26px; padding: 1.6rem; box-shadow: 0 18px 50px rgba(11, 38, 47, .08); }
.detail-panel h2, .benefit-panel h2, .audience-panel h2, .steps-panel h2 { margin-bottom: .75rem; }
.detail-panel p, .benefit-panel p, .audience-panel p, .steps-panel p { color: var(--text-muted); line-height: 1.75; }
.detail-list { display: grid; gap: .9rem; margin-top: 1.2rem; }
.detail-list li { list-style: none; padding: .9rem 1rem; border-radius: 18px; background: linear-gradient(135deg, rgba(36,214,202,.1), rgba(255,111,112,.08)); border: 1px solid rgba(18,171,166,.16); color: var(--text-dark); }
.service-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.2rem; }
.service-stat { border-radius: 20px; padding: 1.1rem; background: rgba(247, 253, 253, .9); border: 1px solid rgba(15, 38, 47, .08); }
.service-stat strong { display:block; font-size: 1.45rem; color: var(--teal-dark); }
.service-stat span { color: var(--text-muted); font-size: .92rem; }
.process-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1.3rem; }
.process-card { background: rgba(255,255,255,.92); border-radius: 22px; border: 1px solid rgba(18,171,166,.18); padding: 1.1rem; box-shadow: 0 12px 34px rgba(11, 38, 47, .06); }
.process-card span { display:inline-flex; width: 34px; height:34px; align-items:center; justify-content:center; border-radius: 999px; background: var(--teal); color:#fff; font-weight:800; margin-bottom:.7rem; }
.process-card h3 { font-size: 1rem; margin-bottom:.35rem; }
.process-card p { color: var(--text-muted); font-size: .94rem; line-height: 1.6; }
.service-nav-strip { display:flex; flex-wrap:wrap; gap:.8rem; justify-content:center; margin-top:1.4rem; }
.service-nav-strip a { text-decoration:none; color: var(--text-dark); background: rgba(255,255,255,.9); border: 1px solid rgba(18,171,166,.25); padding: .8rem 1rem; border-radius: 999px; font-weight: 800; }
.service-nav-strip a:hover { color: var(--coral); transform: translateY(-2px); }
.banner-hotspot { font-size: 0; color: transparent; border-radius: 999px; }
.banner-hotspot:focus-visible, .banner-hotspot:hover { outline: 3px solid rgba(36,214,202,.85); box-shadow: 0 0 0 8px rgba(36,214,202,.2), 0 0 30px rgba(255,111,112,.3); background: rgba(36,214,202,.07); }
@media (max-width: 900px) { .detail-grid, .process-cards, .service-stat-row { grid-template-columns: 1fr; } }

.about-section { background: linear-gradient(180deg, #f4fafc 0%, var(--bg-soft) 100%); }


/* Clickable outcome links for Websites, Funnels, AI Chat Agents, Voice Agents, CRM Automation, and SEO */
.outcome-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 900;
  background: rgba(255,255,255,0.66);
  border: 1px solid transparent;
  transition: transform .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.outcome-strip a:hover,
.outcome-strip a:focus-visible {
  color: var(--dark);
  transform: translateY(-2px);
  border-color: rgba(36,214,202,0.42);
  box-shadow: 0 14px 38px rgba(36,214,202,0.16), 0 14px 38px rgba(255,111,112,0.10);
  outline: none;
}
.service-page-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(36,214,202,0.16), rgba(255,111,112,0.14));
  font-size: 2rem;
}
.page-cta {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 42px;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(235,252,252,.86));
  box-shadow: var(--shadow);
  text-align: center;
}
.service-hero-card ul { color: var(--muted); display: grid; gap: 10px; padding-left: 20px; }
@media (max-width: 760px) {
  .outcome-strip a { width: 100%; }
}

/* Service feature links: clickable without changing the card/list style */
.feature-item-link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.feature-item-link:hover,
.feature-item-link:focus {
  color: inherit;
  text-decoration: none;
}

/* Logo-matched color polish */
h1, h2, h3, h4, .brand-text strong, summary, .metric-card strong, .proof-card strong { color: var(--logo-letter); }
body, p, li, input, select, textarea { color: var(--logo-letter); }
.brand-text small, .nav-links, .hero-subtitle, .section-heading p, .split-copy p, .contact-copy p, .pricing-card p, .faq-copy p, .service-card p, .process-card p, .pricing-card li, details p, .contact-info, .site-footer p, .footer-bottom, .site-footer a:not(.brand), .check-list li, .flow-step small, .outcome-strip, .benefit-card p, .what-item p { color: var(--logo-muted); }
.hero-card, .automation-panel, .contact-form, .pricing-card, .service-card, .process-card, .proof-card, details, .service-hero-card, .benefit-card, .what-item, .detail-panel, .benefit-panel, .audience-panel, .steps-panel { background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(247,252,253,0.82)); }
.btn-secondary, .trust-row span, .metric-card, .workflow-line span, .flow-step, .outcome-strip a { background: rgba(255,255,255,0.68); }


/* Logo palette alignment update */
body, p, li, input, select, textarea { color: var(--logo-letter); }
h1, h2, h3, h4, summary, .metric-card strong, .proof-card strong, .brand-text strong { color: var(--logo-letter); }
.brand-text small, .section-heading p, .hero-subtitle, .split-copy p, .contact-copy p, .pricing-card p, .faq-copy p, .service-card p, .process-card p, .pricing-card li, details p, .contact-info, .site-footer p, .footer-bottom, .site-footer a:not(.brand), .check-list li, .flow-step small, .outcome-strip, .benefit-card p, .what-item p, .trust-row, .metric-card p, .metric-card small, .proof-card span { color: var(--logo-muted); }
.eyebrow, .card-link, .text-link, .service-nav-strip a:hover, .service-nav-strip a:focus-visible { color: var(--teal); }
a:hover { color: inherit; }
.site-footer h4, .nav-links a, .section-heading h2, .service-card h3, .process-card h3, .benefit-card h3, .what-item h3 { color: var(--logo-letter); }
.nav-cta:hover { color: var(--white) !important; }


/* SciVilla Store */
.store-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 15%, rgba(36,214,202,0.18), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(255,111,112,0.13), transparent 34%),
    linear-gradient(180deg, #d5e7ee 0%, #edf7fb 50%, #dbe8ee 100%);
  border-block: 1px solid rgba(32,36,43,0.08);
}
.store-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: -14px 0 32px;
}
.store-filter {
  border: 1px solid rgba(32,36,43,0.14);
  background: rgba(255,255,255,0.68);
  color: var(--logo-letter);
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.store-filter:hover,
.store-filter.active {
  transform: translateY(-2px);
  border-color: rgba(36,214,202,0.5);
  background: linear-gradient(135deg, rgba(36,214,202,0.18), rgba(255,111,112,0.12));
  box-shadow: 0 14px 34px rgba(36,214,202,0.13);
}
.store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.store-card {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(247,252,253,0.82));
  box-shadow: var(--shadow);
}
.store-card-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.store-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(36,214,202,0.16), rgba(255,111,112,0.14));
  font-size: 1.55rem;
}
.store-badge {
  color: var(--coral);
  border: 1px solid rgba(255,111,112,0.24);
  background: rgba(255,111,112,0.08);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: .74rem;
  font-weight: 900;
  white-space: nowrap;
}
.store-card h3 { color: var(--logo-letter); }
.store-card p { color: var(--logo-muted); }
.store-features {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 8px;
}
.store-features li {
  color: var(--logo-muted);
  font-size: .93rem;
  padding-left: 24px;
  position: relative;
}
.store-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--teal);
  font-weight: 900;
}
.store-meta {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 17px;
}
.price-row,
.slot-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  color: var(--logo-muted);
}
.price-row strong { color: var(--teal-dark); }
.slot-row strong { color: var(--coral); }
.add-cart-btn {
  width: 100%;
  border: 0;
  border-radius: 999px;
  margin-top: 14px;
  min-height: 50px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(255,111,112,0.22);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.add-cart-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 52px rgba(255,111,112,0.28); }
.cart-floating-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  color: var(--white);
  font-weight: 900;
  padding: 14px 20px;
  cursor: pointer;
  box-shadow: 0 18px 44px rgba(32,36,43,0.2);
}
.cart-floating-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  min-height: 26px;
  margin-left: 5px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(32,36,43,0.25);
  color: #fff;
}
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(32,36,43,0.45);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  z-index: 90;
  transition: opacity .25s ease;
}
.cart-overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed;
  top: 0;
  right: -490px;
  width: min(490px, 100%);
  height: 100vh;
  z-index: 100;
  overflow-y: auto;
  padding: 26px;
  background: #edf7fb;
  border-left: 1px solid var(--line);
  box-shadow: -28px 0 70px rgba(32,36,43,0.18);
  transition: right .3s ease;
}
.cart-drawer.open { right: 0; }
.cart-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.cart-close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.7);
  color: var(--logo-letter);
  font-size: 1.6rem;
  cursor: pointer;
}
.cart-items { display: grid; gap: 12px; }
.cart-item,
.empty-cart {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 15px;
  background: rgba(255,255,255,0.78);
}
.cart-item h4 { margin-bottom: 8px; color: var(--logo-letter); }
.cart-item p,
.empty-cart { color: var(--logo-muted); }
.cart-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
.qty-controls { display: flex; align-items: center; gap: 9px; }
.qty-controls button,
.remove-btn {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.74);
  color: var(--logo-letter);
  border-radius: 10px;
  padding: 7px 10px;
  cursor: pointer;
  font-weight: 800;
}
.remove-btn { color: var(--coral); }
.coupon-box {
  border-block: 1px solid var(--line);
  padding: 18px 0;
  margin: 20px 0;
}
.coupon-box label { display: block; margin-bottom: 8px; color: var(--logo-muted); font-weight: 800; }
.coupon-row { display: flex; gap: 8px; }
.coupon-row input,
.checkout-form input,
.checkout-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  background: rgba(255,255,255,0.86);
  color: var(--logo-letter);
  outline: none;
}
.coupon-row input:focus,
.checkout-form input:focus,
.checkout-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(36,214,202,0.12); }
.coupon-row button {
  border: 0;
  border-radius: 14px;
  padding: 0 15px;
  background: var(--cyan);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
}
#couponMessage { color: var(--teal-dark); font-size: .88rem; margin: 8px 0 0; font-weight: 800; }
.cart-summary { margin-bottom: 22px; }
.cart-summary div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
  color: var(--logo-muted);
}
.cart-summary strong { color: var(--logo-letter); }
.cart-summary .cart-total {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  font-size: 1.15rem;
}
.cart-summary .cart-total strong { color: var(--teal-dark); }
.checkout-form { display: grid; gap: 10px; }
.checkout-form h4 { margin: 0 0 4px; color: var(--logo-letter); }
.checkout-form textarea { min-height: 95px; resize: vertical; }
.checkout-btn {
  border: 0;
  border-radius: 999px;
  min-height: 52px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(255,111,112,0.22);
}
.checkout-note { color: var(--logo-muted); font-size: .82rem; line-height: 1.5; margin: 0; }
body.cart-open { overflow: hidden; }
@media (max-width: 980px) {
  .store-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .store-toolbar { margin-top: 0; }
  .store-filter { width: 100%; }
  .store-grid { grid-template-columns: 1fr; }
  .cart-floating-btn { right: 14px; bottom: 14px; }
  .cart-drawer { padding: 22px 18px; }
  .cart-item-bottom { align-items: flex-start; flex-direction: column; }
}

/* =========================================================
   RESPONSIVE MENU RESTORE + ADAPTIVE SCREEN FIXES
   Keeps the menu matching the screenshot while adapting to phones/tablets.
   ========================================================= */
html, body { max-width: 100%; overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }
img, video, canvas, svg { max-width: 100%; height: auto; }
main, section, .container, .navbar, .hero-copy, .hero-card, .service-card, .process-card, .proof-card, .pricing-card, .store-card, .contact-form, .automation-panel, .detail-panel, .benefit-panel, .audience-panel, .steps-panel, .service-hero-card { min-width: 0; }
a, p, li, h1, h2, h3, h4, strong, small { overflow-wrap: anywhere; }

.top-logo-banner { display: flex; align-items: center; justify-content: center; }
.top-logo-banner img { width: 100%; height: auto; max-height: clamp(128px, 28vw, 430px); object-fit: contain; object-position: center; }
.container { width: min(1180px, calc(100% - clamp(28px, 5vw, 56px))); }
.navbar { width: min(1380px, calc(100% - clamp(24px, 4vw, 56px))); }

/* Main menu restored to the screenshot order. */
.navbar { align-items: center; gap: 18px; flex-wrap: nowrap; min-height: 82px; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: clamp(10px, 1.2vw, 18px); flex: 1 1 auto; font-size: clamp(.78rem, .72vw, .9rem); line-height: 1; }
.nav-links a { white-space: nowrap; }
.nav-cart-btn { border: 1px solid rgba(255,255,255,0.45); border-radius: 999px; background: linear-gradient(135deg, var(--cyan), var(--pink)); color: var(--white); font-weight: 900; padding: 11px 15px; cursor: pointer; box-shadow: 0 16px 36px rgba(32,36,43,0.16); white-space: nowrap; }
.nav-cart-btn span { display: inline-flex; align-items: center; justify-content: center; min-width: 24px; min-height: 24px; margin-left: 4px; padding: 2px 7px; border-radius: 999px; background: rgba(32,36,43,0.25); color: #fff; }
.cart-floating-btn { display: none !important; }

.hero-grid, .split-grid, .contact-grid, .service-page-grid, .detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.services-grid, .store-grid, .benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.proof-grid, .process-grid, .process-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mini-grid, .what-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (min-width: 1500px) { .container { width: min(1320px, calc(100% - 80px)); } .navbar { width: min(1500px, calc(100% - 80px)); } }

/* Switch to hamburger before the restored menu gets squeezed. */
@media (max-width: 1180px) {
  .navbar { min-height: 76px; }
  .menu-toggle { display: block; flex-shrink: 0; }
  .nav-links { position: fixed; top: 76px; right: 0; bottom: 0; left: auto; width: min(390px, 100vw); min-height: calc(100vh - 76px); overflow-y: auto; background: rgba(237,247,250,0.98); backdrop-filter: blur(18px); flex: none; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 22px 18px 34px; border-left: 1px solid var(--line); box-shadow: -18px 0 50px rgba(32,36,43,0.12); transform: translateX(100%); transition: transform .25s ease; z-index: 60; }
  .nav-links.open { transform: translateX(0); }
  .nav-links a, .nav-cart-btn { display: block; width: 100%; padding: 15px 14px; border-bottom: 1px solid var(--line); border-radius: 0; text-align: left; white-space: normal; box-shadow: none; background: transparent; color: var(--logo-letter); font-weight: 800; }
  .nav-cart-btn span { background: rgba(32,36,43,0.16); color: var(--logo-letter); }
}

@media (min-width: 1181px) { .menu-toggle { display: none !important; } .nav-links { position: static !important; transform: none !important; } }

@media (max-width: 1100px) { .hero-grid, .split-grid, .contact-grid, .workflow-line, .detail-grid, .service-page-grid { grid-template-columns: 1fr; } .proof-grid, .process-grid, .process-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .services-grid, .store-grid, .benefit-grid, .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .hero-copy h1 { font-size: clamp(3rem, 11vw, 5.2rem); } }
@media (max-width: 760px) { .banner-hotspot { display: none; } .container, .navbar { width: calc(100% - 28px); } .section-padding { padding: 58px 0; } .services-grid, .store-grid, .benefit-grid, .pricing-grid, .proof-grid, .process-grid, .process-cards, .mini-grid, .what-list { grid-template-columns: 1fr; } .hero-actions, .contact-actions { flex-direction: column; align-items: stretch; } .btn { width: 100%; justify-content: center; text-align: center; } .cart-drawer { width: 100vw; right: -100vw; padding: 22px 16px 34px; } }
@media (max-width: 600px) { .navbar { min-height: 68px; gap: 12px; } .brand-mark { width: 48px; height: 48px; } .brand-text small { display: block; font-size: .78rem; } .nav-links { top: 68px; width: 100vw; min-height: calc(100vh - 68px); padding: 20px 16px 34px; border-left: 0; } }
@media (max-width: 420px) { .container, .navbar { width: calc(100% - 22px); } .section-padding { padding: 48px 0; } .hero-card, .automation-panel, .contact-form, .service-card, .store-card { padding: 18px; } .trust-row span { width: 100%; text-align: center; } .workflow-line { grid-template-columns: 1fr; } }


/* =========================================================
   FINAL HEADER MATCH: restored menu bar like the reference image
   ========================================================= */
.site-header {
  background: rgba(230, 239, 244, 0.96);
  border-bottom: 1px solid rgba(77, 214, 213, 0.16);
}
.navbar {
  width: min(1960px, calc(100% - 56px));
  min-height: 112px;
  padding: 0;
  gap: clamp(20px, 3vw, 54px);
  justify-content: space-between;
}
.brand {
  gap: 16px;
  flex: 0 0 auto;
  text-decoration: none;
}
.brand-mark {
  width: clamp(62px, 4.7vw, 82px);
  height: clamp(62px, 4.7vw, 82px);
  border-radius: 14px;
}
.brand-mark img { border-radius: 14px; object-fit: cover; }
.brand-text strong {
  font-size: clamp(1.45rem, 1.45vw, 2rem);
  font-weight: 900;
  line-height: .95;
}
.brand-text small {
  display: block;
  font-size: clamp(.9rem, .92vw, 1.18rem);
  font-weight: 500;
  color: var(--logo-muted);
  white-space: nowrap;
}
.nav-links {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 1.35vw, 30px);
  font-size: clamp(1rem, 1vw, 1.28rem);
  font-weight: 900;
  line-height: 1;
  color: var(--logo-letter);
}
.nav-links a {
  white-space: nowrap;
  color: var(--logo-letter);
  text-decoration: none;
}
.nav-links a[href="digital-marketing.html"] { color: var(--coral); }
.nav-links a:hover { color: var(--coral); }
.nav-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.48);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  color: #fff;
  font-size: clamp(1rem, 1vw, 1.22rem);
  font-weight: 900;
  padding: 14px 22px;
  min-height: 54px;
  cursor: pointer;
  box-shadow: 0 22px 48px rgba(32,36,43,0.16);
  white-space: nowrap;
}
.nav-cart-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 28px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(32,36,43,0.25);
  color: #fff;
}
.cart-floating-btn { display: none !important; }

/* Keep full desktop menu on wide screens, switch to hamburger before it crowds. */
@media (max-width: 1280px) {
  .navbar { min-height: 78px; width: min(100% - 32px, 1180px); }
  .brand-mark { width: 54px; height: 54px; }
  .brand-text strong { font-size: 1.25rem; }
  .brand-text small { font-size: .82rem; }
  .menu-toggle { display: block; flex-shrink: 0; }
  .nav-links {
    position: fixed;
    top: 78px;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(410px, 100vw);
    min-height: calc(100vh - 78px);
    overflow-y: auto;
    background: rgba(237,247,250,0.98);
    backdrop-filter: blur(18px);
    flex: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 22px 18px 34px;
    border-left: 1px solid var(--line);
    box-shadow: -18px 0 50px rgba(32,36,43,0.12);
    transform: translateX(100%);
    transition: transform .25s ease;
    z-index: 60;
    font-size: 1rem;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a,
  .nav-cart-btn {
    display: block;
    width: 100%;
    min-height: unset;
    padding: 16px 14px;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    background: transparent;
    color: var(--logo-letter);
    font-weight: 900;
  }
  .nav-links a[href="digital-marketing.html"] { color: var(--coral); }
  .nav-cart-btn span { background: rgba(32,36,43,0.16); color: var(--logo-letter); }
}
@media (min-width: 1281px) {
  .menu-toggle { display: none !important; }
  .nav-links { position: static !important; transform: none !important; }
}
@media (max-width: 620px) {
  .navbar { width: calc(100% - 24px); min-height: 70px; gap: 10px; }
  .brand { gap: 10px; }
  .brand-mark { width: 48px; height: 48px; }
  .brand-text strong { font-size: 1.1rem; }
  .brand-text small { font-size: .74rem; white-space: normal; }
  .nav-links { top: 70px; min-height: calc(100vh - 70px); width: 100vw; border-left: 0; }
}


/* =========================================================
   PREVIEW FIX: keep full menu words on the menu bar beside SciVilla
   on desktop/tablet screens; only use dropdown on smaller phones.
   ========================================================= */
@media (min-width: 901px) {
  .site-header {
    background: rgba(230, 239, 244, 0.96);
  }

  .navbar {
    width: min(1960px, calc(100% - clamp(28px, 3vw, 56px)));
    min-height: clamp(78px, 6vw, 112px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(16px, 2.4vw, 54px);
    flex-wrap: nowrap;
  }

  .brand {
    flex: 0 0 auto;
    gap: clamp(10px, 1vw, 16px);
  }

  .brand-mark {
    width: clamp(50px, 4.3vw, 82px);
    height: clamp(50px, 4.3vw, 82px);
  }

  .brand-text strong {
    font-size: clamp(1.08rem, 1.35vw, 2rem);
  }

  .brand-text small {
    display: block;
    font-size: clamp(.72rem, .82vw, 1.18rem);
    white-space: nowrap;
  }

  .menu-toggle {
    display: none !important;
  }

  .nav-links {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    backdrop-filter: none !important;
    border-left: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;

    flex: 1 1 auto;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(10px, 1.05vw, 30px);
    font-size: clamp(.72rem, .86vw, 1.28rem);
    line-height: 1;
    white-space: nowrap;
  }

  .nav-links a {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
    color: var(--logo-letter);
    font-weight: 900;
  }

  .nav-links a[href="digital-marketing.html"] {
    color: var(--coral);
  }

  .nav-cart-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-height: clamp(42px, 3.6vw, 54px);
    padding: clamp(9px, .85vw, 14px) clamp(12px, 1.2vw, 22px) !important;
    border: 1px solid rgba(255,255,255,0.48) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--cyan), var(--pink)) !important;
    color: #fff !important;
    box-shadow: 0 22px 48px rgba(32,36,43,0.16) !important;
    font-size: clamp(.75rem, .86vw, 1.22rem);
    white-space: nowrap !important;
  }

  .nav-cart-btn span {
    background: rgba(32,36,43,0.25) !important;
    color: #fff !important;
  }
}

/* Phone-size menu only */
@media (max-width: 900px) {
  .navbar {
    min-height: 74px;
    width: calc(100% - 28px);
  }

  .menu-toggle {
    display: block !important;
    flex-shrink: 0;
  }

  .nav-links {
    position: fixed !important;
    top: 74px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(410px, 100vw) !important;
    min-height: calc(100vh - 74px) !important;
    overflow-y: auto !important;
    background: rgba(237,247,250,0.98) !important;
    backdrop-filter: blur(18px) !important;
    flex: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 22px 18px 34px !important;
    border-left: 1px solid var(--line) !important;
    box-shadow: -18px 0 50px rgba(32,36,43,0.12) !important;
    transform: translateX(100%) !important;
    transition: transform .25s ease !important;
    z-index: 60 !important;
    font-size: 1rem !important;
  }

  .nav-links.open {
    transform: translateX(0) !important;
  }

  .nav-links a,
  .nav-cart-btn {
    display: block !important;
    width: 100% !important;
    min-height: unset !important;
    padding: 16px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--line) !important;
    border-radius: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--logo-letter) !important;
    font-weight: 900 !important;
  }

  .nav-links a[href="digital-marketing.html"] {
    color: var(--coral) !important;
  }

  .nav-cart-btn span {
    background: rgba(32,36,43,0.16) !important;
    color: var(--logo-letter) !important;
  }
}

@media (max-width: 620px) {
  .navbar {
    min-height: 70px;
  }
  .nav-links {
    top: 70px !important;
    min-height: calc(100vh - 70px) !important;
    width: 100vw !important;
    border-left: 0 !important;
  }
}


/* =========================================================
   FINAL RESPONSIVE NAV FIT FIX
   Full menu stays on the bar on desktop/wide screens without
   the cart covering words. Smaller screens use the hamburger menu.
   ========================================================= */

.site-header {
  background: rgba(230, 239, 244, 0.97);
  border-bottom: 1px solid rgba(77, 214, 213, 0.16);
}

@media (min-width: 1181px) {
  .navbar {
    width: min(2200px, calc(100% - clamp(24px, 2.4vw, 60px)));
    min-height: clamp(74px, 5vw, 106px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(12px, 1.6vw, 34px);
    flex-wrap: nowrap;
  }

  .brand {
    flex: 0 0 auto;
    gap: clamp(8px, .8vw, 14px);
    min-width: 0;
  }

  .brand-mark {
    width: clamp(44px, 3.7vw, 76px);
    height: clamp(44px, 3.7vw, 76px);
    border-radius: 13px;
  }

  .brand-text strong {
    font-size: clamp(1rem, 1.15vw, 1.75rem);
    line-height: .98;
  }

  .brand-text small {
    display: block;
    font-size: clamp(.64rem, .68vw, 1rem);
    line-height: 1.05;
    color: var(--logo-muted);
    white-space: nowrap;
  }

  .menu-toggle {
    display: none !important;
  }

  .nav-links {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    min-height: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    backdrop-filter: none !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;

    flex: 1 1 auto;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(7px, .72vw, 20px);
    font-size: clamp(.62rem, .70vw, 1.08rem);
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    min-width: 0;
  }

  .nav-links a {
    display: inline-flex !important;
    align-items: center;
    flex: 0 0 auto;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
    color: var(--logo-letter);
    text-decoration: none;
  }

  .nav-links a[href="digital-marketing.html"] {
    color: var(--coral);
  }

  .nav-links a:hover {
    color: var(--coral);
  }

  .nav-cart-btn {
    flex: 0 0 auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: clamp(3px, .35vw, 6px);
    width: auto !important;
    min-height: clamp(34px, 3vw, 50px);
    padding: clamp(7px, .65vw, 12px) clamp(9px, .85vw, 18px) !important;
    border: 1px solid rgba(255,255,255,0.48) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--cyan), var(--pink)) !important;
    color: #fff !important;
    box-shadow: 0 16px 36px rgba(32,36,43,0.14) !important;
    font-size: clamp(.62rem, .70vw, 1rem);
    line-height: 1;
    white-space: nowrap !important;
    text-align: center !important;
  }

  .nav-cart-btn span {
    min-width: clamp(18px, 1.5vw, 26px);
    min-height: clamp(18px, 1.5vw, 26px);
    padding: 1px 6px;
    margin-left: 2px;
    border-radius: 999px;
    background: rgba(32,36,43,0.25) !important;
    color: #fff !important;
  }
}

/* Use hamburger before the full menu gets too tight. */
@media (max-width: 1180px) {
  .navbar {
    width: calc(100% - 28px);
    min-height: 74px;
    gap: 12px;
  }

  .brand-mark {
    width: 52px;
    height: 52px;
  }

  .brand-text strong {
    font-size: 1.18rem;
  }

  .brand-text small {
    display: block;
    font-size: .76rem;
    white-space: normal;
  }

  .menu-toggle {
    display: block !important;
    flex-shrink: 0;
  }

  .nav-links {
    position: fixed !important;
    top: 74px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(410px, 100vw) !important;
    min-height: calc(100vh - 74px) !important;
    overflow-y: auto !important;
    background: rgba(237,247,250,0.98) !important;
    backdrop-filter: blur(18px) !important;
    flex: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 22px 18px 34px !important;
    border-left: 1px solid var(--line) !important;
    box-shadow: -18px 0 50px rgba(32,36,43,0.12) !important;
    transform: translateX(100%) !important;
    transition: transform .25s ease !important;
    z-index: 60 !important;
    font-size: 1rem !important;
  }

  .nav-links.open {
    transform: translateX(0) !important;
  }

  .nav-links a,
  .nav-cart-btn {
    display: block !important;
    width: 100% !important;
    min-height: unset !important;
    padding: 16px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--line) !important;
    border-radius: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--logo-letter) !important;
    font-weight: 900 !important;
  }

  .nav-links a[href="digital-marketing.html"] {
    color: var(--coral) !important;
  }

  .nav-cart-btn span {
    background: rgba(32,36,43,0.16) !important;
    color: var(--logo-letter) !important;
  }
}

@media (max-width: 620px) {
  .navbar {
    width: calc(100% - 22px);
    min-height: 68px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .brand-text strong {
    font-size: 1.05rem;
  }

  .brand-text small {
    font-size: .7rem;
  }

  .nav-links {
    top: 68px !important;
    min-height: calc(100vh - 68px) !important;
    width: 100vw !important;
    border-left: 0 !important;
  }
}


/* =========================================================
   URGENT FIX: show full menu words on desktop/laptop screens.
   The hamburger is now phone-only, so the menu appears beside SciVilla.
   ========================================================= */

@media (min-width: 761px) {
  .site-header {
    background: rgba(230,239,244,0.97) !important;
  }

  .navbar {
    width: min(2200px, calc(100% - 30px)) !important;
    min-height: clamp(68px, 5vw, 106px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: clamp(8px, 1vw, 22px) !important;
  }

  .brand {
    flex: 0 0 auto !important;
    gap: clamp(7px, .65vw, 13px) !important;
    min-width: 0 !important;
  }

  .brand-mark {
    width: clamp(40px, 3.4vw, 74px) !important;
    height: clamp(40px, 3.4vw, 74px) !important;
  }

  .brand-text strong {
    font-size: clamp(.9rem, 1.05vw, 1.65rem) !important;
    line-height: .98 !important;
  }

  .brand-text small {
    display: block !important;
    font-size: clamp(.56rem, .62vw, .95rem) !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
  }

  .menu-toggle {
    display: none !important;
  }

  .nav-links {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    min-height: 0 !important;
    height: auto !important;
    max-width: none !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    z-index: auto !important;

    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(5px, .55vw, 16px) !important;
    font-size: clamp(.53rem, .62vw, .98rem) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    color: var(--logo-letter) !important;
  }

  .nav-links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    white-space: nowrap !important;
    text-align: left !important;
    color: var(--logo-letter) !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }

  .nav-links a[href="digital-marketing.html"] {
    color: var(--coral) !important;
  }

  .nav-cart-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-height: clamp(30px, 2.8vw, 48px) !important;
    padding: clamp(6px, .55vw, 11px) clamp(8px, .75vw, 16px) !important;
    margin: 0 !important;
    border: 1px solid rgba(255,255,255,.5) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--cyan), var(--pink)) !important;
    box-shadow: 0 12px 28px rgba(32,36,43,.14) !important;
    color: #fff !important;
    font-size: clamp(.53rem, .62vw, .95rem) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-align: center !important;
  }

  .nav-cart-btn span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: clamp(16px, 1.3vw, 24px) !important;
    min-height: clamp(16px, 1.3vw, 24px) !important;
    padding: 1px 5px !important;
    margin-left: 2px !important;
    border-radius: 999px !important;
    background: rgba(32,36,43,.25) !important;
    color: #fff !important;
  }
}

/* Hamburger only for phones */
@media (max-width: 760px) {
  .navbar {
    width: calc(100% - 22px) !important;
    min-height: 68px !important;
  }

  .menu-toggle {
    display: block !important;
    flex-shrink: 0 !important;
  }

  .brand-mark {
    width: 46px !important;
    height: 46px !important;
  }

  .brand-text strong {
    font-size: 1.05rem !important;
  }

  .brand-text small {
    display: block !important;
    font-size: .7rem !important;
    white-space: normal !important;
  }

  .nav-links {
    position: fixed !important;
    top: 68px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: 100vw !important;
    min-height: calc(100vh - 68px) !important;
    overflow-y: auto !important;
    background: rgba(237,247,250,0.98) !important;
    backdrop-filter: blur(18px) !important;
    flex: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 20px 16px 34px !important;
    border-left: 0 !important;
    box-shadow: -18px 0 50px rgba(32,36,43,0.12) !important;
    transform: translateX(100%) !important;
    transition: transform .25s ease !important;
    z-index: 60 !important;
    font-size: 1rem !important;
  }

  .nav-links.open {
    transform: translateX(0) !important;
  }

  .nav-links a,
  .nav-cart-btn {
    display: block !important;
    width: 100% !important;
    min-height: unset !important;
    padding: 16px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--line) !important;
    border-radius: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--logo-letter) !important;
    font-weight: 900 !important;
  }

  .nav-links a[href="digital-marketing.html"] {
    color: var(--coral) !important;
  }
}


/* =========================================================
   PREVIEW UPDATE: wide screens push menu right, enlarge links,
   and every menu link turns coral/red on hover.
   ========================================================= */

@media (min-width: 761px) {
  .navbar {
    justify-content: space-between !important;
    gap: clamp(10px, 1vw, 24px) !important;
  }

  .brand {
    margin-right: auto !important;
  }

  .nav-links {
    justify-content: flex-end !important;
    margin-left: auto !important;
    gap: clamp(7px, .62vw, 18px) !important;
    font-size: clamp(.60rem, .68vw, 1.08rem) !important;
  }

  .nav-links a {
    transition: color .18s ease, transform .18s ease !important;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    color: var(--coral) !important;
  }

  .nav-cart-btn:hover,
  .nav-cart-btn:focus-visible {
    filter: brightness(1.04) saturate(1.08) !important;
    transform: translateY(-1px) !important;
  }
}

/* Bigger screens get slightly larger words and sit tighter to the cart. */
@media (min-width: 1500px) {
  .navbar {
    width: min(2400px, calc(100% - 38px)) !important;
    gap: clamp(12px, 1vw, 24px) !important;
  }

  .brand {
    transform: translateX(0) !important;
  }

  .nav-links {
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
    padding-left: clamp(90px, 12vw, 320px) !important;
    gap: clamp(12px, .92vw, 22px) !important;
    font-size: clamp(.90rem, .86vw, 1.22rem) !important;
  }

  .nav-cart-btn {
    font-size: clamp(.90rem, .86vw, 1.12rem) !important;
    padding: clamp(9px, .7vw, 13px) clamp(13px, .9vw, 20px) !important;
  }
}

/* Very wide screens: keep the link group close to Cart instead of drifting left. */
@media (min-width: 1900px) {
  .navbar {
    width: min(2600px, calc(100% - 52px)) !important;
  }

  .nav-links {
    padding-left: clamp(180px, 18vw, 620px) !important;
    gap: clamp(16px, .95vw, 28px) !important;
    font-size: clamp(1.02rem, .88vw, 1.32rem) !important;
  }

  .nav-cart-btn {
    font-size: clamp(1rem, .88vw, 1.18rem) !important;
  }
}

/* Mid-size desktop/laptop keeps all words visible without overlap. */
@media (min-width: 761px) and (max-width: 1499px) {
  .nav-links {
    padding-left: clamp(12px, 2vw, 42px) !important;
    gap: clamp(5px, .50vw, 11px) !important;
    font-size: clamp(.58rem, .60vw, .86rem) !important;
  }

  .nav-cart-btn {
    font-size: clamp(.58rem, .60vw, .82rem) !important;
  }
}


/* =========================================================
   SECURE PAYMENT CHECKOUT UI
   ========================================================= */
.payment-panel {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(77, 214, 213, .25);
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 10%, rgba(77,214,213,.14), transparent 35%),
    radial-gradient(circle at 100% 20%, rgba(255,111,112,.12), transparent 34%),
    rgba(255,255,255,.55);
}

.payment-label {
  margin: 0 0 2px;
  font-weight: 900;
  color: var(--logo-letter);
  letter-spacing: -.02em;
}

.payment-btn {
  width: 100%;
  border: 1px solid rgba(32,36,43,.10);
  border-radius: 18px;
  padding: 13px 14px;
  display: grid;
  gap: 4px;
  text-align: left;
  cursor: pointer;
  color: var(--logo-letter);
  background: rgba(255,255,255,.82);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(32,36,43,.07);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.payment-btn span {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  color: var(--logo-muted);
  line-height: 1.35;
}

.payment-btn:hover,
.payment-btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255,111,112,.45);
  color: var(--coral);
  box-shadow: 0 16px 34px rgba(255,111,112,.14);
}

.stripe-btn {
  background: linear-gradient(135deg, rgba(99,91,255,.10), rgba(255,255,255,.9));
}

.wallet-btn {
  background: linear-gradient(135deg, rgba(77,214,213,.14), rgba(255,255,255,.9));
}

.paypal-btn {
  background: linear-gradient(135deg, rgba(0,112,186,.12), rgba(255,255,255,.9));
}

.invoice-btn {
  background: linear-gradient(135deg, rgba(255,111,112,.12), rgba(255,255,255,.9));
}

.payment-status {
  margin: 2px 0 0;
  min-height: 20px;
  font-size: .84rem;
  font-weight: 800;
  color: var(--logo-muted);
  line-height: 1.4;
}

.payment-status.error {
  color: #b42318;
}

.payment-status.success {
  color: #087443;
}

@media (max-width: 520px) {
  .payment-panel { padding: 12px; border-radius: 18px; }
  .payment-btn { border-radius: 16px; padding: 12px; }
}


/* =========================================================
   COMPACT PAYMENT AREA + INVENTORY PRICE STYLES
   ========================================================= */
.payment-panel {
  gap: 7px !important;
  margin-top: 8px !important;
  padding: 10px !important;
  border-radius: 16px !important;
}

.payment-label {
  font-size: .86rem !important;
  margin-bottom: 0 !important;
}

.payment-btn {
  border-radius: 13px !important;
  padding: 9px 10px !important;
  gap: 1px !important;
  font-size: .86rem !important;
  box-shadow: 0 8px 18px rgba(32,36,43,.055) !important;
}

.payment-btn span {
  font-size: .66rem !important;
  line-height: 1.25 !important;
}

.payment-status {
  min-height: 16px !important;
  font-size: .76rem !important;
}

.checkout-note {
  font-size: .72rem !important;
}

.old-price {
  color: var(--logo-muted);
  text-decoration: line-through;
  font-size: .82em;
  margin-right: 5px;
}

.sale-price {
  color: var(--coral);
  font-weight: 900;
}

.add-cart-btn:disabled {
  cursor: not-allowed;
  opacity: .55;
  filter: grayscale(.2);
}

.inventory-admin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  font-size: .8rem;
  font-weight: 900;
  color: var(--coral);
}


/* =========================================================
   INVENTORY ADMIN DASHBOARD
   ========================================================= */
.admin-body {
  background:
    radial-gradient(circle at top left, rgba(77,214,213,.16), transparent 35%),
    radial-gradient(circle at top right, rgba(255,111,112,.12), transparent 35%),
    linear-gradient(180deg, #d8e6ed 0%, #eef7fa 100%);
}

.admin-shell {
  width: min(1440px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 70px;
}

.admin-hero,
.admin-card,
.stat-card {
  border: 1px solid rgba(32,36,43,.08);
  background: rgba(255,255,255,.62);
  box-shadow: 0 24px 70px rgba(32,36,43,.08);
  backdrop-filter: blur(16px);
}

.admin-hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border-radius: 32px;
  padding: clamp(22px, 4vw, 42px);
  margin-bottom: 22px;
}

.admin-hero h1 {
  margin: 0 0 8px;
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  line-height: .95;
  letter-spacing: -.06em;
  color: var(--logo-letter);
}

.admin-hero p {
  max-width: 760px;
  color: var(--logo-muted);
  margin: 0;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.danger-btn,
.small-danger {
  background: rgba(255,111,112,.12) !important;
  color: #b42318 !important;
  border: 1px solid rgba(255,111,112,.28) !important;
}

.upload-label {
  cursor: pointer;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.stat-card {
  border-radius: 22px;
  padding: 18px;
}

.stat-card span {
  display: block;
  color: var(--logo-muted);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.stat-card strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.3rem, 2vw, 2rem);
  color: var(--logo-letter);
}

.admin-card {
  border-radius: 28px;
  padding: 22px;
  margin-bottom: 22px;
}

.admin-card-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.admin-card h2 {
  margin: 0 0 4px;
  color: var(--logo-letter);
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -.04em;
}

.admin-card p {
  color: var(--logo-muted);
  margin: 0;
}

.admin-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(32,36,43,.08);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 940px;
  background: rgba(255,255,255,.45);
}

.admin-table th,
.admin-table td {
  padding: 10px;
  border-bottom: 1px solid rgba(32,36,43,.08);
  text-align: left;
  vertical-align: middle;
  color: var(--logo-letter);
  font-size: .88rem;
}

.admin-table th {
  background: rgba(77,214,213,.10);
  font-weight: 900;
}

.admin-table input,
.admin-table select,
.test-order-form input,
.test-order-form select {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(32,36,43,.12);
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(255,255,255,.76);
  color: var(--logo-letter);
}

.admin-table input[type="checkbox"] {
  width: 20px;
  min-height: 20px;
}

.low-stock-row {
  background: rgba(255,111,112,.08);
}

.small-danger {
  border-radius: 999px;
  padding: 8px 11px;
  font-weight: 900;
  cursor: pointer;
}

.admin-grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.test-order-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr .5fr auto;
  gap: 10px;
  align-items: center;
}

@media (max-width: 1180px) {
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .admin-grid-two { grid-template-columns: 1fr; }
  .test-order-form { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .admin-hero { align-items: stretch; flex-direction: column; }
  .admin-actions { justify-content: flex-start; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-card-header { flex-direction: column; }
  .test-order-form { grid-template-columns: 1fr; }
}


/* =========================================================
   RESTORE MENU WORDS ON DESKTOP
   Brings Home/About/Services/Store/etc. back beside Cart.
   Keeps hamburger only for smaller screens.
   ========================================================= */

@media (min-width: 901px) {
  .navbar {
    width: min(2200px, calc(100% - 32px)) !important;
    min-height: clamp(74px, 5vw, 106px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: clamp(10px, 1vw, 24px) !important;
  }

  .brand {
    flex: 0 0 auto !important;
    margin-right: auto !important;
    min-width: 0 !important;
  }

  .brand-mark {
    width: clamp(44px, 3.7vw, 76px) !important;
    height: clamp(44px, 3.7vw, 76px) !important;
  }

  .brand-text strong {
    font-size: clamp(1rem, 1.1vw, 1.75rem) !important;
  }

  .brand-text small {
    display: block !important;
    font-size: clamp(.64rem, .68vw, 1rem) !important;
    white-space: nowrap !important;
  }

  .menu-toggle {
    display: none !important;
  }

  .nav-links {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    min-height: 0 !important;
    height: auto !important;
    max-width: none !important;
    overflow: visible !important;
    padding: 0 !important;
    margin-left: auto !important;
    background: transparent !important;
    backdrop-filter: none !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    z-index: auto !important;

    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(7px, .62vw, 18px) !important;
    font-size: clamp(.72rem, .72vw, 1.08rem) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .nav-links a {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--logo-letter) !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }

  .nav-links a[href="digital-marketing.html"] {
    color: var(--coral) !important;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    color: var(--coral) !important;
  }

  .nav-cart-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-height: clamp(38px, 3vw, 52px) !important;
    padding: clamp(8px, .65vw, 12px) clamp(11px, .9vw, 18px) !important;
    border: 1px solid rgba(255,255,255,.5) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--cyan), var(--pink)) !important;
    box-shadow: 0 12px 28px rgba(32,36,43,.14) !important;
    color: #fff !important;
    font-size: clamp(.72rem, .72vw, 1rem) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .nav-cart-btn span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: clamp(19px, 1.4vw, 26px) !important;
    min-height: clamp(19px, 1.4vw, 26px) !important;
    padding: 1px 6px !important;
    margin-left: 2px !important;
    border-radius: 999px !important;
    background: rgba(32,36,43,.25) !important;
    color: #fff !important;
  }
}

/* Hamburger only for phone/tablet width where the full menu cannot fit. */
@media (max-width: 900px) {
  .menu-toggle {
    display: block !important;
    flex-shrink: 0 !important;
  }

  .navbar {
    width: calc(100% - 24px) !important;
    min-height: 70px !important;
  }

  .nav-links {
    position: fixed !important;
    top: 70px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: 100vw !important;
    min-height: calc(100vh - 70px) !important;
    overflow-y: auto !important;
    background: rgba(237,247,250,0.98) !important;
    backdrop-filter: blur(18px) !important;
    flex: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    padding: 20px 16px 34px !important;
    border-left: 0 !important;
    box-shadow: -18px 0 50px rgba(32,36,43,0.12) !important;
    transform: translateX(100%) !important;
    transition: transform .25s ease !important;
    z-index: 60 !important;
    font-size: 1rem !important;
  }

  .nav-links.open {
    transform: translateX(0) !important;
  }

  .nav-links a,
  .nav-cart-btn {
    display: block !important;
    width: 100% !important;
    min-height: unset !important;
    padding: 16px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--line) !important;
    border-radius: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--logo-letter) !important;
    font-weight: 900 !important;
  }

  .nav-links a[href="digital-marketing.html"] {
    color: var(--coral) !important;
  }
}


/* =========================================================
   CENTERED TOP BANNER TAB CLICK AREAS
   Each invisible link is centered over its matching black tab.
   ========================================================= */
.banner-hotspots {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
}

.banner-hotspot {
  position: absolute !important;
  top: 79.6% !important;
  bottom: auto !important;
  height: 10.15% !important;
  pointer-events: auto !important;
  display: block !important;
  border-radius: 999px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  outline: 0 !important;
  transition: background .18s ease, box-shadow .18s ease !important;
}

.banner-hotspot:hover,
.banner-hotspot:focus-visible,
.banner-hotspot:active {
  background: rgba(36,214,202,0.10) !important;
  box-shadow:
    inset 0 0 0 2px rgba(36,214,202,0.82),
    inset 0 0 22px rgba(36,214,202,0.20),
    0 0 18px rgba(36,214,202,0.35),
    0 0 20px rgba(255,111,112,0.16) !important;
  outline: 0 !important;
}

/* Centered on the actual tab areas in the banner image. */
.hotspot-digital {
  left: 18.75% !important;
  width: 12.75% !important;
}

.hotspot-automation {
  left: 34.55% !important;
  width: 12.55% !important;
}

.hotspot-leads {
  left: 49.15% !important;
  width: 13.05% !important;
}

.hotspot-growth {
  left: 64.05% !important;
  width: 14.45% !important;
}

@media (max-width: 760px) {
  .banner-hotspot {
    display: none !important;
  }
}


/* =========================================================
   TIGHT BANNER TAB CLICK AREAS
   Each hover/click area wraps only the round icon + word,
   not the empty space above or outside the tab text.
   ========================================================= */

.banner-hotspots {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
}

.banner-hotspot {
  position: absolute !important;
  top: 81.65% !important;
  bottom: auto !important;
  height: 7.55% !important;
  pointer-events: auto !important;
  display: block !important;
  border-radius: 999px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  outline: 0 !important;
  transition: background .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

/* Tight icon + word group boxes. */
.hotspot-digital {
  left: 23.65% !important;
  width: 10.65% !important;
}

.hotspot-automation {
  left: 35.65% !important;
  width: 11.55% !important;
}

.hotspot-leads {
  left: 48.60% !important;
  width: 12.25% !important;
}

.hotspot-growth {
  left: 62.10% !important;
  width: 13.65% !important;
}

.banner-hotspot:hover,
.banner-hotspot:focus-visible,
.banner-hotspot:active {
  background: rgba(36,214,202,0.10) !important;
  box-shadow:
    inset 0 0 0 2px rgba(36,214,202,0.86),
    inset 0 0 18px rgba(36,214,202,0.20),
    0 0 16px rgba(36,214,202,0.34),
    0 0 14px rgba(255,111,112,0.14) !important;
  outline: 0 !important;
}

@media (max-width: 760px) {
  .banner-hotspot {
    display: none !important;
  }
}


/* =========================================================
   FINAL FIX: banner hover/click pills moved DOWN
   and sized to wrap each round icon + wording together.
   ========================================================= */

.banner-hotspots {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
}

.banner-hotspot {
  position: absolute !important;
  top: 85.95% !important;
  bottom: auto !important;
  height: 8.25% !important;
  pointer-events: auto !important;
  display: block !important;
  border-radius: 999px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  outline: 0 !important;
  transition: background .18s ease, box-shadow .18s ease !important;
}

/* Each area wraps the full icon + word group. */
.hotspot-digital {
  left: 18.95% !important;
  width: 15.45% !important;
}

.hotspot-automation {
  left: 34.95% !important;
  width: 12.65% !important;
}

.hotspot-leads {
  left: 49.25% !important;
  width: 13.20% !important;
}

.hotspot-growth {
  left: 63.95% !important;
  width: 14.80% !important;
}

.banner-hotspot:hover,
.banner-hotspot:focus-visible,
.banner-hotspot:active {
  background: rgba(36,214,202,0.10) !important;
  box-shadow:
    inset 0 0 0 2px rgba(36,214,202,0.86),
    inset 0 0 20px rgba(36,214,202,0.22),
    0 0 16px rgba(36,214,202,0.34),
    0 0 14px rgba(255,111,112,0.16) !important;
  outline: 0 !important;
}

@media (max-width: 760px) {
  .banner-hotspot {
    display: none !important;
  }
}


/* =========================================================
   REFINED BANNER TAB PILLS
   Tighter, lower, and closer around each icon + word.
   ========================================================= */

.banner-hotspots {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
}

.banner-hotspot {
  position: absolute !important;
  top: 86.55% !important;
  bottom: auto !important;
  height: 7.35% !important;
  pointer-events: auto !important;
  display: block !important;
  border-radius: 999px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  outline: 0 !important;
  transition: background .18s ease, box-shadow .18s ease !important;
}

/* More exact icon + word group coverage. */
.hotspot-digital {
  left: 19.15% !important;
  width: 15.05% !important;
}

.hotspot-automation {
  left: 35.10% !important;
  width: 12.25% !important;
}

.hotspot-leads {
  left: 49.55% !important;
  width: 12.65% !important;
}

.hotspot-growth {
  left: 64.25% !important;
  width: 14.05% !important;
}

.banner-hotspot:hover,
.banner-hotspot:focus-visible,
.banner-hotspot:active {
  background: rgba(36,214,202,0.085) !important;
  box-shadow:
    inset 0 0 0 2px rgba(36,214,202,0.90),
    inset 0 0 16px rgba(36,214,202,0.18),
    0 0 14px rgba(36,214,202,0.30),
    0 0 12px rgba(255,111,112,0.13) !important;
  outline: 0 !important;
}

@media (max-width: 760px) {
  .banner-hotspot {
    display: none !important;
  }
}


/* =========================================================
   SHIFT BANNER PILLS RIGHT
   Moves all 4 click areas slightly right, with extra shift for
   Growth Solutions, and widens them so the full words stay inside.
   ========================================================= */

.banner-hotspot {
  top: 86.55% !important;
  height: 7.35% !important;
}

/* Shifted right and widened slightly */
.hotspot-digital {
  left: 19.90% !important;
  width: 15.30% !important;
}

.hotspot-automation {
  left: 35.90% !important;
  width: 12.55% !important;
}

.hotspot-leads {
  left: 50.25% !important;
  width: 12.95% !important;
}

.hotspot-growth {
  left: 65.25% !important;
  width: 14.45% !important;
}


/* =========================================================
   FINAL SPACING TUNE FOR BANNER PILLS
   Keeps the icon + full words inside each pill,
   avoids cutting off text, and leaves space between pills.
   ========================================================= */

.banner-hotspot {
  top: 86.55% !important;
  height: 7.35% !important;
}

/* Balanced left/right sizing so each full label fits
   without spilling into the next segment. */
.hotspot-digital {
  left: 19.95% !important;
  width: 15.60% !important;
}

.hotspot-automation {
  left: 35.95% !important;
  width: 12.75% !important;
}

.hotspot-leads {
  left: 50.20% !important;
  width: 13.55% !important;
}

.hotspot-growth {
  left: 65.10% !important;
  width: 15.25% !important;
}


/* =========================================================
   SEPARATE BANNER CLICK AREAS
   Each tab now has its own click area around its own icon + words,
   with spacing so no area overlaps into the next tab.
   ========================================================= */

.banner-hotspot {
  top: 86.55% !important;
  height: 7.35% !important;
}

/* Separate, non-overlapping pill areas */
.hotspot-digital {
  left: 20.30% !important;
  width: 14.70% !important;
}

.hotspot-automation {
  left: 36.30% !important;
  width: 11.70% !important;
}

.hotspot-leads {
  left: 50.50% !important;
  width: 12.70% !important;
}

.hotspot-growth {
  left: 65.60% !important;
  width: 13.70% !important;
}


/* =========================================================
   ADJUSTED BANNER CLICK AREAS
   - Digital Marketing moved slightly left
   - Lead Generation and Growth Solutions widened so the full
     icon + words stay inside their own click areas
   - Pills remain separated and do not overlap neighboring areas
   ========================================================= */

.banner-hotspot {
  top: 86.55% !important;
  height: 7.35% !important;
}

.hotspot-digital {
  left: 20.00% !important;
  width: 14.80% !important;
}

.hotspot-automation {
  left: 36.30% !important;
  width: 11.70% !important;
}

.hotspot-leads {
  left: 50.35% !important;
  width: 13.35% !important;
}

.hotspot-growth {
  left: 65.45% !important;
  width: 14.60% !important;
}


/* =========================================================
   LEAD GENERATION FINAL FIX
   Widen and slightly shift Lead Generation so all letters stay
   inside its own click area without touching Growth Solutions.
   ========================================================= */

.hotspot-digital {
  left: 20.00% !important;
  width: 14.80% !important;
}

.hotspot-automation {
  left: 36.30% !important;
  width: 11.70% !important;
}

.hotspot-leads {
  left: 49.95% !important;
  width: 14.30% !important;
}

.hotspot-growth {
  left: 65.45% !important;
  width: 14.60% !important;
}


/* =========================================================
   FINAL AUTHORITATIVE BANNER HOTSPOT LAYOUT
   Each top banner service has its own non-overlapping click area,
   wrapping its own icon + words inside the same pill.
   ========================================================= */
.top-logo-banner {
  position: relative !important;
}
.banner-hotspots {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
}
.banner-hotspot {
  position: absolute !important;
  top: 86.55% !important;
  height: 7.35% !important;
  display: block !important;
  pointer-events: auto !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  outline: 0 !important;
  transition: background .18s ease, box-shadow .18s ease !important;
}
.banner-hotspot:hover,
.banner-hotspot:focus-visible,
.banner-hotspot:active {
  background: rgba(36,214,202,0.085) !important;
  box-shadow:
    inset 0 0 0 2px rgba(36,214,202,0.90),
    inset 0 0 16px rgba(36,214,202,0.18),
    0 0 14px rgba(36,214,202,0.30),
    0 0 12px rgba(255,111,112,0.13) !important;
}
.hotspot-digital { left: 20.00% !important; width: 14.80% !important; }
.hotspot-automation { left: 36.30% !important; width: 11.70% !important; }
.hotspot-leads { left: 49.95% !important; width: 14.30% !important; }
.hotspot-growth { left: 65.45% !important; width: 14.60% !important; }
@media (max-width: 760px) {
  .banner-hotspot { display: none !important; }
}


/* =========================================================
   FINAL BANNER HOTSPOT ADJUSTMENT
   - Digital Marketing moved a little left
   - Lead Generation and Growth Solutions widened so all text stays inside
   - All four pills remain separate and do not overlap neighboring areas
   ========================================================= */
.banner-hotspot {
  top: 86.55% !important;
  height: 7.35% !important;
}
.hotspot-digital {
  left: 19.80% !important;
  width: 14.70% !important;
}
.hotspot-automation {
  left: 36.25% !important;
  width: 11.70% !important;
}
.hotspot-leads {
  left: 49.75% !important;
  width: 14.70% !important;
}
.hotspot-growth {
  left: 65.30% !important;
  width: 15.00% !important;
}


/* =========================================================
   PHOTO-MATCHED BANNER CLICK AREAS
   Matches the user reference image:
   each click area wraps its own round icon + wording only,
   and stays separated from the next tab.
   ========================================================= */
.top-logo-banner {
  position: relative !important;
}

.banner-hotspots {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
}

.banner-hotspot {
  position: absolute !important;
  top: 86.55% !important;
  height: 7.35% !important;
  bottom: auto !important;
  display: block !important;
  pointer-events: auto !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  outline: 0 !important;
  transition: background .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

.banner-hotspot:hover,
.banner-hotspot:focus-visible,
.banner-hotspot:active {
  background: rgba(36,214,202,0.085) !important;
  box-shadow:
    inset 0 0 0 2px rgba(36,214,202,0.90),
    inset 0 0 16px rgba(36,214,202,0.18),
    0 0 14px rgba(36,214,202,0.30),
    0 0 12px rgba(255,111,112,0.13) !important;
  outline: 0 !important;
}

/* These values match the uploaded photo. */
.hotspot-digital {
  left: 20.00% !important;
  width: 14.80% !important;
}

.hotspot-automation {
  left: 36.30% !important;
  width: 11.70% !important;
}

.hotspot-leads {
  left: 49.95% !important;
  width: 14.30% !important;
}

.hotspot-growth {
  left: 65.45% !important;
  width: 14.60% !important;
}

@media (max-width: 760px) {
  .banner-hotspot {
    display: none !important;
  }
}


/* =========================================================
   VIEWMATCH BANNER STYLE
   Makes the top banner click areas visibly match the preview:
   teal pill outlines are always visible, and glow stronger on hover.
   ========================================================= */
.banner-hotspot {
  top: 86.55% !important;
  height: 7.35% !important;
  border-radius: 999px !important;
  background: rgba(36,214,202,0.045) !important;
  box-shadow:
    inset 0 0 0 2px rgba(36,214,202,0.92),
    0 0 10px rgba(36,214,202,0.16) !important;
  outline: 0 !important;
}

.banner-hotspot:hover,
.banner-hotspot:focus-visible,
.banner-hotspot:active {
  background: rgba(36,214,202,0.12) !important;
  box-shadow:
    inset 0 0 0 3px rgba(36,214,202,0.96),
    inset 0 0 18px rgba(36,214,202,0.20),
    0 0 18px rgba(36,214,202,0.38),
    0 0 14px rgba(255,111,112,0.16) !important;
}

/* Photo-matched positions */
.hotspot-digital {
  left: 20.00% !important;
  width: 14.80% !important;
}

.hotspot-automation {
  left: 36.30% !important;
  width: 11.70% !important;
}

.hotspot-leads {
  left: 49.95% !important;
  width: 14.30% !important;
}

.hotspot-growth {
  left: 65.45% !important;
  width: 14.60% !important;
}


/* =========================================================
   EXACT TARGET BANNER HOTSPOTS
   Matched to the reference image supplied by the user.
   Each click area stays inside its own word column and wraps
   only its own icon + text.
   ========================================================= */
.top-logo-banner { position: relative !important; }
.banner-hotspots { position: absolute !important; inset: 0 !important; pointer-events: none !important; }
.banner-hotspot {
  position: absolute !important;
  top: 86.42% !important;
  height: 7.37% !important;
  bottom: auto !important;
  display: block !important;
  pointer-events: auto !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: rgba(36,214,202,0.045) !important;
  box-shadow: inset 0 0 0 2px rgba(36,214,202,0.92), 0 0 10px rgba(36,214,202,0.16) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  outline: 0 !important;
  z-index: 3 !important;
  transition: background .18s ease, box-shadow .18s ease !important;
}
.banner-hotspot:hover,
.banner-hotspot:focus-visible,
.banner-hotspot:active {
  background: rgba(36,214,202,0.12) !important;
  box-shadow: inset 0 0 0 3px rgba(36,214,202,0.96), inset 0 0 18px rgba(36,214,202,0.20), 0 0 18px rgba(36,214,202,0.38), 0 0 14px rgba(255,111,112,0.16) !important;
}
.hotspot-digital { left: 19.43% !important; width: 15.38% !important; }
.hotspot-automation { left: 36.28% !important; width: 11.77% !important; }
.hotspot-leads { left: 49.90% !important; width: 14.36% !important; }
.hotspot-growth { left: 65.43% !important; width: 14.65% !important; }
@media (max-width: 760px) { .banner-hotspot { display: none !important; } }


/* =========================================================
   REMOVE PERMANENT BANNER RINGS
   Banner click areas are invisible by default.
   They only light up on hover, focus, or click.
   ========================================================= */
.banner-hotspot {
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.banner-hotspot:hover,
.banner-hotspot:focus-visible,
.banner-hotspot:active {
  background: rgba(36,214,202,0.10) !important;
  box-shadow:
    inset 0 0 0 2px rgba(36,214,202,0.86),
    inset 0 0 18px rgba(36,214,202,0.18),
    0 0 14px rgba(36,214,202,0.30),
    0 0 12px rgba(255,111,112,0.13) !important;
  outline: 0 !important;
}


/* =========================================================
   FINAL: CLICKABLE ONLY — NO RINGS / NO GLOW / NO BOXES
   Banner service areas remain clickable, but nothing appears
   on hover, focus, or click.
   ========================================================= */
.top-logo-banner {
  position: relative !important;
}

.banner-hotspots {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
}

.banner-hotspot {
  position: absolute !important;
  top: 81.35% !important;
  height: 14.40% !important;
  bottom: auto !important;
  display: block !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 5 !important;

  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: none !important;

  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

/* Separate invisible clickable sections */
.hotspot-digital {
  left: 19.55% !important;
  width: 15.05% !important;
}

.hotspot-automation {
  left: 35.25% !important;
  width: 13.30% !important;
}

.hotspot-leads {
  left: 49.35% !important;
  width: 14.95% !important;
}

.hotspot-growth {
  left: 65.35% !important;
  width: 14.95% !important;
}

/* No visual hover/click/focus effect */
.banner-hotspot:hover,
.banner-hotspot:focus,
.banner-hotspot:focus-visible,
.banner-hotspot:active {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: none !important;
}

@media (max-width: 760px) {
  .banner-hotspot {
    display: none !important;
  }
}


/* =========================================================
   FINAL BANNER: CLICKABLE ONLY
   No rings, no glow, no boxes, no hover visual effect.
   ========================================================= */
.top-logo-banner {
  position: relative !important;
}

.banner-hotspots {
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
}

.banner-hotspot {
  position: absolute !important;
  top: 81.35% !important;
  height: 14.40% !important;
  bottom: auto !important;
  display: block !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 5 !important;

  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  animation: none !important;

  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

/* Invisible separate clickable sections */
.hotspot-digital {
  left: 19.55% !important;
  width: 15.05% !important;
}

.hotspot-automation {
  left: 35.25% !important;
  width: 13.30% !important;
}

.hotspot-leads {
  left: 49.35% !important;
  width: 14.95% !important;
}

.hotspot-growth {
  left: 65.35% !important;
  width: 14.95% !important;
}

/* No visible hover/click/focus effect */
.banner-hotspot:hover,
.banner-hotspot:focus,
.banner-hotspot:focus-visible,
.banner-hotspot:active,
.banner-hotspot.flash-active {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: none !important;
  animation: none !important;
}

@media (max-width: 760px) {
  .banner-hotspot {
    display: none !important;
  }
}


/* =========================================================
   PAGE BACK + HOME BUTTONS
   Added to every page for easy navigation.
   ========================================================= */
.page-nav-buttons {
  position: fixed;
  left: clamp(12px, 2vw, 24px);
  bottom: clamp(12px, 2vw, 24px);
  z-index: 9999;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.page-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan, #4dd6d5), var(--pink, #ff6f70));
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(32,36,43,0.18);
  font-family: inherit;
  line-height: 1;
}

.page-nav-btn:hover,
.page-nav-btn:focus-visible {
  filter: brightness(1.06) saturate(1.06);
  transform: translateY(-1px);
}

@media (max-width: 620px) {
  .page-nav-buttons {
    left: 10px;
    right: 10px;
    bottom: 10px;
    justify-content: center;
  }

  .page-nav-btn {
    flex: 1 1 130px;
    max-width: 180px;
    min-height: 40px;
    padding: 9px 12px;
  }
}


/* =========================================================
   SMALLER PAGE BACK + HOME BUTTONS
   ========================================================= */
.page-nav-buttons {
  gap: 7px !important;
  left: clamp(10px, 1.4vw, 18px) !important;
  bottom: clamp(10px, 1.4vw, 18px) !important;
}

.page-nav-btn {
  min-height: 34px !important;
  padding: 7px 12px !important;
  font-size: .82rem !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(32,36,43,0.14) !important;
}

@media (max-width: 620px) {
  .page-nav-buttons {
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    gap: 7px !important;
  }

  .page-nav-btn {
    flex: 0 1 auto !important;
    min-width: 88px !important;
    max-width: 130px !important;
    min-height: 34px !important;
    padding: 7px 10px !important;
    font-size: .8rem !important;
  }
}


/* =========================================================
   TINY PAGE BACK + HOME BUTTONS
   ========================================================= */
.page-nav-buttons {
  gap: 6px !important;
  left: clamp(8px, 1.1vw, 14px) !important;
  bottom: clamp(8px, 1.1vw, 14px) !important;
}

.page-nav-btn {
  min-height: 28px !important;
  padding: 5px 9px !important;
  font-size: .72rem !important;
  line-height: 1 !important;
  box-shadow: 0 8px 18px rgba(32,36,43,0.12) !important;
}

@media (max-width: 620px) {
  .page-nav-buttons {
    left: 7px !important;
    right: 7px !important;
    bottom: 7px !important;
    gap: 6px !important;
  }

  .page-nav-btn {
    min-width: 72px !important;
    max-width: 105px !important;
    min-height: 28px !important;
    padding: 5px 8px !important;
    font-size: .7rem !important;
  }
}


/* =========================================================
   SEO FAQ + INTERNAL LINK SECTIONS
   ========================================================= */
.seo-faq-section,
.seo-internal-links {
  padding: clamp(48px, 6vw, 86px) 0;
}

.seo-faq-section .container,
.seo-internal-links .container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.seo-faq-section h2,
.seo-internal-links h2 {
  color: var(--logo-letter, #20242b);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  margin: 0 0 24px;
}

.seo-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.seo-faq-grid details {
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line, rgba(32,36,43,.08));
  border-radius: 22px;
  padding: 16px 18px;
  box-shadow: 0 16px 42px rgba(32,36,43,0.07);
}

.seo-faq-grid summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--logo-letter, #20242b);
}

.seo-faq-grid p {
  color: var(--logo-muted, #566678);
  line-height: 1.65;
  margin: 12px 0 0;
}

.seo-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-link-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line, rgba(32,36,43,.08));
  color: var(--logo-letter, #20242b);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(32,36,43,0.06);
}

.seo-link-grid a:hover,
.seo-link-grid a:focus-visible {
  color: var(--coral, #ff6f70);
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .seo-faq-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   TOP BANNER SERVICE TAB COLOR HOVER
   Digital Marketing, AI Automation, Lead Generation, and Growth
   each change color individually on hover/click.
   Uses the same coral/pink color as the Digital Marketing menu item.
   ========================================================= */
.top-logo-banner {
  position: relative !important;
}

.banner-hotspot {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: background .18s ease, filter .18s ease !important;
}

/* Individual hover/click color — no permanent rings or borders */
.banner-hotspot:hover,
.banner-hotspot:focus-visible,
.banner-hotspot:active {
  background: rgba(255, 111, 112, 0.22) !important;
  box-shadow: inset 0 0 24px rgba(255, 111, 112, 0.18) !important;
  outline: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: brightness(1.08) saturate(1.12) !important;
}

/* Keep each clickable color area separated */
.hotspot-digital {
  left: 19.55% !important;
  width: 15.05% !important;
}

.hotspot-automation {
  left: 35.25% !important;
  width: 13.30% !important;
}

.hotspot-leads {
  left: 49.35% !important;
  width: 14.95% !important;
}

.hotspot-growth {
  left: 65.35% !important;
  width: 14.95% !important;
}


/* =========================================================
   BANNER TABS: LETTERS ONLY HOVER COLOR
   Removes background hover effects. Adds text-only color overlay
   so only the words change to the menu coral/pink color.
   ========================================================= */

/* Kill the previous full-area hover background/glow */
.banner-hotspot:hover,
.banner-hotspot:focus-visible,
.banner-hotspot:active {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
  filter: none !important;
}

/* Make each hotspot a text overlay container */
.banner-hotspot {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

/* Position each hotspot around the existing icon + word area */
.hotspot-digital {
  left: 19.55% !important;
  width: 15.05% !important;
}

.hotspot-automation {
  left: 35.25% !important;
  width: 13.30% !important;
}

.hotspot-leads {
  left: 49.35% !important;
  width: 14.95% !important;
}

.hotspot-growth {
  left: 65.35% !important;
  width: 14.95% !important;
}

/* Hidden text overlay until hover/click */
.banner-hotspot::after {
  display: block !important;
  opacity: 0 !important;
  color: #ff6f70 !important;
  font-weight: 800 !important;
  font-size: clamp(10px, 1.28vw, 25px) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-shadow:
    0 0 7px rgba(255,255,255,0.85),
    0 0 10px rgba(255,111,112,0.38) !important;
  pointer-events: none !important;
  transform: translateY(1px) !important;
}

/* Match each existing banner label */
.hotspot-digital::after {
  content: "Digital Marketing" !important;
  padding-right: 3% !important;
}

.hotspot-automation::after {
  content: "AI Automation" !important;
  padding-right: 3% !important;
}

.hotspot-leads::after {
  content: "Lead Generation" !important;
  padding-right: 3% !important;
}

.hotspot-growth::after {
  content: "Growth Solutions" !important;
  padding-right: 3% !important;
}

/* Only the letters appear/change color on hover/click */
.banner-hotspot:hover::after,
.banner-hotspot:focus-visible::after,
.banner-hotspot:active::after {
  opacity: 1 !important;
}


/* =========================================================
   BANNER WORDS: BLACK + RISE OVER DESK ON HOVER/CLICK
   No background color, no rings, no boxes. Only the words appear
   in black and move upward over the desk area.
   ========================================================= */

/* Keep the clickable areas invisible */
.banner-hotspot,
.banner-hotspot:hover,
.banner-hotspot:focus-visible,
.banner-hotspot:active {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: none !important;
}

/* Text overlay settings */
.banner-hotspot::after {
  color: #111827 !important;
  opacity: 0 !important;
  font-weight: 900 !important;
  font-size: clamp(10px, 1.28vw, 25px) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.85),
    0 4px 12px rgba(255,255,255,0.55) !important;
  transform: translateY(1px) !important;
  transition: opacity .18s ease, transform .22s ease !important;
  pointer-events: none !important;
}

/* On hover/click, only the words show and rise upward over the desk */
.banner-hotspot:hover::after,
.banner-hotspot:focus-visible::after,
.banner-hotspot:active::after {
  opacity: 1 !important;
  transform: translateY(-42px) !important;
}

/* Make sure each word stays aligned with its own tab */
.hotspot-digital::after {
  content: "Digital Marketing" !important;
  padding-right: 3% !important;
}

.hotspot-automation::after {
  content: "AI Automation" !important;
  padding-right: 3% !important;
}

.hotspot-leads::after {
  content: "Lead Generation" !important;
  padding-right: 3% !important;
}

.hotspot-growth::after {
  content: "Growth Solutions" !important;
  padding-right: 3% !important;
}

@media (max-width: 760px) {
  .banner-hotspot:hover::after,
  .banner-hotspot:focus-visible::after,
  .banner-hotspot:active::after {
    transform: translateY(-28px) !important;
  }
}


/* =========================================================
   FINE-TUNED BANNER HOVER WORD POSITIONS
   Individual placement:
   - Digital Marketing rises higher above the laptop screen.
   - AI Automation sits just below the robot's arm.
   - Lead Generation moves left and sits below the robot's arm,
     avoiding the laptop.
   - Growth Solutions keeps the previous clean lift.
   ========================================================= */

/* Keep base hidden text clean */
.banner-hotspot::after {
  color: #111827 !important;
  opacity: 0 !important;
  font-weight: 900 !important;
  font-size: clamp(10px, 1.28vw, 25px) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.90),
    0 4px 14px rgba(255,255,255,0.62) !important;
  transition: opacity .18s ease, transform .22s ease !important;
  pointer-events: none !important;
}

/* Reset general hover movement so individual tabs control their own placement */
.banner-hotspot:hover::after,
.banner-hotspot:focus-visible::after,
.banner-hotspot:active::after {
  opacity: 1 !important;
}

/* Digital Marketing: higher, above laptop screen */
.hotspot-digital:hover::after,
.hotspot-digital:focus-visible::after,
.hotspot-digital:active::after {
  transform: translate(-6px, -76px) !important;
}

/* AI Automation: just below robot arm */
.hotspot-automation:hover::after,
.hotspot-automation:focus-visible::after,
.hotspot-automation:active::after {
  transform: translate(-4px, -54px) !important;
}

/* Lead Generation: moved left and up under robot arm, away from laptop */
.hotspot-leads:hover::after,
.hotspot-leads:focus-visible::after,
.hotspot-leads:active::after {
  transform: translate(-38px, -56px) !important;
}

/* Growth Solutions: keep previous lift */
.hotspot-growth:hover::after,
.hotspot-growth:focus-visible::after,
.hotspot-growth:active::after {
  transform: translate(-4px, -42px) !important;
}

@media (max-width: 760px) {
  .hotspot-digital:hover::after,
  .hotspot-digital:focus-visible::after,
  .hotspot-digital:active::after {
    transform: translate(-4px, -46px) !important;
  }

  .hotspot-automation:hover::after,
  .hotspot-automation:focus-visible::after,
  .hotspot-automation:active::after {
    transform: translate(-4px, -34px) !important;
  }

  .hotspot-leads:hover::after,
  .hotspot-leads:focus-visible::after,
  .hotspot-leads:active::after {
    transform: translate(-22px, -34px) !important;
  }

  .hotspot-growth:hover::after,
  .hotspot-growth:focus-visible::after,
  .hotspot-growth:active::after {
    transform: translate(-4px, -30px) !important;
  }
}


/* =========================================================
   FINAL AI AUTOMATION + LEAD GENERATION DESK-SURFACE POSITION
   Moves AI Automation and Lead Generation hover words lower so
   they sit on the desk surface just below the robot arm.
   ========================================================= */

/* AI Automation: lower, on desk surface under robot arm */
.hotspot-automation:hover::after,
.hotspot-automation:focus-visible::after,
.hotspot-automation:active::after {
  transform: translate(-4px, -30px) !important;
}

/* Lead Generation: lower on desk surface and still shifted left to avoid laptop */
.hotspot-leads:hover::after,
.hotspot-leads:focus-visible::after,
.hotspot-leads:active::after {
  transform: translate(-38px, -30px) !important;
}

@media (max-width: 760px) {
  .hotspot-automation:hover::after,
  .hotspot-automation:focus-visible::after,
  .hotspot-automation:active::after {
    transform: translate(-4px, -22px) !important;
  }

  .hotspot-leads:hover::after,
  .hotspot-leads:focus-visible::after,
  .hotspot-leads:active::after {
    transform: translate(-22px, -22px) !important;
  }
}


/* =========================================================
   FINAL HOVER WORD TUNE:
   - Lead Generation moved slightly right.
   - Growth Solutions moved up under the AI area for cleaner layout.
   ========================================================= */

/* Lead Generation: just a little to the right, still on desk surface */
.hotspot-leads:hover::after,
.hotspot-leads:focus-visible::after,
.hotspot-leads:active::after {
  transform: translate(-24px, -30px) !important;
}

/* Growth Solutions: moved upward, under AI area */
.hotspot-growth:hover::after,
.hotspot-growth:focus-visible::after,
.hotspot-growth:active::after {
  transform: translate(-20px, -62px) !important;
}

@media (max-width: 760px) {
  .hotspot-leads:hover::after,
  .hotspot-leads:focus-visible::after,
  .hotspot-leads:active::after {
    transform: translate(-14px, -22px) !important;
  }

  .hotspot-growth:hover::after,
  .hotspot-growth:focus-visible::after,
  .hotspot-growth:active::after {
    transform: translate(-12px, -38px) !important;
  }
}


/* =========================================================
   GROWTH SOLUTIONS POSITION FIX
   Move Growth Solutions slightly right and down so it does not
   overlap AI Automation or the laptop screen.
   ========================================================= */
.hotspot-growth:hover::after,
.hotspot-growth:focus-visible::after,
.hotspot-growth:active::after {
  transform: translate(-4px, -52px) !important;
}

@media (max-width: 760px) {
  .hotspot-growth:hover::after,
  .hotspot-growth:focus-visible::after,
  .hotspot-growth:active::after {
    transform: translate(-4px, -32px) !important;
  }
}


/* =========================================================
   GROWTH SOLUTIONS SMALL LEFT ADJUSTMENT
   Moves Growth Solutions slightly left, while keeping it clear
   of the laptop screen.
   ========================================================= */
.hotspot-growth:hover::after,
.hotspot-growth:focus-visible::after,
.hotspot-growth:active::after {
  transform: translate(-12px, -52px) !important;
}

@media (max-width: 760px) {
  .hotspot-growth:hover::after,
  .hotspot-growth:focus-visible::after,
  .hotspot-growth:active::after {
    transform: translate(-8px, -32px) !important;
  }
}


/* =========================================================
   LEAD GENERATION SMALL DOWN ADJUSTMENT
   Moves Lead Generation down slightly while keeping it clear
   of the black border.
   ========================================================= */
.hotspot-leads:hover::after,
.hotspot-leads:focus-visible::after,
.hotspot-leads:active::after {
  transform: translate(-24px, -24px) !important;
}

@media (max-width: 760px) {
  .hotspot-leads:hover::after,
  .hotspot-leads:focus-visible::after,
  .hotspot-leads:active::after {
    transform: translate(-14px, -18px) !important;
  }
}


/* =========================================================
   LEAD GENERATION SMALL UP ADJUSTMENT
   Brings Lead Generation up slightly so it is not too close
   to the black border.
   ========================================================= */
.hotspot-leads:hover::after,
.hotspot-leads:focus-visible::after,
.hotspot-leads:active::after {
  transform: translate(-24px, -27px) !important;
}

@media (max-width: 760px) {
  .hotspot-leads:hover::after,
  .hotspot-leads:focus-visible::after,
  .hotspot-leads:active::after {
    transform: translate(-14px, -20px) !important;
  }
}


/* =========================================================
   AI AUTOMATION LEVEL MATCH
   Bring AI Automation down to the same level as Lead Generation.
   ========================================================= */
.hotspot-automation:hover::after,
.hotspot-automation:focus-visible::after,
.hotspot-automation:active::after {
  transform: translate(-4px, -27px) !important;
}

@media (max-width: 760px) {
  .hotspot-automation:hover::after,
  .hotspot-automation:focus-visible::after,
  .hotspot-automation:active::after {
    transform: translate(-4px, -20px) !important;
  }
}


/* =========================================================
   DIGITAL MARKETING POSITION TUNE
   Move Digital Marketing slightly left and down so it sits
   just above the coffee cup without touching the laptop screen.
   ========================================================= */
.hotspot-digital:hover::after,
.hotspot-digital:focus-visible::after,
.hotspot-digital:active::after {
  transform: translate(-16px, -58px) !important;
}

@media (max-width: 760px) {
  .hotspot-digital:hover::after,
  .hotspot-digital:focus-visible::after,
  .hotspot-digital:active::after {
    transform: translate(-10px, -36px) !important;
  }
}


/* =========================================================
   RAISE ALL FOUR BANNER HOVER LABELS
   Digital Marketing, AI Automation, Lead Generation, and
   Growth Solutions are moved upward so they are not too low.
   ========================================================= */
.hotspot-digital:hover::after,
.hotspot-digital:focus-visible::after,
.hotspot-digital:active::after {
  transform: translate(-16px, -70px) !important;
}

.hotspot-automation:hover::after,
.hotspot-automation:focus-visible::after,
.hotspot-automation:active::after {
  transform: translate(-4px, -41px) !important;
}

.hotspot-leads:hover::after,
.hotspot-leads:focus-visible::after,
.hotspot-leads:active::after {
  transform: translate(-24px, -41px) !important;
}

.hotspot-growth:hover::after,
.hotspot-growth:focus-visible::after,
.hotspot-growth:active::after {
  transform: translate(-12px, -62px) !important;
}

@media (max-width: 760px) {
  .hotspot-digital:hover::after,
  .hotspot-digital:focus-visible::after,
  .hotspot-digital:active::after {
    transform: translate(-10px, -44px) !important;
  }

  .hotspot-automation:hover::after,
  .hotspot-automation:focus-visible::after,
  .hotspot-automation:active::after {
    transform: translate(-4px, -28px) !important;
  }

  .hotspot-leads:hover::after,
  .hotspot-leads:focus-visible::after,
  .hotspot-leads:active::after {
    transform: translate(-14px, -28px) !important;
  }

  .hotspot-growth:hover::after,
  .hotspot-growth:focus-visible::after,
  .hotspot-growth:active::after {
    transform: translate(-8px, -38px) !important;
  }
}


/* =========================================================
   DIGITAL MARKETING + GROWTH SOLUTIONS
   Small upward adjustment:
   - Digital Marketing rises a little to clear the laptop screen.
   - Growth Solutions rises a little to clear the robot arm and laptop.
   ========================================================= */
.hotspot-digital:hover::after,
.hotspot-digital:focus-visible::after,
.hotspot-digital:active::after {
  transform: translate(-16px, -78px) !important;
}

.hotspot-growth:hover::after,
.hotspot-growth:focus-visible::after,
.hotspot-growth:active::after {
  transform: translate(-12px, -70px) !important;
}

@media (max-width: 760px) {
  .hotspot-digital:hover::after,
  .hotspot-digital:focus-visible::after,
  .hotspot-digital:active::after {
    transform: translate(-10px, -48px) !important;
  }

  .hotspot-growth:hover::after,
  .hotspot-growth:focus-visible::after,
  .hotspot-growth:active::after {
    transform: translate(-8px, -42px) !important;
  }
}


/* =========================================================
   DIGITAL MARKETING + GROWTH SOLUTIONS FINE TUNE
   - Digital Marketing: slightly left and slightly up, above the coffee cup
     without touching the cup or keyboard/laptop.
   - Growth Solutions: slightly left and slightly up, while staying clear
     of the laptop screen and robot arm.
   ========================================================= */
.hotspot-digital:hover::after,
.hotspot-digital:focus-visible::after,
.hotspot-digital:active::after {
  transform: translate(-24px, -84px) !important;
}

.hotspot-growth:hover::after,
.hotspot-growth:focus-visible::after,
.hotspot-growth:active::after {
  transform: translate(-18px, -76px) !important;
}

@media (max-width: 760px) {
  .hotspot-digital:hover::after,
  .hotspot-digital:focus-visible::after,
  .hotspot-digital:active::after {
    transform: translate(-14px, -52px) !important;
  }

  .hotspot-growth:hover::after,
  .hotspot-growth:focus-visible::after,
  .hotspot-growth:active::after {
    transform: translate(-10px, -46px) !important;
  }
}


/* =========================================================
   RESPONSIVE / ADAPTIVE BANNER HOVER LABELS
   Makes the four top banner hover labels scale and reposition
   across phones, tablets, laptops, large monitors, and big screens.
   ========================================================= */

/* Default desktop/laptop placement */
.banner-hotspot::after {
  font-size: clamp(11px, 1.22vw, 22px) !important;
  line-height: 1 !important;
  max-width: 22vw !important;
  white-space: nowrap !important;
  pointer-events: none !important;
}

/* Standard desktop */
.hotspot-digital:hover::after,
.hotspot-digital:focus-visible::after,
.hotspot-digital:active::after {
  transform: translate(-24px, -84px) !important;
}

.hotspot-automation:hover::after,
.hotspot-automation:focus-visible::after,
.hotspot-automation:active::after {
  transform: translate(-4px, -41px) !important;
}

.hotspot-leads:hover::after,
.hotspot-leads:focus-visible::after,
.hotspot-leads:active::after {
  transform: translate(-24px, -41px) !important;
}

.hotspot-growth:hover::after,
.hotspot-growth:focus-visible::after,
.hotspot-growth:active::after {
  transform: translate(-18px, -76px) !important;
}

/* Large desktop / 27-inch style screens */
@media (min-width: 1500px) {
  .banner-hotspot::after {
    font-size: clamp(15px, 1.05vw, 24px) !important;
  }

  .hotspot-digital:hover::after,
  .hotspot-digital:focus-visible::after,
  .hotspot-digital:active::after {
    transform: translate(-30px, -92px) !important;
  }

  .hotspot-automation:hover::after,
  .hotspot-automation:focus-visible::after,
  .hotspot-automation:active::after {
    transform: translate(-6px, -48px) !important;
  }

  .hotspot-leads:hover::after,
  .hotspot-leads:focus-visible::after,
  .hotspot-leads:active::after {
    transform: translate(-30px, -48px) !important;
  }

  .hotspot-growth:hover::after,
  .hotspot-growth:focus-visible::after,
  .hotspot-growth:active::after {
    transform: translate(-22px, -84px) !important;
  }
}

/* Very large monitors / 40 to 50-inch screens */
@media (min-width: 2200px) {
  .banner-hotspot::after {
    font-size: clamp(18px, .9vw, 28px) !important;
  }

  .hotspot-digital:hover::after,
  .hotspot-digital:focus-visible::after,
  .hotspot-digital:active::after {
    transform: translate(-42px, -112px) !important;
  }

  .hotspot-automation:hover::after,
  .hotspot-automation:focus-visible::after,
  .hotspot-automation:active::after {
    transform: translate(-10px, -62px) !important;
  }

  .hotspot-leads:hover::after,
  .hotspot-leads:focus-visible::after,
  .hotspot-leads:active::after {
    transform: translate(-42px, -62px) !important;
  }

  .hotspot-growth:hover::after,
  .hotspot-growth:focus-visible::after,
  .hotspot-growth:active::after {
    transform: translate(-32px, -102px) !important;
  }
}

/* Medium laptop screens */
@media (max-width: 1200px) {
  .banner-hotspot::after {
    font-size: clamp(10px, 1.15vw, 16px) !important;
  }

  .hotspot-digital:hover::after,
  .hotspot-digital:focus-visible::after,
  .hotspot-digital:active::after {
    transform: translate(-18px, -66px) !important;
  }

  .hotspot-automation:hover::after,
  .hotspot-automation:focus-visible::after,
  .hotspot-automation:active::after {
    transform: translate(-4px, -34px) !important;
  }

  .hotspot-leads:hover::after,
  .hotspot-leads:focus-visible::after,
  .hotspot-leads:active::after {
    transform: translate(-18px, -34px) !important;
  }

  .hotspot-growth:hover::after,
  .hotspot-growth:focus-visible::after,
  .hotspot-growth:active::after {
    transform: translate(-12px, -60px) !important;
  }
}

/* Tablet screens */
@media (max-width: 900px) {
  .banner-hotspot::after {
    font-size: clamp(8px, 1.3vw, 13px) !important;
    text-shadow:
      0 1px 0 rgba(255,255,255,0.95),
      0 3px 8px rgba(255,255,255,0.65) !important;
  }

  .hotspot-digital:hover::after,
  .hotspot-digital:focus-visible::after,
  .hotspot-digital:active::after {
    transform: translate(-12px, -48px) !important;
  }

  .hotspot-automation:hover::after,
  .hotspot-automation:focus-visible::after,
  .hotspot-automation:active::after {
    transform: translate(-3px, -25px) !important;
  }

  .hotspot-leads:hover::after,
  .hotspot-leads:focus-visible::after,
  .hotspot-leads:active::after {
    transform: translate(-12px, -25px) !important;
  }

  .hotspot-growth:hover::after,
  .hotspot-growth:focus-visible::after,
  .hotspot-growth:active::after {
    transform: translate(-8px, -44px) !important;
  }
}

/* Phones: keep the banner itself clean and prevent tiny hover labels from crowding */
@media (max-width: 760px) {
  .banner-hotspot::after {
    display: none !important;
  }
}

/* Touch devices: avoid stuck hover labels after tapping */
@media (hover: none) and (pointer: coarse) {
  .banner-hotspot::after {
    display: none !important;
  }
}


/* =========================================================
   GOHIGHLEVEL EMBED PAGES
   Calendar and form pages for self-hosted site + GHL services.
   ========================================================= */
.ghl-embed-page {
  min-height: 100vh;
  padding: clamp(90px, 8vw, 130px) 16px clamp(70px, 8vw, 110px);
  background:
    radial-gradient(circle at 12% 10%, rgba(77,214,213,.18), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(255,111,112,.14), transparent 28%),
    var(--bg, #eff8fb);
}

.ghl-embed-hero,
.ghl-embed-card {
  width: min(1120px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.ghl-embed-hero {
  text-align: center;
  margin-bottom: 28px;
}

.ghl-embed-hero h1 {
  color: var(--logo-letter, #20242b);
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: .98;
  letter-spacing: -.06em;
  margin: 8px 0 14px;
}

.ghl-embed-hero p {
  color: var(--logo-muted, #566678);
  font-weight: 700;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto;
}

.ghl-embed-card {
  padding: clamp(14px, 2vw, 24px);
  border-radius: 28px;
  border: 1px solid rgba(32,36,43,.08);
  background: rgba(255,255,255,.74);
  box-shadow: 0 24px 70px rgba(32,36,43,.12);
  overflow: hidden;
}

.ghl-embed-card iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
}

@media (max-width: 760px) {
  .ghl-embed-page {
    padding-top: 72px;
  }

  .ghl-embed-card {
    padding: 8px;
    border-radius: 18px;
  }
}

/* =========================================================
   SCIVILLA GHL WIDGET HELPER STYLES
   ========================================================= */
.scivilla-ghl-close-helper {
  position: fixed;
  right: 26px;
  top: 112px;
  z-index: 2147483647;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(32,36,43,.18);
  background: linear-gradient(135deg, #4dd6d5, #ff6f70);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  display: none;
  box-shadow: 0 12px 30px rgba(32,36,43,.22);
}

.scivilla-ghl-close-helper.show {
  display: grid;
  place-items: center;
}

.scivilla-ghl-reopen-helper {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2147483647;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  background: linear-gradient(135deg, #4dd6d5, #ff6f70);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(32,36,43,.18);
}

.scivilla-ghl-local-notice {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 2147483646;
  width: min(580px, calc(100vw - 24px));
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(32,36,43,.94);
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 14px 38px rgba(32,36,43,.25);
  transition: opacity .4s ease;
}

.scivilla-ghl-local-notice.fade {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 620px) {
  .scivilla-ghl-close-helper {
    right: 16px;
    top: 92px;
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
}


/* =========================================================
   VISIBLE GOHIGHLEVEL SERVICE SHORTCUTS
   Makes AI Voice, Calendar, and Form easy to find.
   ========================================================= */
.ghl-visible-service-buttons {
  position: fixed;
  right: 14px;
  bottom: 92px;
  z-index: 9998;
  display: grid;
  gap: 8px;
  width: 92px;
}

.ghl-visible-service-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4dd6d5, #ff6f70);
  color: #fff !important;
  text-decoration: none !important;
  font-size: .72rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(32,36,43,.16);
  border: 1px solid rgba(255,255,255,.5);
}

.ghl-visible-service-buttons a:hover,
.ghl-visible-service-buttons a:focus-visible {
  filter: brightness(1.06) saturate(1.08);
  transform: translateY(-1px);
}

.ghl-visible-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 22px;
}

.sv-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #4dd6d5, #ff6f70);
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(32,36,43,.14);
}

.sv-cta.secondary {
  background: rgba(255,255,255,.84);
  color: var(--logo-letter, #20242b) !important;
  border: 1px solid rgba(32,36,43,.10);
}

.ghl-calendar-card iframe {
  min-height: 760px !important;
}

.ghl-form-card iframe {
  min-height: 3203px !important;
}

@media (max-width: 760px) {
  .ghl-visible-service-buttons {
    right: 10px;
    bottom: 82px;
    width: 82px;
    gap: 6px;
  }

  .ghl-visible-service-buttons a {
    min-height: 30px;
    font-size: .68rem;
    padding: 6px 7px;
  }
}


/* =========================================================
   CLEAN GOHIGHLEVEL TRIGGERED FORM/CALENDAR + VOICE ICON
   Removes the extra visible Form/Calendar buttons.
   Uses modals only when visitors request information or booking.
   ========================================================= */
.ghl-visible-service-buttons {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.scivilla-voice-icon-only {
  position: fixed;
  right: 14px;
  bottom: 92px;
  z-index: 9998;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #4dd6d5, #ff6f70);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.05rem;
  box-shadow: 0 12px 28px rgba(32,36,43,.18);
  border: 1px solid rgba(255,255,255,.55);
}

.scivilla-voice-icon-only:hover,
.scivilla-voice-icon-only:focus-visible {
  filter: brightness(1.06) saturate(1.08);
  transform: translateY(-1px);
}

.scivilla-ghl-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: none;
}

.scivilla-ghl-modal.open {
  display: block;
}

.scivilla-ghl-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 20, 28, .56);
  backdrop-filter: blur(6px);
}

.scivilla-ghl-modal-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(980px, calc(100vw - 28px));
  max-height: min(88vh, 980px);
  overflow: auto;
  background:
    radial-gradient(circle at 0% 0%, rgba(77,214,213,.16), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(255,111,112,.14), transparent 28%),
    #eff8fb;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(0,0,0,.30);
  padding: clamp(14px, 2.2vw, 28px);
}

.scivilla-ghl-modal-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #4dd6d5, #ff6f70);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 12px 24px rgba(32,36,43,.18);
}

.scivilla-ghl-modal-head {
  text-align: center;
  margin: -8px auto 20px;
  max-width: 780px;
}

.scivilla-ghl-modal-head h2 {
  color: var(--logo-letter, #20242b);
  font-size: clamp(1.65rem, 3.2vw, 3.4rem);
  line-height: 1;
  letter-spacing: -.055em;
  margin: 7px 0 10px;
}

.scivilla-ghl-modal-head p:not(.eyebrow) {
  color: var(--logo-muted, #566678);
  font-weight: 750;
  line-height: 1.55;
  margin: 0 auto;
}

.scivilla-ghl-modal-body {
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(32,36,43,.08);
  border-radius: 22px;
  padding: clamp(8px, 1.8vw, 18px);
  overflow: hidden;
}

.scivilla-ghl-modal-body iframe {
  width: 100% !important;
  max-width: 100%;
  display: block;
}

body.scivilla-modal-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  .scivilla-voice-icon-only {
    right: 10px;
    bottom: 82px;
    width: 38px;
    height: 38px;
    font-size: .95rem;
  }

  .scivilla-ghl-modal-panel {
    width: calc(100vw - 18px);
    max-height: 91vh;
    border-radius: 20px;
    padding: 10px;
  }

  .scivilla-ghl-modal-head {
    margin-top: -2px;
  }

  .scivilla-ghl-modal-body {
    padding: 6px;
    border-radius: 16px;
  }
}


/* =========================================================
   REMOVE POPUP SERVICE SHORTCUTS + VOICE LABEL ONLY
   ========================================================= */
.ghl-visible-service-buttons,
.scivilla-ghl-modal,
.scivilla-ghl-modal.open {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Hide the old modal-only voice icon if it exists */
.scivilla-voice-icon-only {
  display: none !important;
}

.scivilla-voice-icon-label {
  position: fixed;
  right: 14px;
  bottom: 92px;
  z-index: 9998;
  width: 46px;
  min-height: 54px;
  display: grid;
  place-items: center;
  gap: 2px;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #4dd6d5, #ff6f70);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 12px 28px rgba(32,36,43,.18);
  padding: 6px 4px;
}

.scivilla-voice-icon-label .voice-symbol {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

.scivilla-voice-icon-label .voice-word {
  display: block;
  font-size: .62rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .01em;
}

.scivilla-voice-icon-label:hover,
.scivilla-voice-icon-label:focus-visible {
  filter: brightness(1.06) saturate(1.08);
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  .scivilla-voice-icon-label {
    right: 10px;
    bottom: 82px;
    width: 42px;
    min-height: 50px;
  }

  .scivilla-voice-icon-label .voice-word {
    font-size: .58rem;
  }
}


/* =========================================================
   SCIVILLA FORM CHOICE SYSTEM + BOOK APPOINTMENT TAB
   Shows GoHighLevel full form, optional basic form, or direct calendar.
   ========================================================= */
.scivilla-form-choice-section {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(42px, 6vw, 82px) auto;
  padding: clamp(18px, 3vw, 34px);
  border-radius: 32px;
  border: 1px solid rgba(32,36,43,.08);
  background:
    radial-gradient(circle at 0% 0%, rgba(77,214,213,.18), transparent 32%),
    radial-gradient(circle at 100% 0%, rgba(255,111,112,.14), transparent 32%),
    rgba(255,255,255,.76);
  box-shadow: 0 28px 80px rgba(32,36,43,.12);
}

.scivilla-form-choice-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 22px;
}

.scivilla-form-choice-head h2 {
  color: var(--logo-letter, #20242b);
  font-size: clamp(1.8rem, 3.8vw, 4rem);
  line-height: 1;
  letter-spacing: -.06em;
  margin: 8px 0 12px;
}

.scivilla-form-choice-head p:not(.eyebrow) {
  color: var(--logo-muted, #566678);
  font-weight: 750;
  line-height: 1.6;
}

.scivilla-form-choice-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px auto 22px;
}

.scivilla-form-choice-buttons button,
.book-appointment-nav,
.scivilla-book-appointment-tab {
  cursor: pointer;
}

.scivilla-form-choice-buttons button {
  min-height: 42px;
  border: 1px solid rgba(32,36,43,.10);
  border-radius: 999px;
  padding: 10px 15px;
  background: rgba(255,255,255,.82);
  color: var(--logo-letter, #20242b);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(32,36,43,.06);
}

.scivilla-form-choice-buttons button.active,
.scivilla-form-choice-buttons button:hover,
.scivilla-form-choice-buttons button:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #4dd6d5, #ff6f70);
}

.scivilla-form-choice-panel {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(32,36,43,.08);
  border-radius: 24px;
  padding: clamp(8px, 1.8vw, 18px);
  overflow: hidden;
}

.scivilla-form-choice-panel iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
}

.scivilla-basic-form-inside {
  width: 100%;
  max-width: 100%;
}

.scivilla-book-appointment-tab {
  position: fixed;
  right: 14px;
  bottom: 154px;
  z-index: 9997;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: .74rem;
  font-weight: 900;
  background: linear-gradient(135deg, #4dd6d5, #ff6f70);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 12px 28px rgba(32,36,43,.18);
}

.scivilla-book-appointment-tab:hover,
.scivilla-book-appointment-tab:focus-visible {
  filter: brightness(1.06) saturate(1.08);
  transform: translateY(-1px);
}

.book-appointment-nav {
  color: var(--coral, #ff6f70) !important;
}

@media (max-width: 760px) {
  .scivilla-form-choice-section {
    width: min(100% - 18px, 1180px);
    border-radius: 22px;
    padding: 12px;
  }

  .scivilla-form-choice-buttons {
    gap: 7px;
  }

  .scivilla-form-choice-buttons button {
    font-size: .78rem;
    min-height: 36px;
    padding: 8px 10px;
  }

  .scivilla-book-appointment-tab {
    right: 10px;
    bottom: 138px;
    font-size: .68rem;
    padding: 7px 9px;
  }
}


.scivilla-contact-ghl-note {
  padding: 36px 0 10px;
}
.scivilla-contact-ghl-note .container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}
.scivilla-contact-ghl-note h2 {
  color: var(--logo-letter, #20242b);
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.05em;
  margin: 8px 0 10px;
}
.scivilla-contact-ghl-note p:not(.eyebrow) {
  color: var(--logo-muted, #566678);
  font-weight: 750;
}


/* =========================================================
   REMOVE EXTRA GHL HELPER UI
   Keeps real GoHighLevel chat/voice widgets, removes our extra X/chat helpers.
   ========================================================= */
.scivilla-ghl-close-helper,
.scivilla-ghl-reopen-helper,
.ghl-visible-service-buttons,
.scivilla-book-appointment-tab {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Keep Voice mic label, but make it smaller and out of the way */
.scivilla-voice-icon-label {
  right: 14px !important;
  bottom: 92px !important;
  width: 44px !important;
  min-height: 52px !important;
  z-index: 9998 !important;
}


/* =========================================================
   TOP-RIGHT SITE MENU TAB
   Outside the banner photo. Book Appointment is inside the menu.
   ========================================================= */
.scivilla-top-menu {
  position: fixed;
  top: 106px;
  right: 18px;
  z-index: 9999;
}

.scivilla-top-menu-btn {
  width: 44px;
  height: 42px;
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid rgba(32,36,43,.12);
  background: rgba(239,248,251,.94);
  box-shadow: 0 12px 30px rgba(32,36,43,.16);
  cursor: pointer;
}

.scivilla-top-menu-btn span {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #20242b;
}

.scivilla-top-menu-panel {
  position: absolute;
  top: 50px;
  right: 0;
  min-width: 210px;
  display: none;
  padding: 10px;
  border-radius: 20px;
  background: rgba(239,248,251,.97);
  border: 1px solid rgba(32,36,43,.10);
  box-shadow: 0 20px 50px rgba(32,36,43,.20);
  backdrop-filter: blur(14px);
}

.scivilla-top-menu.open .scivilla-top-menu-panel {
  display: grid;
  gap: 6px;
}

.scivilla-top-menu-panel a {
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration: none !important;
  color: #20242b !important;
  font-weight: 900;
  font-size: .9rem;
}

.scivilla-top-menu-panel a:hover,
.scivilla-top-menu-panel a:focus-visible {
  color: #ff6f70 !important;
  background: rgba(255,255,255,.76);
}

/* Hide the previous fixed Book Appointment pill so appointment lives in menu */
.scivilla-book-appointment-tab {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 760px) {
  .scivilla-top-menu {
    top: 86px;
    right: 10px;
  }

  .scivilla-top-menu-btn {
    width: 40px;
    height: 38px;
  }

  .scivilla-top-menu-panel {
    top: 46px;
    min-width: 190px;
  }
}


/* =========================================================
   ABOUT PAGE
   ========================================================= */
.about-page {
  min-height: 100vh;
  padding: clamp(90px, 8vw, 130px) 16px clamp(70px, 8vw, 110px);
  background:
    radial-gradient(circle at 12% 10%, rgba(77,214,213,.18), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(255,111,112,.14), transparent 28%),
    var(--bg, #eff8fb);
}

.about-hero,
.about-grid,
.about-services {
  width: min(1120px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.about-hero {
  text-align: center;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.about-hero h1 {
  color: var(--logo-letter, #20242b);
  font-size: clamp(2.4rem, 5vw, 5.8rem);
  line-height: .95;
  letter-spacing: -.07em;
  margin: 10px 0 18px;
}

.about-hero p:not(.eyebrow) {
  color: var(--logo-muted, #566678);
  font-weight: 750;
  line-height: 1.7;
  max-width: 860px;
  margin: 0 auto;
}

.about-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-grid article,
.about-services {
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(32,36,43,.08);
  border-radius: 28px;
  padding: clamp(20px, 3vw, 34px);
  box-shadow: 0 22px 60px rgba(32,36,43,.09);
}

.about-grid h2,
.about-services h2 {
  color: var(--logo-letter, #20242b);
  font-size: clamp(1.4rem, 2.3vw, 2.4rem);
  line-height: 1.04;
  letter-spacing: -.05em;
  margin: 0 0 12px;
}

.about-grid p {
  color: var(--logo-muted, #566678);
  font-weight: 700;
  line-height: 1.65;
  margin: 0;
}

.about-services {
  margin-top: 18px;
  text-align: center;
}

.about-services .seo-link-grid {
  justify-content: center;
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   PROFESSIONAL SERVICES TAB GRID
   Two vertical rows of three with cleaner spacing and polish.
   ========================================================= */
.seo-internal-links,
.about-services {
  padding-top: clamp(32px, 5vw, 70px) !important;
  padding-bottom: clamp(46px, 6vw, 86px) !important;
}

.seo-internal-links .container,
.about-services {
  max-width: 1180px !important;
}

.seo-internal-links h2,
.about-services h2 {
  margin-bottom: clamp(22px, 3vw, 34px) !important;
}

.scivilla-services-tab-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(190px, 1fr)) !important;
  gap: clamp(16px, 2.2vw, 26px) !important;
  align-items: stretch !important;
  justify-content: center !important;
  max-width: 980px !important;
  margin: 0 !important;
}

.seo-internal-links .container .scivilla-services-tab-grid,
.about-services .scivilla-services-tab-grid {
  margin-left: 0 !important;
}

.scivilla-service-tab {
  min-height: 64px !important;
  padding: 16px 20px !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.72)) !important;
  border: 1px solid rgba(32,36,43,.10) !important;
  color: var(--logo-letter, #20242b) !important;
  font-size: clamp(1rem, 1.45vw, 1.28rem) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: -.025em !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow:
    0 14px 34px rgba(32,36,43,.07),
    inset 0 1px 0 rgba(255,255,255,.75) !important;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    color .18s ease,
    border-color .18s ease,
    background .18s ease !important;
}

.scivilla-service-tab:hover,
.scivilla-service-tab:focus-visible,
.scivilla-service-tab.active {
  color: #ff6f70 !important;
  border-color: rgba(77,214,213,.50) !important;
  transform: translateY(-3px) !important;
  box-shadow:
    0 20px 46px rgba(32,36,43,.12),
    0 0 0 4px rgba(77,214,213,.10),
    inset 0 1px 0 rgba(255,255,255,.85) !important;
}

.scivilla-service-tab:nth-child(6) {
  background: linear-gradient(135deg, rgba(77,214,213,.95), rgba(255,111,112,.88)) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.45) !important;
}

.scivilla-service-tab:nth-child(6):hover,
.scivilla-service-tab:nth-child(6):focus-visible {
  color: #fff !important;
  filter: brightness(1.05) saturate(1.08) !important;
}

@media (max-width: 900px) {
  .scivilla-services-tab-grid {
    grid-template-columns: repeat(2, minmax(160px, 1fr)) !important;
    max-width: 720px !important;
  }
}

@media (max-width: 560px) {
  .scivilla-services-tab-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .scivilla-service-tab {
    min-height: 52px !important;
    font-size: .98rem !important;
  }
}


/* =========================================================
   VISIBLE MAIN MENU FINAL FIX
   Makes Book a Call and Book Appointment visible in the main menu bar.
   Keeps menu responsive and clickable.
   ========================================================= */
.nav-links {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: clamp(8px, 1vw, 16px) !important;
}

.nav-links a {
  white-space: nowrap !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}

.nav-links a[href="contact.html"]:has(+ a[href="book-strategy-call.html"]),
.nav-links a[href="book-strategy-call.html"] {
  color: #ff6f70 !important;
}

.nav-links a[href="contact.html"]:hover,
.nav-links a[href="book-strategy-call.html"]:hover,
.nav-links a[href="https://store.scivilla.com/products-list"]:hover,
.nav-links a[href="services.html"]:hover {
  color: #ff6f70 !important;
}

.scivilla-fallback-main-nav {
  position: sticky;
  top: 0;
  z-index: 9000;
  background: rgba(239,248,251,.92);
  border-bottom: 1px solid rgba(32,36,43,.08);
  padding: 12px;
  backdrop-filter: blur(12px);
}

@media (max-width: 1100px) {
  .nav-links {
    gap: 8px !important;
  }
  .nav-links a {
    font-size: .82rem !important;
  }
}

@media (max-width: 760px) {
  .nav-links {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    padding-bottom: 4px !important;
  }
  .nav-links a {
    font-size: .78rem !important;
  }
}


/* =========================================================
   FULL SITE RESPONSIVE / ADAPTIVE PATCH
   Makes SciVilla layout adapt across phones, tablets, laptops,
   27-inch monitors, and very large displays.
   ========================================================= */

/* Safer global sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
}

img,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

/* Keep the page centered and prevent ultra-wide stretching */
body > main,
main,
.site-wrapper,
.page,
.page-shell {
  width: 100%;
  max-width: 100%;
}

/* Banner/header image should scale cleanly */
.top-logo-banner,
.hero-banner,
.banner-wrap,
.logo-banner,
.header-hero,
.hero-image,
.banner {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.top-logo-banner img,
.hero-banner img,
.banner-wrap img,
.logo-banner img,
.header-hero img,
.hero-image img,
.banner img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

/* Header/nav responsive behavior */
header,
.site-header,
.navbar,
.main-nav,
.brand-row {
  max-width: 100% !important;
}

.nav-links {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(6px, .9vw, 14px) !important;
  max-width: 100% !important;
}

.nav-links a {
  white-space: nowrap !important;
  font-size: clamp(.72rem, .72vw, 1rem) !important;
  line-height: 1.1 !important;
}

/* On medium screens, allow horizontal nav scrolling instead of overlapping cart/logo */
@media (max-width: 1280px) {
  .nav-links {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    scrollbar-width: thin;
    padding-bottom: 4px !important;
  }

  .nav-links a {
    flex: 0 0 auto !important;
  }
}

/* On mobile, make nav touch-friendly and prevent page overflow */
@media (max-width: 760px) {
  .nav-links {
    width: 100% !important;
    overflow-x: auto !important;
    gap: 8px !important;
    padding: 8px 4px !important;
  }

  .nav-links a {
    font-size: .78rem !important;
    padding: 7px 4px !important;
  }

  .brand,
  .site-brand,
  .logo-lockup {
    max-width: 72vw !important;
  }
}

/* Main hero content */
.hero,
.hero-section,
.hero-content,
.landing-hero,
.home-hero {
  width: min(1200px, calc(100% - 32px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero h1,
.hero-section h1,
.landing-hero h1,
.home-hero h1,
.ghl-embed-hero h1,
.about-hero h1 {
  font-size: clamp(2.25rem, 7.5vw, 6.8rem) !important;
  line-height: .95 !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}

.hero p,
.hero-section p,
.landing-hero p,
.home-hero p,
.ghl-embed-hero p,
.about-hero p {
  font-size: clamp(1rem, 1.6vw, 1.45rem) !important;
  line-height: 1.6 !important;
  max-width: 100% !important;
}

/* Common containers */
.container,
.content,
.section-inner,
.wrapper,
.inner {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Grids/cards adapt across screens */
.grid,
.cards,
.card-grid,
.product-grid,
.service-grid,
.pricing-grid,
.store-grid,
.about-grid,
.seo-faq-grid,
.features-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)) !important;
  gap: clamp(14px, 2.2vw, 28px) !important;
  max-width: 100% !important;
}

.card,
.product-card,
.service-card,
.price-card,
.feature-card,
.about-grid article {
  max-width: 100% !important;
  min-width: 0 !important;
}

/* Service tabs: desktop two rows of three, tablet two columns, phone one column */
.scivilla-services-tab-grid,
.seo-link-grid.scivilla-services-tab-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(180px, 1fr)) !important;
  gap: clamp(14px, 2vw, 24px) !important;
  width: min(980px, 100%) !important;
  max-width: 100% !important;
}

.scivilla-service-tab,
.seo-link-grid a {
  min-width: 0 !important;
  overflow-wrap: break-word !important;
}

@media (max-width: 980px) {
  .scivilla-services-tab-grid,
  .seo-link-grid.scivilla-services-tab-grid {
    grid-template-columns: repeat(2, minmax(160px, 1fr)) !important;
    width: min(720px, 100%) !important;
  }
}

@media (max-width: 560px) {
  .scivilla-services-tab-grid,
  .seo-link-grid.scivilla-services-tab-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
}

/* Buttons wrap and stay tappable */
button,
.btn,
.cta,
.sv-cta,
.page-nav-btn,
.nav-links a,
.seo-link-grid a,
.scivilla-service-tab {
  max-width: 100% !important;
  min-height: 40px;
}

.hero-actions,
.actions,
.button-row,
.cta-row,
.about-actions,
.scivilla-form-choice-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
}

/* Store/product/inventory/table responsiveness */
table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse;
}

.table-wrap,
.inventory-table-wrap,
.orders-table-wrap,
.admin-table-wrap,
.cart-table-wrap {
  width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 760px) {
  table {
    font-size: .82rem !important;
  }

  th,
  td {
    padding: 8px !important;
  }
}

/* Forms and GHL embeds */
form,
.form,
.contact-form,
.ghl-embed-card,
.scivilla-form-choice-section {
  width: min(1180px, 100%) !important;
  max-width: 100% !important;
}

input,
select,
textarea {
  max-width: 100% !important;
  width: 100%;
}

.ghl-embed-card iframe,
.ghl-form-card iframe,
.ghl-calendar-card iframe,
.ghl-form-wrap iframe,
.ghl-calendar-wrap iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.ghl-calendar-card iframe,
.ghl-calendar-wrap iframe {
  min-height: clamp(640px, 78vh, 860px) !important;
}

.ghl-form-card iframe,
.ghl-form-wrap iframe {
  min-height: 3203px !important;
}

/* Back/Home buttons should stay usable without covering too much */
.page-nav-buttons {
  z-index: 9997 !important;
  max-width: calc(100vw - 20px) !important;
}

@media (max-width: 560px) {
  .page-nav-buttons {
    left: 8px !important;
    bottom: 8px !important;
    gap: 6px !important;
  }

  .page-nav-btn {
    min-height: 30px !important;
    padding: 6px 10px !important;
    font-size: .72rem !important;
  }
}

/* Top-right hamburger menu adapts */
.scivilla-top-menu {
  right: clamp(8px, 1.2vw, 18px) !important;
  top: clamp(78px, 7.4vw, 112px) !important;
}

.scivilla-top-menu-panel {
  max-width: min(260px, calc(100vw - 24px)) !important;
  max-height: calc(100vh - 120px) !important;
  overflow-y: auto !important;
}

@media (max-width: 560px) {
  .scivilla-top-menu {
    top: 72px !important;
    right: 8px !important;
  }

  .scivilla-top-menu-panel {
    min-width: min(220px, calc(100vw - 18px)) !important;
  }
}

/* GHL Chat/Voice and custom voice label should not cover content too much */
.scivilla-voice-icon-label {
  right: 12px !important;
  bottom: 96px !important;
}

@media (max-width: 560px) {
  .scivilla-voice-icon-label {
    right: 8px !important;
    bottom: 78px !important;
    width: 38px !important;
    min-height: 48px !important;
  }
}

/* Banner hover labels: adapt and disable on touch/small screens */
.banner-hotspot::after {
  font-size: clamp(10px, 1.1vw, 22px) !important;
}

@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  .banner-hotspot::after {
    display: none !important;
  }
}

/* Large-screen polish */
@media (min-width: 1600px) {
  .container,
  .content,
  .section-inner,
  .wrapper,
  .inner,
  .hero,
  .hero-section,
  .landing-hero,
  .home-hero {
    width: min(1400px, calc(100% - 64px)) !important;
  }

  .nav-links a {
    font-size: clamp(.88rem, .72vw, 1.08rem) !important;
  }
}

@media (min-width: 2400px) {
  body {
    font-size: 1.08rem;
  }

  .container,
  .content,
  .section-inner,
  .wrapper,
  .inner,
  .hero,
  .hero-section,
  .landing-hero,
  .home-hero {
    width: min(1600px, calc(100% - 96px)) !important;
  }
}

/* Emergency overflow guard */
section,
article,
div {
  min-width: 0;
}


/* =========================================================
   FIX TOP BANNER TAB CROPPING
   Keeps Digital Marketing, AI Automation, Lead Generation,
   and Growth Solutions visible instead of cropped off.
   ========================================================= */
.top-logo-banner,
.hero-banner,
.banner-wrap,
.logo-banner,
.header-hero,
.hero-image,
.banner {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.top-logo-banner img,
.hero-banner img,
.banner-wrap img,
.logo-banner img,
.header-hero img,
.hero-image img,
.banner img,
img[src*="banner"],
img[src*="logo-banner"],
img[src*="scivilla-logo-banner"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* The photo section must not crop the lower service tabs */
.banner-section,
.hero-media,
.hero-visual,
.logo-hero,
.top-banner-section {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Keep the main nav from covering the bottom of the image */
.site-header,
.main-header,
.navbar,
.main-nav {
  position: relative !important;
  z-index: 50 !important;
}

/* On smaller screens, show the full banner image instead of zoom/crop */
@media (max-width: 1400px) {
  .top-logo-banner img,
  .hero-banner img,
  .banner-wrap img,
  .logo-banner img,
  .header-hero img,
  .hero-image img,
  .banner img,
  img[src*="banner"],
  img[src*="logo-banner"],
  img[src*="scivilla-logo-banner"] {
    object-fit: contain !important;
    height: auto !important;
  }
}

/* If the browser is short in height, still do not crop the bottom tab bar */
@media (max-height: 850px) {
  .top-logo-banner,
  .hero-banner,
  .banner-wrap,
  .logo-banner,
  .header-hero,
  .hero-image,
  .banner {
    overflow: visible !important;
  }
}


/* =========================================================
   27-INCH DESKTOP LAYOUT FIX
   Restores correct stacking order:
   1) Banner image with bottom service tabs visible
   2) Navigation bar below banner
   3) Hero content below navigation
   Prevents nav/hero from overlaying the banner on large screens.
   ========================================================= */

/* Make the page stack normally instead of overlapping sections */
body {
  position: relative !important;
  overflow-x: hidden !important;
}

main,
.home-main,
.page-main,
.site-main {
  position: relative !important;
  z-index: 1 !important;
}

/* Banner/photo should be a normal block at the top */
.top-logo-banner,
.hero-banner,
.banner-wrap,
.logo-banner,
.header-hero,
.hero-image,
.banner,
.banner-section,
.hero-media,
.hero-visual,
.logo-hero,
.top-banner-section {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  transform: none !important;
}

/* Show the full image height so the bottom four banner tabs are not cropped */
.top-logo-banner img,
.hero-banner img,
.banner-wrap img,
.logo-banner img,
.header-hero img,
.hero-image img,
.banner img,
img[src*="banner"],
img[src*="logo-banner"],
img[src*="scivilla-logo-banner"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
}

/* Header/nav must sit BELOW the banner, not across the middle of it */
.site-header,
.main-header,
header,
.navbar,
.main-nav,
.brand-row {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  z-index: 20 !important;
  width: 100% !important;
}

/* Specific nav row polish */
.site-header,
.main-header,
.navbar,
.main-nav {
  background: rgba(239, 248, 251, 0.94) !important;
  backdrop-filter: blur(12px) !important;
}

/* Hero/content sections should not climb over the photo */
.hero,
.hero-section,
.hero-content,
.landing-hero,
.home-hero,
section.hero {
  position: relative !important;
  z-index: 2 !important;
  margin-top: 0 !important;
  transform: none !important;
}

/* Remove accidental negative offsets that caused the text to sit on top of the banner */
.hero *,
.hero-section *,
.hero-content *,
.landing-hero *,
.home-hero * {
  transform: none;
}

/* Keep any decorative mockup/card inside the hero from covering the banner */
.hero-card,
.hero-mockup,
.browser-card,
.dashboard-card,
.preview-card,
.mockup-card {
  position: relative !important;
  z-index: 1 !important;
}

/* On 27-inch/desktop widths, keep the banner tall enough to show its tab strip clearly */
@media (min-width: 1200px) {
  .top-logo-banner,
  .hero-banner,
  .banner-wrap,
  .logo-banner,
  .header-hero,
  .hero-image,
  .banner {
    width: 100% !important;
  }

  .top-logo-banner img,
  .hero-banner img,
  .banner-wrap img,
  .logo-banner img,
  .header-hero img,
  .hero-image img,
  .banner img,
  img[src*="banner"],
  img[src*="logo-banner"],
  img[src*="scivilla-logo-banner"] {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .nav-links {
    flex-wrap: nowrap !important;
    overflow-x: visible !important;
    justify-content: flex-end !important;
    gap: clamp(8px, .72vw, 14px) !important;
  }

  .nav-links a {
    font-size: clamp(.72rem, .62vw, .98rem) !important;
  }
}

/* Medium screens may scroll nav instead of overlapping */
@media (max-width: 1199px) {
  .nav-links {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
  }
}

/* Phones/tablets: keep full banner visible and avoid cramped overlay labels */
@media (max-width: 760px) {
  .top-logo-banner,
  .hero-banner,
  .banner-wrap,
  .logo-banner,
  .header-hero,
  .hero-image,
  .banner {
    overflow: hidden !important;
  }

  .banner-hotspot::after {
    display: none !important;
  }
}

/* Upper-right menu should float over page edge, not force layout shift */
.scivilla-top-menu {
  position: fixed !important;
  z-index: 9999 !important;
}

/* Chat/voice widgets stay fixed and do not affect layout */
.scivilla-voice-icon-label,
.scivilla-ai-launchers,
.scivilla-chat-toggle,
.scivilla-voice-toggle {
  position: fixed !important;
}


/* =========================================================
   WORKING SCIVILLA CHATBOT
   Replaces non-responding GHL chat with local trained chat.
   ========================================================= */
.sv-chat-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2147483000;
  font-family: inherit;
}

.sv-chat-launch {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1268f3, #4dd6d5 52%, #ff6f70);
  color: #fff;
  font-size: 1.65rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(32,36,43,.24);
}

.sv-chat-panel {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: min(390px, calc(100vw - 26px));
  height: min(620px, calc(100vh - 120px));
  display: none;
  grid-template-rows: auto 1fr auto auto;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(32,36,43,.10);
  box-shadow: 0 30px 80px rgba(32,36,43,.28);
}

.sv-chat-widget.open .sv-chat-panel {
  display: grid;
}

.sv-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #1268f3, #4dd6d5 55%, #ff6f70);
  color: #fff;
}

.sv-chat-header strong {
  display: block;
  font-size: 1rem;
  line-height: 1.1;
}

.sv-chat-header span {
  display: block;
  font-size: .75rem;
  opacity: .92;
  margin-top: 3px;
}

.sv-chat-close {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  cursor: pointer;
}

.sv-chat-log {
  padding: 14px;
  overflow-y: auto;
  background:
    radial-gradient(circle at 0% 0%, rgba(77,214,213,.12), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(255,111,112,.10), transparent 30%),
    #f7fbfd;
}

.sv-chat-bubble {
  width: fit-content;
  max-width: 86%;
  padding: 10px 12px;
  border-radius: 16px;
  margin: 0 0 10px;
  line-height: 1.45;
  font-size: .92rem;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.sv-chat-bubble.bot {
  background: #fff;
  color: #20242b;
  border: 1px solid rgba(32,36,43,.08);
  box-shadow: 0 8px 22px rgba(32,36,43,.06);
  border-bottom-left-radius: 5px;
}

.sv-chat-bubble.user {
  margin-left: auto;
  background: #1268f3;
  color: #fff;
  border-bottom-right-radius: 5px;
}

.sv-chat-bubble a {
  color: #ff6f70 !important;
  font-weight: 950;
}

.sv-chat-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 10px 12px;
  background: #fff;
  border-top: 1px solid rgba(32,36,43,.08);
}

.sv-chat-quick button {
  border: 1px solid rgba(32,36,43,.10);
  border-radius: 999px;
  background: #fff;
  color: #20242b;
  font-weight: 900;
  padding: 7px 9px;
  cursor: pointer;
  font-size: .74rem;
}

.sv-chat-quick button:hover,
.sv-chat-quick button:focus-visible {
  color: #ff6f70;
  border-color: rgba(255,111,112,.36);
}

.sv-chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border-top: 1px solid rgba(32,36,43,.08);
}

.sv-chat-input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(32,36,43,.16);
  border-radius: 14px;
  padding: 0 12px;
  font: inherit;
  font-weight: 700;
}

.sv-chat-form button[type="submit"] {
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  padding: 0 13px;
  background: linear-gradient(135deg, #4dd6d5, #ff6f70);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

@media (max-width: 560px) {
  .sv-chat-widget {
    right: 10px;
    bottom: 10px;
  }

  .sv-chat-launch {
    width: 54px;
    height: 54px;
    font-size: 1.35rem;
  }

  .sv-chat-panel {
    right: -2px;
    bottom: 66px;
    width: calc(100vw - 20px);
    height: min(560px, calc(100vh - 96px));
    border-radius: 18px;
  }

  .sv-chat-bubble {
    font-size: .86rem;
  }
}

/* Final adjustment: homepage service tabs under the main menu */
.logos-strip {
  padding-top: 14px !important;
  padding-bottom: 6px !important;
}

.logos-strip .outcome-strip {
  align-items: center !important;
}

.logos-strip .outcome-strip a {
  color: var(--muted) !important;
}

.logos-strip .outcome-strip a:hover,
.logos-strip .outcome-strip a:focus-visible,
.logos-strip .outcome-strip a:active,
.logos-strip .outcome-strip a.active {
  color: var(--coral, #ff6f70) !important;
  border-color: rgba(36,214,202,0.42) !important;
  box-shadow: 0 14px 38px rgba(36,214,202,0.16), 0 14px 38px rgba(255,111,112,0.10) !important;
}


/* Legal pages and compliance links */
.legal-page {
  background: linear-gradient(135deg, rgba(43, 218, 211, 0.12), rgba(255, 112, 143, 0.10));
}
.legal-container {
  max-width: 980px;
}
.legal-content {
  margin-top: 24px;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(101, 121, 138, 0.18);
  box-shadow: 0 20px 60px rgba(27, 38, 49, 0.10);
}
.legal-content h1,
.legal-content h2 {
  color: var(--dark, #18202a);
  margin-top: 1.2rem;
}
.legal-content p,
.legal-content li,
.legal-updated {
  color: var(--muted, #607184);
  line-height: 1.7;
}
.legal-content ul {
  padding-left: 1.4rem;
}
.legal-links-inline {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.site-footer a[href*="privacy"],
.site-footer a[href*="terms"] {
  font-weight: 700;
}


/* SciVilla legal consent checkbox */
.sms-consent-box,
.scivilla-contact-consent .container {
  margin-top: 28px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(40,211,203,0.32);
  box-shadow: 0 16px 46px rgba(32,36,43,0.10);
}
.scivilla-contact-consent {
  padding: 28px 0 10px;
}
.scivilla-contact-consent h2 {
  margin: 0 0 14px;
  color: var(--logo-letter, #20242b);
}
.sms-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  color: var(--logo-muted, #5c6f81);
  line-height: 1.65;
  font-weight: 600;
}
.sms-consent-label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  accent-color: var(--teal, #28d3cb);
  flex: 0 0 auto;
}
.sms-consent-label a {
  color: var(--coral, #ff7075);
  font-weight: 800;
  text-decoration: underline;
}
.legal-titleline {
  color: var(--logo-letter, #20242b) !important;
}

/* Legal SMS consent notice without checkbox */
.sms-consent-notice {
  display: block;
  padding-left: 0;
}
.sms-consent-notice span {
  display: block;
}


/* Homepage service tab size and border refinement */
.logos-strip {
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}

.logos-strip .outcome-strip {
  min-height: 64px !important;
  gap: 18px !important;
  justify-content: space-between;
}

.logos-strip .outcome-strip a {
  min-height: 46px !important;
  padding: 10px 18px !important;
  border: 2px solid #111 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.78) !important;
  color: var(--logo-letter) !important;
  font-size: clamp(0.92rem, 1vw, 1.05rem) !important;
  line-height: 1.15 !important;
  box-shadow: none !important;
}

.logos-strip .outcome-strip a:hover,
.logos-strip .outcome-strip a:focus-visible,
.logos-strip .outcome-strip a:active,
.logos-strip .outcome-strip a.active {
  color: var(--coral, #ff6f70) !important;
  border-color: var(--coral, #ff6f70) !important;
  box-shadow: 0 10px 24px rgba(36,214,202,0.14), 0 10px 24px rgba(255,111,112,0.12) !important;
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .logos-strip .outcome-strip {
    justify-content: center !important;
    gap: 14px !important;
  }

  .logos-strip .outcome-strip a {
    min-height: 44px !important;
    padding: 9px 16px !important;
    font-size: 0.95rem !important;
  }
}


/* Restored homepage service tabs: keep them under the main menu, smaller with black borders */
.page-start-anchor {
  display: none !important;
}

.logos-strip {
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  background: rgba(222,236,242,0.92) !important;
  border-block: 1px solid rgba(32,36,43,0.10) !important;
}

.logos-strip .outcome-strip {
  min-height: 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
}

.logos-strip .outcome-strip a {
  min-height: 46px !important;
  padding: 9px 18px !important;
  border: 2px solid #111 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.78) !important;
  color: var(--logo-letter) !important;
  font-size: clamp(0.92rem, 1vw, 1.05rem) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.logos-strip .outcome-strip a:hover,
.logos-strip .outcome-strip a:focus-visible,
.logos-strip .outcome-strip a:active,
.logos-strip .outcome-strip a.active {
  color: var(--coral, #ff6f70) !important;
  border-color: var(--coral, #ff6f70) !important;
  box-shadow: 0 10px 24px rgba(36,214,202,0.14), 0 10px 24px rgba(255,111,112,0.12) !important;
  transform: translateY(-2px);
  outline: none !important;
}

@media (max-width: 980px) {
  .logos-strip .outcome-strip {
    justify-content: center !important;
    gap: 12px !important;
  }

  .logos-strip .outcome-strip a {
    min-height: 42px !important;
    padding: 8px 14px !important;
    font-size: 0.92rem !important;
  }
}


/* Final homepage service tab styling */
.logos-strip {
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}

.logos-strip .outcome-strip {
  min-height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

.logos-strip .outcome-strip a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 8px 16px !important;
  border: 2px solid #111111 !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.88) !important;
  color: var(--logo-letter) !important;
  font-size: clamp(0.9rem, 0.95vw, 1rem) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: transform .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.logos-strip .outcome-strip a:hover,
.logos-strip .outcome-strip a:focus-visible,
.logos-strip .outcome-strip a:active,
.logos-strip .outcome-strip a.active {
  color: var(--coral, #ff6f70) !important;
  border-color: var(--coral, #ff6f70) !important;
  background: rgba(255,255,255,0.96) !important;
  box-shadow: 0 10px 24px rgba(36,214,202,0.14), 0 10px 24px rgba(255,111,112,0.12) !important;
  transform: translateY(-2px) !important;
  outline: none !important;
}

@media (max-width: 980px) {
  .logos-strip .outcome-strip {
    justify-content: center !important;
    gap: 12px !important;
  }

  .logos-strip .outcome-strip a {
    min-height: 40px !important;
    padding: 8px 14px !important;
    font-size: 0.9rem !important;
  }
}


/* Final top banner service-tab hover/click color fix */
.top-logo-banner {
  position: relative !important;
}

.top-logo-banner .banner-hotspot {
  border-radius: 26px !important;
  background: transparent !important;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease, filter .2s ease !important;
}

/* Digital Marketing */
.top-logo-banner .hotspot-digital:hover,
.top-logo-banner .hotspot-digital:focus-visible,
.top-logo-banner .hotspot-digital:active {
  background: rgba(54, 230, 214, 0.18) !important;
  box-shadow: inset 0 0 0 2px rgba(54, 230, 214, 0.80), 0 0 18px rgba(54, 230, 214, 0.28) !important;
  filter: brightness(1.05) saturate(1.08) !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

/* AI Automation */
.top-logo-banner .hotspot-automation:hover,
.top-logo-banner .hotspot-automation:focus-visible,
.top-logo-banner .hotspot-automation:active {
  background: rgba(255, 111, 112, 0.18) !important;
  box-shadow: inset 0 0 0 2px rgba(255, 111, 112, 0.82), 0 0 18px rgba(255, 111, 112, 0.28) !important;
  filter: brightness(1.05) saturate(1.08) !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

/* Lead Generation */
.top-logo-banner .hotspot-leads:hover,
.top-logo-banner .hotspot-leads:focus-visible,
.top-logo-banner .hotspot-leads:active {
  background: rgba(255, 88, 156, 0.18) !important;
  box-shadow: inset 0 0 0 2px rgba(255, 88, 156, 0.82), 0 0 18px rgba(255, 88, 156, 0.28) !important;
  filter: brightness(1.05) saturate(1.08) !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

/* Growth Solutions */
.top-logo-banner .hotspot-growth:hover,
.top-logo-banner .hotspot-growth:focus-visible,
.top-logo-banner .hotspot-growth:active {
  background: rgba(68, 235, 224, 0.18) !important;
  box-shadow: inset 0 0 0 2px rgba(68, 235, 224, 0.82), 0 0 18px rgba(68, 235, 224, 0.28) !important;
  filter: brightness(1.05) saturate(1.08) !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

/* Business engine section added from updated SciVilla website copy */
.engine-section {
  background:
    radial-gradient(circle at 16% 12%, rgba(36,214,202,0.16), transparent 30%),
    radial-gradient(circle at 84% 22%, rgba(255,111,112,0.12), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.74), rgba(214,232,240,0.56));
  border-block: 1px solid var(--line);
}
.engine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.engine-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.82));
  box-shadow: var(--shadow);
  border-radius: var(--radius-md);
  padding: 28px;
}
.engine-card p { color: var(--muted); }
@media (max-width: 920px) {
  .engine-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .engine-grid { grid-template-columns: 1fr; }
}

/* ===== Quick-link alignment adjustment ===== */
.hero-grid {
  align-items: start;
}
.hero-visual {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px;
  padding-top: 2px;
}
.hero-top-links {
  margin: 0 0 10px auto;
  align-self: flex-end;
}
.hero-card {
  width: 100%;
}
@media (max-width: 1100px) {
  .hero-grid {
    align-items: start;
  }
  .hero-visual {
    align-items: stretch;
    padding-top: 0;
  }
  .hero-top-links {
    align-self: stretch;
    margin: 0 0 14px 0;
  }
}

/* Clickable form and calendar links inside the top success message */
.top-message-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.top-message-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(36, 214, 202, 0.4);
  background: rgba(255, 255, 255, 0.78);
  color: var(--logo-letter);
  font-weight: 900;
  font-size: 0.9rem;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.top-message-actions a:hover,
.top-message-actions a:focus-visible {
  color: var(--pink);
  border-color: rgba(255,112,117,0.6);
  background: rgba(255,255,255,0.98);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(255,112,117,0.16);
}
.top-message-actions a:active {
  color: var(--cyan);
  transform: translateY(0);
}

/* Professional CTA buttons in the focus message */
.top-message-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.top-message-action,
.top-message-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(36, 214, 202, 0.42);
  background: rgba(255, 255, 255, 0.9);
  color: var(--logo-letter);
  font-weight: 950;
  font-size: clamp(0.88rem, 1vw, 0.98rem);
  letter-spacing: -0.025em;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.top-message-action.primary-action {
  background: linear-gradient(135deg, rgba(36, 214, 202, 0.16), rgba(255, 255, 255, 0.94));
}
.top-message-action.secondary-action {
  background: linear-gradient(135deg, rgba(255, 112, 117, 0.13), rgba(255, 255, 255, 0.94));
}
.top-message-actions a:hover,
.top-message-actions a:focus-visible {
  color: var(--pink);
  border-color: rgba(255, 112, 117, 0.7);
  background: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(255, 112, 117, 0.16);
}
.top-message-actions a:active {
  color: var(--cyan);
  transform: translateY(0);
}
.top-message-or {
  color: var(--logo-muted);
  font-weight: 950;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.85;
}
@media (max-width: 620px) {
  .top-message-actions {
    align-items: stretch;
  }
  .top-message-action,
  .top-message-actions a {
    width: 100%;
  }
  .top-message-or {
    width: 100%;
    text-align: center;
  }
}


/* Right-side message beside the success block */
.top-message-split {
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.top-message-right {
  margin-left: auto;
  max-width: 520px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}
.top-message-right-copy {
  display: inline-block;
  max-width: 390px;
  color: var(--logo-letter);
  font-size: clamp(0.98rem, 1.18vw, 1.18rem);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-align: right;
  transition: color .2s ease, transform .2s ease;
}
.top-message-right-copy:hover,
.top-message-right-copy:focus-visible {
  color: var(--pink);
  transform: translateY(-1px);
}
.top-message-right-copy:active {
  color: var(--cyan);
}
.top-message-start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid rgba(36, 214, 202, 0.45);
  background: linear-gradient(135deg, rgba(36, 214, 202, 0.17), rgba(255,255,255,0.96));
  color: var(--logo-letter);
  font-weight: 950;
  font-size: 0.96rem;
  letter-spacing: -0.02em;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.top-message-start:hover,
.top-message-start:focus-visible {
  color: var(--pink);
  border-color: rgba(255,112,117,0.68);
  background: rgba(255,255,255,1);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(255,112,117,0.16);
}
.top-message-start:active {
  color: var(--cyan);
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .top-message-split {
    align-items: flex-start;
  }
  .top-message-right {
    max-width: 100%;
    justify-content: flex-start;
    margin-left: 0;
  }
  .top-message-right-copy {
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 900px) {
  .top-message-split {
    flex-direction: column;
    align-items: stretch;
  }
  .top-message-right {
    justify-content: flex-start;
    gap: 12px;
  }
}


/* Refined right-side support message */
.top-message-right {
  align-self: center;
}
.top-message-right-panel {
  position: relative;
  margin-left: auto;
  max-width: 540px;
  padding: 20px 24px 20px 28px;
  border-left: 5px solid var(--pink);
  border-radius: 0 24px 24px 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.84), rgba(255,255,255,0.5));
  box-shadow: 0 18px 40px rgba(15,23,42,0.06);
}
.top-message-right-panel::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 26px;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  box-shadow: 0 0 22px rgba(255,112,117,0.4);
}
.top-message-right-copy {
  display: block;
  max-width: none;
  color: var(--logo-letter);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-align: left;
  margin-bottom: 8px;
  transition: color .2s ease, transform .2s ease;
}
.top-message-right-sub {
  display: block;
  color: var(--logo-muted);
  font-size: clamp(0.95rem, 1.08vw, 1.02rem);
  line-height: 1.42;
  font-weight: 760;
  text-align: left;
  margin-bottom: 16px;
  transition: color .2s ease, transform .2s ease;
}
.top-message-right-copy:hover,
.top-message-right-copy:focus-visible,
.top-message-right-sub:hover,
.top-message-right-sub:focus-visible {
  color: var(--pink);
  transform: translateY(-1px);
}
.top-message-right-copy:active,
.top-message-right-sub:active {
  color: var(--cyan);
}
.top-message-start {
  min-height: 46px;
  padding: 11px 24px;
}
@media (max-width: 1200px) {
  .top-message-right-panel {
    margin-left: 0;
    max-width: 100%;
  }
}


/* Shift the right-side panel slightly left so the vertical accent aligns closer to the Voice Agents tab edge */
.top-message-right {
  transform: translateX(-34px);
}
@media (max-width: 1200px) {
  .top-message-right {
    transform: none;
  }
}


/* Make the left success panel match the right panel size more closely */
.top-message-split {
  align-items: stretch;
}
.top-message-left,
.top-message-right {
  flex: 0 0 calc(50% - 14px);
}
.top-message-left {
  max-width: none;
  width: 100%;
  min-height: 240px;
  padding: 20px 24px 20px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-message-right {
  max-width: none;
}
.top-message-right-panel {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .top-message-left,
  .top-message-right {
    flex: 1 1 100%;
  }
  .top-message-left,
  .top-message-right-panel {
    min-height: auto;
  }
}


/* Make the left headline match the right headline more closely */
.top-message-left {
  justify-content: flex-start;
  padding-top: 24px;
}
.top-message-left span {
  margin-bottom: 2px;
}
.top-message-left strong {
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.045em;
  margin-top: 0;
}
.top-message-left small {
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .top-message-left {
    justify-content: center;
    padding-top: 20px;
  }
}


/* Fixed small floating Questions widget */
.scivilla-question-tab {
  position: fixed;
  right: 18px !important;
  bottom: 154px !important;
  z-index: 58;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px !important;
  padding: 0 11px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(36,214,202,0.94), rgba(255,112,117,0.94));
  color: #fff !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 10px 24px rgba(15,23,42,0.18) !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.scivilla-question-tab:hover,
.scivilla-question-tab:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 14px 30px rgba(255,112,117,0.2) !important;
}
@media (max-width: 900px) {
  .scivilla-question-tab {
    right: 14px !important;
    bottom: 132px !important;
    min-height: 32px !important;
    padding: 0 10px !important;
    font-size: 0.74rem !important;
  }
}

/* Move Back and Home tabs to the very top-left above the logo picture */
.page-nav-buttons {
  display: none !important;
}
.scivilla-top-back-home {
  position: fixed;
  top: 10px;
  left: 14px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}
.scivilla-top-back-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(36, 214, 202, 0.5);
  background: rgba(255, 255, 255, 0.9);
  color: var(--logo-letter, #1b2430);
  font-weight: 900;
  font-size: 0.78rem;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.scivilla-top-back-home-btn:hover,
.scivilla-top-back-home-btn:focus-visible {
  color: var(--pink, #ff7075);
  border-color: rgba(255,112,117,0.65);
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(255,112,117,0.14);
}
.scivilla-top-back-home-btn:active {
  color: var(--cyan, #24d6ca);
  transform: translateY(0);
}

/* Smaller floating Questions widget */
.scivilla-question-tab {
  position: fixed;
  right: 18px !important;
  bottom: 154px !important;
  z-index: 58;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(36,214,202,0.94), rgba(255,112,117,0.94));
  color: #fff !important;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 10px 22px rgba(15,23,42,0.16) !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.scivilla-question-tab:hover,
.scivilla-question-tab:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 12px 26px rgba(255,112,117,0.2) !important;
}
@media (max-width: 900px) {
  .scivilla-top-back-home {
    top: 8px;
    left: 10px;
  }
  .scivilla-top-back-home-btn {
    min-height: 30px;
    padding: 5px 10px;
    font-size: 0.74rem;
  }
  .scivilla-question-tab {
    right: 14px !important;
    bottom: 132px !important;
    min-height: 30px !important;
    padding: 0 9px !important;
    font-size: 0.7rem !important;
  }
}

/* Final Back/Home placement: top-left strip above the logo, no overlap */
.page-nav-buttons {
  display: none !important;
}
.scivilla-top-back-home {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 9999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 38px !important;
  padding: 4px 14px 3px !important;
  margin: 0 !important;
  background: rgba(255,255,255,0.94) !important;
  border-bottom: 1px solid rgba(36,214,202,0.18) !important;
  box-shadow: 0 5px 16px rgba(15,23,42,0.05) !important;
}
.scivilla-top-back-home-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(36,214,202,0.5) !important;
  background: rgba(255,255,255,0.96) !important;
  color: var(--logo-letter, #1b2430) !important;
  font-weight: 900 !important;
  font-size: 0.74rem !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 7px 18px rgba(15,23,42,0.08) !important;
  cursor: pointer !important;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease !important;
}
.scivilla-top-back-home-btn:hover,
.scivilla-top-back-home-btn:focus-visible {
  color: var(--pink, #ff7075) !important;
  border-color: rgba(255,112,117,0.65) !important;
  background: #fff !important;
  transform: translateY(-1px) !important;
}

/* Final Questions widget placement: smaller, bottom-left, linked to the simple form */
.scivilla-question-tab {
  position: fixed !important;
  left: 18px !important;
  right: auto !important;
  bottom: 92px !important;
  z-index: 58 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(36,214,202,0.94), rgba(255,112,117,0.94)) !important;
  color: #fff !important;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em !important;
  box-shadow: 0 10px 22px rgba(15,23,42,0.16) !important;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}
.scivilla-question-tab:hover,
.scivilla-question-tab:focus-visible {
  transform: translateY(-2px) !important;
  filter: brightness(1.03) !important;
  box-shadow: 0 12px 26px rgba(255,112,117,0.2) !important;
}
@media (max-width: 900px) {
  .scivilla-top-back-home {
    min-height: 34px !important;
    padding: 3px 10px 3px !important;
  }
  .scivilla-top-back-home-btn {
    min-height: 26px !important;
    padding: 4px 9px !important;
    font-size: 0.7rem !important;
  }
  .scivilla-question-tab {
    left: 12px !important;
    right: auto !important;
    bottom: 86px !important;
    min-height: 30px !important;
    padding: 0 9px !important;
    font-size: 0.7rem !important;
  }
}

/* Final floating Back/Home controls */
.page-nav-buttons {
  display: none !important;
}
.scivilla-top-back-home {
  position: fixed !important;
  top: 8px !important;
  left: 12px !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: auto !important;
}
.scivilla-top-back-home-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(36,214,202,0.55) !important;
  background: rgba(255,255,255,0.94) !important;
  color: var(--logo-letter, #1b2430) !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(15,23,42,0.14) !important;
  cursor: pointer !important;
  transition: color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease !important;
}
.scivilla-top-back-home-btn:hover,
.scivilla-top-back-home-btn:focus-visible {
  color: var(--pink, #ff7075) !important;
  border-color: rgba(255,112,117,0.7) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 28px rgba(255,112,117,0.16) !important;
}

/* Move Questions widget to bottom-left and keep it small */
.scivilla-question-tab {
  position: fixed !important;
  left: 16px !important;
  right: auto !important;
  bottom: 78px !important;
  z-index: 58 !important;
  min-height: 30px !important;
  padding: 0 9px !important;
  font-size: 0.7rem !important;
}

/* Keep the cart from colliding with widgets */
.nav-cart-btn,
#cartOpenBtn {
  position: relative !important;
  z-index: 120 !important;
}

/* Smaller, lower, separated AI voice/mic controls */
.scivilla-voice-widget,
.scivilla-ai-voice-widget,
.scivilla-voice-button,
.scivilla-mic-button,
.voice-widget,
.voice-button,
.ai-voice-button,
button[aria-label*="voice" i],
button[aria-label*="mic" i],
button[title*="voice" i],
button[title*="mic" i] {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  font-size: 18px !important;
  right: 18px !important;
  bottom: 132px !important;
  z-index: 70 !important;
}

/* Smaller, lower, separated AI chat controls */
.scivilla-chat-widget,
.scivilla-ai-chat-widget,
.scivilla-chat-button,
.chat-widget,
.chat-button,
.ai-chat-button,
#chat-widget,
#chatWidget,
iframe[title*="chat" i],
iframe[src*="chat" i],
div[class*="chat" i][style*="position: fixed"],
button[aria-label*="chat" i],
button[title*="chat" i] {
  max-width: 300px !important;
  max-height: 430px !important;
  right: 18px !important;
  bottom: 20px !important;
  z-index: 65 !important;
}

/* GoHighLevel / LeadConnector common launcher containers */
iframe[src*="leadconnector"][src*="chat"],
iframe[src*="msgsndr"][src*="chat"],
iframe[src*="chat-widget"],
div[id*="chat-widget" i],
div[class*="chat-widget" i],
div[class*="lc-" i][style*="position: fixed"],
div[class*="hl-" i][style*="position: fixed"] {
  right: 18px !important;
  bottom: 20px !important;
  transform: scale(0.86) !important;
  transform-origin: bottom right !important;
  z-index: 65 !important;
}

/* If the voice tab has a label, keep it compact and lower than before */
.scivilla-voice-label,
.scivilla-ai-voice-label,
.voice-label,
.ai-voice-label {
  right: 18px !important;
  bottom: 180px !important;
  max-width: 150px !important;
  padding: 7px 10px !important;
  font-size: 0.72rem !important;
  line-height: 1.15 !important;
  border-radius: 999px !important;
  z-index: 70 !important;
}

/* On smaller screens, keep the widgets separated and lower */
@media (max-width: 900px) {
  .scivilla-top-back-home {
    top: 7px !important;
    left: 9px !important;
    gap: 6px !important;
  }
  .scivilla-top-back-home-btn {
    min-height: 26px !important;
    padding: 4px 9px !important;
    font-size: 0.68rem !important;
  }
  .scivilla-question-tab {
    left: 12px !important;
    bottom: 72px !important;
    min-height: 28px !important;
    padding: 0 8px !important;
    font-size: 0.66rem !important;
  }
  .scivilla-voice-widget,
  .scivilla-ai-voice-widget,
  .scivilla-voice-button,
  .scivilla-mic-button,
  .voice-widget,
  .voice-button,
  .ai-voice-button,
  button[aria-label*="voice" i],
  button[aria-label*="mic" i],
  button[title*="voice" i],
  button[title*="mic" i] {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    right: 14px !important;
    bottom: 124px !important;
    font-size: 16px !important;
  }
  .scivilla-chat-widget,
  .scivilla-ai-chat-widget,
  .scivilla-chat-button,
  .chat-widget,
  .chat-button,
  .ai-chat-button,
  #chat-widget,
  #chatWidget,
  iframe[title*="chat" i],
  iframe[src*="chat" i],
  div[class*="chat" i][style*="position: fixed"],
  button[aria-label*="chat" i],
  button[title*="chat" i],
  iframe[src*="leadconnector"][src*="chat"],
  iframe[src*="msgsndr"][src*="chat"],
  iframe[src*="chat-widget"],
  div[id*="chat-widget" i],
  div[class*="chat-widget" i],
  div[class*="lc-" i][style*="position: fixed"],
  div[class*="hl-" i][style*="position: fixed"] {
    right: 14px !important;
    bottom: 18px !important;
    transform: scale(0.82) !important;
    transform-origin: bottom right !important;
  }
  .scivilla-voice-label,
  .scivilla-ai-voice-label,
  .voice-label,
  .ai-voice-label {
    right: 14px !important;
    bottom: 168px !important;
    max-width: 135px !important;
    font-size: 0.68rem !important;
  }
}

/* Final Back/Home tabs: floating, slightly higher, inside the top menu area, no logo overlap */
.page-nav-buttons {
  display: none !important;
}
.scivilla-top-back-home {
  position: fixed !important;
  top: 3px !important;
  left: 12px !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: auto !important;
}
.scivilla-top-back-home-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
  padding: 4px 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(36,214,202,0.55) !important;
  background: rgba(255,255,255,0.95) !important;
  color: var(--logo-letter, #1b2430) !important;
  font-size: 0.7rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(15,23,42,0.12) !important;
  cursor: pointer !important;
  transition: color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease !important;
}
.scivilla-top-back-home-btn:hover,
.scivilla-top-back-home-btn:focus-visible {
  color: var(--pink, #ff7075) !important;
  border-color: rgba(255,112,117,0.7) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 28px rgba(255,112,117,0.16) !important;
}

/* Small simple contact form */
.simple-contact-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 10%, rgba(36,214,202,0.12), transparent 32%),
    radial-gradient(circle at 80% 18%, rgba(255,112,117,0.12), transparent 30%),
    linear-gradient(180deg, rgba(222,236,242,0.88), rgba(255,255,255,0.98));
}
.simple-contact-hero {
  padding: 92px 0 24px;
  text-align: center;
}
.simple-contact-hero h1 {
  margin-bottom: 14px;
}
.simple-contact-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: var(--logo-muted, #64748b);
  font-size: 1.08rem;
}
.simple-contact-section {
  padding: 12px 0 80px;
}
.small-simple-form {
  max-width: 820px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid var(--line, rgba(15,23,42,0.12));
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.9));
  box-shadow: var(--shadow, 0 20px 60px rgba(15,23,42,0.12));
  display: grid;
  gap: 18px;
}
.small-simple-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.small-simple-form label {
  display: grid;
  gap: 8px;
  color: var(--logo-letter, #1b2430);
  font-weight: 850;
}
.small-simple-form label span {
  font-size: 0.94rem;
}
.small-simple-form input,
.small-simple-form textarea {
  width: 100%;
  border: 1px solid var(--line, rgba(15,23,42,0.12));
  border-radius: 16px;
  background: rgba(255,255,255,0.96);
  padding: 14px 16px;
  color: var(--dark, #0f172a);
  font: inherit;
}
.small-simple-form input:focus,
.small-simple-form textarea:focus {
  outline: 2px solid rgba(36,214,202,0.2);
  border-color: rgba(36,214,202,0.58);
}
.small-simple-message {
  grid-column: 1 / -1;
}
.small-simple-message small,
.small-simple-note {
  color: var(--logo-muted, #64748b);
  font-weight: 700;
}
.small-simple-success {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(36,214,202,0.1);
  color: var(--logo-letter, #1b2430);
  font-weight: 800;
}

/* Questions widget stays bottom-left and links to the small simple form */
.scivilla-question-tab {
  position: fixed !important;
  left: 16px !important;
  right: auto !important;
  bottom: 78px !important;
  z-index: 58 !important;
  min-height: 30px !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(36,214,202,0.94), rgba(255,112,117,0.94)) !important;
  color: #fff !important;
  font-size: 0.7rem !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 22px rgba(15,23,42,0.16) !important;
}
@media (max-width: 760px) {
  .simple-contact-hero {
    padding-top: 72px;
  }
  .small-simple-grid {
    grid-template-columns: 1fr;
  }
  .small-simple-form {
    padding: 22px;
  }
  .scivilla-top-back-home {
    top: 2px !important;
    left: 9px !important;
  }
  .scivilla-top-back-home-btn {
    min-height: 24px !important;
    padding: 4px 8px !important;
    font-size: 0.66rem !important;
  }
  .scivilla-question-tab {
    left: 12px !important;
    bottom: 72px !important;
    min-height: 28px !important;
    font-size: 0.66rem !important;
  }
}

/* Screenshot-style small simple form with dropdown and working lower links */
.simple-contact-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 15%, rgba(36,214,202,0.18), transparent 36%),
    radial-gradient(circle at 90% 10%, rgba(255,112,117,0.12), transparent 32%),
    linear-gradient(180deg, rgba(222,236,242,0.9), rgba(255,255,255,0.98));
}
.simple-contact-section {
  padding: 42px 0 38px;
}
.screenshot-simple-form {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line, rgba(15,23,42,0.12));
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.91));
  box-shadow: var(--shadow, 0 20px 60px rgba(15,23,42,0.12));
}
.small-simple-intro {
  max-width: 820px;
  margin-bottom: 26px;
}
.small-simple-intro h1 {
  margin-bottom: 16px;
  font-size: clamp(2.7rem, 5.8vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.075em;
}
.small-simple-intro p:not(.eyebrow) {
  color: var(--logo-muted, #64748b);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.55;
}
.small-simple-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.small-simple-form label {
  display: grid;
  gap: 9px;
  color: var(--logo-letter, #1b2430);
  font-weight: 900;
}
.small-simple-form label span {
  font-size: 1rem;
}
.small-simple-form input,
.small-simple-form select,
.small-simple-form textarea {
  width: 100%;
  min-height: 58px;
  border: 1px solid var(--line, rgba(15,23,42,0.12));
  border-radius: 18px;
  background: rgba(255,255,255,0.96);
  padding: 15px 18px;
  color: var(--dark, #0f172a);
  font: inherit;
  font-weight: 760;
}
.small-simple-form input:focus,
.small-simple-form select:focus,
.small-simple-form textarea:focus {
  outline: 2px solid rgba(36,214,202,0.2);
  border-color: rgba(36,214,202,0.62);
}
.small-simple-message {
  margin-top: 18px;
}
.small-simple-form textarea {
  min-height: 156px;
  resize: vertical;
}
.small-simple-message small,
.small-simple-note {
  color: var(--logo-muted, #64748b);
  font-weight: 760;
}
.small-simple-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.small-simple-success {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(36,214,202,0.1);
  color: var(--logo-letter, #1b2430);
  font-weight: 850;
}
#full-business-form {
  padding-top: 42px;
}
.ghl-form-card {
  max-width: 1180px;
  margin: 0 auto 80px;
}

/* Keep Back/Home floating a little higher inside menu area without touching logo */
.scivilla-top-back-home {
  top: 3px !important;
}

/* Keep Questions widget bottom-left */
.scivilla-question-tab {
  left: 16px !important;
  right: auto !important;
  bottom: 78px !important;
}
@media (max-width: 760px) {
  .small-simple-grid {
    grid-template-columns: 1fr;
  }
  .screenshot-simple-form {
    padding: 24px;
    border-radius: 24px;
  }
  .small-simple-intro h1 {
    font-size: clamp(2.4rem, 13vw, 3.7rem);
  }
}

/* Separate form pages */
.full-business-form-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 15%, rgba(36,214,202,0.16), transparent 36%),
    linear-gradient(180deg, rgba(222,236,242,0.9), rgba(255,255,255,0.98));
}
.full-business-form-hero {
  padding: 92px 0 28px;
  text-align: center;
}
.full-business-form-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}
.full-business-form-page .ghl-form-card {
  max-width: 1180px;
  margin: 0 auto 80px;
}
.simple-contact-page .ghl-form-card,
.simple-contact-page #full-business-form,
.simple-contact-page .scivilla-contact-ghl-note[id="full-business-form"] {
  display: none !important;
}


/* Final alignment fix for reputation/ranking quick-link tabs */
.hero-top-links {
  width: 100% !important;
  max-width: none !important;
  justify-items: stretch !important;
  align-self: stretch !important;
  margin: 0 0 10px 0 !important;
}
.hero-top-links a {
  width: 100% !important;
  max-width: none !important;
}

/* Lead Flow intro paragraph added to homepage dashboard */
.metric-card.large .lead-flow-intro {
  margin: 0 0 14px;
  max-width: 460px;
  color: var(--logo-letter, #1b2430);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: -0.035em;
}

/* Professional homepage statement added to blend with the hero section */
.hero-professional-statement {
  display: inline-flex;
  align-items: center;
  max-width: 720px;
  margin: 18px 0 10px;
  padding: 14px 18px;
  border-left: 5px solid var(--cyan, #24d6ca);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.74), rgba(36,214,202,0.10));
  color: var(--logo-letter, #1b2430) !important;
  font-size: clamp(1.02rem, 1.3vw, 1.22rem) !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em;
  box-shadow: 0 14px 38px rgba(15,23,42,0.06);
}

/* Remove old Lead Flow intro styling if older cached markup appears */
.metric-card.large .lead-flow-intro {
  display: none !important;
}

@media (max-width: 760px) {
  .hero-professional-statement {
    display: flex;
    margin: 14px 0 8px;
    padding: 12px 14px;
    font-size: 1rem !important;
  }
}

/* Statement placed directly before the main homepage headline */
.hero-pre-headline {
  margin: 0 0 14px;
  max-width: 620px;
  color: var(--cyan, #24d6ca);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero-professional-statement,
.metric-card.large .lead-flow-intro {
  display: none !important;
}
@media (max-width: 760px) {
  .hero-pre-headline {
    margin: 0 0 10px;
    font-size: 0.95rem;
    line-height: 1.3;
  }
}

/* Final homepage headline hierarchy update */
.hero-pre-headline {
  margin: 0 0 16px !important;
  max-width: 760px !important;
  color: var(--logo-letter, #1b2430) !important;
  font-size: clamp(1.55rem, 2.6vw, 2.85rem) !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  letter-spacing: -0.055em !important;
  text-transform: none !important;
}
.hero-pre-headline span {
  color: var(--logo-letter, #1b2430) !important;
  cursor: pointer;
  transition: color .22s ease, text-shadow .22s ease, transform .22s ease;
}
.hero-pre-headline:hover span,
.hero-pre-headline:focus-within span {
  color: var(--cyan, #24d6ca) !important;
  text-shadow: 0 12px 34px rgba(36,214,202,0.18);
}
.hero-pre-headline:active span {
  color: var(--pink, #ff7075) !important;
}

/* Make “The right workflow can equal success.” smaller */
.hero-copy h1 {
  font-size: clamp(3.4rem, 7.2vw, 7rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.085em !important;
}
@media (max-width: 900px) {
  .hero-pre-headline {
    font-size: clamp(1.32rem, 6vw, 2.2rem) !important;
    line-height: 1.08 !important;
  }
  .hero-copy h1 {
    font-size: clamp(3rem, 14vw, 5.4rem) !important;
  }
}

/* Stronger final homepage heading adjustment */
.hero-pre-headline {
  margin: 0 0 18px !important;
  max-width: 840px !important;
  color: #111111 !important;
  font-size: clamp(2rem, 3.55vw, 4rem) !important;
  line-height: 1.02 !important;
  font-weight: 950 !important;
  letter-spacing: -0.065em !important;
  text-transform: none !important;
}
.hero-pre-headline span {
  display: inline-block !important;
  color: #111111 !important;
  transition: color .22s ease, text-shadow .22s ease, transform .22s ease !important;
}
.hero-pre-headline:hover span,
.hero-pre-headline span:hover,
.hero-pre-headline:focus-within span {
  color: var(--cyan, #24d6ca) !important;
  text-shadow: 0 10px 28px rgba(36,214,202,0.2) !important;
}
.hero-pre-headline:active span {
  color: var(--pink, #ff7075) !important;
}

/* Make “The right workflow can equal success.” smaller */
.hero-copy h1 {
  font-size: clamp(2.75rem, 5.85vw, 5.45rem) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.088em !important;
}

@media (max-width: 900px) {
  .hero-pre-headline {
    font-size: clamp(1.5rem, 7vw, 2.75rem) !important;
    line-height: 1.05 !important;
  }
  .hero-copy h1 {
    font-size: clamp(2.5rem, 11.5vw, 4.45rem) !important;
  }
}

/* Swap headline roles and sizes on homepage */
.hero-pre-headline {
  margin: 0 0 16px !important;
  max-width: 720px !important;
  color: #111111 !important;
  font-size: clamp(1.05rem, 1.55vw, 1.45rem) !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  text-transform: none !important;
}
.hero-pre-headline span {
  display: inline-block !important;
  color: #111111 !important;
  transition: color .22s ease, text-shadow .22s ease !important;
}
.hero-pre-headline:hover span,
.hero-pre-headline span:hover,
.hero-pre-headline:focus-within span {
  color: var(--cyan, #24d6ca) !important;
  text-shadow: 0 8px 22px rgba(36,214,202,0.18) !important;
}
.hero-pre-headline:active span {
  color: var(--pink, #ff7075) !important;
}

.hero-copy h1 {
  font-size: clamp(3.8rem, 7.15vw, 7rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.082em !important;
  color: var(--logo-letter, #1b2430) !important;
  max-width: 760px !important;
}

@media (max-width: 900px) {
  .hero-pre-headline {
    font-size: clamp(0.98rem, 4.2vw, 1.25rem) !important;
    line-height: 1.24 !important;
  }
  .hero-copy h1 {
    font-size: clamp(3rem, 12vw, 5.25rem) !important;
    line-height: 0.98 !important;
  }
}

/* Final homepage hero size adjustment: match the cleaner scale of the other pages */
.hero.section-padding {
  padding-top: clamp(54px, 6vw, 86px) !important;
  padding-bottom: clamp(54px, 6vw, 86px) !important;
}
.hero-grid {
  gap: clamp(34px, 4vw, 56px) !important;
  align-items: center !important;
}
.hero-copy {
  max-width: 690px !important;
}
.hero-copy .eyebrow {
  font-size: clamp(0.82rem, 1.25vw, 1.08rem) !important;
  line-height: 1.45 !important;
  letter-spacing: 0.13em !important;
  margin-bottom: 18px !important;
}

/* Smaller top support line */
.hero-pre-headline {
  margin: 0 0 12px !important;
  max-width: 640px !important;
  color: #111111 !important;
  font-size: clamp(0.98rem, 1.35vw, 1.35rem) !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  letter-spacing: -0.025em !important;
  text-transform: none !important;
}
.hero-pre-headline span {
  color: #111111 !important;
  transition: color .22s ease, text-shadow .22s ease !important;
}
.hero-pre-headline:hover span,
.hero-pre-headline span:hover,
.hero-pre-headline:focus-within span {
  color: var(--cyan, #24d6ca) !important;
  text-shadow: 0 8px 20px rgba(36,214,202,0.16) !important;
}

/* Smaller main headline so the first page is not oversized */
.hero-copy h1 {
  max-width: 700px !important;
  font-size: clamp(2.95rem, 5.25vw, 5.35rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.075em !important;
  margin-bottom: 22px !important;
}

/* Smaller paragraph and controls */
.hero-subtitle,
.hero-copy > p:not(.eyebrow):not(.hero-pre-headline) {
  max-width: 680px !important;
  font-size: clamp(1rem, 1.25vw, 1.22rem) !important;
  line-height: 1.52 !important;
}
.hero-actions {
  gap: 12px !important;
  margin-top: 22px !important;
}
.hero-actions .btn {
  min-height: 46px !important;
  padding: 12px 20px !important;
  font-size: 0.94rem !important;
}
.trust-row {
  gap: 10px !important;
  margin-top: 18px !important;
}
.trust-row span {
  font-size: 0.82rem !important;
  padding: 8px 11px !important;
}

/* Keep the dashboard balanced with the smaller hero */
.hero-card {
  padding: 22px !important;
}
.metric-card.large {
  padding: 22px !important;
}
.metric-card.large strong {
  font-size: clamp(3rem, 4.6vw, 4.25rem) !important;
}
.metric-card p {
  font-size: clamp(0.9rem, 1vw, 1rem) !important;
}
.metric-card strong {
  font-size: clamp(1.55rem, 2vw, 2rem) !important;
}

@media (max-width: 900px) {
  .hero.section-padding {
    padding-top: 46px !important;
    padding-bottom: 56px !important;
  }
  .hero-copy {
    max-width: 100% !important;
  }
  .hero-copy .eyebrow {
    font-size: 0.82rem !important;
  }
  .hero-pre-headline {
    font-size: clamp(0.95rem, 4.5vw, 1.22rem) !important;
  }
  .hero-copy h1 {
    font-size: clamp(2.65rem, 10.5vw, 4.35rem) !important;
    line-height: 1 !important;
  }
  .hero-subtitle,
  .hero-copy > p:not(.eyebrow):not(.hero-pre-headline) {
    font-size: 1rem !important;
  }
}

/* Make homepage hero just a little smaller */
.hero.section-padding {
  padding-top: clamp(46px, 5.2vw, 74px) !important;
  padding-bottom: clamp(46px, 5.2vw, 74px) !important;
}
.hero-grid {
  gap: clamp(28px, 3.4vw, 48px) !important;
}
.hero-copy {
  max-width: 640px !important;
}
.hero-copy .eyebrow {
  font-size: clamp(0.76rem, 1.05vw, 0.96rem) !important;
  line-height: 1.38 !important;
  margin-bottom: 14px !important;
}
.hero-pre-headline {
  max-width: 600px !important;
  font-size: clamp(0.9rem, 1.18vw, 1.2rem) !important;
  line-height: 1.2 !important;
  margin-bottom: 10px !important;
}
.hero-copy h1 {
  max-width: 640px !important;
  font-size: clamp(2.65rem, 4.65vw, 4.75rem) !important;
  line-height: 0.99 !important;
  margin-bottom: 18px !important;
}
.hero-subtitle,
.hero-copy > p:not(.eyebrow):not(.hero-pre-headline) {
  max-width: 620px !important;
  font-size: clamp(0.94rem, 1.08vw, 1.08rem) !important;
  line-height: 1.48 !important;
}
.hero-actions {
  margin-top: 18px !important;
}
.hero-actions .btn {
  min-height: 42px !important;
  padding: 10px 17px !important;
  font-size: 0.88rem !important;
}
.trust-row {
  margin-top: 14px !important;
}
.trust-row span {
  font-size: 0.76rem !important;
  padding: 7px 10px !important;
}
.hero-card {
  padding: 20px !important;
}
.metric-card.large {
  padding: 20px !important;
  margin-bottom: 14px !important;
}
.metric-card.large strong {
  font-size: clamp(2.75rem, 4vw, 3.75rem) !important;
}
.metric-card {
  padding: 18px !important;
}
.metric-card strong {
  font-size: clamp(1.35rem, 1.75vw, 1.75rem) !important;
}
@media (max-width: 900px) {
  .hero-copy h1 {
    font-size: clamp(2.35rem, 9.6vw, 3.95rem) !important;
  }
  .hero-pre-headline {
    font-size: clamp(0.88rem, 4vw, 1.1rem) !important;
  }
}

/* Remove the heavy bold look from the homepage hero text */
.hero-pre-headline {
  font-weight: 700 !important;
}
.hero-pre-headline span {
  font-weight: 700 !important;
}
.hero-copy h1 {
  font-weight: 700 !important;
}

/* Match homepage hero text hover/click color to the reputation strategy tab */
.hero-pre-headline,
.hero-pre-headline span,
.hero-copy h1 {
  transition: color .22s ease, text-shadow .22s ease !important;
}

.hero-pre-headline:hover,
.hero-pre-headline:hover span,
.hero-pre-headline:focus-within,
.hero-pre-headline:focus-within span,
.hero-copy h1:hover,
.hero-copy h1:focus {
  color: #ff7b86 !important;
  text-shadow: 0 10px 24px rgba(255,123,134,0.16) !important;
}

.hero-pre-headline:active,
.hero-pre-headline:active span,
.hero-copy h1:active {
  color: #ff7b86 !important;
}

/* If the heading is wrapped in a link/span later, keep the same interaction color */
.hero-copy h1 span:hover,
.hero-copy h1 span:focus,
.hero-copy h1 span:active {
  color: #ff7b86 !important;
}

/* Only selected words in the homepage hero headline change color on hover */
.hero-copy h1 {
  color: var(--logo-letter, #1b2430) !important;
}
.hero-copy h1:hover,
.hero-copy h1:focus,
.hero-copy h1:active {
  color: var(--logo-letter, #1b2430) !important;
  text-shadow: none !important;
}

.hero-copy h1 .headline-hover-word {
  color: var(--logo-letter, #1b2430) !important;
  display: inline;
  transition: color .22s ease, text-shadow .22s ease !important;
  cursor: pointer;
}

.hero-copy h1 .headline-hover-word:hover,
.hero-copy h1 .headline-hover-word:focus,
.hero-copy h1 .headline-hover-word:active {
  color: #ff7b86 !important;
  text-shadow: 0 8px 20px rgba(255,123,134,0.16) !important;
}

/* SciVilla cart checkout actions added for GoHighLevel payment links */
.cart-actions-panel {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}
.continue-shopping-btn,
.cart-checkout-link,
.cart-store-link {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 16px;
  border-radius: 16px;
  border: 0;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.continue-shopping-btn {
  background: rgba(255,255,255,0.72);
  color: var(--logo-letter);
  border: 1px solid rgba(37, 199, 196, 0.25);
}
.cart-checkout-links {
  display: grid;
  gap: 10px;
}
.cart-checkout-link {
  background: linear-gradient(135deg, var(--cyan), var(--pink));
  color: #fff;
  box-shadow: 0 14px 38px rgba(32,36,43,0.16);
}
.cart-store-link {
  background: rgba(32,36,43,0.08);
  color: var(--logo-letter);
  border: 1px solid rgba(32,36,43,0.12);
}
.checkout-link-note {
  margin: 0;
  color: var(--logo-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}
.old-price {
  color: var(--logo-muted);
  text-decoration: line-through;
  margin-right: 8px;
  font-weight: 800;
}
.sale-price {
  color: var(--teal-dark);
  font-weight: 950;
}

/* SciVilla cart price/count cleanup */
.cart-original-price {
  display: inline-block;
  margin-left: 8px;
  color: var(--logo-muted);
  font-weight: 800;
}
.cart-item-bottom strong {
  white-space: nowrap;
  min-width: max-content;
}
.cart-actions-panel .cart-store-link {
  display: none !important;
}

/* Cart count and setup fee fixes */
.cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(32,36,43,0.28);
  color: #fff;
  font-weight: 900;
}
.cart-count.has-items {
  background: #ff6b78;
  color: #fff;
}
.setup-fee-row strong {
  color: var(--logo-letter);
}
.cart-checkout-link[type="button"] {
  font-family: inherit;
  font-size: 1rem;
}

.cart-item-checkout-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #24d6ca, #ef6a75);
  white-space: nowrap;
}
.cart-item-checkout-link:hover { filter: brightness(0.96); }

/* SciVilla update: hide menu/floating cart buttons after removing cart tab from navigation */
.nav-cart-btn, .cart-floating-btn { display: none !important; }


/* Direct checkout update: products now go straight to GoHighLevel/FastPayDirect. */
.add-cart-btn.direct-checkout-btn,
.store-card .add-cart-btn.direct-checkout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.nav-cart-btn,
.cart-floating-btn,
.cart-overlay,
.cart-drawer {
  display: none !important;
}
