/* ─────────────────────────────────────────────
   Rumvee – Interior Pages Shared Stylesheet
   Used by: Privacy, Data Storage, Partners, Press
   ───────────────────────────────────────────── */

:root {
    --pg-bg:          #0a1a1e;
    --pg-bg-soft:     #122228;
    --pg-bg-card:     #0f2229;
    --pg-ink:         #eaf4f0;
    --pg-muted:       #9ec4b8;
    --pg-teal:        #1a5c5c;
    --pg-teal-bright: #2db8a0;
    --pg-sand:        #f2d293;
    --pg-coral:       #e8734a;
    --pg-coral-deep:  #c75830;
    --pg-ocean:       #1d7a99;
    --pg-line:        rgba(234, 244, 240, 0.12);
    --pg-shadow:      0 18px 42px rgba(0, 0, 0, 0.4);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: "Rajdhani", "Segoe UI", sans-serif;
    font-size: 1.05rem;
    color: var(--pg-ink);
    background: radial-gradient(circle at 20% 10%, rgba(29,122,153,.15), transparent 40%),
                radial-gradient(circle at 85% 25%, rgba(232,115,74,.10), transparent 35%),
                var(--pg-bg);
    line-height: 1.7;
    min-height: 100dvh;
}

a { color: var(--pg-teal-bright); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── Grid overlay texture ── */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .2;
    z-index: -1;
}

/* ── Layout ── */
.pg-wrap  { min-height: 100dvh; display: flex; flex-direction: column; }
.container { width: min(1100px, 92vw); margin: 0 auto; }

/* ── Navbar ── */
.main-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(10px);
    background: rgba(10,26,30,.88);
    border-bottom: 1px solid var(--pg-line);
}
.main-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: .9rem 0;
}
.brand-logo { height: 36px; display: block; }
.nav-links { display: flex; gap: 1.5rem; }
.nav-links a {
    font-family: "Rajdhani", sans-serif;
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--pg-muted);
    transition: color .2s;
    text-decoration: none;
}
.nav-links a:hover { color: var(--pg-ink); }
.nav-cta {
    font-family: "Orbitron", monospace;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    background: var(--pg-coral);
    padding: .55rem 1.2rem;
    border-radius: 4px;
    transition: background .2s;
    text-decoration: none;
    white-space: nowrap;
}
.nav-cta:hover { background: var(--pg-coral-deep); text-decoration: none; }

/* ── Page Hero Banner ── */
.pg-hero {
    padding: 4rem 0 3rem;
    border-bottom: 1px solid var(--pg-line);
    position: relative;
    overflow: hidden;
}
.pg-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 50%, rgba(45,184,160,.08), transparent 65%);
    pointer-events: none;
}
.pg-hero-eyebrow {
    font-family: "Orbitron", monospace;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--pg-teal-bright);
    margin-bottom: .75rem;
}
.pg-hero h1 {
    font-family: "Orbitron", monospace;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 1rem;
}
.pg-hero h1 span { color: var(--pg-coral); }
.pg-hero-lead {
    font-size: 1.15rem;
    color: var(--pg-muted);
    max-width: 640px;
    line-height: 1.6;
}
.pg-hero-meta {
    margin-top: 1.5rem;
    font-size: .85rem;
    color: var(--pg-muted);
    opacity: .7;
    letter-spacing: .04em;
}

/* ── Main Content ── */
.pg-main { flex: 1; padding: 3.5rem 0 5rem; }
.pg-content { max-width: 820px; }

/* ── Section headings ── */
.pg-main h2 {
    font-family: "Orbitron", monospace;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--pg-teal-bright);
    margin: 3rem 0 .9rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--pg-line);
}
.pg-main h3 {
    font-family: "Rajdhani", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--pg-sand);
    margin: 1.8rem 0 .5rem;
}
.pg-main p { margin-bottom: 1rem; color: rgba(234,244,240,.85); }
.pg-main ul, .pg-main ol {
    padding-left: 1.4rem;
    margin-bottom: 1rem;
    color: rgba(234,244,240,.85);
}
.pg-main li { margin-bottom: .4rem; }
.pg-main strong { color: var(--pg-ink); }

/* ── Cards ── */
.pg-card {
    background: var(--pg-bg-card);
    border: 1px solid var(--pg-line);
    border-radius: 8px;
    padding: 1.5rem 1.75rem;
    margin-bottom: 1.25rem;
}
.pg-card-title {
    font-family: "Orbitron", monospace;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--pg-sand);
    margin-bottom: .75rem;
}
.pg-card p { margin-bottom: .5rem; font-size: .95rem; }

