/* ==========================================
   PASCAL GLOBAL SOLUTIONS LTD
   Master Corporate Stylesheet - Phased UI & UX
   ========================================== */

:root {
  /* Official Brand Palette */
  --bg-primary: #070F1C;
  --bg-secondary: #0D1C30;
  --bg-card: rgba(15, 30, 52, 0.85);
  --bg-card-hover: rgba(22, 44, 75, 0.95);
  --bg-modal: #0B192C;

  --text-main: #F8FAFC;
  --text-muted: #94A3B8;
  --text-inverse: #070F1C;

  --accent-gold: #C59B27;
  --accent-gold-bright: #D4AF37;
  --accent-gold-light: #F7E7B4;
  --gold-glow: rgba(197, 155, 39, 0.25);

  --navy-primary: #0B2545;
  --navy-dark: #061324;
  --navy-blue: #13315C;

  --accent-transport: #2563EB;
  --accent-customs: #D4AF37;
  --accent-tax: #10B981;
  --accent-accounting: #8B5CF6;
  --accent-whatsapp: #25D366;

  --border-color: rgba(197, 155, 39, 0.25);
  --border-subtle: rgba(255, 255, 255, 0.08);

  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.5);
  --shadow-gold: 0 10px 30px rgba(197, 155, 39, 0.22);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-title: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', sans-serif;
}

/* Light Theme */
body.light-theme {
  --bg-primary: #F8FAFC;
  --bg-secondary: #F1F5F9;
  --bg-card: #FFFFFF;
  --bg-card-hover: #F8FAFC;
  --bg-modal: #FFFFFF;

  --text-main: #0F172A;
  --text-muted: #475569;
  --text-inverse: #FFFFFF;

  --border-color: rgba(197, 155, 39, 0.4);
  --border-subtle: rgba(0, 0, 0, 0.08);

  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.12);
}

body.light-theme .input-icon-wrapper {
  background: #FFFFFF;
  border-color: rgba(197, 155, 39, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body.light-theme .input-icon-wrapper input,
body.light-theme .input-icon-wrapper select,
body.light-theme .input-icon-wrapper textarea {
  color: #0F172A;
}

body.light-theme .input-icon-wrapper select option {
  background: #FFFFFF;
  color: #0F172A;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  width: 100%;
  max-width: 100vw;
  overflow-x: clip;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-primary);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: clip;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
  max-width: 100vw;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; font-family: inherit; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title);
  color: var(--text-main);
  line-height: 1.25;
}

.text-center { text-align: center; }
.text-gold { color: var(--accent-gold) !important; }
.highlight-gold {
  color: var(--accent-gold);
  background: linear-gradient(135deg, #FFF0B3 0%, #C59B27 50%, #997415 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tagline-gold {
  color: var(--accent-gold) !important;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

/* Top Scroll Reading Progress Bar */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #C59B27, #F7E7B4, #10B981);
  z-index: 10000;
  width: 0%;
  transition: width 0.1s ease-out;
  box-shadow: 0 0 10px rgba(197, 155, 39, 0.5);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.75rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius-md);
  transition: var(--transition);
  border: 1px solid transparent;
}

