/* ==========================================================================
   Ruedee — shared styling for the partner / inquiry landing pages
     /wellness-partner/   /sell-on-ruedee/   /course-online/
   Loaded AFTER /core/landing.css, whose .rde-home tokens (--rde-ink,
   --rde-lime, --rde-saffron, --rde-cream …) and fonts this builds on. No new
   webfont request is made. Scope class: .rde-partner-page. Components use the
   .rwp- prefix so nothing here can leak into the homepage or service listing.
   ========================================================================== */

.rde-partner-page {
  /* page-local additions on top of the shared .rde-home palette */
  --rwp-lime-soft: #eef6d6;
  --rwp-leaf-soft: #e6efe4;
  --rwp-saffron-soft: #fdf0dd;
  --rwp-rose-soft: #f7e8e4;
  --rwp-card: #fff;
  --rwp-radius: 22px;
}

/* main.css sets a global `p { text-align: justify }` for the legacy CMS pages.
   Justified Thai in narrow cards stretches badly, so opt this page out. */
.rde-partner-page p,
.rde-partner-page li,
.rde-partner-page label,
.rde-partner-page address { text-align: left; }
.rde-partner-page .rwp-head-center p,
.rde-partner-page .rwp-form-note,
.rde-partner-page .rwp-stamp p { text-align: center; }

/* --------------------------------------------------------------- utilities */
.rwp-nb { white-space: nowrap; }

/* landing.css sets `.rde-home img { width: 100% }` and an <svg> with no
   width/height attributes has no intrinsic size — so any inline icon that is
   not explicitly sized below would stretch its container. Size them here
   rather than relying on attributes in the stored HTML. */
.rde-partner-page .rde-btn svg { width: 16px; height: 16px; flex: none; }
.rde-partner-page .rwp-avatar svg { width: 16px; height: 16px; }

/* landing.css tracks .rde-eyebrow at .14em, which suits uppercase Latin but
   pulls Thai vowel and tone marks away from their base consonants — and makes
   the longer scope line wrap on small screens. Tighten it for Thai only. */
.rde-partner-page[lang="th"] .rde-eyebrow { letter-spacing: .03em; }

.rwp-lede {
  max-width: 62ch;
  color: var(--rde-muted);
  font-size: 17px;
}

.rde-partner-page .rde-section-head .rwp-lede { margin-top: 14px; }

.rwp-head-center {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}
.rwp-head-center .rde-kicker,
.rwp-head-center h2 { margin-inline: auto; }
.rwp-head-center .rwp-lede { margin-inline: auto; }

.rwp-grid { display: grid; gap: 20px; }
.rwp-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rwp-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rwp-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* Small round tick used in every benefit list */
.rwp-tick {
  display: grid;
  width: 24px;
  height: 24px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  color: var(--rde-leaf);
  background: var(--rwp-lime-soft);
}
.rwp-tick svg { width: 13px; height: 13px; }

/* ------------------------------------------------------------------- hero */
.rwp-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 82px;
  background:
    radial-gradient(circle at 84% 12%, rgba(139, 185, 0, .18), transparent 34%),
    linear-gradient(135deg, #f7f1e3, #f0e5cf);
}

.rwp-hero::after {
  position: absolute;
  right: -120px;
  bottom: -200px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(54, 94, 75, .14);
  border-radius: 50%;
  content: "";
}

.rwp-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 60px;
}

.rde-partner-page .rwp-hero h1 { margin-bottom: 20px; font-size: clamp(42px, 5.2vw, 68px); }
.rde-partner-page .rwp-hero h1 em { color: var(--rde-lime); font-style: normal; }

.rwp-hero-list {
  display: grid;
  margin: 0 0 30px;
  padding: 0;
  gap: 12px;
  list-style: none;
}
.rwp-hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--rde-ink);
  font-size: 15.5px;
  font-weight: 600;
}

/* Booking console mock ---------------------------------------------------- */
.rwp-hero-visual { position: relative; }

.rwp-console {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 26px;
  background: rgba(255, 253, 248, .96);
  box-shadow: var(--rde-shadow);
}

