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

/* Modern CSS Design System */
:root {
  --font-body: 'Inter', sans-serif;
  --font-heading: 'Outfit', sans-serif;

  /* Color Palette - Light Corporate with Metaguard Red */
  --primary: #b40a17;
  --primary-hover: #900812;
  --primary-light: #fdf2f2;
  --primary-gradient: linear-gradient(135deg, #b40a17, #e02424);
  
  --secondary: #0f172a; /* Dark slate for high contrast headings */
  --secondary-light: #1e293b;
  
  --bg-primary: #ffffff;
  --bg-secondary: #f8fafc;
  --bg-tertiary: #f1f5f9;
  
  --text-primary: #334155; /* Slate 700 for body text */
  --text-secondary: #64748b; /* Slate 500 for secondary text */
  --text-dark: #0f172a;
  --text-white: #ffffff;
  
  --border-color: #e2e8f0;
  --border-focus: #f8b4b4;
  
  --success: #10b981;
  --error: #ef4444;
  
  /* Layout & Spacing */
  --max-width: 1200px;
  --header-height: 80px;
  
  /* Shadows & Radius */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.05);
  --shadow-md: 0 10px 15px -3px rgba(15, 23, 42, 0.05), 0 4px 6px -4px rgba(15, 23, 42, 0.05);
  --shadow-lg: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 8px 10px -6px rgba(15, 23, 42, 0.08);
  
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--secondary);
  font-weight: 700;
  line-height: 1.25;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.25rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }

p {
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

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

/* Base Utilities */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 5rem 0;
}

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

.text-center { text-align: center; }

.section-title {
  max-width: 700px;
  margin: 0 auto 3.5rem auto;
}

.section-title span {
  display: inline-block;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}

.section-title h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  position: relative;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius-md);
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  gap: 0.5rem;
}

.btn-primary {
  background: var(--primary-gradient);
  color: var(--text-white);
  box-shadow: 0 4px 14px rgba(180, 10, 23, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(180, 10, 23, 0.4);
}

.btn-secondary {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
}

.btn-secondary:hover {
  background-color: var(--primary-light);
  transform: translateY(-2px);
}

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

.btn-outline:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

/* Top bar contact details */
.topbar {
  background-color: var(--secondary);
  color: var(--text-white);
  font-size: 0.85rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.topbar-info {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.topbar-info li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.topbar-info a:hover {
  color: var(--primary);
}

/* Navigation Header */
.header {
  height: var(--header-height);
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border-bottom: 1px solid var(--border-color);
}

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

.logo img {
  height: 75px; /* Büyütülmüş logo yüksekliği */
  width: auto;
  display: block;
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 1.5rem;
  height: 100%;
}

.nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-link {
  font-family: var(--font-heading);
  font-weight: 500;
  color: var(--text-dark);
  padding: 0.5rem 0;
  position: relative;
}

.nav-link:hover, .nav-item.active .nav-link {
  color: var(--primary);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  transition: var(--transition);
}

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

/* Dropdown Menu */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--bg-primary);
  box-shadow: var(--shadow-lg);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: var(--transition);
  list-style: none;
  padding: 0.75rem 0;
  z-index: 100;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li a {
  display: block;
  padding: 0.6rem 1.25rem;
  font-size: 0.95rem;
  color: var(--text-primary);
  font-weight: 500;
}

.dropdown-menu li a:hover {
  background-color: var(--bg-secondary);
  color: var(--primary);
  padding-left: 1.5rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Language Selector */
.lang-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lang-btn {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
  padding: 0.25rem 0.5rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-color);
}

.lang-btn.active, .lang-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  background-color: var(--primary-light);
}

/* Hamburger Menu */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 101;
}

.hamburger span {
  width: 100%;
  height: 2px;
  background-color: var(--secondary);
  border-radius: var(--radius-full);
  transition: var(--transition);
}

/* Hero Section */
.hero {
  position: relative;
  background-color: var(--bg-secondary);
  padding: 6rem 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border-color);
}

