.reyhle-frame-calculator {
  --rr-color-yellow: #fdc300; --rr-color-yellow-hover: #e3ad00; --rr-color-yellow-soft: #fff4bf;
  --rr-color-text: #1f2933; --rr-color-muted: #5f6b76; --rr-color-border: #d9dee5; --rr-color-surface: #ffffff;
  --rr-color-soft: #f7f8fa; --rr-color-result: #fff8d8; --rr-color-error-bg: #fff1f1; --rr-color-error-text: #8a1f1f;
  --rr-color-success-bg: #f4fbef; --rr-color-success-text: #23451f; --rr-radius-card: 18px; --rr-radius-button: 999px;
  --rr-shadow-card: 0 18px 45px rgba(15, 23, 42, .08); box-sizing: border-box; color: var(--rr-color-text); font-family: Arial, Helvetica, sans-serif; line-height: 1.6;
}
.reyhle-frame-calculator *, .reyhle-frame-calculator *::before, .reyhle-frame-calculator *::after { box-sizing: inherit; }
.reyhle-frame-calculator .rr-hero, .reyhle-frame-calculator .rr-calculator-section, .reyhle-frame-calculator .rr-info-grid, .reyhle-frame-calculator .rr-note, .reyhle-frame-calculator .rr-faq { max-width: 1120px; margin: 0 auto 48px; }
.reyhle-frame-calculator .rr-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: 42px; align-items: center; padding: 36px 28px; background: var(--rr-color-soft); border-radius: var(--rr-radius-card); }
.reyhle-frame-calculator .rr-eyebrow { margin: 0 0 8px; color: var(--rr-color-muted); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.reyhle-frame-calculator h1, .reyhle-frame-calculator h2 { color: var(--rr-color-text); line-height: 1.2; }
.reyhle-frame-calculator h1 { margin: 0 0 16px; font-size: clamp(2rem, 4vw, 3.25rem); }
.reyhle-frame-calculator h2 { margin: 0 0 14px; font-size: clamp(1.4rem, 2.5vw, 2rem); }
.reyhle-frame-calculator p { margin: 0 0 16px; }
.reyhle-frame-calculator .rr-lead { max-width: 62ch; color: var(--rr-color-muted); font-size: 1.08rem; }
.reyhle-frame-calculator .rr-benefits { margin: 22px 0 0; padding: 0; list-style: none; }
.reyhle-frame-calculator .rr-benefits li { position: relative; margin: 8px 0; padding-left: 26px; font-weight: 600; }
.reyhle-frame-calculator .rr-benefits li::before { position: absolute; left: 0; color: #745900; content: "✓"; font-weight: 800; }
.reyhle-frame-calculator .rr-hero__visual { margin: 0; }
.reyhle-frame-calculator .rr-hero__visual img { display: block; width: 100%; height: auto; }
.reyhle-frame-calculator .rr-calculator-section { scroll-margin-top: 24px; }
.reyhle-frame-calculator .rr-calculator-intro { max-width: 64ch; margin: 0 auto 22px; text-align: center; }
.reyhle-frame-calculator .rr-card { overflow: hidden; background: var(--rr-color-surface); border: 1px solid var(--rr-color-border); border-radius: var(--rr-radius-card); box-shadow: var(--rr-shadow-card); }
.reyhle-frame-calculator .rr-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding: 28px; }
.reyhle-frame-calculator .rr-field { min-width: 0; }
.reyhle-frame-calculator .rr-field--full, .reyhle-frame-calculator .rr-error, .reyhle-frame-calculator .rr-form__submit { grid-column: 1 / -1; }
.reyhle-frame-calculator label { display: block; margin-bottom: 7px; font-weight: 700; }
.reyhle-frame-calculator input, .reyhle-frame-calculator select { width: 100%; min-height: 46px; padding: 10px 12px; color: var(--rr-color-text); background: #fff; border: 1px solid #aeb8c3; border-radius: 8px; font: inherit; }
.reyhle-frame-calculator input:focus, .reyhle-frame-calculator select:focus, .reyhle-frame-calculator summary:focus, .reyhle-frame-calculator .rr-button:focus { outline: 3px solid rgba(253, 195, 0, .55); outline-offset: 2px; }
.reyhle-frame-calculator .rr-field-hint, .reyhle-frame-calculator .rr-optional { color: var(--rr-color-muted); font-size: .88rem; font-weight: 400; }
.reyhle-frame-calculator .rr-field-hint { margin: 6px 0 0; }
.reyhle-frame-calculator .rr-error { padding: 12px 14px; color: var(--rr-color-error-text); background: var(--rr-color-error-bg); border-left: 4px solid var(--rr-color-error-text); border-radius: 6px; font-weight: 600; }
.reyhle-frame-calculator .rr-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; border: 1px solid transparent; border-radius: var(--rr-radius-button); color: var(--rr-color-text); cursor: pointer; font: inherit; font-weight: 700; text-align: center; text-decoration: none; transition: background-color .16s ease, border-color .16s ease, transform .16s ease; }
.reyhle-frame-calculator .rr-button:hover { transform: translateY(-1px); }
.reyhle-frame-calculator .rr-button--primary { background: var(--rr-color-yellow); }
.reyhle-frame-calculator .rr-button--primary:hover { background: var(--rr-color-yellow-hover); }
.reyhle-frame-calculator .rr-button--secondary { background: #fff; border-color: var(--rr-color-border); }
.reyhle-frame-calculator .rr-button--secondary:hover { background: var(--rr-color-yellow-soft); border-color: var(--rr-color-yellow-hover); }
.reyhle-frame-calculator .rr-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.reyhle-frame-calculator .rr-result { margin: 0 28px 28px; padding: 22px; background: var(--rr-color-result); border: 1px solid #ebd270; border-radius: 12px; }
.reyhle-frame-calculator .rr-result h2 { margin-bottom: 8px; font-size: 1.35rem; }
.reyhle-frame-calculator .rr-result__value { margin: 0 0 12px; font-size: clamp(1.75rem, 4vw, 2.45rem); font-weight: 800; line-height: 1.15; }
.reyhle-frame-calculator .rr-result__detail { color: var(--rr-color-muted); }
.reyhle-frame-calculator .rr-result__note { margin-top: 14px; font-size: .94rem; }
.reyhle-frame-calculator .rr-cta-group { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.reyhle-frame-calculator .rr-disclaimer { max-width: 76ch; margin: 16px auto 0; color: var(--rr-color-muted); font-size: .92rem; text-align: center; }
.reyhle-frame-calculator .rr-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.reyhle-frame-calculator .rr-info-card, .reyhle-frame-calculator .rr-note { padding: 28px; background: #fff; border: 1px solid var(--rr-color-border); border-radius: var(--rr-radius-card); }
.reyhle-frame-calculator .rr-measure-visual { margin: 18px 0 22px; padding: 12px; background: var(--rr-color-soft); border: 1px solid var(--rr-color-border); border-radius: 12px; }
.reyhle-frame-calculator .rr-measure-visual svg, .reyhle-frame-calculator .rr-measure-visual picture, .reyhle-frame-calculator .rr-measure-visual img { display: block; width: 100%; height: auto; }
.reyhle-frame-calculator .rr-measure-visual figcaption { margin-top: 8px; color: var(--rr-color-muted); font-size: .88rem; line-height: 1.45; }
.reyhle-frame-calculator .rr-info-card ol { margin: 0; padding-left: 22px; }
.reyhle-frame-calculator .rr-info-card li { margin-bottom: 8px; }
.reyhle-frame-calculator .rr-note { border-left: 6px solid var(--rr-color-yellow); background: var(--rr-color-soft); }
.reyhle-frame-calculator .rr-note h2 { font-size: 1.3rem; }
.reyhle-frame-calculator .rr-note p { margin-bottom: 0; }
.reyhle-frame-calculator .rr-faq { max-width: 900px; }
.reyhle-frame-calculator .rr-faq details { margin: 10px 0; padding: 0 18px; border: 1px solid var(--rr-color-border); border-radius: 10px; background: #fff; }
.reyhle-frame-calculator .rr-faq summary { padding: 15px 26px 15px 0; cursor: pointer; font-weight: 700; }
.reyhle-frame-calculator .rr-faq details p { padding-bottom: 4px; color: var(--rr-color-muted); }
@media (max-width: 700px) { .reyhle-frame-calculator .rr-hero { grid-template-columns: 1fr; gap: 24px; padding: 26px 20px; } .reyhle-frame-calculator .rr-hero__visual { max-width: 420px; margin: 0 auto; } .reyhle-frame-calculator .rr-form, .reyhle-frame-calculator .rr-info-grid { grid-template-columns: 1fr; } .reyhle-frame-calculator .rr-form { padding: 20px; gap: 16px; } .reyhle-frame-calculator .rr-result { margin: 0 20px 20px; } .reyhle-frame-calculator .rr-info-card, .reyhle-frame-calculator .rr-note { padding: 22px; } }
