/*
Theme Name: Agent WebFlow Under Construction
Theme URI: https://agentwebflow.com/
Author: Agent WebFlow
Author URI: https://agentwebflow.com/
Description: SaaS animated under-construction dashboard theme with Crystal Glass and Google Antigravity Particle Field.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: agent-webflow-under-construction
*/

:root {
  /* ==========================================================================
     1. MAIN BRAND COLOR TOKENS
     ========================================================================== */
  --brand-primary: #D2691E;               /* Main primary accent color: headings, buttons, badges */
  --brand-secondary: #7a5471;             /* Secondary plum shade: icons, progress bar, badge gradients */
  --brand-light: rgba(247, 237, 243, 0.6); /* Soft translucent light tint */
  --brand-light-hover: rgba(253, 248, 251, 0.75);/* Hover background tint for nav items */
  --brand-border: rgba(232, 213, 226, 0.7);/* Border accent color for active items */
  --brand-glow: rgba(48, 29, 43, 0.12);   /* Soft shadow glow */

  /* ==========================================================================
     2. NEUTRAL TYPOGRAPHY & LAYOUT COLORS
     ========================================================================== */
  --color-ink: #16182a;                   /* Main dark text color */
  --color-muted: #646777;                 /* Subtitle / muted text color */
  --color-subtle: #868997;                /* Caption text color */
  --color-bg-page: #f2eef4;               /* Main page background color */
  --color-bg-card: rgba(255, 255, 255, 0.45); /* Hyper-glossy glass card background */
  --color-border: rgba(255, 255, 255, 0.7);  /* Crystal border */
  --color-green: #38b977;                 /* Status green color */

  /* ==========================================================================
     3. COMPONENT SPECIFIC COLOR VARIABLES
     ========================================================================== */
  /* Stage Art Graphic Canvas */
  --stage-art-bg-start: rgba(253, 251, 254, 0.5);
  --stage-art-bg-end: rgba(247, 239, 245, 0.4);
  --stage-art-border: rgba(255, 255, 255, 0.75);
  --stage-art-dashed: #caadbf;
  --stage-art-tag-bg: var(--brand-primary);
  --stage-art-icon-color: var(--brand-secondary);

  /* Product Advertisement Card (Google Review AI) */
  --product-card-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.35) 100%);
  --product-card-border: rgba(255, 255, 255, 0.75);
  --product-badge-start: var(--brand-primary);
  --product-badge-end: var(--brand-secondary);
  --product-star-color: #ffb41e;
  --product-flow-bg: rgba(250, 245, 248, 0.55);
  --product-flow-border: rgba(232, 219, 228, 0.7);
  --product-flow-text: var(--brand-primary);
  --product-btn-primary-bg: var(--brand-primary);
  --product-btn-sec-bg: rgba(245, 236, 243, 0.65);
  --product-btn-sec-text: var(--brand-primary);
  --product-btn-sec-border: rgba(230, 215, 227, 0.8);

  /* Service Grid */
  --service-card-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.3) 100%);
  --service-card-border: rgba(255, 255, 255, 0.75);
  --service-card-hover-border: rgba(210, 105, 30, 0.4);
  --service-icon-bg: rgba(247, 240, 245, 0.65);
  --service-icon-color: var(--brand-primary);

  /* Footer / Bottom Banner */
  --bottom-bg-start: rgba(248, 241, 246, 0.55);
  --bottom-bg-end: rgba(255, 255, 255, 0.55);
  --bottom-border: rgba(255, 255, 255, 0.75);
  --cta-btn-bg: var(--brand-primary);
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  min-height: 100%;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--color-ink);
  background: var(--color-bg-page);
  transition: background 0.3s ease, color 0.3s ease;
}
body { overflow-x: hidden; }

/* Fixed Background Canvas for Google Antigravity Particles */
#bg-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}

.awf-page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% 30%, rgba(210, 105, 30, 0.09) 0, transparent 55%), linear-gradient(135deg, #f4eef3 0%, #e8e2e9 100%);
}

.awf-page:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#20203308 1px, transparent 1px), linear-gradient(90deg, #20203308 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000 0%, #000 80%, transparent 100%);
  animation: gridmove 24s linear infinite;
  pointer-events: none;
}

/* ==================== HYPER-GLOSSY CRYSTAL GLASS TOP NAVIGATION HEADER ==================== */
.top-nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.18) 100%);
  backdrop-filter: blur(28px) saturate(220%);
  -webkit-backdrop-filter: blur(28px) saturate(220%);
  border: none !important;
  box-shadow: inset 0 1.5px 1px rgba(255, 255, 255, 0.85), 0 8px 32px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  overflow: hidden;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

body[data-theme="dark"] .top-nav-header {
  background: linear-gradient(135deg, rgba(30, 26, 45, 0.45) 0%, rgba(16, 14, 26, 0.25) 100%);
  backdrop-filter: blur(32px) saturate(240%);
  -webkit-backdrop-filter: blur(32px) saturate(240%);
  box-shadow: inset 0 1px 1.5px rgba(255, 255, 255, 0.18), 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* Ambient Aurora & Background Elements */
.header-ambient-aurora {
  display: none !important;
}

/* Specialized Header Horizontal Shooting Star Canvas */
.header-bg-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* Crisp Clean Glass Bottom Border */
.top-nav-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  pointer-events: none;
  z-index: 3;
}
body[data-theme="dark"] .top-nav-header::after {
  background: rgba(255, 255, 255, 0.08);
}

.topbrand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-logo {
  height: 36px;
  width: auto;
  object-fit: contain;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  filter: brightness(0);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.3s ease;
}
.brand-link:hover .brand-logo {
  transform: scale(1.06);
  filter: brightness(0) drop-shadow(0 3px 8px rgba(0, 0, 0, 0.18));
}
.topbrand > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.topbrand strong { 
  display: block;
  font-size: 17px; 
  line-height: 1.1; 
}
.topbrand strong span { color: var(--brand-primary); }

/* Animated Morphing Brand Subtitle Row (Firmly below the title, Micro & Elegant) */
.brand-morph-row {
  display: inline-flex !important;
  align-items: center;
  gap: 2.5px;
  margin-top: 2px;
  font-size: 6.2px !important;
  font-weight: 800;
  letter-spacing: 0.5px !important;
  text-transform: uppercase;
}

.morph-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.5px 3.5px;
  border-radius: 3px;
  font-size: 6.2px;
  font-weight: 850;
  letter-spacing: 0.4px;
  transition: all 0.55s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.morph-dot {
  color: var(--color-subtle);
  font-size: 5.5px;
  opacity: 0.5;
}

/* Morphing Color Theme Classes */
.theme-cyan {
  background: rgba(6, 182, 212, 0.12);
  color: #0891b2 !important;
  border: 1px solid rgba(6, 182, 212, 0.35);
  box-shadow: 0 0 8px rgba(6, 182, 212, 0.22);
}
body[data-theme="dark"] .theme-cyan {
  color: #38bdf8 !important;
  background: rgba(6, 182, 212, 0.2);
}

.theme-orange {
  background: rgba(210, 105, 30, 0.12);
  color: var(--brand-primary) !important;
  border: 1px solid rgba(210, 105, 30, 0.35);
  box-shadow: 0 0 8px rgba(210, 105, 30, 0.22);
}
body[data-theme="dark"] .theme-orange {
  color: #ffaa66 !important;
  background: rgba(210, 105, 30, 0.2);
}

.theme-purple {
  background: rgba(139, 92, 246, 0.12);
  color: #7c3aed !important;
  border: 1px solid rgba(139, 92, 246, 0.35);
  box-shadow: 0 0 8px rgba(139, 92, 246, 0.22);
}
body[data-theme="dark"] .theme-purple {
  color: #c084fc !important;
  background: rgba(139, 92, 246, 0.2);
}

.theme-emerald {
  background: rgba(16, 185, 129, 0.12);
  color: #059669 !important;
  border: 1px solid rgba(16, 185, 129, 0.35);
  box-shadow: 0 0 8px rgba(16, 185, 129, 0.22);
}
body[data-theme="dark"] .theme-emerald {
  color: #34d399 !important;
  background: rgba(16, 185, 129, 0.2);
}

/* Tag Swap Smooth Morph (No upward jump) */
.tag-swap-pop {
  opacity: 0.35;
  transform: scale(0.92);
}

/* ==================== CENTER: HYPER-GLOSSY INTERACTIVE BROWSER ADDRESS BAR ==================== */
.header-browser-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  max-width: 480px;
  margin: 0 16px;
  height: 38px;
  background: rgba(22, 24, 42, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(22, 24, 42, 0.08);
  border-radius: 99px;
  padding: 0 14px;
  position: relative;
  z-index: 2;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.8), 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-theme="dark"] .header-browser-bar {
  background: rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4), 0 2px 10px rgba(0, 0, 0, 0.2);
}
.header-browser-bar:hover {
  border-color: rgba(210, 105, 30, 0.4);
  box-shadow: 0 4px 16px rgba(210, 105, 30, 0.12);
}

.traffic-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}
.traffic-dots .bd {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.traffic-dots .bd-red { background: #ef4444; cursor: pointer; }
.traffic-dots .bd-yellow { background: #f59e0b; }
.traffic-dots .bd-green { background: #10b981; }
.traffic-dots .bd:hover { transform: scale(1.25); }

/* Interactive Back Navigation Button */
.nav-history-btn {
  background: rgba(22, 24, 42, 0.05);
  border: 1px solid rgba(22, 24, 42, 0.08);
  color: var(--color-ink);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  transition: all 0.25s ease;
  font-family: inherit;
}
body[data-theme="dark"] .nav-history-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.nav-history-btn:hover {
  background: var(--brand-primary);
  color: #ffffff !important;
  transform: scale(1.1) translateX(-1px);
  box-shadow: 0 2px 8px rgba(210, 105, 30, 0.4);
}

/* Clickable Interactive URL Address Breadcrumb */
.address-interactive {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  font-weight: 700;
  color: var(--color-muted);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
.addr-lock-icon {
  font-size: 8.5px;
  opacity: 0.7;
}
.addr-domain {
  color: var(--color-ink);
  text-decoration: none;
  font-weight: 800;
  transition: color 0.2s ease;
}
body[data-theme="dark"] .addr-domain {
  color: #ffffff;
}
.addr-domain:hover {
  color: var(--brand-primary);
  text-decoration: underline;
}
.addr-slash {
  color: var(--color-muted);
  opacity: 0.6;
}
.addr-path {
  color: var(--brand-primary);
  font-weight: 800;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
body[data-theme="dark"] .addr-path {
  color: #ffaa66;
}
.addr-path:hover {
  opacity: 0.8;
}

/* ==================== RIGHT: ACTIONS & THEME TOGGLE ==================== */
.header-right-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.crafted {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.header-portal-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.55) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(168, 85, 247, 0.35);
  border-radius: 99px;
  padding: 5.5px 12px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(168, 85, 247, 0.12), inset 0 1px 1.5px rgba(255, 255, 255, 0.9);
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-family: inherit;
}
body[data-theme="dark"] .header-portal-btn {
  background: linear-gradient(135deg, rgba(50, 42, 75, 0.8) 0%, rgba(28, 24, 45, 0.55) 100%);
  border-color: rgba(168, 85, 247, 0.4);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}
.header-portal-btn:hover {
  transform: translateY(-2px) scale(1.03);
  border-color: #a855f7;
  box-shadow: 0 8px 22px rgba(168, 85, 247, 0.28);
}
.portal-btn-icon {
  font-size: 11px;
}
.portal-btn-text {
  font-size: 11px;
  color: var(--color-ink);
  font-weight: 500;
  letter-spacing: 0.2px;
}
body[data-theme="dark"] .portal-btn-text {
  color: #ffffff;
}
.portal-btn-text b {
  color: #9333ea;
  font-weight: 750;
}
body[data-theme="dark"] .portal-btn-text b {
  color: #c084fc;
}
.portal-btn-badge {
  font-size: 6.5px;
  font-weight: 900;
  color: #ffffff;
  background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
  padding: 1px 4.5px;
  border-radius: 99px;
  letter-spacing: 0.4px;
}

.crafted-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.45) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--brand-border);
  border-radius: 99px;
  padding: 6px 13px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(210, 105, 30, 0.15), inset 0 1px 1.5px rgba(255, 255, 255, 0.9);
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-family: inherit;
}
body[data-theme="dark"] .crafted-contact-btn {
  background: linear-gradient(135deg, rgba(62, 57, 85, 0.75) 0%, rgba(35, 32, 50, 0.5) 100%);
  border-color: rgba(255, 170, 102, 0.35);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.crafted-contact-btn:hover {
  transform: translateY(-2px) scale(1.03);
  border-color: var(--brand-primary);
  box-shadow: 0 8px 25px rgba(210, 105, 30, 0.35);
}

.crafted-pulse-dot {
  width: 6px;
  height: 6px;
  background: var(--brand-primary);
  border-radius: 99px;
  box-shadow: 0 0 0 0 rgba(210, 105, 30, 0.7);
  animation: craftedPulse 1.8s infinite;
}

@keyframes craftedPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(210, 105, 30, 0.7); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 8px rgba(210, 105, 30, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(210, 105, 30, 0); }
}

.crafted-text {
  font-size: 11px;
  color: var(--color-ink);
  font-weight: 500;
  letter-spacing: 0.2px;
}
body[data-theme="dark"] .crafted-text {
  color: #ffffff;
}
.crafted-text b {
  color: var(--brand-primary);
  font-weight: 700;
}

.crafted-arrow {
  font-size: 10px;
  font-weight: 800;
  color: var(--brand-primary);
  transition: transform 0.2s ease;
}
.crafted-contact-btn:hover .crafted-arrow {
  transform: translate(2px, -2px);
}

.browser { 
  position: relative; 
  z-index: 2; 
  width: min(1240px, 95vw); 
  margin: 78px auto 25px; 
  padding: 0 0 18px; 
  animation: rise .7s ease both; 
}

@media (max-width: 850px) {
  .header-browser-bar {
    display: none;
  }
}

/* Sleek Theme Toggle Button Inside Browserbar */
.theme-toggle-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.55) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 99px;
  padding: 5px 12px;
  font-size: 8.5px;
  font-weight: 850;
  color: var(--color-ink);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
  margin-left: auto;
  flex-shrink: 0;
}
.theme-toggle-btn:hover {
  transform: translateY(-1px);
  border-color: var(--brand-primary);
  box-shadow: 0 6px 18px var(--brand-glow);
}

.dashboard { display: grid; grid-template-columns: 205px 1fr; gap: 13px; margin-top: 12px; }

.sidebar { 
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.25) 100%); 
  backdrop-filter: blur(24px) saturate(200%); 
  -webkit-backdrop-filter: blur(24px) saturate(200%); 
  border: 1px solid rgba(255, 255, 255, 0.8); 
  border-radius: 17px; 
  padding: 16px; 
  box-shadow: 0 18px 60px rgba(32, 32, 51, 0.05), inset 0 1px 2px rgba(255, 255, 255, 0.95); 
  min-height: 650px; 
}
.section-title { font-size: 9px; letter-spacing: 1.8px; color: #868997; font-weight: 900; text-transform: uppercase; margin: 0 0 14px; }
.nav { display: flex; align-items: center; gap: 11px; padding: 12px 11px; border-radius: 10px; margin: 6px 0; font-size: 10px; font-weight: 750; color: #202330; border: 1px solid transparent; cursor: pointer; transition: .22s; }
.nav i { font-style: normal; width: 18px; text-align: center; font-size: 15px; }
.nav:hover, .nav.active { background: linear-gradient(90deg, var(--brand-light), var(--brand-light-hover)); border-color: var(--brand-border); color: var(--brand-primary); box-shadow: 0 8px 25px var(--brand-glow); }

.nav-badge {
  font-size: 6px;
  font-weight: 900;
  color: #ffffff;
  background: var(--brand-primary);
  padding: 2px 5px;
  border-radius: 99px;
  margin-left: auto;
  letter-spacing: 0.5px;
}

.side-card { border: 1px solid var(--color-border); background: var(--color-bg-card); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-radius: 13px; padding: 13px; margin-top: 17px; box-shadow: inset 0 1px 1.5px rgba(255, 255, 255, 0.9); }

/* Agent WebFlow Platform Status Card in Sidebar */
.platform-status-card {
  padding: 12px 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(247, 237, 243, 0.45) 100%);
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 6px 20px var(--brand-glow);
}
.status-title {
  display: block;
  font-size: 7.5px;
  font-weight: 900;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
  text-align: center;
}
.status-metrics-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.status-metric-item {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  padding: 5px 7px;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.status-dot.green { background: #38b977; box-shadow: 0 0 8px rgba(56, 185, 119, 0.6); }
.status-dot.orange { background: #D2691E; box-shadow: 0 0 8px rgba(210, 105, 30, 0.6); }
.status-dot.blue { background: #3b82f6; box-shadow: 0 0 8px rgba(59, 130, 246, 0.6); }
.status-text {
  font-size: 7.5px;
  font-weight: 850;
  color: var(--color-ink);
  line-height: 1.2;
}

/* Support Card */
.support { 
  display: flex; 
  flex-direction: column; 
  gap: 7px; 
  padding: 12px 10px; 
  border-radius: 14px;
  overflow: hidden;
}
.support-head { 
  display: block; 
  color: var(--color-ink); 
  font-size: 9px; 
  font-weight: 900; 
  text-transform: uppercase; 
  letter-spacing: 1.2px; 
  margin-bottom: 2px; 
}
.contact-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 8px;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 850;
  transition: all 0.25s ease;
  width: 100%;
  box-sizing: border-box;
}
.email-link {
  font-size: 8.5px;
  font-weight: 800;
  color: var(--brand-primary);
  background: var(--brand-light);
  border: 1px solid var(--brand-border);
  box-shadow: 0 4px 12px rgba(210, 105, 30, 0.08);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.email-link:hover {
  transform: translateY(-2px);
  background: var(--brand-light-hover);
  box-shadow: 0 8px 20px var(--brand-glow);
}

.phone-link {
  font-size: 12px;
  font-weight: 950;
  color: #ffffff !important;
  background: linear-gradient(135deg, #D2691E 0%, #e07425 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 20px rgba(210, 105, 30, 0.35);
  animation: contactGlow 2.5s infinite ease-in-out;
  white-space: nowrap;
  overflow: hidden;
}
.phone-link:hover {
  transform: scale(1.02) translateY(-2px);
  box-shadow: 0 10px 25px rgba(210, 105, 30, 0.6);
}

.contact-icon {
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  flex-shrink: 0;
}

.phone-pulse {
  animation: phoneRing 1.8s infinite ease-in-out;
}

.support-sub { 
  font-size: 7.5px; 
  color: var(--color-muted); 
  margin-top: 2px; 
  line-height: 1.4;
}

.main { 
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.25) 100%); 
  backdrop-filter: blur(24px) saturate(200%); 
  -webkit-backdrop-filter: blur(24px) saturate(200%); 
  border: 1px solid rgba(255, 255, 255, 0.8); 
  border-radius: 17px; 
  overflow: hidden; 
  box-shadow: 0 25px 80px rgba(32, 32, 51, 0.06), inset 0 1px 2px rgba(255, 255, 255, 0.95); 
}

/* Dynamic Tab Panels */
.tab-panel { display: none; animation: tabFadeIn 0.35s ease both; }
.tab-panel.active { display: block; }
@keyframes tabFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* Hero Section (Tab 1: Home) */
.hero { padding: 28px 28px 24px; position: relative; border-bottom: 1px solid rgba(238, 238, 242, 0.5); display: grid; grid-template-columns: 1fr 340px; gap: 20px; align-items: start; }
.hero-left { display: flex; flex-direction: column; }
.hero-right { display: flex; flex-direction: column; gap: 14px; }
.status { display: inline-flex; gap: 7px; align-items: center; padding: 8px 11px; border-radius: 99px; background: var(--brand-light); backdrop-filter: blur(10px); color: var(--brand-primary); font-size: 8px; font-weight: 900; width: fit-content; border: 1px solid rgba(255, 255, 255, 0.7); }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--brand-primary); animation: pulse 1.4s infinite; }
h1 { font-size: clamp(30px, 3.2vw, 46px); line-height: 1.02; letter-spacing: -2px; margin: 14px 0 10px; max-width: 520px; }
.grad { color: var(--brand-primary); }
.hero p { max-width: 520px; color: var(--color-muted); font-size: 11px; line-height: 1.65; margin: 0; }
.hero p strong { color: #1a1c28; }

/* Hero Key Highlights & Action Buttons */
.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 16px;
  max-width: 520px;
}
.highlight-item {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: 8px 10px;
  text-align: center;
  box-shadow: 0 4px 12px var(--brand-glow);
}
.highlight-val {
  display: block;
  font-size: 16px;
  font-weight: 950;
  color: var(--brand-primary);
  line-height: 1;
}
.highlight-lbl {
  display: block;
  font-size: 7.5px;
  font-weight: 850;
  color: var(--color-muted);
  margin-top: 3px;
  text-transform: uppercase;
}

.client-growth-card {
  max-width: 520px;
  margin-top: 11px;
  padding: 10px 12px 9px;
  border: 1px solid var(--brand-border);
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(255,255,255,.76), var(--brand-light));
  box-shadow: 0 6px 18px var(--brand-glow), inset 0 1px 0 rgba(255,255,255,.95);
}
.client-growth-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.client-growth-kicker {
  display: block;
  margin-bottom: 2px;
  color: var(--color-subtle);
  font-size: 6.3px;
  font-weight: 900;
  letter-spacing: .75px;
  text-transform: uppercase;
}
.client-growth-head strong {
  display: block;
  color: var(--color-ink);
  font-size: 10px;
  line-height: 1;
}
.client-growth-head strong span {
  color: var(--brand-primary);
  font-size: 18px;
  font-weight: 950;
}
.client-growth-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 7px;
  border-radius: 99px;
  background: rgba(56,185,119,.11);
  color: #15803d;
  font-size: 6.2px;
  font-weight: 900;
  white-space: nowrap;
}
.client-growth-live i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34,197,94,.13);
  animation: pulse 1.4s infinite;
}
.client-progress-track {
  height: 6px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(210,105,30,.12);
}
.client-progress-track > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary), #38b977);
  box-shadow: 0 0 10px var(--brand-glow);
}
.client-growth-foot {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
  color: var(--color-subtle);
  font-size: 5.8px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  max-width: 520px;
}
.cta-primary-hero {
  flex: 1;
  background: linear-gradient(135deg, #D2691E 0%, #e07425 100%);
  color: #ffffff;
  border: none;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(210, 105, 30, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  text-decoration: none;
}
.cta-primary-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(210, 105, 30, 0.6);
}
.cta-secondary-hero {
  flex: 1;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  color: var(--brand-primary);
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--brand-border);
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 900;
  transition: background 0.2s ease;
}
.cta-secondary-hero:hover {
  background: var(--brand-light-hover);
}