/* ── Grid layouts ── */
.pg-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin: 1.5rem 0; }
.pg-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin: 1.5rem 0; }

/* ── Tag badges ── */
.pg-badge {
    display: inline-block;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .2rem .6rem;
    border-radius: 3px;
    margin-right: .4rem;
    margin-bottom: .35rem;
}
.pg-badge-teal  { background: rgba(45,184,160,.15); color: var(--pg-teal-bright); border: 1px solid rgba(45,184,160,.3); }
.pg-badge-coral { background: rgba(232,115,74,.15);  color: var(--pg-coral);       border: 1px solid rgba(232,115,74,.3);  }
.pg-badge-sand  { background: rgba(242,210,147,.1);  color: var(--pg-sand);        border: 1px solid rgba(242,210,147,.3); }

/* ── Call-to-action strip ── */
.pg-cta-strip {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    background: var(--pg-bg-card);
    border: 1px solid rgba(232,115,74,.25);
    border-radius: 8px;
    padding: 1.5rem 1.75rem;
    margin: 2.5rem 0;
    flex-wrap: wrap;
}
.pg-cta-strip p { margin: 0; color: var(--pg-muted); flex: 1; min-width: 200px; }
.btn-coral {
    font-family: "Orbitron", monospace;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    background: var(--pg-coral);
    padding: .65rem 1.4rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background .2s;
    text-decoration: none;
    white-space: nowrap;
}
.btn-coral:hover { background: var(--pg-coral-deep); text-decoration: none; }
.btn-outline {
    font-family: "Orbitron", monospace;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--pg-teal-bright);
    background: transparent;
    padding: .65rem 1.4rem;
    border-radius: 4px;
    border: 1px solid var(--pg-teal-bright);
    cursor: pointer;
    transition: background .2s, color .2s;
    text-decoration: none;
    white-space: nowrap;
}
.btn-outline:hover { background: var(--pg-teal-bright); color: #fff; text-decoration: none; }

/* ── Highlight box ── */
.pg-highlight {
    background: rgba(45,184,160,.07);
    border-left: 3px solid var(--pg-teal-bright);
    border-radius: 0 6px 6px 0;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    color: var(--pg-muted);
    font-size: .97rem;
}

/* ── Table ── */
.pg-table { width: 100%; border-collapse: collapse; margin: 1.25rem 0; font-size: .95rem; }
.pg-table th {
    font-family: "Orbitron", monospace;
    font-size: .65rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--pg-muted);
    border-bottom: 1px solid var(--pg-line);
    padding: .6rem .9rem;
    text-align: left;
}
.pg-table td { padding: .7rem .9rem; border-bottom: 1px solid rgba(234,244,240,.06); color: rgba(234,244,240,.8); }
.pg-table tr:last-child td { border-bottom: none; }
.pg-table tr:hover td { background: rgba(255,255,255,.02); }

/* ── Footer ── */
.site-footer {
    background: var(--pg-bg-soft);
    border-top: 1px solid var(--pg-line);
    padding: 3rem 0 1.75rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}
.footer-grid h4 {
    font-family: "Orbitron", monospace;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--pg-teal-bright);
    margin-bottom: .75rem;
}
.footer-grid p, .footer-grid li, .footer-grid a {
    font-size: .9rem;
    color: var(--pg-muted);
    line-height: 1.8;
}
.footer-grid ul { list-style: none; padding: 0; }
.footer-grid a:hover { color: var(--pg-ink); }
.social { display: flex; flex-direction: column; gap: .2rem; }
.footer-note {
    font-size: .78rem;
    color: rgba(158,196,184,.45);
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid var(--pg-line);
    margin-top: 1rem;
}

/* ── Breadcrumb ── */
.pg-breadcrumb {
    font-size: .82rem;
    color: var(--pg-muted);
    margin-bottom: 2rem;
    display: flex;
    gap: .5rem;
    align-items: center;
}
.pg-breadcrumb a { color: var(--pg-teal-bright); text-decoration: none; }
.pg-breadcrumb a:hover { text-decoration: underline; }
.pg-breadcrumb span { opacity: .5; }

/* ── Responsive ── */
@media (max-width: 720px) {
    .nav-links { display: none; }
    .pg-grid-2, .pg-grid-3 { grid-template-columns: 1fr; }
    .pg-cta-strip { flex-direction: column; align-items: flex-start; }
    .pg-hero h1 { font-size: 1.7rem; }
}
