@charset "UTF-8";
/* 
  AI Exam Scheduler Styles
  ------------------------
  Based on research and design best-practices from "State of the art.docx" :contentReference[oaicite:0]{index=0}&#8203;:contentReference[oaicite:1]{index=1}
*/
/*--------------------------------------------------------------
# Variables & Global Settings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset & Base Styles
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #f7f7f7;
  color: #333;
  line-height: 1.6;
}

.container {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.nav-brand .brand-link {
  display: flex;
  align-items: center; /* This is key for vertical alignment */
  text-decoration: none; /* Ensure text isn't underlined if it inherits from <a> */
}

.nav-brand .brand-link {
  display: flex; /* Helps with vertical alignment of image within link */
  align-items: center;
  color: #5D3FD3; /* Your primary color for the link, if needed */
  font-weight: bold;
  text-decoration: none;
  font-size: 1.25rem;
}

.navbar {
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.navbar .nav-container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.navbar .nav-container .brand-link {
  color: #5D3FD3;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.25rem;
}
.navbar .nav-container .brand-link:hover {
  color: #261762;
}
.navbar .nav-container .nav-links {
  margin-left: auto;
  list-style: none;
  display: flex;
  gap: 1rem;
}
.navbar .nav-container .nav-links li a,
.navbar .nav-container .nav-links li button {
  color: #333;
  text-decoration: none;
  padding: 0.5rem;
}
.navbar .nav-container .nav-links li a:hover,
.navbar .nav-container .nav-links li button:hover {
  color: #5D3FD3;
}

/* Navbar Logo Styling */
#navbar-logo {
  height: 45px; /* Adjust as needed, maybe a bit smaller to fit text */
  width: auto;
  vertical-align: middle;
  margin-right: 8px; /* Space between logo and text */
}

#navbar-brand-text {
  font-weight: bold;
  font-size: 1rem; /* Match or slightly adjust from original brand link text size */
  color: #5D3FD3; /* Your primary brand color, or inherit from .brand-link */
  vertical-align: middle;
}

/* Remove underline on hover for text */
#navbar-brand-text:hover {
  text-decoration: none;
}

/* Add hover effect for the logo */
#navbar-logo:hover {
  transform: scale(1.1); /* Slightly enlarge the icon */
  transition: transform 0.2s ease-in-out; /* Smooth transition */
}

/*--------------------------------------------------------------
# Utility Classes
--------------------------------------------------------------*/
.mt-1 {
  margin-top: 1rem;
}

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

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Buttons (Reduced Size + Matching Styles)
--------------------------------------------------------------*/
/* Adjusted padding & font-size for smaller buttons */
.btn-hero, .btn-secondary, .btn-subtle {
  font-family: inherit;
  border: none;
  border-radius: 0.5rem;
  transition: background 0.2s;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-hero,
.btn-secondary {
  background: #5D3FD3;
  color: #ffffff;
  border: none;
}

.btn-hero:hover:hover {
  background: #261762;
}

.btn-secondary:hover:hover {
  background: #261762;
}

.btn-subtle {
  background: none;
  border: 1px solid #5D3FD3;
  color: #5D3FD3;
}

.btn-subtle:hover {
  background: #5D3FD3;
  color: #ffffff;
}

.btn-edit-schedule {
  font-family: inherit;
  border: none;
  border-radius: 0.5rem;
  transition: background 0.2s;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  background: #261762;
  color: #ffffff;
}

.btn-edit-schedule:hover:hover {
  background: black;
}

/*--------------------------------------------------------------
# Forms & Cards
--------------------------------------------------------------*/
.form-wrapper, .form-container {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.form-section {
  margin-bottom: 1.2rem;
}

.form-section label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.form-section input[type=date],
.form-section input[type=number],
.form-section select,
.form-section input[type=text] {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-checkbox {
  display: block;
  margin-bottom: 1rem;
}

.form-checkbox input {
  margin-right: 0.5rem;
}

/* Centering form navigation buttons ("Previous step" & "Continue") */
.form-navigation,
.result-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

/*--------------------------------------------------------------
# File Upload Area
--------------------------------------------------------------*/
.file-drop-area {
  border: 2px dashed #ccc;
  padding: 2rem;
  text-align: center;
  border-radius: 6px;
  transition: background 0.3s ease;
  cursor: pointer;
  background: #ffffff;
}

.file-drop-area.dragover {
  background: #e9e5f9;
  border-color: #5D3FD3;
}

.file-name-output {
  margin-top: 0.5rem;
  font-style: italic;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

/* Enhanced styling for excel-table to match popup */
.excel-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  font-size: 0.9rem;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.excel-table thead tr {
  background: linear-gradient(135deg, #7c4dff 0%, #5D3FD3 100%);
}

.excel-table th {
  color: white;
  font-weight: 600;
  padding: 1rem;
  text-align: center;
  letter-spacing: 0.5px;
  border: none;
  position: relative;
}

.excel-table th:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.excel-table th:first-child {
  border-top-left-radius: 8px;
}

.excel-table th:last-child {
  border-top-right-radius: 8px;
}

.excel-table tbody tr {
  background: #ffffff;
  transition: background 0.2s ease;
}

.excel-table tbody tr:nth-child(even) {
  background: #f8f9ff;
}

.excel-table tbody tr:hover {
  background: #f0f4ff;
}

.excel-table td {
  padding: 0.75rem 1rem;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.excel-table td:last-child {
  border-right: none;
}

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

/* Excel table wrapper for additional styling */
.excel-table-wrapper {
  overflow-x: auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}

/* Schedule table styling */
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.schedule-table th, .schedule-table td {
  border: 1px solid #ddd;
  padding: 0.8rem;
  text-align: center;
  padding: 0.75rem 1.5rem;
  border: 1px solid #eee;
}

.schedule-table th {
  background: #5D3FD3;
  color: #ffffff;
}

/* Add alternating row colors and hover effect */
.schedule-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.schedule-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.schedule-table tbody tr:hover {
  background-color: #f1f1f1;
}

.schedule-table-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.schedule-table {
  min-width: 100%;
  width: auto;
  border-collapse: collapse;
  table-layout: fixed;
}

.schedule-table th,
.schedule-table td {
  padding: 0.75rem;
  border: 1px solid #ddd;
  white-space: nowrap;
  min-width: 100px;
  text-align: center;
}

.schedule-table th:first-child,
.schedule-table td:first-child {
  min-width: 200px; /* Ensure exam name column is wider */
  max-width: 300px;
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Break words if necessary */
  overflow-wrap: break-word; /* Modern property for word breaking */
  hyphens: auto; /* Add hyphens if needed */
  text-align: center; /* Center text */
  vertical-align: middle; /* Vertically center content */
}

/* Style specifically for exam name cells */
.exam-name-cell {
  text-align: center;
  word-wrap: break-word;
  max-width: 300px; 
  white-space: normal;
  overflow-wrap: break-word;
  font-weight: normal;
  padding: 0.75rem 0.5rem;
  line-height: 1.4;
  vertical-align: middle;
}

.step4-container {
  max-width: 720px;
  margin: 2rem auto;
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.step4-container .form-checkbox {
  display: none;
}

.step4-container .form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.step4-container .form-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2c3e50;
  display: flex;
  align-items: center;
}

.step4-container .tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 0.5rem;
  border: 1px solid #7f8c8d;
  border-radius: 50%;
  background: #f4f4f4;
  color: #7f8c8d;
  font-size: 12px;
  line-height: 1;
  cursor: help;
  position: relative;
}

.step4-container /* .tooltip-icon::before content removed - using SVG icon instead */

.step4-container .tooltip-text {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5rem);
  transform: translateY(-50%);
  min-width: 300px;
  max-width: 450px;
  width: auto;
  word-wrap: break-word;
  background: #2c3e50;
  color: #ecf0f1;
  padding: 0.75rem;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-size: 0.875rem;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 1000;
}

.step4-container .tooltip-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent #2c3e50 transparent transparent;
}

.step4-container .tooltip-icon:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}

.step4-container .form-help {
  font-size: 0.875rem;
  color: #7f8c8d;
  margin-top: 0.25rem;
}

.step4-container .form-group input,
.step4-container .form-group select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.step4-container .form-group input:focus,
.step4-container .form-group select:focus {
  border-color: #2980b9;
  outline: none;
  box-shadow: 0 0 0 3px rgba(41, 128, 185, 0.15);
}

.step4-container .form-navigation {
  display: flex;
  justify-content: center; /* Center the buttons */
  gap: 1rem; /* Space between buttons */
  margin-top: 2rem;
}

.step4-container .form-navigation,
.form-container .form-navigation {
  display: flex;
  justify-content: center; /* Center the buttons */
  gap: 1rem; /* Space between buttons */
  margin-top: 2rem;
}

.advanced-settings {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
  background-color: #f9f9f9;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.advanced-settings-content {
  opacity: 1;
}

.advanced-settings:not(.hidden) {
  max-height: 1000px; /* Large enough to fit the content */
  opacity: 1;
}

/*--------------------------------------------------------------
# Progress & Summary Components
--------------------------------------------------------------*/
.progress-box {
  background: #ffffff;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.progress-info {
  margin: 1rem 0;
  font-size: 1.1rem;
}

.summary-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 1.5rem auto;
  padding: 1rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  max-width: 600px;
}

.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.03);
  z-index: 999;
}