.stage-art { position: relative; width: 100%; height: 160px; border: 1px solid var(--stage-art-border); border-radius: 16px; background: linear-gradient(145deg, var(--stage-art-bg-start), var(--stage-art-bg-end)); backdrop-filter: blur(12px); box-shadow: 0 16px 40px var(--brand-glow); overflow: hidden; }
.stage-art:before { content: ""; position: absolute; inset: 20px; border: 1px dashed var(--stage-art-dashed); border-radius: 12px; }
.stage-art-logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-height: 75px; max-width: 180px; object-fit: contain; filter: brightness(0) drop-shadow(0 6px 16px rgba(0, 0, 0, 0.12)); transition: filter 0.3s ease; }
.build-tag { position: absolute; right: 22px; top: 80px; background: var(--stage-art-tag-bg); color: #fff; border-radius: 7px; padding: 4px 7px; font-size: 7px; font-weight: 850; }
.code-box { position: absolute; left: 16px; top: 14px; width: 38px; height: 38px; border-radius: 99px; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); display: grid; place-items: center; color: var(--stage-art-icon-color); font-size: 15px; box-shadow: 0 10px 25px var(--brand-glow); border: 1px solid rgba(255, 255, 255, 0.8); }
.gear { position: absolute; right: 14px; bottom: 14px; width: 38px; height: 38px; border-radius: 99px; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); display: grid; place-items: center; color: var(--stage-art-icon-color); font-size: 18px; box-shadow: 0 10px 25px var(--brand-glow); border: 1px solid rgba(255, 255, 255, 0.8); }
.cursor { position: absolute; right: 80px; bottom: 50px; width: 0; height: 0; border-left: 10px solid #15172a; border-top: 6px solid transparent; border-bottom: 6px solid transparent; transform: rotate(43deg); filter: drop-shadow(2px 3px 2px #0003); animation: cursorMove 4s ease-in-out infinite; }

.product-card { 
  background: var(--product-card-bg); 
  backdrop-filter: blur(18px); 
  -webkit-backdrop-filter: blur(18px); 
  border: 1px solid var(--product-card-border); 
  border-radius: 14px; 
  padding: 13px 14px; 
  box-shadow: 0 12px 35px var(--brand-glow), inset 0 1px 1.5px rgba(255, 255, 255, 0.95); 
  transition: transform .25s ease, box-shadow .25s ease; 
}
.product-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px var(--brand-glow); }
.product-header { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.product-icon { width: 32px; height: 32px; border-radius: 50%; background: var(--brand-light); color: var(--brand-primary); display: grid; place-items: center; font-size: 14px; flex-shrink: 0; border: 1px solid rgba(255, 255, 255, 0.7); }
.product-title-meta { flex: 1; }
.product-tag-row { display: flex; align-items: center; justify-content: space-between; }
.product-tag-row h3 { font-size: 12px; margin: 0; font-weight: 850; color: #1a1c29; }
.product-badge { font-size: 6.5px; font-weight: 850; color: #fff; background: linear-gradient(90deg, var(--product-badge-start), var(--product-badge-end)); padding: 2px 6px; border-radius: 99px; text-transform: uppercase; letter-spacing: 0.5px; }
.stars { font-size: 8px; color: var(--product-star-color); margin-top: 2px; }
.rating-val { color: #646777; font-weight: 700; font-size: 7.5px; margin-left: 3px; }
.product-desc { font-size: 8.5px; color: #555866; line-height: 1.5; margin: 0 0 9px; }
.product-flow { display: flex; align-items: center; justify-content: space-between; background: var(--product-flow-bg); backdrop-filter: blur(10px); border: 1px solid var(--product-flow-border); border-radius: 8px; padding: 6px 8px; margin-bottom: 10px; }
.flow-step { font-size: 7.5px; font-weight: 800; color: var(--product-flow-text); }
.flow-arrow { font-size: 8px; color: var(--brand-secondary); }
.product-actions { display: flex; gap: 6px; }
.btn-primary { flex: 1; background: var(--product-btn-primary-bg); color: #fff; text-align: center; text-decoration: none; border-radius: 8px; padding: 7px 8px; font-size: 8px; font-weight: 800; border: none; cursor: pointer; transition: opacity .2s; }
.btn-primary:hover { opacity: .9; }
.btn-secondary { flex: 1; background: var(--product-btn-sec-bg); color: var(--product-btn-sec-text); text-align: center; text-decoration: none; border: 1px solid var(--product-btn-sec-border); border-radius: 8px; padding: 7px 8px; font-size: 7.5px; font-weight: 800; transition: background .2s; }
.btn-secondary:hover { background: rgba(236, 223, 233, 0.85); }

.chips { display: flex; gap: 7px; margin-top: 18px; }
.chip { padding: 7px 9px; background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(10px); border: 1px solid var(--color-border); border-radius: 99px; font-size: 7px; font-weight: 800; }
.chip i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--chip-dot-designing); margin-right: 5px; }
.chip.blue i { background: var(--chip-dot-developing); }
.chip.green i { background: var(--chip-dot-deploying); }

.services { padding: 15px 15px 16px; background: rgba(255, 255, 255, 0.35); backdrop-filter: blur(16px); }
.services-head { text-align: center; }
.services-head h2 { font-size: 18px; margin: 0; }
.services-head p { font-size: 8px; color: #868997; margin: 5px 0 13px; }
.service-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.service { 
  border: 1px solid var(--service-card-border); 
  border-radius: 11px; 
  padding: 12px 8px; 
  text-align: center; 
  background: var(--service-card-bg); 
  backdrop-filter: blur(16px); 
  -webkit-backdrop-filter: blur(16px); 
  transition: all .25s ease; 
  cursor: pointer; 
  min-height: 112px; 
  box-shadow: inset 0 1px 1.5px rgba(255, 255, 255, 0.95);
}
.service:hover { transform: translateY(-5px); border-color: var(--service-card-hover-border); box-shadow: 0 14px 35px var(--brand-glow), inset 0 1px 2px rgba(255, 255, 255, 1); }
.service-icon { width: 38px; height: 38px; margin: 0 auto 8px; border-radius: 10px; background: var(--service-icon-bg); color: var(--service-icon-color); display: grid; place-items: center; font-size: 18px; animation: iconFloat 3.2s ease-in-out infinite; border: 1px solid rgba(255, 255, 255, 0.7); }
.service:nth-child(2) .service-icon { animation-delay: .2s; }
.service:nth-child(3) .service-icon { animation-delay: .4s; }
.service:nth-child(4) .service-icon { animation-delay: .6s; }
.service:nth-child(5) .service-icon { animation-delay: .8s; }
.service:nth-child(6) .service-icon { animation-delay: 1s; }
.service:nth-child(7) .service-icon { animation-delay: 1.2s; }
.service b { font-size: 8px; display: block; }
.service span { display: block; color: #868997; font-size: 6.5px; line-height: 1.4; margin-top: 5px; }

/* Moving Client Review Highlights */
.client-proof-section {
  padding: 27px 0 24px;
  overflow: hidden;
  border-top: 1px solid rgba(226,226,236,.72);
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(248,248,251,.68));
}
.client-proof-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px 17px;
}
.client-proof-eyebrow {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--brand-primary);
  font-size: 6.5px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.client-proof-head h2 {
  margin: 0;
  color: var(--color-ink);
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -.5px;
}
.client-proof-head p {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 8px;
}
.client-region-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
.client-region-summary span {
  padding: 5px 8px;
  border: 1px solid var(--color-border);
  border-radius: 99px;
  background: rgba(255,255,255,.76);
  color: var(--color-ink);
  font-size: 6.8px;
  font-weight: 850;
  white-space: nowrap;
}
.client-review-viewport {
  width: 100%;
  overflow: hidden;
  padding: 3px 0 8px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.client-review-track {
  display: flex;
  width: max-content;
  gap: 12px;
  padding-left: 12px;
  animation: clientReviewMarquee 44s linear infinite;
  will-change: transform;
}
.client-review-viewport:hover .client-review-track { animation-play-state: paused; }
.client-review-card {
  width: 225px;
  min-height: 145px;
  flex: 0 0 225px;
  padding: 13px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 8px 24px rgba(34,29,45,.07), inset 0 1px 0 rgba(255,255,255,.95);
}
.client-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.client-country {
  color: var(--color-ink);
  font-size: 7px;
  font-weight: 900;
}
.client-private {
  padding: 3px 6px;
  border-radius: 99px;
  background: var(--brand-light);
  color: var(--brand-primary);
  font-size: 5.8px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.client-review-card h3 {
  margin: 0 0 7px;
  color: var(--color-ink);
  font-size: 10px;
}
.client-review-label {
  display: block;
  margin-bottom: 3px;
  color: var(--color-subtle);
  font-size: 5.8px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.client-review-card p {
  min-height: 31px;
  margin: 0 0 10px;
  color: var(--color-muted);
  font-size: 7.2px;
  line-height: 1.5;
}
.client-review-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.client-review-tech span {
  padding: 3px 5px;
  border: 1px solid var(--brand-border);
  border-radius: 6px;
  background: var(--brand-light);
  color: var(--brand-primary);
  font-size: 5.8px;
  font-weight: 850;
}
.client-proof-note {
  margin: 10px 24px 0;
  color: var(--color-subtle);
  font-size: 6.3px;
  line-height: 1.5;
  text-align: center;
}
@keyframes clientReviewMarquee {
  to { transform: translateX(calc(-50% - 6px)); }
}

/* Home Page — Professional Web Application Pricing */
.home-pricing {
  position: relative;
  padding: 32px 24px 28px;
  overflow: hidden;
  border-top: 1px solid rgba(226, 226, 236, 0.75);
  background:
    radial-gradient(circle at 8% 0%, var(--brand-glow), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(248,248,251,0.75));
}
.home-pricing::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -95px;
  top: -110px;
  border-radius: 50%;
  background: var(--brand-glow);
  filter: blur(4px);
  pointer-events: none;
}
.home-pricing-header {
  position: relative;
  max-width: 690px;
  margin: 0 auto 22px;
  text-align: center;
}
.home-pricing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
  padding: 4px 9px;
  border: 1px solid var(--brand-border);
  border-radius: 99px;
  background: var(--brand-light);
  color: var(--brand-primary);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home-pricing-eyebrow::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #38b977;
  box-shadow: 0 0 0 3px rgba(56,185,119,0.13);
}
.home-pricing-header h2 {
  margin: 0;
  color: var(--color-ink);
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -0.7px;
}
.home-pricing-header > p {
  max-width: 600px;
  margin: 9px auto 12px;
  color: var(--color-muted);
  font-size: 9.5px;
  line-height: 1.6;
}
.home-pricing-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
}
.home-pricing-trust span {
  padding: 4px 8px;
  border: 1px solid var(--color-border);
  border-radius: 99px;
  background: rgba(255,255,255,0.72);
  color: var(--color-ink);
  font-size: 7px;
  font-weight: 800;
}
.home-pricing-clarity {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 1060px;
  margin: -7px auto 16px;
  padding: 10px 12px;
  border: 1px solid rgba(210,105,30,.22);
  border-radius: 12px;
  background: rgba(255,248,241,.88);
}
.home-clarity-icon {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 18px;
  border-radius: 50%;
  background: var(--brand-primary);
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 900;
}
.home-pricing-clarity p {
  margin: 0;
  color: var(--color-muted);
  font-size: 7.5px;
  line-height: 1.55;
}
.home-pricing-clarity strong { color: var(--color-ink); }
.home-pricing-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1060px;
  margin: 0 auto;
}
.home-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(222,220,230,0.95);
  border-radius: 18px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 12px 30px rgba(34,29,45,0.07), inset 0 1px 0 rgba(255,255,255,0.95);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.home-pricing-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary));
  opacity: .68;
}
.home-pricing-card:hover {
  transform: translateY(-5px);
  border-color: var(--brand-border);
  box-shadow: 0 18px 40px var(--brand-glow), inset 0 1px 0 rgba(255,255,255,1);
}
.home-plan-popular {
  border: 1.5px solid var(--brand-primary);
  background: linear-gradient(155deg, #ffffff 0%, var(--brand-light) 150%);
  box-shadow: 0 16px 38px var(--brand-glow), inset 0 1px 0 #ffffff;
}
.home-plan-popular::before {
  height: 5px;
  opacity: 1;
}
.home-plan-enterprise::before {
  background: linear-gradient(90deg, #0f172a, #475569);
}
.home-popular-label {
  position: absolute;
  top: 12px;
  right: 14px;
  padding: 4px 9px;
  border-radius: 99px;
  background: var(--brand-primary);
  color: #ffffff;
  box-shadow: 0 5px 12px var(--brand-glow);
  font-size: 6.5px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.home-plan-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
}
.home-plan-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  border: 1px solid var(--brand-border);
  border-radius: 9px;
  background: var(--brand-light);
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 950;
}
.home-plan-enterprise .home-plan-icon {
  border-color: #334155;
  background: #0f172a;
  color: #ffffff;
}
.home-plan-type {
  color: var(--color-subtle);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .85px;
  text-transform: uppercase;
}
.home-pricing-card h3 {
  margin: 0 0 4px;
  color: var(--color-ink);
  font-size: 18px;
  letter-spacing: -.35px;
}
.home-plan-summary {
  min-height: 40px;
  margin: 0;
  color: var(--color-muted);
  font-size: 8.5px;
  line-height: 1.55;
}
.home-plan-price {
  margin: 13px 0 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(226,226,236,.9);
  border-bottom: 1px solid rgba(226,226,236,.9);
}
.home-base-price-label {
  display: block;
  margin-bottom: 5px;
  color: var(--color-subtle);
  font-size: 6.5px;
  font-weight: 950;
  letter-spacing: .9px;
  text-transform: uppercase;
}
.home-price-offer {
  min-height: 17px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 3px;
}
.home-price-original {
  color: var(--color-subtle);
  font-size: 8px;
  font-weight: 800;
  text-decoration: line-through;
}
.home-price-discount {
  padding: 2px 6px;
  border-radius: 99px;
  background: #dcfce7;
  color: #15803d;
  font-size: 6.5px;
  font-weight: 950;
  letter-spacing: .4px;
}
.home-price-formula {
  color: var(--brand-primary);
  font-size: 7px;
  font-weight: 850;
}
.home-price-main {
  display: flex;
  align-items: flex-start;
  color: var(--color-ink);
  font-size: 27px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -1px;
}
.home-price-main > span:first-child {
  margin: 2px 2px 0 0;
  font-size: 13px;
  letter-spacing: 0;
}
.home-price-main .home-price-plus {
  margin: 1px 0 0 2px;
  color: var(--brand-primary);
  font-size: 15px;
}
.home-plan-price small {
  display: block;
  margin-top: 5px;
  color: var(--color-subtle);
  font-size: 6.8px;
  font-weight: 700;
}
.home-plan-includes {
  margin-bottom: 9px;
  color: var(--color-ink);
  font-size: 8px;
  font-weight: 900;
}
.home-plan-features {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0 0 17px;
}
.home-plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 7px;
  color: var(--color-ink);
  font-size: 8px;
  line-height: 1.4;
}
.home-plan-features i {
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  flex: 0 0 14px;
  border-radius: 50%;
  background: var(--brand-light);
  color: var(--brand-primary);
  font-size: 7px;
  font-style: normal;
  font-weight: 950;
}
.home-plan-features .home-security-feature {
  color: var(--brand-primary);
  font-weight: 850;
}
.home-plan-features .home-security-feature i {
  background: #dcfce7;
  color: #15803d;
}
.home-plan-features .home-security-premium {
  margin-left: -7px;
  margin-right: -7px;
  padding: 6px 7px;
  border: 1px solid var(--brand-border);
  border-radius: 8px;
  background: var(--brand-light);
}
.home-plan-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid var(--brand-border);
  border-radius: 10px;
  background: var(--brand-light);
  color: var(--brand-primary);
  text-decoration: none;
  font-size: 8px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.home-plan-cta:hover {
  transform: translateY(-2px);
  background: var(--brand-light-hover);
}
.home-plan-cta span { font-size: 11px; }
.home-plan-cta-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  color: #ffffff;
  box-shadow: 0 8px 18px var(--brand-glow);
}
.home-plan-cta-primary:hover {
  background: linear-gradient(135deg, var(--brand-secondary), var(--brand-primary));
  color: #ffffff;
}
.home-pricing-note {
  max-width: 760px;
  margin: 14px auto 0;
  color: var(--color-subtle);
  font-size: 7px;
  line-height: 1.5;
  text-align: center;
}