.rwp-console-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rde-line);
}
.rwp-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--rde-line); }
.rwp-dot:nth-child(1) { background: var(--rde-rose); }
.rwp-dot:nth-child(2) { background: var(--rde-saffron); }
.rwp-dot:nth-child(3) { background: var(--rde-lime); }
.rwp-console-title {
  margin-left: 8px;
  color: var(--rde-muted);
  font-size: 12px;
  font-weight: 600;
}

.rwp-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.rwp-kpi {
  padding: 13px 12px;
  border: 1px solid var(--rde-line);
  border-radius: 16px;
  background: var(--rde-cream);
}
.rwp-kpi small { display: block; color: var(--rde-muted); font-size: 11.5px; font-weight: 600; }
.rwp-kpi b { display: block; color: var(--rde-ink); font-family: "Playfair Display", serif; font-size: 23px; line-height: 1.25; }
.rwp-kpi i { color: var(--rde-leaf); font-size: 12px; font-style: normal; font-weight: 700; }

.rwp-booking {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 9px;
  padding: 12px;
  border: 1px solid var(--rde-line);
  border-radius: 16px;
  background: #fff;
}
.rwp-booking:last-child { margin-bottom: 0; }
.rwp-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  flex: none;
  place-items: center;
  border-radius: 13px;
  color: var(--rde-leaf);
  background: var(--rwp-lime-soft);
  font-size: 13px;
  font-weight: 700;
}
.rwp-avatar-b { color: var(--rde-saffron); background: var(--rwp-saffron-soft); }
.rwp-avatar-c { color: var(--rde-rose); background: var(--rwp-rose-soft); }
.rwp-booking-body { min-width: 0; flex: 1; }
.rwp-booking-body b { display: block; color: var(--rde-ink); font-size: 14px; font-weight: 700; line-height: 1.35; }
.rwp-booking-body span { display: block; color: var(--rde-muted); font-size: 12.5px; line-height: 1.4; }
.rwp-price { color: var(--rde-leaf); font-size: 14.5px; font-weight: 700; white-space: nowrap; }
.rwp-paid {
  padding: 3px 10px;
  border-radius: 999px;
  color: var(--rde-leaf);
  background: var(--rwp-lime-soft);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.rwp-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 18px;
  background: rgba(255, 253, 248, .95);
  box-shadow: 0 18px 45px rgba(23, 53, 43, .18);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}
.rwp-float small { display: block; color: var(--rde-muted); font-size: 11.5px; font-weight: 500; }
.rwp-float-ico {
  display: grid;
  width: 32px;
  height: 32px;
  flex: none;
  place-items: center;
  border-radius: 11px;
  color: var(--rde-leaf);
  background: var(--rwp-lime-soft);
}
.rwp-float-ico svg { width: 17px; height: 17px; }
.rwp-float-a { top: -44px; left: -20px; }
.rwp-float-b { right: -18px; bottom: -26px; }
.rwp-float-b .rwp-float-ico { color: var(--rde-saffron); background: var(--rwp-saffron-soft); }

