/* Conecta Drop-Off Point — aligned with the current Conecta marketing system */

.drop-off-page {
  --drop-brand: #006847;
  --drop-brand-dark: #004f36;
  --drop-brand-deep: #003d2a;
  --drop-gold: #f4c95d;
  --drop-surface-warm: #fdf8f2;
  --drop-surface: #ffffff;
  --drop-surface-soft: #f5f8f7;
  --drop-brand-soft: #eaf4f0;
  --drop-text: #15231e;
  --drop-muted: #4b5d56;
  --drop-border: rgba(0, 104, 71, 0.16);
  --drop-border-strong: rgba(0, 104, 71, 0.3);
  --drop-shadow: 0 14px 40px rgba(16, 42, 32, 0.07);
  --drop-shadow-card: 0 8px 20px rgba(16, 42, 32, 0.1);
  --drop-radius: 16px;
  --drop-radius-lg: 24px;
  --drop-max: 1240px;
  margin: 0;
  background: var(--drop-surface);
  color: var(--drop-text);
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.drop-off-page *,
.drop-off-page *::before,
.drop-off-page *::after {
  box-sizing: border-box;
}

.drop-off-page h1,
.drop-off-page h2,
.drop-off-page h3,
.drop-off-page p,
.drop-off-page ul {
  margin: 0;
}

.drop-off-page h1,
.drop-off-page h2,
.drop-off-page h3 {
  color: var(--drop-text);
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  line-height: 1.06;
  text-wrap: balance;
}

.drop-off-page p,
.drop-off-page li {
  text-wrap: pretty;
}

.drop-off-main {
  overflow: hidden;
}

.drop-container {
  width: min(100% - 40px, var(--drop-max));
  margin-inline: auto;
}

.drop-section {
  padding-block: clamp(68px, 8vw, 92px);
}

.drop-section--soft {
  background: var(--drop-surface-soft);
  border-block: 1px solid var(--drop-border);
}

.drop-eyebrow {
  display: inline-block;
  margin-bottom: 16px !important;
  color: var(--drop-brand-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.drop-section__heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.drop-section__heading--center {
  margin-inline: auto;
  text-align: center;
}

.drop-section__heading h2 {
  font-size: clamp(2.2rem, 4.7vw, 3.55rem);
  letter-spacing: -0.025em;
}

.drop-section__heading > p:not(.drop-eyebrow) {
  margin-top: 16px;
  color: var(--drop-muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.drop-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 220ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 220ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.drop-button:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.drop-button:focus-visible,
.drop-text-link:focus-visible,
.drop-faq-list summary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 104, 71, 0.24);
}

.drop-button--primary {
  color: #fff;
  background: var(--drop-brand);
  border-color: var(--drop-brand);
}

.drop-button--primary:hover {
  color: #fff;
  background: var(--drop-brand-dark);
  border-color: var(--drop-brand-dark);
  box-shadow: var(--drop-shadow-card);
}

.drop-button--secondary {
  color: var(--drop-brand-dark);
  background: transparent;
  border-color: var(--drop-border-strong);
}

.drop-button--secondary:hover {
  background: var(--drop-brand-soft);
  border-color: var(--drop-brand);
}

.drop-text-link {
  display: inline-flex;
  align-items: center;
  color: var(--drop-brand-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.drop-text-link:hover {
  color: var(--drop-brand);
  text-underline-offset: 6px;
}

/* Hero */
.drop-hero {
  padding-block: clamp(38px, 5vw, 64px);
  background: var(--drop-surface-soft);
}

.drop-hero__card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
  padding: clamp(32px, 4vw, 52px);
  border: 1px solid var(--drop-border);
  border-radius: var(--drop-radius-lg);
  background: var(--drop-surface);
  box-shadow: var(--drop-shadow);
}

.drop-hero__copy {
  max-width: 720px;
}

.drop-hero__copy .drop-eyebrow {
  margin-bottom: 18px !important;
}

.drop-hero h1 {
  max-width: 15ch;
  font-size: clamp(2.8rem, 5.1vw, 4.55rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.drop-hero h1 span {
  color: var(--drop-brand);
}

.drop-hero__lead {
  max-width: 66ch;
  margin-top: 22px !important;
  color: var(--drop-muted);
  font-size: clamp(1.06rem, 1.8vw, 1.18rem);
  line-height: 1.72;
}

.drop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.drop-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--drop-border);
  color: var(--drop-brand-dark);
  font-size: 0.93rem;
  font-weight: 800;
}

.drop-hero__signals span {
  display: inline-flex;
  align-items: center;
}

.drop-hero__signals span + span::before {
  width: 5px;
  height: 5px;
  margin-inline: 12px;
  border-radius: 50%;
  background: var(--drop-gold);
  content: '';
}

/* Product workflow card */
.drop-workflow-card {
  padding: 26px;
  border: 1px solid var(--drop-border);
  border-radius: var(--drop-radius);
  background: var(--drop-surface-soft);
}

.drop-workflow-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--drop-border);
}

.drop-workflow-card__top > div {
  display: grid;
  gap: 3px;
}

.drop-workflow-card__label {
  color: var(--drop-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.drop-workflow-card__top strong {
  color: var(--drop-text);
  font-size: 1.12rem;
}

.drop-status {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--drop-brand-soft);
  color: var(--drop-brand-dark);
  font-size: 0.76rem;
  font-weight: 800;
}

.drop-workflow {
  padding-block: 22px;
}

.drop-workflow__step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
}

.drop-workflow__icon {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--drop-brand);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  place-items: center;
}

.drop-workflow__step div {
  display: grid;
  gap: 2px;
}

.drop-workflow__step strong {
  font-size: 0.95rem;
}

.drop-workflow__step small {
  color: var(--drop-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.drop-workflow__line {
  width: 1px;
  height: 17px;
  margin: 4px 0 4px 17px;
  background: var(--drop-border-strong);
}

.drop-payout {
  padding: 18px;
  border: 1px solid rgba(155, 106, 0, 0.2);
  border-radius: 14px;
  background: var(--drop-gold-soft);
}

.drop-payout__total,
.drop-payout__split,
.drop-payout__split > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.drop-payout__total {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(155, 106, 0, 0.18);
}

.drop-payout__total span,
.drop-payout__split span {
  color: #70581b;
  font-size: 0.78rem;
  font-weight: 700;
}

.drop-payout__total strong {
  font-size: 1.25rem;
}

.drop-payout__split {
  margin-top: 13px;
}

.drop-payout__split > div {
  flex: 1;
}

.drop-payout__split > div + div {
  padding-left: 14px;
  border-left: 1px solid rgba(155, 106, 0, 0.18);
}

.drop-payout__split strong {
  color: var(--drop-brand-dark);
  font-size: 1.05rem;
}

/* Four-step section */
.drop-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.drop-step-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--drop-border);
  border-radius: var(--drop-radius);
  background: var(--drop-surface);
  box-shadow: 0 6px 18px rgba(16, 42, 32, 0.05);
}

.drop-step-card__number {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--drop-brand);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.drop-step-card h3 {
  font-size: 2rem;
  letter-spacing: -0.02em;
}

.drop-step-card p {
  margin-top: 13px !important;
  color: var(--drop-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

/* Earnings */
.drop-earn-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: center;
}

.drop-earn-grid .drop-section__heading {
  margin-bottom: 0;
}

.drop-earn-card {
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--drop-border);
  border-radius: var(--drop-radius-lg);
  background: var(--drop-surface);
  box-shadow: var(--drop-shadow);
}

.drop-earn-card__rate {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.drop-earn-card__rate strong {
  color: var(--drop-brand);
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(4.2rem, 8vw, 6.6rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.drop-earn-card__rate span {
  max-width: 250px;
  color: var(--drop-text);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.drop-earn-card__example {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--drop-border);
}

.drop-earn-card__example > div:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--drop-muted);
  font-weight: 700;
}

.drop-earn-card__result {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 12px;
  background: var(--drop-brand-soft);
  color: var(--drop-brand-dark);
}

.drop-earn-card__result span {
  font-weight: 800;
}

.drop-earn-card__result strong {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.25rem);
  font-weight: 400;
  line-height: 1;
}

.drop-earn-card > p {
  margin-top: 12px !important;
  color: var(--drop-muted);
  font-size: 0.78rem;
}

/* Roles */
.drop-role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.drop-role-card {
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--drop-border);
  border-radius: var(--drop-radius-lg);
}

