/* ============================================================
   RATGEBER FULL PAGE – [ratgeber_page] Styles
============================================================ */

.rgp-wrap {
    --rgp-color: #102474;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: #222;
    max-width: 900px;
    margin: 0 auto;
}
.rgp-wrap * { box-sizing: border-box; }

/* ── Shared button ── */
.rgp-btn {
    display: inline-block;
    background: var(--rgp-color);
    color: #fff !important;
    padding: 13px 28px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: opacity .2s, transform .1s;
    cursor: pointer;
    border: none;
    letter-spacing: .02em;
}
.rgp-btn:hover { opacity: .88; }

/* ══════════════════════════════════════
   SECTION 1 – HERO
══════════════════════════════════════ */
.rgp-hero {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 52px 0 44px;
    border-bottom: 1px solid #eee;
}
.rgp-hero-text { flex: 1; }
.rgp-subtitle {
    font-size: 13px;
    font-weight: 700;
    color: var(--rgp-color);
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.rgp-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #111;
    letter-spacing: -.01em;
}
.rgp-intro {
    font-size: 15px;
    line-height: 1.75;
    color: #444;
    margin: 0 0 28px;
}
.rgp-hero-img {
    flex-shrink: 0;
    width: 240px;
}
.rgp-hero-img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,.14);
}

/* ══════════════════════════════════════
   SECTION 2 – BENEFITS
══════════════════════════════════════ */
.rgp-benefits {
    padding: 52px 0;
    border-bottom: 1px solid #eee;
}
.rgp-benefits-inner {
    display: flex;
    align-items: center;
    gap: 52px;
}
.rgp-preview-wrap { flex-shrink: 0; width: 260px; }
.rgp-preview-box {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #f9f9f9;
}
.rgp-preview-box img { width: 100%; display: block; }
.rgp-preview-placeholder {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
}
.rgp-benefits-list-wrap { flex: 1; }
.rgp-tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.rgp-benefits-list-wrap h2 {
    font-size: 24px;
    font-weight: 800;
    color: #111;
    margin: 0 0 24px;
    letter-spacing: -.01em;
    line-height: 1.25;
}
.rgp-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.rgp-benefits-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}
.rgp-benefits-list li:last-child { border-bottom: none; }
.rgp-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ══════════════════════════════════════
   SECTION 3 – INFO BOX
══════════════════════════════════════ */
.rgp-infobox {
    display: flex;
    gap: 18px;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 24px 28px;
    margin: 0 0 0;
    align-items: flex-start;
    border: 1px solid #ebebeb;
}
.rgp-infobox-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    flex-shrink: 0;
    margin-top: 2px;
}
.rgp-infobox-text {
    font-size: 14.5px;
    line-height: 1.7;
    color: #333;
}
.rgp-infobox-text a { font-weight: 600; text-decoration: underline; }

/* ══════════════════════════════════════
   SECTION 4 – DOWNLOAD FORM
══════════════════════════════════════ */
.rgp-form-section {
    padding: 52px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
}
.rgp-form-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 32px 36px;
    width: 100%;
    max-width: 560px;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
}
.rgp-form-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}
.rgp-form-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    flex-shrink: 0;
}
.rgp-form-header h3 {
    margin: 0 0 3px;
    font-size: 17px;
    font-weight: 700;
    color: #111;
}
.rgp-form-header p {
    margin: 0;
    font-size: 13px;
    color: #666;
}
.rgp-form-notice {
    font-size: 14px;
    color: #444;
    margin: 0 0 16px;
}
.rgp-input {
    width: 100%;
    padding: 13px 14px;
    border: 1.5px solid #d1d1d1;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
    transition: border-color .2s;
    font-family: inherit;
}
.rgp-input:focus { border-color: var(--rgp-color); }
.rgp-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity .2s;
    margin-top: 4px;
    font-family: inherit;
}
.rgp-submit-btn:hover { opacity: .88; }
.rgp-submit-btn:disabled { opacity: .7; cursor: not-allowed; }
.rgp-submit-btn .ratgeber-btn-loading { display: none; }
.rgp-submit-btn.is-loading .ratgeber-btn-text { display: none; }
.rgp-submit-btn.is-loading .ratgeber-btn-loading { display: inline-flex; }
.rgp-submit-btn .ratgeber-btn-loading svg { animation: ratgeber-spin .8s linear infinite; }

/* ══════════════════════════════════════
   SECTION 5 – OWNER CARD
══════════════════════════════════════ */
.rgp-owner-card {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    padding: 44px 0;
    border-bottom: 1px solid #eee;
}
.rgp-owner-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 3px solid #e0e0e0;
    flex-shrink: 0;
    display: block;
}
.rgp-owner-info h3 {
    margin: 0 0 2px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
}
.rgp-owner-role {
    font-size: 13px;
    color: #888;
    margin: 0 0 8px;
}
.rgp-owner-tagline {
    font-size: 14px;
    color: #444;
    margin: 0 0 16px;
    line-height: 1.55;
}
.rgp-owner-contacts {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rgp-owner-contacts li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    margin-bottom: 7px;
}
.rgp-owner-contacts a { color: inherit; text-decoration: none; }
.rgp-owner-contacts a:hover { text-decoration: underline; }
.rgp-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #f0f3ff;
    border-radius: 6px;
    flex-shrink: 0;
}

/* ══════════════════════════════════════
   SECTION 6 – CALLBACK FORM
══════════════════════════════════════ */
.rgp-callback-section {
    padding: 44px 0 52px;
    display: flex;
    justify-content: center;
}
.rgp-callback-card {
    width: 100%;
    max-width: 560px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 32px 36px;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 700px) {
    .rgp-hero { flex-direction: column; padding: 32px 0 28px; gap: 24px; }
    .rgp-hero-img { width: 100%; max-width: 280px; margin: 0 auto; }
    .rgp-title { font-size: 24px; }
    .rgp-benefits-inner { flex-direction: column; gap: 24px; }
    .rgp-preview-wrap { width: 100%; max-width: 280px; margin: 0 auto; }
    .rgp-form-card, .rgp-callback-card { padding: 22px 18px; }
    .rgp-owner-card { flex-direction: column; align-items: center; text-align: center; }
    .rgp-owner-contacts li { justify-content: center; }
}

@media (max-width: 480px) {
    .rgp-title { font-size: 20px; }
    .rgp-benefits-list-wrap h2 { font-size: 18px; }
    .ratgeber-name-row { flex-direction: column; gap: 0; }
}