.progress-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  text-align: center;
}

.progress-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  width: 90%;
  text-align: center;
  position: relative;
}

.progress-text {
  margin: 0.75rem 0;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #333;
}

.spinner {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Progress Bar (Multi-Step) 
--------------------------------------------------------------
- The line starts at the center of the first circle (left: 1rem) 
  and ends at the center of the last circle (right: 1rem).
*/
.progress-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}

.progress-bar-container::before {
  content: "";
  position: absolute;
  top: 1rem; /* center of a 2rem circle */
  left: 1rem;
  right: 1rem;
  height: 2px;
  background: #ddd;
  z-index: 0;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1; /* keep circles above the line */
}

/* Circle styling */
.progress-step .step-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border: 2px solid #5D3FD3;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  font-weight: bold;
  background: #ffffff;
  color: #5D3FD3;
}

/* Active step: purple-filled circle, white text */
.progress-step.active .step-number {
  background: #5D3FD3;
  color: #ffffff;
}

/* Completed step: green-filled circle, white text */
.progress-step.done .step-number {
  background: #4CAF50;
  color: #ffffff;
  border-color: #4CAF50;
}

/* Step label styling */
.progress-step .step-label {
  font-size: 0.9rem;
  color: #333;
  margin-top: 0.25rem;
}

/* Completed step label: bold + green */
.progress-step.done .step-label {
  font-weight: bold;
  color: #4CAF50;
}

