/* website-redesign — extracted from blade inline styles */
:root {
  --wr-orange: #ea580c; --wr-orange-dark: #c2410c;
  --wr-text: #1e293b; --wr-gray: #64748b; --wr-light: #f8fafc;
  --wr-border: #e2e8f0;
}
.wrp-page { background:#fff; }
/* Hero */
.wrp-hero { background:linear-gradient(135deg,#431407 0%,#9a3412 50%,#ea580c 100%); padding:72px 0 60px; color:#fff; text-align:center; }
.wrp-hero-label { display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:5px 18px;font-size: 14px;font-weight:600;color:#fed7aa;margin-bottom:20px; }
.wrp-hero h1 { font-size:clamp(1.8rem,4vw,3rem);font-weight:900;margin:0 0 16px;line-height:1.15; }
.wrp-hero h1 span { color:#fdba74; }
.wrp-hero p { font-size:1.1rem;color:#fed7aa;max-width:600px;margin:0 auto 32px;line-height:1.7; }
.wrp-hero-badges { display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:36px; }
.wrp-hero-badge { background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:6px 16px;font-size: 14px;font-weight:600;color:#fed7aa;display:flex;align-items:center;gap:6px; }
.wrp-hero-badge i { color:#34d399; }
.wrp-hero-btns { display:flex;flex-wrap:wrap;gap:14px;justify-content:center; }
.wrp-btn-primary { background:#fff;color:#ea580c;padding:13px 28px;border-radius:30px;font-weight:800;font-size:15px;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center;gap:8px; }
.wrp-btn-primary:hover { background:#ffedd5;color:#c2410c; }
.wrp-btn-outline { border:2px solid rgba(255,255,255,.4);color:#fff;padding:13px 28px;border-radius:30px;font-weight:700;font-size:15px;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center;gap:8px; }
.wrp-btn-outline:hover { background:rgba(255,255,255,.1); }
.wrp-hero-stats { display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin-top:48px; }
.wrp-stat { text-align:center; }
.wrp-stat-num { font-size:2.2rem;font-weight:900;color:#fff; }
.wrp-stat-num span { color:#fdba74; }
.wrp-stat-label { font-size: 14px;color:#fed7aa;margin-top:4px; }
/* Sections */
.wrp-section { padding:72px 0; }
.wrp-section-alt { background:#f8fafc; }
.wrp-section-dark { background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff; }
.container { max-width:1160px;margin:0 auto;padding:0 20px; }
.wrp-label { display:inline-block;background:#fff7ed;color:#ea580c;font-size: 14px;font-weight:700;padding:4px 14px;border-radius:20px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px; }
.wrp-label-dark { background:rgba(234,88,12,.2);color:#fdba74; }
.wrp-section-title { font-size:clamp(1.5rem,3vw,2.2rem);font-weight:900;color:var(--wr-text);margin:0 0 14px;line-height:1.2; }
.wrp-section-title-white { color:#fff; }
.wrp-section-sub { font-size:1rem;color:var(--wr-gray);max-width:620px;margin:0 auto 48px;line-height:1.7; }
.text-center { text-align:center; }
/* Trust bar */
.wrp-trust { display:flex;flex-wrap:wrap;justify-content:center;gap:28px;padding:24px 0;border-top:1px solid var(--wr-border);border-bottom:1px solid var(--wr-border); }
.wrp-trust-item { display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--wr-gray); }
.wrp-trust-item i { color:#ea580c;font-size:16px; }
/* Problems grid */
.wrp-problems-grid { display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px; }
.wrp-problem-card { background:#fff;border:1.5px solid var(--wr-border);border-radius:16px;padding:28px 24px;display:flex;flex-direction:column;gap:12px;transition:all .2s; }
.wrp-problem-card:hover { border-color:#fed7aa;box-shadow:0 8px 24px rgba(234,88,12,.08);transform:translateY(-2px); }
.wrp-problem-icon { font-size:1.8rem; }
.wrp-problem-title { font-size:1rem;font-weight:700;color:var(--wr-text); }
.wrp-problem-desc { font-size:0.83rem;color:var(--wr-gray);line-height:1.65; }
/* Pricing card */
.wrp-pricing-card { background:#fff;border:2px solid #ea580c;border-radius:20px;padding:40px;max-width:700px;margin:0 auto;box-shadow:0 12px 40px rgba(234,88,12,.12); }
.wrp-pricing-badge { display:inline-block;background:#fff7ed;color:#ea580c;border:1.5px solid #fed7aa;padding:4px 14px;border-radius:20px;font-size: 14px;font-weight:700;margin-bottom:16px; }
.wrp-pricing-name { font-size:1.4rem;font-weight:900;color:var(--wr-text);margin:0 0 6px; }
.wrp-pricing-desc { font-size:0.9rem;color:var(--wr-gray);margin:0 0 20px;line-height:1.6; }
.wrp-pricing-price { display:flex;align-items:baseline;gap:6px;margin-bottom:24px; }
.wrp-pricing-price .currency { font-size:1rem;font-weight:700;color:var(--wr-gray); }
.wrp-pricing-price .amount { font-size:2.8rem;font-weight:900;color:var(--wr-orange); }
.wrp-pricing-price .period { font-size:0.9rem;color:var(--wr-gray); }
.wrp-features-grid { display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;margin-bottom:28px; }
@media(max-width:520px){ .wrp-features-grid { grid-template-columns:1fr; } }
.wrp-feature-item { display:flex;align-items:flex-start;gap:8px;font-size:0.83rem;color:#374151;line-height:1.5; }
.wrp-feature-item i { color:#ea580c;margin-top:2px;flex-shrink:0; }
.wrp-pricing-cta { display:inline-flex;align-items:center;gap:8px;background:#ea580c;color:#fff;padding:14px 32px;border-radius:30px;font-weight:800;font-size:15px;text-decoration:none;transition:all .2s; }
.wrp-pricing-cta:hover { background:#c2410c;color:#fff;transform:translateY(-1px); }
/* Process */
.wrp-process-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:32px 24px; }
@media(max-width:800px){ .wrp-process-grid { grid-template-columns:1fr 1fr; } }
@media(max-width:520px){ .wrp-process-grid { grid-template-columns:1fr; } }
.wrp-process-step { text-align:center; }
.wrp-process-num { width:52px;height:52px;border-radius:50%;background:rgba(234,88,12,.15);border:2px solid rgba(234,88,12,.3);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:900;color:#fdba74;margin:0 auto 16px; }
.wrp-process-title { font-size:1rem;font-weight:700;color:#fff;margin-bottom:8px; }
.wrp-process-desc { font-size:0.82rem;color:#94a3b8;line-height:1.6; }
/* Compare table */
.wrp-compare { width:100%;border-collapse:collapse;font-size:0.85rem; }
.wrp-compare th { background:#431407;color:#fff;padding:14px 16px;text-align:left;font-weight:700; }
.wrp-compare td { padding:12px 16px;border-bottom:1px solid #f3f4f6;color:#374151; }
.wrp-compare tr:nth-child(even) td { background:#f9fafb; }
.wrp-compare .highlight { background:#fff7ed!important; }
.wrp-compare .highlight td { color:#9a3412;font-weight:700; }
/* FAQ */
.wrp-faq-list { max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:12px; }
.wrp-faq-item { background:#fff;border:1.5px solid var(--wr-border);border-radius:12px;overflow:hidden; }
.wrp-faq-q { padding:18px 20px;font-weight:700;font-size:0.95rem;color:var(--wr-text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;list-style:none; }
.wrp-faq-q::-webkit-details-marker { display:none; }
.wrp-faq-icon { color:#ea580c;font-size:0.8rem;transition:transform .2s;flex-shrink:0; }
details[open] .wrp-faq-icon { transform:rotate(45deg); }
.wrp-faq-a { padding:0 20px 18px;font-size:0.85rem;color:var(--wr-gray);line-height:1.7;border-top:1px solid var(--wr-border);margin-top:-1px;padding-top:16px; }
/* CTA */
.wrp-cta { background:linear-gradient(135deg,#431407,#9a3412);border-radius:24px;padding:64px 40px;text-align:center;color:#fff; }
.wrp-cta h2 { font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;margin:0 0 16px; }
.wrp-cta p { color:#fed7aa;font-size:1rem;max-width:520px;margin:0 auto 32px;line-height:1.7; }
/* Currency */
.wrp-usd { display:none; }