/* Dedicated Pricing Tab — Plans, Technology & Delivery */
.pricing-tab-header {
  background: linear-gradient(135deg, rgba(255,255,255,.55), var(--brand-light));
}
.pricing-tab-notice {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 18px 24px 0;
  padding: 12px 14px;
  border: 1px solid rgba(210,105,30,.24);
  border-radius: 13px;
  background: rgba(255,248,241,.9);
}
.pricing-notice-icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  flex: 0 0 20px;
  border-radius: 50%;
  background: var(--brand-primary);
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 900;
}
.pricing-tab-notice strong {
  display: block;
  margin-bottom: 3px;
  color: var(--color-ink);
  font-size: 9px;
}
.pricing-tab-notice p {
  margin: 0;
  color: var(--color-muted);
  font-size: 8px;
  line-height: 1.55;
}
.pricing-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px 24px 24px;
}
.pricing-detail-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(250,248,251,.68));
  box-shadow: 0 10px 28px rgba(34,29,45,.07), inset 0 1px 0 rgba(255,255,255,.95);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.pricing-detail-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary));
  opacity: .65;
}
.pricing-detail-card:hover {
  transform: translateY(-5px);
  border-color: var(--brand-border);
  box-shadow: 0 18px 38px var(--brand-glow), inset 0 1px 0 #ffffff;
}
.pricing-detail-featured {
  border: 1.5px solid var(--brand-primary);
  background: linear-gradient(155deg, #ffffff, var(--brand-light));
  box-shadow: 0 15px 36px var(--brand-glow), inset 0 1px 0 #ffffff;
}
.pricing-detail-featured::before { opacity: 1; }
.pricing-detail-enterprise::before {
  background: linear-gradient(90deg, #0f172a, #64748b);
  opacity: 1;
}
.pricing-detail-popular {
  position: absolute;
  top: 12px;
  right: 13px;
  padding: 4px 8px;
  border-radius: 99px;
  background: var(--brand-primary);
  color: #ffffff;
  font-size: 6.2px;
  font-weight: 950;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.pricing-detail-badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 7px;
  border-radius: 99px;
  background: var(--brand-light);
  color: var(--brand-primary);
  font-size: 6.5px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.pricing-detail-head h3 {
  margin: 0 0 4px;
  color: var(--color-ink);
  font-size: 19px;
  letter-spacing: -.4px;
}
.pricing-detail-head p {
  min-height: 40px;
  margin: 0;
  color: var(--color-muted);
  font-size: 8px;
  line-height: 1.55;
}
.pricing-detail-price {
  margin: 13px 0;
  padding: 12px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.pricing-base-label {
  display: block;
  margin-bottom: 5px;
  color: var(--color-subtle);
  font-size: 6.3px;
  font-weight: 950;
  letter-spacing: .85px;
  text-transform: uppercase;
}
.pricing-offer-row {
  min-height: 17px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 3px;
}
.pricing-offer-row del {
  color: var(--color-subtle);
  font-size: 8px;
  font-weight: 800;
}
.pricing-offer-row span {
  padding: 2px 6px;
  border-radius: 99px;
  background: #dcfce7;
  color: #15803d;
  font-size: 6.3px;
  font-weight: 950;
}
.pricing-detail-price > strong {
  display: block;
  color: var(--color-ink);
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -1px;
}
.pricing-detail-price sup {
  margin-right: 2px;
  font-size: 12px;
  letter-spacing: 0;
  vertical-align: top;
}
.pricing-detail-price em {
  margin-left: 2px;
  color: var(--brand-primary);
  font-size: 15px;
  font-style: normal;
}
.pricing-detail-price small {
  display: block;
  margin-top: 5px;
  color: var(--color-subtle);
  font-size: 6.7px;
  font-weight: 700;
}
.pricing-spec-block { margin-bottom: 13px; }
.pricing-spec-block h4 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 7px;
  color: var(--color-ink);
  font-size: 8px;
}
.pricing-spec-block h4 span {
  color: var(--brand-primary);
  font-size: 9px;
}
.pricing-tech-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.pricing-tech-pills span {
  padding: 3px 6px;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  background: rgba(255,255,255,.72);
  color: var(--color-ink);
  font-size: 6.5px;
  font-weight: 800;
}
.pricing-spec-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-spec-block li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 14px;
  color: var(--color-ink);
  font-size: 7.4px;
  line-height: 1.45;
}
.pricing-spec-block li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #15803d;
  font-weight: 950;
}
.pricing-security-box {
  margin: auto 0 14px;
  padding: 10px;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  background: #f0fdf4;
}
.pricing-security-box strong {
  display: block;
  margin-bottom: 4px;
  color: #166534;
  font-size: 7.5px;
}
.pricing-security-box p {
  margin: 0;
  color: #3f6250;
  font-size: 6.8px;
  line-height: 1.5;
}
.pricing-security-plus {
  border-color: var(--brand-border);
  background: var(--brand-light);
}
.pricing-security-plus strong,
.pricing-security-plus p { color: var(--brand-primary); }
.pricing-security-enterprise {
  border-color: #334155;
  background: #0f172a;
}
.pricing-security-enterprise strong { color: #ffffff; }
.pricing-security-enterprise p { color: #cbd5e1; }
.pricing-detail-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 11px;
  border: 1px solid var(--brand-border);
  border-radius: 10px;
  background: var(--brand-light);
  color: var(--brand-primary);
  text-decoration: none;
  font-size: 8px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}
.pricing-detail-cta:hover {
  transform: translateY(-2px);
  background: var(--brand-light-hover);
}
.pricing-detail-cta-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
  color: #ffffff;
  box-shadow: 0 7px 18px var(--brand-glow);
}
.pricing-detail-cta-primary:hover {
  background: linear-gradient(135deg, var(--brand-secondary), var(--brand-primary));
}
.pricing-delivery-section {
  padding: 0 0 24px;
  border-top: 1px solid rgba(226,226,236,.65);
}
.pricing-delivery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  padding: 0 24px;
}
.pricing-delivery-step {
  position: relative;
  padding: 13px 11px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
}
.pricing-delivery-step > span {
  display: block;
  margin-bottom: 7px;
  color: var(--brand-primary);
  font-size: 7px;
  font-weight: 950;
  letter-spacing: 1px;
}
.pricing-delivery-step strong {
  display: block;
  margin-bottom: 4px;
  color: var(--color-ink);
  font-size: 8px;
}
.pricing-delivery-step p {
  margin: 0;
  color: var(--color-muted);
  font-size: 6.7px;
  line-height: 1.45;
}

/* Subpage Tab Header & Translucent Panels */
.tab-header { padding: 24px 28px 18px; border-bottom: 1px solid rgba(238, 238, 242, 0.5); }
.tab-badge { display: inline-block; font-size: 7.5px; font-weight: 850; color: var(--brand-primary); background: var(--brand-light); backdrop-filter: blur(10px); padding: 3px 8px; border-radius: 99px; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 8px; border: 1px solid rgba(255, 255, 255, 0.7); }
.tab-header h2 { font-size: 20px; margin: 0 0 6px; color: var(--color-ink); font-weight: 850; }
.tab-header p { font-size: 11px; color: var(--color-muted); margin: 0; }

/* Early Customer 40% Discount Banner */
.early-bird-banner {
  margin: 20px 24px 0;
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.9) 0%, rgba(224, 116, 37, 0.9) 100%);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  box-shadow: 0 8px 25px rgba(210, 105, 30, 0.35);
  color: #ffffff;
}
.banner-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fire-icon {
  font-size: 22px;
}
.banner-left strong {
  display: block;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.banner-left span {
  display: block;
  font-size: 8.5px;
  opacity: 0.9;
  margin-top: 2px;
}
.banner-cta {
  background: #ffffff;
  color: var(--brand-primary);
  text-decoration: none;
  font-size: 9px;
  font-weight: 900;
  padding: 8px 14px;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.2s ease;
}
.banner-cta:hover {
  transform: scale(1.05);
}

/* Branded Live QR Code Generator Widget Styles */
.qr-generator-widget {
  margin: 20px 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.35) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 20px;
  box-shadow: 0 10px 30px var(--brand-glow), inset 0 1px 1.5px rgba(255, 255, 255, 0.95);
}
.gen-badge {
  display: inline-block;
  font-size: 7.5px;
  font-weight: 850;
  color: var(--brand-primary);
  background: var(--brand-light);
  padding: 2px 7px;
  border-radius: 99px;
  margin-bottom: 6px;
}
.qr-gen-title h3 {
  font-size: 16px;
  margin: 0 0 6px;
  color: var(--color-ink);
  font-weight: 850;
}
.qr-gen-title p {
  font-size: 9.5px;
  color: var(--color-muted);
  margin: 0 0 16px;
  line-height: 1.5;
}
.qr-form-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form-group label {
  font-size: 8.5px;
  font-weight: 850;
  color: var(--color-ink);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-group input, .form-group select {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(200, 200, 215, 0.8);
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 9.5px;
  color: var(--color-ink);
  outline: none;
  transition: border-color 0.2s ease;
}
.form-group input:focus, .form-group select:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 8px var(--brand-glow);
}
.btn-generate-qr {
  background: linear-gradient(135deg, #D2691E 0%, #e07425 100%);
  color: #ffffff;
  border: none;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(210, 105, 30, 0.35);
  transition: transform 0.2s ease;
  margin-top: 4px;
}
.btn-generate-qr:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(210, 105, 30, 0.5);
}

/* Quality Selection Pills (1080p, 720p, 480p) */
.quality-pills-selector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 4px;
}
.quality-pill {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
  background: rgba(255, 255, 255, 0.8);
  border: 1.5px solid var(--color-border);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}
.quality-pill input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.quality-pill .pill-badge {
  font-size: 7px;
  font-weight: 850;
  color: var(--color-muted);
  letter-spacing: 0.5px;
}
.quality-pill .pill-res {
  font-size: 12px;
  font-weight: 900;
  color: var(--color-ink);
  margin-top: 1px;
}
.quality-pill:hover {
  border-color: var(--brand-primary);
  background: var(--brand-light);
}
.quality-pill.active {
  border-color: var(--brand-primary);
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.12) 0%, rgba(224, 116, 37, 0.18) 100%);
  box-shadow: 0 4px 12px var(--brand-glow);
}
.quality-pill.active .pill-badge {
  color: var(--brand-primary);
}
.quality-pill.active .pill-res {
  color: var(--brand-primary);
}

/* Custom Logo Upload UI */
.logo-upload-group {
  animation: fadeIn 0.3s ease;
}
.custom-file-upload {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px dashed var(--brand-border);
  border-radius: 8px;
  padding: 6px 10px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.custom-file-upload:hover {
  background: var(--brand-light);
}
.custom-file-upload input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.file-upload-btn {
  font-size: 9px;
  font-weight: 850;
  color: var(--brand-primary);
  background: rgba(210, 105, 30, 0.1);
  padding: 4px 8px;
  border-radius: 6px;
  pointer-events: none;
  white-space: nowrap;
}
.file-name-span {
  font-size: 8.5px;
  color: var(--color-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}
.logo-preview-box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  border: 1px solid var(--color-border);
}
#logo-preview-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
}
.logo-preview-box .preview-text {
  font-size: 8px;
  font-weight: 800;
  color: #38b977;
}

/* Form Section Divider & Custom Color Picker Row */
.form-section-divider {
  font-size: 8.5px;
  font-weight: 900;
  color: var(--brand-primary);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--brand-border);
}
.color-picker-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.color-picker-row select {
  flex: 1;
}
#qr-custom-color {
  width: 34px;
  height: 32px;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  cursor: pointer;
  background: none;
  overflow: hidden;
}
#qr-custom-color::-webkit-color-swatch-wrapper {
  padding: 0;
}
#qr-custom-color::-webkit-color-swatch {
  border: none;
  border-radius: 6px;
}

.canvas-wrapper {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}
.resolution-badge {
  display: inline-block;
  font-size: 8px;
  font-weight: 900;
  color: var(--brand-primary);
  background: rgba(210, 105, 30, 0.12);
  border: 1px solid rgba(210, 105, 30, 0.25);
  padding: 3px 10px;
  border-radius: 99px;
  letter-spacing: 0.3px;
  text-align: center;
}
#custom-qr-canvas {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.btn-download-qr {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--brand-primary);
  border: 1px solid var(--brand-border);
  padding: 9px;
  border-radius: 8px;
  font-size: 8.5px;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.2s ease;
  text-align: center;
}
.btn-download-qr:hover {
  background: var(--brand-light-hover);
}
.btn-download-qr:disabled {
  cursor: wait;
  opacity: 0.55;
}

/* Pricing Grid Styles */
.pricing-grid {
  padding: 16px 24px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.pricing-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 8px 25px var(--brand-glow), inset 0 1px 1.5px rgba(255, 255, 255, 0.95);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.pricing-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-border);
}
.featured-plan {
  border: 2px solid var(--brand-primary);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(247, 237, 243, 0.6) 100%);
  box-shadow: 0 12px 35px rgba(210, 105, 30, 0.25);
}
.popular-ribbon {
  position: absolute;
  top: -10px;
  right: 20px;
  background: var(--brand-primary);
  color: #ffffff;
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 99px;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 10px rgba(210, 105, 30, 0.4);
}
.plan-header h4 {
  font-size: 15px;
  margin: 6px 0 4px;
  color: var(--color-ink);
}
.plan-header p {
  font-size: 9px;
  color: var(--color-muted);
  margin: 0 0 14px;
  line-height: 1.4;
}
.plan-badge {
  font-size: 7px;
  font-weight: 850;
  color: var(--brand-primary);
  background: var(--brand-light);
  padding: 2px 7px;
  border-radius: 99px;
  text-transform: uppercase;
}
.plan-price-block {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(220, 220, 230, 0.8);
}
.price-coming-soon {
  display: block;
  font-size: 14px;
  font-weight: 900;
  color: var(--brand-primary);
}
.plan-monthly-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: var(--brand-primary);
}
.plan-monthly-price strong {
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.8px;
}
.plan-monthly-price span {
  color: var(--color-muted);
  font-size: 9px;
  font-weight: 650;
}
.plan-price-offer {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 5px;
}
.plan-price-offer del {
  color: var(--color-subtle);
  font-size: 9px;
  font-weight: 700;
}
.discount-pill {
  display: inline-block;
  font-size: 7.5px;
  font-weight: 850;
  color: #ffffff;
  background: #38b977;
  padding: 2px 6px;
  border-radius: 99px;
  margin-top: 0;
}
.plan-price-copy {
  color: var(--color-muted);
  font-size: 8.5px;
  line-height: 1.45;
  margin: 10px 0 0;
}
.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  flex: 1;
}
.plan-features li {
  font-size: 9px;
  color: var(--color-ink);
  margin-bottom: 7px;
  line-height: 1.4;
}
.plan-btn {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  color: var(--brand-primary);
  border: 1px solid var(--brand-border);
  text-decoration: none;
  padding: 9px 12px;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 900;
  transition: all 0.2s ease;
}
.plan-btn:hover {
  background: var(--brand-light-hover);
}
.plan-btn span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.plan-btn-note {
  display: block;
  margin-top: 7px;
  color: var(--color-muted);
  font-size: 7.5px;
  text-align: center;
}
.featured-btn {
  background: linear-gradient(135deg, #D2691E 0%, #e07425 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 6px 20px rgba(210, 105, 30, 0.4);
}
.featured-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(210, 105, 30, 0.6);
}

/* FAQ Container & Accordion Card Styles */
.faq-container {
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--color-border);
  border-radius: 13px;
  padding: 14px 16px;
  box-shadow: 0 6px 20px var(--brand-glow), inset 0 1px 1.5px rgba(255, 255, 255, 0.95);
}
.faq-card h4 {
  font-size: 11.5px;
  font-weight: 850;
  margin: 0 0 6px;
  color: var(--color-ink);
}
.faq-card p {
  font-size: 9.5px;
  color: var(--color-muted);
  line-height: 1.55;
  margin: 0;
}