.drop-role-card--agency {
  background: var(--drop-brand-soft);
}

.drop-role-card--conecta {
  background: var(--drop-gold-soft);
}

.drop-role-card__tag {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--drop-brand-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.drop-role-card h3 {
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  letter-spacing: -0.025em;
}

.drop-role-card ul {
  display: grid;
  gap: 12px;
  margin-top: 24px !important;
  padding: 0;
  list-style: none;
}

.drop-role-card li {
  position: relative;
  padding-left: 28px;
  color: var(--drop-muted);
}

.drop-role-card li::before {
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--drop-brand);
  content: '✓';
  font-weight: 900;
}

/* Included features */
.drop-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.drop-feature-card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--drop-border);
  border-radius: var(--drop-radius);
  background: var(--drop-surface);
}

.drop-step-card__number {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid var(--drop-border);
  border-radius: 14px;
  background: var(--drop-brand-soft);
  color: var(--drop-brand);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}

.drop-feature-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  border-radius: 10px;
  background: var(--drop-brand-soft);
  color: var(--drop-brand);
  font-size: 1.15rem;
  font-weight: 800;
  place-items: center;
}

.drop-feature-card h3 {
  font-size: 1.55rem;
}

.drop-feature-card p {
  margin-top: 11px !important;
  color: var(--drop-muted);
  font-size: 0.94rem;
  line-height: 1.62;
}

