/*!
 * ReportedIP — shared marketing component styles (rip-marketing.css)
 * Extracted from inline <style> blocks of pages 528 / 688 / 807 to comply with the
 * design-system / anti-AI rules (no arbitrary border-radius, no border-left accents,
 * no inline CSS for boxes) and to survive KSES on content saves.
 * Component library: hero, section, product/2fa/mode/usecase cards, sensor table,
 * callouts, steps, FAQ, trustbar, final CTA, buttons, doc-banner.
 */
.rip-section{padding:3rem 1rem;max-width:1200px;margin:0 auto}.rip-section--narrow{max-width:820px}.rip-section__header{text-align:center;margin-bottom:2.5rem}.rip-section__title{font-size:clamp(1.75rem,2vw + 1rem,2.25rem);font-weight:700;color:var(--rip-gray-900,#111827);margin:0 0 .75rem;line-height:1.15}.rip-section__lede{font-size:1.0625rem;line-height:1.6;color:var(--rip-gray-600,#4B5563);max-width:680px;margin:0 auto}/* Hero --------------------------------------------------------- */.rip-hero{background:linear-gradient(135deg,#F3F4FF 0%,#FFFFFF 60%,#ECFDF5 100%);padding:4rem 1rem 3.5rem;text-align:center}.rip-hero__inner{max-width:920px;margin:0 auto}.rip-hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.4375rem 1.125rem;background:rgba(79,70,229,.08);color:var(--rip-primary,#4F46E5);border-radius:9999px;font-size:.8125rem;font-weight:600;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.04em;flex-wrap:wrap;justify-content:center;max-width:100%}.rip-hero__eyebrow svg{flex-shrink:0}.rip-hero__eyebrow-label{white-space:nowrap}.rip-hero__title{font-size:clamp(2rem,3vw + 1rem,3.25rem);font-weight:800;line-height:1.1;color:var(--rip-gray-900,#111827);margin:0 0 1.25rem;letter-spacing:-.01em}.rip-hero__subtitle{font-size:clamp(1.0625rem,.5vw + 1rem,1.25rem);line-height:1.6;color:var(--rip-gray-600,#4B5563);margin:0 auto 2rem;max-width:680px}.rip-hero__ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.25rem}.rip-hero__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem;font-size:.875rem;color:var(--rip-gray-500,#6B7280)}.rip-hero__meta-item{display:inline-flex;align-items:center;gap:.375rem;white-space:nowrap}.rip-hero__meta-item::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--rip-success,#10B981)}/* Product Grid (used on /products/ and on home / product cards across pages) */.rip-product-grid{display:grid !important;grid-template-columns:1fr;gap:1.25rem;margin-top:.5rem}@media (min-width:768px){.rip-product-grid{grid-template-columns:repeat(2,1fr) !important}}@media (min-width:1100px){.rip-product-grid{grid-template-columns:repeat(3,1fr) !important}}.rip-product-card{background:#fff;border:1px solid var(--rip-gray-200,#E5E7EB);border-radius:var(--rip-radius-lg,8px);padding:1.75rem 1.5rem;display:flex;flex-direction:column;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.rip-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px rgba(15,23,42,.08);border-color:var(--rip-primary-light,#818CF8)}.rip-product-card--soon{background:var(--rip-gray-50,#F9FAFB);border-style:dashed;opacity:.85}.rip-product-card__icon{width:48px;height:48px;border-radius:var(--rip-radius-lg,8px);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;background:rgba(79,70,229,.1);color:var(--rip-primary,#4F46E5)}.rip-product-card__icon svg{width:28px;height:28px}.rip-product-card--api .rip-product-card__icon{background:rgba(59,130,246,.1);color:var(--rip-info,#3B82F6)}.rip-product-card--blacklist .rip-product-card__icon{background:rgba(239,68,68,.1);color:var(--rip-danger,#EF4444)}.rip-product-card--dns .rip-product-card__icon{background:rgba(16,185,129,.1);color:var(--rip-success,#10B981)}.rip-product-card--honeypot .rip-product-card__icon{background:rgba(245,158,11,.1);color:var(--rip-warning,#F59E0B)}.rip-product-card__name{font-size:1.25rem;font-weight:700;color:var(--rip-gray-900,#111827);margin:0 0 .5rem}.rip-product-card__tagline{font-size:.875rem;color:var(--rip-primary,#4F46E5);font-weight:600;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.04em}.rip-product-card--api .rip-product-card__tagline{color:var(--rip-info,#3B82F6)}.rip-product-card--blacklist .rip-product-card__tagline{color:var(--rip-danger,#EF4444)}.rip-product-card--dns .rip-product-card__tagline{color:var(--rip-success,#10B981)}.rip-product-card--honeypot .rip-product-card__tagline{color:var(--rip-warning,#F59E0B)}.rip-product-card__desc{font-size:.9375rem;line-height:1.55;color:var(--rip-gray-600,#4B5563);margin:0 0 1.25rem;flex-grow:1}.rip-product-card__features{list-style:none;padding:0;margin:0 0 1.5rem;font-size:.8125rem;color:var(--rip-gray-700,#374151)}.rip-product-card__features li{padding:.375rem 0;display:flex;align-items:flex-start;gap:.5rem}.rip-product-card__features li::before{content:"\2713";color:var(--rip-success,#10B981);font-weight:700;flex-shrink:0}.rip-product-card__links{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;border-top:1px solid var(--rip-gray-100,#F3F4F6);padding-top:1rem;margin-top:auto}.rip-product-card__link{font-size:.875rem;font-weight:600;color:var(--rip-primary,#4F46E5);text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.rip-product-card__link:hover{text-decoration:underline}.rip-product-card__link--ghost{color:var(--rip-gray-500,#6B7280);font-weight:500}/* Sensor table (Plugin page) */.rip-sensor-table-wrap{overflow-x:auto;border:1px solid var(--rip-gray-200,#E5E7EB);border-radius:var(--rip-radius-lg,8px);background:#fff}.rip-sensor-table{width:100%;border-collapse:collapse;min-width:640px}.rip-sensor-table th,.rip-sensor-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--rip-gray-100,#F3F4F6);font-size:.875rem;line-height:1.5}.rip-sensor-table th{background:var(--rip-gray-50,#F9FAFB);font-weight:600;color:var(--rip-gray-700,#374151);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.rip-sensor-table tr:last-child td{border-bottom:0}.rip-sensor-table td:first-child{font-weight:600;color:var(--rip-gray-900,#111827);white-space:nowrap}.rip-sensor-table td:nth-child(2){color:var(--rip-primary,#4F46E5);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8125rem;white-space:nowrap}/* 2FA Methods grid (Plugin page) */.rip-2fa-grid{display:grid !important;grid-template-columns:1fr;gap:1.25rem}@media (min-width:640px){.rip-2fa-grid{grid-template-columns:repeat(2,1fr) !important}}@media (min-width:1100px){.rip-2fa-grid{grid-template-columns:repeat(4,1fr) !important}}.rip-2fa-card{background:#fff;border:1px solid var(--rip-gray-200,#E5E7EB);border-radius:var(--rip-radius-lg,8px);padding:1.5rem 1.25rem;text-align:center}.rip-2fa-card__icon{width:56px;height:56px;border-radius:var(--rip-radius-lg,8px);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;background:rgba(79,70,229,.08);color:var(--rip-primary,#4F46E5)}.rip-2fa-card__name{font-size:1.0625rem;font-weight:700;color:var(--rip-gray-900,#111827);margin:0 0 .375rem}.rip-2fa-card__sub{font-size:.75rem;color:var(--rip-gray-500,#6B7280);margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.04em}.rip-2fa-card__desc{font-size:.875rem;line-height:1.5;color:var(--rip-gray-600,#4B5563);margin:0}/* Two-Modes (Plugin page) */.rip-mode-compare{display:grid !important;grid-template-columns:1fr;gap:1.25rem;margin-top:.5rem}@media (min-width:768px){.rip-mode-compare{grid-template-columns:repeat(2,1fr) !important}}.rip-mode-card{background:#fff;border:1px solid var(--rip-gray-200,#E5E7EB);border-radius:var(--rip-radius-lg,8px);padding:1.75rem 1.5rem}.rip-mode-card--community{border-color:var(--rip-info,#3B82F6);background:linear-gradient(135deg,rgba(59,130,246,.04),rgba(255,255,255,1))}.rip-mode-card__badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.875rem}.rip-mode-card--local .rip-mode-card__badge{background:var(--rip-gray-100,#F3F4F6);color:var(--rip-gray-700,#374151)}.rip-mode-card--community .rip-mode-card__badge{background:rgba(59,130,246,.12);color:var(--rip-info,#3B82F6)}.rip-mode-card__name{font-size:1.375rem;font-weight:700;color:var(--rip-gray-900,#111827);margin:0 0 .5rem}.rip-mode-card__desc{font-size:.9375rem;line-height:1.55;color:var(--rip-gray-600,#4B5563);margin:0 0 1.25rem}.rip-mode-card__list{list-style:none;padding:0;margin:0;font-size:.875rem;color:var(--rip-gray-700,#374151)}.rip-mode-card__list li{padding:.5rem 0;border-bottom:1px solid var(--rip-gray-100,#F3F4F6);display:flex;align-items:flex-start;gap:.5rem}.rip-mode-card__list li:last-child{border-bottom:0}.rip-mode-card__list li::before{content:"\2713";color:var(--rip-success,#10B981);font-weight:700;flex-shrink:0}.rip-mode-card__note{font-size:.8125rem;color:var(--rip-gray-500,#6B7280);margin-top:1rem;font-style:italic}/* Privacy / WooCommerce highlight box */.rip-callout{background:linear-gradient(135deg,rgba(16,185,129,.06),rgba(255,255,255,1));border:1px solid rgba(16,185,129,.2);border-radius:var(--rip-radius-lg,8px);padding:1.75rem;display:grid;grid-template-columns:48px 1fr;gap:1.25rem;align-items:start}.rip-callout__icon{width:48px;height:48px;border-radius:var(--rip-radius-lg,8px);background:rgba(16,185,129,.12);color:var(--rip-success,#10B981);display:flex;align-items:center;justify-content:center}.rip-callout__title{font-size:1.125rem;font-weight:700;margin:0 0 .5rem;color:var(--rip-gray-900,#111827)}.rip-callout__text{font-size:.9375rem;line-height:1.55;color:var(--rip-gray-700,#374151);margin:0}.rip-callout--woo{background:linear-gradient(135deg,rgba(124,58,237,.04),rgba(255,255,255,1));border-color:rgba(124,58,237,.2)}.rip-callout--woo .rip-callout__icon{background:rgba(124,58,237,.1);color:#7C3AED}/* Install steps (Plugin page) */.rip-steps{display:grid !important;grid-template-columns:1fr;gap:1rem;counter-reset:rip-step}@media (min-width:768px){.rip-steps{grid-template-columns:repeat(3,1fr) !important}}.rip-step{background:#fff;border:1px solid var(--rip-gray-200,#E5E7EB);border-radius:var(--rip-radius-lg,8px);padding:1.5rem;position:relative}.rip-step__num{counter-increment:rip-step;width:36px;height:36px;border-radius:50%;background:var(--rip-primary,#4F46E5);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;margin-bottom:.875rem}.rip-step__num::before{content:counter(rip-step)}.rip-step__title{font-size:1.0625rem;font-weight:700;color:var(--rip-gray-900,#111827);margin:0 0 .5rem}.rip-step__desc{font-size:.875rem;line-height:1.55;color:var(--rip-gray-600,#4B5563);margin:0}.rip-step__desc code{background:var(--rip-gray-100,#F3F4F6);padding:2px 6px;border-radius:4px;font-size:.8125rem;color:var(--rip-gray-800,#1F2937);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}/* FAQ (shared) */.rip-faq{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.rip-faq__item{background:#fff;border:1px solid var(--rip-gray-200,#E5E7EB);border-radius:var(--rip-radius-lg,8px);overflow:hidden}.rip-faq__item[open]{border-color:var(--rip-primary-light,#818CF8)}.rip-faq__question{padding:1rem 1.25rem;cursor:pointer;font-weight:600;color:var(--rip-gray-900,#111827);font-size:1rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.rip-faq__question::-webkit-details-marker{display:none}.rip-faq__question::after{content:"+";font-size:1.5rem;color:var(--rip-gray-400,#9CA3AF);font-weight:400}.rip-faq__item[open] .rip-faq__question::after{content:"\2212"}.rip-faq__answer{padding:0 1.25rem 1.25rem;font-size:.9375rem;line-height:1.6;color:var(--rip-gray-600,#4B5563)}.rip-faq__answer p{margin:0 0 .75rem}.rip-faq__answer p:last-child{margin:0}.rip-faq__answer a{color:var(--rip-primary,#4F46E5);text-decoration:none;font-weight:500}.rip-faq__answer a:hover{text-decoration:underline}.rip-faq__answer code{background:var(--rip-gray-100,#F3F4F6);padding:2px 6px;border-radius:4px;font-size:.8125rem;color:var(--rip-gray-800,#1F2937);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}/* Final CTA (shared with home, kept identical) */.rip-cta-final{background:linear-gradient(135deg,var(--rip-primary,#4F46E5),#7C3AED);color:#fff !important;padding:4rem 1rem;text-align:center;margin-top:2rem}.rip-cta-final *{color:inherit}.rip-cta-final__inner{max-width:720px;margin:0 auto}.rip-cta-final__title,.rip-cta-final h2{font-size:clamp(1.875rem,2vw + 1rem,2.5rem) !important;font-weight:800 !important;color:#fff !important;margin:0 0 .75rem !important;line-height:1.15 !important}.rip-cta-final__subtitle{font-size:1.0625rem;line-height:1.6;color:rgba(255,255,255,.95) !important;margin:0 auto 2rem;max-width:520px}.rip-cta-final__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem}.rip-cta-final .rip-button--primary{background:#fff !important;color:var(--rip-primary,#4F46E5) !important;border-color:#fff !important}.rip-cta-final .rip-button--primary:hover{background:var(--rip-gray-100,#F3F4F6) !important;color:var(--rip-primary-dark,#3730A3) !important}.rip-cta-final .rip-button--ghost{background:transparent !important;color:#fff !important;border-color:rgba(255,255,255,.7) !important}.rip-cta-final .rip-button--ghost:hover{background:rgba(255,255,255,.15) !important;border-color:#fff !important}.rip-cta-final__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.25rem;font-size:.8125rem;color:rgba(255,255,255,.9) !important}.rip-cta-final__trust-item{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.rip-cta-final__trust-item::before{content:"\2713";font-weight:700}/* Buttons (shared) */.rip-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9375rem;text-decoration:none;border:1px solid transparent;cursor:pointer;line-height:1.2}.rip-button--primary{background:var(--rip-primary,#4F46E5);color:#fff;border-color:var(--rip-primary,#4F46E5)}.rip-button--primary:hover{background:var(--rip-primary-dark,#3730A3);border-color:var(--rip-primary-dark,#3730A3);transform:translateY(-1px)}.rip-button--secondary{background:#fff;color:var(--rip-gray-700,#374151);border-color:var(--rip-gray-300,#D1D5DB)}.rip-button--secondary:hover{background:var(--rip-gray-50,#F9FAFB);border-color:var(--rip-gray-400,#9CA3AF)}.rip-button--ghost{background:transparent;color:var(--rip-gray-700,#374151);border-color:var(--rip-gray-300,#D1D5DB)}.rip-button--ghost:hover{background:var(--rip-gray-50,#F9FAFB);color:var(--rip-primary,#4F46E5);border-color:var(--rip-primary,#4F46E5)}.rip-button--lg{padding:.9375rem 1.875rem;font-size:1rem}/* Doc-banner (used on /docs/wordpress-plugin/ for Marketing-vs-Doku-Trennung) */.rip-doc-banner{background:rgba(79,70,229,.06);border:1px solid rgba(79,70,229,.2);padding:1rem 1.25rem;margin:0 0 2rem;border-radius:var(--rip-radius,6px);font-size:.9375rem;color:var(--rip-gray-700,#374151)}.rip-doc-banner a{color:var(--rip-primary,#4F46E5);font-weight:600;text-decoration:none}.rip-doc-banner a:hover{text-decoration:underline}/* Hero subordinated free line */.rip-hero__alt{font-size:.875rem;color:var(--rip-gray-500,#6B7280);margin:.25rem 0 0}.rip-hero__alt a{color:var(--rip-primary,#4F46E5);font-weight:600;text-decoration:none}.rip-hero__alt a:hover{text-decoration:underline}/* Trust bar */.rip-trustbar{display:flex;flex-wrap:wrap;justify-content:center;gap:.625rem .75rem;max-width:920px;margin:0 auto}.rip-trustbar__item{display:inline-flex;align-items:center;gap:.375rem;padding:.4375rem .875rem;background:var(--rip-gray-50,#F9FAFB);border:1px solid var(--rip-gray-200,#E5E7EB);border-radius:9999px;font-size:.8125rem;font-weight:600;color:var(--rip-gray-700,#374151);white-space:nowrap}.rip-trustbar__item::before{content:"\2713";color:var(--rip-success,#10B981);font-weight:700}/* Section-level CTA row */.rip-section__cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.75rem}/* Callout variants + list (agency / value) */.rip-callout--primary{background:linear-gradient(135deg,rgba(79,70,229,.05),rgba(255,255,255,1));border-color:rgba(79,70,229,.25)}.rip-callout--primary .rip-callout__icon{background:rgba(79,70,229,.12);color:var(--rip-primary,#4F46E5)}.rip-callout__list{list-style:none;padding:0;margin:.75rem 0 1.25rem;font-size:.9375rem;line-height:1.5;color:var(--rip-gray-700,#374151)}.rip-callout__list li{padding:.25rem 0;display:flex;gap:.5rem;align-items:flex-start}.rip-callout__list li::before{content:"\2713";color:var(--rip-success,#10B981);font-weight:700;flex-shrink:0}.rip-domaincost td:nth-child(2),.rip-domaincost td:nth-child(3),.rip-domaincost td:nth-child(4){font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:var(--rip-gray-900,#111827)}.rip-domaincost td:nth-child(4){color:var(--rip-primary,#4F46E5);font-weight:700}.rip-domaincost tr.is-best td{background:rgba(79,70,229,.04)}

/* Home use-case cards (page 528) */
.rip-usecase-grid{display:grid !important;grid-template-columns:1fr;gap:1rem;margin-top:.5rem}@media (min-width:640px){.rip-usecase-grid{grid-template-columns:repeat(2,1fr) !important}}@media (min-width:1100px){.rip-usecase-grid{grid-template-columns:repeat(4,1fr) !important}}.rip-usecase-card{background:#fff;border:1px solid var(--rip-gray-200,#E5E7EB);border-radius:var(--rip-radius-lg,8px);padding:1.5rem 1.25rem;display:flex;flex-direction:column;text-align:left}.rip-usecase-card__icon{width:44px;height:44px;border-radius:var(--rip-radius-lg,8px);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:rgba(79,70,229,.08);color:var(--rip-primary,#4F46E5)}.rip-usecase-card__icon svg{width:24px;height:24px}.rip-usecase-card__title{font-size:1rem;font-weight:700;color:var(--rip-gray-900,#111827);margin:0 0 .5rem}.rip-usecase-card__desc{font-size:.875rem;line-height:1.55;color:var(--rip-gray-600,#4B5563);margin:0 0 1rem;flex-grow:1}.rip-usecase-card__cta{font-size:.875rem;font-weight:600;color:var(--rip-primary,#4F46E5);text-decoration:none;display:inline-flex;align-items:center;gap:.25rem}.rip-usecase-card__cta:hover{text-decoration:underline}