/* PlantFocus — Partners / Shop landing page styles */

.page-florists .language-li {
  display: flex;
  align-items: center;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  background: rgba(238, 247, 242, .92);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.language-option {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1;
  min-width: 34px;
  padding: 8px 9px;
  text-decoration: none;
}

.language-option:hover,
.language-option.is-active {
  background: #ffffff;
  color: var(--text);
  box-shadow: 0 1px 6px rgba(16, 33, 25, .08);
}

.language-option.is-active {
  color: var(--brand-600);
}

/* ── Hero ── */
.partner-hero {
  padding: 80px 0 100px;
  background:
    radial-gradient(ellipse 55% 90% at 100% 50%, rgba(46, 190, 113, .09), transparent 65%),
    var(--bg);
}
.partner-hero-inner {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 56px;
  align-items: center;
}
.hero-copy {
  display: flex;
  flex-direction: column;
}
.hero-copy .hero-badge {
  align-self: flex-start;
  margin-bottom: 20px;
}
.hero-copy .display {
  margin-bottom: 20px;
  letter-spacing: .02em;
}
.hero-copy .lead {
  color: var(--muted);
  margin-bottom: 4px;
}
.partner-hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 16px 0 20px;
}
.partner-hero-proof {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: .9rem;
  flex-wrap: wrap;
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.proof-dot {
  width: 6px;
  height: 6px;
  background: var(--brand);
  border-radius: 50%;
  opacity: .7;
}
.proof-sep {
  width: 4px;
  height: 4px;
  background: rgba(43, 87, 67, .35);
  border-radius: 50%;
}

.partner-hero-langs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
}

.hero-langs-label {
  font-size: .78rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.hero-langs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
}

.hero-langs-chips span {
  font-size: .72rem;
  font-weight: 600;
  color: var(--muted);
  background: rgba(255,255,255,.55);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 2px 7px;
  letter-spacing: .06em;
}

/* Hero visual */
.hero-img-wrap {
  position: relative;
}
.hero-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
  display: block;
  box-shadow: 0 32px 80px rgba(16, 33, 25, .18);
}
.hero-img-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 8px 24px rgba(16, 33, 25, .12);
}
.hero-img-badge-icon {
  font-size: 22px;
  flex-shrink: 0;
}
.hero-img-badge-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-img-badge-body strong {
  font-size: .88rem;
  color: var(--text);
  font-weight: 700;
  display: block;
}
.hero-img-badge-body span {
  font-size: .75rem;
  color: var(--muted);
}

/* Phone preview card */
.phone-preview-card {
  background: linear-gradient(145deg, #FFFFFF, #F4FAF6);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 16px 40px rgba(16, 33, 25, .12);
  width: calc(100% - 32px);
  margin-top: -12px;
  position: relative;
  z-index: 2;
}
.phone-preview-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.phone-preview-icon {
  font-size: 28px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #E7F5EE, #D3EEE0);
  border-radius: 14px;
  border: 1px solid var(--line);
  flex-shrink: 0;
}
.phone-preview-title {
  font-weight: 700;
  font-size: .97rem;
  color: var(--text);
  margin-bottom: 2px;
}
.phone-preview-sub {
  font-size: .8rem;
  color: var(--brand);
  font-weight: 600;
}
.phone-preview-row {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.phone-preview-stat {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 10px;
  font-size: .82rem;
  color: var(--muted);
  font-weight: 500;
}
.stat-icon { font-size: 14px }
.phone-preview-tip {
  background: rgba(47, 190, 113, .08);
  border: 1px solid rgba(47, 190, 113, .2);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.5;
}

/* ── QR Band ── */
.qr-band {
  padding: 56px 0;
  background: linear-gradient(135deg, #EEF7F2 0%, #E5F3EB 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.qr-band-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  align-items: center;
}
.qr-band-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.qr-band-copy h2 {
  font-family: Calistoga, Georgia, serif;
  font-size: clamp(1.6rem, 1.3rem + 1vw, 2.2rem);
  letter-spacing: .02em;
  margin: 0;
  color: var(--text);
}
.qr-band-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
  max-width: 520px;
}
.qr-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 32px rgba(16, 33, 25, .10);
}
.qr-img {
  width: 160px;
  height: 160px;
  display: block;
  border-radius: 8px;
}
.qr-card-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-align: center;
}
.qr-card-label {
  font-size: .88rem;
  font-weight: 700;
  color: var(--text);
}
.qr-card-sub {
  font-size: .75rem;
  color: var(--muted);
}

