/* ==========================================================================
   ETERNAL COSMOS — EXECUTIVE PARENT HOLDING COMPANY
   Design System: Alternating Light & Dark Architecture
   Typography: Plus Jakarta Sans (Headings, Badges & Highlights), Inter (Body text)
   Color System: 100% Monochromatic Text (Black / Gray / White). 
   Sovereign Cobalt (#004FE8) used EXCLUSIVELY to highlight buttons & things.
   Header: Sticky with blur backdrop.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  /* Typography Stack - Clean, modern sans-serif (No typewriter / monospace) */
  --font-display: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Sovereign Cobalt Accent (Used strictly to highlight buttons and interactive elements) */
  --color-sovereign-cobalt: #004FE8;
  --color-cobalt-hover: #003ECC;
  --color-cobalt-glow: rgba(0, 79, 232, 0.22);

  /* Monochromatic Spectrum */
  --color-white: #FFFFFF;
  --color-void-black: #08090C;
  --color-dark-surface: #10131A;
  --color-dark-surface-2: #151922;
  --color-dark-border: #1E232F;
  --color-dark-border-strong: #2A3344;
  
  --color-steel-white: #F8FAFC;
  --color-light-surface: #FFFFFF;
  --color-light-surface-2: #F1F5F9;
  --color-light-border: #E2E8F0;
  --color-light-border-strong: #CBD5E1;

  --color-gray-50: #F8FAFC;
  --color-gray-100: #F1F5F9;
  --color-gray-200: #E2E8F0;
  --color-gray-300: #CBD5E1;
  --color-gray-400: #94A3B8;
  --color-gray-500: #64748B;
  --color-gray-600: #475569;
  --color-gray-700: #334155;
  --color-gray-800: #1E293B;
  --color-gray-900: #08090C;

  /* Sizing & Container */
  --container-max: 1200px;
  --header-height: 76px;

  /* Radius - Crisp Architectural Geometry (Sharp, Clean, Never Round) */
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-btn: 4px;       /* Sharp rectangular buttons with subtle soft edge */
  --radius-badge: 3px;     /* Sharp crisp badges and tags */
  --radius-md: 6px;        /* Clean structured cards */
  --radius-lg: 8px;        /* Executive container cards */
  --radius-pill: 4px;      /* Fallback: crisp rectangular (never round) */
}

/* Reset & Box Sizing */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-white);
  color: var(--color-gray-700);
  line-height: 1.65;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-top: var(--header-height); /* Offset for fixed header */
}

/* ==========================================================================
   TYPOGRAPHY SPECIFICATION (WORLD-CLASS CRAFT & HIERARCHY)
   - Headings & Sub-headings: Plus Jakarta Sans
   - Rest of Text: Inter
   - Badges & Tags: Plus Jakarta Sans (Clean Bold Uppercase, Never Monospace)
   - Text Colors: STRICTLY MONOCHROMATIC (NO COLORED TEXT)
   ========================================================================== */

/* Headings */
h1, h2, h3, h4, h5, h6,
.display-xxl, .display-xl,
.heading-1, .heading-2, .heading-3,
.hero-display-title,
.brand-title-large,
.inner-hero-title,
.rule-title,
.step-title,
.value-title,
.footer-brand-title {
  font-family: var(--font-display);
  color: var(--color-void-black);
  letter-spacing: -0.025em;
  font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
}

