@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500;700&family=Manrope:wght@400;600;700&display=swap');
:root {
  --rmod-paper: #f8fbff;
  --rmod-ink: #171928;
  --rmod-muted: #666b7a;
  --rmod-accent: #6f5bff;
  --rmod-accent-two: #0f9f85;
  --rmod-line: rgba(25, 30, 28, .14);
  --rmod-soft: rgba(255, 255, 255, .72);
  --rmod-shadow: 0 22px 70px rgba(24, 31, 28, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Manrope', Arial, sans-serif; color: var(--rmod-ink); background: var(--rmod-paper); line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; }
.rmod-topbar { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); background: color-mix(in srgb, var(--rmod-paper) 88%, white); border-bottom: 1px solid var(--rmod-line); }
.rmod-nav { max-width: 1160px; margin: 0 auto; padding: 14px 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.rmod-brand { font-family: 'Lora', Georgia, serif; font-size: 1.35rem; font-weight: 700; text-decoration: none; }
.rmod-links { display: flex; align-items: center; gap: 18px; font-weight: 700; font-size: .95rem; }
.rmod-links a { text-decoration: none; color: var(--rmod-muted); }
.rmod-links a:hover { color: var(--rmod-accent); }
.rmod-toggle { display: none; border: 1px solid var(--rmod-line); background: var(--rmod-soft); border-radius: 999px; width: 42px; height: 42px; font-weight: 800; }
.rmod-stage { max-width: 1160px; margin: 0 auto; padding: 76px 22px 44px; }
.rmod-hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 38px; align-items: center; }
.rmod-hero.rmod-center { display: block; text-align: center; max-width: 900px; }
.rmod-hero.rmod-cards { grid-template-columns: .88fr 1.12fr; }
.rmod-hero.rmod-magazine { grid-template-columns: .78fr 1.22fr; }
.rmod-hero h1 { font-family: 'Lora', Georgia, serif; font-size: clamp(2.35rem, 6vw, 5.1rem); line-height: .98; margin: 0 0 18px; letter-spacing: 0; }
.rmod-hero p { font-size: 1.12rem; max-width: 720px; color: var(--rmod-muted); }
.rmod-eyebrow { color: var(--rmod-accent); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 800; margin-bottom: 14px; }
.rmod-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.rmod-button, .rmod-ghost { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border-radius: 999px; font-weight: 800; text-decoration: none; border: 1px solid transparent; }
.rmod-button { color: white; background: var(--rmod-accent); box-shadow: 0 14px 30px color-mix(in srgb, var(--rmod-accent) 30%, transparent); }
.rmod-ghost { border-color: var(--rmod-line); background: var(--rmod-soft); color: var(--rmod-ink); }
.rmod-visual { min-height: 360px; border: 1px solid var(--rmod-line); border-radius: 28px; padding: 26px; background: linear-gradient(145deg, white, color-mix(in srgb, var(--rmod-accent) 9%, var(--rmod-paper))); box-shadow: var(--rmod-shadow); }
.rmod-ledger { display: grid; gap: 14px; }
.rmod-row { display: flex; justify-content: space-between; gap: 18px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.72); border: 1px solid var(--rmod-line); }
.rmod-bar { height: 12px; border-radius: 99px; background: color-mix(in srgb, var(--rmod-accent) var(--fill), #e7e2d8); margin-top: 10px; }
.rmod-notice { margin-top: 22px; padding: 16px 18px; border-radius: 20px; border: 1px solid color-mix(in srgb, var(--rmod-accent-two) 38%, var(--rmod-line)); background: color-mix(in srgb, var(--rmod-accent-two) 10%, white); font-weight: 700; }
.rmod-band { padding: 58px 22px; }
.rmod-inner { max-width: 1160px; margin: 0 auto; }
.rmod-section-title { max-width: 760px; margin-bottom: 26px; }
.rmod-section-title h2 { font-family: 'Lora', Georgia, serif; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; margin: 0 0 12px; }
.rmod-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.rmod-grid.rmod-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rmod-tile, .rmod-plan, .rmod-quote, .rmod-article, .rmod-formbox, .rmod-legal-card { border: 1px solid var(--rmod-line); background: rgba(255,255,255,.72); border-radius: 22px; padding: 22px; box-shadow: 0 12px 35px rgba(20, 30, 28, .06); }
.rmod-tile b, .rmod-quote b { display: block; font-size: 1.05rem; margin-bottom: 8px; }
.rmod-plan { display: flex; flex-direction: column; gap: 12px; }
.rmod-plan strong { font-family: 'Lora', Georgia, serif; font-size: 1.45rem; }
.rmod-plan ul, .rmod-legal-card ul { padding-left: 20px; margin: 0; }
.rmod-plan.rmod-fav { border-color: color-mix(in srgb, var(--rmod-accent) 48%, var(--rmod-line)); transform: translateY(-6px); }
.rmod-quote span { color: var(--rmod-muted); font-size: .93rem; }
.rmod-article-list { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.rmod-article a { color: var(--rmod-accent); font-weight: 800; }
.rmod-contact-zone { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; align-items: start; }
.rmod-formbox label { display: grid; gap: 6px; margin-bottom: 13px; font-weight: 800; }
.rmod-formbox input, .rmod-formbox textarea { width: 100%; border: 1px solid var(--rmod-line); border-radius: 14px; padding: 13px 14px; font: inherit; background: white; color: var(--rmod-ink); }
.rmod-formbox textarea { min-height: 130px; resize: vertical; }
.rmod-success { display: none; margin-top: 12px; color: var(--rmod-accent); font-weight: 800; }
.rmod-faq-stack { display: grid; gap: 12px; }
.rmod-question { width: 100%; text-align: left; border: 1px solid var(--rmod-line); border-radius: 18px; padding: 16px 18px; background: rgba(255,255,255,.76); color: var(--rmod-ink); font: inherit; font-weight: 800; cursor: pointer; }
.rmod-answer { display: none; padding: 0 18px 14px; color: var(--rmod-muted); }
.rmod-answer.rmod-open { display: block; }
.rmod-cta { border-radius: 28px; padding: 34px; background: var(--rmod-ink); color: white; display: flex; justify-content: space-between; gap: 22px; align-items: center; }
.rmod-cta p { color: color-mix(in srgb, white 72%, var(--rmod-paper)); }
.rmod-footer { padding: 38px 22px; border-top: 1px solid var(--rmod-line); }
.rmod-footgrid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 24px; }
.rmod-footgrid a { display: block; color: var(--rmod-muted); text-decoration: none; margin: 5px 0; }
.rmod-fineprint { color: var(--rmod-muted); font-size: .9rem; }
.rmod-crumbs { color: var(--rmod-muted); margin-bottom: 16px; }
.rmod-content { max-width: 920px; margin: 0 auto; padding: 64px 22px; }
.rmod-content h1 { font-family: 'Lora', Georgia, serif; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; }
.rmod-content h2 { font-family: 'Lora', Georgia, serif; font-size: 2rem; margin-top: 36px; }
.rmod-readmore { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.rmod-cookie { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 30; max-width: 760px; margin: 0 auto; background: var(--rmod-ink); color: white; border-radius: 20px; padding: 16px; display: none; gap: 14px; align-items: center; justify-content: space-between; box-shadow: var(--rmod-shadow); }
.rmod-cookie p { margin: 0; }
.rmod-cookie button { border: 0; border-radius: 999px; padding: 11px 16px; font-weight: 800; color: var(--rmod-ink); background: white; cursor: pointer; }
@media (max-width: 860px) {
  .rmod-toggle { display: inline-block; }
  .rmod-links { position: absolute; left: 16px; right: 16px; top: 70px; display: none; flex-direction: column; align-items: stretch; padding: 16px; border: 1px solid var(--rmod-line); border-radius: 20px; background: var(--rmod-paper); box-shadow: var(--rmod-shadow); }
  .rmod-links.rmod-shown { display: flex; }
  .rmod-hero, .rmod-hero.rmod-cards, .rmod-hero.rmod-magazine, .rmod-contact-zone, .rmod-article-list, .rmod-footgrid { grid-template-columns: 1fr; }
  .rmod-grid, .rmod-grid.rmod-four, .rmod-readmore { grid-template-columns: 1fr; }
  .rmod-cta { display: block; }
  .rmod-stage { padding-top: 42px; }
}
