:root {
  --reseller-red: #b60012;
  --reseller-green: #427536;
  --reseller-gold: #dc9e2f;
  --reseller-brown: #40271c;
  --reseller-cream: #fff7e7;
  --reseller-paper: #fffdf7;
  --reseller-line: #e1c78e;
}

.reseller-page {
  background-color: #fffaf0;
  background-image: url("../assets/images/hero/hero-background-desktop-clean.webp");
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  color: var(--reseller-brown);
}

.reseller-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.reseller-copy-desktop,
.reseller-search-title,
.reseller-results-title,
.reseller-card-icon,
.reseller-hero-bubble-desktop {
  display: none;
}

.reseller-hero {
  height: calc(100svh - 72px);
  min-height: 620px;
  max-height: 760px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #e5d5ac;
  border-bottom: 5px solid #4b2b1d;
}

.reseller-hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
  object-fit: cover;
  object-position: center 48%;
}

.reseller-hero-wash {
  width: 48%;
  height: 100%;
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  background: rgba(255, 250, 237, 0.9);
  border-right: 2px solid rgba(111, 65, 33, 0.18);
}

.reseller-hero-content {
  height: 100%;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.reseller-eyebrow,
.reseller-kicker {
  margin: 0 0 10px;
  color: var(--reseller-red);
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reseller-hero h1,
.reseller-section-heading h2,
.reseller-next-step h2 {
  margin: 0;
  color: var(--reseller-red);
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  line-height: 1.05;
}

.reseller-hero h1 {
  max-width: 560px;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: clamp(3.8rem, 7vw, 7rem);
  font-weight: 850;
  letter-spacing: 0;
}

.reseller-hero-content > p:not(.reseller-eyebrow) {
  max-width: 470px;
  margin: 22px 0 30px;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.reseller-button {
  min-height: 48px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.reseller-button:hover {
  transform: translateY(-2px);
}

.reseller-button-primary {
  background: var(--reseller-red);
  color: #fff;
  box-shadow: 0 12px 24px rgba(182, 0, 18, 0.2);
}

.reseller-button-primary:hover {
  background: #90000f;
}

.reseller-button-secondary {
  border-color: #be8a2e;
  background: #fffdf7;
  color: var(--reseller-brown);
}

.reseller-button:focus-visible,
.reseller-reset:focus-visible,
.reseller-search :is(input, select):focus-visible,
.reseller-card a:focus-visible {
  outline: 3px solid #1769aa;
  outline-offset: 3px;
}

.reseller-hero-bubble {
  width: min(290px, 24vw);
  padding: 18px 24px;
  border: 3px solid #38251d;
  border-radius: 48% 52% 45% 55% / 53% 47% 55% 45%;
  position: absolute;
  top: 9%;
  right: 10%;
  background: rgba(255, 253, 247, 0.97);
  color: var(--reseller-brown);
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  box-shadow: 3px 4px 0 rgba(63, 36, 24, 0.18);
  opacity: 0;
  transform: rotate(2deg) scale(0.82);
  animation: reseller-bubble-pop 650ms 450ms cubic-bezier(0.2, 0.9, 0.3, 1.25) forwards;
}

.reseller-hero-bubble::after {
  content: "";
  width: 24px;
  height: 24px;
  border-right: 3px solid #38251d;
  border-bottom: 3px solid #38251d;
  position: absolute;
  right: 22%;
  bottom: -15px;
  background: #fffdf7;
  transform: rotate(34deg) skew(8deg);
}

.reseller-trust {
  background: #315938 url("../assets/images/hero/hero-background-desktop-clean.webp") center / cover;
  background-blend-mode: multiply;
  color: #fff;
}

.reseller-trust-grid {
  min-height: 108px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.reseller-trust-grid > div {
  min-height: 58px;
  padding: 0 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reseller-trust-grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.reseller-trust-grid strong {
  font-size: 0.98rem;
}

.reseller-trust-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
}

.reseller-search-section {
  padding: 86px 0 96px;
  background: rgba(255, 250, 240, 0.92);
}

.reseller-section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.reseller-section-heading h2,
.reseller-next-step h2 {
  color: var(--reseller-brown);
  font-size: clamp(2rem, 3.8vw, 3.6rem);
}

.reseller-section-heading > p:last-child {
  margin: 14px 0 0;
  color: #715e52;
}

.reseller-search {
  padding: 26px;
  border: 2px solid var(--reseller-line);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(250px, 1.4fr) minmax(190px, 0.9fr) auto auto;
  align-items: end;
  gap: 14px;
  position: relative;
  background: var(--reseller-paper);
  box-shadow: 0 18px 38px rgba(91, 62, 32, 0.1);
}

.reseller-search::before {
  content: "PETA CERITA #02";
  padding: 6px 12px;
  border: 2px solid var(--reseller-brown);
  position: absolute;
  top: -18px;
  left: 24px;
  background: #ffd66f;
  color: var(--reseller-brown);
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: 0.7rem;
  font-weight: 900;
  transform: rotate(-2deg);
}

.reseller-search label {
  display: grid;
  gap: 7px;
  color: var(--reseller-brown);
  font-size: 0.78rem;
  font-weight: 900;
}

.reseller-search :is(input, select) {
  width: 100%;
  height: 48px;
  padding: 0 13px;
  border: 1px solid #d7c7aa;
  border-radius: 4px;
  background: #fff;
  color: #2f211b;
  font: inherit;
}

.reseller-search .reseller-button {
  border: 0;
  white-space: nowrap;
}

.reseller-reset {
  min-height: 48px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: #765f51;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.reseller-demo-note {
  margin: 26px 0 0;
  padding: 14px 18px;
  border-left: 5px solid var(--reseller-gold);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff2cc;
  color: #6b4a25;
  font-size: 0.84rem;
}

.reseller-results-head {
  margin: 52px 0 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dbc9a4;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.reseller-results-head p {
  margin: 0;
  color: var(--reseller-brown);
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: 1.35rem;
  font-weight: 900;
}

.reseller-results-head > span {
  color: #78665c;
  font-size: 0.78rem;
}

.reseller-results-meta {
  display: contents;
}

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

.reseller-card {
  min-height: 330px;
  padding: 28px;
  border: 2px solid #e0c58e;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 16px 32px rgba(91, 62, 32, 0.08);
  opacity: 0;
  transform: translateY(18px);
  animation: reseller-card-in 520ms var(--reveal-delay) ease forwards;
}

.reseller-card::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed rgba(174, 117, 31, 0.42);
  border-radius: 5px;
  pointer-events: none;
}

.reseller-card-top {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.reseller-status,
.reseller-demo-badge {
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.reseller-status {
  background: #e8f3df;
  color: #32682f;
}

.reseller-demo-badge {
  border: 1px solid #d7ab4d;
  color: #8b5c12;
}

.reseller-card h3 {
  margin: 18px 0 9px;
  color: var(--reseller-brown);
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: 1.5rem;
  line-height: 1.15;
}

.reseller-location {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--reseller-red);
  font-size: 0.9rem;
}

.reseller-location span {
  width: 14px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 50% 50% 55% 55%;
  position: relative;
  display: inline-block;
}

.reseller-location span::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 2px;
  background: currentColor;
}

.reseller-address {
  margin: 12px 0 20px;
  color: #715e52;
}

.reseller-products {
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}

.reseller-products li {
  padding: 4px 9px;
  border: 1px solid #dfcda7;
  border-radius: 999px;
  color: #725128;
  font-size: 0.7rem;
  font-weight: 800;
}

.reseller-card-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.reseller-contact,
.reseller-map {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 900;
}

.reseller-contact {
  background: var(--reseller-green);
  color: #fff;
}

.reseller-contact-disabled {
  background: #ded7c8;
  color: #695e50;
}

.reseller-map {
  border: 1px solid #c99f55;
  color: #7a501b;
}

.reseller-empty {
  max-width: 560px;
  margin: 0 auto;
  padding: 42px 24px;
  text-align: center;
}

.reseller-empty img {
  width: 92px;
  margin: 0 auto 16px;
  border-radius: 50%;
}

.reseller-empty h3 {
  margin: 0;
  font-family: "Segoe Print", "Comic Sans MS", cursive;
  font-size: 1.8rem;
}

.reseller-empty p {
  margin: 10px auto 20px;
  color: #78665c;
}

.reseller-next-step {
  padding: 68px 0;
  border-top: 5px solid #d9a13b;
  border-bottom: 5px solid #572f20;
  background: #8c3d22 url("../assets/images/hero/hero-background-desktop-clean.webp") center / cover;
  background-blend-mode: soft-light;
  color: #fff;
}

.reseller-next-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.reseller-next-step .reseller-kicker {
  color: #ffe191;
}

.reseller-next-step h2 {
  max-width: 760px;
  color: #fff8e8;
}

.reseller-next-step p:not(.reseller-kicker) {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(255, 248, 232, 0.88);
}

.reseller-next-actions {
  display: flex;
  gap: 12px;
}

@keyframes reseller-bubble-pop {
  to { opacity: 1; transform: rotate(2deg) scale(1); }
}

@keyframes reseller-card-in {
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
  .reseller-container {
    width: min(100% - 40px, 920px);
  }

  .reseller-hero {
    min-height: 680px;
  }

  .reseller-hero-wash {
    width: 52%;
  }

  .reseller-hero-bubble {
    width: 235px;
    right: 4%;
  }

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

  .reseller-search-keyword {
    grid-column: 1 / -1;
  }

  .reseller-search .reseller-button {
    width: 100%;
  }

  .reseller-next-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .reseller-container {
    width: min(100% - 28px, 560px);
  }

  .reseller-hero {
    height: 76svh;
    min-height: 650px;
    max-height: 760px;
  }

  .reseller-hero-image {
    height: 54%;
    inset: 0 0 auto;
    object-position: center;
  }

  .reseller-hero-wash {
    width: 100%;
    height: 46%;
    inset: auto 0 0;
    border-top: 2px solid rgba(111, 65, 33, 0.2);
    border-right: 0;
    background: rgba(255, 250, 237, 0.94);
  }

  .reseller-hero-content {
    padding-bottom: 24px;
    justify-content: flex-end;
  }

  .reseller-hero h1 {
    font-size: 3.25rem;
  }

  .reseller-hero-content > p:not(.reseller-eyebrow) {
    max-width: 340px;
    margin: 12px 0 20px;
    font-size: 0.95rem;
  }

  .reseller-hero-bubble {
    width: 205px;
    padding: 12px 16px;
    top: 7%;
    right: 12px;
    font-size: 0.78rem;
  }

  .reseller-trust-grid {
    padding: 14px 0;
    grid-template-columns: 1fr;
  }

  .reseller-trust-grid > div,
  .reseller-trust-grid > div:first-child {
    min-height: 62px;
    padding: 10px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .reseller-trust-grid > div:first-child {
    border-top: 0;
  }

  .reseller-search-section {
    padding: 64px 0 72px;
  }

  .reseller-section-heading h2,
  .reseller-next-step h2 {
    font-size: 2rem;
  }

  .reseller-search {
    padding: 24px 16px 18px;
    grid-template-columns: 1fr;
  }

  .reseller-search-keyword {
    grid-column: auto;
  }

  .reseller-reset {
    min-height: 38px;
  }

  .reseller-demo-note {
    display: grid;
  }

  .reseller-results-head {
    margin-top: 38px;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .reseller-grid {
    grid-template-columns: 1fr;
  }

  .reseller-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .reseller-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .reseller-next-step {
    padding: 56px 0;
  }

  .reseller-next-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .reseller-next-actions .reseller-button {
    padding-inline: 12px;
    font-size: 0.78rem;
  }
}

@media (min-width: 1025px) {
  .reseller-page {
    background-color: #fffdf8;
    background-attachment: scroll;
    background-size: 1536px auto;
  }

  .reseller-page .site-header {
    background: rgba(255, 255, 255, 0.97);
  }

  .reseller-page .navbar {
    width: min(1260px, calc(100% - 64px));
  }

  .reseller-page .brand {
    width: 170px;
    min-width: 170px;
  }

  .reseller-page .nav-menu {
    gap: 11px;
  }

  .reseller-page .nav-menu a {
    padding-inline: 7px;
    font-size: 0.88rem;
  }

  .reseller-page .nav-cta {
    min-height: 42px;
    padding-inline: 22px;
    font-size: 0.82rem;
  }

  .reseller-container {
    width: min(1180px, calc(100% - 64px));
  }

  .reseller-copy-default,
  .reseller-hero-bubble-mobile,
  .reseller-trust,
  .reseller-section-heading,
  .reseller-demo-note,
  .reseller-search-keyword,
  .reseller-reset {
    display: none;
  }

  .reseller-copy-desktop,
  .reseller-search-title,
  .reseller-results-title,
  .reseller-card-icon,
  .reseller-hero-bubble-desktop {
    display: block;
  }

  .reseller-hero {
    height: 360px;
    min-height: 360px;
    max-height: none;
    overflow: hidden;
    background-color: #fffdf8;
    background-image: url("../assets/images/hero/hero-background-desktop-clean.webp");
    background-position: center 35%;
    background-size: cover;
    border-bottom: 0;
  }

  .reseller-hero picture {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
  }

  .reseller-hero-image {
    width: 100%;
    height: 100%;
    position: static;
    object-fit: contain;
    object-position: right center;
    filter: saturate(0.93) contrast(0.98);
  }

  .reseller-hero-wash {
    width: 54%;
    height: 100%;
    inset: 0 auto 0 0;
    border: 0;
    background: rgba(255, 253, 248, 0.9);
  }

  .reseller-hero-content {
    height: 100%;
    padding: 26px 0 34px;
    justify-content: center;
  }

  .reseller-eyebrow {
    margin-bottom: 8px;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
  }

  .reseller-hero h1 {
    max-width: 520px;
    font-size: clamp(3.4rem, 5vw, 5.4rem);
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-color: #e8ad20;
    text-decoration-thickness: 5px;
    text-underline-offset: 12px;
  }

  .reseller-hero-content > p:not(.reseller-eyebrow) {
    max-width: 430px;
    margin: 26px 0 0;
    color: #3d2c25;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
  }

  .reseller-hero-content > .reseller-button {
    display: none;
  }

  .reseller-hero-bubble {
    width: auto;
    min-width: 160px;
    padding: 10px 20px;
    border-width: 2px;
    font-size: 0.88rem;
    line-height: 1.25;
    box-shadow: 2px 3px 0 rgba(63, 36, 24, 0.14);
  }

  .reseller-hero-bubble-question {
    top: 4%;
    left: auto;
    right: clamp(340px, 19vw, 390px);
    transform: rotate(-2deg) scale(0.82);
  }

  .reseller-hero-bubble-answer {
    top: 8%;
    right: 4.5%;
    transform: rotate(2deg) scale(0.82);
    animation-delay: 800ms;
  }

  .reseller-hero-bubble-question::after {
    right: auto;
    left: 90%;
  }

  .reseller-hero-bubble-answer::after {
    right: auto;
    left: 20%;
  }

  .reseller-search-section {
    padding: 0 0 18px;
    position: relative;
    background: rgba(255, 253, 248, 0.92);
  }

  .reseller-search {
    width: min(1040px, calc(100% - 32px));
    min-height: 112px;
    margin: -24px auto 0;
    padding: 16px 28px 18px;
    border: 2px solid rgba(224, 94, 94, 0.58);
    border-radius: 18px;
    grid-template-columns: minmax(0, 1fr) 210px;
    align-items: end;
    gap: 12px 18px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 12px 26px rgba(91, 62, 32, 0.1);
  }

  .reseller-search::before {
    content: none;
  }

  .reseller-search-title {
    grid-column: 1 / -1;
    margin: 0;
    color: #bd121c;
    font-family: "Segoe Print", "Comic Sans MS", cursive;
    font-size: 1.35rem;
    line-height: 1;
    text-align: center;
  }

  .reseller-search label {
    display: block;
  }

  .reseller-search label > span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .reseller-search :is(input, select) {
    height: 44px;
    border-radius: 7px;
  }

  .reseller-search .reseller-button {
    width: 100%;
    min-height: 44px;
    border-radius: 7px;
    box-shadow: 0 7px 14px rgba(182, 0, 18, 0.15);
  }

  .reseller-results-head {
    margin: 14px 0 8px;
    padding: 0;
    border: 0;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .reseller-results-title {
    margin: 0;
    color: #bd121c;
    font-family: "Segoe Print", "Comic Sans MS", cursive;
    font-size: 1.22rem;
    line-height: 1.1;
  }

  .reseller-results-meta {
    display: block;
    position: absolute;
    right: 0;
    color: #78665c;
    text-align: right;
  }

  .reseller-results-meta p {
    color: #78665c;
    font-family: inherit;
    font-size: 0.72rem;
  }

  .reseller-results-meta span {
    display: none;
  }

  .reseller-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .reseller-card {
    min-height: 188px;
    padding: 14px 14px 12px 116px;
    border: 1px solid #e7ded0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 8px 18px rgba(91, 62, 32, 0.09);
  }

  .reseller-card::after {
    content: none;
  }

  .reseller-card-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 18px;
    object-fit: cover;
    background: #fff7eb;
    box-shadow: 0 0 0 5px #fff3ea;
  }

  .reseller-card-top {
    min-height: 22px;
    justify-content: flex-start;
  }

  .reseller-status,
  .reseller-demo-badge {
    padding: 3px 7px;
    font-size: 0.58rem;
  }

  .reseller-card h3 {
    margin: 5px 0 4px;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.2;
  }

  .reseller-location {
    gap: 5px;
    font-size: 0.76rem;
  }

  .reseller-location span {
    width: 10px;
    height: 13px;
    border-width: 2px;
  }

  .reseller-location span::after {
    width: 3px;
    height: 3px;
    top: 3px;
    left: 2px;
  }

  .reseller-address {
    margin: 6px 0 10px;
    color: #65564e;
    font-size: 0.72rem;
  }

  .reseller-products {
    display: none;
  }

  .reseller-card-actions {
    margin-top: auto;
    margin-left: -98px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
  }

  .reseller-contact,
  .reseller-map {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 0.67rem;
  }

  .reseller-contact {
    background: #259335;
  }

  .reseller-map {
    border-color: #d7b56e;
    background: #fffaf0;
  }

  .reseller-empty {
    padding-block: 24px;
  }

  .reseller-next-step {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto 12px;
    padding: 12px 18px;
    border: 2px dashed rgba(224, 94, 94, 0.55);
    border-radius: 12px;
    background: rgba(255, 247, 238, 0.95);
    color: var(--reseller-brown);
  }

  .reseller-next-grid {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
  }

  .reseller-next-step h2 {
    color: #bd121c;
    font-size: 1.55rem;
    line-height: 1.1;
  }

  .reseller-next-step p:not(.reseller-kicker) {
    display: none;
  }

  .reseller-next-actions {
    gap: 10px;
  }

  .reseller-next-actions .reseller-button {
    min-height: 40px;
    padding-inline: 18px;
    border-radius: 7px;
    font-size: 0.72rem;
  }

  .reseller-next-actions .reseller-button-primary {
    border-color: #c4111c;
    background: #fff;
    color: #bd121c;
    box-shadow: none;
  }

  .reseller-next-actions .reseller-button-secondary {
    border-color: #e5b400;
    background: #ffd313;
    color: #32230a;
  }

  .reseller-page .site-footer {
    padding-block: 17px;
    background: rgba(255, 255, 255, 0.96);
    color: #4a352c;
    border-top: 1px solid #eadfca;
  }

  .reseller-page .site-footer p {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reseller-hero-bubble,
  .reseller-card {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .reseller-button {
    transition: none;
  }
}