.display-xxl, .hero-display-title {
  font-weight: 800;
  font-size: clamp(2.65rem, 4.6vw, 4.1rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.display-xl {
  font-weight: 800;
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

h1, .heading-1 {
  font-weight: 800;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  line-height: 1.16;
  letter-spacing: -0.025em;
}

h2, .heading-2 {
  font-weight: 700;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  line-height: 1.22;
  letter-spacing: -0.02em;
}

h3, .heading-3 {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.9vw, 1.55rem);
  line-height: 1.3;
  letter-spacing: -0.015em;
}

h4 {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.35;
}

h5 {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* Sub-headings & Lead Text (Plus Jakarta Sans) */
.subheading-lead,
.lead-text,
.section-subtitle,
.hero-desc,
.hero-explanation,
.inner-hero-lead,
.brand-subtitle-lead,
.who-intro-text,
.page-header-subtitle {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.08rem, 1.4vw, 1.22rem);
  line-height: 1.74;
  letter-spacing: -0.01em;
  color: #334155;
}

/* Rest of Text (Inter) */
p, li, td, th, label, input, select, textarea, button, small,
.body-large, .body-default, .body-small,
.structure-desc, .branch-desc, .rule-desc, .step-desc, .value-desc,
.footer-brand-desc, .footer-list, .footer-official-item, .footer-bottom-row {
  font-family: var(--font-sans);
  color: #334155;
}

p, .body-default {
  font-size: 0.98rem;
  line-height: 1.72;
}

.body-large {
  font-size: 1.08rem;
  line-height: 1.75;
}

.body-small, small {
  font-size: 0.85rem;
  line-height: 1.55;
  color: #64748B;
}

/* Modern Clean Badges & Micro Tags (Plus Jakarta Sans - Bold, Clean, Never Monospace) */
.data-micro, .tag-micro, code, pre, .structure-label, .category-tag, .hero-tag-badge, .branch-tag, .brand-badge, .step-badge, .inner-hero-tag {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
}

/* Links (Strictly monochromatic, no blue text) */
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Container */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

/* ==========================================================================
   FIXED STICKY HEADER (PERMANENTLY VISIBLE AT TOP ON SCROLL)
   - Fixed at the top across all pages and viewports (always visible when scrolling)
   - Deep Void Black (#08090C) glass backdrop with blur
   - High-contrast pure white brand logo and crisp typography
   - Sovereign Cobalt (#004FE8) indicator line under the selected/active menu link
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  background-color: rgba(8, 9, 12, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  height: var(--header-height);
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.site-header.is-scrolled {
  background-color: #08090C;
  border-bottom-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Brand Logo */
.header-logo-wrap,
.brand-logo-link {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  line-height: 1;
}

.header-logo-img {
  height: 42px;
  max-width: 240px;
  width: auto;
  object-fit: contain;
  display: block;
}

.header-logo-text,
.brand-logo-text,
.brand-logo-sub {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #FFFFFF !important;
  text-decoration: none;
}

.header-logo-text span,
.brand-logo-text span {
  color: #FFFFFF !important;
  font-weight: 800;
  letter-spacing: -0.025em;
  display: block;
}

/* Navigation Menu */
.header-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-nav-link,
.nav-link {
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 500;
  color: #CBD5E1 !important; /* Crisp, readable light silver on black header */
  transition: color 0.15s ease;
  position: relative;
  padding: 10px 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.header-nav-link:hover,
.nav-link:hover {
  color: #FFFFFF !important;
}

/* Selected / Active Menu Link with Cobalt Blue Line (#004FE8) */
.header-nav-link.is-active,
.header-nav-link.active,
.nav-link.is-active,
.nav-link.active {
  color: #FFFFFF !important;
  font-weight: 700;
}

.header-nav-link.is-active::after,
.header-nav-link.active::after,
.nav-link.is-active::after,
.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--color-sovereign-cobalt); /* #004FE8 Sovereign Cobalt */
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 79, 232, 0.7);
}

/* Subtle hover underline on other menu links */
.header-nav-link:not(.is-active):hover::after,
.nav-link:not(.active):hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(0, 79, 232, 0.5);
  border-radius: 2px;
}

/* Header Action (Talk to Us Button) */
.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn-talk-to-us {
  background-color: #FFFFFF;
  color: #08090C !important;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.875rem;
  padding: 10px 22px;
  border-radius: var(--radius-btn);
  transition: background-color 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #FFFFFF;
  text-decoration: none;
}