/* ── Problem ── */
.partner-problem {
  background: linear-gradient(180deg, var(--bg) 0%, #F1F7F4 60%, var(--bg) 100%);
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}
.problem-card {
  padding: 28px;
  text-align: center;
}
.problem-icon {
  font-size: 36px;
  margin-bottom: 16px;
  display: block;
}
.problem-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}
.problem-card p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.7;
}
.problem-footer {
  text-align: center;
  max-width: 660px;
  margin-inline: auto;
  padding: 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.problem-footer-headline {
  font-family: Calistoga, Georgia, serif;
  font-size: clamp(1.8rem, 1.5rem + 1.2vw, 2.6rem);
  font-weight: 400;
  color: var(--text);
  letter-spacing: .02em;
  margin: 0;
  line-height: 1.15;
}
.problem-footer-sub {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

/* ── Solution ── */
.partner-solution {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}
.partner-solution-bg {
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/customer-scanning.jpeg');
  background-size: cover;
  background-position: center 30%;
  opacity: .18;
  z-index: 0;
}
.partner-solution::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    var(--bg) 0%,
    rgba(238, 247, 242, .0) 20%,
    rgba(238, 247, 242, .0) 80%,
    var(--bg) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.partner-solution-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.section-label {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--brand-600);
  margin-bottom: 16px;
}
.solution-copy .display {
  font-size: clamp(2rem, 1.6rem + 1.5vw, 3.2rem);
  margin-bottom: 20px;
}
.solution-visual {
  padding-top: 58px;
}
.solution-steps {
  display: flex;
  flex-direction: column;
}
.sol-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.sol-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-600));
  color: #ffffff;
  font-weight: 800;
  font-size: .82rem;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(28, 158, 90, .25);
}
.sol-step-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 6px;
}
.sol-step-body strong {
  font-size: 1rem;
  color: var(--text);
}
.sol-step-body span {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.6;
}
.sol-connector {
  width: 2px;
  height: 28px;
  background: linear-gradient(to bottom, rgba(47, 190, 113, .35), rgba(47, 190, 113, .1));
  margin-left: 17px;
}

/* ── Benefits ── */
.partner-benefits {
  background: linear-gradient(180deg, var(--bg) 0%, #EDF6F1 50%, var(--bg) 100%);
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.benefit-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px;
}
.benefit-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, #E7F5EE, #D3EEE0);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(28, 158, 90, .12);
}
.benefit-icon { font-size: 24px }
.benefit-body h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.benefit-body p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.7;
}

