.home-hero-inner .hero-actions .btn,
.home-hero-inner .hero-actions .btn.secondary {
  position: relative;
  isolation: isolate;
  min-height: 2.62rem;
  padding: 0.62rem 0.68rem 0.62rem 2.34rem;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid rgba(72, 52, 31, 0.82);
  border-radius: 0;
  clip-path: polygon(0.42rem 0, calc(100% - 0.7rem) 0, 100% 0.6rem, 100% 100%, 0 100%, 0 0.42rem);
  color: #0d130b;
  background:
    linear-gradient(135deg, transparent 0 calc(100% - 0.72rem), rgba(91, 70, 42, 0.55) calc(100% - 0.7rem) calc(100% - 0.62rem), transparent calc(100% - 0.6rem)),
    linear-gradient(180deg, rgba(255, 248, 218, 0.78), rgba(198, 178, 133, 0.94)),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.045) 0 1px, transparent 1px 4px),
    #d8c79b;
  box-shadow:
    0 0 16px rgba(77, 255, 136, 0.15),
    0 8px 26px rgba(0, 0, 0, 0.32),
    inset 0 0 0 2px rgba(255, 248, 218, 0.22),
    inset 0 -3px 0 rgba(102, 39, 23, 0.52);
  font-family: "Lucida Console", "Courier New", Monaco, monospace;
  font-size: clamp(0.58rem, 0.58vw, 0.67rem);
  font-weight: 900;
  letter-spacing: 0;
  text-align: left;
  text-shadow: none;
  transform: none;
}

.home-hero-inner .hero-actions .btn::before,
.home-hero-inner .hero-actions .btn.secondary::before {
  content: "";
  position: absolute;
  left: 0.58rem;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #0a0d08;
  box-shadow:
    0 0 0 1px rgba(255, 248, 218, 0.25),
    inset 0 0 4px rgba(0, 0, 0, 0.72);
}

.home-hero-inner .hero-actions .btn::after,
.home-hero-inner .hero-actions .btn.secondary::after {
  content: "";
  position: absolute;
  inset: 0.19rem;
  z-index: -1;
  border: 1px solid rgba(82, 61, 38, 0.54);
  clip-path: polygon(0.32rem 0, calc(100% - 0.55rem) 0, 100% 0.48rem, 100% 100%, 0 100%, 0 0.32rem);
  pointer-events: none;
}

.home-hero-inner .hero-actions .btn:hover,
.home-hero-inner .hero-actions .btn:focus-visible,
.home-hero-inner .hero-actions .btn.secondary:hover,
.home-hero-inner .hero-actions .btn.secondary:focus-visible {
  color: #020602;
  background:
    linear-gradient(135deg, transparent 0 calc(100% - 0.72rem), rgba(91, 70, 42, 0.58) calc(100% - 0.7rem) calc(100% - 0.62rem), transparent calc(100% - 0.6rem)),
    linear-gradient(180deg, rgba(255, 252, 230, 0.90), rgba(216, 195, 148, 0.98)),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0 1px, transparent 1px 4px),
    #e1cfa0;
  box-shadow:
    0 0 20px rgba(77, 255, 136, 0.24),
    0 8px 28px rgba(0, 0, 0, 0.34),
    inset 0 0 0 2px rgba(255, 248, 218, 0.26),
    inset 0 -3px 0 rgba(102, 39, 23, 0.60);
  transform: translateY(-1px);
  outline: none;
}

@media (min-width: 1181px) {
  .home-hero-inner .hero-actions .btn,
  .home-hero-inner .hero-actions .btn.secondary {
    width: 100%;
    min-height: 2.62rem;
    padding: 0.62rem 0.68rem 0.62rem 2.34rem;
    font-size: clamp(0.58rem, 0.58vw, 0.67rem);
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .home-hero-inner .hero-actions .btn,
  .home-hero-inner .hero-actions .btn.secondary {
    width: 100%;
    min-height: 2.8rem;
    justify-content: center;
    padding-left: 2.34rem;
    padding-right: 0.95rem;
    font-size: clamp(0.82rem, 3.35vw, 0.98rem);
    font-weight: 900;
    letter-spacing: 0.012em;
    line-height: 1.15;
  }
}