/*--------------------------------------------------------------
# Step 2: "Dates without exams" rework
--------------------------------------------------------------*/
/* Each row is a small horizontal layout. */
.excluded-date-row {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.excluded-date {
  flex: 1;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Button to remove a row. 
   Replaces the trash icon with a simple text button. 
   Styled like a smaller .btn-subtle. */
.remove-date-btn {
  background: none;
  border: 1px solid #5D3FD3;
  color: #5D3FD3;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.remove-date-btn:hover {
  background: #5D3FD3;
  color: #ffffff;
}

.add-date-btn {
  margin-top: 0.5rem;
  background: none;
  border: 1px solid #5D3FD3;
  color: #5D3FD3;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.add-date-btn:hover {
  background: #5D3FD3;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Forced Exam Dates (Step 3)
--------------------------------------------------------------*/
/* Grid of cards for each exam */
.forced-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
  align-items: stretch; /* ensure all cards stretch to equal height */
}

/* Individual exam card */
.forced-card {
  background: #ffffff;
  border: 1px solid white;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%; /* make each card fill the grid cell */
}

/* Exam title */
.forced-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #5D3FD3;
}

/* Push date-input and timeslot selector to bottom */
.forced-card .form-input,
.forced-card .timeslot-container {
  margin: 0.5rem 0;
}

.exam-id {
  font-size: 0.9rem;
  color: gray;
}

/* Form labels and inputs */
.form-label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.form-input,
.form-select {
  width: 100%; /* Ensure both elements take the full width of their container */
  max-width: 300px; /* Optional: Set a maximum width for better responsiveness */
  box-sizing: border-box; /* Include padding and border in the element's width */
  padding: 0.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.3rem;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

/* Fixed header height ensures inputs align */
.forced-header {
  min-height: 4rem; /* adjust as needed for two-line names */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-input {
  margin: 0.5rem auto;
  width: calc(100% - 1rem);
}

.timeslot-container {
  margin: 0 0 0.5rem;
}

.clear-btn {
  background: none;
  border: none;
  color: #888; /* Subtle gray color */
  font-size: 0.9rem;
  cursor: pointer;
  margin-top: 0.5rem;
  text-decoration: underline;
}

.clear-btn:hover {
  color: #555; /* Slightly darker gray on hover */
}

/*--------------------------------------------------------------
# Align and Size Inputs & Clear Button
--------------------------------------------------------------*/
.forced-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}

.forced-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}

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

.form-input {
  width: 100%;
  max-width: 200px;
  margin: 0.5rem 0;
}

.timeslot-container .form-input {
  max-width: 200px;
}

.clear-btn {
  background: transparent;
  border: none;
  color: #5D3FD3;
  cursor: pointer;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  text-decoration: underline;
}

/* Reuse existing alert style for errors */
.alert-banner {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  margin-top: 1rem;
}
.alert-banner p {
  margin: 0;
  font-size: 0.95rem;
}

/* Utility spacing */
.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------
# Result Actions
--------------------------------------------------------------*/
.result-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

/* Beautified Edit Schedule */
.summary-tables {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  gap: 2rem;
}

.stats-table {
  width: 48%;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.stats-table th, .stats-table td {
  padding: 0.5rem 0.75rem;
  text-align: left;
}
.stats-table caption {
  font-weight: bold;
  padding-bottom: 0.5rem;
}
.stats-table th {
  background: #f5f5f5;
}

.compare-table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5rem;
}

.compare-table th {
  background: #5D3FD3;
  color: #ffffff;
  padding: 0.75rem 1rem;
  font-weight: 600;
  text-align: center;
}

.compare-table td {
  background: #fff;
  padding: 0.75rem 1rem;
  text-align: center;
  border: 1px solid #ddd;
}

.compare-table tr.modified td {
  background: #fff9c4;
}

.compare-table .spacer-cell {
  background: transparent;
}

.compare-table tbody tr:hover td {
  background: #f1f8e9;
}

.legend {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.legend-box {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #fff9c4;
  border: 1px solid #ccc;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.form-navigation {
  margin: 1.5rem 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.date-input,
.timeslot-input {
  width: 100%;
  min-width: 8rem;
}

.stats-table th,
.stats-table td {
  padding: 0.5rem 1rem;
}

/* Ensure summary stats table matches compare table width */
.summary-inline {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.summary-inline th,
.summary-inline td {
  padding: 0.75rem 1rem;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

.summary-inline th:first-child,
.summary-inline td:first-child {
  text-align: left;
}

.summary-inline thead {
  background: #5D3FD3;
  color: white;
}

.summary-inline thead th {
  background: #5D3FD3;
  color: white;
}

.summary-inline tbody tr:last-child td {
  border-bottom: none;
}

.summary-inline tbody th {
  background-color: #f4f4f4;
  color: #333;
}

/* Table Title */
.table-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  color: #333;
}

/* Table Styling */
.stats-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.95rem;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.stats-table th,
.stats-table td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: center;
}

.stats-table th {
  background-color: #5D3FD3;
  color: white;
  font-weight: bold;
  text-align: center;
}

.stats-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.stats-table tbody tr:hover {
  background-color: #f1f1f1;
}

.tooltip-icon {
  cursor: help;
  color: #888;
  margin-left: 0.25rem;
}

.tooltip-text {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 0.5rem;
  border-radius: 4px;
  font-size: 0.85rem;
  z-index: 10;
}

.tooltip-icon:hover .tooltip-text {
  display: block;
}

/* Highlight editable columns */
.editable-col {
  background: rgba(240, 244, 255, 0.4); /* More subtle light blue shade */
  border-left: 2px solid #c5cae9;
  border-right: 2px solid #c5cae9;
}

/* Center text utility */
.text-center {
  text-align: center;
}

/* Refined input styling */
.input-field {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.9rem;
}

/* Editable column group border */
.group-border-start {
  border-left: 2px solid #c5cae9;
}

.group-border-end {
  border-right: 2px solid #c5cae9;
}

/* Highlight modified rows */
.compare-table tr.modified > td {
  background-color: #fff9c4 !important; /* Use !important to override the alternating colors */
}

/* Make sure editable columns in modified rows maintain their highlight */
.compare-table tr.modified > td.editable-col {
  background-color: #fff9c4; /* Keep the same yellow for consistency */
}

/* ------------------------------------------------------------------
   Revised styles for Impact & Update buttons
   ------------------------------------------------------------------ */
/* Impact button  */
.btn-impact.btn-large {
  background: #353536;
  color: #fff;
  font-family: inherit;
  border: none;
  border-radius: 0.5rem;
  transition: background 0.2s;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn-impact.btn-large:hover {
  background: #1c113b;
  box-shadow: 0 4px 8px rgba(69, 39, 160, 0.4);
}

/* Update button (softer green, feels like a save action) */
.btn-update.btn-large {
  background: #4c744c; /* vivid green */
  color: #fff;
  font-family: inherit;
  border: none;
  border-radius: 0.5rem;
  transition: background 0.2s;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn-update.btn-large:hover {
  background: #115315;
  box-shadow: 0 4px 8px rgba(56, 142, 60, 0.4);
}

/* =======================
   LANDING PAGE IMPROVEMENTS
   ======================= */
/* Enhanced Landing Page Styles */
.landing-hero {
  position: relative;
  width: 100%;
  /* min-height: 100vh removed - was causing scroll conflicts with how-it-works section */
  background: linear-gradient(135deg, #f9f9ff 0%, #f0f4ff 100%);
  display: flex;
  align-items: center;
  padding: 2rem 1.5rem;
  overflow: visible; /* Changed from hidden to visible */
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
}

.shape1 {
  top: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  background: linear-gradient(45deg, #5D3FD3, #7d64e1);
  animation: float 15s ease-in-out infinite;
}

.shape2 {
  bottom: -80px;
  right: 10%;
  width: 200px;
  height: 200px;
  background: linear-gradient(45deg, #4A90E2, #5D3FD3);
  animation: float 18s ease-in-out infinite reverse;
}

.shape3 {
  top: 40%;
  right: -80px;
  width: 180px;
  height: 180px;
  background: linear-gradient(45deg, #5D3FD3, #9A7EFF);
  animation: float 12s ease-in-out infinite 2s;
}

.shape4 {
  bottom: 25%;
  left: 12%;
  width: 120px;
  height: 120px;
  background: linear-gradient(45deg, #b19eff, #5D3FD3);
  animation: float 10s ease-in-out infinite 1s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(20px) scale(1.05);
  }
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
  gap: 2rem;
}

.hero-headline {
  flex: 1;
  text-align: left;
  animation: fadeInUp 0.8s ease-out forwards;
}

.hero-headline h1 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #333;
}

.hero-headline .highlight {
  color: #5D3FD3;
  position: relative;
  display: inline-block;
  padding-top: 0.3rem; /* Add small padding to reduce gap above "Made simple" */
}

.hero-headline .highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60%; /* Reduce width from 100% to 60% */
  height: 5px;
  background: linear-gradient(90deg, #5D3FD3, rgba(93, 63, 211, 0.5));
  border-radius: 50px;
}

.badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(93, 63, 211, 0.1);
  color: #5D3FD3;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  animation: fadeInRight 0.6s ease-out forwards;
}

.tagline {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1.5rem;
}

.hero-benefits {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #444;
}

.benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #f0f4ff;
  border-radius: 50%;
  color: #5D3FD3;
  font-size: 1rem;
}

.cta-container {
  margin-top: 2rem;
}


.hero-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInRight 0.8s ease-out 0.3s forwards;
  opacity: 0;
  background-color: transparent;
}

.hero-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  background-color: transparent;
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform 0.3s ease;
  mix-blend-mode: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: none;
  z-index: 10; /* Ensure image is above background shapes */
  position: relative;
}

.hero-visual img:hover {
  transform: perspective(1000px) rotateY(0deg);
}

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* "How It Works" section improvements */
.how-it-works {
  position: relative;
  background: #0a0a0f;  /* Dark base background similar to reference */
  padding: 5rem 0;  /* Remove horizontal padding for full width */
  text-align: center;
  overflow: hidden;
  width: 100vw;  /* Full viewport width */
  margin-left: calc(-50vw + 50%);  /* Break out of container to full width */
  margin-right: 0;
  /* min-height: 100vh removed - was causing scroll slowdown at section boundary */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Large screens - ensure full height when 4 columns */
@media (min-width: 1200px) {
  .how-it-works {
    /* min-height: 100vh removed - was causing scroll slowdown */
    padding: 4rem 0;
  }
}

/* Gradient background effect */
.how-it-works::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 20% 50%, rgba(99, 102, 241, 0.4) 0%, transparent 50%),
              radial-gradient(circle at 80% 30%, rgba(168, 85, 247, 0.4) 0%, transparent 50%),
              radial-gradient(circle at 40% 80%, rgba(236, 72, 153, 0.3) 0%, transparent 50%),
              radial-gradient(circle at 90% 70%, rgba(34, 197, 94, 0.3) 0%, transparent 50%);
  filter: blur(120px);
  z-index: 0;
  animation: gradientShift 20s ease-in-out infinite;
}

@keyframes gradientShift {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(-5%, 5%) rotate(120deg); }
  66% { transform: translate(5%, -5%) rotate(240deg); }
}

.section-header {
  max-width: 800px;
  margin: 0 auto 3.5rem;
  padding-top: 1rem;
  position: relative;
  z-index: 1;
}

.section-header h2 {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95) !important;
  margin-bottom: 1.2rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.5px;
}

.section-subtitle {
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.6;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  font-weight: 300;
}

/* Container for content - transparent to show background */
.wooden-desk-board {
  background: transparent;  /* Transparent to show gradient background */
  border: none;
  border-radius: 0;
  padding: 3rem 2rem 5rem 2rem;  /* Good padding for space below post-its */
  position: relative;
  max-width: 1400px;  /* Increased to accommodate 4 columns */
  margin: 0 auto;  /* Center the content */
  overflow: visible;
  z-index: 1;
}

/* Removed glass shine effect - not needed */

/* Removed coffee stain - not needed for modern design */

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  justify-items: center;
  align-items: start;
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
  max-width: 1400px;
  margin: 0 auto;
}

/* Large screens - 4 columns */
@media (min-width: 1200px) {
  .steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

/* Medium screens - 2x2 grid */
@media (min-width: 600px) and (max-width: 1199px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 0 1rem;
  }

  .step,
  .postit-note {
    max-width: 280px;
    width: 100%;
  }
}

/* Ensure proper 2x2 layout for tablets */
@media (min-width: 768px) and (max-width: 1199px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    padding: 0 2rem;
  }

  .step,
  .postit-note {
    max-width: 285px;
  }
}