/* ── How it works ── */
.partner-how {
  background:
    radial-gradient(700px 500px at 90% 10%, rgba(46, 190, 113, .07), transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, #F1F7F4 50%, var(--bg) 100%);
}
.how-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.how-step {
  padding: 28px 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.how-step-num {
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  color: var(--brand);
  text-transform: uppercase;
}
.how-step-icon {
  font-size: 32px;
  margin: 4px 0;
}
.how-step h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.how-step p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.7;
}

/* ── Trust section ── */
.partner-trust {
  background: linear-gradient(180deg, var(--bg) 0%, #EEF7F2 50%, var(--bg) 100%);
}
.trust-inner {
  max-width: 740px;
  margin-inline: auto;
  padding: 44px 48px;
  text-align: center;
}
.trust-badge {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #1a6b40;
  background: rgba(47, 190, 113, .10);
  border: 1px solid rgba(47, 190, 113, .28);
  border-radius: 999px;
  padding: 6px 16px;
  margin-bottom: 24px;
}
.trust-inner h2 {
  font-family: Calistoga, Georgia, serif;
  font-size: clamp(1.7rem, 1.4rem + 1.2vw, 2.4rem);
  letter-spacing: .02em;
  margin: 0 0 20px;
}
.trust-lead {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 0 32px;
}
.trust-points {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
}
.trust-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(247, 251, 249, .95);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
}
.trust-check {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--brand), var(--brand-600));
  color: #ffffff;
  border-radius: 50%;
  font-size: .85rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(28, 158, 90, .25);
}
.trust-point strong {
  display: block;
  font-size: .98rem;
  color: var(--text);
  margin-bottom: 3px;
}
.trust-point span {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.5;
}

.trust-langs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 10px;
}

.trust-langs span {
  font-size: .78rem;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2px 7px;
  white-space: nowrap;
  line-height: 1.8;
}

/* ── About ── */
.partner-about {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.partner-about-bg {
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/plantfocus-office.jpeg');
  background-size: cover;
  background-position: center 30%;
  opacity: .07;
  z-index: 0;
}

.partner-about-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-copy p {
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}

.about-footer {
  font-style: italic;
  border-left: 3px solid var(--brand);
  padding-left: 16px;
  color: var(--text) !important;
}

.about-image {
  position: relative;
}

.about-img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 24px 64px rgba(16, 33, 25, .14);
}

.about-video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(16, 33, 25, .14);
}

.about-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.about-location {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--text);
}

.about-location-dot {
  width: 8px;
  height: 8px;
  background: var(--brand);
  border-radius: 50%;
  flex-shrink: 0;
}


/* ── CTA / Form ── */
.partner-cta {
  position: relative;
  overflow: hidden;
  background: var(--bg);
  padding: 96px 0 80px;
}

.partner-cta-bg {
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/pot-with-barcode.jpeg');
  background-size: cover;
  background-position: center 40%;
  opacity: .15;
  z-index: 0;
}

.partner-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, var(--bg) 0%, rgba(238,247,242,.0) 25%, rgba(238,247,242,.0) 75%, var(--bg) 100%);
  pointer-events: none;
  z-index: 1;
}

.partner-cta .container {
  position: relative;
  z-index: 2;
}
.partner-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.partner-cta-copy .display {
  font-size: clamp(2rem, 1.6rem + 1.5vw, 3.2rem);
  margin-bottom: 18px;
}
.partner-cta-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0;
}
.partner-cta-form {
  padding: 36px 32px;
}
.partner-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-demo-link {
  margin: 18px 0 0;
  text-align: center;
  font-size: .88rem;
  color: var(--muted);
}

/* Form states */
.partner-form.is-submitting .form-submit {
  opacity: .7;
  pointer-events: none;
}
.partner-cta-form.submitted .partner-form,
.partner-cta-form.submitted .form-demo-link {
  display: none;
}
.partner-cta-form.submitted .form-success {
  display: block;
}

