/* RNJ public website */
body.site { background: #fff; }
.site-top { background: var(--rnj-green); color: #CFE0D4; font-size: .8rem; }
.site-top a { color: #fff; text-decoration: none; }
.site-top .container { display: flex; gap: 18px; justify-content: space-between; align-items: center; padding-top: 6px; padding-bottom: 6px; flex-wrap: wrap; }
.site-nav { background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--rnj-line); position: sticky; top: 0; z-index: 1030; }
.site-nav .navbar-brand img { height: 52px; }
.site-nav .nav-link, .site-nav .btn { white-space: nowrap; }
.site-nav .nav-link { color: var(--rnj-ink); font-weight: 600; font-size: .93rem; padding: .5rem .85rem !important; border-radius: 8px; }
.site-nav .nav-link:hover, .site-nav .nav-link.active { color: var(--rnj-green); background: var(--rnj-green-50); }
.section { padding: 84px 0; }
.section-sm { padding: 56px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--rnj-orange-600); }
.eyebrow::before { content: ''; width: 22px; height: 3px; border-radius: 3px; background: var(--rnj-orange); }
.h-display { font-family: 'Manrope', sans-serif; font-weight: 800; letter-spacing: -.025em; color: var(--rnj-green); }
.lead-muted { color: var(--rnj-muted); font-size: 1.08rem; }

/* Hero */
.hero { position: relative; overflow: hidden; background: radial-gradient(900px 500px at 85% 20%, rgba(233,122,46,.20), transparent 60%), linear-gradient(150deg, #063B18 0%, #04290F 70%); color: #fff; padding: 88px 0 96px; }
.hero h1 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: clamp(2.1rem, 4.4vw, 3.5rem); line-height: 1.08; letter-spacing: -.03em; }
.hero h1 em { font-style: normal; color: var(--rnj-orange); }
.hero p.sub { color: #CFE0D4; font-size: 1.12rem; max-width: 560px; }
.hero .speedo { position: absolute; right: -140px; bottom: -220px; width: 720px; opacity: .10; pointer-events: none; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; font-size: .9rem; color: #DCEBE0; }
.hero-points i { color: var(--rnj-orange); margin-right: 6px; }
.portal-mock { background: #fff; color: var(--rnj-ink); border-radius: 18px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.5); padding: 20px 22px; max-width: 440px; margin-left: auto; position: relative; }
.portal-mock .tag { position: absolute; top: -12px; left: 20px; background: var(--rnj-orange); color: #fff; font-size: .7rem; font-weight: 700; padding: 4px 10px; border-radius: 99px; letter-spacing: .05em; text-transform: uppercase; }
.portal-mock .pm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 14px; font-size: .86rem; }
.portal-mock .pm-grid span::before { content: ''; display: inline-block; width: 9px; height: 9px; border-radius: 50%; margin-right: 7px; background: #CBD5CE; vertical-align: 1px; }
.portal-mock .pm-grid span.d::before { background: var(--rnj-green-600); }
.portal-mock .pm-grid span.c::before { background: var(--rnj-orange); box-shadow: 0 0 0 3px rgba(233,122,46,.25); }
.portal-mock .pm-grid span.p { color: #8A968E; }

.band { background: var(--rnj-green-50); border-top: 1px solid var(--rnj-line); border-bottom: 1px solid var(--rnj-line); }
.statement { background: var(--rnj-green); color: #fff; border-radius: 22px; padding: 44px; position: relative; overflow: hidden; }
.statement h2 { font-family: 'Manrope', sans-serif; font-weight: 800; letter-spacing: -.02em; }
.statement::after { content: ''; position: absolute; right: -60px; top: -60px; width: 240px; height: 240px; border-radius: 50%; border: 26px solid rgba(233,122,46,.25); }

/* Flow */
.flow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; counter-reset: st; }
.flow .st { background: #fff; border: 1px solid var(--rnj-line); border-radius: 16px; padding: 18px 16px; position: relative; box-shadow: var(--rnj-shadow); }
.flow .st .n { width: 34px; height: 34px; border-radius: 10px; background: var(--rnj-green); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; font-family: 'Manrope', sans-serif; }
.flow .st:nth-child(3) .n, .flow .st:nth-child(4) .n { background: var(--rnj-orange); }
.flow .st h3 { font-size: 1rem; font-weight: 800; color: var(--rnj-green); margin-bottom: 6px; }
.flow .st p { font-size: .83rem; color: var(--rnj-muted); margin: 0; }
.flow .st .you { font-size: .68rem; font-weight: 700; color: var(--rnj-orange-600); text-transform: uppercase; letter-spacing: .06em; margin-top: 8px; display: block; }
@media (max-width: 1199px) { .flow { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 767px) { .flow { grid-template-columns: 1fr 1fr; } }

.trust-card { border: 1px solid var(--rnj-line); border-radius: 16px; padding: 22px; height: 100%; background: #fff; transition: transform .15s, box-shadow .15s; }
.trust-card:hover { transform: translateY(-2px); box-shadow: var(--rnj-shadow); }
.trust-card .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--rnj-orange-100); color: var(--rnj-orange-600); display: flex; align-items: center; justify-content: center; font-size: 1.35rem; margin-bottom: 14px; }
.trust-card h3 { font-size: 1.05rem; font-weight: 800; color: var(--rnj-green); }
.trust-card p { color: var(--rnj-muted); font-size: .92rem; margin-bottom: 10px; }
.trust-card .ev { font-size: .8rem; font-weight: 700; color: var(--rnj-green-600); text-decoration: none; }

.proof-card { border: 1px solid var(--rnj-line); border-radius: 18px; overflow: hidden; background: #fff; height: 100%; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: box-shadow .15s, transform .15s; }
.proof-card:hover { box-shadow: var(--rnj-shadow); transform: translateY(-2px); color: inherit; }
.proof-card .cover { aspect-ratio: 16/10; background: linear-gradient(135deg, var(--rnj-green-700), var(--rnj-green)); position: relative; }
.proof-card .cover img { width: 100%; height: 100%; object-fit: cover; }
.proof-card .cover .ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.35); font-size: 3.2rem; }
.proof-card .body { padding: 18px; flex: 1; }
.proof-card .facts { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.proof-card .facts span { font-size: .72rem; background: var(--rnj-green-50); color: var(--rnj-green); border-radius: 99px; padding: 3px 9px; font-weight: 600; }
.proof-steps { list-style: none; padding: 0; margin: 0; }
.proof-steps li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px dashed var(--rnj-line); }
.proof-steps li .n { width: 40px; height: 40px; border-radius: 12px; background: var(--rnj-green-50); color: var(--rnj-green); display: flex; align-items: center; justify-content: center; font-weight: 800; }

.quote-card { background: #fff; border-radius: 20px; border: 1px solid var(--rnj-line); box-shadow: 0 20px 50px -24px rgba(6,59,24,.35); padding: 28px; }
.step-pill { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--rnj-green); color: #fff; font-weight: 800; font-size: .85rem; margin-right: 8px; }
.hp { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }

.faq .accordion-button { font-weight: 700; color: var(--rnj-green); }
.faq .accordion-button:not(.collapsed) { background: var(--rnj-green-50); color: var(--rnj-green); box-shadow: none; }
.faq .accordion-item { border-color: var(--rnj-line); }

.fact-list { list-style: none; padding: 0; margin: 0; }
.fact-list li { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--rnj-line); }
.fact-list li i { color: var(--rnj-orange); font-size: 1.1rem; }
.fact-list .k { color: var(--rnj-muted); font-size: .82rem; }
.fact-list .v { font-weight: 700; }
.pending-note { color: #8A968E; font-style: italic; font-weight: 500; }

.page-hero { background: linear-gradient(150deg, #063B18 0%, #04290F 100%); color: #fff; padding: 56px 0 50px; position: relative; overflow: hidden; }
.page-hero h1 { font-family: 'Manrope', sans-serif; font-weight: 800; letter-spacing: -.02em; }
.page-hero p { color: #CFE0D4; max-width: 680px; }
.page-hero::after { content: ''; position: absolute; right: -80px; bottom: -120px; width: 320px; height: 320px; border-radius: 50%; border: 34px solid rgba(233,122,46,.18); }

.safety { background: #FFF8F1; border: 1px solid #F7D5BA; border-left: 5px solid var(--rnj-orange); border-radius: 14px; padding: 18px 20px; }
.site-footer { background: #04290F; color: #B8CDBE; padding: 64px 0 24px; font-size: .9rem; }
.site-footer h4 { color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; margin-bottom: 14px; }
.site-footer a { color: #DCEBE0; text-decoration: none; }
.site-footer a:hover { color: var(--rnj-orange); }
.site-footer .legal { border-top: 1px solid rgba(255,255,255,.08); margin-top: 40px; padding-top: 20px; font-size: .8rem; color: #7FA18A; }
.wa-float { position: fixed; right: 18px; bottom: 18px; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 10px 24px -6px rgba(0,0,0,.35); z-index: 1040; text-decoration: none; }
.wa-float:hover { color: #fff; transform: scale(1.05); }
@media (max-width: 991px) { .section { padding: 60px 0; } .hero { padding: 60px 0 70px; } .portal-mock { margin: 36px auto 0; } .statement { padding: 30px 22px; } }

@media (min-width: 1200px) and (max-width: 1399px) { .site-nav .nav-link { padding: .5rem .6rem !important; font-size: .9rem; } .site-nav .navbar-brand img { height: 46px; } }

/* Proof story media */
.proof-videos { display: grid; gap: 18px; }
.proof-video { margin: 0; }
.proof-video video { width: 100%; border-radius: 14px; background: #000; max-height: 520px; display: block; }
.proof-video .ratio { border-radius: 14px; overflow: hidden; }
.proof-video figcaption { font-size: .88rem; color: #5b6b61; margin-top: .45rem; }
.proof-video-link { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border-radius: 14px; background: linear-gradient(135deg,#063B18,#0d5a2a); color: #fff; text-decoration: none; font-weight: 700; }
.proof-video-link > i { font-size: 2rem; }
.proof-video-link:hover { color: #fff; filter: brightness(1.1); }
.proof-photos a { position: relative; }
.proof-photos .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 8px 6px; font-size: .72rem; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.65)); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
