:root {
  --yippy-ink: #10251d;
  --yippy-green: #0b8d67;
  --yippy-mint: #d8f1e6;
  --yippy-cream: #f4f0e4;
  --yippy-line: rgba(16, 37, 29, 0.16);
}

.yippy-page {
  min-height: 100vh;
  margin: 0;
  background: var(--yippy-cream);
  color: var(--yippy-ink);
  font-family: 'DM Sans', sans-serif;
}

.yippy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
}

.yippy-brand img {
  display: block;
  width: 126px;
}

.yippy-back-link {
  color: var(--yippy-ink);
  font-weight: 700;
  text-decoration: none;
}

.yippy-back-link:hover { color: var(--yippy-green); }

.yippy-offer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  align-items: center;
  gap: 32px;
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 76px;
  padding: clamp(28px, 6vw, 72px);
  overflow: hidden;
  background: var(--yippy-ink);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(16, 37, 29, 0.2);
}

.yippy-offer::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 360px;
  right: 40px;
  top: -140px;
  border: 1px solid rgba(216, 241, 230, 0.3);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(216, 241, 230, 0.05), 0 0 0 56px rgba(216, 241, 230, 0.04);
}

.yippy-offer-copy { position: relative; z-index: 1; }
.yippy-kicker { margin: 0 0 12px; color: var(--yippy-green); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.14em; }
.yippy-offer .yippy-kicker { color: #7ee0b7; }
.yippy-offer h1, .yippy-section-heading h2 { margin: 0; font-family: 'Space Grotesk', sans-serif; line-height: 0.98; }
.yippy-offer h1 { max-width: 680px; font-size: clamp(2.5rem, 7vw, 6.4rem); letter-spacing: 0; }
.yippy-lede { max-width: 560px; margin: 22px 0; color: #d8e8df; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.45; }
.yippy-code-row { display: flex; align-items: center; gap: 12px; margin: 24px 0; color: #c2d4c9; }
.yippy-code-row strong { padding: 7px 12px; border: 1px dashed #7ee0b7; border-radius: 5px; color: #fff; letter-spacing: 0.08em; }
.yippy-cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 20px; background: #7ee0b7; color: var(--yippy-ink); border-radius: 7px; font-weight: 700; text-decoration: none; }
.yippy-cta:hover { background: #a2f0cd; }
.yippy-note { margin: 12px 0 0; color: #a9beb2; font-size: 0.85rem; }
.yippy-offer-mark { position: relative; z-index: 1; display: grid; place-items: center; width: 132px; height: 132px; border: 2px solid #7ee0b7; border-radius: 50%; color: #7ee0b7; font-family: Georgia, serif; font-size: 6rem; font-style: italic; }

.yippy-gallery { width: min(1180px, calc(100% - 40px)); margin: 0 auto 80px; }
.yippy-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.yippy-section-heading h2 { font-size: clamp(2rem, 5vw, 4rem); }
.yippy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.yippy-grid figure { margin: 0; }
.yippy-grid img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: contain; background: var(--yippy-ink); border-radius: 10px; }
.yippy-grid figcaption { padding: 10px 2px 0; color: #53645b; font-size: 0.9rem; }
.yippy-footer-offer { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(1180px, calc(100% - 40px)); margin: 0 auto 44px; padding: 24px 28px; background: var(--yippy-green); color: #fff; border-radius: 10px; }
.yippy-footer-offer p { margin: 0; }
.yippy-cta-light { background: #fff; white-space: nowrap; }
.yippy-disclosure { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 0 0 28px; color: #68776e; font-size: 0.78rem; }

@media (max-width: 700px) {
  .yippy-header, .yippy-offer, .yippy-gallery, .yippy-footer-offer, .yippy-disclosure { width: min(100% - 28px, 560px); }
  .yippy-offer { grid-template-columns: 1fr; margin-top: 18px; margin-bottom: 52px; }
  .yippy-offer-mark { width: 78px; height: 78px; font-size: 3.7rem; }
  .yippy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .yippy-footer-offer { align-items: stretch; flex-direction: column; }
  .yippy-cta-light { width: 100%; }
}