.hero::after {
  content: '';
  position: absolute;
  right: -5%;
  top: -10%;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, rgba(180, 10, 23, 0.05) 0%, transparent 70%);
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}

.hero-text h1 {
  font-size: 3.25rem;
  margin-bottom: 1.5rem;
  color: var(--secondary);
}

.hero-text p {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 2.25rem;
}

.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-visual {
  position: relative;
}

.hero-image-wrapper {
  background: white;
  padding: 1rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-color);
}

.hero-visual img {
  border-radius: var(--radius-md);
  width: 100%;
}

/* Features Grid */
.features-section {
  margin-top: -3.5rem;
  position: relative;
  z-index: 3;
  padding-bottom: 3.5rem;
}

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

.feature-card {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 2.25rem;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-gradient);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: var(--transition);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.feature-card:hover::before {
  transform: scaleY(1);
}

.feature-icon {
  width: 50px;
  height: 50px;
  background-color: var(--primary-light);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.feature-card h3 {
  margin-bottom: 1rem;
  font-size: 1.35rem;
}

.feature-card p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* Services Page Card Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.service-card {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 2.5rem 2rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-focus);
}

.service-icon {
  font-size: 2.25rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
  display: inline-block;
}

.service-card h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.service-card p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  flex-grow: 1;
  margin-bottom: 1.5rem;
}

.service-link {
  color: var(--primary);
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.service-link:hover {
  gap: 0.5rem;
}

/* Work Process Workflow */
.process-section {
  background-color: var(--bg-secondary);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  position: relative;
}

.process-grid::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: var(--border-color);
  z-index: 1;
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 2;
}