/* Small screens - single column */
@media (max-width: 599px) {
  .steps {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem;
  }

  .step,
  .postit-note {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Post-it Note Styling */
.postit-note {
  position: relative;
  padding: 2rem;
  width: 100%;
  max-width: 285px;  /* Increased width */
  min-height: 300px;  /* Slightly increased height */
  opacity: 1 !important;  /* Always visible, no animations */
  font-family: 'Segoe UI', Tahoma, sans-serif;
  z-index: 10;  /* Ensure post-its are above background */
}

/* Different colored post-it notes */
.postit-yellow {
  background: #ffffff !important;  /* White background */
  transform: rotate(-3deg) translateZ(0);
  box-shadow:
    /* Bottom shadow for 3D depth */
    0 1px 3px rgba(0, 0, 0, 0.2),
    0 3px 6px rgba(0, 0, 0, 0.15),
    0 10px 20px rgba(0, 0, 0, 0.25),
    0 20px 40px rgba(0, 0, 0, 0.3),
    /* Lifting edge shadow */
    inset 0 -2px 5px rgba(0, 0, 0, 0.08),
    /* Corner lift effect */
    25px 25px 30px -10px rgba(0, 0, 0, 0.2);
  border-radius: 2px 2px 2px 15px;
  position: relative;
}

.postit-yellow::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #7B5FFF 0%, #8B6FFF 100%);
  border-radius: 0 3px 0 50%;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.postit-blue {
  background: #ffffff !important;  /* White background */
  transform: rotate(2deg) translateZ(0);
  box-shadow:
    /* Bottom shadow for 3D depth */
    0 1px 3px rgba(0, 0, 0, 0.2),
    0 3px 6px rgba(0, 0, 0, 0.15),
    0 10px 20px rgba(0, 0, 0, 0.25),
    0 20px 40px rgba(0, 0, 0, 0.3),
    /* Lifting edge shadow */
    inset 0 -2px 5px rgba(0, 0, 0, 0.08),
    /* Corner lift effect */
    -25px 25px 30px -10px rgba(0, 0, 0, 0.2);
  border-radius: 2px 15px 2px 2px;
  position: relative;
}

.postit-blue::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #7B5FFF 0%, #8B6FFF 100%);
  border-radius: 0 3px 0 50%;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.postit-green {
  background: #ffffff !important;  /* White background */
  transform: rotate(-2deg) translateZ(0);
  box-shadow:
    /* Bottom shadow for 3D depth */
    0 1px 3px rgba(0, 0, 0, 0.2),
    0 3px 6px rgba(0, 0, 0, 0.15),
    0 10px 20px rgba(0, 0, 0, 0.25),
    0 20px 40px rgba(0, 0, 0, 0.3),
    /* Lifting edge shadow */
    inset 0 -2px 5px rgba(0, 0, 0, 0.08),
    /* Corner lift effect */
    25px -20px 30px -10px rgba(0, 0, 0, 0.2);
  border-radius: 2px 2px 15px 2px;
  position: relative;
}

.postit-green::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #7B5FFF 0%, #8B6FFF 100%);
  border-radius: 0 3px 0 50%;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.postit-pink {
  background: #ffffff !important;  /* White background */
  transform: rotate(2deg) translateZ(0);
  box-shadow:
    /* Bottom shadow for 3D depth */
    0 1px 3px rgba(0, 0, 0, 0.2),
    0 3px 6px rgba(0, 0, 0, 0.15),
    0 10px 20px rgba(0, 0, 0, 0.25),
    0 20px 40px rgba(0, 0, 0, 0.3),
    /* Lifting edge shadow */
    inset 0 -2px 5px rgba(0, 0, 0, 0.08),
    /* Corner lift effect */
    -25px -20px 30px -10px rgba(0, 0, 0, 0.2);
  border-radius: 15px 2px 2px 2px;
  position: relative;
}

.postit-pink::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #7B5FFF 0%, #8B6FFF 100%);
  border-radius: 0 3px 0 50%;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

/* Folded corner effect for post-its */
.postit-note::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  filter: blur(2px);
}

/* Push Pin Styling */
.push-pin {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: radial-gradient(circle, #ff4444, #cc0000);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  box-shadow:
    inset 0 -5px 10px rgba(0, 0, 0, 0.3),
    0 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.push-pin::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3));
  border-radius: 50%;
}

/* Hover effect removed - no animation on hover */

/* Post-it notes always visible - no animation */
.postit-note.visible {
  opacity: 1 !important;
  /* Animation removed - notes appear immediately */
}

/* Removed .visible transform overrides - using default transforms */

/* Fade in animation removed for post-it notes */

/* Remove old typing styles - now handled in inline styles */

.step {
  background: transparent;
  border-radius: 0;
  padding: 2rem;
  max-width: 285px;  /* Match increased post-it width */
  box-shadow: none;
  border: none;
  opacity: 1 !important;  /* Always visible */
  transform: translateY(0) !important;  /* No animation */
}

.step.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.step-icon {
  margin-bottom: 1.5rem;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon img {
  max-width: 60px;
  height: auto;
}

.step-icon-fallback {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #5D3FD3, #9A7EFF);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.step h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #333;
  font-weight: 600;
}

.step p {
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
}

/* Features section */
.features-section {
  background: linear-gradient(135deg, #f9fafc 0%, #f0f4ff 100%);
  padding: 5rem 1.5rem;
}

.features-content {
  max-width: 1000px;
  margin: 0 auto;
}

.features-content h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #333;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  list-style: none;
  padding: 0;
}

.features-list li {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

.features-list li.visible {
  opacity: 1;
  transform: translateY(0);
}

.features-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(93, 63, 211, 0.08);
}

.feature-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f0f4ff, #e9ecff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.feature-info h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

.feature-info p {
  color: #666;
  line-height: 1.5;
  font-size: 0.95rem;
}

#accessForm input[type=text] {
  width: 100%;
  padding: 0.9rem 1.2rem;
  border: 2px solid #e0e0f0;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}

#accessForm input[type=text]:focus {
  border-color: #5D3FD3;
  box-shadow: 0 0 0 3px rgba(93, 63, 211, 0.15);
  outline: none;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
  
  .hero-headline {
    text-align: center;
  }
  
  .hero-benefits {
    justify-content: center;
  }
  
  .hero-visual {
    max-width: 80%;
  }
  
  .hero-headline h1 {
    font-size: 2.3rem;
  }
}

@media (max-width: 768px) {
  .landing-hero {
    padding: 2rem 1rem;
    min-height: auto;
  }
  
  .hero-headline h1 {
    font-size: 2rem;
  }
  
  .hero-benefits {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .features-list {
    grid-template-columns: 1fr;
  }
  
  .section-header h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .hero-headline h1 {
    font-size: 1.8rem;
  }
  
  .tagline {
    font-size: 1rem;
  }
  
  .badge {
    font-size: 0.8rem;
  }
  
  .step {
    padding: 1.5rem;
  }
  
  .features-list li {
    padding: 1.2rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .feature-icon {
    margin-bottom: 1rem;
  }
}

/* =========================
   About Page Aesthetic
   ========================= */
/* Match the landing page's gradient for a unified look */
.about-container {
  /* Smooth gradient from top to bottom */
  background: linear-gradient(180deg, #f0f8ff 0%, #ffffff 90%);
  padding: 50px 0;
  margin: 0; /* remove extra vertical margins */
  text-align: center; /* center text globally */
}

/* Remove a separate background here and rely on .about-container's gradient */
.about-banner {
  margin-bottom: 40px; /* space before next section */
}

.banner-content {
  max-width: 800px;
  margin: 0 auto;
}

.banner-content h1 {
  font-size: 3em;
  margin-bottom: 10px;
  color: #333;
}

.banner-content p {
  font-size: 1.2em;
  color: #555;
}

/* Overview Section: centered container & text */
.about-overview {
  padding: 10px;
}

.overview-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1em;
  color: #444;
}

/* Team Section: only one card, so let's allow more horizontal space */
.team-section {
  padding: 40px 20px;
}

.team-section h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #333;
}

/* 
   For just one card, we don't need tight wrapping.
   We'll center the card horizontally and allow it to expand.
*/
.team-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* or center vertically if you want more vertical centering */
  margin-top: 20px;
}

.team-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  max-width: 700px; /* bigger horizontal space */
  width: 100%; /* so it can expand up to the max-width */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 20px; /* small horizontal margin */
}