/* ReviewBro AI Dedicated Product Hub Styles */
.reviewbro-hero-grid {
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 18px;
}
.rb-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 25px var(--brand-glow), inset 0 1px 1.5px rgba(255, 255, 255, 0.95);
}
.rb-tag-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.rb-chip {
  font-size: 7.5px;
  font-weight: 850;
  color: var(--brand-primary);
  background: var(--brand-light);
  padding: 3px 8px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.rb-main-card h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: var(--color-ink);
  font-weight: 850;
  line-height: 1.2;
}
.rb-main-card p {
  font-size: 10.5px;
  color: var(--color-muted);
  line-height: 1.6;
  margin: 0 0 16px;
}
.rb-highlights-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}
.rb-highlight {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.rb-h-val {
  display: block;
  font-size: 18px;
  font-weight: 950;
  color: var(--brand-primary);
}
.rb-h-lbl {
  display: block;
  font-size: 7px;
  font-weight: 850;
  color: var(--color-muted);
  margin-top: 3px;
  text-transform: uppercase;
}
.rb-hero-actions {
  display: flex;
  gap: 10px;
}

/* Stand Mockup Preview Card */
.rb-preview-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.rb-qr-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--brand-light);
  color: var(--brand-primary);
  display: grid;
  place-items: center;
  font-size: 16px;
}
.rb-preview-header h4 {
  font-size: 12px;
  margin: 0;
  font-weight: 850;
}
.rb-preview-header small {
  font-size: 7.5px;
  color: var(--color-muted);
}
.qr-stand-mock {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(245, 237, 243, 0.7));
  border: 2px solid var(--brand-primary);
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(210, 105, 30, 0.2);
}
.stand-qr-box {
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  display: grid;
  place-items: center;
  border: 1px solid #ddd;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
}
.qr-pattern {
  width: 70px;
  height: 70px;
  background-image: radial-gradient(#000 2px, transparent 2px);
  background-size: 8px 8px;
}
.qr-logo-overlay {
  position: absolute;
  width: 22px;
  height: 22px;
  background: var(--brand-primary);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
}
.stand-text strong {
  display: block;
  font-size: 10px;
  color: #1a1c29;
}
.stand-text span {
  display: block;
  font-size: 7.5px;
  color: var(--color-muted);
  margin-top: 3px;
}
.stars-gold {
  color: #ffb41e;
  font-size: 11px;
  margin-top: 6px;
}

.platform-logos {
  margin-top: 14px;
  border-top: 1px solid rgba(230, 230, 235, 0.6);
  padding-top: 10px;
}
.platform-logos span {
  display: block;
  font-size: 7.5px;
  font-weight: 850;
  color: var(--color-muted);
  margin-bottom: 6px;
}
.plat-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.plat-tag {
  font-size: 7px;
  font-weight: 800;
  color: var(--color-ink);
  background: rgba(245, 244, 250, 0.7);
  padding: 3px 6px;
  border-radius: 6px;
  border: 1px solid rgba(230, 228, 238, 0.8);
}

.section-divider {
  padding: 20px 24px 8px;
}
.section-divider h3 {
  font-size: 15px;
  font-weight: 850;
  margin: 0 0 4px;
  color: var(--color-ink);
}
.section-divider p {
  font-size: 9.5px;
  color: var(--color-muted);
  margin: 0;
}

.tab-grid-2col { padding: 16px 24px 20px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.content-card { 
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%); 
  backdrop-filter: blur(18px); 
  -webkit-backdrop-filter: blur(18px); 
  border: 1px solid var(--color-border); 
  border-radius: 14px; 
  padding: 18px; 
  box-shadow: 0 8px 25px var(--brand-glow), inset 0 1px 1.5px rgba(255, 255, 255, 0.95); 
  transition: transform 0.25s ease, border-color 0.25s ease; 
}
.content-card:hover { transform: translateY(-3px); border-color: var(--brand-border); }
.content-card-icon { width: 36px; height: 36px; border-radius: 10px; background: var(--brand-light); color: var(--brand-primary); display: grid; place-items: center; font-weight: 900; font-size: 16px; margin-bottom: 12px; border: 1px solid rgba(255, 255, 255, 0.7); }
.content-card h3 { font-size: 13px; margin: 0 0 8px; color: var(--color-ink); font-weight: 800; }
.content-card p { font-size: 10px; color: var(--color-muted); line-height: 1.5; margin: 0 0 12px; }
.feature-bullets { list-style: none; padding: 0; margin: 0 0 14px; }
.feature-bullets li { font-size: 9px; color: #353846; margin-bottom: 5px; position: relative; padding-left: 14px; }
.feature-bullets li:before { content: "✓"; position: absolute; left: 0; color: var(--brand-primary); font-weight: 900; }
.card-btn { display: inline-block; font-size: 8px; font-weight: 800; color: var(--brand-primary); background: var(--brand-light); border: 1px solid var(--brand-border); padding: 6px 10px; border-radius: 7px; text-decoration: none; transition: background 0.2s; }
.card-btn:hover { background: var(--brand-light-hover); }

/* Timeline (Workflow Tab) */
.timeline-container { padding: 16px 24px 20px; display: flex; flex-direction: column; gap: 14px; }
.timeline-step { 
  display: flex; 
  gap: 16px; 
  align-items: flex-start; 
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%); 
  backdrop-filter: blur(18px); 
  -webkit-backdrop-filter: blur(18px); 
  border: 1px solid var(--color-border); 
  border-radius: 13px; 
  padding: 14px 16px; 
  box-shadow: 0 6px 20px var(--brand-glow), inset 0 1px 1.5px rgba(255, 255, 255, 0.95); 
}
.step-num { width: 32px; height: 32px; border-radius: 50%; background: var(--brand-primary); color: #ffffff; font-weight: 900; font-size: 12px; display: grid; place-items: center; flex-shrink: 0; }
.step-body h4 { font-size: 12px; margin: 0 0 4px; color: var(--color-ink); font-weight: 800; }
.step-body p { font-size: 9.5px; color: var(--color-muted); line-height: 1.5; margin: 0 0 8px; }
.step-tags { display: flex; gap: 6px; }
.step-tags span { font-size: 7px; font-weight: 800; color: var(--brand-primary); background: var(--brand-light); padding: 2px 7px; border-radius: 99px; border: 1px solid rgba(255, 255, 255, 0.7); }

/* Tech Grid (Technologies Tab) */
.tech-grid { padding: 20px 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.tech-card { 
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%); 
  backdrop-filter: blur(18px); 
  -webkit-backdrop-filter: blur(18px); 
  border: 1px solid var(--color-border); 
  border-radius: 13px; 
  padding: 16px; 
  box-shadow: 0 6px 20px var(--brand-glow), inset 0 1px 1.5px rgba(255, 255, 255, 0.95); 
}
.tech-category { font-size: 11px; font-weight: 850; color: var(--brand-primary); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.tech-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.tech-pill { font-size: 8px; font-weight: 800; color: #202330; background: rgba(245, 244, 250, 0.7); backdrop-filter: blur(8px); border: 1px solid rgba(231, 229, 238, 0.8); padding: 4px 8px; border-radius: 7px; }

/* Metrics Grid (Process Tab) */
.metrics-grid { padding: 16px 24px 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.metric-card { 
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%); 
  backdrop-filter: blur(18px); 
  -webkit-backdrop-filter: blur(18px); 
  border: 1px solid var(--color-border); 
  border-radius: 13px; 
  padding: 18px; 
  text-align: center; 
  box-shadow: 0 6px 20px var(--brand-glow), inset 0 1px 1.5px rgba(255, 255, 255, 0.95); 
}
.metric-val { font-size: 26px; font-weight: 950; color: var(--brand-primary); margin-bottom: 4px; }
.metric-label { font-size: 10px; font-weight: 850; color: var(--color-ink); margin-bottom: 6px; }
.metric-card p { font-size: 8.5px; color: var(--color-muted); margin: 0; }

/* Magic Hub (Magic Tab) */
.magic-showcase { padding: 20px 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.magic-card { 
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%); 
  backdrop-filter: blur(18px); 
  -webkit-backdrop-filter: blur(18px); 
  border: 1px solid var(--color-border); 
  border-radius: 14px; 
  padding: 18px; 
  box-shadow: 0 8px 25px var(--brand-glow), inset 0 1px 1.5px rgba(255, 255, 255, 0.95); 
}
.magic-header { display: flex; gap: 12px; align-items: center; margin-bottom: 10px; }
.magic-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--brand-light); color: var(--brand-primary); display: grid; place-items: center; font-size: 16px; border: 1px solid rgba(255, 255, 255, 0.7); }
.magic-header h4 { font-size: 13px; margin: 0 0 2px; color: var(--color-ink); }
.magic-tag { font-size: 7px; font-weight: 850; color: var(--brand-primary); background: var(--brand-light); padding: 2px 6px; border-radius: 99px; text-transform: uppercase; border: 1px solid rgba(255, 255, 255, 0.7); }
.magic-card p { font-size: 9px; color: var(--color-muted); line-height: 1.5; margin: 0 0 12px; }
.magic-actions { display: flex; }

/* Legal Pages — Terms & Conditions / Privacy Policy */
.legal-tab-header {
  background: linear-gradient(135deg, rgba(255,255,255,.62), var(--brand-light));
}
.legal-shell {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 24px 28px;
}
.legal-meta-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 12px;
  padding: 10px 13px;
  border: 1px solid var(--brand-border);
  border-radius: 11px;
  background: var(--brand-light);
  color: var(--color-muted);
  font-size: 7.5px;
}
.legal-meta-bar strong { color: var(--brand-primary); }
.legal-document {
  padding: 4px 22px;
  border: 1px solid var(--color-border);
  border-radius: 17px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 12px 32px rgba(34,29,45,.07), inset 0 1px 0 rgba(255,255,255,.95);
}
.legal-document section {
  padding: 17px 0;
  border-bottom: 1px solid rgba(226,226,236,.8);
}
.legal-document section:last-child { border-bottom: 0; }
.legal-document h3 {
  margin: 0 0 7px;
  color: var(--color-ink);
  font-size: 11px;
  line-height: 1.35;
}
.legal-document p,
.legal-document li {
  color: var(--color-muted);
  font-size: 8.5px;
  line-height: 1.7;
}
.legal-document p { margin: 0; }
.legal-document ul {
  margin: 8px 0 0;
  padding-left: 18px;
}
.legal-document li { margin-bottom: 5px; }
.legal-document li:last-child { margin-bottom: 0; }
.legal-document li strong { color: var(--color-ink); }
.legal-document a {
  color: var(--brand-primary);
  font-weight: 850;
  text-decoration: none;
}
.legal-document a:hover { text-decoration: underline; }
.legal-callout {
  margin: 9px 0;
  padding: 10px 12px;
  border: 1px solid rgba(210,105,30,.24);
  border-left: 3px solid var(--brand-primary);
  border-radius: 9px;
  background: rgba(255,248,241,.9);
  color: var(--color-muted);
  font-size: 8.3px;
  line-height: 1.6;
}
.legal-callout strong { color: var(--color-ink); }

.bottom { 
  margin-top: 11px; 
  background: linear-gradient(90deg, var(--bottom-bg-start), var(--bottom-bg-end)); 
  backdrop-filter: blur(18px); 
  -webkit-backdrop-filter: blur(18px); 
  border: 1px solid var(--bottom-border); 
  border-radius: 14px; 
  padding: 13px 18px; 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  gap: 15px; 
  box-shadow: inset 0 1px 1.5px rgba(255, 255, 255, 0.95);
}
.bottom-brand { display: flex; align-items: center; gap: 10px; }
.bottom-logo-img { 
  height: 28px; 
  width: auto; 
  object-fit: contain; 
  filter: brightness(0); 
  transition: filter 0.3s ease; 
}
.bottom-brand b { font-size: 10px; }
.bottom-brand span { display: block; color: #757885; font-size: 8px; margin-top: 2px; }
.bottom-phone-link { color: var(--brand-primary); font-size: 12px; font-weight: 950; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.bottom-phone-link:hover { text-decoration: underline; }
.bottom-legal-links {
  display: flex;
  gap: 9px;
  margin-top: 4px;
}
.bottom-legal-links button {
  appearance: none;
  padding: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--brand-primary);
  font: inherit;
  font-size: 7px;
  font-weight: 850;
  cursor: pointer;
}
.bottom-legal-links button:hover { border-bottom-color: currentColor; }

.badges { display: flex; gap: 7px; }
.badge { padding: 7px 9px; background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(8px); border: 1px solid var(--bottom-badge-border); border-radius: 8px; font-size: 7.5px; font-weight: 800; }
.phone-badge { color: var(--brand-primary); border-color: rgba(210, 105, 30, 0.4); font-size: 9px; font-weight: 900; background: var(--brand-light); }

.cta { 
  background: linear-gradient(135deg, #D2691E 0%, #e07425 100%); 
  color: #ffffff; 
  text-decoration: none; 
  padding: 10px 16px; 
  border-radius: 10px; 
  font-size: 10.5px; 
  font-weight: 900; 
  letter-spacing: 0.5px; 
  box-shadow: 0 6px 20px rgba(210, 105, 30, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-pulse { animation: ctaPulse 2.2s infinite ease-in-out; }
.cta:hover { transform: scale(1.05); box-shadow: 0 10px 28px rgba(210, 105, 30, 0.6); }

/* Keyframe Animations for Contact Elements */
@keyframes contactGlow {
  0%, 100% { box-shadow: 0 6px 20px rgba(210, 105, 30, 0.35); }
  50% { box-shadow: 0 8px 28px rgba(210, 105, 30, 0.65), 0 0 12px rgba(255, 170, 102, 0.6); }
}

@keyframes phoneRing {
  0%, 100% { transform: rotate(0deg) scale(1); }
  15% { transform: rotate(-15deg) scale(1.15); }
  30% { transform: rotate(15deg) scale(1.15); }
  45% { transform: rotate(-10deg) scale(1.1); }
  60% { transform: rotate(10deg) scale(1.1); }
  75% { transform: rotate(0deg) scale(1); }
}

@keyframes ctaPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 6px 20px rgba(210, 105, 30, 0.4); }
  50% { transform: scale(1.04); box-shadow: 0 10px 30px rgba(210, 105, 30, 0.7); }
}

/* Animated Under Construction Bottom Marquee Banner */
.construction-ticker-wrap {
  margin-top: 14px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary));
  border-radius: 12px;
  padding: 8px 0;
  overflow: hidden;
  box-shadow: 0 8px 25px var(--brand-glow);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ticker-track {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  animation: tickerMove 20s linear infinite;
  font-size: 8.5px;
  font-weight: 850;
  color: #ffffff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@keyframes tickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ==========================================================================
   4. ULTRA-LUXURIOUS DARK THEME OVERRIDES (Theme HEX: #343148 + Vibrant Glass)
   ========================================================================== */
body[data-theme="dark"] {
  --color-ink: #ffffff;
  --color-muted: #dcd6e8;
  --color-subtle: #a8a2b8;
  --color-bg-page: #171524;
  --color-bg-card: rgba(52, 49, 72, 0.6);
  --color-border: rgba(255, 255, 255, 0.18);
  --brand-light: rgba(210, 105, 30, 0.35);
  --brand-light-hover: rgba(210, 105, 30, 0.5);
  --brand-border: rgba(255, 170, 102, 0.5);
}

/* Brilliant Glowing White Logo in Dark Mode with Cyber Pulse */
body[data-theme="dark"] .brand-logo {
  filter: brightness(0) invert(1) drop-shadow(0 0 3px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.75)) drop-shadow(0 0 22px rgba(255, 255, 255, 0.45));
  animation: logoWhiteGlowPulse 3.5s ease-in-out infinite alternate;
}
body[data-theme="dark"] .brand-link:hover .brand-logo {
  transform: scale(1.06);
  filter: brightness(0) invert(1) drop-shadow(0 0 6px #ffffff) drop-shadow(0 0 18px rgba(255, 255, 255, 1)) drop-shadow(0 0 36px rgba(255, 255, 255, 0.8)) !important;
}

@keyframes logoWhiteGlowPulse {
  0% {
    filter: brightness(0) invert(1) drop-shadow(0 0 2px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.65)) drop-shadow(0 0 18px rgba(255, 255, 255, 0.35));
  }
  100% {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px #ffffff) drop-shadow(0 0 15px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 28px rgba(255, 255, 255, 0.6));
  }
}

body[data-theme="dark"] .stage-art-logo,
body[data-theme="dark"] .bottom-logo-img {
  filter: brightness(0) invert(1) drop-shadow(0 0 6px rgba(255, 255, 255, 0.85)) drop-shadow(0 0 16px rgba(255, 255, 255, 0.5));
}

body[data-theme="dark"] .awf-page {
  background: radial-gradient(circle at 50% 20%, rgba(210, 105, 30, 0.25) 0%, rgba(122, 84, 113, 0.35) 45%, #12101c 100%), linear-gradient(135deg, #262235 0%, #0e0d16 100%);
}

body[data-theme="dark"] .browserbar,
body[data-theme="dark"] .sidebar,
body[data-theme="dark"] .main {
  background: linear-gradient(135deg, rgba(62, 57, 85, 0.65) 0%, rgba(32, 29, 45, 0.4) 100%);
  backdrop-filter: blur(24px) saturate(200%);
  -webkit-backdrop-filter: blur(24px) saturate(200%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55), inset 0 1px 1.5px rgba(255, 255, 255, 0.3);
}

body[data-theme="dark"] .services {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: none;
}

body[data-theme="dark"] .stage-art {
  background: linear-gradient(145deg, rgba(62, 57, 85, 0.8), rgba(30, 28, 42, 0.8));
  border: 1px solid rgba(255, 170, 102, 0.5);
  box-shadow: 0 16px 40px rgba(210, 105, 30, 0.25);
}

/* High Contrast Glowing Icons in Dark Mode */
body[data-theme="dark"] .service-icon,
body[data-theme="dark"] .product-icon,
body[data-theme="dark"] .content-card-icon,
body[data-theme="dark"] .magic-icon,
body[data-theme="dark"] .rb-qr-icon {
  background: linear-gradient(135deg, #D2691E 0%, #ff8c3a 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(210, 105, 30, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

body[data-theme="dark"] .code-box,
body[data-theme="dark"] .gear {
  background: linear-gradient(135deg, #D2691E 0%, #ff8c3a 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 6px 20px rgba(210, 105, 30, 0.5) !important;
}

body[data-theme="dark"] .product-card,
body[data-theme="dark"] .content-card,
body[data-theme="dark"] .timeline-step,
body[data-theme="dark"] .tech-card,
body[data-theme="dark"] .metric-card,
body[data-theme="dark"] .magic-card,
body[data-theme="dark"] .service,
body[data-theme="dark"] .side-card,
body[data-theme="dark"] .platform-status-card,
body[data-theme="dark"] .highlight-item,
body[data-theme="dark"] .status-metric-item,
body[data-theme="dark"] .cta-secondary-hero,
body[data-theme="dark"] .rb-card,
body[data-theme="dark"] .rb-highlight,
body[data-theme="dark"] .pricing-card,
body[data-theme="dark"] .faq-card,
body[data-theme="dark"] .qr-generator-widget,
body[data-theme="dark"] .canvas-wrapper {
  background: linear-gradient(135deg, rgba(62, 57, 85, 0.6) 0%, rgba(35, 32, 50, 0.35) 100%);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.22);
}

body[data-theme="dark"] .form-group input,
body[data-theme="dark"] .form-group select {
  background: rgba(35, 32, 50, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

body[data-theme="dark"] .featured-plan {
  border-color: rgba(255, 170, 102, 0.7);
}

body[data-theme="dark"] .plan-btn,
body[data-theme="dark"] .btn-download-qr {
  background: rgba(62, 57, 85, 0.75);
  color: #ffaa66;
  border-color: rgba(255, 170, 102, 0.4);
}

body[data-theme="dark"] .qr-stand-mock {
  background: linear-gradient(145deg, rgba(62, 57, 85, 0.9), rgba(30, 28, 42, 0.9));
  border-color: rgba(255, 170, 102, 0.6);
}

body[data-theme="dark"] .stand-text strong {
  color: #ffffff;
}

body[data-theme="dark"] .bottom {
  background: linear-gradient(90deg, rgba(62, 57, 85, 0.75) 0%, rgba(35, 32, 50, 0.55) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1.5px rgba(255, 255, 255, 0.3);
}
body[data-theme="dark"] .legal-tab-header {
  background: linear-gradient(135deg, rgba(62,57,85,.55), rgba(35,32,50,.45));
}
body[data-theme="dark"] .legal-meta-bar {
  border-color: rgba(255,170,102,.28);
  background: rgba(210,105,30,.09);
  color: #d2ccdf;
}
body[data-theme="dark"] .legal-meta-bar strong { color: #ffaa66; }
body[data-theme="dark"] .legal-document {
  border-color: rgba(255,255,255,.16);
  background: linear-gradient(145deg, rgba(62,57,85,.68), rgba(35,32,50,.52));
  box-shadow: 0 14px 34px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.1);
}
body[data-theme="dark"] .legal-document section { border-color: rgba(255,255,255,.12); }
body[data-theme="dark"] .legal-document h3,
body[data-theme="dark"] .legal-document li strong,
body[data-theme="dark"] .legal-callout strong { color: #ffffff; }
body[data-theme="dark"] .legal-document p,
body[data-theme="dark"] .legal-document li,
body[data-theme="dark"] .legal-callout { color: #d2ccdf; }
body[data-theme="dark"] .legal-document a,
body[data-theme="dark"] .bottom-legal-links button { color: #ffaa66; }
body[data-theme="dark"] .legal-callout {
  border-color: rgba(255,170,102,.25);
  border-left-color: #ffaa66;
  background: rgba(210,105,30,.09);
}

body[data-theme="dark"] .product-flow {
  background: rgba(35, 32, 50, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
}

body[data-theme="dark"] .address {
  background: rgba(32, 29, 45, 0.8);
  color: #e0daf0;
}

body[data-theme="dark"] .nav {
  color: #ffffff;
}
body[data-theme="dark"] .nav i {
  color: #ffaa66;
}

body[data-theme="dark"] .topbrand strong {
  color: #ffffff;
}

body[data-theme="dark"] .hero p strong,
body[data-theme="dark"] .support-head,
body[data-theme="dark"] .status-title,
body[data-theme="dark"] .status-text,
body[data-theme="dark"] .product-tag-row h3,
body[data-theme="dark"] .content-card h3,
body[data-theme="dark"] .step-body h4,
body[data-theme="dark"] .magic-header h4,
body[data-theme="dark"] .service b,
body[data-theme="dark"] .bottom-brand b,
body[data-theme="dark"] .services-head h2,
body[data-theme="dark"] .cta-secondary-hero,
body[data-theme="dark"] .rb-main-card h3,
body[data-theme="dark"] .rb-preview-header h4,
body[data-theme="dark"] .section-divider h3,
body[data-theme="dark"] .plan-header h4,
body[data-theme="dark"] .plan-features li,
body[data-theme="dark"] .faq-card h4,
body[data-theme="dark"] .qr-gen-title h3,
body[data-theme="dark"] .form-group label {
  color: #ffffff !important;
}

body[data-theme="dark"] .highlight-val,
body[data-theme="dark"] .rb-h-val,
body[data-theme="dark"] .price-coming-soon {
  color: #ffaa66 !important;
}

body[data-theme="dark"] .service span,
body[data-theme="dark"] .services-head p,
body[data-theme="dark"] .bottom-brand span,
body[data-theme="dark"] .product-desc,
body[data-theme="dark"] .crafted,
body[data-theme="dark"] .support-sub,
body[data-theme="dark"] .highlight-lbl,
body[data-theme="dark"] .rb-main-card p,
body[data-theme="dark"] .rb-h-lbl,
body[data-theme="dark"] .section-divider p,
body[data-theme="dark"] .plan-header p,
body[data-theme="dark"] .faq-card p,
body[data-theme="dark"] .qr-gen-title p {
  color: #dcd6e8 !important;
}

body[data-theme="dark"] .email-link {
  color: #ffaa66 !important;
  background: rgba(62, 57, 85, 0.75);
  border-color: rgba(255, 170, 102, 0.4);
}

body[data-theme="dark"] .client-growth-card {
  border-color: rgba(255,170,102,.28);
  background: linear-gradient(135deg, rgba(62,57,85,.72), rgba(35,32,50,.58));
}
body[data-theme="dark"] .client-growth-head strong,
body[data-theme="dark"] .client-proof-head h2,
body[data-theme="dark"] .client-review-card h3,
body[data-theme="dark"] .client-country { color: #ffffff; }
body[data-theme="dark"] .client-proof-section {
  border-color: rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(22,20,32,.9), rgba(30,27,43,.82));
}
body[data-theme="dark"] .client-proof-head p,
body[data-theme="dark"] .client-review-card p,
body[data-theme="dark"] .client-proof-note { color: #d2ccdf; }
body[data-theme="dark"] .client-region-summary span,
body[data-theme="dark"] .client-review-card {
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.07);
  color: #f8fafc;
}
body[data-theme="dark"] .client-review-tech span,
body[data-theme="dark"] .client-private {
  border-color: rgba(255,170,102,.3);
  background: rgba(210,105,30,.1);
  color: #ffaa66;
}

body[data-theme="dark"] .home-pricing {
  border-top-color: rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 8% 0%, rgba(210,105,30,.16), transparent 34%),
    linear-gradient(180deg, rgba(22,20,32,.94), rgba(30,27,43,.88));
}
body[data-theme="dark"] .home-pricing-card {
  border-color: rgba(255,255,255,.16);
  background: linear-gradient(145deg, rgba(62,57,85,.72), rgba(35,32,50,.58));
  box-shadow: 0 14px 34px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.12);
}
body[data-theme="dark"] .home-plan-popular {
  border-color: rgba(255,170,102,.75);
  background: linear-gradient(145deg, rgba(79,61,78,.88), rgba(42,34,48,.72));
}
body[data-theme="dark"] .home-pricing-header h2,
body[data-theme="dark"] .home-pricing-card h3,
body[data-theme="dark"] .home-price-main,
body[data-theme="dark"] .home-plan-includes,
body[data-theme="dark"] .home-plan-features li {
  color: #ffffff;
}
body[data-theme="dark"] .home-pricing-header > p,
body[data-theme="dark"] .home-plan-summary,
body[data-theme="dark"] .home-plan-price small,
body[data-theme="dark"] .home-pricing-note {
  color: #d2ccdf;
}
body[data-theme="dark"] .home-pricing-clarity {
  border-color: rgba(255,170,102,.25);
  background: rgba(210,105,30,.09);
}
body[data-theme="dark"] .home-pricing-clarity p { color: #d2ccdf; }
body[data-theme="dark"] .home-pricing-clarity strong { color: #ffffff; }
body[data-theme="dark"] .home-pricing-trust span {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  color: #f8fafc;
}
body[data-theme="dark"] .home-plan-price {
  border-color: rgba(255,255,255,.13);
}
body[data-theme="dark"] .home-price-formula {
  color: #ffaa66;
}
body[data-theme="dark"] .home-plan-features .home-security-feature {
  color: #ffbd86;
}
body[data-theme="dark"] .home-plan-features .home-security-feature i {
  background: rgba(56,185,119,.18);
  color: #86efac;
}
body[data-theme="dark"] .home-plan-features .home-security-premium {
  border-color: rgba(255,170,102,.3);
  background: rgba(210,105,30,.1);
}
body[data-theme="dark"] .home-plan-cta:not(.home-plan-cta-primary) {
  border-color: rgba(255,170,102,.35);
  background: rgba(255,255,255,.08);
  color: #ffaa66;
}
body[data-theme="dark"] .pricing-tab-header {
  background: linear-gradient(135deg, rgba(62,57,85,.55), rgba(35,32,50,.45));
}
body[data-theme="dark"] .pricing-tab-notice {
  border-color: rgba(255,170,102,.25);
  background: rgba(210,105,30,.09);
}
body[data-theme="dark"] .pricing-tab-notice strong,
body[data-theme="dark"] .pricing-detail-head h3,
body[data-theme="dark"] .pricing-detail-price > strong,
body[data-theme="dark"] .pricing-spec-block h4,
body[data-theme="dark"] .pricing-spec-block li,
body[data-theme="dark"] .pricing-delivery-step strong {
  color: #ffffff;
}
body[data-theme="dark"] .pricing-tab-notice p,
body[data-theme="dark"] .pricing-detail-head p,
body[data-theme="dark"] .pricing-detail-price small,
body[data-theme="dark"] .pricing-delivery-step p {
  color: #d2ccdf;
}
body[data-theme="dark"] .pricing-detail-card {
  border-color: rgba(255,255,255,.16);
  background: linear-gradient(145deg, rgba(62,57,85,.72), rgba(35,32,50,.58));
  box-shadow: 0 14px 34px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.12);
}
body[data-theme="dark"] .pricing-detail-featured {
  border-color: rgba(255,170,102,.75);
  background: linear-gradient(145deg, rgba(79,61,78,.88), rgba(42,34,48,.72));
}
body[data-theme="dark"] .pricing-detail-price,
body[data-theme="dark"] .pricing-delivery-section {
  border-color: rgba(255,255,255,.13);
}
body[data-theme="dark"] .pricing-tech-pills span,
body[data-theme="dark"] .pricing-delivery-step {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  color: #f8fafc;
}
body[data-theme="dark"] .pricing-security-box {
  border-color: rgba(56,185,119,.28);
  background: rgba(56,185,119,.09);
}
body[data-theme="dark"] .pricing-security-box strong { color: #86efac; }
body[data-theme="dark"] .pricing-security-box p { color: #d1fae5; }
body[data-theme="dark"] .pricing-security-plus {
  border-color: rgba(255,170,102,.3);
  background: rgba(210,105,30,.1);
}
body[data-theme="dark"] .pricing-security-plus strong,
body[data-theme="dark"] .pricing-security-plus p { color: #ffbd86; }
body[data-theme="dark"] .pricing-security-enterprise {
  border-color: rgba(148,163,184,.42);
  background: rgba(8,15,29,.78);
}
body[data-theme="dark"] .pricing-security-enterprise strong { color: #ffffff; }
body[data-theme="dark"] .pricing-security-enterprise p { color: #cbd5e1; }
body[data-theme="dark"] .pricing-detail-cta:not(.pricing-detail-cta-primary) {
  border-color: rgba(255,170,102,.35);
  background: rgba(255,255,255,.08);
  color: #ffaa66;
}

body[data-theme="dark"] .bottom-phone-link {
  color: #ffaa66 !important;
}

body[data-theme="dark"] .theme-toggle-btn {
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.9) 0%, rgba(180, 85, 20, 0.9) 100%);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(210, 105, 30, 0.4);
}

body[data-theme="dark"] .tech-pill,
body[data-theme="dark"] .chip,
body[data-theme="dark"] .badge,
body[data-theme="dark"] .plat-tag {
  background: rgba(62, 57, 85, 0.7);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes gridmove { to { background-position: 44px 44px; } }
@keyframes pulse { 50% { opacity: .35; } }
@keyframes progress { from { width: 0; } }
@keyframes iconFloat { 50% { transform: translateY(-4px); } }
@keyframes cursorMove { 0%, 100% { right: 80px; bottom: 50px; } 50% { right: 130px; bottom: 75px; } }

/* Medium desktop/tablet landscape: keep branding and browser controls on separate rows. */
@media (min-width: 801px) and (max-width: 1180px) {
  .topbrand {
    left: 3vw;
    top: 20px;
  }
  .crafted {
    right: 3vw;
    top: 29px;
  }
  .browser {
    margin-top: 76px;
  }
  .browserbar {
    margin-left: 0;
    margin-right: 0;
  }
}

@media(max-width: 1050px) {
  .hero { grid-template-columns: 1fr; gap: 18px; }
  .hero-right { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .stage-art { height: 180px; }
  .service-grid { grid-template-columns: repeat(4, 1fr); }
  .home-pricing-grid { grid-template-columns: 1fr; max-width: 600px; }
  .home-plan-summary { min-height: 0; }
  .pricing-detail-grid { grid-template-columns: 1fr; max-width: 650px; margin: 0 auto; }
  .pricing-detail-head p { min-height: 0; }
  .pricing-delivery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tab-grid-2col, .tech-grid, .metrics-grid, .magic-showcase, .reviewbro-hero-grid, .pricing-grid, .qr-generator-widget { grid-template-columns: 1fr; }
}
@media(max-width: 800px) {
  body { overflow: auto; }
  .topbrand { left: 16px; }
  .crafted { display: none; }
  .browser { width: 96vw; margin-top: 75px; }
  .browserbar { margin: 0; }
  .dashboard { grid-template-columns: 1fr; }
  .sidebar { min-height: auto; }
  .hero-right { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .badges { display: none; }
  .early-bird-banner { flex-direction: column; text-align: center; }
  .pricing-tab-notice { margin-left: 14px; margin-right: 14px; }
  .pricing-detail-grid { padding-left: 14px; padding-right: 14px; }
  .pricing-delivery-grid { grid-template-columns: 1fr; padding-left: 14px; padding-right: 14px; }
  .legal-shell { padding: 16px 14px 24px; }
  .legal-document { padding-left: 15px; padding-right: 15px; }
  .client-proof-head { align-items: flex-start; flex-direction: column; padding-left: 14px; padding-right: 14px; }
  .client-region-summary { justify-content: flex-start; }
  .client-proof-note { margin-left: 14px; margin-right: 14px; }
}
@media(max-width: 520px) {
  .hero { padding: 20px 16px; }
  .home-pricing { padding: 27px 14px 24px; }
  .home-pricing-header h2 { font-size: 20px; }
  .home-pricing-trust { align-items: stretch; flex-direction: column; }
  .home-pricing-trust span { text-align: center; }
  .client-growth-head { align-items: flex-start; }
  .client-growth-live { padding-left: 5px; padding-right: 5px; }
  .client-review-card { width: 205px; flex-basis: 205px; }
  h1 { letter-spacing: -1.8px; }
  .hero-highlights, .hero-actions, .rb-hero-actions { max-width: none; flex-direction: column; }
  .bottom { align-items: flex-start; flex-direction: column; }
  .bottom-legal-links { flex-wrap: wrap; }
  .cta { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .client-review-viewport { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
  .client-review-track { animation: none; }
}

/* ==================== PRICING & PRE-LAUNCH STYLES ==================== */
.pricing-selector-container {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  border: 1px solid var(--color-border);
  padding: 4px;
  border-radius: 99px;
  margin-top: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
body[data-theme="dark"] .pricing-selector-container {
  background: rgba(35, 32, 50, 0.6);
  border-color: rgba(255, 255, 255, 0.15);
}
.pricing-selector-btn {
  background: transparent;
  border: none;
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 99px;
  cursor: pointer;
  transition: all 0.25s ease;
}
body[data-theme="dark"] .pricing-selector-btn {
  color: #c9c7db;
}
.pricing-selector-btn.active {
  background: var(--brand-primary);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(210, 105, 30, 0.35);
}
body[data-theme="dark"] .pricing-selector-btn.active {
  color: #ffffff;
}
.pricing-review-grid {
  padding: 16px 24px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media(max-width: 820px) {
  .pricing-review-grid {
    grid-template-columns: 1fr;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.prelaunch-notice-banner {
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.12) 0%, rgba(210, 105, 30, 0.04) 100%);
  border: 1px dashed var(--brand-primary);
  border-radius: 12px;
  padding: 15px 20px;
  margin: 15px 24px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 15px rgba(210, 105, 30, 0.05);
}
body[data-theme="dark"] .prelaunch-notice-banner {
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.2) 0%, rgba(35, 32, 50, 0.6) 100%);
}
.prelaunch-notice-banner .cs-badge {
  background: var(--brand-primary);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 99px;
  white-space: nowrap;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(210, 105, 30, 0.3);
}
.prelaunch-notice-banner .banner-body {
  flex-grow: 1;
}
.prelaunch-notice-banner .banner-body strong {
  display: block;
  font-size: 14px;
  color: var(--color-ink);
  margin-bottom: 3px;
}
body[data-theme="dark"] .prelaunch-notice-banner .banner-body strong {
  color: #ffffff;
}
.prelaunch-notice-banner .banner-body p {
  margin: 0;
  font-size: 12.5px;
  color: var(--color-muted);
  line-height: 1.4;
}
body[data-theme="dark"] .prelaunch-notice-banner .banner-body p {
  color: #b5b3c7;
}

.btn-coming-soon {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.65 !important;
  background: rgba(22, 24, 42, 0.08) !important;
  color: var(--color-muted) !important;
  border: 1px dashed rgba(22, 24, 42, 0.2) !important;
  box-shadow: none !important;
}
body[data-theme="dark"] .btn-coming-soon {
  background: rgba(255, 255, 255, 0.05) !important;
  color: #b5b3c7 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.muted-feature {
  opacity: 0.5;
  text-decoration: line-through;
}
.discount-pill {
  background: #38b977;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
}
.pricing-card .plan-features li.muted-feature {
  color: var(--color-subtle);
}
body[data-theme="dark"] .pricing-card .plan-features li.muted-feature {
  color: #8c8aa1;
}

/* ==================== PARTNER PORTAL LOGIN STYLES ==================== */
.portal-login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  min-height: 80vh;
}
.portal-login-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.8);
  transition: transform 0.3s ease;
}
body[data-theme="dark"] .portal-login-card {
  background: linear-gradient(135deg, rgba(62, 57, 85, 0.7) 0%, rgba(35, 32, 50, 0.45) 100%);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.15);
}
.portal-login-header {
  text-align: center;
  margin-bottom: 30px;
}
.portal-lock-icon {
  font-size: 32px;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);
  color: #ffffff;
  width: 64px;
  height: 64px;
  border-radius: 99px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  box-shadow: 0 8px 20px rgba(210, 105, 30, 0.25);
}
.portal-login-header h2 {
  font-size: 22px;
  color: var(--color-ink);
  margin: 0 0 8px;
}
body[data-theme="dark"] .portal-login-header h2 {
  color: #ffffff;
}
.portal-login-header p {
  font-size: 13px;
  color: var(--color-muted);
  margin: 0;
}
body[data-theme="dark"] .portal-login-header p {
  color: #b5b3c7;
}

.portal-role-switcher {
  display: flex;
  background: rgba(22, 24, 42, 0.05);
  padding: 4px;
  border-radius: 99px;
  margin-bottom: 25px;
  border: 1px solid rgba(22, 24, 42, 0.08);
}
body[data-theme="dark"] .portal-role-switcher {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
}
.portal-role-btn {
  flex: 1;
  background: transparent;
  border: none;
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  border-radius: 99px;
  cursor: pointer;
  transition: all 0.25s ease;
}
body[data-theme="dark"] .portal-role-btn {
  color: #c9c7db;
}
.portal-role-btn.active {
  background: var(--brand-primary);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(210, 105, 30, 0.3);
}
body[data-theme="dark"] .portal-role-btn.active {
  color: #ffffff;
}

.portal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.portal-submit-btn {
  background: var(--brand-primary);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 15px rgba(210, 105, 30, 0.3);
}
.portal-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(210, 105, 30, 0.4);
}
.portal-submit-btn:disabled {
  background: rgba(22, 24, 42, 0.4);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
body[data-theme="dark"] .portal-submit-btn:disabled {
  background: rgba(255, 255, 255, 0.2);
}

.portal-error-alert {
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.12) 0%, rgba(244, 63, 94, 0.04) 100%);
  border: 1px dashed #f43f5e;
  border-radius: 10px;
  padding: 12px 15px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
body[data-theme="dark"] .portal-error-alert {
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.2) 0%, rgba(35, 32, 50, 0.6) 100%);
}
.error-alert-icon {
  font-size: 16px;
  color: #f43f5e;
}
.error-alert-text strong {
  display: block;
  font-size: 13px;
  color: #f43f5e;
  margin-bottom: 2px;
}
.error-alert-text p {
  margin: 0;
  font-size: 12px;
  color: var(--color-muted);
  line-height: 1.4;
}
body[data-theme="dark"] .error-alert-text p {
  color: #b5b3c7;
}

.portal-card-footer {
  text-align: center;
  margin-top: 25px;
}
.portal-card-footer span {
  font-size: 11px;
  color: var(--color-muted);
}
body[data-theme="dark"] .portal-card-footer span {
  color: #8c8aa1;
}

/* Portal Beta Status Banner */
.portal-beta-badge-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.portal-beta-tag {
  background: rgba(168, 85, 247, 0.15);
  color: #a855f7;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 99px;
  letter-spacing: 0.5px;
  border: 1px solid rgba(168, 85, 247, 0.3);
}
body[data-theme="dark"] .portal-beta-tag {
  color: #c084fc;
  background: rgba(168, 85, 247, 0.22);
}
.portal-version-tag {
  font-size: 10px;
  color: var(--color-muted);
  font-weight: 700;
  font-family: monospace;
}

/* Pre-Launch Beta Registration Gate */
.portal-register-gate {
  background: rgba(22, 24, 42, 0.03);
  border: 1px solid rgba(22, 24, 42, 0.08);
  border-radius: 14px;
  padding: 16px;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body[data-theme="dark"] .portal-register-gate {
  background: rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.08);
}
.register-gate-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.gate-icon {
  font-size: 16px;
  line-height: 1.2;
}
.gate-text strong {
  display: block;
  font-size: 12.5px;
  font-weight: 750;
  color: var(--color-ink);
  margin-bottom: 3px;
}
body[data-theme="dark"] .gate-text strong {
  color: #ffffff;
}
.gate-text p {
  margin: 0;
  font-size: 11.5px;
  color: var(--color-muted);
  line-height: 1.45;
}
body[data-theme="dark"] .gate-text p {
  color: #b5b3c7;
}

.register-gate-actions {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8px;
}
@media (max-width: 480px) {
  .register-gate-actions {
    grid-template-columns: 1fr;
  }
}
.gate-contact-btn {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #e07425 100%);
  color: #ffffff !important;
  border: none;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 750;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}
.gate-contact-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(210, 105, 30, 0.35);
}
.gate-wa-btn {
  background: rgba(37, 211, 102, 0.1);
  color: #16a34a !important;
  border: 1px solid rgba(37, 211, 102, 0.3);
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 750;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body[data-theme="dark"] .gate-wa-btn {
  color: #4ade80 !important;
  background: rgba(37, 211, 102, 0.15);
  border-color: rgba(37, 211, 102, 0.35);
}
.gate-wa-btn:hover {
  background: #25d366 !important;
  color: #ffffff !important;
  border-color: #25d366 !important;
  transform: translateY(-1px);
}

.btn-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  animation: portalSpin 1.5s linear infinite;
}

@keyframes portalSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ==================== ROADMAP TICKER STYLES ==================== */
.roadmap-ticker-section {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.25) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 12px 20px;
  margin: 25px 24px 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  overflow: hidden;
  gap: 20px;
}
body[data-theme="dark"] .roadmap-ticker-section {
  background: linear-gradient(135deg, rgba(62, 57, 85, 0.5) 0%, rgba(35, 32, 50, 0.3) 100%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.ticker-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: var(--color-ink);
  white-space: nowrap;
  border-right: 1px solid rgba(22, 24, 42, 0.15);
  padding-right: 18px;
}
body[data-theme="dark"] .ticker-label {
  color: #ffffff;
  border-right-color: rgba(255, 255, 255, 0.15);
}

.pulse-dot-green {
  width: 7px;
  height: 7px;
  background-color: var(--color-green);
  border-radius: 99px;
  box-shadow: 0 0 0 0 rgba(56, 185, 119, 0.7);
  animation: pulseGreen 1.6s infinite;
}

@keyframes pulseGreen {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(56, 185, 119, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(56, 185, 119, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(56, 185, 119, 0);
  }
}

.ticker-viewport {
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.ticker-track {
  display: flex;
  white-space: nowrap;
  animation: roadMapScroll 32s linear infinite;
  gap: 40px;
}
.ticker-track:hover {
  animation-play-state: paused;
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-ink);
}
body[data-theme="dark"] .ticker-item {
  color: #ffffff;
}
.ticker-item span {
  font-weight: 500;
  color: var(--color-muted);
}
body[data-theme="dark"] .ticker-item span {
  color: #b5b3c7;
}

@keyframes roadMapScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 768px) {
  .roadmap-ticker-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 15px 14px 10px;
  }
  .ticker-label {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid rgba(22, 24, 42, 0.1);
    padding-bottom: 8px;
    width: 100%;
  }
  body[data-theme="dark"] .ticker-label {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}

/* ==================== LIVE AI SIMULATOR WIDGET STYLES ==================== */
.live-demo-widget {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.35) 100%) !important;
  border: 1.5px solid rgba(210, 105, 30, 0.25) !important;
  box-shadow: 0 15px 35px rgba(210, 105, 30, 0.08) !important;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
}
body[data-theme="dark"] .live-demo-widget {
  background: linear-gradient(135deg, rgba(62, 57, 85, 0.7) 0%, rgba(35, 32, 50, 0.45) 100%) !important;
  border-color: rgba(255, 170, 102, 0.25) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
}

.widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(22, 24, 42, 0.08);
  padding-bottom: 12px;
  margin-bottom: 4px;
}
body[data-theme="dark"] .widget-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.widget-badge {
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 100%);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.widget-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--color-muted);
}
body[data-theme="dark"] .widget-status {
  color: #b5b3c7;
}

.demo-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.demo-step-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.widget-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-subtle);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body[data-theme="dark"] .widget-label {
  color: #8c8aa1;
}

.demo-stars-row {
  display: flex;
  gap: 8px;
}

.demo-star {
  font-size: 26px;
  color: #ccc;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}
body[data-theme="dark"] .demo-star {
  color: rgba(255, 255, 255, 0.2);
}

.demo-star.active, .demo-star:hover {
  color: #ffb41e;
  text-shadow: 0 0 10px rgba(255, 180, 30, 0.5);
  transform: scale(1.1);
}

.demo-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.demo-tag-btn {
  background: rgba(22, 24, 42, 0.05);
  border: 1px solid rgba(22, 24, 42, 0.08);
  color: var(--color-ink);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 99px;
  cursor: pointer;
  transition: all 0.25s ease;
}
body[data-theme="dark"] .demo-tag-btn {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: #c9c7db;
}

.demo-tag-btn.active {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(210, 105, 30, 0.25);
}
body[data-theme="dark"] .demo-tag-btn.active {
  color: #ffffff;
}

.demo-output-box {
  background: rgba(250, 245, 248, 0.7);
  border: 1px solid rgba(232, 219, 228, 0.8);
  border-radius: 12px;
  padding: 12px 15px;
  min-height: 72px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
}
body[data-theme="dark"] .demo-output-box {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
}

#demo-ai-output-text {
  margin: 0;
  font-size: 12.5px;
  color: var(--color-ink);
  line-height: 1.5;
  font-family: inherit;
}
body[data-theme="dark"] #demo-ai-output-text {
  color: #ffffff;
}

/* Shield Styles */
.shield-alert-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(244, 63, 94, 0.1);
  border: 1px dashed #f43f5e;
  color: #f43f5e;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
}
.shield-description {
  margin: 0 0 5px;
  font-size: 12px;
  color: var(--color-muted);
  line-height: 1.45;
}
body[data-theme="dark"] .shield-description {
  color: #b5b3c7;
}

.shield-output-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.08) 0%, rgba(210, 105, 30, 0.02) 100%);
  border: 1px dashed var(--brand-primary);
  min-height: 48px;
}
body[data-theme="dark"] .shield-output-box {
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.15) 0%, rgba(0, 0, 0, 0.2) 100%);
  border-color: rgba(210, 105, 30, 0.3);
}