/* ── FAQ ── */
.partner-faq {
  background: linear-gradient(180deg, var(--bg) 0%, #F1F7F4 50%, var(--bg) 100%);
}

/* ── Earnings Calculator ── */
.partner-earnings {
  background: linear-gradient(180deg, var(--bg) 0%, #EDF6F1 50%, var(--bg) 100%);
}
.earnings-card {
  max-width: 700px;
  margin-inline: auto;
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.earnings-slider-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.earnings-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.earnings-slider-label {
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--muted);
}
.earnings-slider-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--brand-600);
  font-variant-numeric: tabular-nums;
  min-width: 64px;
  text-align: right;
}
.earnings-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(
    to right,
    var(--brand) 0%,
    var(--brand) var(--progress, 2%),
    rgba(43, 87, 67, .18) var(--progress, 2%),
    rgba(43, 87, 67, .18) 100%
  );
  outline: none;
  cursor: pointer;
}
.earnings-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  border: 2.5px solid var(--brand);
  box-shadow: 0 2px 10px rgba(28, 158, 90, .30);
  cursor: grab;
  transition: box-shadow .15s, transform .15s;
}
.earnings-range::-webkit-slider-thumb:active {
  cursor: grabbing;
  box-shadow: 0 4px 18px rgba(28, 158, 90, .45);
  transform: scale(1.12);
}
.earnings-range::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  border: 2.5px solid var(--brand);
  box-shadow: 0 2px 10px rgba(28, 158, 90, .30);
  cursor: grab;
}
.earnings-range-marks {
  display: flex;
  justify-content: space-between;
  font-size: .72rem;
  color: var(--muted);
  padding: 0 2px;
}
.earnings-output {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(47, 190, 113, .09), rgba(28, 158, 90, .05));
  border: 1px solid rgba(47, 190, 113, .22);
  border-radius: 16px;
}
.earnings-main-figure {
  display: flex;
  align-items: baseline;
  gap: 3px;
  flex-shrink: 0;
}
.earnings-currency {
  font-size: 2rem;
  font-weight: 800;
  color: var(--brand-600);
  line-height: 1;
}
.earnings-big {
  font-size: 4.5rem;
  font-weight: 400;
  color: var(--brand-600);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-family: Calistoga, Georgia, serif;
  letter-spacing: -.01em;
}
.earnings-period {
  font-size: 1rem;
  font-weight: 600;
  color: var(--muted);
  margin-left: 6px;
}
.earnings-secondary {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-left: 1px solid var(--line);
  padding-left: 28px;
  flex: 1;
}
.earnings-stat { display: flex; flex-direction: column; gap: 2px; }
.earnings-stat-val {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.earnings-stat-sep {
  height: 1px;
  background: var(--line);
}
.earnings-stat-label { font-size: .78rem; color: var(--muted); }
.earnings-assumption {
  font-size: .83rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.6;
  margin: 0;
}
.earnings-disclaimer {
  font-size: .75rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.65;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

/* ── Responsive ── */
@media (max-width: 980px) {
  .partner-solution-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .partner-cta-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 860px) {
  .qr-band-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    justify-items: center;
    text-align: center;
  }
  .qr-band-copy {
    align-items: center;
  }
  .qr-band-copy p {
    max-width: 100%;
  }
  .partner-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-visual {
    order: -1;
  }
  .hero-img {
    aspect-ratio: 16 / 9;
  }
  .problem-grid {
    grid-template-columns: 1fr;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .how-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-inner {
    padding: 36px 28px;
  }
}
@media (max-width: 620px) {
  .earnings-card {
    padding: 28px 22px;
  }
  .earnings-output {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 20px;
  }
  .earnings-secondary {
    flex-direction: row;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 16px;
    width: 100%;
    align-items: flex-start;
  }
  .earnings-stat-sep { display: none; }
  .earnings-big { font-size: 3.5rem; }
}
@media (max-width: 720px) {
  .page-florists .nav-list.open {
    max-height: 520px;
  }
  .page-florists .language-li {
    padding: 12px 14px;
  }
  .page-florists .language-switcher {
    width: 100%;
    justify-content: space-between;
  }
  .page-florists .language-option {
    flex: 1;
  }
  .partner-hero {
    padding: 60px 0 80px;
  }
  .how-timeline {
    grid-template-columns: 1fr;
  }
  .partner-cta-form {
    padding: 28px 22px;
  }
  .trust-inner {
    padding: 32px 20px;
  }
}
@media (max-width: 480px) {
  .benefits-grid {
    gap: 14px;
  }
  .benefit-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .phone-preview-row {
    flex-direction: column;
  }
}