.team-card img {
  max-width: 150px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.team-card h3 {
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #333;
}

.profile-details p {
  font-size: 0.95em;
  color: #555;
  line-height: 1.6;
  margin: 10px 0;
}

.btn-linkedin {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #0077B5;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-linkedin:hover {
  background-color: #005582;
}

.about-page-logo {
  display: block; /* To allow margin auto to center it */
  margin: 0 auto 15px auto; /* Center block element, add some bottom margin */
  height: 80px; /* Adjust size as desired for the about page */
  width: auto;
}

.about-banner .banner-content h1 { /* Adjusted to target h1 correctly */
  font-size: 3em; /* Original size */
  margin-bottom: 10px;
  color: #333;
  /* text-align: center; /* Ensure it's centered if not already */
}

/*--------------------------------------------------------------
# Cookie Consent Banner (full-width bottom bar)
# — inspired by the soft bottom banners in your research
--------------------------------------------------------------*/
#cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(29, 29, 29, 0.92);
  color: #ffffff;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
#cookie-banner p {
  margin: 0;
  padding-right: 1rem;
}
#cookie-banner p a {
  color: #4A90E2;
  text-decoration: underline;
}
#cookie-banner p a:hover {
  color: #76abe9;
}
#cookie-banner .cookie-actions {
  display: flex;
  gap: 0.5rem;
}
#cookie-banner .btn-cookie-accept,
#cookie-banner .btn-cookie-decline {
  font-family: inherit;
  border: none;
  cursor: pointer;
  border-radius: 0.3rem;
  padding: 0.4rem 0.8rem;
  font-size: 0.875rem;
  transition: background 0.2s;
}
#cookie-banner .btn-cookie-accept {
  background: #5D3FD3;
  color: #ffffff;
}
#cookie-banner .btn-cookie-accept:hover {
  background: #462ab5;
}
#cookie-banner .btn-cookie-decline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.75);
}
#cookie-banner .btn-cookie-decline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 0.5rem;
  border: 1px solid #7f8c8d;
  border-radius: 50%;
  background: #f4f4f4;
  color: #7f8c8d;
  font-size: 12px;
  line-height: 1;
  cursor: help;
  position: relative;
}

/* .tooltip-icon::before content removed - using SVG icon instead */

.tooltip-text {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5rem);
  transform: translateY(-50%);
  min-width: 220px;
  max-width: 350px;
  width: auto;
  word-wrap: break-word;
  background: #2c3e50;
  color: #ecf0f1;
  padding: 0.75rem;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-size: 0.875rem;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 1000;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent #2c3e50 transparent transparent;
}

.tooltip-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Access Request Page Styles
--------------------------------------------------------------*/
/* Full viewport flex centering */
.full-screen-center {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 1rem;
}

/* Narrower card for the email draft */
.access-card {
  max-width: 600px;
  width: 100%;
}

/* Styled draft email panel */
.draft-email-card {
  border: 1px solid #cccccc;
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 1rem 1.25rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.draft-email-card .draft-email-date {
  font-size: 0.875rem;
  color: #999999;
  margin-bottom: 0.5rem;
}
.draft-email-card .draft-email-header {
  font-size: 0.95rem;
  line-height: 1.4;
}
.draft-email-card .draft-email-body {
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: 0.9rem;
  line-height: 1.5;
  white-space: pre-wrap;
  margin-top: 0.75rem;
  background: white;
  padding: 0.75rem;
  border-radius: 0.3rem;
}

/* Button group spacing */
.btn-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* Utility margins */
.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.subtle-text {
  color: gray;
  font-size: 0.95rem;
}

/* ---------- End of About Page Styles ---------- */
.notfound-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  background: linear-gradient(135deg, #f0f4f8 0%, #ffffff 100%);
}

.notfound-content {
  text-align: center;
  background: #fff;
  padding: 3rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
  margin: 0 1rem;
}

.notfound-code {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.notfound-message {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #4a4a4a;
}

.notfound-button {
  display: inline-block;
  background: #5c4ac7;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 6px;
  font-size: 1rem;
  transition: background 0.2s ease;
}

.notfound-button:hover {
  background: #483bb5;
}

:root {
  --navbar-height: 64px;
}

.landing-hero {
  position: relative;
  margin: 0; /* remove any default top margin */
  padding-top: var(--navbar-height); /* push content below navbar */
  /* min-height: calc(100vh - var(--navbar-height)); -- removed to prevent scroll conflicts */
  background: white;
  overflow: visible; /* Changed from hidden to visible */
}

.landing-hero .hero-content {
  /* Animation disabled - was causing scroll lag and unwanted fade-in effect */
  opacity: 1;
  transform: none;
  /* animation: heroFadeIn 1s ease-out 0.5s forwards; */
}

.landing-hero::before,
.landing-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  animation: floatCircle 12s ease-in-out infinite;
}

.landing-hero::before {
  width: 300px;
  height: 300px;
  top: 0;
  left: -150px;
  animation-duration: 12s;
  background: #5D3FD3;
}

.landing-hero::after {
  width: 200px;
  height: 200px;
  bottom: -80px;
  right: -100px;
  animation-duration: 12s;
  background: 80% #4A90E2;
}

@keyframes floatCircle {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(35px, 55px) scale(1.05);
  }
}
@keyframes heroFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Removed duplicate how-it-works styles that were overriding the wooden background */

.contact-card {
  max-width: 600px;
  margin: 3rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.settings-card {
  max-width: 500px;
  margin: 3rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.admin-access-form {
  max-width: 700px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.admin-access-form .form-group {
  margin-bottom: 1.5rem;
}

.admin-access-form label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}

.admin-access-form input,
.admin-access-form select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
}

.admin-access-form button {
  display: block;
  width: 100%;
  padding: 0.75rem;
  background: #6c63ff;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.admin-access-form button:hover {
  background: #5750d4;
}

.faq-section {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.faq-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden; /* Ensure no content overflow during transitions */
}
.faq-item input[type=checkbox] {
  display: none;
}
.faq-item input[type=checkbox]:checked + .faq-question::after {
  content: "–";
  transform: rotate(0deg);
}
.faq-item input[type=checkbox]:checked + .faq-question + .faq-answer {
  max-height: 1000px; /* Increased from 500px to handle longer content */
  padding: 0.5rem 0 1rem 0; /* Added bottom padding for spacing */
  margin-bottom: 0.5rem; /* Added margin bottom for better spacing */
  transition: max-height 0.5s ease-in-out, padding 0.3s ease;
}
.faq-item .faq-question {
  display: block;
  font-weight: bold;
  cursor: pointer;
  padding: 0.75rem 1.5rem 0.75rem 0; /* Increased right padding to ensure room for the icon */
  position: relative;
  transition: background 0.2s ease, color 0.2s ease;
}
.faq-item .faq-question:hover {
  background: rgba(0, 0, 0, 0.02);
  color: #5D3FD3; /* Brand color on hover for better UX */
}
.faq-item .faq-question::after {
  content: "+";
  position: absolute;
  right: 0.5rem;
  font-size: 1.2rem;
  transition: transform 0.2s ease, color 0.2s ease;
}
.faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.3s ease;
  font-size: 0.95rem;
  color: #444;
  padding: 0;
  line-height: 1.6;
}