.btn-talk-to-us:hover {
  background-color: #E2E8F0;
  border-color: #E2E8F0;
  transform: translateY(-1px);
  color: #08090C !important;
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: #FFFFFF !important;
  cursor: pointer;
  padding: 8px;
  border-radius: var(--radius-xs);
}

.mobile-toggle svg {
  stroke: #FFFFFF !important;
}

/* ==========================================================================
   ALTERNATING LIGHT & DARK ARCHITECTURE (ALL PAGES)
   ========================================================================== */

/* --------------------------------------------------------------------------
   LIGHT SECTION FRAMEWORK
   -------------------------------------------------------------------------- */
.section-light {
  background-color: var(--color-steel-white);
  color: #334155;
  border-bottom: 1px solid var(--color-light-border);
  padding: 120px 0;
}

.section-light.section-white-bg {
  background-color: var(--color-white);
}

.section-light h1,
.section-light h2,
.section-light h3,
.section-light h4,
.section-light h5,
.section-light h6 {
  color: var(--color-void-black);
}

.section-light .subheading-lead,
.section-light .lead-text,
.section-light .section-subtitle,
.section-light .hero-explanation,
.section-light .inner-hero-lead,
.section-light .brand-subtitle-lead,
.section-light .who-intro-text {
  color: #475569;
}

.section-light p,
.section-light li {
  color: #334155;
}

