/**
 * Products pillar / cluster hub — [reportedip_products]
 * Marketing component library (rip- prefix, design-system tokens).
 * Anti-watermark: radii via --rip-radius-* tokens, no border-left accents, no emojis.
 */

/* Layout ------------------------------------------------------------------ */
.rip-products{color:var(--rip-gray-800,#1F2937);font-family:var(--rip-font-sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif)}
.rip-section{padding:3rem 1rem;max-width:1180px;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.2}
.rip-section__lede{font-size:1.0625rem;line-height:1.6;color:var(--rip-gray-600,#4B5563);max-width:720px;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:940px;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:var(--rip-radius-full,9999px);font-size:.8125rem;font-weight:600;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.04em}
.rip-hero__eyebrow svg{flex-shrink:0}
.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 1.5rem;max-width:720px}
.rip-hero__ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem}
.rip-hero__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2.5rem;margin:0 auto 1rem;padding:1.25rem 0 0;border-top:1px solid var(--rip-gray-200,#E5E7EB);max-width:680px}
.rip-hero__stat-value{font-size:1.625rem;font-weight:800;color:var(--rip-primary,#4F46E5);line-height:1}
.rip-hero__stat-label{font-size:.75rem;color:var(--rip-gray-500,#6B7280);text-transform:uppercase;letter-spacing:.04em;margin-top:.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)}

/* Platform intro (cluster thesis) ---------------------------------------- */
.rip-platform{background:var(--rip-gray-50,#F9FAFB);border-top:1px solid var(--rip-gray-100,#F3F4F6);border-bottom:1px solid var(--rip-gray-100,#F3F4F6)}
.rip-platform__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:980px;margin:1.5rem auto 0}
@media (min-width:768px){.rip-platform__grid{grid-template-columns:repeat(3,1fr)}}
.rip-platform__item{font-size:.9375rem;line-height:1.6;color:var(--rip-gray-700,#374151)}
.rip-platform__item strong{color:var(--rip-gray-900,#111827)}
.rip-platform p a,.rip-platform__item a{color:var(--rip-primary,#4F46E5);text-decoration:none;font-weight:500}
.rip-platform p a:hover,.rip-platform__item a:hover{text-decoration:underline}

/* Product overview grid (cards) ------------------------------------------ */
.rip-product-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:.5rem}
@media (min-width:768px){.rip-product-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1100px){.rip-product-grid{grid-template-columns:repeat(3,1fr)}}
.rip-product-card{background:#fff;border:1px solid var(--rip-gray-200,#E5E7EB);border-radius:var(--rip-radius-xl,12px);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:var(--rip-shadow-lg,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-xl,12px);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--rbl .rip-product-card__icon{background:rgba(124,58,237,.1);color:#7C3AED}
.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:.8125rem;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--rbl .rip-product-card__tagline{color:#7C3AED}
.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}

/* Product detail blocks (deep per-product sections) ---------------------- */
.rip-product-detail{max-width:1100px;margin:0 auto;padding:2.5rem 1rem;border-bottom:1px solid var(--rip-gray-100,#F3F4F6)}
.rip-product-detail:last-child{border-bottom:0}
.rip-product-detail__head{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.rip-product-detail__icon{width:52px;height:52px;border-radius:var(--rip-radius-xl,12px);display:flex;align-items:center;justify-content:center;background:rgba(79,70,229,.1);color:var(--rip-primary,#4F46E5);flex-shrink:0}
.rip-product-detail__icon svg{width:30px;height:30px}
.rip-product-detail--api .rip-product-detail__icon{background:rgba(59,130,246,.1);color:var(--rip-info,#3B82F6)}
.rip-product-detail--blacklist .rip-product-detail__icon{background:rgba(239,68,68,.1);color:var(--rip-danger,#EF4444)}
.rip-product-detail--rbl .rip-product-detail__icon{background:rgba(124,58,237,.1);color:#7C3AED}
.rip-product-detail--dns .rip-product-detail__icon{background:rgba(16,185,129,.1);color:var(--rip-success,#10B981)}
.rip-product-detail--honeypot .rip-product-detail__icon{background:rgba(245,158,11,.1);color:var(--rip-warning,#F59E0B)}
.rip-product-detail__eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--rip-primary,#4F46E5);margin:0 0 .25rem}
.rip-product-detail__title{font-size:1.625rem;font-weight:800;color:var(--rip-gray-900,#111827);margin:0;line-height:1.15}
.rip-product-detail__lead{font-size:1.0625rem;line-height:1.6;color:var(--rip-gray-600,#4B5563);margin:0 0 1.25rem;max-width:780px}
.rip-product-detail__cols{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media (min-width:860px){.rip-product-detail__cols{grid-template-columns:1.4fr 1fr}}
.rip-product-detail__features{list-style:none;padding:0;margin:0;font-size:.9375rem;color:var(--rip-gray-700,#374151)}
.rip-product-detail__features li{padding:.4375rem 0;display:flex;align-items:flex-start;gap:.5rem;line-height:1.5}
.rip-product-detail__features li::before{content:"\2713";color:var(--rip-success,#10B981);font-weight:700;flex-shrink:0}
.rip-product-detail__aside{background:var(--rip-gray-50,#F9FAFB);border:1px solid var(--rip-gray-200,#E5E7EB);border-radius:var(--rip-radius-lg,8px);padding:1.25rem 1.375rem}
.rip-product-detail__aside-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--rip-gray-500,#6B7280);margin:0 0 .5rem}
.rip-product-detail__aside p{font-size:.9375rem;line-height:1.55;color:var(--rip-gray-700,#374151);margin:0 0 1rem}
.rip-product-detail__links{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;margin-top:1.25rem}
.rip-product-detail__link{font-size:.9375rem;font-weight:600;color:var(--rip-primary,#4F46E5);text-decoration:none}
.rip-product-detail__link:hover{text-decoration:underline}
.rip-product-detail__link--ghost{color:var(--rip-gray-500,#6B7280)}

/* Comparison table -------------------------------------------------------- */
.rip-compare-wrap{overflow-x:auto;border:1px solid var(--rip-gray-200,#E5E7EB);border-radius:var(--rip-radius-xl,12px);background:#fff;max-width:1000px;margin:0 auto}
.rip-compare{width:100%;border-collapse:collapse;min-width:640px}
.rip-compare th,.rip-compare td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--rip-gray-100,#F3F4F6);font-size:.9375rem;line-height:1.5;vertical-align:top}
.rip-compare thead 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-compare tr:last-child td{border-bottom:0}
.rip-compare td:first-child{font-weight:600;color:var(--rip-gray-900,#111827)}
.rip-compare td a{color:var(--rip-primary,#4F46E5);text-decoration:none;font-weight:600}
.rip-compare td a:hover{text-decoration:underline}

/* Recent-news strip wrapper (cards styled in frontend.css) --------------- */
.rip-news-recent{max-width:1100px;margin:.5rem auto 0}

/* FAQ --------------------------------------------------------------------- */
.rip-faq{max-width:820px;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;line-height:1}
.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}

/* Final CTA --------------------------------------------------------------- */
.rip-cta-final{background:linear-gradient(135deg,var(--rip-primary,#4F46E5),#7C3AED);color:#fff;padding:4rem 1rem;text-align:center;margin-top:2rem}
.rip-cta-final__inner{max-width:720px;margin:0 auto}
.rip-cta-final__title{font-size:clamp(1.875rem,2vw + 1rem,2.5rem);font-weight:800;color:#fff;margin:0 0 .75rem;line-height:1.15}
.rip-cta-final__subtitle{font-size:1.0625rem;line-height:1.6;color:rgba(255,255,255,.95);margin:0 auto 2rem;max-width:560px}
.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;color:var(--rip-primary,#4F46E5);border-color:#fff}
.rip-cta-final .rip-button--primary:hover{background:var(--rip-gray-100,#F3F4F6);color:var(--rip-primary-dark,#3730A3)}
.rip-cta-final .rip-button--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}
.rip-cta-final .rip-button--ghost:hover{background:rgba(255,255,255,.15);border-color:#fff}
.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)}
.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 ----------------------------------------------------------------- */
.rip-products .rip-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--rip-radius-lg,8px);font-weight:600;font-size:.9375rem;text-decoration:none;border:1px solid transparent;cursor:pointer;line-height:1.2}
.rip-products .rip-button--primary{background:var(--rip-primary,#4F46E5);color:#fff;border-color:var(--rip-primary,#4F46E5)}
.rip-products .rip-button--primary:hover{background:var(--rip-primary-dark,#3730A3);border-color:var(--rip-primary-dark,#3730A3);transform:translateY(-1px)}
.rip-products .rip-button--ghost{background:transparent;color:var(--rip-gray-700,#374151);border-color:var(--rip-gray-300,#D1D5DB)}
.rip-products .rip-button--ghost:hover{background:var(--rip-gray-50,#F9FAFB);color:var(--rip-primary,#4F46E5);border-color:var(--rip-primary,#4F46E5)}
.rip-products .rip-button--lg{padding:.9375rem 1.875rem;font-size:1rem}
