/* Stone & Rock Onboarding — hero */

.tw-stone-rock-page .tw-hero--stone {
  background: linear-gradient(165deg, #020208 0%, #000066 38%, #2a1f14 72%, #4a3728 100%);
  overflow: hidden;
}

.tw-stone-rock-page .tw-hero--stone .tw-reveal,
.tw-stone-rock-page .tw-hero--stone .tw-hero-line,
.tw-stone-rock-page .tw-contact-copy .tw-reveal {
  opacity: 1;
  transform: none;
}

.tw-stone-rock-page .tw-hero--stone .tw-hero-line {
  animation: tw-stone-line-in 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
}

.tw-stone-rock-page .tw-hero--stone .tw-hero-line--1 { animation-delay: 0.1s; }
.tw-stone-rock-page .tw-hero--stone .tw-hero-line--2 { animation-delay: 0.22s; }
.tw-stone-rock-page .tw-hero--stone .tw-hero-line--3 { animation-delay: 0.34s; }

@keyframes tw-stone-line-in {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}

.tw-stone-hero-visual {
  position: absolute;
  right: clamp(4%, 8vw, 12%);
  top: 50%;
  transform: translateY(-50%);
  width: min(300px, 34vw);
  height: min(300px, 34vw);
  z-index: 2;
  pointer-events: none;
}

.tw-stone-hero-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(180, 140, 90, 0.45);
  animation: tw-stone-ring-pulse 3.5s ease-in-out infinite;
}

.tw-stone-hero-ring--2 {
  inset: 18%;
  border-color: rgba(148, 163, 184, 0.4);
  animation-delay: 0.9s;
}

.tw-stone-hero-core {
  position: absolute;
  inset: 30%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(180, 140, 90, 0.42), rgba(0, 0, 102, 0.15) 70%);
  box-shadow: 0 0 50px rgba(180, 140, 90, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tw-stone-hero-core svg {
  width: 44%;
  height: 44%;
  color: rgba(255, 255, 255, 0.92);
}

@keyframes tw-stone-ring-pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50%      { transform: scale(1.05); opacity: 1; }
}

.tw-stone-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
}

.tw-stone-hero-badge {
  display: inline-flex;
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(180, 140, 90, 0.45);
  border-radius: 999px;
}

.tw-stone-rock-page .tw-hero--compact.tw-hero--stone {
  min-height: min(76vh, 800px);
  min-height: min(76dvh, 800px);
}

@media (max-width: 900px) {
  .tw-stone-hero-visual { opacity: 0.35; right: -6%; }
}

@media (max-width: 600px) {
  .tw-stone-hero-visual { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .tw-stone-hero-ring,
  .tw-stone-rock-page .tw-hero--stone .tw-hero-line { animation: none; }
}

.tw-stone-pricing-box {
  margin: 1.25rem 0 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #dbe3ec;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.tw-stone-pricing-box__title {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e293b;
}

.tw-stone-pricing-box__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-stone-pricing-box__list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.95rem;
  color: #334155;
}

.tw-stone-pricing-box__list li:last-child { border-bottom: 0; }

.tw-stone-pricing-box__list strong {
  color: #066aab;
  white-space: nowrap;
}

.tw-stone-pricing-box__note {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
  color: #64748b;
}

.tw-stone-rock-page .tw-project-summary,
.tw-stone-rock-page .wpforms-container .tw-project-summary {
  margin: 0 0 1rem;
  padding: 14px 16px;
  border: 1px solid #dbe3ec;
  border-radius: 8px;
  background: #f8fafc;
  font-size: 15px;
  line-height: 1.6;
  color: #1e293b;
}

.tw-stone-rock-page .tw-project-summary__lead {
  margin: 0 0 12px;
}

.tw-stone-rock-page .tw-project-summary__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.tw-stone-rock-page .tw-project-summary__row td {
  padding: 8px 0;
  color: #334155;
}

.tw-stone-rock-page .tw-project-summary__row--alt {
  background: rgba(226, 232, 240, 0.35);
}

.tw-stone-rock-page .tw-project-summary__row td:last-child {
  text-align: right;
  white-space: nowrap;
}

.tw-stone-rock-page .tw-project-summary__price--blue { color: #066aab; font-weight: 700; }
.tw-stone-rock-page .tw-project-summary__price--green { color: #059669; font-weight: 700; }
.tw-stone-rock-page .tw-project-summary__price--purple { color: #7c3aed; font-weight: 700; }

.tw-stone-rock-page .tw-project-summary__tag {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  vertical-align: middle;
}

.tw-stone-rock-page .tw-project-summary__empty {
  margin: 10px 0 0;
  font-size: 13px;
  color: #64748b;
}

.tw-stone-rock-page .tw-project-summary__onetotal {
  margin: 10px 0 0;
  font-size: 14px;
  color: #1e293b;
}

.tw-stone-rock-page .tw-project-summary__onetotal strong {
  color: #059669;
}

.tw-stone-listings-note {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #eefbf3;
  border: 1px solid #bbf7d0;
  color: #14532d;
  font-size: 0.92rem;
  line-height: 1.55;
}

.tw-stone-listings-note__title {
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #166534;
}

.tw-stone-listings-note p:last-child {
  margin: 0;
}

.tw-stone-rock-page .tw-listings-info,
.tw-stone-rock-page .wpforms-container .tw-listings-info {
  margin: 0 0 1rem;
  padding: 14px 16px;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  background: #f0fdf4;
  color: #14532d;
  font-size: 14px;
  line-height: 1.55;
}

.tw-stone-rock-page .tw-listings-info__title {
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-size: 15px;
  color: #166534;
}

.tw-stone-rock-page .tw-listings-info__text {
  margin: 0 0 0.65rem;
}

.tw-stone-rock-page .tw-listings-info__list {
  margin: 0;
  padding-left: 1.1rem;
}

.tw-stone-rock-page .tw-listings-info__list li {
  margin-bottom: 0.35rem;
}

.tw-stone-rock-page label[for="wpforms-14364-field_108"] {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.65rem;
}
