:root {
  --call-red: #e21b23;
  --call-red-dark: #b90f16;
}

.cta-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.call-now {
  background: linear-gradient(135deg, #ef2029, var(--call-red-dark)) !important;
  border-color: rgba(255,255,255,.2) !important;
  color: #fff !important;
  box-shadow: 0 12px 34px rgba(226,27,35,.34);
}

.call-now:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(226,27,35,.42);
}

.top-left-offer.call-now {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-status {
  display: none;
  grid-column: 1 / -1;
  margin: 0;
  padding: 13px 15px;
  border-radius: 14px;
  font-weight: 800;
}

.form-status.is-visible { display: block; }
.form-status.is-success {
  color: #d9ffe7;
  background: rgba(37,211,102,.13);
  border: 1px solid rgba(37,211,102,.32);
}
.form-status.is-error {
  color: #ffe5e7;
  background: rgba(226,27,35,.12);
  border: 1px solid rgba(226,27,35,.32);
}

.quote-actions .btn[disabled] {
  cursor: wait;
  opacity: .72;
}

.portfolio-scope {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.portfolio-scope span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  color: #e7eaf0;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}

@media (max-width: 760px) {
  body { padding-bottom: 82px !important; }

  .top-left-offer { display: none !important; }

  .mobile-action-bar,
  .mobilebar {
    grid-template-columns: 1.12fr 1fr .92fr !important;
    gap: 6px !important;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom)) !important;
  }

  .mobile-action-bar a,
  .mobilebar a {
    min-width: 0;
    min-height: 54px !important;
    padding: 7px 5px !important;
    border-radius: 13px !important;
    gap: 5px !important;
    font-size: 11.5px !important;
    line-height: 1.05;
    letter-spacing: -.15px;
    text-align: center;
  }

  .mobile-action-bar .mobile-call,
  .mobilebar .call {
    background: linear-gradient(135deg, #ef2029, var(--call-red-dark)) !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(226,27,35,.3);
  }

  .mobile-quote,
  .mobilebar .quote {
    background: #d8b56d !important;
    border: 1px solid #e6c77f !important;
    color: #111318 !important;
  }

  .cta-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 54px;
  }

  .portfolio-scope { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 380px) {
  .mobile-action-bar a,
  .mobilebar a { font-size: 10.5px !important; }
  .mobile-action-bar,
  .mobilebar { gap: 5px !important; padding-inline: 6px !important; }
}

@media (max-width: 480px) {
  .hero-inner {
    padding-top: clamp(108px, 16vh, 132px);
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .hero h1 {
    margin: 16px 0 18px;
    font-size: clamp(34px, 10.6vw, 50px);
    line-height: .98;
    letter-spacing: -1.7px;
    text-wrap: balance;
  }

  .hero p {
    max-width: 36ch;
    font-size: 16.5px;
    line-height: 1.58;
  }

  .hero .hero-actions {
    margin-top: 23px;
    gap: 0;
  }

  .hero .hero-actions > .call-now,
  .hero .hero-actions > .whatsapp-strong,
  .hero .hero-actions > [data-open-quote] {
    display: none;
  }

  .hero .instagram-btn {
    width: 100%;
    min-height: 54px;
    margin: 0;
  }

  .hero-microcopy,
  .instagram-floating {
    display: none;
  }
}
