


.actionButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: #ffffff;
  color: #111111;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 0.8rem 1.7rem;
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(135deg, #111111, #666666);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: transform 0.25s ease, background-image 0.25s ease;
}

.actionButton:hover {
  transform: translateY(-2px);
  background-image: linear-gradient(#f5f5f5, #f5f5f5), linear-gradient(135deg, #666666, #111111);
  opacity: 1;
}

.actionButton:active { transform: translateY(0); }

.quietButton {
  display: inline-block;
  padding: 0.8rem 1.7rem;
  border: 1px solid currentColor;
  border-radius: 10px;
  font-weight: 600;
}

.offerBadge,
.benefitTag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #111111;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}


.offerTile {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  padding: 2rem 1.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.offerValue {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.9rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.4rem;
}

.offerNote {
  color: #f5f5f5;
  font-size: 0.95rem;
  margin-bottom: 0;
  opacity: 0.82;
}


.benefitCard {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 240px;
  color: #ffffff;
  background: linear-gradient(150deg, #333333 0%, #111111 100%);
}

.benefitCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .75), transparent);
}

.benefitBody {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 240px;
}

.benefitBody h3 { margin-bottom: 0.6rem; }

.benefitBody p {
  margin-bottom: 0;
  color: #f5f5f5;
  font-size: 0.97rem;
}


.portfolioShot {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 1 / 1;
}

.portfolioShot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolioCaption {
  font-size: 0.9rem;
  color: #666666;
  margin: 0.7rem 0 0;
}


.compositionRow {
  display: flex;
  gap: 1.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 0;
}

.compositionName {
  flex: 0 0 34%;
  font-weight: 700;
}

.compositionRole {
  flex: 1 1 auto;
  color: #333333;
}


.promiseRow,
.stepRow {
  position: relative;
  padding: 1.1rem 1.25rem 1.1rem 3.4rem;
  border-radius: 12px;
  margin-bottom: 0.6rem;
}

.promiseRow {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.stepRow {
  background: #f5f5f5;
}

.stepIndex {
  position: absolute;
  left: 1.1rem;
  top: 1.1rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promiseRow::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  top: 1.7rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #ffffff;
}


.faqItem {
  border-radius: 12px;
  margin-bottom: .6rem;
  transition: .3s;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.faqItem.isOpen {
  background: linear-gradient(135deg, rgba(17, 17, 17, 0.08), transparent);
  border-color: #111111;
}

.faqQuestion {
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.02rem;
  color: #111111;
}

.faqQuestion::after {
  content: "+";
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.4rem;
  line-height: 1;
  transition: transform .3s ease;
}

.faqItem.isOpen .faqQuestion::after { transform: rotate(45deg); }

.faqAnswer {
  display: none;
  padding: 0 1.25rem 1.25rem;
  color: #333333;
}

.faqItem.isOpen .faqAnswer { display: block; }

.faqAnswer p:last-child { margin-bottom: 0; }


.fieldRow { margin-bottom: 1rem; }

.fieldLabel {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.consentRow {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin-bottom: 1.1rem;
  font-size: 0.88rem;
  color: #333333;
}

.consentBox {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  margin-top: 0.2rem;
  accent-color: #111111;
  padding: 0;
}

.consentRow a { text-decoration: underline; }

.formNote {
  font-size: 0.85rem;
  color: #666666;
  margin-bottom: 0;
}

.formError {
  font-size: 0.88rem;
  color: #111111;
  font-weight: 600;
  min-height: 1.2rem;
  margin-bottom: 0.4rem;
}

.formSuccess {
  border: 2px solid #111111;
  border-radius: 12px;
  padding: 1.5rem;
  background: #f5f5f5;
}

.isSending .spinner { display: block; }


.bannerDot {
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: none;
  position: relative;
}

.bannerDot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transition: background 0.3s ease;
}

.bannerDot.isActive::before { background: #ffffff; }
