/* SitePilot Smart Website personalization layer */
#hero .smart-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(0,188,212,.12);
  color: #dffaff;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

#hero .smart-subtitle {
  max-width: 780px;
  margin: 0 auto 22px;
  color: #d7dde2;
  font-size: 1.1rem;
  line-height: 1.6;
}

#hero .smart-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

#hero .smart-intent-wrap {
  max-width: 900px;
  margin: 18px auto 0;
  padding: 0 18px;
}

#hero .smart-intent-label {
  color: rgba(255,255,255,.78);
  font-size: .88rem;
  margin-bottom: 11px;
}

#hero .smart-intent-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

#hero .smart-intent-btn {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(10,17,28,.6);
  color: #f5fbfd;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: .88rem;
  font-weight: 600;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
  backdrop-filter: blur(8px);
}

#hero .smart-intent-btn:hover,
#hero .smart-intent-btn.active {
  transform: translateY(-2px);
  background: rgba(0,188,212,.22);
  border-color: rgba(23,192,235,.85);
  color: #fff;
}

#hero .smart-whatsapp-icon {
  font-size: .82em;
  opacity: .86;
}

.smart-personalized {
  position: relative;
}

.smart-personalized::before {
  content: "Recommended for you";
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 999px;
  background: #00bcd4;
  color: #041419;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 5px 15px rgba(0,188,212,.22);
}

.smart-personalized > .card,
.smart-personalized.card {
  outline: 2px solid rgba(0,188,212,.2);
  box-shadow: 0 14px 34px rgba(0,188,212,.14) !important;
}

#smart-experience-note {
  display: none;
  background: #07111f;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

#smart-experience-note.visible {
  display: block;
}

#smart-experience-note .smart-note-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  text-align: center;
  font-size: .86rem;
}

#smart-experience-note strong {
  color: #37d8ef;
}

#smart-experience-note button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #8edfeb;
  text-decoration: underline;
  font-size: .8rem;
  padding: 0;
}

@media (max-width: 768px) {
  #hero .hero-container {
    padding: 72px 14px 40px;
  }

  #hero h1 {
    margin-top: 18px;
  }

  #hero .smart-subtitle {
    font-size: .98rem;
  }

  #hero .smart-intent-wrap {
    margin-top: 25px;
  }

  #hero .smart-intent-btn {
    padding: 8px 11px;
    font-size: .8rem;
  }
}

/* Keep smart hero anchor targets visible below the sticky header. */
#templates-tools,
#invoice-tool,
#online-presence {
  scroll-margin-top: 90px;
}


.smart-enquire-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  padding: 10px 22px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.18);
}

.smart-enquire-btn:hover,
.smart-enquire-btn:focus {
  background: #1fb857;
  color: #fff;
}

.smart-personalized .card {
  scroll-margin-top: 100px;
}


.smart-clickable-card {
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.smart-clickable-card:hover {
  transform: translateY(-4px);
}

.smart-clickable-card a,
.smart-clickable-card button {
  position: relative;
  z-index: 2;
}

.sitepilot-footer {
  background: linear-gradient(180deg, #09101a 0%, #0f1724 100%) !important;
  color: #e9f3f7;
  padding: 0 !important;
  margin-top: 0;
}

.sitepilot-footer a {
  color: #ccebf0;
  text-decoration: none;
}

.sitepilot-footer a:hover {
  color: #ffffff;
}

.sitepilot-footer-top {
  padding: 56px 0 28px;
}

.footer-brand-card,
.footer-contact-card,
.footer-links-block {
  height: 100%;
}

.footer-brand-card {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  background: rgba(255,255,255,.03);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

.footer-logo {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 14px;
}

.footer-logo span {
  color: #00bcd4;
}

.footer-brand-text {
  color: #b9c7d1;
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, opacity .2s ease;
}

.footer-cta:hover {
  transform: translateY(-2px);
}

.footer-cta-primary {
  background: #25d366;
  color: #fff !important;
}

.footer-cta-secondary {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.05);
  color: #fff !important;
}

.footer-links-block h4,
.footer-contact-card h4 {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-links-block ul,
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-block li {
  margin-bottom: 10px;
}

.footer-links-block a {
  color: #b9c7d1;
}

.footer-contact-card {
  padding: 6px 0;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #b9c7d1;
  margin-bottom: 13px;
  line-height: 1.6;
}

.footer-contact-list i {
  color: #00bcd4;
  font-size: 1rem;
  margin-top: 3px;
}

.sitepilot-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 20px 0 28px;
  margin-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: .92rem;
  color: #9eb1bb;
}

@media (max-width: 768px) {
  .sitepilot-footer-top {
    padding: 44px 0 20px;
  }

  .footer-brand-card {
    padding: 22px;
  }

  .sitepilot-footer-bottom {
    flex-direction: column;
    padding-bottom: 24px;
  }
}


/* Main smart solutions section */
#online-presence .solution-detail-panel {
  min-height: 315px;
  transition: opacity .2s ease;
}

#online-presence .solution-card {
  position: relative;
  min-height: 250px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

#online-presence .solution-card-wrap.smart-personalized .solution-card {
  padding-bottom: 78px !important;
}

#online-presence .smart-enquire-btn {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  margin-top: 0;
}

#online-presence .solution-card-wrap.smart-personalized::before {
  top: 12px;
  right: 12px;
}

@media (max-width: 991px) {
  #online-presence .solution-detail-panel {
    min-height: auto;
  }
}


#online-presence [data-solution-card] .solution-card {
  cursor: pointer;
}

#smart-solutions {
  scroll-margin-top: 86px;
}