.process-num {
  width: 60px;
  height: 60px;
  background-color: var(--bg-primary);
  border: 2px solid var(--primary);
  color: var(--primary);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.process-step:hover .process-num {
  background: var(--primary-gradient);
  color: var(--text-white);
  border-color: transparent;
  transform: scale(1.1);
}

.process-step h3 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.process-step p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Quick Contact / Stats Row */
.stats-bar {
  background-color: var(--secondary);
  color: var(--text-white);
  padding: 4rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.stat-item h3 {
  font-size: 3rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.stat-item p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* Call to Action Banner */
.cta-banner {
  background: var(--primary-gradient);
  color: var(--text-white);
  text-align: center;
  padding: 5rem 0;
  position: relative;
}

.cta-banner h2 {
  color: var(--text-white);
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.cta-banner p {
  max-width: 600px;
  margin: 0 auto 2.5rem auto;
  font-size: 1.1rem;
  opacity: 0.9;
}

.cta-banner .btn-secondary {
  border-color: var(--text-white);
  color: var(--text-white);
}

.cta-banner .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Footer Styles */
.footer {
  background-color: var(--secondary);
  color: rgba(255, 255, 255, 0.7);
  padding: 5rem 0 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer h3 {
  color: var(--text-white);
  font-size: 1.2rem;
  margin-bottom: 1.75rem;
  position: relative;
}

.footer h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background-color: var(--primary);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-logo {
  height: 90px; /* Footer logo yüksekliği */
  width: auto;
  display: block;
  margin-bottom: 1rem;
}

.footer-brand p {
  margin: 1.5rem 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-links, .footer-contact {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a:hover {
  color: var(--primary);
  padding-left: 0.25rem;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.footer-contact i {
  color: var(--primary);
  font-size: 1.1rem;
  margin-top: 0.2rem;
}

.footer-contact a:hover {
  color: var(--primary);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
}

.footer-socials {
  display: flex;
  gap: 1rem;
}

.footer-socials a {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
}

.footer-socials a:hover {
  background-color: var(--primary);
  transform: translateY(-2px);
}

/* Service Inner Layout */
.service-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
}

.sidebar-menu {
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  position: sticky;
  top: 100px;
}

.sidebar-title {
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border-color);
}

.sidebar-list {
  list-style: none;
}

.sidebar-list li {
  margin-bottom: 0.5rem;
}

.sidebar-list a {
  display: block;
  padding: 0.6rem 0.75rem;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.sidebar-list a:hover, .sidebar-list li.active a {
  background-color: var(--primary-light);
  color: var(--primary);
}

.service-content h1 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}

.service-content img {
  border-radius: var(--radius-md);
  margin-bottom: 2rem;
  box-shadow: var(--shadow-md);
}

.service-features-list {
  list-style: none;
  margin: 2rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.service-features-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
}

.service-features-list i {
  color: var(--success);
  font-size: 1.25rem;
}

/* Forms (Get a Quote & Contact) */
.form-card {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 3rem;
  box-shadow: var(--shadow-lg);
  max-width: 800px;
  margin: 0 auto;
}

.form-title {
  margin-bottom: 2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-full {
  grid-column: span 2;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.form-control {
  width: 100%;
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  background-color: var(--bg-secondary);
  transition: var(--transition);
  color: var(--text-dark);
}

.form-control:focus {
  outline: none;
  border-color: var(--primary);
  background-color: var(--bg-primary);
  box-shadow: 0 0 0 3px var(--border-focus);
}

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

/* Multi-select options grid inside form */
.services-selection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.9rem;
}

.checkbox-group input {
  width: 16px;
  height: 16px;
  accent-color: var(--primary);
}

/* Alert Notification style */
.alert {
  padding: 1rem 1.25rem;
  border-radius: var(--radius-md);
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.alert-success {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.alert-danger {
  background-color: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

/* Breadcrumbs */
.breadcrumbs {
  background-color: var(--bg-secondary);
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
}

.breadcrumbs ul {
  display: flex;
  list-style: none;
  gap: 0.5rem;
}

.breadcrumbs li::after {
  content: '/';
  margin-left: 0.5rem;
  color: var(--text-muted);
}

.breadcrumbs li:last-child::after {
  content: '';
}

.breadcrumbs a:hover {
  color: var(--primary);
}

.breadcrumbs li.active {
  color: var(--text-secondary);
}

/* Blog Layout */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.blog-card {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.blog-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

.blog-body h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}

.blog-body p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  flex-grow: 1;
}

.blog-more {
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.blog-more:hover {
  gap: 0.5rem;
}

/* CSS Animation Utility */
.animate-fade-in {
  animation: fadeIn 0.8s ease-out forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Multi-Step Wizard and Dynamic Stepper Styles */
.wizard-step {
  display: none;
}

.wizard-step.active {
  display: block;
  animation: fadeInSlide 0.4s ease-out forwards;
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wizard-progress {
  margin-bottom: 2rem;
  background-color: var(--bg-secondary);
  padding: 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
}

.wizard-progress-bar {
  height: 8px;
  background-color: var(--border-color);
  border-radius: var(--radius-full);
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.wizard-progress-fill {
  height: 100%;
  background: var(--primary-gradient);
  width: 0%;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wizard-step-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.wizard-step-title {
  color: var(--secondary);
  font-size: 1.1rem;
  font-weight: 700;
  font-family: var(--font-heading);
}

.wizard-step-count {
  background-color: var(--primary-light);
  color: var(--primary);
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
}

/* Dynamic Tables inside Wizard */
.dynamic-table-container {
  overflow-x: auto;
  margin: 1rem 0 1.5rem 0;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  background-color: var(--bg-primary);
}

.dynamic-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.dynamic-table th, .dynamic-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border-color);
  text-align: left;
}

.dynamic-table th {
  background-color: var(--bg-secondary);
  color: var(--secondary);
  font-weight: 600;
}

.dynamic-table td {
  vertical-align: middle;
}

.dynamic-table tbody tr:last-child td {
  border-bottom: none;
}

.btn-row-action {
  background: transparent;
  border: none;
  color: var(--error);
  cursor: pointer;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.btn-row-action:hover {
  background-color: #fee2e2;
}

.table-actions-row {
  display: flex;
  justify-content: flex-end;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}

/* Wizard Buttons */
.wizard-buttons {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  border-top: 1px solid var(--border-color);
  padding-top: 1.5rem;
}

.wizard-buttons .btn {
  flex: 1;
}

/* Summary Box in Step 11 */
.summary-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 0.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  background-color: var(--bg-secondary);
}

.summary-section {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem;
}

.summary-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.summary-section h4 {
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.summary-data-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0.5rem 1rem;
  font-size: 0.9rem;
}

.summary-label {
  font-weight: 600;
  color: var(--secondary);
}

.summary-val {
  color: var(--text-primary);
}

.summary-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  background-color: var(--bg-primary);
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.summary-table th, .summary-table td {
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--border-color);
  text-align: left;
}

.summary-table th {
  background-color: var(--bg-tertiary);
  color: var(--secondary);
}

.terms-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: var(--primary-light);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-focus);
}

.terms-container .checkbox-group {
  align-items: flex-start;
}

.terms-container .checkbox-group input {
  margin-top: 0.2rem;
}

/* Custom Scrollbar for Summary */
.summary-container::-webkit-scrollbar {
  width: 6px;
}

.summary-container::-webkit-scrollbar-track {
  background: var(--bg-primary);
  border-radius: var(--radius-full);
}

.summary-container::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: var(--radius-full);
}

.summary-container::-webkit-scrollbar-thumb:hover {
  background: var(--text-secondary);
}

/* Emergency Response Pulsing Blink Class */
.emergency-blink {
  color: var(--primary) !important;
  font-weight: 700 !important;
  animation: emergencyBlink 1.5s infinite;
}

@keyframes emergencyBlink {
  0%, 100% {
    opacity: 1;
    text-shadow: 0 0 8px rgba(180, 10, 23, 0.6);
  }
  50% {
    opacity: 0.4;
    text-shadow: none;
  }
}

/* Mobile Responsive Adjustments */
@media (max-width: 992px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 1.85rem; }
  
  .hero .container {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  
  .hero-btns {
    justify-content: center;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  
  .features-section {
    margin-top: 0;
    padding-top: 3rem;
  }
  
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .process-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .process-grid::before {
    display: none;
  }
  
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .service-layout {
    grid-template-columns: 1fr;
  }
  
  .sidebar-menu {
    position: static;
  }
}

@media (max-width: 768px) {
  .topbar {
    display: none;
  }
  
  .hamburger {
    display: flex;
  }
  
  .nav-menu {
    position: fixed;
    top: var(--header-height);
    left: -100%;
    width: 100%;
    height: calc(100vh - var(--header-height));
    background-color: var(--bg-primary);
    flex-direction: column;
    align-items: stretch;
    padding: 2rem;
    gap: 1.5rem;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
    overflow-y: auto;
  }
  
  .nav-menu.open {
    left: 0;
  }
  
  .nav-item {
    height: auto;
  }
  
  .nav-link {
    width: 100%;
    font-size: 1.15rem;
  }
  
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-left: 2px solid var(--border-color);
    margin-left: 0.5rem;
    padding: 0.25rem 0;
    display: none;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  
  .header-actions {
    margin-left: auto;
    margin-right: 1rem;
  }
  
  .services-grid, .blog-grid {
    grid-template-columns: 1fr;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .form-card {
    padding: 1.5rem;
  }
  
  .form-grid {
    grid-template-columns: 1fr;
  }
  
  .form-full {
    grid-column: span 1;
  }
  
  .services-selection {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   METAGUARD INTERACTIVE SOC WIDGET STYLES
   ========================================================================== */
.soc-widget {
  background: linear-gradient(135deg, #0b0f19 0%, #111827 100%);
  color: var(--text-white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.6), 0 0 25px rgba(180, 10, 23, 0.12);
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.soc-widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.soc-logo-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.soc-logo-icon {
  color: var(--primary);
  font-size: 1.25rem;
  filter: drop-shadow(0 0 8px rgba(180, 10, 23, 0.6));
}

.soc-logo-title .text-primary-red {
  color: var(--primary);
}

.soc-status-badge {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-full);
}

.soc-status-dot {
  width: 6px;
  height: 6px;
  background-color: var(--success);
  border-radius: 50%;
  animation: dotPulse 1.5s infinite;
}

.soc-status-text {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--success);
  letter-spacing: 0.5px;
}

/* Screen Area */
.soc-screen {
  height: 250px;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.soc-stage-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.soc-stage-visual.active {
  display: flex;
  opacity: 1;
}

/* Step 1: Collect Animation Styles */
.collect-center {
  width: 64px;
  height: 64px;
  background: rgba(180, 10, 23, 0.1);
  border: 1.5px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 0 20px rgba(180, 10, 23, 0.3);
}

.central-shield-icon {
  font-size: 2.25rem;
  color: var(--primary);
  animation: shieldPulse 2s infinite ease-in-out;
}

.collect-node {
  position: absolute;
  width: 36px;
  height: 36px;
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: 1.1rem;
  z-index: 2;
  transition: var(--transition);
}

.collect-node:hover {
  color: var(--text-white);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(255,255,255,0.1);
}

.node-top-left { top: 15%; left: 15%; }
.node-top-right { top: 15%; right: 15%; }
.node-bottom-left { bottom: 15%; left: 15%; }
.node-bottom-right { bottom: 15%; right: 15%; }

/* Flow Particles */
.collect-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  border-radius: 50%;
  filter: drop-shadow(0 0 4px var(--primary));
  opacity: 0;
  z-index: 1;
}

.p1 { animation: flowTL 2.5s infinite linear; }
.p2 { animation: flowTR 2.5s infinite linear 0.6s; }
.p3 { animation: flowBL 2.5s infinite linear 1.2s; }
.p4 { animation: flowBR 2.5s infinite linear 1.8s; }

/* Step 2: Analyze Animation Styles */
.radar-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid rgba(180, 10, 23, 0.25);
  position: relative;
  background: rgba(180, 10, 23, 0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.radar-sweep {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 50%, rgba(180, 10, 23, 0.35) 100%);
  animation: rotateSweep 4s linear infinite;
}

.radar-circle::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px dashed rgba(180, 10, 23, 0.15);
}

.radar-circle::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(180, 10, 23, 0.2);
}

.logs-matrix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  font-family: monospace;
  font-size: 0.65rem;
  color: var(--primary);
  opacity: 0.15;
  overflow: hidden;
  z-index: 1;
}

.matrix-column {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 2px;
  animation: scrollLogs 12s linear infinite;
}

.matrix-column:nth-child(even) {
  animation-duration: 8s;
  animation-delay: 1s;
}

/* Step 3: Detect Animation Styles */
.stage-detect {
  box-shadow: inset 0 0 40px rgba(239, 68, 68, 0.12);
  animation: vignetteFlash 2s infinite ease-in-out;
}

.detect-radar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(239, 68, 68, 0.3);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.detect-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(239, 68, 68, 0.5);
  border-radius: 50%;
  animation: pulseWarning 2s infinite ease-out;
}

.detect-target {
  width: 50px;
  height: 50px;
  background: rgba(239, 68, 68, 0.2);
  border: 1px solid rgba(239, 68, 68, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ef4444;
  font-size: 1.75rem;
  animation: targetShake 0.5s infinite;
  box-shadow: 0 0 15px rgba(239, 68, 68, 0.5);
}

.detect-alert-box {
  position: absolute;
  bottom: 1.25rem;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.25);
  border-radius: var(--radius-sm);
  padding: 0.5rem 1rem;
  width: calc(100% - 2.5rem);
  text-align: center;
  backdrop-filter: blur(4px);
}

.alert-tag {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ef4444;
  letter-spacing: 1px;
  margin-bottom: 0.15rem;
}

.alert-details {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Step 4: Respond Animation Styles */
.respond-shield-active {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.1);
  border: 2px solid var(--success);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 25px rgba(16, 185, 129, 0.3);
}

.respond-success-icon {
  font-size: 3rem;
  color: var(--success);
  z-index: 2;
  animation: iconPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.respond-ripple {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--success);
  border-radius: 50%;
  animation: expandRipple 2s infinite ease-out;
}

.respond-status-box {
  position: absolute;
  bottom: 1.25rem;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: var(--radius-sm);
  padding: 0.5rem 1rem;
  width: calc(100% - 2.5rem);
  text-align: center;
  backdrop-filter: blur(4px);
}

.status-tag {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--success);
  letter-spacing: 1px;
  margin-bottom: 0.15rem;
}

.status-details {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Info Description Area */
.soc-info-area {
  padding: 1.25rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.01);
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.soc-stage-title {
  color: var(--text-white);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  font-family: var(--font-heading);
  transition: var(--transition);
}

.soc-stage-desc {
  color: var(--text-secondary);
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  transition: var(--transition);
}

/* Stepper Navigation / Tabs */
.soc-tabs {
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.soc-tab-btn {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.85rem 0.25rem;
  color: var(--text-secondary);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  transition: var(--transition);
}

.soc-tab-btn:hover {
  color: var(--text-white);
  background: rgba(255, 255, 255, 0.02);
}

.soc-tab-btn.active {
  color: var(--text-white);
  border-bottom-color: var(--primary);
  background: rgba(180, 10, 23, 0.08);
}

.tab-number {
  font-size: 0.65rem;
  font-weight: 700;
  opacity: 0.6;
}

.soc-tab-btn.active .tab-number {
  color: var(--primary);
  opacity: 1;
}

.tab-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* Animations Keyframes */
@keyframes dotPulse {
  0% { transform: scale(0.9); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 1; box-shadow: 0 0 6px rgba(16, 185, 129, 0.8); }
  100% { transform: scale(0.9); opacity: 0.6; }
}

@keyframes shieldPulse {
  0% { transform: scale(1); filter: drop-shadow(0 0 8px rgba(180, 10, 23, 0.4)); }
  50% { transform: scale(1.08); filter: drop-shadow(0 0 16px rgba(180, 10, 23, 0.7)); }
  100% { transform: scale(1); filter: drop-shadow(0 0 8px rgba(180, 10, 23, 0.4)); }
}

@keyframes flowTL {
  0% { top: 18%; left: 18%; opacity: 0; transform: scale(0.6); }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { top: 50%; left: 50%; opacity: 0; transform: translate(-50%, -50%) scale(1); }
}

@keyframes flowTR {
  0% { top: 18%; right: 18%; opacity: 0; transform: scale(0.6); }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { top: 50%; right: 50%; opacity: 0; transform: translate(50%, -50%) scale(1); }
}

@keyframes flowBL {
  0% { bottom: 18%; left: 18%; opacity: 0; transform: scale(0.6); }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { bottom: 50%; left: 50%; opacity: 0; transform: translate(-50%, 50%) scale(1); }
}

@keyframes flowBR {
  0% { bottom: 18%; right: 18%; opacity: 0; transform: scale(0.6); }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { bottom: 50%; right: 50%; opacity: 0; transform: translate(50%, 50%) scale(1); }
}

@keyframes rotateSweep {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes scrollLogs {
  0% { transform: translateY(0); }
  100% { transform: translateY(-30%); }
}

@keyframes vignetteFlash {
  0% { box-shadow: inset 0 0 40px rgba(239, 68, 68, 0.08); }
  50% { box-shadow: inset 0 0 40px rgba(239, 68, 68, 0.22); }
  100% { box-shadow: inset 0 0 40px rgba(239, 68, 68, 0.08); }
}

@keyframes pulseWarning {
  0% { transform: scale(0.8); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}

@keyframes targetShake {
  0% { transform: translate(0, 0) scale(1); }
  20% { transform: translate(-2px, 2px) scale(1.02); }
  40% { transform: translate(-2px, -2px) scale(0.98); }
  60% { transform: translate(2px, 2px) scale(1.02); }
  80% { transform: translate(2px, -2px) scale(0.98); }
  100% { transform: translate(0, 0) scale(1); }
}

@keyframes iconPop {
  0% { transform: scale(0); opacity: 0; }
  70% { transform: scale(1.15); }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes expandRipple {
  0% { transform: scale(0.8); opacity: 0.8; }
  100% { transform: scale(1.8); opacity: 0; }
}

/* ==========================================================================
   METAGUARD CYBERSECURITY FAQ / INFO SECTION STYLES
   ========================================================================== */
.cyber-info-section {
  background-color: #090d16;
  color: var(--text-white);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.cyber-info-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 80% 50%, rgba(180, 10, 23, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

.cyber-info-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3.5rem;
  align-items: stretch;
}

.cyber-tabs-col {
  display: flex;
  flex-direction: column;
}

.cyber-tabs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.cyber-tab-btn {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 4px solid transparent;
  padding: 1.25rem 1.5rem;
  color: rgba(255, 255, 255, 0.65);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-align: left;
  line-height: 1.4;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cyber-tab-btn:hover {
  color: var(--text-white);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateX(4px);
}

.cyber-tab-btn.active {
  color: var(--text-white);
  border-left-color: var(--primary);
  background: linear-gradient(90deg, rgba(180, 10, 23, 0.12) 0%, rgba(180, 10, 23, 0.02) 100%);
  border-color: rgba(180, 10, 23, 0.25);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(180, 10, 23, 0.05);
}

.cyber-tab-btn .tab-btn-icon {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.cyber-tab-btn.active .tab-btn-icon {
  color: var(--primary);
  transform: translateX(3px);
  filter: drop-shadow(0 0 5px rgba(180, 10, 23, 0.6));
}

.cyber-tab-content {
  position: relative;
  min-height: 380px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.cyber-tab-content::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(180, 10, 23, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

/* Watermark/Background shield icon inside content panel */
.cyber-tab-content::after {
  content: '\eb0c'; /* boxicon shield */
  font-family: 'boxicons';
  position: absolute;
  bottom: -20px;
  right: -10px;
  font-size: 12rem;
  color: rgba(255, 255, 255, 0.015);
  pointer-events: none;
  line-height: 1;
}

.cyber-tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.cyber-tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.cyber-tab-pane .pane-title {
  font-size: 1.6rem;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.cyber-tab-pane .pane-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--primary);
  border-radius: 2px;
}

.cyber-tab-pane p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.cyber-tab-pane p strong {
  color: var(--text-white);
}

.cyber-tab-pane ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.cyber-tab-pane li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
}

.cyber-tab-pane li i {
  color: var(--primary);
  font-size: 1.3rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
  filter: drop-shadow(0 0 5px rgba(180, 10, 23, 0.4));
}

/* Padlock / Cyber lock visual */
.cyber-lock-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cyber-lock-visual {
  width: 300px;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cyber-lock-glow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(180, 10, 23, 0.12) 0%, transparent 65%);
  z-index: 1;
  pointer-events: none;
}

.cyber-lock-ring-outer {
  position: absolute;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 1.5px dashed rgba(180, 10, 23, 0.25);
  animation: rotateCW 25s linear infinite;
  z-index: 2;
}

.cyber-lock-ring-middle {
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 2px solid rgba(180, 10, 23, 0.1);
  border-top-color: var(--primary);
  border-bottom-color: var(--primary);
  animation: rotateCCW 10s linear infinite;
  z-index: 2;
}

.cyber-lock-ring-inner {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.08);
  z-index: 2;
}

.cyber-lock-core {
  position: absolute;
  width: 85px;
  height: 85px;
  background: #090d16;
  border: 2px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 0 35px rgba(180, 10, 23, 0.4);
  animation: corePulse 3s infinite ease-in-out;
}

.cyber-lock-icon {
  font-size: 2.5rem;
  color: var(--primary);
  filter: drop-shadow(0 0 8px rgba(180, 10, 23, 0.6));
}

/* Tab/Responsive adjustments */
@media (max-width: 992px) {
  .cyber-info-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .cyber-tab-content {
    min-height: auto;
    padding: 2.5rem 2rem;
  }
  
  .cyber-info-section {
    padding: 4.5rem 0;
  }
}

@media (max-width: 768px) {
  .cyber-tabs {
    gap: 0.75rem;
  }
  
  .cyber-tab-btn {
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
  }
  
  .cyber-tab-content {
    padding: 2rem 1.5rem;
  }
  
  .cyber-tab-pane .pane-title {
    font-size: 1.4rem;
  }
}

/* Awareness Section */
.awareness-section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
  background-color: var(--bg-primary); /* White */
}

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

.awareness-card {
  background: rgba(180, 10, 23, 0.03);
  border: 1px solid rgba(180, 10, 23, 0.08);
  padding: 3rem 2.25rem;
  border-radius: 12px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 30px rgba(180, 10, 23, 0.02);
}

.awareness-card:hover {
  transform: translateY(-8px);
  background: rgba(180, 10, 23, 0.05);
  border-color: rgba(180, 10, 23, 0.25);
  box-shadow: 0 15px 35px rgba(180, 10, 23, 0.08);
}

/* Decorative corner trim matching the user's card style */
.awareness-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent rgba(180, 10, 23, 0.15) transparent;
  transition: all 0.3s ease;
}

.awareness-card:hover::after {
  border-color: transparent transparent var(--primary) transparent;
}

.awareness-icon-wrapper {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.25rem;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 5px 15px rgba(180, 10, 23, 0.20);
}

.awareness-card:hover .awareness-icon-wrapper {
  transform: scale(1.08) rotate(360deg);
  box-shadow: 0 8px 20px rgba(180, 10, 23, 0.35);
}

.awareness-icon-wrapper i {
  font-size: 2.25rem;
  color: var(--text-white);
  transition: all 0.4s ease;
}

.awareness-text {
  color: var(--text-primary); /* Slate 700 */
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0;
  transition: all 0.3s ease;
}

.awareness-card:hover .awareness-text {
  color: var(--text-dark); /* Slate 900 */
}

@media (max-width: 992px) {
  .awareness-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  
  .awareness-section {
    padding: 4.5rem 0;
  }
  
  .awareness-card {
    padding: 2.5rem 2rem;
  }
}

/* Floating WhatsApp Widget */
.whatsapp-floating-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: var(--font-body);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.whatsapp-floating-text {
  background: var(--primary); /* Metaguard Red #b40a17 */
  color: var(--text-white);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(180, 10, 23, 0.3);
  white-space: nowrap;
  animation: pulseEmergency 2s infinite;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform-origin: right center;
  transition: all 0.3s ease;
}

.whatsapp-floating-icon {
  width: 56px;
  height: 56px;
  background-color: #25d366; /* WhatsApp Green */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  position: relative;
  transition: all 0.3s ease;
}

.whatsapp-floating-icon i {
  color: var(--text-white);
  font-size: 2.2rem;
  line-height: 56px; /* center vertically */
}

/* Pulse ring around the WhatsApp icon */
.whatsapp-ping {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #25d366;
  opacity: 0.4;
  z-index: -1;
  animation: pingGreen 2s infinite ease-in-out;
}

/* Animations */
@keyframes pingGreen {
  0% { transform: scale(1); opacity: 0.4; }
  100% { transform: scale(1.5); opacity: 0; }
}

@keyframes pulseEmergency {
  0% { transform: scale(1); box-shadow: 0 4px 15px rgba(180, 10, 23, 0.3); }
  50% { transform: scale(1.05); box-shadow: 0 4px 25px rgba(180, 10, 23, 0.6); }
  100% { transform: scale(1); box-shadow: 0 4px 15px rgba(180, 10, 23, 0.3); }
}

/* Hover effects */
.whatsapp-floating-btn:hover {
  transform: translateY(-4px);
}

.whatsapp-floating-btn:hover .whatsapp-floating-text {
  background: var(--primary-hover);
}

.whatsapp-floating-btn:hover .whatsapp-floating-icon {
  background-color: #128c7e; /* Darker WhatsApp Green */
  transform: scale(1.05);
}

/* Mobile responsive - hide text or make it smaller */
@media (max-width: 576px) {
  .whatsapp-floating-text {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
  .whatsapp-floating-icon {
    width: 48px;
    height: 48px;
  }
  .whatsapp-floating-icon i {
    font-size: 1.8rem;
    line-height: 48px;
  }
}