.shield-status-tag {
  font-size: 11px;
  font-weight: 700;
  color: var(--brand-primary);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.widget-action-footer {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.demo-btn-main {
  flex: 2;
  background: var(--brand-primary);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(210, 105, 30, 0.2);
}
.demo-btn-main:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(210, 105, 30, 0.3);
}

.demo-btn-sub {
  flex: 1;
  background: rgba(22, 24, 42, 0.05);
  border: 1px solid rgba(22, 24, 42, 0.08);
  color: var(--color-ink);
  border-radius: 8px;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
body[data-theme="dark"] .demo-btn-sub {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: #c9c7db;
}
.demo-btn-sub:hover {
  background: rgba(22, 24, 42, 0.08);
}
body[data-theme="dark"] .demo-btn-sub:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* ==================== HERO RIGHT EXPLANATION CAROUSELS ==================== */
.hero-carousel-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 155px;
  box-shadow: 0 10px 30px var(--brand-glow), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  margin-bottom: 14px;
}
body[data-theme="dark"] .hero-carousel-card {
  background: linear-gradient(135deg, rgba(62, 57, 85, 0.6) 0%, rgba(35, 32, 50, 0.35) 100%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.hero-carousel-card:last-child {
  margin-bottom: 0;
}

.carousel-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(22, 24, 42, 0.06);
  padding-bottom: 6px;
}
body[data-theme="dark"] .carousel-card-header {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.carousel-brand-tag {
  font-size: 11px;
  font-weight: 700;
  color: var(--brand-primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.carousel-slides-container {
  position: relative;
  flex-grow: 1;
  height: 85px;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transform: translateY(8px);
}
.carousel-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.carousel-slide-icon {
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(22, 24, 42, 0.04);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
body[data-theme="dark"] .carousel-slide-icon {
  background: rgba(255, 255, 255, 0.06);
}

.carousel-slide-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex-grow: 1;
}

.carousel-slide-body h4 {
  margin: 0;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--color-ink);
}
body[data-theme="dark"] .carousel-slide-body h4 {
  color: #ffffff;
}

.carousel-slide-body p {
  margin: 0;
  font-size: 11px;
  color: var(--color-muted);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body[data-theme="dark"] .carousel-slide-body p {
  color: #b5b3c7;
}

.carousel-category-badge {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-subtle);
  letter-spacing: 0.5px;
  margin-top: 4px;
  align-self: flex-start;
}
body[data-theme="dark"] .carousel-category-badge {
  color: #8c8aa1;
}

.carousel-progress-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(22, 24, 42, 0.04);
}
body[data-theme="dark"] .carousel-progress-container {
  background: rgba(255, 255, 255, 0.04);
}

.carousel-progress-fill {
  height: 100%;
  width: 0;
  background: var(--brand-primary);
  border-radius: 99px;
}

/* ==================== INTERACTIVE CONTACT US STYLES (SPACIOUS & ENERGETIC) ==================== */
#tab-panel-contact {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 48px;
}

.contact-page-layout {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}

.contact-form-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.4) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1.5px solid var(--color-border);
  border-radius: 24px;
  padding: 38px 44px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04), inset 0 1px 2px rgba(255, 255, 255, 0.95);
  position: relative;
  overflow: hidden;
}
body[data-theme="dark"] .contact-form-card {
  background: linear-gradient(145deg, rgba(62, 57, 85, 0.75) 0%, rgba(35, 32, 50, 0.45) 100%);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.contact-form-intro {
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(22, 24, 42, 0.08);
  padding-bottom: 18px;
}
body[data-theme="dark"] .contact-form-intro {
  border-bottom-color: rgba(255, 255, 255, 0.09);
}
.intro-heading-row {
  display: flex;
  align-items: center;
  gap: 14px;
}
.intro-icon {
  font-size: 26px;
  width: 46px;
  height: 46px;
  background: rgba(210, 105, 30, 0.1);
  border: 1px solid rgba(210, 105, 30, 0.2);
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.contact-form-intro h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--color-ink);
  letter-spacing: -0.2px;
}
body[data-theme="dark"] .contact-form-intro h3 {
  color: #ffffff;
}
.contact-form-intro p {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--color-muted);
  line-height: 1.45;
}
body[data-theme="dark"] .contact-form-intro p {
  color: #b5b3c7;
}