/* Clean, modern badge on light sections */
.section-light .category-tag {
  color: #08090C;
  background-color: #F1F5F9;
  border: 1px solid #E2E8F0;
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: var(--radius-badge);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

/* Cards inside Light Section */
.section-light .card,
.section-light .branch-card,
.section-light .brand-detail-card,
.section-light .rule-box,
.section-light .step-card,
.section-light .value-card,
.section-light .official-info-card,
.section-light .contact-brand-card,
.section-light .contact-form-card {
  background-color: var(--color-white);
  border: 1px solid var(--color-light-border);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

/* --------------------------------------------------------------------------
   DARK SECTION FRAMEWORK (EXPANSIVE HEIGHT & HIGH CONTRAST)
   -------------------------------------------------------------------------- */
.section-dark {
  background-color: var(--color-void-black);
  color: #CBD5E1;
  border-bottom: 1px solid #141720;
  padding: 120px 0;
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6 {
  color: #FFFFFF;
}

.section-dark .subheading-lead,
.section-dark .lead-text,
.section-dark .section-subtitle,
.section-dark .hero-explanation,
.section-dark .inner-hero-lead,
.section-dark .brand-subtitle-lead,
.section-dark .who-intro-text,
.section-dark .section-head p {
  color: #E2E8F0;
}

.section-dark p,
.section-dark li {
  color: #CBD5E1;
}

/* Clean, modern badge on dark sections */
.section-dark .category-tag {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: var(--radius-badge);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

/* Cards inside Dark Section */
.section-dark .card,
.section-dark .branch-card,
.section-dark .brand-detail-card,
.section-dark .rule-box,
.section-dark .step-card,
.section-dark .value-card,
.section-dark .official-info-card,
.section-dark .contact-brand-card,
.section-dark .contact-form-card {
  background-color: #0E121B;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
}

.section-dark .branch-card:hover,
.section-dark .rule-box:hover,
.section-dark .step-card:hover,
.section-dark .value-card:hover,
.section-dark .contact-brand-card:hover {
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-3px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.55);
}

/* ==========================================================================
   BUTTONS SYSTEM
   - Highlighting buttons in Sovereign Cobalt (#004FE8)
   - Secondary buttons strictly monochromatic
   - NO COLOR IN BUTTON TEXT (white or black text only)
   ========================================================================== */

/* ==========================================================================
   BUTTONS SYSTEM (SHARP RECTANGULAR GEOMETRY & MONOCHROME ARCHITECTURE)
   - Rectangular, sharp with subtle soft corners (4px, never round/pill)
   - Monochromatic (black & white) for secondary & standard actions
   - Sovereign Cobalt (#004FE8) used EXCLUSIVELY to highlight the most important primary button
   - Pure high-contrast legible text (white or void black, no gray on colors)
   ========================================================================== */

/* Primary Highlighted Button (Sovereign Cobalt - Reserved for Most Important Action) */
.btn-hero-primary,
.btn-highlight-cobalt,
.btn-cta-cobalt,
.btn-form-submit {
  background-color: var(--color-sovereign-cobalt);
  color: var(--color-white) !important;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 12px 26px;
  border-radius: var(--radius-btn);
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 4px 14px var(--color-cobalt-glow);
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.btn-hero-primary:hover,
.btn-highlight-cobalt:hover,
.btn-cta-cobalt:hover,
.btn-form-submit:hover {
  background-color: var(--color-cobalt-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 79, 232, 0.32);
  color: var(--color-white) !important;
}

/* Standard Action Buttons (Monochromatic Black & White) */
.brand-action-btn {
  background-color: var(--color-void-black);
  color: var(--color-white) !important;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 11px 22px;
  border-radius: var(--radius-btn);
  border: 1px solid var(--color-void-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none;
}

.brand-action-btn:hover {
  background-color: #1E293B;
  border-color: #1E293B;
  transform: translateY(-1px);
  color: var(--color-white) !important;
}

.section-dark .brand-action-btn {
  background-color: var(--color-white);
  color: var(--color-void-black) !important;
  border-color: var(--color-white);
}

.section-dark .brand-action-btn:hover {
  background-color: #E2E8F0;
  border-color: #E2E8F0;
  color: var(--color-void-black) !important;
}

/* Secondary Action Button (Monochromatic Outline / Crisp Contrast) */
.btn-hero-secondary {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 12px 24px;
  border-radius: var(--radius-btn);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none;
}

.section-light .btn-hero-secondary {
  background-color: var(--color-white);
  color: var(--color-void-black);
  border: 1px solid var(--color-light-border-strong);
}

.section-light .btn-hero-secondary:hover {
  background-color: #F8FAFC;
  border-color: var(--color-void-black);
  color: var(--color-void-black);
}

.section-dark .btn-hero-secondary {
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-dark .btn-hero-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--color-white);
  color: var(--color-white);
}

/* Visual Highlight Dot */
.highlight-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--color-sovereign-cobalt);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ==========================================================================
   1.1 HERO SECTION (HOMEPAGE - LIGHT)
   ========================================================================== */
.hero-section {
  padding: 110px 0 95px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  align-items: center;
  gap: 56px;
}

.hero-content {
  display: flex;
  flex-direction: column;
}

/* Top monochromatic pill badge */
.hero-tag-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background-color: var(--color-void-black);
  color: var(--color-white);
  font-weight: 700;
  font-size: 0.75rem;
  padding: 7px 16px;
  border-radius: var(--radius-badge);
  margin-bottom: 26px;
  letter-spacing: 0.05em;
}

.hero-display-title {
  margin-bottom: 24px;
}

.hero-explanation {
  font-size: clamp(1.125rem, 1.45vw, 1.25rem);
  line-height: 1.76;
  color: #334155;
  max-width: 680px;
  margin-bottom: 12px;
}

.hero-button-group {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 32px;
}

/* Right Isometric Art */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-vector-art {
  width: 100%;
  max-width: 500px;
  height: auto;
  filter: drop-shadow(0 14px 35px rgba(0, 0, 0, 0.06));
}

/* Hero Bottom Card Strip */
.hero-structure-strip {
  margin-top: 56px;
  background-color: #F1F5F9;
  border: 1px solid var(--color-light-border-strong);
  border-radius: var(--radius-lg);
  padding: 28px 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.structure-col {
  display: flex;
  flex-direction: column;
  position: relative;
}

.structure-col:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -14px;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: var(--color-light-border-strong);
}

.structure-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--color-gray-500);
  margin-bottom: 6px;
}