/* Offer */
.drop-offer-section {
  background: var(--drop-surface-warm);
  border-block: 1px solid var(--drop-border);
}

.drop-offer-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--drop-border);
  border-radius: 28px;
  background: var(--drop-brand-deep);
  box-shadow: 0 24px 54px rgba(0, 61, 42, 0.14);
}

.drop-offer-card__price {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 52px);
  background: var(--drop-brand-soft);
  color: var(--drop-brand-deep);
}

.drop-offer-card__price span,
.drop-offer-card__price small {
  font-weight: 800;
}

.drop-offer-card__price strong {
  margin-block: 14px;
  color: var(--drop-brand-deep);
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(5rem, 10vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.86;
}

.drop-offer-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 64px);
}

.drop-offer-card__copy .drop-eyebrow {
  color: var(--drop-brand-soft);
}

.drop-offer-card__copy h2 {
  max-width: 13ch;
  color: #fff;
  font-size: clamp(2.3rem, 4.4vw, 3.65rem);
  letter-spacing: -0.025em;
}

.drop-offer-card__copy > p:not(.drop-eyebrow) {
  max-width: 62ch;
  margin-top: 18px !important;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.03rem;
}

.drop-offer-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 24px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
}

.drop-offer-card__facts span::before {
  margin-right: 7px;
  color: var(--drop-brand-soft);
  content: '✓';
}

.drop-offer-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
  margin-top: 30px;
}

.drop-offer-card__copy .drop-button--primary {
  color: var(--drop-brand-deep);
  background: var(--drop-brand-soft);
  border-color: var(--drop-brand-soft);
}

.drop-offer-card__copy .drop-button--primary:hover {
  background: var(--drop-surface);
  border-color: var(--drop-surface);
}

.drop-offer-card__copy .drop-text-link {
  color: #fff;
}

/* FAQ */
.drop-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: start;
}

.drop-faq-layout .drop-section__heading {
  margin-bottom: 0;
}

.drop-faq-list {
  border-top: 1px solid var(--drop-border);
}

.drop-faq-list details {
  border-bottom: 1px solid var(--drop-border);
}

.drop-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  color: var(--drop-text);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  list-style: none;
}

.drop-faq-list summary::-webkit-details-marker {
  display: none;
}

.drop-faq-list summary::after {
  color: var(--drop-brand);
  content: '+';
  font-size: 1.5rem;
  font-weight: 500;
}

.drop-faq-list details[open] summary::after {
  content: '−';
}

.drop-faq-list details p {
  max-width: 70ch;
  padding: 0 0 24px;
  color: var(--drop-muted);
}

/* Final CTA */
.drop-final {
  padding-block: clamp(58px, 7vw, 78px);
  background: #fff;
}

.drop-final__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 36px;
  border-top: 1px solid var(--drop-border-strong);
}

.drop-final__inner > div {
  max-width: 780px;
}

.drop-final h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  letter-spacing: -0.025em;
}

.drop-final__inner > div > p:not(.drop-eyebrow) {
  margin-top: 12px !important;
  color: var(--drop-muted);
}

.drop-final__inner {
  justify-content: center;
}

.drop-workflow-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--drop-border);
  border-radius: 24px;
  background: var(--drop-surface);
  box-shadow: var(--drop-shadow-card);
}

.drop-workflow-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--drop-border);
}

