:root {
  --red: #CC0000;
  --blue: #003DA5;
  --blue-mid: #1550C2;
  --white: #FFFFFF;
  --gray-bg: #F5F6F8;
  --gray-line: #E2E5EC;
  --gray-text: #6B7280;
  --dark: #111827;
  --body-max: 1140px;
  --r: 8px;
  --shadow: 0 2px 12px rgba(0,0,0,.08);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--dark); background: var(--white); line-height: 1.65; font-size: 16px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--body-max); margin: 0 auto; padding: 0 20px; }
.tag { display: inline-block; background: var(--blue); color: #fff; font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; margin-bottom: 10px; }
.tag--red { background: var(--red); }
.badge { font-size: .72rem; font-weight: 600; padding: 3px 9px; border-radius: 20px; }
.badge--green { background: #ECFDF5; color: #065F46; }
.badge--blue { background: #EFF6FF; color: var(--blue); }

header { position: sticky; top: 0; z-index: 100; background: var(--blue); border-bottom: 3px solid var(--red); padding: 14px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-shield { width: 36px; height: 42px; background: var(--white); clip-path: polygon(50% 0%, 100% 15%, 100% 60%, 50% 100%, 0% 60%, 0% 15%); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-shield-inner { width: 22px; height: 26px; background: var(--red); clip-path: polygon(50% 0%, 100% 15%, 100% 60%, 50% 100%, 0% 60%, 0% 15%); }
.logo-text { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: #fff; line-height: 1.1; }
.logo-text span { display: block; font-size: .65rem; font-family: 'Inter', sans-serif; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; opacity: .75; }
nav { display: flex; gap: 24px; align-items: center; }
nav a { color: rgba(255,255,255,.85); font-size: .88rem; font-weight: 500; transition: color .2s; }
nav a:hover { color: #fff; }
.header-disclaimer { font-size: .68rem; color: rgba(255,255,255,.55); text-align: right; max-width: 220px; line-height: 1.35; }

.notice-strip { background: #FFFBEB; border-top: 1px solid #FDE68A; border-bottom: 1px solid #FDE68A; padding: 10px 0; }
.notice-strip p { font-size: .8rem; color: #92400E; text-align: center; }
.notice-strip strong { font-weight: 600; }

.btn-info { display: inline-block; background: var(--blue); color: #fff; font-size: .82rem; font-weight: 600; padding: 10px 20px; border-radius: 6px; border: none; cursor: pointer; transition: background .2s; text-align: center; }
.btn-info:hover { background: var(--blue-mid); }
.btn-outline { display: inline-block; background: transparent; color: var(--blue); font-size: .82rem; font-weight: 500; padding: 10px 20px; border-radius: 6px; border: 1px solid var(--blue); cursor: pointer; transition: all .2s; text-align: center; }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-block { display: block; width: 100%; }

footer { background: #0D1B3E; color: rgba(255,255,255,.65); padding: 48px 0 24px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand p { font-size: .84rem; line-height: 1.7; margin-top: 14px; max-width: 360px; }
.footer-col h5 { color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul a { font-size: .84rem; color: rgba(255,255,255,.55); transition: color .2s; }
.footer-col ul a:hover { color: #fff; }
.footer-legal { margin-top: 28px; padding: 18px 20px; background: rgba(204,0,0,.12); border-left: 3px solid var(--red); border-radius: 0 6px 6px 0; }
.footer-legal p { font-size: .8rem; line-height: 1.65; color: rgba(255,255,255,.7); }
.footer-legal strong { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding-top: 22px; }
.footer-bottom p { font-size: .78rem; color: rgba(255,255,255,.4); }
.footer-18 { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--red); color: #fff; font-size: .75rem; font-weight: 700; flex-shrink: 0; }

.rv-breadcrumb { padding: 14px 0; font-size: .82rem; color: var(--gray-text); background: var(--gray-bg); border-bottom: 1px solid var(--gray-line); }
.rv-breadcrumb a { color: var(--blue); font-weight: 500; }
.rv-breadcrumb a:hover { text-decoration: underline; }

.rv-body { padding: 48px 0 64px; }
.rv-layout { display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: start; }
.rv-content { min-width: 0; }

.rv-block { margin-bottom: 40px; }
.rv-block h2 { font-family: 'Playfair Display', serif; font-size: 1.45rem; color: var(--dark); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--gray-line); }
.rv-block h3 { font-size: 1rem; font-weight: 600; margin: 20px 0 10px; color: var(--dark); }
.rv-block p { font-size: .92rem; color: var(--gray-text); line-height: 1.75; margin-bottom: 12px; }
.rv-block p:last-child { margin-bottom: 0; }
.rv-block ul, .rv-block ol { margin: 12px 0; padding-left: 0; list-style: none; }
.rv-block ul li, .rv-block ol li { font-size: .9rem; color: var(--gray-text); line-height: 1.65; padding-left: 22px; position: relative; margin-bottom: 8px; }
.rv-block ul li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 700; font-size: .8rem; }
.rv-block ol { counter-reset: rv-ol; }
.rv-block ol li { counter-increment: rv-ol; }
.rv-block ol li::before { content: counter(rv-ol) '.'; position: absolute; left: 0; color: var(--blue); font-weight: 700; font-size: .85rem; }

.rv-table-wrap { overflow-x: auto; margin-top: 16px; border: 1px solid var(--gray-line); border-radius: var(--r); }
.rv-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.rv-table th { background: var(--gray-bg); text-align: left; padding: 12px 16px; font-weight: 600; color: var(--dark); border-bottom: 1px solid var(--gray-line); }
.rv-table td { padding: 12px 16px; color: var(--gray-text); border-bottom: 1px solid var(--gray-line); }
.rv-table tr:last-child td { border-bottom: none; }

.rv-faq { border: 1px solid var(--gray-line); border-radius: var(--r); overflow: hidden; margin-top: 16px; }
.rv-faq-item { border-bottom: 1px solid var(--gray-line); }
.rv-faq-item:last-child { border-bottom: none; }
.rv-faq-q { width: 100%; background: none; border: none; cursor: pointer; text-align: left; padding: 16px 20px; font-size: .9rem; font-weight: 600; color: var(--dark); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.rv-faq-q:hover { background: var(--gray-bg); }
.rv-faq-icon { font-size: 1.2rem; color: var(--blue); flex-shrink: 0; transition: transform .3s; }
.rv-faq-a { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s; }
.rv-faq-item.open .rv-faq-a { max-height: 300px; padding-bottom: 16px; }
.rv-faq-item.open .rv-faq-icon { transform: rotate(45deg); }
.rv-faq-a p { font-size: .88rem; color: var(--gray-text); line-height: 1.7; }

.rv-sidebar { position: sticky; top: 88px; display: flex; flex-direction: column; gap: 20px; }
.rv-side-card { background: var(--gray-bg); border: 1px solid var(--gray-line); border-radius: var(--r); padding: 22px; }
.rv-side-card h4 { font-family: 'Playfair Display', serif; font-size: 1rem; margin-bottom: 14px; }
.rv-side-card p { font-size: .84rem; color: var(--gray-text); line-height: 1.6; margin-bottom: 12px; }
.rv-side-nav { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.rv-side-nav a { font-size: .84rem; color: var(--gray-text); padding: 6px 0; border-bottom: 1px solid var(--gray-line); transition: color .2s; }
.rv-side-nav a:hover { color: var(--blue); }
.rv-side-nav a:last-child { border-bottom: none; }
.rv-disclaimer { font-size: .75rem; color: var(--gray-text); line-height: 1.6; padding: 14px; background: var(--white); border-radius: 6px; border: 1px solid var(--gray-line); margin-top: 32px; }

.op-reg-bar { background: var(--gray-bg); border-top: 1px solid var(--gray-line); padding: 36px 0; }
.op-reg-bar__title { text-align: center; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-text); margin-bottom: 22px; }
.op-reg-list { list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px 36px; }
.op-reg-item a { display: flex; align-items: center; justify-content: center; padding: 14px 20px; background: var(--white); border: 1px solid var(--gray-line); border-radius: var(--r); transition: box-shadow .2s, border-color .2s; }
.op-reg-item a:hover { box-shadow: var(--shadow); border-color: var(--blue); }
.op-reg-item img { max-height: 52px; width: auto; max-width: 200px; object-fit: contain; }

@media (max-width: 900px) {
  .rv-layout { grid-template-columns: 1fr; }
  .rv-sidebar { position: static; }
  nav, .header-disclaimer { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

.op-compliance-bar {
  background: #0D1B3E;
  color: rgba(255,255,255,.88);
  font-size: .78rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.op-compliance-bar__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.op-compliance-bar__age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: .72rem;
  flex-shrink: 0;
}
.op-compliance-bar p { margin: 0; line-height: 1.45; flex: 1; min-width: 200px; }
.op-compliance-bar a { color: #93C5FD; text-decoration: underline; }
.op-compliance-bar a:hover { color: #fff; }

.op-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
  border-top: 1px solid var(--gray-line);
  box-shadow: 0 -4px 24px rgba(0,0,0,.12);
  padding: 16px 0;
}
.op-cookie-banner__inner {
  max-width: var(--body-max);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.op-cookie-banner p { font-size: .82rem; color: var(--gray-text); margin: 0; max-width: 720px; line-height: 1.55; }
.op-cookie-banner__actions { display: flex; gap: 10px; flex-shrink: 0; }
.op-cookie-banner__btn {
  font-size: .8rem;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.op-cookie-banner__btn--primary { background: var(--blue); color: #fff; }
.op-cookie-banner__btn--ghost { background: transparent; color: var(--blue); border: 1px solid var(--blue); }

.op-license-note {
  font-size: .82rem;
  color: var(--gray-text);
  padding: 16px 18px;
  background: var(--white);
  border: 1px solid var(--gray-line);
  border-radius: var(--r);
  margin-top: 20px;
  line-height: 1.65;
}
.op-license-note a { color: var(--blue); font-weight: 600; }