.structure-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-void-black);
  letter-spacing: -0.015em;
  margin-bottom: 4px;
}

.structure-desc {
  font-size: 0.8125rem;
  color: var(--color-gray-600);
  line-height: 1.45;
}

/* ==========================================================================
   1.2 WHO WE ARE (HOMEPAGE - DARK)
   ========================================================================== */
.section-who-we-are {
  padding: 120px 0;
}

.who-header {
  max-width: 760px;
  margin-bottom: 56px;
}

.who-header h2 {
  margin-bottom: 18px;
}

.tree-branches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.branch-card {
  border-radius: var(--radius-md);
  padding: 42px 34px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.branch-tag {
  font-size: 0.75rem;
  font-weight: 700;
  color: #94A3B8;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}

.branch-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.branch-desc {
  font-size: 0.98rem;
  line-height: 1.72;
  color: #CBD5E1;
}

/* ==========================================================================
   1.3 OUR 3 BRANDS (HOMEPAGE - LIGHT)
   ========================================================================== */
.section-brands {
  padding: 120px 0;
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.section-head h2 {
  margin-bottom: 16px;
}

.brands-container {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.brand-detail-card {
  border-radius: var(--radius-lg);
  padding: 56px 56px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}

.brand-detail-card.reverse-layout {
  grid-template-columns: 0.85fr 1.15fr;
}

.brand-detail-card.reverse-layout .brand-content {
  order: 2;
}

.brand-detail-card.reverse-layout .brand-media {
  order: 1;
}

.brand-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--color-void-black);
  background-color: var(--color-gray-200);
  padding: 5px 12px;
  border-radius: var(--radius-badge);
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}

.section-dark .brand-badge {
  color: var(--color-white);
  background-color: #1F2430;
}

.brand-title-large {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 700;
  margin-bottom: 8px;
}

.brand-text-block {
  margin-bottom: 20px;
}

.brand-text-block h4 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.brand-features-list {
  list-style: none;
  margin: 16px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.brand-features-list li {
  font-size: 0.9375rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.55;
}

.brand-features-list li::before {
  content: '✓';
  font-weight: 700;
  color: var(--color-void-black);
  flex-shrink: 0;
}

.section-dark .brand-features-list li::before {
  color: var(--color-white);
}

.brand-media-card {
  background-color: var(--color-steel-white);
  border: 1px solid var(--color-light-border);
  border-radius: var(--radius-md);
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  position: relative;
  overflow: hidden;
}

.section-dark .brand-media-card {
  background-color: #0E1118;
  border-color: var(--color-dark-border);
}

.bw-vector-illustration {
  width: 100%;
  max-width: 440px;
  height: auto;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.05));
}

.brand-custom-img {
  width: 100%;
  max-width: 440px;
  height: auto;
  max-height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.06));
}

.hero-custom-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.08));
}

/* ==========================================================================
   1.4 HOW WE WORK (HOMEPAGE - DARK)
   ========================================================================== */
.section-how-we-work {
  padding: 120px 0;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 56px;
}

.rule-box {
  border-radius: var(--radius-md);
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.rule-number {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--color-white);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.section-light .rule-number {
  color: var(--color-void-black);
}

.rule-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.32;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.section-light .rule-title {
  color: var(--color-void-black);
}

.rule-desc {
  font-size: 1rem;
  line-height: 1.74;
  color: #CBD5E1;
}

.section-light .rule-desc {
  color: #334155;
}

/* 4-Step Delivery Pipeline */
.delivery-pipeline-wrap {
  margin-top: 80px;
}

.delivery-pipeline-title {
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 40px;
  letter-spacing: -0.02em;
}

.section-light .delivery-pipeline-title {
  color: var(--color-void-black);
}

.delivery-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 0;
}