.drop-workflow-card__label {
  display: block;
  margin-bottom: 5px;
  color: var(--drop-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.drop-workflow-card__top strong {
  color: var(--drop-brand-deep);
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.drop-status {
  padding: 7px 10px;
  border: 1px solid var(--drop-border);
  border-radius: 999px;
  background: var(--drop-brand-soft);
  color: var(--drop-brand-dark);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.drop-workflow {
  display: grid;
  gap: 0;
  margin-top: 20px;
}

.drop-workflow__step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-block: 8px;
}

.drop-workflow__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--drop-border-strong);
  border-radius: 50%;
  background: var(--drop-brand-soft);
  color: var(--drop-brand);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
}

.drop-workflow__step strong {
  display: block;
  margin-top: 2px;
  color: var(--drop-text);
  font-size: 0.98rem;
  font-weight: 800;
}

.drop-workflow__step small {
  display: block;
  margin-top: 4px;
  color: var(--drop-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.drop-workflow__line {
  width: 1px;
  height: 14px;
  margin-left: 20px;
  background: var(--drop-border-strong);
}

.drop-payout {
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  background: var(--drop-brand-soft);
}

.drop-payout__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--drop-border);
}

.drop-payout__total span,
.drop-payout__split span {
  color: var(--drop-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.drop-payout__total strong {
  color: var(--drop-brand-deep);
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}

.drop-payout__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}

.drop-payout__split > div {
  display: grid;
  gap: 4px;
}

.drop-payout__split strong {
  color: var(--drop-brand-dark);
  font-size: 1.08rem;
  font-weight: 800;
}

@media (max-width: 980px) {
  .drop-hero__card,
  .drop-earn-grid,
  .drop-offer-card,
  .drop-faq-layout {
    grid-template-columns: 1fr;
  }

  .drop-hero__copy,
  .drop-hero h1 {
    max-width: none;
  }

  .drop-workflow-card {
    max-width: 620px;
  }

  .drop-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .drop-offer-card__price {
    min-height: 0;
  }

  .drop-offer-card__copy h2 {
    max-width: none;
  }
}

.drop-feature-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid var(--drop-border);
  border-radius: 14px;
  background: var(--drop-brand-soft);
  color: var(--drop-brand-dark);
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
}

.drop-earn-card {
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid var(--drop-border);
  border-radius: 20px;
  background: var(--drop-brand-soft);
  box-shadow: none;
}

.drop-earn-card__rate {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  gap: 20px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--drop-border);
}

.drop-earn-card__rate strong {
  color: var(--drop-brand-dark);
  font-size: clamp(4rem, 8vw, 6rem);
  letter-spacing: -0.05em;
  line-height: 0.8;
}

.drop-earn-card__rate span {
  max-width: 15ch;
  color: var(--drop-brand-deep);
  font-weight: 700;
  line-height: 1.35;
}

.drop-earn-card__example {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--drop-border);
  border-radius: 14px;
  background: var(--drop-surface);
}

.drop-earn-card__example > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--drop-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.drop-earn-card__example > div:first-child strong {
  color: var(--drop-brand);
  font-size: 1.25rem;
}

.drop-earn-card__result {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--drop-border);
}

.drop-earn-card__result span {
  color: var(--drop-text);
  font-weight: 800;
}

.drop-earn-card__result strong {
  color: var(--drop-brand-dark);
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.drop-earn-card > p {
  margin-top: 16px !important;
  color: var(--drop-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .drop-container {
    width: min(100% - 32px, var(--drop-max));
  }

  .drop-role-grid,
  .drop-feature-grid {
    grid-template-columns: 1fr;
  }

  .drop-feature-card,
  .drop-step-card {
    min-height: 0;
  }

  .drop-feature-card__icon,
  .drop-step-card__number {
    margin-bottom: 22px;
  }

  .drop-final__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .drop-container {
    width: min(100% - 24px, var(--drop-max));
  }

  .drop-hero {
    padding-block: 24px 42px;
  }

  .drop-hero__card {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .drop-hero h1 {
    font-size: clamp(2.5rem, 13vw, 3.5rem);
  }

  .drop-hero__actions,
  .drop-offer-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .drop-button {
    width: 100%;
  }

  .drop-hero__signals {
    display: grid;
    gap: 8px;
  }

  .drop-hero__signals span + span::before {
    display: none;
  }

  .drop-workflow-card {
    padding: 20px;
  }

  .drop-payout__split {
    align-items: stretch;
    flex-direction: column;
  }

  .drop-payout__split > div + div {
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(155, 106, 0, 0.18);
    border-left: 0;
  }

  .drop-step-grid {
    grid-template-columns: 1fr;
  }

  .drop-earn-card__rate {
    grid-template-columns: 1fr;
  }

  .drop-offer-card {
    border-radius: 20px;
  }

  .drop-offer-card__price,
  .drop-offer-card__copy {
    padding: 28px 22px;
  }
}