/* Mobile FAQ improvements */
@media (max-width: 767px) {
  .faq-section {
    padding: 0.5rem;
    margin: 1.5rem auto;
  }
  
  .faq-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
  
  .faq-item {
    margin-bottom: 1.5rem; /* Increased spacing between items */
  }
  
  .faq-item .faq-question {
    padding: 0.75rem 2rem 0.75rem 0.5rem; /* Added left padding, increased right for icon */
    font-size: 1rem;
    line-height: 1.4;
  }
  
  .faq-item .faq-question::after {
    right: 0.5rem;
  }
  
  .faq-item input[type=checkbox]:checked + .faq-question + .faq-answer {
    max-height: 2000px; /* Increased even more for mobile long content */
    padding: 0.5rem 0.5rem 1.5rem 0.5rem; /* Added horizontal padding as well */
  }
  
  .faq-item .faq-answer {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  padding: 2rem;
}
.error-page .error-code {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.error-page .error-message {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 1.5rem;
  max-width: 500px;
  line-height: 1.4;
}

/*--------------------------------------------------------------
# Flash Alert Banner (Step 1)
--------------------------------------------------------------*/
.alert-banner {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
.alert-banner p {
  margin: 0;
  font-size: 0.95rem;
}

/* --- Responsive adjustments for large screens --- */
@media (min-width: 768px) {
  /* Removed .steps style - handled by grid layout above */
}

/* --- Mobile responsive styles --- */
@media (max-width: 767px) {
  /* General adjustments */
  .container {
    padding: 0 1rem;
    margin: 1rem auto;
  }
  
  /* Button adjustments for touch targets */
  .btn-hero, .btn-secondary, .btn-subtle {
    padding: 0.85rem 1.5rem;
    min-width: 120px;
    display: inline-block;
    text-align: center;
  }
  
  /* Landing page adjustments */
  .landing-hero {
    padding: 2rem 1rem;
    text-align: center;
    height: auto;
    min-height: 60vh;
  }
  
  .landing-hero .hero-content {
    padding: 1.5rem 0;
    width: 100%;
  }
  
  .landing-hero .hero-content h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  
  .landing-hero .tagline {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .how-it-works {
    padding: 2rem 0.5rem;
  }

  .wooden-desk-board {
    padding: 2rem 0.5rem;
    background-size: 50px 100%;
  }

  /* Removed .steps style - handled by grid layout above */

  .how-it-works .step,
  .postit-note {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 1.5rem;
    transform: rotate(0deg) !important;
  }

  /* Keep rotation on mobile for visual interest */

  .how-it-works h2 {
    font-size: 1.5rem;
  }
  
  /* About page adjustments */
  .about-container {
    padding: 1rem;
  }
  
  .about-banner {
    padding: 2rem 1rem;
  }
  
  .about-banner .banner-content h1 {
    font-size: 1.8rem;
  }
  
  .about-overview .overview-content {
    padding: 1rem;
  }
  
  .team-section {
    padding: 1rem 0;
  }
  
  .team-cards {
    justify-content: center;
  }
  
  .team-card {
    width: 100%;
    padding: 1rem;
    margin: 0 auto;
    max-width: 350px;
  }
  
  .team-card img {
    max-width: 120px;
    height: auto;
    margin: 0 auto 1rem;
    display: block;
  }
  
  .team-card h3 {
    text-align: center;
    font-size: 1.3rem;
  }
  
  .profile-details p {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
  }
  
  .btn-linkedin {
    display: block;
    width: 100%;
    text-align: center;
    margin: 1rem auto 0;
  }
  
  /* Table adjustments for mobile - ensuring proper alignment */
  .schedule-table-container {
    margin: 1rem 0;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    /* Remove any scroll-snap that might interfere with smooth scrolling */
    scroll-snap-type: none;
    /* Prevent negative margins */
    margin-left: 0;
    margin-right: 0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }
  
  .schedule-table {
    min-width: 600px; /* Ensure there's always enough width to trigger scrolling */
    font-size: 0.9rem;
    border-collapse: collapse;
    table-layout: auto;
    margin: 0; /* Remove any margin that might cause misalignment */
    /* Ensure table starts flush with left edge */
    border-left: none;
  }
  
  .schedule-table th,
  .schedule-table td {
    padding: 0.75rem;
    white-space: nowrap;
    min-width: 100px; /* Ensure minimum column width */
    border: 1px solid #ddd;
    text-align: center; /* Center align text for consistency */
  }
  
  /* Ensure first column starts at the left edge and has adequate width */
  .schedule-table th:first-child,
  .schedule-table td:first-child {
    padding-left: 0.75rem; /* Ensure consistent left padding */
    min-width: 180px; /* Ensure exam name column is wide enough */
    max-width: 250px; /* But not too wide */
  }
  
  /* Display a clear scrolling hint */
  .scroll-hint {
    display: block;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.85rem;
    color: #666;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 0.5rem 0;
  }
  
  /* Ensure consistent row styling */
  .schedule-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  
  .schedule-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
  }
  
  .schedule-table th {
    background-color: #5D3FD3;
    color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 1;
    text-align: left; /* Ensure headers are left-aligned like the data cells */
  }
  
  /* Ensure table container doesn't add padding that pushes content off-screen */
  .container {
    padding: 0 0.5rem; /* Reduce horizontal padding on small screens */
  }
  
  /* Cookie banner adjustments */
  #cookie-banner {
    flex-direction: column;
    padding: 0.75rem;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
  }
  
  #cookie-banner .cookie-actions {
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  
  #cookie-banner .btn-cookie-accept,
  #cookie-banner .btn-cookie-decline {
    width: 100%;
    padding: 0.75rem;
    margin: 0.2rem 0;
  }
  
  /* Summary card adjustments */
  .summary-card {
    padding: 1rem 0.75rem;
    margin: 1rem 0.5rem;
    width: calc(100% - 1rem);
    font-size: 0.9rem;
  }
  
  .summary-card h3 {
    font-size: 1.25rem;
  }
  
  .summary-card p {
    margin: 0.4rem 0;
  }
  
  /* Center action buttons and wrap them if needed */
  .result-actions {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .result-actions a {
    min-width: 120px;
    text-align: center;
  }
  
  /* Form adjustments */
  form#accessForm input[type=text] {
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0.75rem;
    font-size: 16px; /* Prevents iOS zoom on focus */
  }
}

/* Mobile Navigation Menu - Moved to end of stylesheet for precedence */
.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
  margin-left: auto;
  padding: 0.5rem;
}

@media (max-width: 767px) {
  .mobile-nav-toggle {
    display: block;
  }
  
  .navbar .nav-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
  }
  
  .navbar .nav-container .nav-brand {
    margin-bottom: 0;
  }
  
  /* More specific rule to ensure nav-links are hidden by default */
  .navbar .nav-container .nav-links {
    display: none !important;
    width: 100%;
    flex-direction: column;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    border-top: 1px solid #eee;
  }
  
  /* Override the !important when we want to show the menu */
  .navbar .nav-container .nav-links.show {
    display: flex !important;
  }
  
  .navbar .nav-container .nav-links li {
    margin: 0;
    width: 100%;
  }
  
  .navbar .nav-container .nav-links li a {
    padding: 0.75rem 1rem;
    display: block;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
  }
}

/* Additional adjustments for very small screens */
@media (max-width: 400px) {
  .container {
    padding: 0;
  }
  
  .schedule-table-container {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    margin-left: 0;
    padding-left: 0;
    width: calc(100% - 2px); /* Account for borders */
  }
  
  .scroll-hint {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.8rem;
  }
  
  .schedule-table th,
  .schedule-table td {
    padding: 0.6rem 0.5rem; /* Reduce padding further on very small screens */
    text-align: center;
  }
  
  .schedule-table th:first-child,
  .schedule-table td:first-child {
    padding-left: 0.5rem; /* Ensure the first column starts at the edge */
    min-width: 150px; /* Slightly smaller on very small screens */
  }
}

/* Add alternating row colors to compare-table */
.compare-table tbody tr:nth-child(even) td:not(.editable-col) {
  background-color: #f9f9f9;
}

.compare-table tbody tr:nth-child(odd) td:not(.editable-col) {
  background-color: #ffffff;
}

/* For editable columns, make the backgrounds slightly transparent to allow the row colors to show through */
.compare-table tbody tr:nth-child(even) td.editable-col {
  background-color: rgba(240, 244, 255, 0.4);
}

.compare-table tbody tr:nth-child(odd) td.editable-col {
  background-color: rgba(240, 244, 255, 0.4);
}

/* Maintain the yellow highlight for modified rows */
.compare-table tr.modified > td {
  background-color: #fff9c4 !important; /* Use !important to override the alternating colors */
}

/* For hovering over rows */
.compare-table tbody tr:hover td:not(.editable-col) {
  background-color: #f1f1f1;
}

.compare-table tbody tr:hover td.editable-col {
  background-color: rgba(240, 244, 255, 0.6);
}

/* But maintain the yellow highlight even on hover */
.compare-table tr.modified:hover > td {
  background-color: #ffef9e !important; /* Slightly darker yellow on hover */
}