.step-card {
  border-radius: var(--radius-md);
  padding: 38px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.step-badge {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  color: #94A3B8;
  margin-bottom: 18px;
  letter-spacing: 0.06em;
}

.section-light .step-badge {
  color: #64748B;
}

.step-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.32;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.section-light .step-title {
  color: var(--color-void-black);
}

.step-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #CBD5E1;
}

.section-light .step-desc {
  color: #334155;
}

/* ==========================================================================
   1.5 QUICK CONTACT / CTA BANNER (LIGHT - SUBSTANTIALLY INCREASED HEIGHT)
   ========================================================================== */
.section-cta-banner {
  padding: 140px 0;
  background-color: var(--color-white);
}

.cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.cta-text-side h2 {
  font-size: clamp(2.2rem, 3.4vw, 2.95rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  color: var(--color-void-black);
}

.cta-text-side p {
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.75;
  color: #475569;
  max-width: 680px;
}

.section-cta-banner .btn-cta-cobalt {
  padding: 16px 36px;
  font-size: 1.05rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 4px 18px rgba(0, 79, 232, 0.35);
}

.section-cta-banner .btn-cta-cobalt:hover {
  box-shadow: 0 8px 28px rgba(0, 79, 232, 0.45);
}

/* ==========================================================================
   INNER PAGE HERO (LIGHT)
   ========================================================================== */
.inner-page-hero {
  padding: 72px 0 54px;
}

.inner-hero-header {
  max-width: 780px;
}

.inner-hero-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--color-void-black);
  background-color: var(--color-gray-200);
  padding: 5px 12px;
  border-radius: var(--radius-badge);
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}

/* ==========================================================================
   COMPARISON TABLE (SERVICES / BRANDS PAGE - DARK)
   ========================================================================== */
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--radius-md);
  margin: 36px 0;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.section-dark .table-wrapper {
  background-color: var(--color-dark-surface);
  border: 1px solid var(--color-dark-border);
}

.section-dark .comparison-table th {
  background-color: #161A24;
  color: var(--color-white);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 18px 24px;
  border-bottom: 1px solid var(--color-dark-border);
}

.section-dark .comparison-table td {
  padding: 20px 24px;
  border-bottom: 1px solid var(--color-dark-border);
  color: var(--color-gray-300);
  vertical-align: top;
  line-height: 1.55;
}

.section-dark .comparison-table tr:hover td {
  background-color: #151821;
}

.section-dark .table-brand-pill {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-white);
  display: inline-block;
  margin-bottom: 4px;
}

.section-light .table-wrapper {
  background-color: var(--color-white);
  border: 1px solid var(--color-light-border);
}

.section-light .comparison-table th {
  background-color: var(--color-steel-white);
  color: var(--color-void-black);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 18px 24px;
  border-bottom: 1px solid var(--color-light-border);
}

.section-light .comparison-table td {
  padding: 20px 24px;
  border-bottom: 1px solid var(--color-light-border);
  color: var(--color-gray-700);
  vertical-align: top;
  line-height: 1.55;
}

.section-light .table-brand-pill {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-void-black);
  display: inline-block;
  margin-bottom: 4px;
}

/* ==========================================================================
   OFFICIAL BUSINESS & FOUNDER DETAILS (ABOUT PAGE - DARK)
   ========================================================================== */
.founder-profile-card {
  border-radius: var(--radius-lg);
  padding: 48px;
  background-color: var(--color-charcoal-black);
  border: 1px solid var(--color-dark-border);
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 40px;
}

.founder-photo-frame {
  width: 240px;
  height: 280px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background-color: #0E1118;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.founder-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.founder-placeholder-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #161B26 0%, #0A0D14 100%);
}

.founder-monogram {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 12px;
}

.founder-placeholder-label {
  font-size: 0.75rem;
  color: #94A3B8;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
}

.founder-details-col {
  display: flex;
  flex-direction: column;
}

.founder-name {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.025em;
  margin-bottom: 6px;
}

.founder-title-role {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--color-cobalt-blue);
  margin-bottom: 16px;
}

