﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Roboto+Slab:wght@300;400;600&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--ruby-bg:#0d0205;--ruby-accent:#dc2626;--ruby-light:#fca5a5;--ruby-text:#fee2e2;--ruby-muted:#f87171;--ruby-surface:#1c0507;--ruby-border:#7f1d1d}
body{background:var(--ruby-bg);color:var(--ruby-text);font-family:'Roboto Slab',serif;line-height:1.7}
h1,h2,h3,h4{font-family:'Cormorant Garamond',serif;font-weight:700;color:var(--ruby-light);line-height:1.25}
h1{font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:1rem}
h2{font-size:clamp(1.3rem,3vw,2rem);margin-bottom:.8rem}
a{color:var(--ruby-accent);text-decoration:none}
a:hover{color:var(--ruby-light)}
p{margin-bottom:1rem}
.ruby-container{max-width:1100px;margin:0 auto;padding:0 1.5rem}
.ruby-btn{display:inline-block;background:var(--ruby-accent);color:#fff;padding:.75rem 2rem;border-radius:6px;font-family:'Cormorant Garamond',serif;font-weight:700;font-size:1.1rem;transition:background .2s}
.ruby-btn:hover{background:var(--ruby-light);color:#0d0205}
.ruby-header{background:var(--ruby-surface);border-bottom:1px solid var(--ruby-border);padding:1rem 0}
.ruby-header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.ruby-logo{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:1.6rem;color:var(--ruby-light)}
.ruby-nav{display:flex;gap:1.5rem;list-style:none;flex-wrap:wrap}
.ruby-nav a{color:var(--ruby-text);font-size:.9rem}
.ruby-hero{padding:4rem 0;background:linear-gradient(135deg,#0d0205 0%,#2d0a0f 100%);text-align:center;border-bottom:1px solid var(--ruby-border)}
.ruby-hero p{font-size:1.1rem;color:var(--ruby-muted);margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}
.ruby-section{padding:3rem 0;border-bottom:1px solid var(--ruby-border)}
.ruby-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1.5rem}
.ruby-card{background:var(--ruby-surface);border:1px solid var(--ruby-border);border-radius:10px;padding:1.5rem}
.ruby-card h3{color:var(--ruby-light)}
.ruby-table{width:100%;border-collapse:collapse;margin-top:1rem}
.ruby-table th,.ruby-table td{padding:.75rem 1rem;border:1px solid var(--ruby-border);text-align:left;font-size:.95rem}
.ruby-table th{background:var(--ruby-surface);color:var(--ruby-light);font-family:'Cormorant Garamond',serif;font-size:1rem}
.ruby-vip-tier{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--ruby-surface);border:1px solid var(--ruby-border);border-radius:8px;margin-bottom:.75rem}
.ruby-vip-name{font-family:'Cormorant Garamond',serif;font-weight:700;color:var(--ruby-light);min-width:90px;font-size:1.1rem}
.ruby-reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}
.ruby-review{background:var(--ruby-surface);border:1px solid var(--ruby-border);border-radius:10px;padding:1.5rem}
.ruby-review-author{margin-top:.75rem;font-size:.85rem;color:var(--ruby-muted);font-style:italic}
.ruby-faq{margin-top:1.5rem}
.ruby-faq-item{border:1px solid var(--ruby-border);border-radius:8px;margin-bottom:.75rem;padding:1.25rem;background:var(--ruby-surface)}
.ruby-faq-q{font-family:'Cormorant Garamond',serif;font-size:1.1rem;color:var(--ruby-light);margin-bottom:.5rem}
.ruby-author-note{background:var(--ruby-surface);border-left:3px solid var(--ruby-accent);padding:1.5rem;border-radius:0 8px 8px 0;margin:2rem 0}
.ruby-author-note h3{color:var(--ruby-accent);margin-bottom:.75rem}
.ruby-footer{background:var(--ruby-surface);border-top:1px solid var(--ruby-border);padding:2rem 0;text-align:center;font-size:.85rem;color:var(--ruby-muted)}
.ruby-footer p{margin-bottom:.5rem}
@media(max-width:768px){.ruby-hero{padding:2.5rem 0}.ruby-section{padding:2rem 0}}