/*--------------------------------------------------------------
# Progress Page Redesign
--------------------------------------------------------------*/
.optimization-dashboard {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  background: linear-gradient(135deg, #f7f7f7 0%, #f0f4ff 100%);
  padding: 2rem;
}

.optimization-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(93, 63, 211, 0.1);
  width: 100%;
  max-width: 600px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.card-header h2 {
  font-size: 1.5rem;
  color: #333;
  margin: 0;
  font-weight: 600;
}

.pulse-dot {
  width: 12px;
  height: 12px;
  background-color: #5D3FD3;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(93, 63, 211, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(93, 63, 211, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(93, 63, 211, 0);
  }
}

.progress-visualization {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: center;
}

.circular-progress {
  position: relative;
  width: 150px;
  height: 150px;
}

.circular-progress svg {
  transform: rotate(-90deg);
  overflow: visible;
}

.progress-bg {
  fill: none;
  stroke: #eef1f9;
  stroke-width: 8;
}

.progress-bar {
  fill: none;
  stroke: #5D3FD3;
  stroke-width: 8;
  stroke-linecap: round;
  transform-origin: center;
  transition: stroke-dashoffset 0.5s ease;
}

.progress-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
  font-weight: 600;
  color: #5D3FD3;
}

.progress-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.detail-item {
  display: flex;
  flex-direction: column;
  padding: 0.8rem;
  border-radius: 8px;
  background: #f9f9f9;
  transition: transform 0.2s ease;
}

.detail-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.detail-item.highlight {
  background: rgba(93, 63, 211, 0.08);
  border-left: 3px solid #5D3FD3;
}

.detail-label {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 0.2rem;
}

.detail-value {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.pulse-value {
  animation: pulse-text 1s ease;
}

@keyframes pulse-text {
  0%, 100% {
    color: #333;
  }
  50% {
    color: #5D3FD3;
  }
}

.optimization-status {
  background: #f5f7ff;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.status-message p {
  margin: 0 0 0.8rem 0;
  color: #555;
  line-height: 1.5;
}

.status-message p:last-child {
  margin-bottom: 0;
}

.status-tip {
  font-style: italic;
  color: #777;
}

.status-message.error {
  color: #d32f2f;
  background: rgba(211, 47, 47, 0.05);
  border-left: 3px solid #d32f2f;
  padding: 1rem;
  border-radius: 6px;
}

.status-message.success {
  color: #388e3c;
  background: rgba(56, 142, 60, 0.05);
  border-left: 3px solid #388e3c;
  padding: 1rem;
  border-radius: 6px;
}

.btn-cancel {
  width: 100%;
  background: #f44336;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-cancel:hover {
  background: #d32f2f;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(244, 67, 54, 0.3);
}

.btn-cancel.cancelling {
  background: #9e9e9e;
  cursor: not-allowed;
}

.btn-cancel.error {
  background: #d32f2f;
}

.btn-text {
  position: relative;
}

/* "New Best Found!" notification animation */
.best-solution-notification {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #4caf50;
  color: white;
  padding: 0.8rem 1.2rem;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
  animation: slide-in-out 3s ease forwards;
  z-index: 10;
}

@keyframes slide-in-out {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  15% {
    transform: translateX(0);
    opacity: 1;
  }
  85% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .optimization-card {
    padding: 1.5rem;
  }
  
  .progress-visualization {
    flex-direction: column;
    gap: 1rem;
  }
  
  .circular-progress {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  
  .progress-percentage {
    font-size: 1.5rem;
  }
  
  .detail-item {
    padding: 0.6rem;
  }
  
  .best-solution-notification {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: 10px;
    animation: slide-in-out-mobile 3s ease forwards;
  }
  
  @keyframes slide-in-out-mobile {
    0% {
      transform: translate(-50%, -100%);
      opacity: 0;
    }
    15% {
      transform: translate(-50%, 0);
      opacity: 1;
    }
    85% {
      transform: translate(-50%, 0);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -100%);
      opacity: 0;
    }
  }
}

/* Ensure the optimization dashboard fills the full viewport on smaller screens */
@media (max-height: 700px) {
  .optimization-dashboard {
    min-height: 100vh;
    padding: 1rem;
  }
}

/*--------------------------------------------------------------
# About Page Redesign
--------------------------------------------------------------*/
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

/* Hero Section */
.about-hero {
  position: relative;
  background: linear-gradient(135deg, #5D3FD3 0%, #9d6dff 100%);
  color: white;
  text-align: center;
  padding: 5rem 2rem;
  overflow: hidden;
  border-radius: 0 0 50% 50% / 15%;
  margin-bottom: 0;  /* Reduced from 3rem to eliminate gap */
  box-shadow: 0 10px 30px rgba(93, 63, 211, 0.2);
}

/* Trusted Universities Banner */
.trusted-universities-banner {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  z-index: 10;
  animation: float-trust 8s ease-in-out infinite;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.trust-icon {
  font-size: 1.2rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  animation: pulse-trust 3s ease-in-out infinite;
}

.trust-text {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@keyframes float-trust {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes pulse-trust {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Mobile styles for about page banner */
@media (max-width: 767px) {
  .trusted-universities-banner {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 1.5rem auto;
    padding: 8px 16px;
    width: fit-content;
  }

  .trust-icon {
    display: inline-block !important;
    flex-shrink: 0;
  }

  .trust-text {
    display: inline-block !important;
    white-space: nowrap;
  }
}

.hero-shapes .shape {
  position: absolute;
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
  opacity: 0.4;
}

.shape1 {
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.shape2 {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.15);
  top: 20%;
  right: 15%;
  animation-delay: 1s;
}

.shape3 {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.08);
  bottom: 15%;
  right: 8%;
  animation-delay: 2s;
}

.about-hero .hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-logo {
  width: 120px;
  height: auto;
  margin-bottom: 0rem;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
}

.about-logo:hover {
  transform: translateY(-5px);
}

.about-hero h1 {
  font-size: 3rem;
  margin: 0 0 0rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  text-align: center;
}

.hero-tagline {
  font-size: 1.3rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
  display: block;
  text-align: center;
  line-height: 1;
}

/* Mission Section */
.section-title {
  text-align: center;
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #5D3FD3;
  border-radius: 3px;
}

.mission-section {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
}

.mission-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.mission-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  flex: 1;
  min-width: 250px;
  max-width: 350px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
}

.mission-card.animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.mission-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(93, 63, 211, 0.15);
}

.card-icon {
  width: 70px;
  height: 70px;
  background: #f5f0ff;
  color: #5D3FD3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.8rem;
}

.mission-card h3 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  color: #333;
}

.mission-card p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
}

/* Tech Section */
.tech-section {
  background: #f8f9fa;
  padding: 5rem 2rem;
  margin-bottom: 3rem;
  border-radius: 30px;
}

.tech-content {
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}

.tech-text {
  flex: 1.3;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.tech-text.animate.visible {
  opacity: 1;
  transform: translateX(0);
}

.tech-text h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.tech-text p {
  margin-bottom: 1.5rem;
  color: #555;
  line-height: 1.6;
}

.tech-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.feature {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
}

.feature-icon {
  font-size: 1.5rem;
  color: #5D3FD3;
  width: 30px;
  text-align: center;
}

.tech-image {
  flex: 1;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.tech-image.animate.visible {
  opacity: 1;
  transform: translateX(0);
}

.tech-image-container {
  background: #5D3FD3;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}

.algo-visualization {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #5d3fd3 0%, #9d6dff 100%);
}

.algo-dot {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  animation: dot-pulse 5s ease-in-out forwards;
}

@keyframes dot-pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  20% {
    transform: scale(1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* FAQ Section (Enhanced) */
.faq-section {
  padding: 4rem 2rem;
  max-width: 900px;
  margin: 0 auto 3rem;
}

.faq-item {
  margin-bottom: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: white;
  transition: box-shadow 0.3s ease;
}

/* When FAQ is expanded, ensure purple background fills entire container */
.faq-item:has(.faq-checkbox:checked) {
  background: #f9f7ff;
}

.faq-item:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}

.faq-checkbox {
  display: none;
}

.faq-question {
  padding: 1.5rem;
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
  user-select: none;
  padding-right: 3rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.faq-question:hover {
  background-color: #f9f7ff;
  color: #5D3FD3;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #5D3FD3;
  transition: transform 0.3s ease;
}

.faq-checkbox:checked + .faq-question {
  background-color: #ede8ff;  /* Stronger purple shade for active question */
  color: #5D3FD3;
  border-bottom: 2px solid #5D3FD3;  /* Separator between question and answer */
}

.faq-checkbox:checked + .faq-question::after {
  content: '−';  /* Use proper minus symbol instead of rotated plus */
  transform: translateY(-50%);  /* Only vertical centering, no rotation */
  font-weight: 300;  /* Lighter weight for better minus appearance */
  line-height: 0;  /* Better vertical alignment for minus */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
}

.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  background-color: #f9f7ff;  /* Light purple background for answer body */
}

.faq-checkbox:checked + .faq-question + .faq-answer {
  max-height: 1500px;
  padding: 1.5rem;
  background-color: #f9f7ff;  /* Ensure purple background fills entire answer area */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq-answer p, .faq-answer ul, .faq-answer ol {
  margin-bottom: 1rem;
  color: #555;
  line-height: 1.6;
}

.faq-answer p:last-child, 
.faq-answer ul:last-child,
.faq-answer ol:last-child {
  margin-bottom: 0;
}

.faq-answer ul, .faq-answer ol {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}

.faq-answer li {
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

/* Custom bullet points for unordered lists */
.faq-answer ul li::before {
  content: '▸';
  position: absolute;
  left: 0.5rem;
  color: #5D3FD3;
  font-weight: 600;
  font-size: 1.1rem;
}

/* Custom numbering for ordered lists */
.faq-answer ol {
  counter-reset: faq-counter;
}

.faq-answer ol li::before {
  counter-increment: faq-counter;
  content: counter(faq-counter) '.';
  position: absolute;
  left: 0.5rem;
  color: #5D3FD3;
  font-weight: 600;
}

.faq-answer li:last-child {
  margin-bottom: 0;
}

.faq-answer strong {
  color: #333;
  font-weight: 600;
}

/* Creator Section */
.creator-section {
  background: #f9f7ff;
  padding: 5rem 2rem;
  margin-bottom: 3rem;
  border-radius: 30px;
}

.creator-profile {
  display: flex;
  gap: 3rem;
  max-width: 900px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.creator-profile.animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.creator-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.creator-image img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid white;
  box-shadow: 0 10px 30px rgba(93, 63, 211, 0.2);
  transition: transform 0.3s ease;
}

.creator-image img:hover {
  transform: scale(1.05);
}

.creator-bio {
  flex: 2;
}

.creator-bio h3 {
  font-size: 2rem;
  margin: 0 0 1rem;
  color: #333;
}

.bio-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.credential {
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  font-size: 0.9rem;
  color: #5D3FD3;
  display: inline-block;
  box-shadow: 0 4px 6px rgba(93, 63, 211, 0.1);
}

.creator-bio p {
  margin-bottom: 1rem;
  color: #555;
  line-height: 1.6;
}

.creator-links {
  margin-top: 1.5rem;
}

.btn-social {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #0077b5;
  color: white;
  padding: 0.7rem 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-social:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 119, 181, 0.3);
}

.btn-social.linkedin {
  background: #0077b5;
}

/* Contact Section */
.contact-section {
  text-align: center;
  padding: 3rem 2rem 5rem;
}

.contact-content {
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.contact-content.animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.contact-content p {
  margin-bottom: 2rem;
  color: #555;
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #5D3FD3;
  color: white;
  padding: 1rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-contact:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(93, 63, 211, 0.3);
}

/* Animation Keyframes */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .tech-content {
    flex-direction: column;
  }
  
  .tech-text, .tech-image {
    transform: translateX(0) translateY(30px);
  }
  
  .tech-text.animate.visible, .tech-image.animate.visible {
    transform: translateY(0);
  }
  
  .tech-image-container {
    max-width: 500px;
    margin: 0 auto;
  }
  
  .creator-profile {
    flex-direction: column;
    text-align: center;
  }
  
  .bio-credentials {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 4rem 1.5rem;
  }
  
  .about-hero h1 {
    font-size: 2.5rem;
  }
  
  .hero-tagline {
    font-size: 1.1rem;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .mission-card {
    min-width: 100%;
  }
  
  .mission-section,
  .tech-section,
  .faq-section,
  .creator-section {
    padding: 3rem 1.5rem;
  }
  
  .faq-question {
    font-size: 1rem;
    padding: 1.2rem;
    padding-right: 3rem;
  }
  
  .creator-image img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 480px) {
  .about-hero h1 {
    font-size: 2rem;
  }
  
  .hero-tagline {
    font-size: 1rem;
  }
  
  .card-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .mission-card h3 {
    font-size: 1.3rem;
  }
  
  .tech-text h2 {
    font-size: 1.6rem;
  }
  
  .credential {
    font-size: 0.8rem;
  }
}

/* Bottom Get Started Section - Compact Centered Design */
.bottom-get-started {
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 120px 20px;
  margin-top: 5rem;
  overflow: hidden;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.creative-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  background: rgba(255, 255, 255, 0.3);
}

.bg-shape-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  left: -100px;
  animation: float 20s ease-in-out infinite;
}

.bg-shape-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  right: -50px;
  animation: float 15s ease-in-out infinite reverse;
}

.bg-shape-3 {
  width: 250px;
  height: 250px;
  top: 50%;
  left: 70%;
  animation: float 25s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  33% { transform: translateY(-20px) rotate(120deg); }
  66% { transform: translateY(20px) rotate(240deg); }
}

.get-started-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  padding: 80px 70px 90px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.get-started-content h2 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 0;
  line-height: 1.3;
}

.get-started-content > p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 50px;
  font-weight: 400;
  line-height: 1.5;
}

.bottom-cta-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: stretch;
}

/* Compact button styles */
.btn-hero.btn-large {
  background: #ffffff;
  color: #5D3FD3;
  padding: 18px 50px;
  font-size: 1.15rem;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  line-height: 1;
}

.btn-hero.btn-large:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  background: #f8f8f8;
}