.contact-inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.form-label {
  display: block;
  font-size: 11.5px;
  font-weight: 750;
  color: var(--color-subtle);
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 8px;
}
body[data-theme="dark"] .form-label {
  color: #d1cde0;
}

.contact-topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topic-pill {
  background: #f1f2f6;
  border: 1.5px solid #d4d6e0;
  color: #1e202e;
  font-size: 13px;
  font-weight: 650;
  padding: 10px 18px;
  border-radius: 99px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-theme="dark"] .topic-pill {
  background: #1e1b2e;
  border-color: rgba(255, 255, 255, 0.24);
  color: #f0edf8;
}
.topic-pill:hover {
  background: rgba(210, 105, 30, 0.2);
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  transform: translateY(-2px);
}
body[data-theme="dark"] .topic-pill:hover {
  background: rgba(210, 105, 30, 0.3);
  color: #ffaa66;
}
.topic-pill.active {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #e07425 100%) !important;
  border: 1.5px solid var(--brand-primary) !important;
  color: #ffffff !important;
  font-weight: 750 !important;
  font-size: 13px !important;
  box-shadow: 0 4px 15px rgba(210, 105, 30, 0.35) !important;
  transform: translateY(-1px);
}

.contact-input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-field {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1.5px solid #c9ccd6;
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #16182a;
  font-family: inherit;
  transition: all 0.25s ease;
}
body[data-theme="dark"] .contact-field {
  background: #191629 !important;
  border: 1.5px solid rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.contact-field::placeholder {
  color: #8c8e9a;
  font-weight: 400;
  opacity: 1;
}
body[data-theme="dark"] .contact-field::placeholder {
  color: #8d89a4 !important;
  font-weight: 400 !important;
}
.contact-field:focus {
  outline: none;
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(210, 105, 30, 0.2), 0 4px 15px rgba(210, 105, 30, 0.1);
  background: #ffffff;
}
body[data-theme="dark"] .contact-field:focus {
  background: #141124 !important;
  border-color: var(--brand-primary) !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(210, 105, 30, 0.35), 0 4px 15px rgba(0, 0, 0, 0.4) !important;
}

.textarea-container textarea,
textarea.contact-field {
  padding: 14px 16px;
  min-height: 110px;
  resize: vertical;
}

.timeline-chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.timeline-chip {
  cursor: pointer;
}
.timeline-chip input {
  display: none;
}
.timeline-chip span {
  display: inline-block;
  background: #f1f2f6;
  border: 1.5px solid #d4d6e0;
  padding: 9px 16px;
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 650;
  color: #1e202e;
  transition: all 0.25s ease;
}
body[data-theme="dark"] .timeline-chip span {
  background: #1e1b2e;
  border-color: rgba(255, 255, 255, 0.2);
  color: #f0edf8;
}
.timeline-chip.active span {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #e07425 100%) !important;
  border: 1.5px solid var(--brand-primary) !important;
  color: #ffffff !important;
  font-weight: 750 !important;
  box-shadow: 0 4px 15px rgba(210, 105, 30, 0.35) !important;
  transform: translateY(-1px);
}

/* ==================== HIGH-IMPACT ROCKET LAUNCHPAD BUTTON ==================== */
.contact-submit-btn {
  background: linear-gradient(135deg, #d2691e 0%, #eb711f 50%, #ff8c3a 100%);
  color: #ffffff;
  border: none;
  border-radius: 14px;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(210, 105, 30, 0.4), inset 0 1px 2px rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}
.contact-submit-btn:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 16px 45px rgba(210, 105, 30, 0.6);
}

.btn-idle-content {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-rocket-icon {
  font-size: 18px;
  transition: transform 0.25s ease;
}
.contact-submit-btn:hover .btn-rocket-icon {
  transform: translateY(-2px) rotate(15deg);
}
.btn-arrow-icon {
  font-size: 14px;
  transition: transform 0.25s ease;
}
.contact-submit-btn:hover .btn-arrow-icon {
  transform: translate(3px, -3px);
}

.btn-launching-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.btn-launch-active {
  animation: launchpadShake 0.1s infinite;
  background: linear-gradient(135deg, #ea580c 0%, #f97316 100%) !important;
}
@keyframes launchpadShake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  25% { transform: translate(-1px, -1px) rotate(-0.5deg); }
  50% { transform: translate(1px, -1px) rotate(0.5deg); }
  75% { transform: translate(-1px, 1px) rotate(0deg); }
  100% { transform: translate(1px, 1px) rotate(0deg); }
}

.rocket-fly-anim {
  display: inline-block;
  font-size: 22px;
  animation: rocketBlastOff 1.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes rocketBlastOff {
  0% { transform: translateX(0) translateY(0) scale(1); }
  30% { transform: translateX(20px) translateY(-5px) scale(1.2); }
  70% { transform: translateX(80px) translateY(-25px) scale(1.5); }
  100% { transform: translateX(200px) translateY(-60px) scale(0.4) opacity(0); }
}

.flame-particles {
  font-size: 16px;
  animation: flameFlicker 0.2s infinite alternate;
}
@keyframes flameFlicker {
  from { opacity: 0.7; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1.2); }
}

/* ==================== 3D HOLOGRAPHIC SUCCESS RECEIPT STATE ==================== */
.contact-success-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  gap: 14px;
  position: relative;
}
.animate-success-pop {
  animation: successFlipIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
@keyframes successFlipIn {
  0% {
    opacity: 0;
    transform: scale(0.85) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.success-sonic-ring {
  position: relative;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
}
.success-icon-burst {
  width: 64px;
  height: 64px;
  background: #22c55e;
  color: #ffffff;
  border-radius: 99px;
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 0 35px rgba(34, 197, 94, 0.5);
  position: relative;
  z-index: 2;
}
.success-ring {
  position: absolute;
  inset: -8px;
  border-radius: 99px;
  border: 2px solid rgba(34, 197, 94, 0.4);
  animation: sonicWave 1.8s infinite ease-out;
}
.success-ring.ring-2 {
  animation-delay: 0.6s;
}
@keyframes sonicWave {
  0% { transform: scale(0.8); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}

.success-badge-pill {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #16a34a;
  font-size: 10.5px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 99px;
  letter-spacing: 0.8px;
}
body[data-theme="dark"] .success-badge-pill {
  color: #4ade80;
  background: rgba(34, 197, 94, 0.18);
}

.success-headline {
  margin: 0;
  font-size: 22px;
  font-weight: 850;
  color: var(--color-ink);
}
body[data-theme="dark"] .success-headline {
  color: #ffffff;
}

.contact-success-state p {
  margin: 0;
  font-size: 13.5px;
  color: var(--color-muted);
  max-width: 440px;
  line-height: 1.5;
}
body[data-theme="dark"] .contact-success-state p {
  color: #b5b3c7;
}

/* Holographic Receipt Card */
.success-receipt-card {
  width: 100%;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.7);
  border: 1.5px dashed rgba(210, 105, 30, 0.4);
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 8px 0;
}
body[data-theme="dark"] .success-receipt-card {
  background: rgba(0, 0, 0, 0.25);
  border-color: rgba(210, 105, 30, 0.45);
}

.receipt-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
}
.receipt-label {
  font-weight: 600;
  color: var(--color-muted);
}
body[data-theme="dark"] .receipt-label {
  color: #b5b3c7;
}
.receipt-val {
  font-weight: 750;
  color: var(--color-ink);
}
body[data-theme="dark"] .receipt-val {
  color: #ffffff;
}
.highlight-green {
  color: #16a34a !important;
}
body[data-theme="dark"] .highlight-green {
  color: #4ade80 !important;
}
.code-font {
  font-family: monospace;
  font-size: 13px;
  color: var(--brand-primary) !important;
  background: rgba(210, 105, 30, 0.1);
  padding: 2px 8px;
  border-radius: 6px;
}

.send-another-btn {
  background: rgba(22, 24, 42, 0.06);
  border: 1.5px solid rgba(22, 24, 42, 0.14);
  color: var(--color-ink);
  font-size: 12.5px;
  font-weight: 750;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 8px;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
body[data-theme="dark"] .send-another-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
.send-another-btn:hover {
  background: rgba(210, 105, 30, 0.12);
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  transform: translateY(-2px);
}

/* Dynamic Error State Notice Card */
.contact-error-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 36px 24px;
}

.error-sonic-ring {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.12);
  border: 1.5px solid rgba(239, 68, 68, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(239, 68, 68, 0.25);
}
.error-icon {
  font-size: 28px;
}

.error-badge-pill {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #dc2626;
  font-size: 10.5px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 99px;
  letter-spacing: 0.8px;
}
body[data-theme="dark"] .error-badge-pill {
  color: #f87171;
  background: rgba(239, 68, 68, 0.2);
}

.error-headline {
  margin: 0;
  font-size: 20px;
  font-weight: 850;
  color: var(--color-ink);
}
body[data-theme="dark"] .error-headline {
  color: #ffffff;
}

.error-desc-msg {
  margin: 0;
  font-size: 13px;
  color: var(--color-muted);
  max-width: 440px;
  line-height: 1.5;
}
body[data-theme="dark"] .error-desc-msg {
  color: #b5b3c7;
}

.error-details-box {
  width: 100%;
  max-width: 440px;
  background: rgba(239, 68, 68, 0.05);
  border: 1.5px dashed rgba(239, 68, 68, 0.35);
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
body[data-theme="dark"] .error-details-box {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(239, 68, 68, 0.45);
}

.error-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  gap: 10px;
}
.err-lbl {
  font-weight: 700;
  color: var(--color-muted);
  white-space: nowrap;
}
body[data-theme="dark"] .err-lbl {
  color: #b5b3c7;
}
.err-code {
  font-family: monospace;
  font-size: 11.5px;
  color: #dc2626;
  background: rgba(239, 68, 68, 0.1);
  padding: 3px 8px;
  border-radius: 6px;
  word-break: break-word;
}
body[data-theme="dark"] .err-code {
  color: #fca5a5;
  background: rgba(239, 68, 68, 0.2);
}

.error-actions-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 440px;
  margin-top: 6px;
}
.err-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 750;
  padding: 11px 18px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}
.wa-fallback-btn {
  background: #25d366;
  color: #ffffff !important;
  border: none;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}
.wa-fallback-btn:hover {
  background: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}
.retry-form-btn {
  background: rgba(22, 24, 42, 0.06);
  border: 1.5px solid rgba(22, 24, 42, 0.14);
  color: var(--color-ink);
}
body[data-theme="dark"] .retry-form-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}
.retry-form-btn:hover {
  background: rgba(210, 105, 30, 0.12);
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  transform: translateY(-2px);
}