.founder-bio {
  font-size: 0.98rem;
  line-height: 1.74;
  color: #CBD5E1;
  margin-bottom: 24px;
  max-width: 680px;
}

.founder-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.founder-meta-item {
  display: flex;
  flex-direction: column;
}

.founder-meta-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94A3B8;
  margin-bottom: 4px;
}

.founder-meta-val {
  font-family: var(--font-sans);
  font-size: 0.98rem;
  font-weight: 600;
  color: #FFFFFF;
}

.official-info-card {
  border-radius: var(--radius-lg);
  padding: 40px;
  margin: 32px 0;
}

.official-info-card h3 {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.info-item {
  display: flex;
  flex-direction: column;
}

.info-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-gray-400);
  margin-bottom: 6px;
}

.info-value {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-white);
}

.section-light .info-value {
  color: var(--color-void-black);
}

/* Values Grid (About Page - Light) */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 40px 0;
}

.value-card {
  border-radius: var(--radius-md);
  padding: 34px 28px;
}

.value-num {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-void-black);
  margin-bottom: 12px;
}

.section-dark .value-num {
  color: var(--color-white);
}

/* ==========================================================================
   CONTACT PAGE STYLING
   ========================================================================== */
.contact-layout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 20px 0;
}

.contact-options-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-brand-card {
  border-radius: var(--radius-md);
  padding: 34px 28px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.contact-brand-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.015em;
}

.contact-brand-desc {
  font-size: 0.96rem;
  line-height: 1.68;
  color: #CBD5E1;
  margin-bottom: 16px;
}

.contact-detail-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.contact-detail-row a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

/* Contact Form Container */
.contact-form-card {
  border-radius: var(--radius-lg);
  padding: 48px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 8px;
}

.section-light .form-label {
  color: var(--color-void-black);
}

.section-dark .form-label {
  color: var(--color-white);
}

.form-control {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.section-light .form-control {
  background-color: var(--color-steel-white);
  border: 1px solid var(--color-light-border);
  color: var(--color-void-black);
}

.section-light .form-control:focus {
  outline: none;
  border-color: var(--color-sovereign-cobalt);
  background-color: var(--color-white);
  box-shadow: 0 0 0 3px var(--color-cobalt-glow);
}

.section-dark .form-control {
  background-color: #0B0E14;
  border: 1px solid var(--color-dark-border);
  color: var(--color-white);
}

.section-dark .form-control:focus {
  outline: none;
  border-color: var(--color-sovereign-cobalt);
  background-color: #10141D;
  box-shadow: 0 0 0 3px var(--color-cobalt-glow);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* ==========================================================================
   LEGAL PAGES & POLICIES (TERMS, PRIVACY, REFUND, DELIVERY)
   ========================================================================== */
.page-header {
  padding: 60px 0 44px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .legal-layout {
    grid-template-columns: 1fr;
  }
}

.legal-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  border-radius: var(--radius-md);
  padding: 24px;
}

.section-light .legal-sidebar {
  background-color: var(--color-white);
  border: 1px solid var(--color-light-border);
}

.section-dark .legal-sidebar {
  background-color: var(--color-dark-surface);
  border: 1px solid var(--color-dark-border);
}

.legal-sidebar-title {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.section-light .legal-sidebar-title {
  color: var(--color-void-black);
}

.section-dark .legal-sidebar-title {
  color: var(--color-white);
}

.legal-toc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.legal-toc-link {
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 6px 10px;
  border-radius: var(--radius-xs);
  transition: all 0.15s ease;
  text-decoration: none;
}

.section-light .legal-toc-link {
  color: var(--color-gray-600);
}

.section-light .legal-toc-link:hover {
  background-color: var(--color-steel-white);
  color: var(--color-void-black);
}

.section-dark .legal-toc-link {
  color: var(--color-gray-400);
}

.section-dark .legal-toc-link:hover {
  background-color: #161A24;
  color: var(--color-white);
}

.compliance-banner {
  border-radius: var(--radius-md);
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 36px;
}

.section-light .compliance-banner {
  background-color: var(--color-steel-white);
  border: 1px solid var(--color-light-border);
  border-left: 4px solid var(--color-sovereign-cobalt);
}

.section-dark .compliance-banner {
  background-color: var(--color-dark-surface);
  border: 1px solid var(--color-dark-border);
  border-left: 4px solid var(--color-sovereign-cobalt);
}

.compliance-banner-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--color-sovereign-cobalt);
}