.compact-separator {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  margin: 8px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.access-code-request {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.access-code-request .btn-subtle {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  padding: 18px 50px;
  font-size: 1.05rem;
  font-weight: 500;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.access-code-request .btn-subtle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}


/* Alert Banners */
.alert-banner {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  background-color: #e8f5e9;
  border-color: #c8e6c9;
  color: #33691e;
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

.alert-info {
  background-color: #e2e3e5;
  border-color: #d6d8db;
  color: #383d41;
}

/* Responsive adjustments for Get Started section */
@media (max-width: 768px) {
  .bottom-get-started {
    padding: 80px 20px;
    min-height: 650px;
  }

  .get-started-content {
    padding: 60px 45px;
    max-width: 90%;
  }

  .get-started-content h2 {
    font-size: 2rem;
  }

  .get-started-content > p {
    font-size: 1.05rem;
    margin-bottom: 35px;
  }

  .btn-hero.btn-large {
    padding: 16px 40px;
    font-size: 1.05rem;
  }

  .access-code-request .btn-subtle {
    padding: 16px 40px;
    font-size: 1rem;
  }

  .compact-separator {
    font-size: 0.75rem;
    margin: 5px 0;
  }
}

@media (max-width: 480px) {
  .bottom-get-started {
    padding: 50px 15px;
    min-height: 500px;
  }

  .get-started-content {
    padding: 45px 30px;
    max-width: 95%;
  }

  .get-started-content h2 {
    font-size: 1.7rem;
  }

  .get-started-content > p {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .btn-hero.btn-large,
  .access-code-request .btn-subtle {
    padding: 14px 30px;
    font-size: 0.95rem;
  }

  .compact-separator {
    font-size: 0.7rem;
    margin: 5px 0;
  }
}