.btn-gold {
  background: linear-gradient(135deg, #E5BA3B 0%, #C59B27 50%, #9E7B1D 100%);
  color: #070F1C;
  font-weight: 800;
  box-shadow: var(--shadow-gold);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(197, 155, 39, 0.45);
  background: linear-gradient(135deg, #F3CA4B 0%, #D4A831 50%, #B08B21 100%);
}

.btn-outline {
  background: transparent;
  color: var(--text-main);
  border-color: var(--border-color);
}

.btn-outline:hover {
  border-color: var(--accent-gold);
  background: rgba(197, 155, 39, 0.1);
  color: var(--accent-gold);
}

.btn-whatsapp {
  background: var(--accent-whatsapp);
  color: #FFFFFF;
  font-weight: 700;
}

.btn-whatsapp:hover {
  background: #1EBE57;
  transform: translateY(-2px);
}

.btn-lg {
  padding: 1.1rem 2.2rem;
  font-size: 1.05rem;
  border-radius: var(--radius-md);
}

.btn-block { width: 100%; }

/* Top Bar */
.top-bar {
  background: linear-gradient(90deg, #040912 0%, #0D1C30 50%, #040912 100%);
  border-bottom: 1px solid var(--border-color);
  padding: 0.6rem 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.top-slogan {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--accent-gold);
}

.top-contacts {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.hotline-badge a {
  color: #FFFFFF;
  font-weight: 700;
}

.whatsapp-pill {
  color: var(--accent-whatsapp);
  font-weight: 600;
}

/* Redesigned Executive Floating Navbar Header */
.navbar-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(7, 15, 28, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-subtle);
  height: 84px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-header.scrolled {
  background: rgba(7, 15, 28, 0.97);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  border-bottom-color: var(--border-color);
  height: 76px;
}

body.light-theme .navbar-header {
  background: rgba(255, 255, 255, 0.94);
}

body.light-theme .navbar-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(197, 155, 39, 0.35);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1400px;
  width: 100%;
  padding: 0 2.5rem;
  margin: 0 auto;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.nav-logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brand-logo:hover .nav-logo-img {
  transform: scale(1.05);
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 1.08rem;
  color: var(--text-main);
  letter-spacing: 0.4px;
  line-height: 1.15;
  white-space: nowrap;
}

.brand-sub {
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--accent-gold);
  letter-spacing: 0.9px;
  white-space: nowrap;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.35rem 0.6rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.05);
}

body.light-theme .nav-menu {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
}

.nav-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding: 0.45rem 0.95rem;
  border-radius: var(--radius-full);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

body.light-theme .nav-link {
  color: #475569;
}

.nav-link .nav-arrow {
  display: none;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: var(--accent-gold);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.nav-link:hover, .nav-link.active {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.09);
}

body.light-theme .nav-link:hover,
body.light-theme .nav-link.active {
  color: #0F172A;
  background: rgba(197, 155, 39, 0.14);
  font-weight: 700;
}

.nav-link:hover::after, .nav-link.active::after {
  width: 35%;
}

.mobile-drawer-cta {
  display: none;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.nav-desktop-btn {
  border-radius: var(--radius-full);
  padding: 0.65rem 1.4rem;
  font-size: 0.9rem;
  white-space: nowrap;
}

.nav-desktop-btn {
  padding: 0.7rem 1.4rem;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 15px rgba(197, 155, 39, 0.25);
}

.mobile-toggle {
  display: none;
}

/* Hero Section */
.hero-section {
  padding: 4rem 0 5rem;
  background: radial-gradient(circle at 10% 20%, rgba(197, 155, 39, 0.1) 0%, transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(37, 99, 235, 0.08) 0%, transparent 40%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.hero-company-tag {
  margin-bottom: 1rem;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  border-radius: var(--radius-full);
  background: rgba(197, 155, 39, 0.15);
  color: var(--accent-gold);
  border: 1px solid var(--border-color);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.hero-title {
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.hero-slogan-main {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-main);
  background: var(--bg-card);
  border-left: 4px solid var(--accent-gold);
  padding: 0.75rem 1.25rem;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin-bottom: 1.75rem;
}

/* 4 Core Pillars Bar */
.four-pillars-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-bottom: 1.75rem;
}

.pillar-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  padding: 0.8rem 0.5rem;
  border-radius: var(--radius-md);
  text-align: center;
  transition: var(--transition);
}

.pillar-chip:hover {
  transform: translateY(-3px);
  background: var(--bg-card-hover);
  border-color: var(--accent-gold);
}

.pillar-chip i {
  font-size: 1.3rem;
  color: var(--accent-gold);
}

.pillar-chip span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.hero-description {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 2rem;
}

.hero-cta-group {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}

.hero-hotline-strip {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(197, 155, 39, 0.1);
  border: 1px dashed var(--accent-gold);
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--accent-gold);
}

/* Hero Image Banner */
.hero-visual-card { position: relative; }

.visual-wrapper {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-lg);
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.visual-wrapper:hover .hero-img {
  transform: scale(1.02);
}

.brand-watermark {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(7, 15, 28, 0.85);
  backdrop-filter: blur(8px);
  padding: 0.6rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
}

.watermark-logo {
  height: 45px;
  width: auto;
}

/* Key Strengths Bar */
.key-strengths-container { margin-top: 3.5rem; }

.key-strengths-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  padding: 2rem;
  border-radius: var(--radius-lg);
  backdrop-filter: blur(10px);
}

.strength-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.strength-icon {
  width: 48px;
  height: 48px;
  background: rgba(197, 155, 39, 0.12);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--accent-gold);
  flex-shrink: 0;
  border: 1px solid var(--border-color);
}

.strength-info h4 {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--text-main);
  margin-bottom: 0.2rem;
}