/* -------------------------------------------------------------- offer band */
.rwp-offer {
  padding: 34px 0;
  color: #fff;
  background: var(--rde-ink);
}
.rwp-offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.rwp-offer-item { display: flex; align-items: flex-start; gap: 13px; }
.rwp-offer-ico {
  display: grid;
  width: 40px;
  height: 40px;
  flex: none;
  place-items: center;
  border-radius: 13px;
  color: #d8ec9d;
  background: rgba(216, 236, 157, .14);
}
.rwp-offer-ico svg { width: 20px; height: 20px; }
.rwp-offer-item b { display: block; color: #fff; font-size: 15px; line-height: 1.4; }
.rwp-offer-item span { color: rgba(255, 255, 255, .62); font-size: 12.5px; line-height: 1.5; }

/* ----------------------------------------------------------- reason cards */
.rwp-card {
  position: relative;
  padding: 30px 26px;
  border: 1px solid var(--rde-line);
  border-radius: var(--rwp-radius);
  background: var(--rwp-card);
  transition: transform .2s ease, box-shadow .2s ease;
}
.rwp-card:hover { transform: translateY(-3px); box-shadow: var(--rde-shadow); }

.rwp-card-no {
  position: absolute;
  top: 26px;
  right: 26px;
  color: var(--rde-saffron);
  font-size: 12px;
  font-weight: 700;
}
.rwp-card-ico {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 15px;
  color: var(--rde-leaf);
  background: var(--rwp-lime-soft);
}
.rwp-card-ico svg { width: 23px; height: 23px; }
.rwp-card-ico-saffron { color: var(--rde-saffron); background: var(--rwp-saffron-soft); }
.rwp-card-ico-rose { color: var(--rde-rose); background: var(--rwp-rose-soft); }
.rwp-card-ico-leaf { color: var(--rde-leaf); background: var(--rwp-leaf-soft); }

.rde-partner-page .rwp-card h3 { margin-bottom: 8px; color: var(--rde-ink); font-size: 18px; }
.rde-partner-page .rwp-card p { margin: 0; color: var(--rde-muted); font-size: 14.5px; }

/* ------------------------------------------------------- campaign calendar */
.rwp-campaign {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 48px;
  padding: 44px;
  border: 1px solid var(--rde-line);
  border-radius: 28px;
  background: var(--rde-paper);
  box-shadow: var(--rde-shadow);
}

.rwp-months {
  display: flex;
  height: 232px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 16px 0;
  border: 1px solid var(--rde-line);
  border-radius: var(--rwp-radius);
  background: var(--rde-cream);
}
.rwp-month { display: flex; height: 100%; flex: 1; flex-direction: column; align-items: center; justify-content: flex-end; gap: 9px; }
.rwp-month-bar {
  position: relative;
  width: 100%;
  max-width: 46px;
  height: 0;
  border-radius: 9px 9px 3px 3px;
  background: linear-gradient(180deg, #cfe38a, #a9cc4a);
  transition: height 1s cubic-bezier(.22, 1, .36, 1);
}
.rwp-month-peak .rwp-month-bar { background: linear-gradient(180deg, var(--rde-saffron), #d9822b); }
.rwp-month-bar em {
  position: absolute;
  top: -24px;
  left: 50%;
  color: var(--rde-leaf);
  font-size: 11.5px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  transform: translateX(-50%);
}
.rwp-month-peak .rwp-month-bar em { color: var(--rde-saffron); }
.rwp-month span { color: var(--rde-muted); font-size: 11.5px; text-align: center; }

.rwp-note {
  margin-top: 14px;
  color: var(--rde-muted);
  font-size: 12.5px;
}

/* --------------------------------------------------------- benefit splits */
.rwp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 54px;
  padding: 40px 0;
}
.rwp-split + .rwp-split { border-top: 1px solid var(--rde-line); }
.rwp-split-flip .rwp-split-media { order: -1; }

.rde-partner-page .rwp-split h3 { margin-bottom: 12px; font-family: "Playfair Display", "Noto Sans Thai", serif; font-size: clamp(24px, 2.6vw, 32px); }
.rde-partner-page[lang="th"] .rwp-split h3 { font-family: "Noto Sans Thai", "Playfair Display", serif; }

.rwp-list { display: grid; margin: 18px 0 0; padding: 0; gap: 11px; list-style: none; }
.rwp-list li { display: flex; align-items: flex-start; gap: 11px; color: var(--rde-muted); font-size: 14.5px; }

.rwp-badge-free {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  color: var(--rde-leaf);
  background: var(--rwp-lime-soft);
  font-family: "DM Sans", "Noto Sans Thai", sans-serif;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
}

.rwp-split-media {
  display: grid;
  min-height: 250px;
  padding: 34px;
  border: 1px solid var(--rde-line);
  border-radius: 26px;
  background: linear-gradient(140deg, #f7f1e3, #eef2e4);
  place-items: center;
}

/* Featured-partner stamp */
.rwp-stamp {
  max-width: 250px;
  padding: 26px 22px;
  border-radius: var(--rwp-radius);
  background: var(--rde-paper);
  box-shadow: var(--rde-shadow);
  text-align: center;
}
.rwp-stamp-ring {
  display: grid;
  width: 84px;
  height: 84px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--rde-saffron);
  box-shadow: 0 12px 30px rgba(239, 156, 53, .3);
}
.rwp-stamp-ring svg { width: 38px; height: 38px; }
.rwp-stamp b { display: block; color: var(--rde-ink); font-size: 16px; }
.rwp-stamp span { color: var(--rde-saffron); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.rwp-stars { display: inline-flex; margin-top: 7px; gap: 2px; color: var(--rde-saffron); }
.rwp-stars svg { width: 15px; height: 15px; }

/* Review card sample */
.rwp-review-sample { display: grid; width: 100%; max-width: 330px; gap: 11px; }
.rwp-review-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--rde-paper);
  box-shadow: 0 8px 22px rgba(23, 53, 43, .07);
}
.rwp-review-row .rwp-avatar { width: 34px; height: 34px; border-radius: 11px; font-size: 12px; }
.rwp-review-row b { display: block; color: var(--rde-ink); font-size: 13.5px; }
.rwp-review-row p { margin: 2px 0 0; color: var(--rde-muted); font-size: 12.5px; line-height: 1.55; }

/* Consultation chat */
.rwp-chat { display: grid; width: 100%; max-width: 330px; gap: 10px; }
.rwp-msg {
  max-width: 86%;
  padding: 12px 16px;
  border-radius: 18px 18px 18px 6px;
  color: var(--rde-ink);
  background: var(--rde-paper);
  box-shadow: 0 8px 22px rgba(23, 53, 43, .07);
  font-size: 13.5px;
  font-weight: 500;
}
.rwp-msg-me {
  margin-left: auto;
  border-radius: 18px 18px 6px 18px;
  color: #fff;
  background: var(--rde-leaf);
}

/* Social channels */
.rwp-channels { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
.rwp-channel {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 17px;
  border-radius: 999px;
  color: var(--rde-ink);
  background: var(--rde-paper);
  box-shadow: 0 8px 22px rgba(23, 53, 43, .07);
  font-size: 13.5px;
  font-weight: 700;
}
.rwp-channel svg { width: 18px; height: 18px; }

/* ------------------------------------------------------------------ steps */
.rwp-step {
  padding: 30px 24px 26px;
  border: 1px solid var(--rde-line);
  border-radius: var(--rwp-radius);
  background: var(--rwp-card);
  transition: transform .2s ease, box-shadow .2s ease;
}
.rwp-step:hover { transform: translateY(-3px); box-shadow: var(--rde-shadow); }
.rwp-step-no {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--rde-ink);
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
}
.rde-partner-page .rwp-step h3 { margin-bottom: 7px; color: var(--rde-ink); font-size: 17px; }
.rde-partner-page .rwp-step p { margin: 0; color: var(--rde-muted); font-size: 14px; }

/* ------------------------------------------------------------- categories */
.rwp-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.rwp-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid var(--rde-line);
  border-radius: 999px;
  background: var(--rde-paper);
  color: var(--rde-ink);
  font-size: 14px;
  font-weight: 600;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.rwp-chip:hover { transform: translateY(-2px); border-color: rgba(139, 185, 0, .5); background: var(--rwp-lime-soft); }
.rwp-chip::before {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: var(--rde-lime);
  content: "";
}

/* ------------------------------------------------------------ commitments */
.rwp-pledge {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.rwp-pledge-col {
  padding: 34px 30px;
  border-radius: 26px;
}
.rwp-pledge-give { color: #fff; background: var(--rde-leaf); }
.rwp-pledge-ask { border: 1px solid var(--rde-line); background: var(--rde-paper); }
.rde-partner-page .rwp-pledge-col h3 { margin-bottom: 16px; font-family: "Playfair Display", "Noto Sans Thai", serif; font-size: 25px; }
.rde-partner-page .rwp-pledge-give h3 { color: #fff; }
.rwp-pledge-col ul { display: grid; margin: 0; padding: 0; gap: 12px; list-style: none; }
.rwp-pledge-col li { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; }
.rwp-pledge-give li { color: rgba(255, 255, 255, .82); }
.rwp-pledge-ask li { color: var(--rde-muted); }
.rwp-pledge-give .rwp-tick { color: var(--rde-ink); background: #d8ec9d; }

/* ------------------------------------------------------------------- form */
.rwp-apply { display: grid; grid-template-columns: .86fr 1.14fr; align-items: start; gap: 50px; }
.rwp-apply-points { display: grid; margin: 26px 0 0; padding: 0; gap: 16px; list-style: none; }
.rwp-apply-points li { display: flex; align-items: flex-start; gap: 12px; }
.rwp-apply-points b { display: block; color: var(--rde-ink); font-size: 15px; line-height: 1.5; }
.rwp-apply-points span { display: block; color: var(--rde-muted); font-size: 14px; line-height: 1.55; }

.rwp-form-card {
  padding: 38px;
  border: 1px solid var(--rde-line);
  border-radius: 28px;
  background: var(--rde-paper);
  box-shadow: var(--rde-shadow);
}
.rwp-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.rwp-field { display: flex; flex-direction: column; gap: 7px; }
.rwp-field-full { grid-column: 1 / -1; }
.rwp-field label { color: var(--rde-ink); font-size: 13.5px; font-weight: 700; }
.rwp-field label i { color: var(--rde-rose); font-style: normal; }

.rde-partner-page .rwp-field input,
.rde-partner-page .rwp-field select,
.rde-partner-page .rwp-field textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid var(--rde-line);
  border-radius: 14px;
  background: #fff;
  color: var(--rde-ink);
  font-family: inherit;
  font-size: 15px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.rde-partner-page .rwp-field textarea { min-height: 108px; resize: vertical; }
.rde-partner-page .rwp-field select {
  padding-right: 40px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2365766f' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 17px;
}
.rde-partner-page .rwp-field input:focus,
.rde-partner-page .rwp-field select:focus,
.rde-partner-page .rwp-field textarea:focus {
  border-color: var(--rde-lime);
  box-shadow: 0 0 0 4px rgba(139, 185, 0, .15);
  outline: none;
}
.rde-partner-page .rwp-field input::placeholder,
.rde-partner-page .rwp-field textarea::placeholder { color: #a3ada8; }

.rwp-field.is-invalid input,
.rwp-field.is-invalid select,
.rwp-field.is-invalid textarea { border-color: var(--rde-rose); }
.rwp-error { display: none; color: var(--rde-rose); font-size: 12.5px; font-weight: 600; }
.rwp-field.is-invalid .rwp-error { display: block; }

.rwp-consent { display: flex; align-items: flex-start; gap: 11px; color: var(--rde-muted); font-size: 13px; font-weight: 500 !important; }
.rwp-consent input { width: 18px !important; height: 18px; flex: none; margin-top: 3px; padding: 0 !important; accent-color: var(--rde-lime); }
.rwp-consent a { border-bottom: 1px solid currentColor; color: var(--rde-leaf); font-weight: 700; }

.rwp-form-note { margin-top: 12px; color: var(--rde-muted); font-size: 12.5px; text-align: center; }

.rwp-alert {
  margin-bottom: 22px;
  padding: 20px 22px;
  border-radius: 18px;
  font-size: 14.5px;
}
.rwp-alert-ok { border: 1px solid rgba(139, 185, 0, .4); background: var(--rwp-lime-soft); color: var(--rde-ink); }
.rwp-alert-err { border: 1px solid rgba(185, 93, 71, .35); background: var(--rwp-rose-soft); color: #7d3a29; }
.rde-partner-page .rwp-alert b { display: block; margin-bottom: 4px; font-size: 16px; }

/* ---------------------------------------------------------------- contact */
.rwp-contact {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px;
  border: 1px solid var(--rde-line);
  border-radius: var(--rwp-radius);
  background: var(--rde-paper);
  transition: transform .2s ease, box-shadow .2s ease;
}
.rwp-contact:hover { transform: translateY(-3px); box-shadow: var(--rde-shadow); }
.rwp-contact-ico {
  display: grid;
  width: 48px;
  height: 48px;
  flex: none;
  place-items: center;
  border-radius: 15px;
  color: var(--rde-leaf);
  background: var(--rwp-lime-soft);
}
.rwp-contact-ico svg { width: 22px; height: 22px; }
.rwp-contact-ico-line { color: #06c755; background: #e7f8e8; }
.rwp-contact-ico-mail { color: var(--rde-saffron); background: var(--rwp-saffron-soft); }
.rwp-contact-ico-tel { color: var(--rde-rose); background: var(--rwp-rose-soft); }
.rwp-contact small { display: block; color: var(--rde-muted); font-size: 12.5px; font-weight: 600; }
.rwp-contact b { display: block; color: var(--rde-ink); font-size: 16px; line-height: 1.35; word-break: normal; overflow-wrap: break-word; }
.rwp-contact-email b { font-size: 14.5px; }

/* -------------------------------------------------------------------- FAQ */
.rwp-faq { display: grid; max-width: 840px; margin-inline: auto; gap: 12px; }
.rwp-faq-item {
  overflow: hidden;
  border: 1px solid var(--rde-line);
  border-radius: 18px;
  background: var(--rde-paper);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.rwp-faq-item.is-open { border-color: rgba(139, 185, 0, .45); box-shadow: 0 10px 28px rgba(23, 53, 43, .07); }
.rwp-faq-q {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
  padding: 19px 22px;
  border: 0;
  background: none;
  color: var(--rde-ink);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}
.rwp-faq-q:hover { background: rgba(139, 185, 0, .06); }
.rwp-faq-ico {
  display: grid;
  width: 29px;
  height: 29px;
  flex: none;
  margin-left: auto;
  place-items: center;
  border-radius: 50%;
  color: var(--rde-leaf);
  background: var(--rwp-lime-soft);
  transition: transform .3s ease, background .2s ease, color .2s ease;
}
.rwp-faq-ico svg { width: 14px; height: 14px; }
.rwp-faq-item.is-open .rwp-faq-ico { color: #fff; background: var(--rde-leaf); transform: rotate(180deg); }
.rwp-faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.rwp-faq-item.is-open .rwp-faq-a { grid-template-rows: 1fr; }
.rwp-faq-a > div { overflow: hidden; }
.rde-partner-page .rwp-faq-a p { margin: 0; padding: 0 22px 20px; color: var(--rde-muted); font-size: 14.5px; }
.rwp-faq-a ul { margin: 10px 0 0; padding-left: 20px; display: grid; gap: 6px; }
.rwp-faq-a li::marker { color: var(--rde-lime); }
.rwp-faq-a strong { color: var(--rde-ink); }

/* ----------------------------------------------------------------- reveal */
.rwp-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
}
.rwp-reveal.is-in { opacity: 1; transform: none; }

/* ------------------------------------------------------------- responsive */
@media (max-width: 980px) {
  .rwp-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .rwp-hero-visual { width: min(560px, 100%); margin-inline: auto; }
  .rwp-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rwp-offer-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .rwp-campaign { grid-template-columns: 1fr; gap: 34px; padding: 34px; }
  .rwp-apply { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 860px) {
  .rwp-grid-3 { grid-template-columns: 1fr; }
  .rwp-split { grid-template-columns: 1fr; gap: 30px; }
  .rwp-split-flip .rwp-split-media { order: 0; }
  .rwp-pledge { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .rwp-hero { padding: 54px 0 62px; }
  .rde-partner-page .rwp-hero h1 { font-size: 38px; }
  .rwp-grid-2, .rwp-grid-4 { grid-template-columns: 1fr; }
  .rwp-offer-grid { grid-template-columns: 1fr; }
  .rwp-form-grid { grid-template-columns: 1fr; }
  .rwp-form-card { padding: 24px; }
  .rwp-float-a { top: -36px; left: -4px; }
  .rwp-float-b { right: -4px; bottom: -18px; }
  .rwp-kpis { grid-template-columns: 1fr 1fr; }
  .rwp-kpis .rwp-kpi:last-child { display: none; }
  .rwp-months { height: 190px; }
  .rwp-month span { font-size: 10px; }
  .rde-partner-page .rwp-hero .rde-actions .rde-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .rwp-reveal { opacity: 1; transform: none; transition: none; }
  .rwp-month-bar { transition: none; }
}
