:root {
  --yellow: #ffd83d;
  --lime: #ffd83d;
  --paper: #fffaf0;
  --orange: #ff7663;
}

body { background-image: radial-gradient(circle at 10% 12%, #ffd83d1f, transparent 20%); }
.logo span { background: var(--yellow); color: var(--ink); }
.button { background: var(--yellow); box-shadow: 0 10px 30px #e1a80026; }
.button-small { background: var(--ink); color: #fff; }
.hero { position: relative; }
.hero::before { content: ""; position: absolute; z-index: -1; top: 60px; right: -90px; width: 320px; height: 320px; border-radius: 44% 56% 63% 37%; background: var(--yellow); opacity: .23; transform: rotate(20deg); }
.hero h1 em { display: inline; padding: 0 .08em; background: linear-gradient(transparent 62%, var(--yellow) 62%); color: var(--ink); font-style: normal; }
.hero-card::before { background: var(--yellow); }
.step-icon { background: var(--yellow); color: var(--ink); }
.proof-strip { margin-top: -1px; background: var(--yellow); border-top: 1px solid #b89400; border-bottom: 1px solid #b89400; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid article { display: grid; align-content: center; min-height: 132px; padding: 22px 28px; border-right: 1px solid #b8940066; }
.proof-grid article:last-child { border-right: 0; }
.proof-grid strong { font: 500 31px/1.1 Georgia, serif; }
.proof-grid span { margin-top: 7px; font-size: 13px; font-weight: 700; }
.situations { padding-top: 95px; }
.situation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.situation-card { display: flex; flex-direction: column; min-height: 360px; padding: 28px; border-radius: 28px; transition: transform .2s ease; }
.situation-card:hover { transform: translateY(-5px) rotate(-.4deg); }
.situation-card > span { width: max-content; padding: 6px 10px; border: 1px solid currentColor; border-radius: 99px; font-size: 12px; font-weight: 900; }
.situation-card h3 { margin: 58px 0 16px; font: 500 31px/1.08 Georgia, serif; }
.situation-card p { margin: 0; opacity: .76; }
.situation-card b { margin-top: auto; font-size: 14px; }
.situation-card.yellow { background: var(--yellow); }
.situation-card.coral { background: var(--orange); }
.situation-card.green { background: var(--green); color: #fff; }
.subjects-section .button-light, .final-cta .button-light { background: var(--yellow); }
.benefits .large { background: var(--yellow); }
.selection-banner { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 34px; align-items: center; margin-top: 18px; padding: 30px; border-radius: 25px; background: var(--ink); color: #fff; }
.selection-kicker { color: var(--yellow); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.selection-banner h3 { margin: 8px 0 0; font: 500 27px/1.12 Georgia, serif; }
.selection-path { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; }
.selection-path span, .selection-path b { padding: 9px 11px; border: 1px solid #ffffff3b; border-radius: 99px; white-space: nowrap; }
.selection-path b { border-color: var(--yellow); color: var(--yellow); }
.selection-banner .button { min-width: 180px; }
.final-cta { background: var(--yellow); }
.dialog-mark { background: var(--yellow); color: var(--ink); }

@media (max-width: 900px) {
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid article:nth-child(2) { border-right: 0; }
  .proof-grid article:nth-child(-n+2) { border-bottom: 1px solid #b8940066; }
  .situation-grid { grid-template-columns: 1fr; }
  .situation-card { min-height: 300px; }
  .selection-banner { grid-template-columns: 1fr; }
  .selection-path { justify-content: flex-start; overflow-x: auto; }
  .selection-banner .button { width: 100%; }
}

@media (max-width: 560px) {
  .proof-grid strong { font-size: 25px; }
  .proof-grid article { min-height: 115px; padding: 18px; }
  .hero::before { opacity: .14; }
}
