/* =========================================================
   V1C Design System - GovernMy.ai Editorial Theme
   Extends v1c-offsetour.css with editorial styling
   Color: Indigo & Emerald
   ========================================================= */
@import url('./v1c-offsetour.css');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

/* ===== ROOT: Color Palette & Custom Properties ===== */
:root {
  --ou-primary: #818cf8;
  --ou-secondary: #10b981;
  --ou-purple: #6366f1;
  --ou-teal: #f59e0b;
  --ou-bg-primary: #0c0f1a;
  --ou-bg-surface: #111528;
  --ou-bg-elevated: #1a2035;
  --ou-text-primary: #e0e7ff;
  --ou-text-secondary: #7c84a8;
  --ou-text-muted: #4a5070;
  --ou-border: #1e2545;
  --ou-gradient-accent: linear-gradient(135deg, #818cf8, #10b981);
  --ou-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* ===== BODY ===== */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* ===== HEADER ===== */
.site-header {
  background: rgba(12, 15, 26, 0.95);
}

.header-logo:hover img {
  filter: drop-shadow(0 0 12px rgba(129, 140, 248, 0.4));
}

/* ===== BUTTONS ===== */
.btn-primary,
.ou-btn-primary {
  border-radius: 4px;
  font-weight: 500;
  box-shadow: 0 2px 4px -1px rgb(0 0 0 / 0.3), 0 0 20px rgba(129, 140, 248, 0.15);
}

.btn-primary:hover,
.ou-btn-primary:hover {
  background: #a5b4fc;
  box-shadow: 0 6px 12px -3px rgb(0 0 0 / 0.4), 0 0 30px rgba(129, 140, 248, 0.2);
}

.btn-secondary,
.ou-btn-secondary {
  border-radius: 4px;
  font-weight: 500;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
}

.btn-secondary:hover,
.ou-btn-secondary:hover {
  border-color: var(--ou-secondary);
  background: rgba(16, 185, 129, 0.1);
}

.btn-teal,
.ou-btn-teal {
  border-radius: 4px;
  font-weight: 500;
  box-shadow: 0 2px 4px -1px rgb(0 0 0 / 0.3), 0 0 20px rgba(245, 158, 11, 0.15);
}

.btn-teal:hover,
.ou-btn-teal:hover {
  background: #fbbf24;
  box-shadow: 0 6px 12px -3px rgb(0 0 0 / 0.4), 0 0 30px rgba(245, 158, 11, 0.2);
}

/* ===== B2B BANNER ===== */
.ou-b2b-banner {
  background: linear-gradient(90deg, rgba(129, 140, 248, 0.08), rgba(16, 185, 129, 0.08));
}

.ou-b2b-badge {
  border-radius: 2px;
}

/* ===== HERO ===== */
.ou-hero {
  padding: 3rem 1.5rem 7rem;
}

.ou-hero-eyebrow {
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.ou-hero-title {
  font-weight: 300;
  letter-spacing: -0.02em;
  font-size: clamp(2.75rem, 5.5vw, 4rem);
}

.ou-text-gradient {
  background: linear-gradient(135deg, #818cf8, #10b981);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ou-hero-lead {
  font-weight: 300;
  font-size: 1.3125rem;
  line-height: 1.7;
}

.ou-trust-badge {
  border-radius: 2px;
}

/* ===== CIRCULAR FLOW DIAGRAM ===== */
.ou-flow-center {
  background: linear-gradient(135deg, #818cf8, #10b981);
  box-shadow: 0 0 40px rgba(129, 140, 248, 0.3);
}

.ou-flow-node:hover {
  border-color: var(--ou-primary);
  box-shadow: 0 0 20px rgba(129, 140, 248, 0.2);
}

/* ===== GOVERNANCE CIRCLE ===== */
.gov-circle-svg .ring-color {
  stroke: #818cf8;
}

.gov-circle-center-text {
  font-weight: 600;
}

/* ===== SECTIONS ===== */
.ou-section {
  padding: 6rem 1.5rem;
}

.ou-section-label {
  letter-spacing: 0.15em;
  font-weight: 600;
}

.ou-section-title {
  font-weight: 300;
  letter-spacing: -0.02em;
}

.ou-section-subtitle,
.ou-section-lead {
  font-weight: 300;
}

/* ===== CARDS: Shared border-radius override ===== */
.ou-reality-card,
.ou-value-card,
.ou-esg-box,
.ou-faq-cta,
.ou-about-card,
.ou-allocation-card {
  border-radius: 8px;
  border-width: 1px;
  border-color: rgba(30, 37, 69, 0.8);
}

.ou-reality-icon {
  background: rgba(16, 185, 129, 0.1);
  border-radius: 8px;
}

.ou-reality-icon-teal {
  background: rgba(245, 158, 11, 0.1);
}

.ou-reality-icon-pink {
  background: rgba(129, 140, 248, 0.1);
}

.ou-reality-stat {
  font-weight: 700;
}

.ou-reality-title {
  font-weight: 600;
}

.ou-value-icon {
  background: rgba(16, 185, 129, 0.1);
  border-radius: 6px;
}

.ou-value-icon-teal {
  background: rgba(245, 158, 11, 0.1);
}

.ou-value-icon-pink {
  background: rgba(129, 140, 248, 0.1);
}

.ou-value-title {
  font-weight: 600;
}

/* ===== PRICING ===== */
.ou-pricing-card {
  border-radius: 8px;
}

.ou-pricing-featured {
  border-color: var(--ou-primary);
  box-shadow: 0 0 40px rgba(129, 140, 248, 0.12);
}

.ou-pricing-featured::before {
  border-radius: 2px;
}

.ou-pricing-name {
  font-weight: 600;
}

/* ===== ESG BOX ===== */
.ou-esg-box {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(129, 140, 248, 0.08));
}

.ou-esg-icon {
  background: rgba(16, 185, 129, 0.12);
  border-radius: 8px;
}

.ou-esg-title {
  font-weight: 600;
}

/* ===== FINAL CTA ===== */
.ou-final-cta h2 {
  font-weight: 300;
  letter-spacing: -0.02em;
}

/* ===== PAGE CONTAINERS ===== */
.ou-page {
  border-radius: 12px;
}

.ou-page-title {
  font-weight: 300;
  letter-spacing: -0.02em;
}

/* ===== FAQ ===== */
.ou-faq-page {
  border-radius: 12px;
}

.ou-faq-title {
  font-weight: 400;
}

.ou-faq-section-title {
  font-weight: 600;
  border-bottom-width: 1px;
}

.ou-faq-category-title {
  font-weight: 600;
}

.ou-faq-item {
  border-radius: 6px;
  border-color: rgba(30, 37, 69, 0.7);
}

.ou-faq-item:hover {
  border-color: rgba(129, 140, 248, 0.3);
}

.ou-faq-cta {
  background: linear-gradient(135deg, rgba(129, 140, 248, 0.08) 0%, rgba(16, 185, 129, 0.08) 100%);
  border-radius: 8px;
}

.ou-faq-cta h2 {
  font-weight: 500;
}

/* ===== CONTACT ===== */
.ou-contact-page {
  border-radius: 12px;
}

.ou-contact-title {
  font-weight: 400;
}

.ou-contact-card {
  border-radius: 8px;
}

.ou-contact-card h2.ou-card-title {
  font-weight: 600;
}

/* ===== ABOUT CARDS ===== */
.ou-about-card {
  border-radius: 8px;
}

.ou-card-title {
  font-weight: 600;
}

.ou-card-accent {
  border-color: var(--ou-primary);
}

/* ===== COMMUNITY & ADVOCACY CARDS ===== */
.ou-community-card,
.ou-advocacy-card {
  border-radius: 8px;
}

.ou-community-card:hover,
.ou-advocacy-card:hover {
  border-color: rgba(129, 140, 248, 0.3);
}

.ou-community-card h3,
.ou-advocacy-card h3 {
  font-weight: 600;
}

/* ===== COMPARISON CARDS ===== */
.ou-comparison-card {
  border-radius: 8px;
}

/* ===== PROJECT CARDS ===== */
.ou-project-card {
  border-radius: 8px;
}

.ou-project-card:hover {
  border-color: rgba(129, 140, 248, 0.3);
}

/* ===== BADGES ===== */
.ou-project-badge {
  border-radius: 2px;
}

.ou-partner-badge,
.ou-badge-coming-soon,
.ou-badge-pilot {
  border-radius: 2px;
}

.ou-tier-badge {
  border-radius: 2px;
}

/* ===== ALLOCATION CARDS ===== */
.ou-allocation-card.ou-allocation-primary {
  border-color: var(--ou-primary);
}

.ou-allocation-card:hover {
  border-color: rgba(129, 140, 248, 0.3);
}

.ou-allocation-card h3 {
  font-weight: 600;
}

/* ===== AUDIENCE CARDS ===== */
.ou-audience-card {
  border-radius: 8px;
}

.ou-audience-card h3 {
  font-weight: 600;
}

/* ===== GRADIENT LINE ===== */
.ou-gradient-line {
  background: linear-gradient(135deg, #818cf8, #10b981);
}

/* ===== LINK & HOVER COLORS ===== */
.ou-b2b-link:hover {
  color: #a5b4fc;
}

.ou-contact-card a {
  color: var(--ou-primary);
}

.ou-contact-card a:hover {
  color: #a5b4fc;
}

.nav-links a:hover,
.nav-links a.active {
  color: #818cf8;
}

/* ===== GOVERNANCE NODE DOT ===== */
.gov-cnode-dot {
  border-radius: 6px;
}

/* Node colors - Governance Lifecycle Diagram */
.gm-node-1 { background: rgba(139,92,246,0.15); border-color: rgba(139,92,246,0.3); color: #a78bfa; }
.gm-node-2 { background: rgba(59,130,246,0.15); border-color: rgba(59,130,246,0.3); color: #60a5fa; }
.gm-node-3 { background: rgba(251,146,60,0.15); border-color: rgba(251,146,60,0.3); color: #fb923c; }
.gm-node-4 { background: rgba(245,158,11,0.15); border-color: rgba(245,158,11,0.3); color: #f59e0b; }
.gm-node-5 { background: rgba(129,140,248,0.15); border-color: rgba(129,140,248,0.3); color: #818cf8; }
.gm-node-6 { background: rgba(245,158,11,0.15); border-color: rgba(245,158,11,0.3); color: #f59e0b; }
.gm-node-7 { background: rgba(34,211,238,0.15); border-color: rgba(34,211,238,0.3); color: #22d3ee; }

/* ===== PRODUCT CARDS ===== */
.gm-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.gm-product-card {
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid;
  transition: all 0.3s ease;
}

.gm-product-card:hover {
  transform: translateY(-4px);
}

/* Card 1 - Indigo (AI System Registry) */
.gm-product-1 {
  background: linear-gradient(135deg, rgba(129,140,248,0.1), rgba(129,140,248,0.05));
  border-color: rgba(129,140,248,0.2);
}
.gm-product-1:hover { border-color: rgba(129,140,248,0.4); }

/* Card 2 - Emerald (Risk & Compliance) */
.gm-product-2 {
  background: linear-gradient(135deg, rgba(16,185,129,0.1), rgba(16,185,129,0.05));
  border-color: rgba(16,185,129,0.2);
}
.gm-product-2:hover { border-color: rgba(16,185,129,0.4); }

/* Card 3 - Amber (Evidence & Audit) */
.gm-product-3 {
  background: linear-gradient(135deg, rgba(245,158,11,0.1), rgba(245,158,11,0.05));
  border-color: rgba(245,158,11,0.2);
}
.gm-product-3:hover { border-color: rgba(245,158,11,0.4); }

/* Card inner elements */
.gm-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.gm-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gm-card-icon-1 { background: rgba(129,140,248,0.2); color: #818cf8; }
.gm-card-icon-2 { background: rgba(16,185,129,0.2); color: #10b981; }
.gm-card-icon-3 { background: rgba(245,158,11,0.2); color: #f59e0b; }

.gm-card-badge {
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.gm-card-badge-1 { background: rgba(129,140,248,0.2); color: #818cf8; }
.gm-card-badge-2 { background: rgba(16,185,129,0.2); color: #10b981; }
.gm-card-badge-3 { background: rgba(245,158,11,0.2); color: #f59e0b; }

.gm-card-title {
  color: #e6e9ef;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.gm-card-text {
  color: #a7adbb;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.gm-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.gm-card-list li {
  color: #a7adbb;
  padding: 0.4rem 0;
  padding-left: 1.25rem;
  position: relative;
}

.gm-checkmark {
  position: absolute;
  left: 0;
}

.gm-checkmark-1 { color: #818cf8; }
.gm-checkmark-2 { color: #10b981; }
.gm-checkmark-3 { color: #f59e0b; }

/* ===== RESPONSIVE OVERRIDES ===== */
@media (max-width: 768px) {
  .ou-hero-title {
    font-weight: 300;
    letter-spacing: -0.02em;
  }

  .ou-section-title {
    font-weight: 300;
  }

  .ou-faq-page,
  .ou-contact-page,
  .ou-page {
    border-radius: 8px;
  }
}
