.oe-compare,
.oe-compare * { box-sizing: border-box; }

.oe-compare {
  --oe-red: #d71920;
  --oe-black: #171717;
  --oe-pale: #fff1f1;
  --oe-grey: #f4f4f4;
  max-width: 1100px;
  margin: 28px auto;
  padding: clamp(18px, 4vw, 42px);
  border: 2px solid var(--oe-red);
  border-radius: 24px;
  background: #fff;
  color: var(--oe-black);
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 16px 38px rgba(0,0,0,.08);
}

.oe-compare__header { max-width: 820px; margin-bottom: 28px; }
.oe-compare__eyebrow { margin: 0 0 7px; color: var(--oe-red); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.oe-compare h2 { margin: 0 0 10px; color: var(--oe-black); font-size: clamp(27px, 4vw, 43px); line-height: 1.05; }
.oe-compare__header p:last-child { margin: 0; font-size: 17px; line-height: 1.45; }

.oe-compare__identity { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; padding: 20px; border-radius: 14px; background: var(--oe-grey); }
.oe-compare label { display: grid; gap: 7px; font-weight: 700; }
.oe-compare label span { color: #666; font-size: 12px; font-weight: 400; }
.oe-compare input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #bbb; border-radius: 8px; background: #fff; color: var(--oe-black); font: inherit; }
.oe-compare input:focus { outline: 3px solid rgba(215,25,32,.18); border-color: var(--oe-red); }

.oe-compare__table-wrap { margin-top: 24px; overflow-x: auto; }
.oe-search-label { max-width: 520px; margin: 0 0 14px; }
.oe-compare__table { width: 100%; min-width: 720px; border-collapse: collapse; }
.oe-compare__table th,.oe-compare__table td { padding: 13px 12px; border-bottom: 1px solid #ddd; text-align: left; vertical-align: middle; }
.oe-compare__table thead th { background: var(--oe-black); color: #fff; font-size: 14px; }
.oe-compare__table tbody th { width: 29%; font-size: 15px; }
.oe-compare__table tbody tr:hover { background: #fffafa; }
.oe-compare__table .oe-group-row th { padding: 10px 12px; background: #ececec; color: var(--oe-red); font-size: 14px; letter-spacing: .03em; text-transform: uppercase; }
.oe-compare__table tr[hidden] { display: none; }
.oe-money { display: flex; align-items: center; gap: 7px; }
.oe-money input { min-width: 120px; }
.oe-discount { display: inline-flex; min-width: 64px; justify-content: center; padding: 7px 9px; border-radius: 999px; background: var(--oe-pale); color: var(--oe-red); font-weight: 800; }
.oe-saving { color: var(--oe-black); white-space: nowrap; }

.oe-compare__results { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 26px; }
.oe-compare__results > div { display: grid; align-content: start; min-height: 112px; padding: 16px; border: 1px solid #ddd; border-radius: 12px; background: #fff; }
.oe-compare__results span { margin-bottom: 10px; color: #555; font-size: 13px; font-weight: 700; }
.oe-compare__results strong { font-size: clamp(22px,3vw,30px); line-height: 1; }
.oe-compare__results small { margin-top: 8px; color: #666; }
.oe-compare__results .oe-result-highlight { border-color: var(--oe-red); background: var(--oe-pale); }
.oe-result-highlight strong { color: var(--oe-red); }
.oe-net.is-negative { color: #a31919; }

.oe-compare__notice { margin-top: 22px; padding: 17px 19px; border-left: 5px solid var(--oe-red); background: var(--oe-grey); }
.oe-compare__notice strong { color: var(--oe-red); }
.oe-compare__notice p { margin: 5px 0 0; font-size: 13px; line-height: 1.45; }
.oe-compare__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; margin-top: 22px; }
.oe-reset,.oe-cta { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 20px; border-radius: 8px; font-weight: 800; text-decoration: none !important; cursor: pointer; }
.oe-reset { border: 1px solid #999; background: #fff; color: var(--oe-black); }
.oe-cta { border: 1px solid var(--oe-red); background: var(--oe-red); color: #fff !important; }
.oe-reset:hover,.oe-cta:hover { filter: brightness(.92); }

@media (max-width: 760px) {
  .oe-compare { margin: 16px 8px; border-radius: 16px; }
  .oe-compare__identity,.oe-compare__results { grid-template-columns: 1fr; }
  .oe-compare__results > div { min-height: 96px; }
  .oe-compare__actions { align-items: stretch; flex-direction: column-reverse; }
  .oe-reset,.oe-cta { width: 100%; }
}

@media print {
  .oe-compare { border: 0; box-shadow: none; }
  .oe-compare__actions { display: none; }
}

.oe-express,
.oe-express * { box-sizing: border-box; }

.oe-express {
  --oe-red: #d71920;
  --oe-black: #171717;
  --oe-pale: #fff1f1;
  --oe-grey: #f4f4f4;
  max-width: 960px;
  margin: 28px auto;
  padding: clamp(18px, 4vw, 42px);
  border: 2px solid var(--oe-red);
  border-radius: 24px;
  background: #fff;
  color: var(--oe-black);
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 16px 38px rgba(0,0,0,.08);
}
.oe-express__header { max-width: 790px; margin-bottom: 30px; }
.oe-express__eyebrow { margin: 0 0 8px; color: var(--oe-red); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.oe-express h2 { margin: 0 0 12px; font-size: clamp(28px, 4.5vw, 46px); line-height: 1.05; }
.oe-express__header > p:last-child { margin: 0; font-size: 17px; line-height: 1.5; }
.oe-express__step { display: grid; grid-template-columns: 42px 1fr; gap: 16px; margin-top: 22px; }
.oe-step-number { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 50%; background: var(--oe-red); color: #fff; font-size: 18px; font-weight: 800; }
.oe-express__step-content { min-width: 0; }
.oe-express h3 { margin: 5px 0 14px; font-size: clamp(20px, 3vw, 27px); }
.oe-express__identity { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; padding: 18px; border-radius: 14px; background: var(--oe-grey); }
.oe-express label { display: grid; gap: 7px; font-weight: 700; }
.oe-express label > span > span,.oe-express label > span { font-weight: inherit; }
.oe-express label > span:not(.oe-family-card__title):not(.oe-family-card__input) { color: #666; font-size: 12px; font-weight: 400; }
.oe-express input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #bbb; border-radius: 8px; background: #fff; color: var(--oe-black); font: inherit; }
.oe-express input:focus { outline: 3px solid rgba(215,25,32,.18); border-color: var(--oe-red); }
.oe-express__helper { margin: -7px 0 14px; color: #666; }
.oe-express__families { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.oe-family-card { padding: 16px; border: 1px solid #ddd; border-radius: 13px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.oe-family-card:focus-within { border-color: var(--oe-red); box-shadow: 0 5px 18px rgba(215,25,32,.1); }
.oe-family-card__title { font-size: 16px; font-weight: 800; }
.oe-family-card small { min-height: 18px; color: #666; font-weight: 400; }
.oe-family-card__input { display: flex; align-items: center; gap: 8px; }
.oe-family-card__input b { color: #555; }
.oe-family-card em { color: #555; font-size: 12px; font-style: normal; font-weight: 400; }
.oe-family-card em strong { color: var(--oe-red); }
.oe-express__step--results { margin-top: 30px; }
.oe-express__results { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.oe-express__results > div { display: grid; min-height: 100px; padding: 16px; border: 1px solid #ddd; border-radius: 12px; }
.oe-express__results span { margin-bottom: 10px; color: #555; font-size: 13px; font-weight: 700; }
.oe-express__results strong { font-size: clamp(23px,3vw,31px); line-height: 1; }
.oe-express__results .oe-express__highlight { border-color: var(--oe-red); background: var(--oe-pale); }
.oe-express__highlight strong { color: var(--oe-red); }
.oe-express-net.is-negative { color: #a31919; }
.oe-express__benchmark { display: grid; grid-template-columns: 1fr auto; gap: 3px 14px; margin-top: 12px; padding: 15px; border-radius: 10px; background: var(--oe-grey); }
.oe-express__benchmark span { font-weight: 700; }
.oe-express__benchmark strong { color: var(--oe-red); font-size: 22px; }
.oe-express__benchmark small { grid-column: 1 / -1; color: #666; }
.oe-express__notice { margin-top: 12px; padding-left: 13px; border-left: 4px solid var(--oe-red); color: #555; font-size: 12px; line-height: 1.5; }
.oe-express__conversion { margin-top: 32px; padding: clamp(20px,4vw,30px); border-radius: 16px; background: var(--oe-black); color: #fff; text-align: center; }
.oe-express__conversion h3 { margin-top: 0; color: #fff; }
.oe-express__conversion p { max-width: 680px; margin: 0 auto 18px; color: #eee; }
.oe-express__conversion .oe-cta { margin: 4px auto; }
.oe-express__form { text-align: left; }
.oe-express__lead-form { position: relative; max-width: 760px; margin: 22px auto 0; text-align: left; }
.oe-express__lead-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.oe-express__lead-form label { color: #fff; }
.oe-express__lead-form input,.oe-express__lead-form textarea { width: 100%; border-color: #aaa; background: #fff; color: var(--oe-black); font: inherit; }
.oe-express__lead-form textarea { min-height: 92px; padding: 10px 12px; border: 1px solid #bbb; border-radius: 8px; resize: vertical; }
.oe-express__lead-message { margin-top: 14px; }
.oe-express__lead-message > span { color: #ccc !important; }
.oe-express__consent { display: grid !important; grid-template-columns: 22px 1fr; align-items: start; gap: 9px !important; margin-top: 15px; }
.oe-express__consent input { width: 20px; min-height: 20px; margin: 1px 0 0; }
.oe-express__consent span { color: #eee !important; font-size: 13px !important; line-height: 1.4; }
.oe-express__submit { display: flex; width: 100%; min-height: 50px; align-items: center; justify-content: center; margin-top: 17px; padding: 12px 20px; border: 1px solid var(--oe-red); border-radius: 8px; background: var(--oe-red); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.oe-express__submit:hover { filter: brightness(.92); }
.oe-express__submit:disabled { cursor: wait; opacity: .65; }
.oe-express__form-status { min-height: 22px; margin: 12px 0 4px !important; font-weight: 700; text-align: center; }
.oe-express__form-status.is-success { padding: 11px; border-radius: 8px; background: #e9f8ee; color: #126b35; }
.oe-express__form-status.is-error { color: #ffb4b4; }
.oe-express__privacy { display: block; color: #ccc; font-size: 11px; line-height: 1.4; text-align: center; }
.oe-express__website { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.oe-express__reset { display: block; margin: 14px auto 0; padding: 6px 8px; border: 0; background: transparent; color: #fff; font: inherit; text-decoration: underline; cursor: pointer; }

@media (max-width: 700px) {
  .oe-express { margin: 16px 8px; border-radius: 16px; }
  .oe-express__step { grid-template-columns: 1fr; }
  .oe-express__identity,.oe-express__families,.oe-express__results,.oe-express__lead-grid { grid-template-columns: 1fr; }
  .oe-express__benchmark { grid-template-columns: 1fr; }
  .oe-express__benchmark small { grid-column: auto; }
}

@media print {
  .oe-express { border: 0; box-shadow: none; }
  .oe-express__conversion,.oe-express__reset { display: none; }
}