.compliance-banner-content h4 {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.section-light .compliance-banner-content h4 {
  color: var(--color-void-black);
}

.section-dark .compliance-banner-content h4 {
  color: var(--color-white);
}

.compliance-banner-content p {
  font-size: 0.875rem;
  line-height: 1.55;
  margin: 0;
}

.legal-section {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--color-light-border);
}

.section-dark .legal-section {
  border-bottom-color: var(--color-dark-border);
}

.legal-section h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.legal-section-num {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  padding: 4px 8px;
  border-radius: var(--radius-badge);
  font-weight: 700;
}

.section-light .legal-section-num {
  background-color: var(--color-gray-200);
  color: var(--color-void-black);
}

.section-dark .legal-section-num {
  background-color: #1A1F2B;
  color: var(--color-white);
}

.legal-section p {
  font-size: 0.9375rem;
  line-height: 1.68;
  margin-bottom: 14px;
}

.legal-section ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 14px;
}

.legal-section li {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 6px;
}

/* ==========================================================================
   FOOTER (BOTTOM OF EVERY PAGE - DARK)
   ========================================================================== */
.site-footer {
  background-color: var(--color-void-black);
  color: #94A3B8;
  padding: 80px 0 40px;
  margin-top: auto;
  border-top: 1px solid #141720;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #1A1F2B;
}

.footer-col h5 {
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.footer-logo-wrap {
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none;
  line-height: 1;
}

.footer-logo-img {
  height: 44px;
  width: auto;
  max-width: 240px;
  display: block;
  object-fit: contain;
}

.footer-brand-title {
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  display: block;
}

.footer-brand-desc {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #94A3B8;
  max-width: 320px;
}

.footer-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-list li {
  font-size: 0.875rem;
  line-height: 1.5;
}

.footer-list a {
  color: #94A3B8;
  transition: color 0.15s ease;
}

.footer-list a:hover {
  color: var(--color-white);
}

.footer-official-item {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #94A3B8;
}

.footer-official-item a {
  color: var(--color-white);
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  font-size: 0.8125rem;
  color: #64748B;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-bottom-links a {
  color: #64748B;
  transition: color 0.15s ease;
}

.footer-bottom-links a:hover {
  color: var(--color-white);
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-structure-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .structure-col:nth-child(2)::after {
    display: none;
  }

  .tree-branches-grid {
    grid-template-columns: 1fr;
  }

  .brand-detail-card, .brand-detail-card.reverse-layout {
    grid-template-columns: 1fr;
    padding: 36px 30px;
  }

  .brand-detail-card.reverse-layout .brand-content {
    order: 1;
  }

  .brand-detail-card.reverse-layout .brand-media {
    order: 2;
  }

  .rules-grid {
    grid-template-columns: 1fr;
  }

  .delivery-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .contact-layout-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .section-light, .section-dark {
    padding: 84px 0;
  }

  .section-cta-banner {
    padding: 96px 0;
  }

  .hero-section {
    padding: 72px 0 60px;
  }

  .header-nav {
    display: none;
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    background-color: #08090C;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.6);
  }

  .header-nav.is-open {
    display: flex;
  }

  .mobile-toggle {
    display: block;
  }

  .header-actions .btn-talk-to-us {
    display: none;
  }

  .hero-structure-strip {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .structure-col::after {
    display: none !important;
  }

  .delivery-steps-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .cta-banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