.strength-info p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Section Shared */
.section { padding: 5rem 0; }
.section-header { margin-bottom: 3.5rem; }
.section-subtitle {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--accent-gold);
  margin-bottom: 0.6rem;
}
.section-title { font-size: 2.3rem; font-weight: 800; margin-bottom: 1rem; }
.section-description { color: var(--text-muted); font-size: 1.05rem; max-width: 700px; margin: 0 auto; }

/* About Section */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3.5rem;
  align-items: center;
}

.about-image-box {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-lg);
}

.about-img { width: 100%; display: block; }

.experience-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  background: rgba(7, 15, 28, 0.92);
  backdrop-filter: blur(10px);
  border: 2px solid var(--accent-gold);
  padding: 0.8rem 1.4rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.exp-number {
  font-family: var(--font-title);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--accent-gold);
}

.exp-text {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-main);
  max-width: 120px;
  line-height: 1.2;
}

.about-intro {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: var(--text-main);
}

.leadership-highlight {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius-md);
  margin: 1.5rem 0;
}

.leader-avatar {
  width: 50px;
  height: 50px;
  background: rgba(197, 155, 39, 0.15);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--accent-gold);
  flex-shrink: 0;
}

.leader-info h4 { font-size: 1rem; margin-bottom: 0.2rem; }
.leader-info p { font-size: 0.85rem; color: var(--text-muted); }

.about-bullets-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.b-item {
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.b-item i { color: var(--accent-gold); }

/* Divisions Section */
.section-divisions { background: var(--bg-secondary); }

.division-tabs {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.div-tab {
  padding: 0.75rem 1.6rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.9rem;
  background: var(--bg-card);
  color: var(--text-muted);
  border: 1px solid var(--border-subtle);
  transition: var(--transition);
}

.div-tab:hover, .div-tab.active {
  background: var(--accent-gold);
  color: #070F1C;
  border-color: var(--accent-gold);
  box-shadow: var(--shadow-gold);
}

.divisions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

.div-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.div-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-color);
  box-shadow: var(--shadow-lg);
}

.div-card-header {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}