.info-connect-card h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
  color: var(--color-ink);
}
body[data-theme="dark"] .info-connect-card h4 {
  color: #ffffff;
}
/* ⚡ Instant Direct Channels (2-Part Horizontal Quick Bar) */
.direct-channels-banner {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid var(--color-border);
  border-radius: 18px;
  padding: 16px 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
body[data-theme="dark"] .direct-channels-banner {
  background: linear-gradient(135deg, rgba(35, 30, 52, 0.85) 0%, rgba(22, 19, 36, 0.75) 100%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.channels-banner-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 260px;
  flex: 1;
}
.banner-badge-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner-bolt {
  font-size: 16px;
}
.banner-title {
  font-size: 15px;
  font-weight: 850;
  color: var(--color-ink);
  letter-spacing: -0.2px;
}
body[data-theme="dark"] .banner-title {
  color: #ffffff;
}
.banner-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
  border: 1px solid rgba(34, 197, 94, 0.3);
  font-size: 9.5px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 99px;
}
body[data-theme="dark"] .banner-live-pill {
  color: #4ade80;
  background: rgba(34, 197, 94, 0.2);
}
.banner-sub {
  margin: 0;
  font-size: 12px;
  color: var(--color-muted);
}
body[data-theme="dark"] .banner-sub {
  color: #b5b3c7;
}

.channels-banner-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.channel-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 12px;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.chip-icon {
  font-size: 18px;
}
.chip-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.chip-text strong {
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.2;
}
.chip-text span {
  font-size: 10px;
  font-weight: 600;
  color: var(--color-muted);
}
body[data-theme="dark"] .chip-text span {
  color: #a8a5be;
}
.chip-arrow {
  font-size: 12px;
  font-weight: 900;
  color: var(--color-muted);
  transition: transform 0.2s ease;
}
.channel-chip:hover .chip-arrow {
  transform: translate(2px, -2px);
}

.wa-chip {
  background: rgba(37, 211, 102, 0.08);
  border-color: rgba(37, 211, 102, 0.25);
}
.wa-chip:hover {
  background: rgba(37, 211, 102, 0.16);
  border-color: #25d366;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.25);
}
.wa-chip strong { color: #16a34a; }
body[data-theme="dark"] .wa-chip strong { color: #4ade80; }

.call-chip {
  background: rgba(210, 105, 30, 0.08);
  border-color: rgba(210, 105, 30, 0.25);
}
.call-chip:hover {
  background: rgba(210, 105, 30, 0.16);
  border-color: var(--brand-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(210, 105, 30, 0.25);
}
.call-chip strong { color: var(--brand-primary); }
body[data-theme="dark"] .call-chip strong { color: #ffaa66; }

.mail-chip {
  background: rgba(99, 102, 241, 0.08);
  border-color: rgba(99, 102, 241, 0.25);
}
.mail-chip:hover {
  background: rgba(99, 102, 241, 0.16);
  border-color: #6366f1;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.25);
}
.mail-chip strong { color: #6366f1; }
body[data-theme="dark"] .mail-chip strong { color: #818cf8; }

/* ==================== STRETCHED FULL-WIDTH CONTACT FORM WRAPPER ==================== */
.contact-fullwidth-wrap {
  width: 100%;
}
.contact-fullwidth-wrap .contact-form-card {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.45) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1.5px solid var(--color-border);
  border-radius: 24px;
  padding: 38px 46px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04), inset 0 1px 2px rgba(255, 255, 255, 0.95);
}
body[data-theme="dark"] .contact-fullwidth-wrap .contact-form-card {
  background: linear-gradient(145deg, rgba(35, 30, 52, 0.85) 0%, rgba(22, 19, 36, 0.75) 100%);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
body[data-theme="dark"] .ratio-metric-box {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.06);
}
.metric-val {
  font-size: 13.5px;
  font-weight: 800;
}
.text-green { color: #16a34a; }
body[data-theme="dark"] .text-green { color: #4ade80; }
.text-orange { color: var(--brand-primary); }
.text-purple { color: #8b5cf6; }
body[data-theme="dark"] .text-purple { color: #a78bfa; }
.metric-lbl {
  font-size: 9px;
  font-weight: 600;
  color: var(--color-muted);
}
body[data-theme="dark"] .metric-lbl {
  color: #b5b3c7;
}

.info-trust-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-align: center;
}

.trust-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.trust-num {
  font-size: 17px;
  font-weight: 900;
  color: var(--brand-primary);
}
.trust-label {
  font-size: 9.5px;
  font-weight: 600;
  color: var(--color-muted);
  line-height: 1.3;
}
body[data-theme="dark"] .trust-label {
  color: #b5b3c7;
}

@media (max-width: 860px) {
  .contact-page-layout {
    grid-template-columns: 1fr;
  }
  .contact-input-grid {
    grid-template-columns: 1fr;
  }
}

/* ==================== AGENT CLOUD VPS & HOSTING (FUTURE ROADMAP STYLES) ==================== */
.vps-comparison-banner {
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.12) 0%, rgba(14, 165, 233, 0.12) 100%);
  border: 1.5px solid rgba(210, 105, 30, 0.3);
  border-radius: 20px;
  padding: 24px 28px;
  margin: 0 24px 28px;
  position: relative;
  overflow: hidden;
}
body[data-theme="dark"] .vps-comparison-banner {
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.18) 0%, rgba(14, 165, 233, 0.18) 100%);
  border-color: rgba(255, 170, 102, 0.35);
}

.vps-banner-badge {
  display: inline-block;
  background: var(--brand-primary);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 99px;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}

.vps-banner-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: center;
}
@media (max-width: 860px) {
  .vps-banner-content {
    grid-template-columns: 1fr;
  }
}

.vps-banner-text h3 {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 800;
  color: var(--color-ink);
}
body[data-theme="dark"] .vps-banner-text h3 {
  color: #ffffff;
}
.vps-banner-text p {
  margin: 0;
  font-size: 13px;
  color: var(--color-muted);
  line-height: 1.5;
}
body[data-theme="dark"] .vps-banner-text p {
  color: #b5b3c7;
}

.vps-banner-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.banner-stat-box {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 14px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body[data-theme="dark"] .banner-stat-box {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.12);
}
.stat-big {
  font-size: 17px;
  font-weight: 900;
}
.highlight-orange { color: var(--brand-primary); }
.highlight-blue { color: #0ea5e9; }
.highlight-green { color: #22c55e; }
.stat-desc {
  font-size: 10px;
  font-weight: 600;
  color: var(--color-muted);
  line-height: 1.3;
}
body[data-theme="dark"] .stat-desc {
  color: #b5b3c7;
}

/* VPS View Switcher Toggle Bar */
.vps-view-toggle-bar {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 24px 28px;
  flex-wrap: wrap;
}

.vps-toggle-pill {
  background: rgba(22, 24, 42, 0.05);
  border: 1.5px solid rgba(22, 24, 42, 0.12);
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 750;
  padding: 10px 22px;
  border-radius: 99px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-theme="dark"] .vps-toggle-pill {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #c9c7db;
}
.vps-toggle-pill:hover {
  background: rgba(210, 105, 30, 0.15);
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  transform: translateY(-2px);
}
.vps-toggle-pill.active {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #e07425 100%);
  border-color: var(--brand-primary);
  color: #ffffff !important;
  box-shadow: 0 6px 20px rgba(210, 105, 30, 0.4);
  transform: translateY(-2px) scale(1.02);
}

/* Side-by-Side Comparison Matrix */
.vps-comparison-matrix-wrapper {
  padding: 0 24px 28px;
  animation: tabFadeIn 0.4s ease both;
}

.matrix-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid var(--color-border);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}
body[data-theme="dark"] .matrix-card {
  background: linear-gradient(135deg, rgba(62, 57, 85, 0.65) 0%, rgba(35, 32, 50, 0.45) 100%);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.matrix-header-info {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(22, 24, 42, 0.08);
  padding-bottom: 14px;
}
body[data-theme="dark"] .matrix-header-info {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.matrix-header-info h3 {
  margin: 0 0 4px;
  font-size: 19px;
  font-weight: 800;
  color: var(--color-ink);
}
body[data-theme="dark"] .matrix-header-info h3 {
  color: #ffffff;
}
.matrix-header-info p {
  margin: 0;
  font-size: 12.5px;
  color: var(--color-muted);
}
body[data-theme="dark"] .matrix-header-info p {
  color: #b5b3c7;
}

.matrix-table-responsive {
  overflow-x: auto;
}

.vps-compare-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 13px;
}
.vps-compare-table th {
  padding: 14px 16px;
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--color-subtle);
  border-bottom: 2px solid rgba(22, 24, 42, 0.1);
}
body[data-theme="dark"] .vps-compare-table th {
  color: #d1cde0;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.vps-compare-table th.agent-col {
  color: var(--brand-primary);
  background: rgba(210, 105, 30, 0.08);
  border-radius: 12px 12px 0 0;
}
body[data-theme="dark"] .vps-compare-table th.agent-col {
  background: rgba(210, 105, 30, 0.15);
}

.vps-compare-table td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(22, 24, 42, 0.06);
  color: var(--color-ink);
}
body[data-theme="dark"] .vps-compare-table td {
  border-bottom-color: rgba(255, 255, 255, 0.06);
  color: #e2e0ed;
}
.vps-compare-table td.competitor-col {
  color: var(--color-muted);
}
body[data-theme="dark"] .vps-compare-table td.competitor-col {
  color: #8c8aa1;
}
.vps-compare-table td.agent-col {
  background: rgba(210, 105, 30, 0.04);
  font-weight: 650;
  color: var(--color-ink);
}
body[data-theme="dark"] .vps-compare-table td.agent-col {
  background: rgba(210, 105, 30, 0.08);
  color: #ffffff;
}
.highlight-cell {
  color: var(--brand-primary) !important;
  font-weight: 800 !important;
}
.cross-icon {
  color: #ef4444;
  font-weight: 900;
  margin-right: 4px;
}

/* ==================== DUAL PRICING ACTION BUTTONS (FORM & WHATSAPP) ==================== */
.plan-actions-dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.plan-act-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 9px 10px;
  border-radius: 9px;
  font-size: 11.5px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-family: inherit;
  box-sizing: border-box;
  text-align: center;
}

.plan-act-btn.act-contact {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #e07425 100%);
  color: #ffffff !important;
  border: 1px solid var(--brand-primary);
  box-shadow: 0 4px 12px rgba(210, 105, 30, 0.25);
}
.plan-act-btn.act-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(210, 105, 30, 0.4);
}

.plan-act-btn.act-whatsapp {
  background: rgba(37, 211, 102, 0.08);
  color: #16a34a !important;
  border: 1px solid rgba(37, 211, 102, 0.3);
}
body[data-theme="dark"] .plan-act-btn.act-whatsapp {
  background: rgba(37, 211, 102, 0.12);
  color: #4ade80 !important;
  border-color: rgba(37, 211, 102, 0.35);
}
.plan-act-btn.act-whatsapp:hover {
  background: #25d366 !important;
  color: #ffffff !important;
  border-color: #25d366 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.35);
}

/* 4-Column VPS Pricing Grid */
.vps-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 24px 28px;
}
@media (max-width: 1100px) {
  .vps-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .vps-pricing-grid {
    grid-template-columns: 1fr;
  }
}

.vps-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.35) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid var(--color-border);
  border-radius: 20px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.03);
  position: relative;
  transition: all 0.3s ease;
}
body[data-theme="dark"] .vps-card {
  background: linear-gradient(135deg, rgba(62, 57, 85, 0.6) 0%, rgba(35, 32, 50, 0.4) 100%);
  border-color: rgba(255, 255, 255, 0.12);
}
.vps-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
body[data-theme="dark"] .vps-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.featured-vps-card {
  border-color: var(--brand-primary) !important;
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.1) 0%, rgba(255, 255, 255, 0.6) 100%);
  box-shadow: 0 16px 40px rgba(210, 105, 30, 0.15);
}
body[data-theme="dark"] .featured-vps-card {
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.2) 0%, rgba(45, 40, 65, 0.6) 100%);
  box-shadow: 0 16px 40px rgba(210, 105, 30, 0.25);
}

.vps-featured-pill {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--brand-primary) 0%, #ff8c3a 100%);
  color: #ffffff;
  font-size: 9.5px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 99px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(210, 105, 30, 0.4);
}

.vps-tier-tag {
  font-size: 10px;
  font-weight: 800;
  color: var(--brand-primary);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.vps-card-header h4 {
  margin: 4px 0 2px;
  font-size: 18px;
  font-weight: 800;
  color: var(--color-ink);
}
body[data-theme="dark"] .vps-card-header h4 {
  color: #ffffff;
}
.vps-card-header p {
  margin: 0 0 14px;
  font-size: 11.5px;
  color: var(--color-muted);
  line-height: 1.4;
}
body[data-theme="dark"] .vps-card-header p {
  color: #b5b3c7;
}

.vps-price-box {
  background: rgba(22, 24, 42, 0.03);
  border: 1px solid rgba(22, 24, 42, 0.06);
  border-radius: 12px;
  padding: 10px 14px;
  margin-bottom: 16px;
}
body[data-theme="dark"] .vps-price-box {
  background: rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.08);
}
.vps-strike-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.vps-hostinger-ref {
  font-size: 11px;
  color: var(--color-muted);
}
body[data-theme="dark"] .vps-hostinger-ref {
  color: #8c8aa1;
}
.vps-hostinger-ref del {
  color: #ef4444;
}
.vps-discount-badge {
  background: rgba(34, 197, 94, 0.15);
  color: #16a34a;
  font-size: 9.5px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
}
body[data-theme="dark"] .vps-discount-badge {
  color: #4ade80;
  background: rgba(34, 197, 94, 0.2);
}

.vps-main-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.vps-main-price .currency {
  font-size: 16px;
  font-weight: 800;
  color: var(--color-ink);
}
body[data-theme="dark"] .vps-main-price .currency {
  color: #ffffff;
}
.vps-main-price .amount {
  font-size: 26px;
  font-weight: 900;
  color: var(--brand-primary);
}
.vps-main-price .period {
  font-size: 11px;
  color: var(--color-muted);
  margin-left: 2px;
}
body[data-theme="dark"] .vps-main-price .period {
  color: #b5b3c7;
}

/* Coming Soon Hosting Badge Styles */
.vps-coming-soon-price {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 4px 0 2px;
}
.cs-badge-icon {
  font-size: 16px;
  animation: csIconPulse 2.5s infinite ease-in-out;
}
@keyframes csIconPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}
.cs-badge-text {
  font-size: 19px;
  font-weight: 900;
  color: var(--brand-primary);
  letter-spacing: -0.3px;
}
body[data-theme="dark"] .cs-badge-text {
  color: #ffaa66;
  text-shadow: 0 0 12px rgba(255, 170, 102, 0.35);
}
.cs-badge-sub {
  font-size: 9.5px;
  font-weight: 750;
  color: var(--color-muted);
  background: rgba(22, 24, 42, 0.05);
  padding: 3px 8px;
  border-radius: 99px;
  border: 1px solid rgba(22, 24, 42, 0.08);
  margin-left: auto;
}
body[data-theme="dark"] .cs-badge-sub {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #c7c5d8;
}

.vps-specs-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vps-specs-list li {
  font-size: 11.5px;
  color: var(--color-ink);
  display: flex;
  align-items: center;
  gap: 6px;
}
body[data-theme="dark"] .vps-specs-list li {
  color: #e2e0ed;
}
.vps-specs-list li::before {
  content: "✓";
  color: #22c55e;
  font-weight: 900;
  font-size: 12px;
}

.vps-cta-btn {
  width: 100%;
  background: rgba(22, 24, 42, 0.06);
  border: 1px solid rgba(22, 24, 42, 0.12);
  color: var(--color-ink);
  border-radius: 10px;
  padding: 11px 14px;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
}
body[data-theme="dark"] .vps-cta-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.vps-cta-btn:hover {
  background: rgba(210, 105, 30, 0.15);
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  transform: translateY(-2px);
}
.highlight-btn {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #ff8c3a 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 6px 20px rgba(210, 105, 30, 0.35);
}
.highlight-btn:hover {
  box-shadow: 0 8px 25px rgba(210, 105, 30, 0.5);
}