.bg-transport { background: linear-gradient(135deg, #1E40AF, #1E3A8A); }
.bg-customs { background: linear-gradient(135deg, #B45309, #78350F); }
.bg-tax { background: linear-gradient(135deg, #065F46, #064E3B); }
.bg-accounting { background: linear-gradient(135deg, #5B21B6, #4C1D95); }

.div-card-header i { font-size: 1.8rem; }
.div-badge { font-size: 0.7rem; font-weight: 900; letter-spacing: 1px; background: rgba(0,0,0,0.3); padding: 0.2rem 0.6rem; border-radius: var(--radius-full); }

.div-card-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.div-card-body h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: 0.8rem; }
.div-card-body p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 1.25rem; flex-grow: 1; }

.div-features { list-style: none; margin-bottom: 1.5rem; }
.div-features li { font-size: 0.82rem; margin-bottom: 0.5rem; display: flex; align-items: center; gap: 0.5rem; }
.div-features i { color: var(--accent-gold); font-size: 0.75rem; }

/* Calculator & Form Controls */
.calc-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 3rem;
  box-shadow: var(--shadow-lg);
}

.calc-info h2 { font-size: 2.2rem; margin-top: 0.5rem; margin-bottom: 1rem; }
.calc-info p { color: var(--text-muted); margin-bottom: 1.8rem; }

.calc-features { list-style: none; margin-bottom: 2rem; }
.calc-features li { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 0.8rem; font-size: 0.95rem; }
.calc-features i { color: var(--accent-gold); }

.disclaimer-box {
  background: rgba(197, 155, 39, 0.1);
  border: 1px solid var(--border-color);
  padding: 1rem;
  border-radius: var(--radius-md);
  font-size: 0.82rem;
  color: var(--accent-gold);
  display: flex;
  gap: 0.8rem;
}

.calc-box {
  background: var(--bg-secondary);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 2rem;
}

.calc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-subtle);
}

.currency-toggle {
  display: flex;
  background: var(--bg-primary);
  border-radius: var(--radius-full);
  padding: 3px;
  border: 1px solid var(--border-subtle);
}

.curr-btn {
  padding: 0.3rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  background: transparent;
  color: var(--text-muted);
}

.curr-btn.active {
  background: var(--accent-gold);
  color: #070F1C;
}

/* PHASE 1: Harmonized Input Controls with Icon Overlays */
.form-group { margin-bottom: 1.35rem; }
.form-group label { display: block; font-size: 0.88rem; font-weight: 600; margin-bottom: 0.45rem; color: var(--text-main); }

.input-icon-wrapper {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  transition: var(--transition);
  overflow: hidden;
}

.input-icon-wrapper i {
  padding: 0.8rem 1rem;
  color: var(--accent-gold);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--border-subtle);
  min-width: 48px;
}

.input-icon-wrapper input, 
.input-icon-wrapper select, 
.input-icon-wrapper textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  background: transparent;
  color: var(--text-main);
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 0.95rem;
}

.input-icon-wrapper.textarea-wrapper {
  align-items: flex-start;
}

.input-icon-wrapper.textarea-wrapper i {
  padding-top: 1rem;
}

.input-icon-wrapper input::placeholder,
.input-icon-wrapper textarea::placeholder {
  color: var(--text-muted);
  opacity: 0.7;
}

.input-icon-wrapper select option {
  background: var(--bg-modal);
  color: var(--text-main);
}

.input-icon-wrapper:focus-within {
  border-color: var(--accent-gold);
  box-shadow: 0 0 15px rgba(197, 155, 39, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

/* Phase 2: Landed Cost Breakdown Visual Bar */
.cost-breakdown-bar-box {
  margin: 1.2rem 0;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.8rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
}

.bar-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.cost-bar-track {
  display: flex;
  height: 12px;
  border-radius: var(--radius-full);
  overflow: hidden;
  background: var(--bg-primary);
}

.cost-bar-segment {
  height: 100%;
  transition: width 0.4s ease;
}

.seg-cif { background: #3B82F6; }
.seg-duty { background: #F59E0B; }
.seg-vat { background: #10B981; }
.seg-other { background: #8B5CF6; }

.cost-legend {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

.cost-legend span { display: flex; align-items: center; gap: 0.3rem; }
.dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.dot-cif { background: #3B82F6; }
.dot-duty { background: #F59E0B; }
.dot-vat { background: #10B981; }
.dot-other { background: #8B5CF6; }

.calc-results {
  margin-top: 1.5rem;
  background: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.25rem;
}

.results-header {
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--accent-gold);
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.result-row { display: flex; justify-content: space-between; font-size: 0.88rem; margin-bottom: 0.5rem; }
.result-row.total {
  font-size: 1.05rem;
  font-weight: 800;
  border-top: 1px dashed var(--border-color);
  padding-top: 0.8rem;
  margin-top: 0.8rem;
}

/* Checklist Section */
.checklist-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
}

.checklist-tabs { display: flex; gap: 1rem; margin-bottom: 2rem; }

.check-tab {
  flex: 1;
  padding: 1rem;
  background: var(--bg-secondary);
  border: 1px solid var(--border-subtle);
  color: var(--text-muted);
  font-weight: 700;
  border-radius: var(--radius-md);
  transition: var(--transition);
}

.check-tab.active {
  background: var(--accent-gold);
  color: #070F1C;
  border-color: var(--accent-gold);
}

.checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: var(--bg-secondary);
  border: 1px solid var(--border-subtle);
  padding: 1rem 1.2rem;
  border-radius: var(--radius-md);
  cursor: pointer;
  font-size: 0.9rem;
}

.check-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--accent-gold);
}

.readiness-meter-box {
  background: var(--bg-secondary);
  border: 1px solid var(--border-subtle);
  padding: 1.5rem;
  border-radius: var(--radius-md);
  text-align: center;
}

.meter-header { display: flex; justify-content: space-between; font-weight: 700; margin-bottom: 0.6rem; }
.meter-bar { height: 12px; background: var(--bg-primary); border-radius: var(--radius-full); overflow: hidden; margin-bottom: 1rem; }
.meter-fill { height: 100%; background: linear-gradient(90deg, #F59E0B, #10B981); transition: width 0.4s ease; }
.meter-feedback { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 1.5rem; }

/* FAQ */
.section-faqs { background: var(--bg-secondary); }
.faq-accordion { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
.faq-item { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); overflow: hidden; }
.faq-question { width: 100%; padding: 1.25rem 1.5rem; background: transparent; color: var(--text-main); font-size: 1.05rem; font-weight: 700; display: flex; justify-content: space-between; align-items: center; text-align: left; }
.faq-question i { color: var(--accent-gold); transition: transform 0.3s ease; }
.faq-item.active .faq-question i { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 1.5rem; }
.faq-item.active .faq-answer { max-height: 300px; padding: 0 1.5rem 1.5rem 1.5rem; }

/* Contact Section */
.contact-card-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 3.5rem;
  box-shadow: var(--shadow-lg);
}

.contact-logo-box { margin-bottom: 1.5rem; }
.c-logo { height: 75px; width: auto; object-fit: contain; }

.contact-list { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
.c-item { display: flex; align-items: center; gap: 1.2rem; }
.c-icon { width: 50px; height: 50px; background: rgba(197, 155, 39, 0.12); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; color: var(--accent-gold); font-size: 1.3rem; border: 1px solid var(--border-color); }
.c-icon.bg-whatsapp { background: rgba(37, 211, 102, 0.15); color: var(--accent-whatsapp); border-color: rgba(37, 211, 102, 0.3); }

.contact-form-panel { background: var(--bg-secondary); border: 1px solid var(--border-subtle); padding: 2.2rem; border-radius: var(--radius-md); }

/* Vibrant Executive Footer */
.site-footer {
  background: linear-gradient(180deg, #050B14 0%, #0A1628 100%);
  position: relative;
  color: #E2E8F0;
  padding-bottom: 2rem;
  border-top: 1px solid var(--border-subtle);
}

.footer-gradient-bar {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #C59B27 0%, #2563EB 33%, #10B981 66%, #C59B27 100%);
}

.footer-content {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  gap: 3rem;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}

.footer-logo-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.footer-logo-img {
  height: 65px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(197, 155, 39, 0.25));
}

.footer-brand-title {
  display: flex;
  flex-direction: column;
}

.f-brand-name {
  font-family: var(--font-title);
  font-size: 1.15rem;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.f-brand-tag {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--accent-gold);
  letter-spacing: 1px;
  margin-top: 0.2rem;
}

.footer-trust-badges {
  display: flex;
  gap: 0.6rem;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}

.f-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--accent-gold);
  background: rgba(197, 155, 39, 0.12);
  border: 1px solid var(--border-color);
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
}

.footer-heading {
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 3px;
  background: var(--accent-gold);
  border-radius: 2px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-links a {
  color: #CBD5E1;
  font-size: 0.92rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: var(--transition);
}

.footer-links a i {
  color: var(--accent-gold);
  font-size: 0.8rem;
  transition: transform 0.2s ease;
}

.footer-links a:hover {
  color: #FFFFFF;
  transform: translateX(4px);
}

.footer-links a:hover i {
  color: #FFFFFF;
}

.footer-contact-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.f-contact-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  padding: 0.8rem 1.1rem;
  border-radius: var(--radius-md);
  color: #FFFFFF;
  transition: var(--transition);
}

.f-contact-btn i {
  font-size: 1.4rem;
  color: var(--accent-gold);
}

.f-contact-btn.wa i {
  color: var(--accent-whatsapp);
}

.f-contact-btn small {
  display: block;
  font-size: 0.72rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.f-contact-btn strong {
  font-size: 0.95rem;
  font-weight: 700;
}

.f-contact-btn:hover {
  background: rgba(197, 155, 39, 0.15);
  border-color: var(--accent-gold);
  transform: translateY(-2px);
}

.f-contact-btn.wa:hover {
  background: rgba(37, 211, 102, 0.15);
  border-color: var(--accent-whatsapp);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
  font-size: 0.88rem;
  color: var(--text-muted);
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-security-badges {
  display: flex;
  gap: 1.5rem;
  font-size: 0.8rem;
  color: var(--accent-gold);
  font-weight: 700;
}

.footer-security-badges span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* Floating Sticky Actions & Phase 3 Widgets */
.floating-theme-toggle {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 998;
  width: 48px;
  height: 48px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  color: var(--accent-gold);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
}

.floating-theme-toggle:hover {
  background: var(--accent-gold);
  color: #070F1C;
  transform: scale(1.1);
}

.theme-tooltip {
  position: absolute;
  right: 60px;
  background: #070F1C;
  color: #FFFFFF;
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid var(--border-color);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.floating-theme-toggle:hover .theme-tooltip {
  opacity: 1;
}

.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background: var(--accent-whatsapp);
  color: #FFFFFF;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
  transition: var(--transition);
}

.floating-whatsapp:hover { transform: scale(1.1); }

.wa-tooltip {
  position: absolute;
  right: 70px;
  background: #070F1C;
  color: #FFFFFF;
  padding: 0.4rem 0.8rem;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid var(--border-color);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.floating-whatsapp:hover .wa-tooltip { opacity: 1; }

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 105px;
  z-index: 997;
  width: 48px;
  height: 48px;
  background: var(--bg-card);
  color: var(--accent-gold);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}

.back-to-top.active {
  opacity: 1;
  pointer-events: all;
}

.back-to-top:hover {
  background: var(--accent-gold);
  color: #070F1C;
  transform: translateY(-3px);
}

/* Modal */
.modal-overlay {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
  padding: 1rem;
}

.modal-overlay.active { opacity: 1; pointer-events: all; }

.modal-box {
  background: var(--bg-modal);
  border: 1px solid var(--border-color);
  width: 100%; max-width: 520px;
  border-radius: var(--radius-lg);
  padding: 2.5rem; position: relative;
  box-shadow: var(--shadow-lg);
}

.modal-logo { height: 50px; margin-bottom: 0.5rem; }
.modal-close { position: absolute; top: 1.25rem; right: 1.25rem; background: transparent; color: var(--text-muted); font-size: 1.8rem; }

/* Mobile Menu Backdrop Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* Minimal Smooth Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseGold {
  0% { box-shadow: 0 0 0 0 rgba(197, 155, 39, 0.5); }
  70% { box-shadow: 0 0 0 12px rgba(197, 155, 39, 0); }
  100% { box-shadow: 0 0 0 0 rgba(197, 155, 39, 0); }
}

.hero-title, .hero-description, .div-card, .pillar-card, .strength-card, .calc-wrapper {
  animation: fadeInUp 0.55s ease-out cubic-bezier(0.4, 0, 0.2, 1) both;
}

.btn-gold {
  animation: pulseGold 3s infinite;
}

/* Thorough Responsive Breakpoints for Phone Screens */
@media (max-width: 1200px) {
  .container { max-width: 980px; }
  .hero-title { font-size: 2.8rem; }
  .hero-grid, .calc-wrapper, .contact-card-grid, .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .key-strengths-grid { grid-template-columns: repeat(2, 1fr); }
  .divisions-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
  .nav-menu i { display: block; }
}

@media (max-width: 768px) {
  /* Hide Top Announcement Bar on phone screens to prevent header overlap */
  .top-bar {
    display: none;
  }

  .navbar-header {
    height: 72px;
    z-index: 1002;
  }

  .nav-container {
    height: 72px;
    padding: 0 1rem;
  }

  .brand-logo {
    gap: 0.6rem;
  }

  .nav-logo-img {
    height: 42px;
  }

  .brand-name {
    font-size: 0.92rem;
    line-height: 1.15;
  }

  .brand-sub {
    font-size: 0.65rem;
    letter-spacing: 0.5px;
  }

  /* Hide header quote button on small screens to prevent header crowding */
  .nav-quote-btn {
    display: none;
  }

  /* Animated Hamburger Menu Button */
  .mobile-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 34px;
    padding: 7px 6px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: var(--transition);
    z-index: 1003;
  }

  body.light-theme .mobile-toggle {
    background: #FFFFFF;
    border-color: rgba(197, 155, 39, 0.4);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }

  .mobile-toggle .bar {
    height: 2px;
    width: 100%;
    background: var(--accent-gold);
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  }

  .mobile-toggle.active {
    background: rgba(197, 155, 39, 0.2);
    border-color: var(--accent-gold);
  }

  .mobile-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .mobile-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }

  .mobile-toggle.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Mobile Slide-out Navigation Drawer */
  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 82%;
    max-width: 300px;
    height: 100vh;
    background: #091526;
    backdrop-filter: blur(24px);
    flex-direction: column;
    padding: 5.5rem 1.5rem 2rem 1.5rem;
    gap: 0.6rem;
    border-radius: 0;
    border: none;
    border-left: 1px solid var(--accent-gold);
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.75);
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    z-index: 1001;
    overflow-y: auto;
    display: flex;
  }

  .nav-menu.active {
    transform: translateX(0);
  }

  .nav-menu .nav-link {
    font-size: 1.05rem;
    font-weight: 700;
    color: #FFFFFF !important;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu .nav-link span {
    color: #FFFFFF !important;
  }

  .nav-menu .nav-link i {
    font-size: 0.9rem;
    color: var(--accent-gold) !important;
  }

  .mobile-drawer-cta {
    margin-top: 1.5rem;
  }

  /* Phone Layout Grid Collapses */
  .hero-title { font-size: 2.2rem; }
  .divisions-grid, .checklist-grid, .key-strengths-grid, .footer-content, .about-bullets-grid { grid-template-columns: 1fr; }
  .four-pillars-bar { grid-template-columns: repeat(2, 1fr); }
  
  /* Vertical Stacking for Floating Action Buttons on Phone Screens */
  .floating-whatsapp {
    bottom: 20px;
    right: 16px;
    width: 52px;
    height: 52px;
    font-size: 1.7rem;
  }
  .floating-theme-toggle {
    bottom: 82px;
    right: 16px;
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
  .back-to-top {
    bottom: 136px;
    right: 16px;
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.85rem; }
  .brand-name { font-size: 0.88rem; }
  .btn-lg { padding: 0.9rem 1.4rem; font-size: 0.95rem; width: 100%; }
  .hero-cta-group { flex-direction: column; width: 100%; }
  .hero-hotline-strip { width: 100%; justify-content: center; }
  .contact-card-grid, .calc-wrapper, .checklist-card { padding: 1.5rem 1rem; }
}