/* Infrastructure Specs Highlights */
.vps-infra-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0 24px 30px;
}
@media (max-width: 1000px) {
  .vps-infra-highlights {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .vps-infra-highlights {
    grid-template-columns: 1fr;
  }
}
.infra-box {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body[data-theme="dark"] .infra-box {
  background: linear-gradient(135deg, rgba(62, 57, 85, 0.55) 0%, rgba(35, 32, 50, 0.35) 100%);
  border-color: rgba(255, 255, 255, 0.1);
}
.infra-icon {
  font-size: 22px;
  margin-bottom: 2px;
}
.infra-box h4 {
  margin: 0;
  font-size: 13.5px;
  font-weight: 800;
  color: var(--color-ink);
}
body[data-theme="dark"] .infra-box h4 {
  color: #ffffff;
}
.infra-box p {
  margin: 0;
  font-size: 11.5px;
  color: var(--color-muted);
  line-height: 1.45;
}
body[data-theme="dark"] .infra-box p {
  color: #b5b3c7;
}

/* ==================== 24/7 AGENT AI SMART BOT FLOATING SIDE DOCK PANEL ==================== */
.awf-bot-container {
  position: fixed;
  bottom: 24px;
  right: 0;
  z-index: 999999;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  font-family: inherit;
}

/* Side Edge Dock Tab Trigger (Stable Fixed Position with Moving Liquid Light Effects) */
.awf-bot-trigger-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, #d2691e 0%, #ff8c3a 25%, #ffb070 50%, #d2691e 75%, #e07425 100%);
  background-size: 300% 300%;
  animation: fluidLiquidGlow 4s ease infinite;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  border-right: none;
  border-radius: 14px 0 0 14px;
  padding: 8px 12px 8px 10px;
  box-shadow: -4px 8px 22px rgba(210, 105, 30, 0.45), inset 0 1px 2px rgba(255, 255, 255, 0.8);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s ease, filter 0.25s ease;
}
body[data-theme="dark"] .awf-bot-trigger-btn {
  background: linear-gradient(135deg, #b8550f 0%, #d2691e 25%, #ff944d 50%, #b8550f 75%, #d2691e 100%);
  background-size: 300% 300%;
  animation: fluidLiquidGlow 4s ease infinite;
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: -4px 8px 22px rgba(0, 0, 0, 0.5), inset 0 1px 2px rgba(255, 255, 255, 0.6), 0 0 18px rgba(210, 105, 30, 0.4);
}
@keyframes fluidLiquidGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Continuous Moving Light Ray Shimmer */
.awf-bot-trigger-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
  transform: skewX(-25deg);
  animation: lightRaySweep 2.8s infinite ease-in-out;
  pointer-events: none;
}
@keyframes lightRaySweep {
  0% { left: -150%; opacity: 0; }
  30% { opacity: 1; }
  60% { left: 180%; opacity: 1; }
  100% { left: 180%; opacity: 0; }
}

.awf-bot-trigger-btn:hover {
  filter: brightness(1.08);
  box-shadow: -6px 12px 28px rgba(210, 105, 30, 0.65), inset 0 1px 3px rgba(255, 255, 255, 0.9);
}

.bot-avatar-wrap {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.85);
}
.bot-avatar-emoji {
  font-size: 15px;
  display: inline-block;
  animation: robotFloatingBob 2.5s ease-in-out infinite;
}
@keyframes robotFloatingBob {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-1.5px) scale(1.08); }
}

.bot-live-dot {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 7px;
  height: 7px;
  background: #22c55e;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  animation: greenRadarWave 1.8s infinite;
}
@keyframes greenRadarWave {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.85); }
  70% { box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.bot-side-tab-text {
  font-size: 11.5px;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* Chatbot Modal Drawer Positioned Above the Bottom Side Tab */
.awf-bot-drawer {
  position: fixed;
  bottom: 74px;
  right: 16px;
  width: 440px;
  max-width: calc(100vw - 32px);
  height: 580px;
  max-height: calc(100vh - 100px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.65) 100%);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1.5px solid var(--color-border);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 30px var(--brand-glow);
  overflow: hidden;
  animation: botDrawerOpen 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
body[data-theme="dark"] .awf-bot-drawer {
  background: linear-gradient(135deg, rgba(24, 21, 38, 0.95) 0%, rgba(16, 14, 26, 0.9) 100%);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.6), 0 0 35px rgba(210, 105, 30, 0.25);
}
@keyframes botDrawerOpen {
  0% { opacity: 0; transform: translateY(20px) scale(0.95); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* Bot Header */
.bot-drawer-header {
  padding: 16px 18px;
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.12) 0%, rgba(255, 140, 58, 0.04) 100%);
  border-bottom: 1px solid rgba(22, 24, 42, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body[data-theme="dark"] .bot-drawer-header {
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.bot-drawer-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bot-header-avatar {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand-primary) 0%, #ff8c3a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  position: relative;
}
.bot-online-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  background: #22c55e;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
}
.bot-header-text h3 {
  margin: 0;
  font-size: 14.5px;
  font-weight: 800;
  color: var(--color-ink);
}
body[data-theme="dark"] .bot-header-text h3 {
  color: #ffffff;
}
.bot-status-text {
  font-size: 10px;
  font-weight: 600;
  color: #16a34a;
}
body[data-theme="dark"] .bot-status-text {
  color: #4ade80;
}

.bot-header-actions {
  display: flex;
  gap: 6px;
}
.bot-header-btn {
  background: rgba(22, 24, 42, 0.06);
  border: 1px solid rgba(22, 24, 42, 0.1);
  color: var(--color-ink);
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.2s ease;
}
body[data-theme="dark"] .bot-header-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.bot-header-btn:hover {
  background: rgba(210, 105, 30, 0.15);
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}

/* Category Filter Bar */
.bot-category-bar {
  display: flex;
  gap: 6px;
  padding: 10px 14px;
  overflow-x: auto;
  background: rgba(22, 24, 42, 0.02);
  border-bottom: 1px solid rgba(22, 24, 42, 0.06);
}
body[data-theme="dark"] .bot-category-bar {
  background: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.bot-category-bar::-webkit-scrollbar {
  height: 3px;
}
.bot-cat-btn {
  white-space: nowrap;
  background: rgba(22, 24, 42, 0.04);
  border: 1px solid rgba(22, 24, 42, 0.08);
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 99px;
  cursor: pointer;
  transition: all 0.2s ease;
}
body[data-theme="dark"] .bot-cat-btn {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: #c9c7db;
}
.bot-cat-btn:hover {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
.bot-cat-btn.active {
  background: var(--brand-primary);
  color: #ffffff !important;
  border-color: var(--brand-primary);
  box-shadow: 0 2px 8px rgba(210, 105, 30, 0.35);
}

/* Chat Messages Log Area */
.bot-chat-log {
  flex-grow: 1;
  padding: 14px 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 240px;
}
.bot-msg-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.bot-outgoing {
  justify-content: flex-end;
}
.bot-bubble-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-primary) 0%, #ff8c3a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.user-avatar {
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

.bot-msg-bubble {
  max-width: 82%;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 12.5px;
  color: var(--color-ink);
  line-height: 1.45;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
body[data-theme="dark"] .bot-msg-bubble {
  background: #1e1b2f;
  border-color: rgba(255, 255, 255, 0.12);
  color: #f0edf8;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
.bot-msg-bubble p {
  margin: 0 0 6px;
}
.bot-msg-bubble p:last-child {
  margin-bottom: 0;
}

.user-bubble {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #e07425 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 14px 4px 14px 14px !important;
}
.user-bubble p {
  color: #ffffff !important;
}

.bot-answer-bubble {
  border-left: 3px solid var(--brand-primary) !important;
}
.answer-badge-tag {
  display: inline-block;
  background: rgba(210, 105, 30, 0.12);
  color: var(--brand-primary);
  font-size: 9.5px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 4px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
body[data-theme="dark"] .answer-badge-tag {
  color: #ffaa66;
  background: rgba(210, 105, 30, 0.2);
}
.answer-content-text {
  font-size: 12.5px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.answer-actions-bar {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(22, 24, 42, 0.06);
}
body[data-theme="dark"] .answer-actions-bar {
  border-top-color: rgba(255, 255, 255, 0.08);
}
.ans-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 750;
  padding: 5px 10px;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ans-contact-btn {
  background: rgba(210, 105, 30, 0.1);
  color: var(--brand-primary);
  border: 1px solid rgba(210, 105, 30, 0.25);
}
.ans-contact-btn:hover {
  background: var(--brand-primary);
  color: #ffffff;
}
.ans-wa-btn {
  background: rgba(37, 211, 102, 0.1);
  color: #16a34a;
  border: 1px solid rgba(37, 211, 102, 0.3);
}
body[data-theme="dark"] .ans-wa-btn {
  color: #4ade80;
  background: rgba(37, 211, 102, 0.15);
}
.ans-wa-btn:hover {
  background: #25d366;
  color: #ffffff !important;
}

/* Typing Indicator */
.bot-typing-indicator {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 16px 8px;
}
.typing-dots-bubble {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 99px;
  padding: 6px 14px;
  display: flex;
  gap: 4px;
}
body[data-theme="dark"] .typing-dots-bubble {
  background: #1e1b2f;
  border-color: rgba(255, 255, 255, 0.12);
}
.typing-dots-bubble span {
  width: 6px;
  height: 6px;
  background: var(--brand-primary);
  border-radius: 50%;
  animation: typingDotPulse 1.2s infinite ease-in-out;
}
.typing-dots-bubble span:nth-child(2) { animation-delay: 0.2s; }
.typing-dots-bubble span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typingDotPulse {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
  40% { transform: scale(1.1); opacity: 1; }
}

/* 20 Questions Catalog Wrap */
.bot-questions-catalog-wrap {
  padding: 10px 14px;
  border-top: 1px solid rgba(22, 24, 42, 0.08);
  background: rgba(22, 24, 42, 0.02);
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 190px;
}
body[data-theme="dark"] .bot-questions-catalog-wrap {
  background: rgba(0, 0, 0, 0.25);
  border-top-color: rgba(255, 255, 255, 0.08);
}
.questions-catalog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-weight: 800;
  color: var(--color-muted);
  letter-spacing: 0.5px;
}
body[data-theme="dark"] .questions-catalog-title {
  color: #b5b3c7;
}
.catalog-count-tag {
  background: rgba(210, 105, 30, 0.1);
  color: var(--brand-primary);
  padding: 1px 6px;
  border-radius: 4px;
}

.bot-questions-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow-y: auto;
  padding-right: 4px;
  flex-grow: 1;
}
.bot-question-pill {
  width: 100%;
  text-align: left;
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 11.5px;
  font-weight: 650;
  color: var(--color-ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  font-family: inherit;
}
body[data-theme="dark"] .bot-question-pill {
  background: #1a1728;
  border-color: rgba(255, 255, 255, 0.12);
  color: #e2e0ed;
}
.bot-question-pill:hover {
  background: rgba(210, 105, 30, 0.1);
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  transform: translateX(3px);
}
body[data-theme="dark"] .bot-question-pill:hover {
  background: rgba(210, 105, 30, 0.2);
  color: #ffaa66;
}
.q-icon { font-size: 13px; }
.q-text { flex-grow: 1; }
.q-arrow {
  color: var(--color-muted);
  font-size: 12px;
  transition: transform 0.2s ease;
}
.bot-question-pill:hover .q-arrow {
  color: var(--brand-primary);
  transform: translateX(2px);
}

/* Bot Persistent Footer */
.bot-drawer-footer {
  padding: 10px 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.8) 100%);
  border-top: 1px solid rgba(22, 24, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body[data-theme="dark"] .bot-drawer-footer {
  background: rgba(18, 15, 28, 0.95);
  border-top-color: rgba(255, 255, 255, 0.08);
}
.bot-footer-info {
  font-size: 10.5px;
  color: var(--color-muted);
  text-align: center;
  font-weight: 600;
}
body[data-theme="dark"] .bot-footer-info {
  color: #b5b3c7;
}

.bot-footer-actions {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 6px;
}
.bot-foot-act-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
}
.bot-foot-act-btn.contact-act {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #e07425 100%);
  color: #ffffff !important;
  border: none;
}
.bot-foot-act-btn.contact-act:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(210, 105, 30, 0.35);
}
.bot-foot-act-btn.wa-act {
  background: rgba(37, 211, 102, 0.1);
  color: #16a34a !important;
  border: 1px solid rgba(37, 211, 102, 0.3);
}
body[data-theme="dark"] .bot-foot-act-btn.wa-act {
  color: #4ade80 !important;
  background: rgba(37, 211, 102, 0.15);
  border-color: rgba(37, 211, 102, 0.35);
}
.bot-foot-act-btn.wa-act:hover {
  background: #25d366 !important;
  color: #ffffff !important;
  border-color: #25d366 !important;
  transform: translateY(-1px);
}

@media (max-width: 500px) {
  .awf-bot-container {
    bottom: 16px;
    right: 0;
  }
  .awf-bot-drawer {
    width: calc(100vw - 20px);
    right: 10px;
    bottom: 64px;
    height: 520px;
  }
  .bot-footer-actions {
    grid-template-columns: 1fr;
  }
}

/* ==================== 🎓 STUDENT DEVELOPER & ACADEMIC CLOUD STYLES ==================== */
.vps-student-view-wrapper,
.vps-college-view-wrapper {
  padding: 0 24px 32px;
}

.student-hero-banner {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.12) 0%, rgba(99, 102, 241, 0.08) 100%);
  border: 1.5px solid rgba(56, 189, 248, 0.3);
  border-radius: 22px;
  padding: 24px 28px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
body[data-theme="dark"] .student-hero-banner {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.15) 0%, rgba(99, 102, 241, 0.12) 100%);
  border-color: rgba(56, 189, 248, 0.4);
}
.student-hero-badge {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 850;
  color: #0284c7;
  background: rgba(56, 189, 248, 0.18);
  padding: 4px 10px;
  border-radius: 99px;
  margin-bottom: 8px;
  letter-spacing: 0.6px;
}
body[data-theme="dark"] .student-hero-badge {
  color: #38bdf8;
}
.student-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 800px) {
  .student-hero-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.student-hero-text h3 {
  margin: 0 0 6px;
  font-size: 19px;
  font-weight: 850;
  color: var(--color-ink);
}
body[data-theme="dark"] .student-hero-text h3 {
  color: #ffffff;
}
.student-hero-text p {
  margin: 0;
  font-size: 13px;
  color: var(--color-muted);
  line-height: 1.5;
  max-width: 750px;
}
body[data-theme="dark"] .student-hero-text p {
  color: #b5b3c7;
}
.student-hero-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .student-hero-cta {
    align-items: flex-start;
  }
}
.free-pill {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  padding: 6px 14px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.35);
}
.free-sub {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-muted);
}
body[data-theme="dark"] .free-sub {
  color: #a8a5be;
}

/* Student Cards Grid */
.student-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 950px) {
  .student-plans-grid {
    grid-template-columns: 1fr;
  }
}

.student-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.45) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid var(--color-border);
  border-radius: 20px;
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}
body[data-theme="dark"] .student-card {
  background: linear-gradient(135deg, rgba(35, 30, 52, 0.8) 0%, rgba(22, 19, 36, 0.6) 100%);
  border-color: rgba(255, 255, 255, 0.12);
}
.student-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.featured-student-card {
  border-color: #38bdf8 !important;
  box-shadow: 0 16px 45px rgba(56, 189, 248, 0.15);
}
body[data-theme="dark"] .featured-student-card {
  box-shadow: 0 18px 45px rgba(56, 189, 248, 0.25);
}
.student-featured-tag {
  position: absolute;
  top: -12px;
  right: 20px;
  background: linear-gradient(135deg, #0284c7 0%, #38bdf8 100%);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  padding: 3px 10px;
  border-radius: 99px;
  letter-spacing: 0.5px;
}
.student-card-badge {
  font-size: 10px;
  font-weight: 850;
  color: var(--brand-primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.student-card-header h4 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 850;
  color: var(--color-ink);
}
body[data-theme="dark"] .student-card-header h4 {
  color: #ffffff;
}
.student-price-box {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
}
.student-price-box .price-val {
  font-size: 28px;
  font-weight: 900;
  color: #22c55e;
}
.student-price-box .price-term {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-muted);
}
.student-card-header p {
  margin: 0 0 16px;
  font-size: 12px;
  color: var(--color-muted);
  line-height: 1.45;
}
body[data-theme="dark"] .student-card-header p {
  color: #b5b3c7;
}

.student-specs-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.student-specs-list li {
  font-size: 12px;
  color: var(--color-ink);
  line-height: 1.4;
}
body[data-theme="dark"] .student-specs-list li {
  color: #d1cde0;
}
.student-specs-list li strong {
  color: var(--brand-primary);
}
body[data-theme="dark"] .student-specs-list li strong {
  color: #ffaa66;
}

/* ==================== 🏫 COLLEGE & INSTITUTE PARTNERSHIP STYLES ==================== */
.college-partner-banner {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1.5px solid var(--color-border);
  border-radius: 24px;
  padding: 32px 36px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.04);
}
body[data-theme="dark"] .college-partner-banner {
  background: linear-gradient(135deg, rgba(35, 30, 52, 0.85) 0%, rgba(22, 19, 36, 0.75) 100%);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.college-badge {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 850;
  color: #8b5cf6;
  background: rgba(139, 92, 246, 0.12);
  padding: 4px 12px;
  border-radius: 99px;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
}
body[data-theme="dark"] .college-badge {
  color: #c084fc;
}
.college-banner-header h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 850;
  color: var(--color-ink);
}
body[data-theme="dark"] .college-banner-header h3 {
  color: #ffffff;
}
.college-banner-header p {
  margin: 0 0 26px;
  font-size: 13.5px;
  color: var(--color-muted);
  line-height: 1.55;
  max-width: 820px;
}
body[data-theme="dark"] .college-banner-header p {
  color: #b5b3c7;
}

.college-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}
@media (max-width: 1000px) {
  .college-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .college-pillars-grid {
    grid-template-columns: 1fr;
  }
}

.college-pillar-card {
  background: rgba(22, 24, 42, 0.03);
  border: 1px solid rgba(22, 24, 42, 0.06);
  border-radius: 16px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: all 0.25s ease;
}
body[data-theme="dark"] .college-pillar-card {
  background: rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.08);
}
.college-pillar-card:hover {
  transform: translateY(-2px);
  border-color: rgba(210, 105, 30, 0.3);
}
.pillar-icon {
  font-size: 24px;
  margin-bottom: 2px;
}
.college-pillar-card h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: var(--color-ink);
}
body[data-theme="dark"] .college-pillar-card h4 {
  color: #ffffff;
}
.college-pillar-card p {
  margin: 0;
  font-size: 11.5px;
  color: var(--color-muted);
  line-height: 1.45;
}
body[data-theme="dark"] .college-pillar-card p {
  color: #b5b3c7;
}

.college-action-box {
  background: linear-gradient(135deg, rgba(210, 105, 30, 0.08) 0%, rgba(255, 140, 58, 0.04) 100%);
  border: 1.5px solid rgba(210, 105, 30, 0.25);
  border-radius: 18px;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 850px) {
  .college-action-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.action-box-left {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.action-box-left strong {
  font-size: 14px;
  font-weight: 850;
  color: var(--color-ink);
}
body[data-theme="dark"] .action-box-left strong {
  color: #ffffff;
}
.action-box-left span {
  font-size: 12px;
  color: var(--color-muted);
}
body[data-theme="dark"] .action-box-left span {
  color: #b5b3c7;
}
.action-box-right {
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
@media (max-width: 500px) {
  .action-box-right {
    flex-direction: column;
    width: 100%;
  }
}








